@charset "UTF-8";
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! minimum_reset.css v0.0.1 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.w1p {
  width: 10% !important;
}

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

.mats {
  margin-top: 10px !important;
}

@media print, screen and (min-width: 768px) {
  .mats {
    margin-top: 20px !important;
  }
}

.matm {
  margin-top: 20px !important;
}

@media print, screen and (min-width: 768px) {
  .matm {
    margin-top: 40px !important;
  }
}

.matl {
  margin-top: 30px !important;
}

@media print, screen and (min-width: 768px) {
  .matl {
    margin-top: 60px !important;
  }
}

.mat2l {
  margin-top: 40px !important;
}

@media print, screen and (min-width: 768px) {
  .mat2l {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .mat0-sp {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mat0-tab {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .mat0-pc {
    margin-top: 0 !important;
  }
}

.fw {
  font-weight: bold !important;
}

.cred {
  color: #c00 !important;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-tab {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .hide-pc {
    display: none !important;
  }
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tdu {
  text-decoration: underline;
}

.oh {
  overflow: hidden;
}

.vm {
  vertical-align: middle !important;
}

.fsi {
  font-style: italic !important;
}

.txt-red {
  color: #E22407 !important;
}

.txt-blue {
  color: #0053C9 !important;
}

.txt-green {
  color: #20BF6B !important;
}

.txt-marker {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, #FFFC64 56%, #FFFC64 100%);
}

/*
  module: m-box-fixed
  - 固定幅・中央揃えのボックス
*/
[data-fixed] {
  padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
  [data-fixed] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
}

.m-box-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .m-box-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.m-box-section [data-fixed] > *:first-child {
  margin-top: 0 !important;
}

.m-box-section [data-fixed] > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-section [data-fixed] > .image-position-left:first-child + *,
  .m-box-section [data-fixed] > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-section [data-fixed] > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-section [data-fixed] > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-section [data-fixed] > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-box-section.section-bg-lightblue {
  background-color: #E0F5FD;
}

.m-box-section.section-bg-lightblue .m-txt-ttl2, .m-box-section.section-bg-lightblue .m-box-markdown h2, .m-box-markdown .m-box-section.section-bg-lightblue h2 {
  padding-bottom: 0;
}

.m-box-section.section-bg-lightblue .m-txt-ttl2:before, .m-box-section.section-bg-lightblue .m-box-markdown h2:before, .m-box-markdown .m-box-section.section-bg-lightblue h2:before, .m-box-section.section-bg-lightblue .m-txt-ttl2:after, .m-box-section.section-bg-lightblue .m-box-markdown h2:after, .m-box-markdown .m-box-section.section-bg-lightblue h2:after {
  content: none;
}

.m-box-section.section-bg-lightblue .m-txt-ttl3, .m-box-section.section-bg-lightblue .m-box-markdown h3, .m-box-markdown .m-box-section.section-bg-lightblue h3 {
  padding: 0;
  background-color: transparent;
}

.m-box-section.section-bg-lightblue .m-txt-ttl3:before, .m-box-section.section-bg-lightblue .m-box-markdown h3:before, .m-box-markdown .m-box-section.section-bg-lightblue h3:before {
  content: none;
}

[data-gs="12"] {
  margin: 0 -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media print {
  [data-gs="12"] {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 768px) {
  [data-gs="12"] {
    margin: 0 -16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  [data-gs="12"] {
    display: block;
    letter-spacing: -.40em;
  }
}

[data-gs="12"] > [data-gs-col] {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media print, screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="12"] {
    width: calc(100% / 1);
    width: calc((100% / 1 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="12"] {
    width: 100%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="6"] {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="6"] {
    width: 50%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="4"] {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="4"] {
    width: 33.33333%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="3"] {
    width: calc(100% / 4);
    width: calc((100% / 4 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="3"] {
    width: 25%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="8"] {
    width: 66.66667%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-gs="12"][data-gs-tab="2"] > [data-gs-col]:not([data-gs-col="12"]) {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  [data-gs="12"][data-gs-sp="2"] > [data-gs-col] {
    width: 50%;
  }
}

[data-gs="12"].is-inlineblock {
  display: block;
  letter-spacing: -.4em;
}

[data-gs="12"].is-inlineblock [data-gs-col] {
  display: inline-block;
  letter-spacing: normal;
}

.m-box-frame {
  margin-top: 30px;
  border-radius: 5px;
  padding: 30px 20px;
  border: solid 1px #D6D6D6;
}

.m-box-frame > *:first-child {
  margin-top: 0 !important;
}

.m-box-frame > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-frame > .image-position-left:first-child + *,
  .m-box-frame > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-frame > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-frame > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-frame > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-frame {
    margin-top: 40px;
    padding: 35px 40px;
  }
}

.m-box-frame.frame-primary {
  background-color: #E0F5FD;
  border: none;
}

.m-box-frame.frame-secondary {
  background-color: #FEE1CA;
  border: none;
}

.m-box-frame.frame-danger {
  background-color: #FBDEDA;
  border: none;
}

.m-box-frame.frame-warning {
  background-color: #FDF5B8;
  border: none;
}

.m-box-clear {
  *zoom: 1;
}

.m-box-clear:after {
  content: " ";
  display: table;
  clear: both;
}

.m-box-youtube {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-youtube {
    max-width: 840px;
    margin: 32px auto 0;
  }
}

.m-box-youtube:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}

.m-box-youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.m-box-video {
  margin-top: 20px;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .m-box-video {
    max-width: 840px;
    margin: 32px auto 0;
  }
}

.m-box-video > video {
  width: 100%;
}

.m-box-form {
  background-color: #F2F4F7;
  padding: 20px;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-box-form {
    padding: 30px;
    margin: 40px auto 0;
    max-width: 840px;
  }
}

.m-box-form .form-item label {
  line-height: 1.5;
}

.m-box-form .form-item label + .m-form-txt, .m-box-form .form-item label + .m-form-select {
  margin-top: 3px;
}

@media print, screen and (min-width: 768px) {
  .m-box-form .form-item label + .m-form-txt, .m-box-form .form-item label + .m-form-select {
    margin-top: 5px;
  }
}

.m-box-form .form-item .m-form-txt {
  border: none;
}

.m-box-form .form-item:nth-child(n+2) {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-form .form-item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.m-box-form .m-txt-p, .m-box-form .m-box-markdown p, .m-box-markdown .m-box-form p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-form .form-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px;
  }
}

.m-box-form .form-btn .btn-item {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-form .form-btn .btn-item {
    padding: 0 10px;
    margin-top: 20px;
  }
}

.m-box-form .form-btn .btn-item .m-btn-common {
  width: 100%;
}

.m-box-accordion {
  margin-top: 40px;
  position: relative;
  counter-reset: question;
  counter-increment: question;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion {
    margin-top: 80px;
  }
}

.m-box-accordion:before {
  content: '';
  top: 0;
  height: 1px;
  background-color: #D6D6D6;
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion:before {
    width: 100%;
    margin-left: auto;
  }
}

.m-box-accordion:after {
  content: '';
  height: 1px;
  background-color: #D6D6D6;
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion:after {
    width: 100%;
    margin-left: auto;
  }
}

.m-box-accordion .accordion-head {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
  outline: none;
}

.m-box-accordion .accordion-head:after {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: calc(100% - 2px);
  display: block;
  content: '';
  top: 2px;
  left: 0;
  transition: all 0.2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-head:after {
    height: calc(100% - 6px);
    width: 100%;
    margin-left: auto;
    top: 3px;
  }
}

.m-box-accordion .accordion-head .head-wrap {
  position: relative;
  z-index: 1;
  padding: 11px 40px 11px 15px;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.2s ease-out;
  overflow: hidden;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-head .head-wrap {
    padding: 25px 70px 25px 30px;
  }
}

.m-box-accordion .accordion-head .head-wrap .head-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  width: 18px;
  height: 18px;
  margin: auto;
  border: solid 1px #00AFEC;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-head .head-wrap .head-toggle {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}

.m-box-accordion .accordion-head .head-wrap .head-toggle:before, .m-box-accordion .accordion-head .head-wrap .head-toggle:after {
  content: '';
  background-color: #00AFEC;
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 1px;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-head .head-wrap .head-toggle:before, .m-box-accordion .accordion-head .head-wrap .head-toggle:after {
    width: 12px;
  }
}

.m-box-accordion .accordion-head .head-wrap .head-toggle:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.6s ease-out;
}

.m-box-accordion .accordion-head .head-wrap .head-toggle:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.6s ease-out;
}

[data-whatinput="keyboard"] .m-box-accordion .accordion-head:focus:after {
  background-color: #E0F5FD;
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-head:hover:after {
    background-color: #E0F5FD;
  }
}

.m-box-accordion .accordion-body {
  padding: 18px 15px;
  display: none;
}

.m-box-accordion .accordion-body > *:first-child {
  margin-top: 0 !important;
}

.m-box-accordion .accordion-body > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-body > .image-position-left:first-child + *,
  .m-box-accordion .accordion-body > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-accordion .accordion-body > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-accordion .accordion-body > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-body {
    padding: 35px 30px;
  }
}

.m-box-accordion + .m-box-accordion {
  counter-reset: none;
  margin-top: 0;
}

.m-box-accordion + .m-box-accordion:before {
  display: none;
}

.m-box-accordion + .m-box-accordion .accordion-head:after {
  top: 2px;
  height: calc(100% - 6px);
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion + .m-box-accordion .accordion-head:after {
    top: 2px;
    height: calc(100% - 5px);
  }
}

.m-box-accordion .accordion-head[aria-expanded='true']:after {
  background-color: #E0F5FD;
}

.m-box-accordion .accordion-head[aria-expanded='true'] .head-wrap .head-toggle:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-box-accordion .accordion-head[aria-expanded='true'] .head-wrap .head-toggle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-box-accordion.accordion-qa .accordion-head .head-wrap .head-ttl:before {
  content: "Q" counter(question) ".";
  display: inline-block;
  margin-right: 5px;
  white-space: nowrap;
  color: #00AFEC;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'Segoe UI','Futura', sans-serif;
  letter-spacing: 0.06em;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.accordion-qa .accordion-head .head-wrap .head-ttl:before {
    font-size: 2.0rem;
  }
}

.m-box-imgmodal {
  margin-top: 30px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-imgmodal {
    margin: 60px auto 0;
    max-width: 545px;
  }
}

.m-box-imgmodal .imgmodal-img {
  padding-top: 66.66%;
  position: relative;
}

.m-box-imgmodal .imgmodal-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .m-box-imgmodal .imgmodal-img img {
    max-width: calc(100% - 35px);
    max-height: calc(100% - 35px);
  }
}

.m-box-imgmodal.imgmodal-bg-gray .imgmodal-img {
  background-color: #F2F4F7;
}

.m-box-imgmodal .imgmodal-btn {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 20px;
  bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-imgmodal .imgmodal-btn {
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
  }
}

.m-box-imgmodal .imgmodal-btn .btn-inner {
  display: block;
  background-color: #FC8B32;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  border: solid 2px #FC8B32;
  position: relative;
  transition: all 0.3s ease-out;
  padding: 0;
}

.m-box-imgmodal .imgmodal-btn .btn-inner:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_modal_wht.svg) center no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-imgmodal .imgmodal-btn .btn-inner:after {
    width: 16px;
    height: 16px;
  }
}

.m-box-imgmodal .imgmodal-btn .btn-inner span {
  display: inline-block;
  text-indent: -9999px;
}

[data-whatinput="keyboard"] .m-box-imgmodal .imgmodal-btn .btn-inner:focus {
  background-color: #fff;
}

[data-whatinput="keyboard"] .m-box-imgmodal .imgmodal-btn .btn-inner:focus:after {
  background-image: url(../svg/i_modal_orn.svg);
}

@media print, screen and (min-width: 1025px) {
  .m-box-imgmodal .imgmodal-btn .btn-inner:hover {
    background-color: #fff;
  }
  .m-box-imgmodal .imgmodal-btn .btn-inner:hover:after {
    background-image: url(../svg/i_modal_orn.svg);
  }
}

.m-box-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2s ease-out;
}

.m-box-modal.is-active {
  left: 0;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-box-modal .modal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.m-box-modal .modal-inner {
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 65px 15px 30px;
  z-index: 1;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner {
    padding: 80px;
  }
}

.m-box-modal .modal-inner .modal-img {
  padding-top: 79%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .m-box-modal .modal-inner .modal-img {
    width: calc(100vw - 30px);
  }
}

@media print, screen and (min-width: 768px) {
  .is-horizontal .m-box-modal .modal-inner .modal-img {
    width: calc(100vh - 120px);
    min-width: 545px;
  }
  .is-vertical .m-box-modal .modal-inner .modal-img {
    width: calc(100vw - 60px);
    min-width: 545px;
  }
}

.m-box-modal .modal-inner .modal-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.m-box-modal .modal-inner .modal-comment {
  background-color: #015D5A;
  border: solid 10px #E6BE8A;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 40px 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-comment {
    border-width: 20px;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 850px;
    padding: 75px 35px;
  }
}

.m-box-modal .modal-inner .modal-comment .comment-img {
  width: 85px;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-comment .comment-img {
    width: 123px;
    margin-top: 0;
  }
}

.m-box-modal .modal-inner .modal-comment .comment-body {
  color: #fff;
  letter-spacing: 0.04em;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-comment .comment-body {
    width: calc(100% - 123px);
    padding-left: 20px;
  }
}

.m-box-modal .modal-inner .modal-comment .comment-body .body-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: solid 1px #fff;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-comment .comment-body .body-ttl {
    font-size: 2.0rem;
    padding-bottom: 10px;
    padding-bottom: 15px;
  }
}

.m-box-modal .modal-inner .modal-close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-close {
    width: 60px;
    height: 60px;
    top: 1px;
    right: 1px;
  }
}

.m-box-modal .modal-inner .modal-close .close-btn {
  padding: 0;
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  border-radius: 3px;
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-close .close-btn {
    border-radius: 5px;
  }
}

.m-box-modal .modal-inner .modal-close .close-btn:before, .m-box-modal .modal-inner .modal-close .close-btn:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 1px;
  width: 13px;
  height: 1px;
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-close .close-btn:before, .m-box-modal .modal-inner .modal-close .close-btn:after {
    width: 21px;
    height: 2px;
  }
}

.m-box-modal .modal-inner .modal-close .close-btn:before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.m-box-modal .modal-inner .modal-close .close-btn:after {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.m-box-modal .modal-inner .modal-close .close-btn .btn-wrap {
  display: inline-block;
  text-indent: -9999px;
}

[data-whatinput="keyboard"] .m-box-modal .modal-inner .modal-close .close-btn:focus {
  background-color: #fff;
}

[data-whatinput="keyboard"] .m-box-modal .modal-inner .modal-close .close-btn:focus:before, [data-whatinput="keyboard"] .m-box-modal .modal-inner .modal-close .close-btn:focus:after {
  background-color: #00AFEC;
}

@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-close .close-btn:hover {
    background-color: #fff;
  }
  .m-box-modal .modal-inner .modal-close .close-btn:hover:before, .m-box-modal .modal-inner .modal-close .close-btn:hover:after {
    background-color: #00AFEC;
  }
}

.m-box-word {
  background-color: #F2F4F7;
  padding: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-word .word-inner {
    margin: 0 -25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .m-box-word .word-inner {
    display: block;
    letter-spacing: -.40em;
  }
}

.m-box-word .word-inner .word-item {
  padding-bottom: 38px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-word .word-inner .word-item {
    padding-bottom: 0;
    width: calc(100% / 4);
    width: calc((100% / 4 ) - 0.1px) \0;
    padding: 0 25px;
  }
}

@media print {
  .m-box-word .word-inner .word-item {
    width: 25%;
    display: inline-block;
    padding: 0 25px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-box-word .word-inner .word-item:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  background: url(../svg/i_equal.svg) center no-repeat;
  width: 10px;
  height: 18px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-word .word-inner .word-item:after {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
    height: 24px;
    width: 13px;
    margin-right: -6.5px;
  }
}

.m-box-word .word-inner .word-item .item-txt {
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  padding: 20px 10px;
  line-height: 1.0;
}

@media print, screen and (min-width: 768px) {
  .m-box-word .word-inner .word-item .item-txt {
    font-size: 3.6rem;
    padding: 32px 15px;
  }
}

.m-box-word .word-inner .word-item .item-txt ruby rt {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

@media print, screen and (min-width: 768px) {
  .m-box-word .word-inner .word-item .item-txt ruby rt {
    font-size: 1.6rem;
  }
}

.m-box-word .word-inner .word-item .item-txt ruby rp {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

.m-box-word .word-inner .word-item.to-reverse {
  padding-bottom: 48px;
}

@media print, screen and (min-width: 768px) {
  .m-box-word .word-inner .word-item.to-reverse {
    padding-bottom: 0;
  }
}

.m-box-word .word-inner .word-item.to-reverse:after {
  background-image: url(../svg/i_reverse.svg);
  height: 27px;
  width: 13.5px;
}

@media print, screen and (min-width: 768px) {
  .m-box-word .word-inner .word-item.to-reverse:after {
    height: 36px;
    width: 18px;
    margin-right: -9px;
  }
}

.m-box-word .word-inner .word-item:last-child {
  padding-bottom: 0;
}

.m-box-word .word-inner .word-item:last-child:after {
  content: none;
}

@media print, screen and (min-width: 1025px) {
  .m-box-word.word-num2 {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-word.word-num2 .word-inner .word-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 25px;
  }
}

@media print {
  .m-box-word.word-num2 .word-inner .word-item {
    width: 50%;
    display: inline-block;
    padding: 0 25px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-box-card {
  position: relative;
  border-radius: 5px;
  border: solid 1px #D6D6D6;
  overflow: hidden;
  width: 100%;
}

.m-box-card .card-ttl {
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #E0F5FD;
  padding: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-card .card-ttl {
    font-size: 2.0rem;
    padding: 20px 30px;
  }
}

.m-box-card .card-inner {
  padding: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-card .card-inner {
    padding: 30px;
  }
}

.m-box-card .card-inner .card-img {
  float: right;
  width: 50%;
  max-width: 137.5px;
  padding-left: 5px;
  margin-left: 5px;
  box-sizing: content-box;
  margin-bottom: 2px;
}

@media print, screen and (min-width: 768px) {
  .m-box-card .card-inner .card-img {
    max-width: 227px;
    padding-left: 10px;
    margin-left: 10px;
  }
}

.m-box-card .card-btn {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-card .card-btn {
    margin-top: 30px;
  }
}

.m-box-card .card-btn .m-btn-simple {
  display: block;
  width: 100%;
}

.m-box-card.card-float-none .card-img {
  float: none;
  padding: 0;
  margin: 0 auto;
  width: 80%;
  max-width: none;
  text-align: center;
}

.m-box-card.card-float-none .card-txt {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-card.card-float-none .card-txt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-box-tabhead .tabhead-tab {
    display: none;
  }
}

.m-box-tabhead .tabhead-tab .tab-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.m-box-tabhead .tabhead-tab .tab-inner:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #D6D6D6;
}

.m-box-tabhead .tabhead-tab .tab-inner > li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-box-tabhead .tabhead-tab .tab-inner > li > a {
  padding: 5px 10px 20px;
  text-align: center;
  position: relative;
  line-height: 1.5;
  transition: all .3s ease-out;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.m-box-tabhead .tabhead-tab .tab-inner > li > a:after {
  position: absolute;
  content: '';
  bottom: 0;
  height: 4px;
  right: 0;
  width: 0;
  background-color: #00AFEC;
  transition: width .3s ease-out;
}

[data-whatinput="keyboard"] .m-box-tabhead .tabhead-tab .tab-inner > li > a:focus {
  color: #00AFEC;
}

[data-whatinput="keyboard"] .m-box-tabhead .tabhead-tab .tab-inner > li > a:focus:after {
  left: 0;
  width: 100%;
}

@media print, screen and (min-width: 1025px) {
  .m-box-tabhead .tabhead-tab .tab-inner > li > a:hover {
    color: #00AFEC;
  }
  .m-box-tabhead .tabhead-tab .tab-inner > li > a:hover:after {
    left: 0;
    width: 100%;
  }
}

.m-box-tabhead .tabhead-tab .tab-inner > li > a.is-active {
  color: #00AFEC;
}

.m-box-tabhead .tabhead-tab .tab-inner > li > a.is-active:after {
  left: 0;
  width: 100%;
}

.m-box-tabhead .m-form-select {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .m-box-tabhead .m-form-select {
    display: none;
  }
}

.m-box-tab {
  margin-top: 35px;
}

@media print, screen and (min-width: 768px) {
  .m-box-tab {
    margin-top: 50px;
  }
}

.m-box-tab .tab-content {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-tab .tab-content {
    margin-top: 40px;
  }
}

.m-box-tab .tab-content .content-item {
  display: none;
}

.m-box-tab .tab-content .content-item > *:first-child {
  margin-top: 0 !important;
}

.m-box-tab .tab-content .content-item > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > .image-position-left:first-child + *,
  .m-box-tab .tab-content .content-item > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tab .tab-content .content-item > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tab .tab-content .content-item > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-box-tab .tab-content .content-item:first-child {
  display: block;
}

.m-box-bubble {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 40px 0;
  max-width: 545px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble {
    margin: 60px 0;
  }
}

.m-box-bubble .bubble-img {
  width: 70px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble .bubble-img {
    width: 120px;
  }
}

.m-box-bubble .bubble-body {
  width: calc(100% - 70px);
  position: relative;
  background-color: #E0F5FD;
  padding: 8px 15px;
  border-radius: 5px;
  border: solid 2px #00AFEC;
  margin-left: 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble .bubble-body {
    width: calc(100% - 120px);
    border-radius: 10px;
    margin-left: 30px;
    border-width: 4px;
    padding: 10px 20px;
  }
}

.m-box-bubble .bubble-body .body-txt {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble .bubble-body .body-txt {
    font-size: 1.6rem;
  }
}

.m-box-bubble .bubble-body:before {
  position: absolute;
  content: '';
  background: url(../images/i_bubble.png) center no-repeat;
  left: -19px;
  bottom: 10px;
  width: 19px;
  height: 15px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble .bubble-body:before {
    left: -38px;
    width: 38px;
    height: 30px;
    bottom: 20px;
  }
}

.m-box-bubble.bubble-radius .bubble-body {
  border-radius: 30px;
  padding: 8px 25px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble.bubble-radius .bubble-body {
    border-radius: 60px;
    padding: 10px 45px;
  }
}

.m-box-bubble.bubble-radius .bubble-body:before {
  background-image: url(../images/i_bubble_radius.png);
  width: 23px;
  height: 23px;
  left: -25px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble.bubble-radius .bubble-body:before {
    width: 46px;
    height: 45px;
    left: -45px;
  }
}

.m-box-bubble.bubble-radius.bg-orange .bubble-body:before {
  background-image: url(../images/i_bubble_radius_orange.png);
  left: auto;
  right: -25px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble.bubble-radius.bg-orange .bubble-body:before {
    right: -45px;
  }
}

.m-box-bubble.bg-orange {
  margin-left: auto;
}

.m-box-bubble.bg-orange .bubble-img {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.m-box-bubble.bg-orange .bubble-body {
  background-color: #FEE1CA;
  border-color: #FC8B32;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble.bg-orange .bubble-body {
    margin-right: 30px;
  }
}

.m-box-bubble.bg-orange .bubble-body:before {
  background-image: url(../images/i_bubble_orange.png);
  left: auto;
  right: -19px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble.bg-orange .bubble-body:before {
    right: -38px;
    bottom: 20px;
  }
}

.m-box-bubble.bg-red {
  margin-left: auto;
}

.m-box-bubble.bg-red .bubble-img {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble.bg-red .bubble-img {
    margin-bottom: 20px;
  }
}

.m-box-bubble.bg-red .bubble-body {
  background-color: #FBDEDA;
  border-color: #E22407;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble.bg-red .bubble-body {
    margin-right: 30px;
  }
}

.m-box-bubble.bg-red .bubble-body:before {
  background-image: url(../images/i_bubble_red.png);
  left: auto;
  right: -19px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bubble.bg-red .bubble-body:before {
    right: -38px;
    bottom: 20px;
  }
}

.m-box-modalparts {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .m-box-float {
    *zoom: 1;
  }
  .m-box-float:after {
    content: " ";
    display: table;
    clear: both;
  }
  .m-box-float .float-left {
    float: left;
    margin-right: 16px;
    padding-right: 16px;
    margin-bottom: 2px;
  }
  .m-box-float .float-left > *:first-child {
    margin-top: 0 !important;
  }
  .m-box-float .float-left > *:first-child.m-box-section {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .m-box-float .float-left > .image-position-left:first-child + *,
  .m-box-float .float-left > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .m-box-float .float-left > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-left > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-box-float .float-left > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-box-float .float-left > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-float .float-right {
    float: right;
    margin-left: 16px;
    padding-left: 16px;
    margin-bottom: 2px;
  }
  .m-box-float .float-right > *:first-child {
    margin-top: 0 !important;
  }
  .m-box-float .float-right > *:first-child.m-box-section {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .m-box-float .float-right > .image-position-left:first-child + *,
  .m-box-float .float-right > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .m-box-float .float-right > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-float .float-right > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-box-float .float-right > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-box-float .float-right > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-box-bnr {
  margin-top: 20px;
  overflow: visible !important;
}

@media print, screen and (min-width: 768px) {
  .m-box-bnr {
    margin-top: 50px;
  }
}

.m-box-bnr .bnr-inner .bnr-item {
  max-width: 165px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bnr .bnr-inner .bnr-item {
    max-width: 256px;
  }
}

.m-box-bnr .bnr-inner .bnr-item .item-inner .item-desc {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bnr .bnr-inner .bnr-item .item-inner .item-desc {
    margin-top: 20px;
  }
}

.m-box-bnr .bnr-inner .bnr-item.item-last {
  margin-right: 0 !important;
}

.m-box-bnr .bnr-inner .bnr-item a.item-inner {
  display: block;
  color: #000;
}

.m-box-bnr .bnr-inner .bnr-item a.item-inner .item-img {
  overflow: hidden;
}

.m-box-bnr .bnr-inner .bnr-item a.item-inner .item-img img {
  transition: all 0.3s ease-out;
}

[data-whatinput="keyboard"] .m-box-bnr .bnr-inner .bnr-item a.item-inner:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-box-bnr .bnr-inner .bnr-item a.item-inner:focus .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media print, screen and (min-width: 1025px) {
  .m-box-bnr .bnr-inner .bnr-item a.item-inner:hover {
    text-decoration: none;
  }
  .m-box-bnr .bnr-inner .bnr-item a.item-inner:hover .item-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.m-box-bnr .slider-btn {
  position: absolute;
  background-color: #00AFEC;
  width: 30px;
  height: 70px;
  border: none;
  padding: 0;
  z-index: 5;
  top: 50px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  border: solid 2px #00AFEC;
  transition: background-color 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-box-bnr .slider-btn {
    top: 85px;
    width: 40px;
    height: 90px;
  }
}

.m-box-bnr .slider-btn.btn-next {
  right: 0;
  border-radius: 5px 0 0 5px / 5px 0 0 5px;
  border-right: none;
}

.m-box-bnr .slider-btn.btn-prev {
  left: 0;
  border-radius: 0 5px 5px 0 / 0 5px 5px 0;
  border-left: none;
}

.m-box-bnr .slider-btn.btn-prev:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.m-box-bnr .slider-btn:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../svg/i_arrow2_wht.svg) center no-repeat;
  width: 15px;
  height: 12.7px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] .m-box-bnr .slider-btn:focus {
  background-color: #fff;
}

[data-whatinput="keyboard"] .m-box-bnr .slider-btn:focus:after {
  background-image: url(../svg/i_arrow2_key.svg);
}

@media print, screen and (min-width: 1025px) {
  .m-box-bnr .slider-btn:hover {
    background-color: #fff;
  }
  .m-box-bnr .slider-btn:hover:after {
    background-image: url(../svg/i_arrow2_key.svg);
  }
}

.m-box-bnr .slider-pagination {
  text-align: center;
  z-index: 1;
  top: 100%;
  bottom: auto !important;
  font-size: 0;
  line-height: 0;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-bnr .slider-pagination {
    margin-top: 40px;
  }
}

.m-box-bnr .slider-pagination .swiper-pagination-bullet {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: 15px;
  width: 30px;
  border-radius: 0;
  margin-top: 8px;
  margin: 0 4px;
  background-color: transparent !important;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-bnr .slider-pagination .swiper-pagination-bullet {
    height: 20px;
    width: 40px;
    margin: 0 5px !important;
  }
}

.m-box-bnr .slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: '';
  height: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #D5D5D5;
  transition: all 0.2s linear;
}

.m-box-bnr .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #00AFEC;
}

.m-box-nav {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.m-box-nav:before {
  position: absolute;
  content: '';
  top: 0;
  width: 200vw;
  left: -100vw;
  height: 1px;
  background-color: #D6D6D6;
}

.m-box-nav:last-child {
  padding-bottom: 0 !important;
}

.m-box-nav .nav-ttl {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.m-box-nav .nav-ttl + * {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-ttl + .image-position-left + *,
  .m-box-nav .nav-ttl + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-nav .nav-ttl + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-ttl + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-ttl + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-ttl + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-ttl + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-ttl + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-nav .nav-ttl + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-nav .nav-ttl + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-ttl + .m-box-float .float-left + *, .m-box-nav .nav-ttl + .m-box-float .float-right + * {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-ttl {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}

.m-box-nav .nav-ttlsub {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.m-box-nav .nav-ttlsub + * {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-ttlsub + .image-position-left + *,
  .m-box-nav .nav-ttlsub + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-nav .nav-ttlsub + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-ttlsub + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-ttlsub + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-ttlsub + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-ttlsub + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-ttlsub + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-nav .nav-ttlsub + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-nav .nav-ttlsub + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-ttlsub + .m-box-float .float-left + *, .m-box-nav .nav-ttlsub + .m-box-float .float-right + * {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-ttlsub {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .m-list-link > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .m-list-link > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .m-list-link > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .m-list-link > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-nav .m-list-link > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 10px;
  }
  .m-box-nav .m-list-link > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-nav .m-list-link > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-box-nav .m-list-link > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-box-nav .m-list-link > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 10px;
  }
}

.m-box-nav .m-txt-link {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .m-txt-link {
    font-size: 1.4rem;
  }
}

.m-box-nav .m-txt-link:before {
  top: 0.1em;
}

.m-box-mapframe {
  width: 100%;
  height: 160px;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-box-mapframe {
    height: 330px;
    margin-top: 40px;
  }
}

.m-box-mapframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.m-box-entry {
  margin-top: 40px;
  background: url(../images/recruit/bg_entry.jpg) center no-repeat;
  background-size: cover;
  padding: 30px 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-entry {
    margin-top: 75px;
    padding: 45px 40px 55px;
  }
}

.m-box-entry .entry-ttl {
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: solid 1px #fff;
}

@media print, screen and (min-width: 768px) {
  .m-box-entry .entry-ttl {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-width: 2px;
  }
}

.m-box-entry .entry-ttl + * {
  margin-top: 0 !important;
}

.m-box-entry .entry-ttl .ttl-main {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media print, screen and (min-width: 768px) {
  .m-box-entry .entry-ttl .ttl-main {
    font-size: 3.2rem;
  }
}

.m-box-entry .entry-ttl .ttl-sub {
  font-weight: bold;
  margin-top: 3px;
  letter-spacing: 0.06em;
}

@media print, screen and (min-width: 768px) {
  .m-box-entry .entry-ttl .ttl-sub {
    margin-top: 5px;
  }
}

.m-box-entry .entry-txt {
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.m-box-entry .entry-bnr {
  margin-top: 15px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-entry .entry-bnr {
    margin-top: 20px;
  }
}

.m-box-entry .entry-btn {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-box-entry .entry-btn .m-btn-simple {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-box-entry .entry-btn .m-btn-simple {
    width: 350px;
  }
}

.m-box-entry .entry-desc {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .m-box-entry .entry-desc {
    font-size: 1.4rem;
  }
}

.m-box-markdown a {
  display: inline !important;
}

.m-box-markdown strong {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, #FFFC64 56%, #FFFC64 100%);
  color: #E22407;
}

.m-box-markdown em {
  font-weight: bold;
  font-style: normal;
}

.m-list-desc, .m-box-markdown ul, .mceContentBody ul, .wysiwyg ul {
  margin-top: 35px;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc, .m-box-markdown ul, .mceContentBody ul, .wysiwyg ul {
    margin-top: 40px;
  }
}

.m-list-desc a, .m-box-markdown ul a, .mceContentBody ul a, .wysiwyg ul a {
  text-decoration: underline;
  color: #00AFEC;
}

.m-list-desc a[target='_blank']:not(.noticon):after, .m-box-markdown ul a[target='_blank']:not(.noticon):after, .mceContentBody ul a[target='_blank']:not(.noticon):after, .wysiwyg ul a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc a[target='_blank']:not(.noticon):after, .m-box-markdown ul a[target='_blank']:not(.noticon):after, .mceContentBody ul a[target='_blank']:not(.noticon):after, .wysiwyg ul a[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-desc a[target='_blank']:not(.noticon):after, .m-box-markdown ul a[target='_blank']:not(.noticon):after, .mceContentBody ul a[target='_blank']:not(.noticon):after, .wysiwyg ul a[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

.m-list-desc a[href$=".pdf"]:not(.noticon):after, .m-box-markdown ul a[href$=".pdf"]:not(.noticon):after, .mceContentBody ul a[href$=".pdf"]:not(.noticon):after, .wysiwyg ul a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc a[href$=".pdf"]:not(.noticon):after, .m-box-markdown ul a[href$=".pdf"]:not(.noticon):after, .mceContentBody ul a[href$=".pdf"]:not(.noticon):after, .wysiwyg ul a[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-desc a[href$=".doc"]:not(.noticon):after, .m-box-markdown ul a[href$=".doc"]:not(.noticon):after, .mceContentBody ul a[href$=".doc"]:not(.noticon):after, .wysiwyg ul a[href$=".doc"]:not(.noticon):after, .m-list-desc a[href$=".docx"]:not(.noticon):after, .m-box-markdown ul a[href$=".docx"]:not(.noticon):after, .mceContentBody ul a[href$=".docx"]:not(.noticon):after, .wysiwyg ul a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc a[href$=".doc"]:not(.noticon):after, .m-box-markdown ul a[href$=".doc"]:not(.noticon):after, .mceContentBody ul a[href$=".doc"]:not(.noticon):after, .wysiwyg ul a[href$=".doc"]:not(.noticon):after, .m-list-desc a[href$=".docx"]:not(.noticon):after, .m-box-markdown ul a[href$=".docx"]:not(.noticon):after, .mceContentBody ul a[href$=".docx"]:not(.noticon):after, .wysiwyg ul a[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-desc a[href$=".xls"]:not(.noticon):after, .m-box-markdown ul a[href$=".xls"]:not(.noticon):after, .mceContentBody ul a[href$=".xls"]:not(.noticon):after, .wysiwyg ul a[href$=".xls"]:not(.noticon):after, .m-list-desc a[href$=".xlsx"]:not(.noticon):after, .m-box-markdown ul a[href$=".xlsx"]:not(.noticon):after, .mceContentBody ul a[href$=".xlsx"]:not(.noticon):after, .wysiwyg ul a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc a[href$=".xls"]:not(.noticon):after, .m-box-markdown ul a[href$=".xls"]:not(.noticon):after, .mceContentBody ul a[href$=".xls"]:not(.noticon):after, .wysiwyg ul a[href$=".xls"]:not(.noticon):after, .m-list-desc a[href$=".xlsx"]:not(.noticon):after, .m-box-markdown ul a[href$=".xlsx"]:not(.noticon):after, .mceContentBody ul a[href$=".xlsx"]:not(.noticon):after, .wysiwyg ul a[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-desc a[href$=".ppt"]:not(.noticon):after, .m-box-markdown ul a[href$=".ppt"]:not(.noticon):after, .mceContentBody ul a[href$=".ppt"]:not(.noticon):after, .wysiwyg ul a[href$=".ppt"]:not(.noticon):after, .m-list-desc a[href$=".pptx"]:not(.noticon):after, .m-box-markdown ul a[href$=".pptx"]:not(.noticon):after, .mceContentBody ul a[href$=".pptx"]:not(.noticon):after, .wysiwyg ul a[href$=".pptx"]:not(.noticon):after, .m-list-desc a[href$=".ppsx"]:not(.noticon):after, .m-box-markdown ul a[href$=".ppsx"]:not(.noticon):after, .mceContentBody ul a[href$=".ppsx"]:not(.noticon):after, .wysiwyg ul a[href$=".ppsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc a[href$=".ppt"]:not(.noticon):after, .m-box-markdown ul a[href$=".ppt"]:not(.noticon):after, .mceContentBody ul a[href$=".ppt"]:not(.noticon):after, .wysiwyg ul a[href$=".ppt"]:not(.noticon):after, .m-list-desc a[href$=".pptx"]:not(.noticon):after, .m-box-markdown ul a[href$=".pptx"]:not(.noticon):after, .mceContentBody ul a[href$=".pptx"]:not(.noticon):after, .wysiwyg ul a[href$=".pptx"]:not(.noticon):after, .m-list-desc a[href$=".ppsx"]:not(.noticon):after, .m-box-markdown ul a[href$=".ppsx"]:not(.noticon):after, .mceContentBody ul a[href$=".ppsx"]:not(.noticon):after, .wysiwyg ul a[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-desc a[href$=".zip"]:not(.noticon):after, .m-box-markdown ul a[href$=".zip"]:not(.noticon):after, .mceContentBody ul a[href$=".zip"]:not(.noticon):after, .wysiwyg ul a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc a[href$=".zip"]:not(.noticon):after, .m-box-markdown ul a[href$=".zip"]:not(.noticon):after, .mceContentBody ul a[href$=".zip"]:not(.noticon):after, .wysiwyg ul a[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-desc a[href$=".jtd"]:not(.noticon):after, .m-box-markdown ul a[href$=".jtd"]:not(.noticon):after, .mceContentBody ul a[href$=".jtd"]:not(.noticon):after, .wysiwyg ul a[href$=".jtd"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc a[href$=".jtd"]:not(.noticon):after, .m-box-markdown ul a[href$=".jtd"]:not(.noticon):after, .mceContentBody ul a[href$=".jtd"]:not(.noticon):after, .wysiwyg ul a[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-desc a:visited, .m-box-markdown ul a:visited, .mceContentBody ul a:visited, .wysiwyg ul a:visited {
  color: #00AFEC;
}

[data-whatinput="keyboard"] .m-list-desc a:focus, [data-whatinput="keyboard"] .m-box-markdown ul a:focus, .m-box-markdown [data-whatinput="keyboard"] ul a:focus, [data-whatinput="keyboard"] .mceContentBody ul a:focus, .mceContentBody [data-whatinput="keyboard"] ul a:focus, [data-whatinput="keyboard"] .wysiwyg ul a:focus, .wysiwyg [data-whatinput="keyboard"] ul a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .m-list-desc a:hover, .m-box-markdown ul a:hover, .mceContentBody ul a:hover, .wysiwyg ul a:hover {
    text-decoration: none;
  }
}

.m-list-desc > li, .m-box-markdown ul > li, .mceContentBody ul > li, .wysiwyg ul > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 10px;
  padding-left: 1.4em;
}

.m-list-desc > li > ul, .m-box-markdown ul > li > ul, .mceContentBody ul > li > ul, .wysiwyg ul > li > ul, .m-list-desc > li > ol, .m-box-markdown ul > li > ol, .mceContentBody ul > li > ol, .wysiwyg ul > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ul, .m-box-markdown ul > li > ul, .mceContentBody ul > li > ul, .wysiwyg ul > li > ul, .m-list-desc > li > ol, .m-box-markdown ul > li > ol, .mceContentBody ul > li > ol, .wysiwyg ul > li > ol {
    margin-top: 5px;
  }
}

.m-list-desc > li > ul > li, .m-box-markdown ul > li > ul > li, .mceContentBody ul > li > ul > li, .wysiwyg ul > li > ul > li, .m-list-desc > li > ol > li, .m-box-markdown ul > li > ol > li, .mceContentBody ul > li > ol > li, .wysiwyg ul > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ul > li, .m-box-markdown ul > li > ul > li, .mceContentBody ul > li > ul > li, .wysiwyg ul > li > ul > li, .m-list-desc > li > ol > li, .m-box-markdown ul > li > ol > li, .mceContentBody ul > li > ol > li, .wysiwyg ul > li > ol > li {
    padding-left: 15px;
  }
}

.m-list-desc > li > ul.m-list-num > li, .m-box-markdown ul > li > ul.m-list-num > li, .mceContentBody ul > li > ul.m-list-num > li, .wysiwyg ul > li > ul.m-list-num > li, .m-list-desc > li > ol.m-list-num > li, .m-box-markdown ul > li > ol.m-list-num > li, .mceContentBody ul > li > ol.m-list-num > li, .wysiwyg ul > li > ol.m-list-num > li, .m-box-markdown .m-list-desc > li > ol > li, .m-box-markdown ul > li > ol > li, .mceContentBody .m-list-desc > li > ol > li, .m-box-markdown .mceContentBody ul > li > ol > li, .mceContentBody .m-box-markdown ul > li > ol > li, .mceContentBody ul > li > ol > li, .wysiwyg .m-list-desc > li > ol > li, .m-box-markdown .wysiwyg ul > li > ol > li, .wysiwyg .m-box-markdown ul > li > ol > li, .mceContentBody .wysiwyg ul > li > ol > li, .wysiwyg .mceContentBody ul > li > ol > li, .wysiwyg ul > li > ol > li {
  padding-left: 1.5em;
}

.m-list-desc > li > ul.m-list-asterisk > li, .m-box-markdown ul > li > ul.m-list-asterisk > li, .mceContentBody ul > li > ul.m-list-asterisk > li, .wysiwyg ul > li > ul.m-list-asterisk > li, .m-list-desc > li > ol.m-list-asterisk > li, .m-box-markdown ul > li > ol.m-list-asterisk > li, .mceContentBody ul > li > ol.m-list-asterisk > li, .wysiwyg ul > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.m-list-desc > li > ul.m-list-asterisk > li:before, .m-box-markdown ul > li > ul.m-list-asterisk > li:before, .mceContentBody ul > li > ul.m-list-asterisk > li:before, .wysiwyg ul > li > ul.m-list-asterisk > li:before, .m-list-desc > li > ol.m-list-asterisk > li:before, .m-box-markdown ul > li > ol.m-list-asterisk > li:before, .mceContentBody ul > li > ol.m-list-asterisk > li:before, .wysiwyg ul > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-desc > li > ul > li:before, .m-box-markdown ul > li > ul > li:before, .mceContentBody ul > li > ul > li:before, .wysiwyg ul > li > ul > li:before {
  width: 5px;
  height: 5px;
  top: .85em;
}

.m-list-desc > li > ol.m-list-asterisk > li, .m-box-markdown ul > li > ol.m-list-asterisk > li, .mceContentBody ul > li > ol.m-list-asterisk > li, .wysiwyg ul > li > ol.m-list-asterisk > li {
  padding-left: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ol.m-list-asterisk > li, .m-box-markdown ul > li > ol.m-list-asterisk > li, .mceContentBody ul > li > ol.m-list-asterisk > li, .wysiwyg ul > li > ol.m-list-asterisk > li {
    padding-left: 38px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li, .m-box-markdown ul > li, .mceContentBody ul > li, .wysiwyg ul > li {
    margin-top: 5px;
    padding-left: 1.3em;
  }
}

.m-list-desc > li:first-child, .m-box-markdown ul > li:first-child, .mceContentBody ul > li:first-child, .wysiwyg ul > li:first-child {
  margin-top: 0;
}

.m-list-desc > li:before, .m-box-markdown ul > li:before, .mceContentBody ul > li:before, .wysiwyg ul > li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00AFEC;
  top: .65em;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li:before, .m-box-markdown ul > li:before, .mceContentBody ul > li:before, .wysiwyg ul > li:before {
    top: .7em;
  }
}

.m-list-num, .m-box-markdown ol, .mceContentBody ol, .wysiwyg ol {
  margin-top: 35px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num, .m-box-markdown ol, .mceContentBody ol, .wysiwyg ol {
    margin-top: 20px;
  }
}

.m-list-num a, .m-box-markdown ol a, .mceContentBody ol a, .wysiwyg ol a {
  text-decoration: underline;
  color: #00AFEC;
}

.m-list-num a[target='_blank']:not(.noticon):after, .m-box-markdown ol a[target='_blank']:not(.noticon):after, .mceContentBody ol a[target='_blank']:not(.noticon):after, .wysiwyg ol a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num a[target='_blank']:not(.noticon):after, .m-box-markdown ol a[target='_blank']:not(.noticon):after, .mceContentBody ol a[target='_blank']:not(.noticon):after, .wysiwyg ol a[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-num a[target='_blank']:not(.noticon):after, .m-box-markdown ol a[target='_blank']:not(.noticon):after, .mceContentBody ol a[target='_blank']:not(.noticon):after, .wysiwyg ol a[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

.m-list-num a[href$=".pdf"]:not(.noticon):after, .m-box-markdown ol a[href$=".pdf"]:not(.noticon):after, .mceContentBody ol a[href$=".pdf"]:not(.noticon):after, .wysiwyg ol a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num a[href$=".pdf"]:not(.noticon):after, .m-box-markdown ol a[href$=".pdf"]:not(.noticon):after, .mceContentBody ol a[href$=".pdf"]:not(.noticon):after, .wysiwyg ol a[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num a[href$=".doc"]:not(.noticon):after, .m-box-markdown ol a[href$=".doc"]:not(.noticon):after, .mceContentBody ol a[href$=".doc"]:not(.noticon):after, .wysiwyg ol a[href$=".doc"]:not(.noticon):after, .m-list-num a[href$=".docx"]:not(.noticon):after, .m-box-markdown ol a[href$=".docx"]:not(.noticon):after, .mceContentBody ol a[href$=".docx"]:not(.noticon):after, .wysiwyg ol a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num a[href$=".doc"]:not(.noticon):after, .m-box-markdown ol a[href$=".doc"]:not(.noticon):after, .mceContentBody ol a[href$=".doc"]:not(.noticon):after, .wysiwyg ol a[href$=".doc"]:not(.noticon):after, .m-list-num a[href$=".docx"]:not(.noticon):after, .m-box-markdown ol a[href$=".docx"]:not(.noticon):after, .mceContentBody ol a[href$=".docx"]:not(.noticon):after, .wysiwyg ol a[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num a[href$=".xls"]:not(.noticon):after, .m-box-markdown ol a[href$=".xls"]:not(.noticon):after, .mceContentBody ol a[href$=".xls"]:not(.noticon):after, .wysiwyg ol a[href$=".xls"]:not(.noticon):after, .m-list-num a[href$=".xlsx"]:not(.noticon):after, .m-box-markdown ol a[href$=".xlsx"]:not(.noticon):after, .mceContentBody ol a[href$=".xlsx"]:not(.noticon):after, .wysiwyg ol a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num a[href$=".xls"]:not(.noticon):after, .m-box-markdown ol a[href$=".xls"]:not(.noticon):after, .mceContentBody ol a[href$=".xls"]:not(.noticon):after, .wysiwyg ol a[href$=".xls"]:not(.noticon):after, .m-list-num a[href$=".xlsx"]:not(.noticon):after, .m-box-markdown ol a[href$=".xlsx"]:not(.noticon):after, .mceContentBody ol a[href$=".xlsx"]:not(.noticon):after, .wysiwyg ol a[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num a[href$=".ppt"]:not(.noticon):after, .m-box-markdown ol a[href$=".ppt"]:not(.noticon):after, .mceContentBody ol a[href$=".ppt"]:not(.noticon):after, .wysiwyg ol a[href$=".ppt"]:not(.noticon):after, .m-list-num a[href$=".pptx"]:not(.noticon):after, .m-box-markdown ol a[href$=".pptx"]:not(.noticon):after, .mceContentBody ol a[href$=".pptx"]:not(.noticon):after, .wysiwyg ol a[href$=".pptx"]:not(.noticon):after, .m-list-num a[href$=".ppsx"]:not(.noticon):after, .m-box-markdown ol a[href$=".ppsx"]:not(.noticon):after, .mceContentBody ol a[href$=".ppsx"]:not(.noticon):after, .wysiwyg ol a[href$=".ppsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num a[href$=".ppt"]:not(.noticon):after, .m-box-markdown ol a[href$=".ppt"]:not(.noticon):after, .mceContentBody ol a[href$=".ppt"]:not(.noticon):after, .wysiwyg ol a[href$=".ppt"]:not(.noticon):after, .m-list-num a[href$=".pptx"]:not(.noticon):after, .m-box-markdown ol a[href$=".pptx"]:not(.noticon):after, .mceContentBody ol a[href$=".pptx"]:not(.noticon):after, .wysiwyg ol a[href$=".pptx"]:not(.noticon):after, .m-list-num a[href$=".ppsx"]:not(.noticon):after, .m-box-markdown ol a[href$=".ppsx"]:not(.noticon):after, .mceContentBody ol a[href$=".ppsx"]:not(.noticon):after, .wysiwyg ol a[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num a[href$=".zip"]:not(.noticon):after, .m-box-markdown ol a[href$=".zip"]:not(.noticon):after, .mceContentBody ol a[href$=".zip"]:not(.noticon):after, .wysiwyg ol a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num a[href$=".zip"]:not(.noticon):after, .m-box-markdown ol a[href$=".zip"]:not(.noticon):after, .mceContentBody ol a[href$=".zip"]:not(.noticon):after, .wysiwyg ol a[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num a[href$=".jtd"]:not(.noticon):after, .m-box-markdown ol a[href$=".jtd"]:not(.noticon):after, .mceContentBody ol a[href$=".jtd"]:not(.noticon):after, .wysiwyg ol a[href$=".jtd"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num a[href$=".jtd"]:not(.noticon):after, .m-box-markdown ol a[href$=".jtd"]:not(.noticon):after, .mceContentBody ol a[href$=".jtd"]:not(.noticon):after, .wysiwyg ol a[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num a:visited, .m-box-markdown ol a:visited, .mceContentBody ol a:visited, .wysiwyg ol a:visited {
  color: #00AFEC;
}

[data-whatinput="keyboard"] .m-list-num a:focus, [data-whatinput="keyboard"] .m-box-markdown ol a:focus, .m-box-markdown [data-whatinput="keyboard"] ol a:focus, [data-whatinput="keyboard"] .mceContentBody ol a:focus, .mceContentBody [data-whatinput="keyboard"] ol a:focus, [data-whatinput="keyboard"] .wysiwyg ol a:focus, .wysiwyg [data-whatinput="keyboard"] ol a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .m-list-num a:hover, .m-box-markdown ol a:hover, .mceContentBody ol a:hover, .wysiwyg ol a:hover {
    text-decoration: none;
  }
}

.m-list-num > li, .m-box-markdown ol > li, .mceContentBody ol > li, .wysiwyg ol > li {
  margin-top: 10px;
  padding-left: 1.5em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.m-list-num > li > ul, .m-box-markdown ol > li > ul, .mceContentBody ol > li > ul, .wysiwyg ol > li > ul, .m-list-num > li > ol, .m-box-markdown ol > li > ol, .mceContentBody ol > li > ol, .wysiwyg ol > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li > ul, .m-box-markdown ol > li > ul, .mceContentBody ol > li > ul, .wysiwyg ol > li > ul, .m-list-num > li > ol, .m-box-markdown ol > li > ol, .mceContentBody ol > li > ol, .wysiwyg ol > li > ol {
    margin-top: 5px;
  }
}

.m-list-num > li > ul > li, .m-box-markdown ol > li > ul > li, .mceContentBody ol > li > ul > li, .wysiwyg ol > li > ul > li, .m-list-num > li > ol > li, .m-box-markdown ol > li > ol > li, .mceContentBody ol > li > ol > li, .wysiwyg ol > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li > ul > li, .m-box-markdown ol > li > ul > li, .mceContentBody ol > li > ul > li, .wysiwyg ol > li > ul > li, .m-list-num > li > ol > li, .m-box-markdown ol > li > ol > li, .mceContentBody ol > li > ol > li, .wysiwyg ol > li > ol > li {
    padding-left: 15px;
  }
}

.m-list-num > li > ul.m-list-num > li, .m-box-markdown ol > li > ul.m-list-num > li, .mceContentBody ol > li > ul.m-list-num > li, .wysiwyg ol > li > ul.m-list-num > li, .m-list-num > li > ol.m-list-num > li, .m-box-markdown ol > li > ol.m-list-num > li, .mceContentBody ol > li > ol.m-list-num > li, .wysiwyg ol > li > ol.m-list-num > li, .m-box-markdown .m-list-num > li > ol > li, .m-box-markdown ol > li > ol > li, .mceContentBody .m-list-num > li > ol > li, .m-box-markdown .mceContentBody ol > li > ol > li, .mceContentBody .m-box-markdown ol > li > ol > li, .mceContentBody ol > li > ol > li, .wysiwyg .m-list-num > li > ol > li, .m-box-markdown .wysiwyg ol > li > ol > li, .wysiwyg .m-box-markdown ol > li > ol > li, .mceContentBody .wysiwyg ol > li > ol > li, .wysiwyg .mceContentBody ol > li > ol > li, .wysiwyg ol > li > ol > li {
  padding-left: 1.5em;
}

.m-list-num > li > ul.m-list-asterisk > li, .m-box-markdown ol > li > ul.m-list-asterisk > li, .mceContentBody ol > li > ul.m-list-asterisk > li, .wysiwyg ol > li > ul.m-list-asterisk > li, .m-list-num > li > ol.m-list-asterisk > li, .m-box-markdown ol > li > ol.m-list-asterisk > li, .mceContentBody ol > li > ol.m-list-asterisk > li, .wysiwyg ol > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.m-list-num > li > ul.m-list-asterisk > li:before, .m-box-markdown ol > li > ul.m-list-asterisk > li:before, .mceContentBody ol > li > ul.m-list-asterisk > li:before, .wysiwyg ol > li > ul.m-list-asterisk > li:before, .m-list-num > li > ol.m-list-asterisk > li:before, .m-box-markdown ol > li > ol.m-list-asterisk > li:before, .mceContentBody ol > li > ol.m-list-asterisk > li:before, .wysiwyg ol > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-num > li > ul > li:before, .m-box-markdown ol > li > ul > li:before, .mceContentBody ol > li > ul > li:before, .wysiwyg ol > li > ul > li:before {
  width: 5px;
  height: 5px;
  top: .85em;
}

.m-list-num > li > ol.m-list-asterisk > li, .m-box-markdown ol > li > ol.m-list-asterisk > li, .mceContentBody ol > li > ol.m-list-asterisk > li, .wysiwyg ol > li > ol.m-list-asterisk > li {
  padding-left: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li > ol.m-list-asterisk > li, .m-box-markdown ol > li > ol.m-list-asterisk > li, .mceContentBody ol > li > ol.m-list-asterisk > li, .wysiwyg ol > li > ol.m-list-asterisk > li {
    padding-left: 38px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li, .m-box-markdown ol > li, .mceContentBody ol > li, .wysiwyg ol > li {
    margin-top: 10px;
  }
}

.m-list-num > li:first-child, .m-box-markdown ol > li:first-child, .mceContentBody ol > li:first-child, .wysiwyg ol > li:first-child {
  margin-top: 0;
}

.m-list-num > li:before, .m-box-markdown ol > li:before, .mceContentBody ol > li:before, .wysiwyg ol > li:before {
  content: counter(number) ".";
  display: inline-block;
  vertical-align: top;
  margin-left: -1.5em;
  margin-right: .5em;
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li:before, .m-box-markdown ol > li:before, .mceContentBody ol > li:before, .wysiwyg ol > li:before {
    margin-left: -1.5em;
  }
}

.m-list-num6 {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 {
    margin-top: 40px;
  }
}

.m-list-num6 a {
  text-decoration: underline;
  color: #00AFEC;
}

.m-list-num6 a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 a[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 a[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

.m-list-num6 a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 a[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num6 a[href$=".doc"]:not(.noticon):after, .m-list-num6 a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 a[href$=".doc"]:not(.noticon):after, .m-list-num6 a[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num6 a[href$=".xls"]:not(.noticon):after, .m-list-num6 a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 a[href$=".xls"]:not(.noticon):after, .m-list-num6 a[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num6 a[href$=".ppt"]:not(.noticon):after, .m-list-num6 a[href$=".pptx"]:not(.noticon):after, .m-list-num6 a[href$=".ppsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 a[href$=".ppt"]:not(.noticon):after, .m-list-num6 a[href$=".pptx"]:not(.noticon):after, .m-list-num6 a[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num6 a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 a[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num6 a[href$=".jtd"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 a[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-num6 a:visited {
  color: #00AFEC;
}

[data-whatinput="keyboard"] .m-list-num6 a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .m-list-num6 a:hover {
    text-decoration: none;
  }
}

.m-list-num6 > li {
  margin-top: 8px;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  padding-left: 2.8em;
}

.m-list-num6 > li > ul, .m-list-num6 > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 > li > ul, .m-list-num6 > li > ol {
    margin-top: 5px;
  }
}

.m-list-num6 > li > ul > li, .m-list-num6 > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 > li > ul > li, .m-list-num6 > li > ol > li {
    padding-left: 15px;
  }
}

.m-list-num6 > li > ul.m-list-num > li, .m-list-num6 > li > ol.m-list-num > li, .m-box-markdown .m-list-num6 > li > ol > li, .mceContentBody .m-list-num6 > li > ol > li, .wysiwyg .m-list-num6 > li > ol > li {
  padding-left: 1.5em;
}

.m-list-num6 > li > ul.m-list-asterisk > li, .m-list-num6 > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.m-list-num6 > li > ul.m-list-asterisk > li:before, .m-list-num6 > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-num6 > li > ul > li:before {
  width: 5px;
  height: 5px;
  top: .85em;
}

.m-list-num6 > li > ol.m-list-asterisk > li {
  padding-left: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 > li > ol.m-list-asterisk > li {
    padding-left: 38px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 > li {
    margin-top: 10px;
    padding-left: 2.9em;
  }
}

.m-list-num6 > li:first-child {
  margin-top: 0;
}

.m-list-num6 > li:before {
  content: counter(number);
  display: inline-block;
  margin-right: 8px;
  background-color: #00AFEC;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 7px 5px;
  border-radius: 2px;
  min-width: 30px;
  text-align: center;
  margin-left: -2.4em;
  font-family: 'Segoe UI','Futura', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .m-list-num6 > li:before {
    font-size: 2.2rem;
    min-width: 36px;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: -2.1em;
  }
}

ul.m-list-asterisk {
  margin-top: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

ul.m-list-asterisk .fzs {
  font-size: 10px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzs {
    font-size: 1.2rem;
  }
}

ul.m-list-asterisk .fzm {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzm {
    font-size: 1.4rem;
  }
}

ul.m-list-asterisk .fzl {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

ul.m-list-asterisk a {
  text-decoration: underline;
  color: #00AFEC;
}

ul.m-list-asterisk a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk a[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk a[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

ul.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ul.m-list-asterisk a[href$=".doc"]:not(.noticon):after, ul.m-list-asterisk a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk a[href$=".doc"]:not(.noticon):after, ul.m-list-asterisk a[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ul.m-list-asterisk a[href$=".xls"]:not(.noticon):after, ul.m-list-asterisk a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk a[href$=".xls"]:not(.noticon):after, ul.m-list-asterisk a[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ul.m-list-asterisk a[href$=".ppt"]:not(.noticon):after, ul.m-list-asterisk a[href$=".pptx"]:not(.noticon):after, ul.m-list-asterisk a[href$=".ppsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk a[href$=".ppt"]:not(.noticon):after, ul.m-list-asterisk a[href$=".pptx"]:not(.noticon):after, ul.m-list-asterisk a[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ul.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ul.m-list-asterisk a[href$=".jtd"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk a[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ul.m-list-asterisk a:visited {
  color: #00AFEC;
}

[data-whatinput="keyboard"] ul.m-list-asterisk a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  ul.m-list-asterisk a:hover {
    text-decoration: none;
  }
}

ul.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 17px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

ul.m-list-asterisk > li > ul, ul.m-list-asterisk > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul, ul.m-list-asterisk > li > ol {
    margin-top: 5px;
  }
}

ul.m-list-asterisk > li > ul > li, ul.m-list-asterisk > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul > li, ul.m-list-asterisk > li > ol > li {
    padding-left: 15px;
  }
}

ul.m-list-asterisk > li > ul.m-list-num > li, ul.m-list-asterisk > li > ol.m-list-num > li, .m-box-markdown ul.m-list-asterisk > li > ol > li, .mceContentBody ul.m-list-asterisk > li > ol > li, .wysiwyg ul.m-list-asterisk > li > ol > li {
  padding-left: 1.5em;
}

ul.m-list-asterisk > li > ul.m-list-asterisk > li, ul.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

ul.m-list-asterisk > li > ul.m-list-asterisk > li:before, ul.m-list-asterisk > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

ul.m-list-asterisk > li > ul > li:before {
  width: 5px;
  height: 5px;
  top: .85em;
}

ul.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 30px;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ol.m-list-asterisk > li {
    padding-left: 38px;
  }
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li {
    margin-top: 5px;
    padding-left: 20px;
  }
}

ul.m-list-asterisk > li:first-child {
  margin-top: 0;
}

ul.m-list-asterisk > li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  content: "\203b";
  background-color: transparent;
}

ol.m-list-asterisk {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

ol.m-list-asterisk .fzs {
  font-size: 10px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzs {
    font-size: 1.2rem;
  }
}

ol.m-list-asterisk .fzm {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzm {
    font-size: 1.4rem;
  }
}

ol.m-list-asterisk .fzl {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

ol.m-list-asterisk a {
  text-decoration: underline;
  color: #00AFEC;
}

ol.m-list-asterisk a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk a[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk a[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

ol.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ol.m-list-asterisk a[href$=".doc"]:not(.noticon):after, ol.m-list-asterisk a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk a[href$=".doc"]:not(.noticon):after, ol.m-list-asterisk a[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ol.m-list-asterisk a[href$=".xls"]:not(.noticon):after, ol.m-list-asterisk a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk a[href$=".xls"]:not(.noticon):after, ol.m-list-asterisk a[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ol.m-list-asterisk a[href$=".ppt"]:not(.noticon):after, ol.m-list-asterisk a[href$=".pptx"]:not(.noticon):after, ol.m-list-asterisk a[href$=".ppsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk a[href$=".ppt"]:not(.noticon):after, ol.m-list-asterisk a[href$=".pptx"]:not(.noticon):after, ol.m-list-asterisk a[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ol.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ol.m-list-asterisk a[href$=".jtd"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk a[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

ol.m-list-asterisk a:visited {
  color: #00AFEC;
}

[data-whatinput="keyboard"] ol.m-list-asterisk a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  ol.m-list-asterisk a:hover {
    text-decoration: none;
  }
}

ol.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 2.7em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li {
    margin-top: 5px;
    padding-left: 2.6em;
  }
}

ol.m-list-asterisk > li:first-child {
  margin-top: 0;
}

ol.m-list-asterisk > li:before {
  content: "\203b" counter(number) "\ff1a";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.8em;
  margin-right: 2px;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li:before {
    margin-left: -2.6em;
    margin-right: auto;
  }
}

ol.m-list-asterisk > li > ul, ol.m-list-asterisk > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul, ol.m-list-asterisk > li > ol {
    margin-top: 5px;
  }
}

ol.m-list-asterisk > li > ul > li, ol.m-list-asterisk > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul > li, ol.m-list-asterisk > li > ol > li {
    padding-left: 15px;
  }
}

ol.m-list-asterisk > li > ul.m-list-num > li, ol.m-list-asterisk > li > ol.m-list-num > li, .m-box-markdown ol.m-list-asterisk > li > ol > li, .mceContentBody ol.m-list-asterisk > li > ol > li, .wysiwyg ol.m-list-asterisk > li > ol > li {
  padding-left: 1.5em;
}

ol.m-list-asterisk > li > ul.m-list-asterisk > li, ol.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

ol.m-list-asterisk > li > ul.m-list-asterisk > li:before, ol.m-list-asterisk > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

ol.m-list-asterisk > li > ul > li:before {
  width: 5px;
  height: 5px;
  top: .85em;
}

ol.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 30px;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ol.m-list-asterisk > li {
    padding-left: 38px;
  }
}

.m-list-news {
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news {
    margin-top: 50px;
  }
}

.m-list-news > li {
  border-top: solid 1px #D6D6D6;
}

.m-list-news > li > a, .m-list-news > li > div {
  background-color: #fff;
  padding: 20px 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a, .m-list-news > li > div {
    padding: 25px 30px;
  }
}

.m-list-news > li > a .news-date, .m-list-news > li > div .news-date {
  display: inline-block;
  font-family: 'Segoe UI','Futura', sans-serif;
  font-weight: bold;
  line-height: 1.0;
  margin-right: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a .news-date, .m-list-news > li > div .news-date {
    margin-right: 30px;
  }
}

.m-list-news > li > a .news-cat, .m-list-news > li > div .news-cat {
  display: inline-block;
  font-weight: bold;
  color: #00AFEC;
  line-height: 1.0;
  border: solid 1px #00AFEC;
  border-radius: 15px;
  text-align: center;
  min-width: 85px;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 6px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a .news-cat, .m-list-news > li > div .news-cat {
    font-size: 1.2rem;
    min-width: 100px;
    padding: 8px;
  }
}

.m-list-news > li > a .news-ttl, .m-list-news > li > div .news-ttl {
  display: block;
  margin-top: 5px;
}

.m-list-news > li > a {
  color: #000;
  display: block;
  position: relative;
  padding-right: 40px;
}

.m-list-news > li > a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

.m-list-news > li > a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-news > li > a[href$=".doc"]:not(.noticon):after, .m-list-news > li > a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a[href$=".doc"]:not(.noticon):after, .m-list-news > li > a[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-news > li > a[href$=".xls"]:not(.noticon):after, .m-list-news > li > a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a[href$=".xls"]:not(.noticon):after, .m-list-news > li > a[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-news > li > a[href$=".ppt"]:not(.noticon):after, .m-list-news > li > a[href$=".pptx"]:not(.noticon):after, .m-list-news > li > a[href$=".ppsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a[href$=".ppt"]:not(.noticon):after, .m-list-news > li > a[href$=".pptx"]:not(.noticon):after, .m-list-news > li > a[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-news > li > a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-news > li > a[href$=".jtd"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a {
    padding-right: 65px;
  }
}

.m-list-news > li > a:after {
  position: absolute !important;
  content: '';
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: url(../svg/i_arrow_key.svg) center no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a:after {
    width: 24px;
    height: 24px;
    right: 30px;
    transition: all 0.3s ease-out;
  }
}

[data-whatinput="keyboard"] .m-list-news > li > a:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-list-news > li > a:focus:not([target="_blank"]):after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

[data-whatinput="keyboard"] .m-list-news > li > a:focus .news-ttl {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  .m-list-news > li > a:hover {
    text-decoration: none;
  }
  .m-list-news > li > a:hover:not([target="_blank"]):after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  .m-list-news > li > a:hover .news-ttl {
    text-decoration: underline;
  }
}

.m-list-news > li:last-child {
  border-bottom: solid 1px #D6D6D6;
}

.m-list-btn {
  margin-top: 30px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-btn > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-btn > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-btn > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-btn > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-btn > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 30px;
  }
  .m-list-btn > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-btn > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-btn > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-btn > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-btn {
    margin-top: 60px;
  }
}

.m-list-btn .m-btn-simple, .m-list-btn .m-btn-icon, .m-list-btn .m-btn-common {
  width: 100%;
}

.m-list-btn.link-inline > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px -5px 0;
}

@media print, screen and (min-width: 768px) {
  .m-list-btn.link-inline > ul {
    margin: -30px -16px 0;
  }
}

.m-list-btn.link-inline > ul > li {
  padding: 0 5px;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-btn.link-inline > ul > li {
    padding: 0 16px;
    margin-top: 30px;
  }
}

.m-list-btn.link-inline .m-btn-simple, .m-list-btn.link-inline .m-btn-icon, .m-list-btn.link-inline .m-btn-common {
  width: auto;
}

.m-list-btn.btn-height-adjust .m-btn-simple {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-list-btn.btn-height-adjust > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-list-btn.link-position-center > ul {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-list-btn.link-position-right > ul {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.m-list-image {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-list-image {
    margin-top: 38px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-image > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 32px;
  }
  .m-list-image > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-image > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-image > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-image > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}

.m-list-image img {
  height: auto;
}

.m-list-image ul li .image-img {
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-list-image ul li .image-img {
    text-align: left;
  }
}

.m-list-image ul li .image-img .img-cat {
  position: absolute;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #00AFEC;
  top: 10px;
  left: 10px;
  padding: 3px 15px 5px;
  border-radius: 15px;
  letter-spacing: 0.04em;
  font-family: 'Segoe UI','Futura', sans-serif;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .m-list-image ul li .image-img .img-cat {
    font-size: 1.2rem;
    padding: 8px 20px;
    border-radius: 20px;
    top: 20px;
    left: 20px;
  }
}

.m-list-image.image-position-center {
  margin-left: auto;
  margin-right: auto;
}

.m-list-image.image-position-center ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-list-image.image-position-center ul li {
  overflow: hidden;
}

.m-list-image.image-position-center ul li .image-img {
  text-align: center;
}

.m-list-image.image-position-left {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left {
    float: left;
    margin-right: 16px;
    padding-right: 16px;
    margin-bottom: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left ul {
    margin: 0;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left ul li {
    width: auto;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left ul li:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.m-list-image.image-position-right {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-right {
    float: right;
    margin-left: 16px;
    padding-left: 16px;
    margin-bottom: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-right ul {
    margin: 0;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-right ul li {
    width: auto;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-right ul li:nth-child(n + 2) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left.image-col-6, .m-list-image.image-position-right.image-col-6, .m-list-image.image-position-center.image-col-6 {
    width: 50%;
  }
}

.m-list-image.image-position-left.image-col-6 ul li, .m-list-image.image-position-right.image-col-6 ul li, .m-list-image.image-position-center.image-col-6 ul li {
  margin-top: 15px;
}

.m-list-image.image-position-left.image-col-6 ul li:first-child, .m-list-image.image-position-right.image-col-6 ul li:first-child, .m-list-image.image-position-center.image-col-6 ul li:first-child {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left.image-col-4, .m-list-image.image-position-right.image-col-4, .m-list-image.image-position-center.image-col-4 {
    width: calc(100% / 3);
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left.image-col-3, .m-list-image.image-position-right.image-col-3, .m-list-image.image-position-center.image-col-3 {
    width: 25%;
  }
}

.m-list-image .image-title {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
  letter-spacing: 0.04em;
}

@media print, screen and (min-width: 768px) {
  .m-list-image .image-title {
    font-size: 2.0rem;
    margin-top: 20px;
  }
}

.m-list-image .image-desc {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-image .image-desc {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.m-list-image .image-title + .image-desc {
  margin-top: 5px;
}

.m-list-image.image-fixed > ul > li dl dt {
  position: relative;
  background-color: #ececec;
}

.m-list-image.image-fixed > ul > li dl dt:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-top: 66.785%;
  height: 100%;
  display: block;
}

.m-list-image.image-fixed > ul > li dl dt img {
  max-width: calc(100% - 25px);
  max-height: calc(100% - 25px);
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-list-link {
  margin-top: 15px;
  overflow: hidden;
}

@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-link > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 14px;
  }
  .m-list-link > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-link > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-link > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-link > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-link {
    margin-top: 30px;
  }
}

.m-list-link .m-btn-simple {
  width: 100%;
}

.m-list-link a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_blk.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  .m-list-link a[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-link a[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

.m-list-link a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_blk.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-link a[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-link a[href$=".doc"]:not(.noticon):after, .m-list-link a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_blk.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-link a[href$=".doc"]:not(.noticon):after, .m-list-link a[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-link a[href$=".xls"]:not(.noticon):after, .m-list-link a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_blk.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-link a[href$=".xls"]:not(.noticon):after, .m-list-link a[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-link a[href$=".ppt"]:not(.noticon):after, .m-list-link a[href$=".pptx"]:not(.noticon):after, .m-list-link a[href$=".ppsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_blk.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-link a[href$=".ppt"]:not(.noticon):after, .m-list-link a[href$=".pptx"]:not(.noticon):after, .m-list-link a[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-link a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_blk.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-link a[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-link a[href$=".jtd"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_blk.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-list-link a[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-link a:visited {
  color: #000;
}

[data-whatinput="keyboard"] .m-list-link a:focus {
  text-decoration: underline;
  color: #00AFEC;
}

[data-whatinput="keyboard"] .m-list-link a:focus[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-list-link a:focus[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-list-link a:focus[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

[data-whatinput="keyboard"] .m-list-link a:focus[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-list-link a:focus[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

[data-whatinput="keyboard"] .m-list-link a:focus[href$=".doc"]:not(.noticon):after, [data-whatinput="keyboard"] .m-list-link a:focus[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-list-link a:focus[href$=".doc"]:not(.noticon):after, [data-whatinput="keyboard"] .m-list-link a:focus[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

[data-whatinput="keyboard"] .m-list-link a:focus[href$=".xls"]:not(.noticon):after, [data-whatinput="keyboard"] .m-list-link a:focus[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-list-link a:focus[href$=".xls"]:not(.noticon):after, [data-whatinput="keyboard"] .m-list-link a:focus[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

[data-whatinput="keyboard"] .m-list-link a:focus[href$=".ppt"]:not(.noticon):after, [data-whatinput="keyboard"] .m-list-link a:focus[href$=".pptx"]:not(.noticon):after, [data-whatinput="keyboard"] .m-list-link a:focus[href$=".ppsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-list-link a:focus[href$=".ppt"]:not(.noticon):after, [data-whatinput="keyboard"] .m-list-link a:focus[href$=".pptx"]:not(.noticon):after, [data-whatinput="keyboard"] .m-list-link a:focus[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

[data-whatinput="keyboard"] .m-list-link a:focus[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-list-link a:focus[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

[data-whatinput="keyboard"] .m-list-link a:focus[href$=".jtd"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  [data-whatinput="keyboard"] .m-list-link a:focus[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link a:hover {
    text-decoration: underline;
    color: #00AFEC;
  }
  .m-list-link a:hover[target='_blank']:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13.71px;
    height: 18px;
    margin-left: 5px;
    background: url("../svg/i_blank_key.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 16.2px;
    height: 16.2px;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 768px) {
  .m-list-link a:hover[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 768px) {
  .m-list-link a:hover[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link a:hover[href$=".pdf"]:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13.71px;
    height: 18px;
    margin-left: 5px;
    background: url("../svg/i_pdf_key.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 768px) {
  .m-list-link a:hover[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link a:hover[href$=".doc"]:not(.noticon):after, .m-list-link a:hover[href$=".docx"]:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13.71px;
    height: 18px;
    margin-left: 5px;
    background: url("../svg/i_word_key.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 768px) {
  .m-list-link a:hover[href$=".doc"]:not(.noticon):after, .m-list-link a:hover[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link a:hover[href$=".xls"]:not(.noticon):after, .m-list-link a:hover[href$=".xlsx"]:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13.71px;
    height: 18px;
    margin-left: 5px;
    background: url("../svg/i_excel_key.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 768px) {
  .m-list-link a:hover[href$=".xls"]:not(.noticon):after, .m-list-link a:hover[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link a:hover[href$=".ppt"]:not(.noticon):after, .m-list-link a:hover[href$=".pptx"]:not(.noticon):after, .m-list-link a:hover[href$=".ppsx"]:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13.71px;
    height: 18px;
    margin-left: 5px;
    background: url("../svg/i_ppt_key.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 768px) {
  .m-list-link a:hover[href$=".ppt"]:not(.noticon):after, .m-list-link a:hover[href$=".pptx"]:not(.noticon):after, .m-list-link a:hover[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link a:hover[href$=".zip"]:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13.71px;
    height: 18px;
    margin-left: 5px;
    background: url("../svg/i_zip_key.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 768px) {
  .m-list-link a:hover[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link a:hover[href$=".jtd"]:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13.71px;
    height: 18px;
    margin-left: 5px;
    background: url("../svg/i_ichitaro_key.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 768px) {
  .m-list-link a:hover[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-list-link.link-anc .m-txt-link:before {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.m-list-link.link-border > ul > li {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.m-list-link.link-border > ul > li:after {
  position: absolute;
  content: '';
  left: 5px;
  right: 5px;
  bottom: 0;
  height: 1px;
  background-color: #D6D6D6;
}

@media print, screen and (min-width: 768px) {
  .m-list-link.link-border > ul > li:after {
    left: 16px;
    right: 16px;
  }
}

.m-list-link.link-position-center > ul {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-list-link.link-position-right > ul {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.m-list-pager2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-list-pager2 {
    margin-top: 30px;
  }
}

.m-list-pager2 .pager-item a {
  display: block;
  background-color: #00AFEC;
  color: #fff;
  padding: 8px 20px 10px;
  border-radius: 5px;
}

.m-list-pager2 .pager-item a span {
  position: relative;
  display: block;
}

.m-list-pager2 .pager-item a span:after {
  position: absolute;
  content: '';
  top: 0.1em;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_arrow2_wht.svg) center no-repeat;
  width: 14px;
  height: 12px;
  background-size: 100% auto;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.m-list-pager2 .pager-item a.prev span {
  padding-left: 25px;
}

.m-list-pager2 .pager-item a.prev span:after {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

[data-whatinput="keyboard"] .m-list-pager2 .pager-item a.prev:focus span:after {
  -webkit-transform: scaleX(-1) translateX(5px);
          transform: scaleX(-1) translateX(5px);
}

@media print, screen and (min-width: 1025px) {
  .m-list-pager2 .pager-item a.prev:hover span:after {
    -webkit-transform: scaleX(-1) translateX(5px);
            transform: scaleX(-1) translateX(5px);
  }
}

.m-list-pager2 .pager-item a.next span {
  padding-right: 25px;
}

.m-list-pager2 .pager-item a.next span:after {
  right: 0;
}

[data-whatinput="keyboard"] .m-list-pager2 .pager-item a.next:focus span:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media print, screen and (min-width: 1025px) {
  .m-list-pager2 .pager-item a.next:hover span:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.m-list-pager2 .pager-item:nth-child(n+2) {
  margin-left: 20px;
}

.m-list-pager {
  margin-top: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .m-list-pager {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-pager .pager-num {
    margin: 0 8px;
  }
}

.m-list-pager .pager-num a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #D6D6D6;
  font-family: 'Segoe UI','Futura', sans-serif;
  font-weight: bold;
  padding: 12px;
  line-height: 1;
  transition: all 0.2s ease-out;
}

.m-list-pager .pager-num a.is-active {
  color: #00AFEC;
  position: relative;
}

.m-list-pager .pager-num a.is-active:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 4px;
  background-color: #00AFEC;
}

[data-whatinput="keyboard"] .m-list-pager .pager-num a:focus {
  color: #00AFEC;
}

@media print, screen and (min-width: 1025px) {
  .m-list-pager .pager-num a:hover {
    color: #00AFEC;
  }
}

.m-list-pager .pager-prev a, .m-list-pager .pager-next a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #00AFEC;
  border-radius: 5px;
  position: relative;
}

.m-list-pager .pager-prev a:after, .m-list-pager .pager-next a:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow2_wht.svg) center no-repeat;
  width: 15px;
  height: 12.7px;
  background-size: 100% auto;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.m-list-pager .pager-prev a span, .m-list-pager .pager-next a span {
  display: inline-block;
  text-indent: -9999px;
}

.m-list-pager .pager-prev {
  margin-right: auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-pager .pager-prev {
    margin-right: 10px;
  }
}

.m-list-pager .pager-prev a:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

[data-whatinput="keyboard"] .m-list-pager .pager-prev a:focus:after {
  -webkit-transform: scaleX(-1) translateX(3px);
          transform: scaleX(-1) translateX(3px);
}

@media print, screen and (min-width: 1025px) {
  .m-list-pager .pager-prev a:hover:after {
    -webkit-transform: scaleX(-1) translateX(3px);
            transform: scaleX(-1) translateX(3px);
  }
}

.m-list-pager .pager-next {
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-pager .pager-next {
    margin-left: 10px;
  }
}

[data-whatinput="keyboard"] .m-list-pager .pager-next a:focus:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

@media print, screen and (min-width: 1025px) {
  .m-list-pager .pager-next a:hover:after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.m-list-word {
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-list-word {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-word > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-word > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-word > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-word > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-word > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 20px;
  }
  .m-list-word > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-word > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-word > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-word > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-word > ul > li[data-gs-col="6"] .m-box-word .word-inner .word-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 25px;
  }
}

@media print {
  .m-list-word > ul > li[data-gs-col="6"] .m-box-word .word-inner .word-item {
    width: 50%;
    display: inline-block;
    padding: 0 25px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-list-audio {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .m-list-audio {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-audio > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-audio > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-audio > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-audio > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-audio > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 32px;
  }
  .m-list-audio > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-audio > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-audio > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-audio > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}

.m-list-audio > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-list-audio .audio-item {
  padding: 20px;
  border: solid 1px #D6D6D6;
  border-radius: 3px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-list-audio .audio-item {
    padding: 30px;
  }
}

.m-list-audio .audio-item > *:first-child {
  margin-top: 0 !important;
}

.m-list-audio .audio-item .item-img {
  position: relative;
  padding-top: 100%;
}

.m-list-audio .audio-item .item-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-out;
}

.m-list-audio .audio-item .audio-control {
  margin-top: 20px;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-list-audio .audio-item .audio-control {
    margin-top: 30px;
  }
}

.m-list-audio .audio-item .audio-control .plyr--audio .plyr__controls {
  background-color: #F2F4F7;
  border-radius: 5px;
  padding: 10px;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .m-list-audio .audio-item .audio-control .plyr--audio .plyr__controls {
    padding: 10px 15px;
  }
}

.m-list-audio .audio-item .audio-control .plyr__controls__item {
  margin-left: 8px;
}

.m-list-audio .audio-item .audio-control .plyr__controls__item.plyr__control {
  padding: 9px;
}

.m-list-audio .audio-item .audio-control .plyr__controls__item.plyr__control svg {
  width: 14px;
  height: 14px;
}

.m-list-audio .audio-item .audio-control .plyr__time {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 8px;
}

.m-list-audio .audio-item .audio-control audio {
  max-width: 100%;
}

.m-list-audio .audio-item .audio-desc {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-audio .audio-item .audio-desc {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.m-list-audio.link-position-center > ul {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-list-thumbnail {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-thumbnail > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 32px;
  }
  .m-list-thumbnail > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-thumbnail > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-thumbnail > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-thumbnail > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}

.m-list-thumbnail > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-list-cat {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-list-cat {
    margin-top: 30px;
  }
}

.m-list-cat > ul {
  margin: -5px -2.5px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-list-cat > ul > li {
  padding: 0 2.5px;
  margin-top: 5px;
}

.m-list-cat > ul > li .cat-txt {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #00AFEC;
  font-weight: bold;
  padding: 3px 15px;
  border: solid 1px #00AFEC;
  border-radius: 13px;
}

@media print, screen and (min-width: 768px) {
  .m-list-cat > ul > li .cat-txt {
    font-size: 1.2rem;
    padding: 5px 20px;
    border-radius: 15px;
  }
}

.m-table-common, .m-box-markdown table, .mceContentBody table, .wysiwyg table {
  width: 100%;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-table-common, .m-box-markdown table, .mceContentBody table, .wysiwyg table {
    margin-top: 55px;
  }
}

.m-table-common tbody tr th, .m-box-markdown table tbody tr th, .mceContentBody table tbody tr th, .wysiwyg table tbody tr th, .m-table-common tbody tr td, .m-box-markdown table tbody tr td, .mceContentBody table tbody tr td, .wysiwyg table tbody tr td, .m-table-common thead tr th, .m-box-markdown table thead tr th, .mceContentBody table thead tr th, .wysiwyg table thead tr th, .m-table-common thead tr td, .m-box-markdown table thead tr td, .mceContentBody table thead tr td, .wysiwyg table thead tr td {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #D6D6D6;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr th, .m-box-markdown table tbody tr th, .mceContentBody table tbody tr th, .wysiwyg table tbody tr th, .m-table-common tbody tr td, .m-box-markdown table tbody tr td, .mceContentBody table tbody tr td, .wysiwyg table tbody tr td, .m-table-common thead tr th, .m-box-markdown table thead tr th, .mceContentBody table thead tr th, .wysiwyg table thead tr th, .m-table-common thead tr td, .m-box-markdown table thead tr td, .mceContentBody table thead tr td, .wysiwyg table thead tr td {
    padding: 15px 20px;
  }
}

.m-table-common tbody tr th, .m-box-markdown table tbody tr th, .mceContentBody table tbody tr th, .wysiwyg table tbody tr th, .m-table-common thead tr th, .m-box-markdown table thead tr th, .mceContentBody table thead tr th, .wysiwyg table thead tr th {
  font-weight: bold;
  vertical-align: middle;
}

.m-table-common tbody tr th > *:first-child, .m-box-markdown table tbody tr th > *:first-child, .mceContentBody table tbody tr th > *:first-child, .wysiwyg table tbody tr th > *:first-child, .m-table-common thead tr th > *:first-child, .m-box-markdown table thead tr th > *:first-child, .mceContentBody table thead tr th > *:first-child, .wysiwyg table thead tr th > *:first-child {
  margin-top: 0 !important;
}

.m-table-common tbody tr th > *:first-child.m-box-section, .m-box-markdown table tbody tr th > *:first-child.m-box-section, .mceContentBody table tbody tr th > *:first-child.m-box-section, .wysiwyg table tbody tr th > *:first-child.m-box-section, .m-table-common thead tr th > *:first-child.m-box-section, .m-box-markdown table thead tr th > *:first-child.m-box-section, .mceContentBody table thead tr th > *:first-child.m-box-section, .wysiwyg table thead tr th > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr th > .image-position-left:first-child + *, .m-box-markdown table tbody tr th > .image-position-left:first-child + *, .mceContentBody table tbody tr th > .image-position-left:first-child + *, .wysiwyg table tbody tr th > .image-position-left:first-child + *,
  .m-table-common tbody tr th > .image-position-right:first-child + *,
  .m-box-markdown table tbody tr th > .image-position-right:first-child + *,
  .mceContentBody table tbody tr th > .image-position-right:first-child + *,
  .wysiwyg table tbody tr th > .image-position-right:first-child + *, .m-table-common thead tr th > .image-position-left:first-child + *, .m-box-markdown table thead tr th > .image-position-left:first-child + *, .mceContentBody table thead tr th > .image-position-left:first-child + *, .wysiwyg table thead tr th > .image-position-left:first-child + *,
  .m-table-common thead tr th > .image-position-right:first-child + *,
  .m-box-markdown table thead tr th > .image-position-right:first-child + *,
  .mceContentBody table thead tr th > .image-position-right:first-child + *,
  .wysiwyg table thead tr th > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-table-common thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-box-markdown table tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .mceContentBody table tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .wysiwyg table tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-box-markdown table thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .mceContentBody table thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .wysiwyg table thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-box-markdown table tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-box-markdown table thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-table-common tbody tr td, .m-box-markdown table tbody tr td, .mceContentBody table tbody tr td, .wysiwyg table tbody tr td, .m-table-common thead tr td, .m-box-markdown table thead tr td, .mceContentBody table thead tr td, .wysiwyg table thead tr td {
  vertical-align: top;
}

.m-table-common tbody tr td > *:first-child, .m-box-markdown table tbody tr td > *:first-child, .mceContentBody table tbody tr td > *:first-child, .wysiwyg table tbody tr td > *:first-child, .m-table-common thead tr td > *:first-child, .m-box-markdown table thead tr td > *:first-child, .mceContentBody table thead tr td > *:first-child, .wysiwyg table thead tr td > *:first-child {
  margin-top: 0 !important;
}

.m-table-common tbody tr td > *:first-child.m-box-section, .m-box-markdown table tbody tr td > *:first-child.m-box-section, .mceContentBody table tbody tr td > *:first-child.m-box-section, .wysiwyg table tbody tr td > *:first-child.m-box-section, .m-table-common thead tr td > *:first-child.m-box-section, .m-box-markdown table thead tr td > *:first-child.m-box-section, .mceContentBody table thead tr td > *:first-child.m-box-section, .wysiwyg table thead tr td > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr td > .image-position-left:first-child + *, .m-box-markdown table tbody tr td > .image-position-left:first-child + *, .mceContentBody table tbody tr td > .image-position-left:first-child + *, .wysiwyg table tbody tr td > .image-position-left:first-child + *,
  .m-table-common tbody tr td > .image-position-right:first-child + *,
  .m-box-markdown table tbody tr td > .image-position-right:first-child + *,
  .mceContentBody table tbody tr td > .image-position-right:first-child + *,
  .wysiwyg table tbody tr td > .image-position-right:first-child + *, .m-table-common thead tr td > .image-position-left:first-child + *, .m-box-markdown table thead tr td > .image-position-left:first-child + *, .mceContentBody table thead tr td > .image-position-left:first-child + *, .wysiwyg table thead tr td > .image-position-left:first-child + *,
  .m-table-common thead tr td > .image-position-right:first-child + *,
  .m-box-markdown table thead tr td > .image-position-right:first-child + *,
  .mceContentBody table thead tr td > .image-position-right:first-child + *,
  .wysiwyg table thead tr td > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-table-common thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-box-markdown table tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .mceContentBody table tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .wysiwyg table tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-box-markdown table thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .mceContentBody table thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .wysiwyg table thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-box-markdown table tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-box-markdown table thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-box-markdown table tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-box-markdown table thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-table-common thead th, .m-box-markdown table thead th, .mceContentBody table thead th, .wysiwyg table thead th, .m-table-common thead td, .m-box-markdown table thead td, .mceContentBody table thead td, .wysiwyg table thead td {
  background: #00AFEC;
  vertical-align: middle;
  color: #fff;
}

.m-table-common thead th a:not(.m-btn-common), .m-box-markdown table thead th a:not(.m-btn-common), .mceContentBody table thead th a:not(.m-btn-common), .wysiwyg table thead th a:not(.m-btn-common), .m-table-common thead td a:not(.m-btn-common), .m-box-markdown table thead td a:not(.m-btn-common), .mceContentBody table thead td a:not(.m-btn-common), .wysiwyg table thead td a:not(.m-btn-common) {
  text-decoration: underline;
  color: #00AFEC;
  color: #fff;
}

.m-table-common thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  .m-table-common thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-table-common thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

.m-table-common thead th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common thead th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common thead th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-table-common thead th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common thead th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-table-common thead th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common thead th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-table-common thead th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common thead th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-table-common thead th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common thead th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-table-common thead th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-table-common thead th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common thead th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-table-common thead th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-table-common thead th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common thead th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common thead th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common thead th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common thead th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-box-markdown table thead th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .mceContentBody table thead th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .wysiwyg table thead th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-table-common thead td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-box-markdown table thead td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .mceContentBody table thead td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .wysiwyg table thead td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common thead th a:not(.m-btn-common):visited, .m-box-markdown table thead th a:not(.m-btn-common):visited, .mceContentBody table thead th a:not(.m-btn-common):visited, .wysiwyg table thead th a:not(.m-btn-common):visited, .m-table-common thead td a:not(.m-btn-common):visited, .m-box-markdown table thead td a:not(.m-btn-common):visited, .mceContentBody table thead td a:not(.m-btn-common):visited, .wysiwyg table thead td a:not(.m-btn-common):visited {
  color: #00AFEC;
}

[data-whatinput="keyboard"] .m-table-common thead th a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .m-box-markdown table thead th a:not(.m-btn-common):focus, .m-box-markdown [data-whatinput="keyboard"] table thead th a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .mceContentBody table thead th a:not(.m-btn-common):focus, .mceContentBody [data-whatinput="keyboard"] table thead th a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .wysiwyg table thead th a:not(.m-btn-common):focus, .wysiwyg [data-whatinput="keyboard"] table thead th a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .m-table-common thead td a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .m-box-markdown table thead td a:not(.m-btn-common):focus, .m-box-markdown [data-whatinput="keyboard"] table thead td a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .mceContentBody table thead td a:not(.m-btn-common):focus, .mceContentBody [data-whatinput="keyboard"] table thead td a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .wysiwyg table thead td a:not(.m-btn-common):focus, .wysiwyg [data-whatinput="keyboard"] table thead td a:not(.m-btn-common):focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .m-table-common thead th a:not(.m-btn-common):hover, .m-box-markdown table thead th a:not(.m-btn-common):hover, .mceContentBody table thead th a:not(.m-btn-common):hover, .wysiwyg table thead th a:not(.m-btn-common):hover, .m-table-common thead td a:not(.m-btn-common):hover, .m-box-markdown table thead td a:not(.m-btn-common):hover, .mceContentBody table thead td a:not(.m-btn-common):hover, .wysiwyg table thead td a:not(.m-btn-common):hover {
    text-decoration: none;
  }
}

.m-table-common thead th a:not(.m-btn-common):visited, .m-box-markdown table thead th a:not(.m-btn-common):visited, .mceContentBody table thead th a:not(.m-btn-common):visited, .wysiwyg table thead th a:not(.m-btn-common):visited, .m-table-common thead td a:not(.m-btn-common):visited, .m-box-markdown table thead td a:not(.m-btn-common):visited, .mceContentBody table thead td a:not(.m-btn-common):visited, .wysiwyg table thead td a:not(.m-btn-common):visited {
  color: #fff;
}

.m-table-common tbody th, .m-box-markdown table tbody th, .mceContentBody table tbody th, .wysiwyg table tbody th {
  background-color: #E0F5FD;
}

.m-table-common tbody th a:not(.m-btn-common), .m-box-markdown table tbody th a:not(.m-btn-common), .mceContentBody table tbody th a:not(.m-btn-common), .wysiwyg table tbody th a:not(.m-btn-common), .m-table-common tbody td a:not(.m-btn-common), .m-box-markdown table tbody td a:not(.m-btn-common), .mceContentBody table tbody td a:not(.m-btn-common), .wysiwyg table tbody td a:not(.m-btn-common) {
  text-decoration: underline;
  color: #00AFEC;
}

.m-table-common tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

.m-table-common tbody th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common tbody th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-table-common tbody th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-table-common tbody th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".doc"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common tbody th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-table-common tbody th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-table-common tbody th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".xls"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common tbody th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-table-common tbody th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-table-common tbody th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-table-common tbody th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-table-common tbody th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".ppt"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".pptx"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common tbody th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common tbody th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-box-markdown table tbody th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .mceContentBody table tbody th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .wysiwyg table tbody th a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-table-common tbody td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .m-box-markdown table tbody td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .mceContentBody table tbody td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after, .wysiwyg table tbody td a:not(.m-btn-common)[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-table-common tbody th a:not(.m-btn-common):visited, .m-box-markdown table tbody th a:not(.m-btn-common):visited, .mceContentBody table tbody th a:not(.m-btn-common):visited, .wysiwyg table tbody th a:not(.m-btn-common):visited, .m-table-common tbody td a:not(.m-btn-common):visited, .m-box-markdown table tbody td a:not(.m-btn-common):visited, .mceContentBody table tbody td a:not(.m-btn-common):visited, .wysiwyg table tbody td a:not(.m-btn-common):visited {
  color: #00AFEC;
}

[data-whatinput="keyboard"] .m-table-common tbody th a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .m-box-markdown table tbody th a:not(.m-btn-common):focus, .m-box-markdown [data-whatinput="keyboard"] table tbody th a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .mceContentBody table tbody th a:not(.m-btn-common):focus, .mceContentBody [data-whatinput="keyboard"] table tbody th a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .wysiwyg table tbody th a:not(.m-btn-common):focus, .wysiwyg [data-whatinput="keyboard"] table tbody th a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .m-table-common tbody td a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .m-box-markdown table tbody td a:not(.m-btn-common):focus, .m-box-markdown [data-whatinput="keyboard"] table tbody td a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .mceContentBody table tbody td a:not(.m-btn-common):focus, .mceContentBody [data-whatinput="keyboard"] table tbody td a:not(.m-btn-common):focus, [data-whatinput="keyboard"] .wysiwyg table tbody td a:not(.m-btn-common):focus, .wysiwyg [data-whatinput="keyboard"] table tbody td a:not(.m-btn-common):focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody th a:not(.m-btn-common):hover, .m-box-markdown table tbody th a:not(.m-btn-common):hover, .mceContentBody table tbody th a:not(.m-btn-common):hover, .wysiwyg table tbody th a:not(.m-btn-common):hover, .m-table-common tbody td a:not(.m-btn-common):hover, .m-box-markdown table tbody td a:not(.m-btn-common):hover, .mceContentBody table tbody td a:not(.m-btn-common):hover, .wysiwyg table tbody td a:not(.m-btn-common):hover {
    text-decoration: none;
  }
}

.m-table-common [align="center"], .m-box-markdown table [align="center"], .mceContentBody table [align="center"], .wysiwyg table [align="center"] {
  text-align: center !important;
}

.m-table-common [align="right"], .m-box-markdown table [align="right"], .mceContentBody table [align="right"], .wysiwyg table [align="right"] {
  text-align: right !important;
}

.m-table-common [valign="top"], .m-box-markdown table [valign="top"], .mceContentBody table [valign="top"], .wysiwyg table [valign="top"] {
  vertical-align: top !important;
}

.m-table-common [valign="middle"], .m-box-markdown table [valign="middle"], .mceContentBody table [valign="middle"], .wysiwyg table [valign="middle"] {
  vertical-align: middle !important;
}

.m-table-common [valign="bottom"], .m-box-markdown table [valign="bottom"], .mceContentBody table [valign="bottom"], .wysiwyg table [valign="bottom"] {
  vertical-align: bottom !important;
}

.m-table-common + .m-txt-p, .m-box-markdown table + .m-txt-p, .mceContentBody table + .m-txt-p, .wysiwyg table + .m-txt-p, .m-box-markdown .m-table-common + p, .m-box-markdown table + p, .m-box-markdown .mceContentBody table + p, .m-box-markdown .wysiwyg table + p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-table-common + .m-txt-p, .m-box-markdown table + .m-txt-p, .mceContentBody table + .m-txt-p, .wysiwyg table + .m-txt-p, .m-box-markdown .m-table-common + p, .m-box-markdown table + p, .m-box-markdown .mceContentBody table + p, .m-box-markdown .wysiwyg table + p {
    margin-top: 20px;
  }
}

.m-table-common.is-tablefixed, .m-box-markdown table.is-tablefixed, .mceContentBody table.is-tablefixed, .wysiwyg table.is-tablefixed {
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .m-table-common.table-break th, .m-box-markdown table.table-break th, .mceContentBody table.table-break th, .wysiwyg table.table-break th, .m-table-common.table-break td, .m-box-markdown table.table-break td, .mceContentBody table.table-break td, .wysiwyg table.table-break td {
    display: block;
  }
  .m-table-common.table-break th, .m-box-markdown table.table-break th, .mceContentBody table.table-break th, .wysiwyg table.table-break th {
    border-bottom: none;
  }
  .m-table-common.table-break td, .m-box-markdown table.table-break td, .mceContentBody table.table-break td, .wysiwyg table.table-break td {
    border-top: none;
  }
  .m-table-common.table-break tr + tr th, .m-box-markdown table.table-break tr + tr th, .mceContentBody table.table-break tr + tr th, .wysiwyg table.table-break tr + tr th {
    border-top: none;
  }
}

.m-table-scroll {
  position: relative;
  margin-top: 30px;
}

.m-table-scroll .scroll-mark {
  display: block;
  position: absolute;
  top: -18px;
  right: 5px;
}

.m-table-scroll .scroll-mark span {
  position: relative;
  display: block;
  width: 35px;
  height: 2px;
  vertical-align: middle;
  text-align: center;
  background-color: #000;
}

.m-table-scroll .scroll-mark span:before, .m-table-scroll .scroll-mark span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.m-table-scroll .scroll-mark span:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 0;
}

.m-table-scroll .scroll-mark span:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 0;
}

.m-table-scroll .scroll-wrap {
  overflow-x: scroll;
  padding-bottom: 7px;
}

.m-table-scroll .scroll-wrap table {
  margin-top: 0;
  min-width: 750px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar {
  width: 15px;
  height: 4px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-thumb {
  background: #D6D6D6;
  border-radius: 4px;
}

.m-table-scroll + .m-txt-p, .m-box-markdown .m-table-scroll + p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-table-scroll + .m-txt-p, .m-box-markdown .m-table-scroll + p {
    margin-top: 20px;
  }
}

.m-txt-ttl {
  background-color: #E0F5FD;
}

.m-txt-ttl [data-fixed] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-txt-ttl [data-fixed] .ttl-inner {
  min-height: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl [data-fixed] .ttl-inner {
    min-height: 300px;
    padding: 40px 0;
  }
}

.m-txt-ttl [data-fixed] .ttl-inner .ttl-main {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl [data-fixed] .ttl-inner .ttl-main {
    font-size: 4.0rem;
  }
}

.m-txt-ttl [data-fixed] .ttl-inner .ttl-sub {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #00AFEC;
  margin-top: 10px;
  font-family: 'Segoe UI','Futura', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl [data-fixed] .ttl-inner .ttl-sub {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.m-txt-ttl.ttl-product {
  background: url(../images/product/bg_main_sp.jpg) center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-product {
    background-image: url(../images/product/bg_main_pc.jpg);
  }
}

.m-txt-ttl.ttl-company {
  background: url(../images/company/bg_main_sp.jpg) center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-company {
    background-image: url(../images/company/bg_main_pc.jpg);
  }
}

.m-txt-ttl.ttl-recruit {
  background: url(../images/recruit/bg_main_sp.jpg) center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-recruit {
    background-image: url(../images/recruit/bg_main_pc.jpg);
  }
}

.m-txt-ttl.ttl-hiroba {
  background: url(../images/hiroba/bg_main_sp.jpg) center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-hiroba {
    background-image: url(../images/hiroba/bg_main_pc.jpg);
  }
}

.m-txt-ttl.ttl-hiroba .ttl-inner .ttl-main img {
  width: 158px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-hiroba .ttl-inner .ttl-main img {
    width: 223px;
  }
}

.m-txt-ttl.ttl-hiroba .ttl-inner .ttl-sub span:nth-child(4n-2) {
  color: #20BF6B;
}

.m-txt-ttl.ttl-hiroba .ttl-inner .ttl-sub span:nth-child(4n-1) {
  color: #EE449B;
}

.m-txt-ttl.ttl-hiroba .ttl-inner .ttl-sub span:nth-child(4n) {
  color: #FC8B32;
}

.m-txt-ttl.ttl-web {
  background: url(../images/web/bg_main_sp.jpg) center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-web {
    background-image: url(../images/web/bg_main_pc.jpg);
  }
}

.m-txt-ttl.ttl-web .ttl-inner .ttl-main img {
  width: 210px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-web .ttl-inner .ttl-main img {
    width: 280px;
  }
}

.m-txt-ttl.ttl-web .ttl-inner .ttl-sub {
  color: #fff;
}

.m-txt-ttl[data-ttl-video] {
  position: relative;
}

.m-txt-ttl[data-ttl-video] .ttl-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}

.m-txt-ttl[data-ttl-video] .ttl-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.m-txt-ttl[data-ttl-video] .ttl-video:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.m-txt-ttl[data-ttl-video].is-horizontal .ttl-video video {
  width: 100%;
  height: auto;
}

.m-txt-ttl[data-ttl-video].is-vertical .ttl-video video {
  height: 100%;
  width: auto;
}

.m-txt-ttl[data-ttl-video] .ttl-inner {
  position: relative;
  min-height: 225px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl[data-ttl-video] .ttl-inner {
    min-height: 330px;
  }
}

.m-txt-ttl[data-ttl-video] .ttl-inner .ttl-main {
  color: #fff;
}

.m-txt-ttl[data-ttl-video] .ttl-inner .ttl-sub {
  color: #fff;
}

.m-txt-ttl2, .m-box-markdown h2 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 40px;
  letter-spacing: 0.04em;
}

.m-txt-ttl2 + *, .m-box-markdown h2 + * {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2 + .image-position-left + *, .m-box-markdown h2 + .image-position-left + *,
  .m-txt-ttl2 + .image-position-right + *,
  .m-box-markdown h2 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-txt-ttl2 + [data-gs] [data-gs-col]:first-child > *:first-child, .m-box-markdown h2 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown h2 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown h2 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-box-markdown h2 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-box-markdown h2 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs-group] > [data-gs-col] > *:first-child, .m-box-markdown h2 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl2 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-box-markdown h2 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl2 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-box-markdown h2 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2 + .m-box-float .float-left + *, .m-box-markdown h2 + .m-box-float .float-left + *, .m-txt-ttl2 + .m-box-float .float-right + *, .m-box-markdown h2 + .m-box-float .float-right + * {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2, .m-box-markdown h2 {
    font-size: 3.0rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 80px;
  }
}

.m-txt-ttl2:before, .m-box-markdown h2:before, .m-txt-ttl2:after, .m-box-markdown h2:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
}

.m-txt-ttl2:before, .m-box-markdown h2:before {
  right: 0;
  background-color: #D6D6D6;
  height: 1px;
}

.m-txt-ttl2:after, .m-box-markdown h2:after {
  background-color: #00AFEC;
  height: 4px;
  width: 50px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2:after, .m-box-markdown h2:after {
    width: 60px;
  }
}

.m-txt-ttl3, .m-box-markdown h3 {
  padding: 11px 15px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 0.04em;
  background-color: #E0F5FD;
  line-height: 1.5;
}

.m-txt-ttl3 + *, .m-box-markdown h3 + * {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 + .image-position-left + *, .m-box-markdown h3 + .image-position-left + *,
  .m-txt-ttl3 + .image-position-right + *,
  .m-box-markdown h3 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-txt-ttl3 + [data-gs] [data-gs-col]:first-child > *:first-child, .m-box-markdown h3 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown h3 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown h3 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-box-markdown h3 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-box-markdown h3 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs-group] > [data-gs-col] > *:first-child, .m-box-markdown h3 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl3 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-box-markdown h3 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl3 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-box-markdown h3 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 + .m-box-float .float-left + *, .m-box-markdown h3 + .m-box-float .float-left + *, .m-txt-ttl3 + .m-box-float .float-right + *, .m-box-markdown h3 + .m-box-float .float-right + * {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3, .m-box-markdown h3 {
    font-size: 2.4rem;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 12px 15px;
  }
}

.m-txt-ttl3:before, .m-box-markdown h3:before {
  position: absolute;
  content: '';
  background-color: #00AFEC;
  width: 4px;
  top: 0;
  bottom: 0;
  left: 0;
}

.m-txt-ttl4, .m-box-markdown h4 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #D6D6D6;
}

.m-txt-ttl4 + *, .m-box-markdown h4 + * {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl4 + .image-position-left + *, .m-box-markdown h4 + .image-position-left + *,
  .m-txt-ttl4 + .image-position-right + *,
  .m-box-markdown h4 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-txt-ttl4 + [data-gs] [data-gs-col]:first-child > *:first-child, .m-box-markdown h4 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-markdown h4 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-markdown h4 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-box-markdown h4 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-box-markdown h4 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs-group] > [data-gs-col] > *:first-child, .m-box-markdown h4 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl4 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-box-markdown h4 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl4 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-box-markdown h4 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl4 + .m-box-float .float-left + *, .m-box-markdown h4 + .m-box-float .float-left + *, .m-txt-ttl4 + .m-box-float .float-right + *, .m-box-markdown h4 + .m-box-float .float-right + * {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl4, .m-box-markdown h4 {
    font-size: 2.0rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

.m-txt-ttl5 {
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 3px;
}

.m-txt-ttl5 + * {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl5 + .image-position-left + *,
  .m-txt-ttl5 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-txt-ttl5 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl5 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl5 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl5 + .m-box-float .float-left + *, .m-txt-ttl5 + .m-box-float .float-right + * {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl5 {
    margin-bottom: 5px;
    margin-top: 35px;
  }
}

.m-txt-p, .m-box-markdown p {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p, .m-box-markdown p {
    margin-top: 30px;
  }
}

.m-txt-p a, .m-box-markdown p a {
  position: relative;
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
  color: #00AFEC;
}

.m-txt-p a[target='_blank']:not(.noticon):after, .m-box-markdown p a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p a[target='_blank']:not(.noticon):after, .m-box-markdown p a[target='_blank']:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-p a[target='_blank']:not(.noticon):after, .m-box-markdown p a[target='_blank']:not(.noticon):after {
    width: 18px;
    height: 18px;
  }
}

.m-txt-p a[href$=".pdf"]:not(.noticon):after, .m-box-markdown p a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p a[href$=".pdf"]:not(.noticon):after, .m-box-markdown p a[href$=".pdf"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-txt-p a[href$=".doc"]:not(.noticon):after, .m-box-markdown p a[href$=".doc"]:not(.noticon):after, .m-txt-p a[href$=".docx"]:not(.noticon):after, .m-box-markdown p a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p a[href$=".doc"]:not(.noticon):after, .m-box-markdown p a[href$=".doc"]:not(.noticon):after, .m-txt-p a[href$=".docx"]:not(.noticon):after, .m-box-markdown p a[href$=".docx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-txt-p a[href$=".xls"]:not(.noticon):after, .m-box-markdown p a[href$=".xls"]:not(.noticon):after, .m-txt-p a[href$=".xlsx"]:not(.noticon):after, .m-box-markdown p a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p a[href$=".xls"]:not(.noticon):after, .m-box-markdown p a[href$=".xls"]:not(.noticon):after, .m-txt-p a[href$=".xlsx"]:not(.noticon):after, .m-box-markdown p a[href$=".xlsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-txt-p a[href$=".ppt"]:not(.noticon):after, .m-box-markdown p a[href$=".ppt"]:not(.noticon):after, .m-txt-p a[href$=".pptx"]:not(.noticon):after, .m-box-markdown p a[href$=".pptx"]:not(.noticon):after, .m-txt-p a[href$=".ppsx"]:not(.noticon):after, .m-box-markdown p a[href$=".ppsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p a[href$=".ppt"]:not(.noticon):after, .m-box-markdown p a[href$=".ppt"]:not(.noticon):after, .m-txt-p a[href$=".pptx"]:not(.noticon):after, .m-box-markdown p a[href$=".pptx"]:not(.noticon):after, .m-txt-p a[href$=".ppsx"]:not(.noticon):after, .m-box-markdown p a[href$=".ppsx"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-txt-p a[href$=".zip"]:not(.noticon):after, .m-box-markdown p a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p a[href$=".zip"]:not(.noticon):after, .m-box-markdown p a[href$=".zip"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-txt-p a[href$=".jtd"]:not(.noticon):after, .m-box-markdown p a[href$=".jtd"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_key.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p a[href$=".jtd"]:not(.noticon):after, .m-box-markdown p a[href$=".jtd"]:not(.noticon):after {
    width: 15.32px;
    height: 20px;
  }
}

.m-txt-p a:visited, .m-box-markdown p a:visited {
  color: #00AFEC;
}

[data-whatinput="keyboard"] .m-txt-p a:focus, [data-whatinput="keyboard"] .m-box-markdown p a:focus, .m-box-markdown [data-whatinput="keyboard"] p a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .m-txt-p a:hover, .m-box-markdown p a:hover {
    text-decoration: none;
  }
}

.m-txt-p + .m-txt-p, .m-box-markdown p + .m-txt-p, .m-box-markdown .m-txt-p + p, .m-box-markdown p + p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p + .m-txt-p, .m-box-markdown p + .m-txt-p, .m-box-markdown .m-txt-p + p, .m-box-markdown p + p {
    margin-top: 15px;
  }
}

.m-txt-frame-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 10px;
}

.m-txt-frame-ttl + * {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-frame-ttl + .image-position-left + *,
  .m-txt-frame-ttl + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-txt-frame-ttl + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-frame-ttl + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-frame-ttl + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-frame-ttl + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-frame-ttl + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-frame-ttl + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-frame-ttl + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-frame-ttl + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-frame-ttl + .m-box-float .float-left + *, .m-txt-frame-ttl + .m-box-float .float-right + * {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-frame-ttl {
    font-size: 2.0rem;
  }
}

.m-txt-link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all .1s ease-out;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}

.m-txt-link:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.2em;
  height: 18px;
  width: 18px;
  background: url(../svg/i_arrow_key.svg) center no-repeat;
  background-size: 100% auto;
}

.m-txt-link[target='_blank']:not(.noticon):after {
  top: 0.18em !important;
}

.m-txt-link + .m-txt-p, .m-box-markdown .m-txt-link + p {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-btn-common {
  display: inline-block;
  background-color: #00AFEC;
  color: #fff !important;
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  border: solid 2px #00AFEC;
  text-decoration: none !important;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-btn-common {
    padding: 16px 20px;
  }
}

.m-btn-common span {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
}

.m-btn-common:after {
  position: absolute;
  content: '';
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s ease-out;
  border-radius: 5px;
}

[data-whatinput="keyboard"] .m-btn-common:focus:after {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}

@media print, screen and (min-width: 1025px) {
  .m-btn-common:hover:after {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  }
}

.m-btn-simple {
  display: inline-block;
  background-color: #00AFEC;
  color: #fff !important;
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
  padding: 15px 15px 15px 0;
  font-weight: bold;
  border: solid 2px #00AFEC;
  text-decoration: none !important;
}

.m-btn-simple[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_blank_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 16.2px;
  height: 16.2px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple[target='_blank']:not(.noticon) > span:after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple[target='_blank']:not(.noticon) > span:after {
    width: 18px;
    height: 18px;
  }
}

.m-btn-simple[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_pdf_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple[href$=".pdf"]:not(.noticon) > span:after {
    width: 15.32px;
    height: 20px;
  }
}

.m-btn-simple[href$=".doc"]:not(.noticon) > span:after, .m-btn-simple[href$=".docx"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_word_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple[href$=".doc"]:not(.noticon) > span:after, .m-btn-simple[href$=".docx"]:not(.noticon) > span:after {
    width: 15.32px;
    height: 20px;
  }
}

.m-btn-simple[href$=".xls"]:not(.noticon) > span:after, .m-btn-simple[href$=".xlsx"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_excel_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple[href$=".xls"]:not(.noticon) > span:after, .m-btn-simple[href$=".xlsx"]:not(.noticon) > span:after {
    width: 15.32px;
    height: 20px;
  }
}

.m-btn-simple[href$=".ppt"]:not(.noticon) > span:after, .m-btn-simple[href$=".pptx"]:not(.noticon) > span:after, .m-btn-simple[href$=".ppsx"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ppt_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple[href$=".ppt"]:not(.noticon) > span:after, .m-btn-simple[href$=".pptx"]:not(.noticon) > span:after, .m-btn-simple[href$=".ppsx"]:not(.noticon) > span:after {
    width: 15.32px;
    height: 20px;
  }
}

.m-btn-simple[href$=".zip"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_zip_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple[href$=".zip"]:not(.noticon) > span:after {
    width: 15.32px;
    height: 20px;
  }
}

.m-btn-simple[href$=".jtd"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13.71px;
  height: 18px;
  margin-left: 5px;
  background: url("../svg/i_ichitaro_wht.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple[href$=".jtd"]:not(.noticon) > span:after {
    width: 15.32px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple {
    padding: 16px 20px 16px 0;
  }
}

.m-btn-simple:after {
  content: none !important;
}

.m-btn-simple span {
  display: block;
  padding: 0 25px;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple span {
    padding: 0 28px;
  }
}

.m-btn-simple span:after {
  position: absolute !important;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_arrow_wht.svg) center no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100% auto;
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple span:after {
    width: 20px;
    height: 20px;
  }
}

[data-whatinput="keyboard"] .m-btn-simple:focus span:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media print, screen and (min-width: 1025px) {
  .m-btn-simple:hover span:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.m-btn-simple.btn-back {
  padding: 15px 0 15px 15px;
  background-color: #fff;
  color: #00AFEC !important;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-back {
    padding: 16px 0 16px 20px;
  }
}

.m-btn-simple.btn-back span:after {
  left: 0;
  right: auto;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  background-image: url(../svg/i_arrow_key.svg);
}

[data-whatinput="keyboard"] .m-btn-simple.btn-back:focus span:after {
  -webkit-transform: scale(-1) translateX(5px);
          transform: scale(-1) translateX(5px);
}

@media print, screen and (min-width: 1025px) {
  .m-btn-simple.btn-back:hover span:after {
    -webkit-transform: scale(-1) translateX(5px);
            transform: scale(-1) translateX(5px);
  }
}

.m-btn-simple.btn-sample, .m-btn-simple.btn-web-support {
  padding: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-sample, .m-btn-simple.btn-web-support {
    padding: 16px 20px;
  }
}

.m-btn-simple.btn-sample span, .m-btn-simple.btn-web-support span {
  padding: 0 30px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-sample span, .m-btn-simple.btn-web-support span {
    padding: 0 35px;
  }
}

.m-btn-simple.btn-sample span:before, .m-btn-simple.btn-web-support span:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 18px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-sample span:before, .m-btn-simple.btn-web-support span:before {
    height: 20px;
  }
}

.m-btn-simple.btn-sample {
  background-color: #FC8B32;
  border-color: #FC8B32;
}

.m-btn-simple.btn-sample span:before {
  background-image: url(../svg/i_sample.svg);
  width: 23.67px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-sample span:before {
    width: 26.3px;
  }
}

.m-btn-simple.btn-sample span:after {
  background-image: url(../svg/i_modal_wht.svg);
}

[data-whatinput="keyboard"] .m-btn-simple.btn-sample:focus span:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media print, screen and (min-width: 1025px) {
  .m-btn-simple.btn-sample:hover span:after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.m-btn-simple.btn-web-support span:before {
  background-image: url(../svg/i_web-support.svg);
  width: 22.78px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-web-support span:before {
    width: 25.3px;
  }
}

.m-btn-common[disabled], .m-btn-simple[disabled] {
  pointer-events: none;
  border-color: #D6D6D6;
  background-color: #D6D6D6;
}

.m-btn-common.btn-size-s, .m-btn-simple.btn-size-s {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-common.btn-size-s, .m-btn-simple.btn-size-s {
    font-size: 1.4rem;
  }
}

.m-btn-common.btn-primary, .m-btn-simple.btn-primary {
  background-color: #E0F5FD;
  border-color: #E0F5FD;
}

.m-btn-common.btn-secondary, .m-btn-simple.btn-secondary {
  background-color: #FC8B32;
  border-color: #FC8B32;
}

.m-btn-common.btn-danger, .m-btn-simple.btn-danger {
  background-color: #E22407;
  border-color: #E22407;
}

.m-btn-login {
  display: inline-block;
  background-color: #00AFEC;
  color: #fff;
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  border: solid 2px #00AFEC;
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-btn-login {
    padding: 16px 28px;
  }
}

.m-btn-login span {
  display: block;
  padding: 0 25px;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-btn-login span {
    padding: 0 28px;
  }
}

.m-btn-login span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_login_wht.svg) center no-repeat;
  width: 16px;
  height: 21.33px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] .m-btn-login:focus {
  background-color: #fff;
  color: #00AFEC;
}

[data-whatinput="keyboard"] .m-btn-login:focus span:before {
  background-image: url(../svg/i_login_key.svg);
}

@media print, screen and (min-width: 1025px) {
  .m-btn-login:hover {
    background-color: #fff;
    color: #00AFEC;
  }
  .m-btn-login:hover span:before {
    background-image: url(../svg/i_login_key.svg);
  }
}

.m-btn-icon {
  display: inline-block;
  background-color: #00AFEC;
  color: #fff;
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
  padding: 18px 15px;
  font-weight: bold;
  border: solid 2px #00AFEC;
}

@media print, screen and (min-width: 768px) {
  .m-btn-icon {
    padding: 26px 20px;
    transition: all 0.3s ease-out;
  }
}

.m-btn-icon span {
  display: block;
  padding: 0 50px;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-btn-icon span {
    padding: 0 70px;
  }
}

.m-btn-icon span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-btn-icon span:before {
    width: 60px;
    height: 60px;
  }
}

.m-btn-icon span:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_arrow_wht.svg) center no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100% auto;
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-btn-icon span:after {
    width: 20px;
    height: 20px;
  }
}

.m-btn-icon.kindai span:before {
  background-image: url(../images/bungaku/i_kindai.png);
}

.m-btn-icon.koten span:before {
  background-image: url(../images/bungaku/i_koten.png);
}

[data-whatinput="keyboard"] .m-btn-icon:focus span:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media print, screen and (min-width: 1025px) {
  .m-btn-icon:hover span:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.m-form-select {
  position: relative;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-form-select {
    margin-top: 10px;
  }
}

.m-form-select:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_arrow3_key.svg) center no-repeat;
  width: 12px;
  height: 6.8px;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .m-form-select:after {
    right: 20px;
  }
}

.m-form-select > select {
  width: 100%;
  cursor: pointer;
  line-height: 1.5;
  background: #fff;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px 40px 9px 15px;
  border: solid 1px #D6D6D6;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  outline-color: #00AFEC;
}

@media print, screen and (min-width: 768px) {
  .m-form-select > select {
    padding: 16px 45px 16px 20px;
  }
}

.m-form-select > select::-ms-expand {
  display: none;
}

.m-form-txt {
  padding: 12px;
  border: none;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  outline-color: #00AFEC;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-form-txt {
    padding: 15px 20px;
    margin-top: 10px;
  }
}

.m-form-textarea {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  vertical-align: bottom;
  padding: 6px 9px;
  font-size: 16px;
  font-size: 1.6rem;
  outline-color: #00AFEC;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-form-textarea {
    height: 150px;
    margin-top: 10px;
  }
}

.m-form-radio {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-form-radio {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 20px -20px 0;
  }
}

.m-form-radio .radio-item {
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .m-form-radio .radio-item {
    padding: 0 20px;
  }
}

.m-form-radio .radio-item > label {
  padding-left: 28px;
  width: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .m-form-radio .radio-item > label {
    padding-left: 30px;
    display: inline-block;
  }
}

.m-form-radio .radio-item > label > input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.m-form-radio .radio-item > label > input[type="radio"]:checked + span:after {
  background-color: #00AFEC;
}

.m-form-radio .radio-item > label > span {
  display: inline-block;
}

.m-form-radio .radio-item > label > span:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border: solid 1px #D6D6D6;
  border-radius: 50%;
  top: 0.15em;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .m-form-radio .radio-item > label > span:before {
    width: 20px;
    height: 20px;
  }
}

.m-form-radio .radio-item > label > span:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  top: calc(0.15em + 4px);
  left: 4px;
  transition: all 0.2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-form-radio .radio-item > label > span:after {
    top: calc(0.15em + 5px);
    left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .m-form-radio .radio-item:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-form-radio.radio-position-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.m-form-check {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-form-check {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 20px -20px 0;
  }
}

.m-form-check .check-item {
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .m-form-check .check-item {
    padding: 0 20px;
  }
}

.m-form-check .check-item > label {
  padding-left: 28px;
  width: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .m-form-check .check-item > label {
    padding-left: 30px;
    display: inline-block;
  }
}

.m-form-check .check-item > label > input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.m-form-check .check-item > label > input[type="checkbox"]:checked + span:before {
  background-color: #00AFEC;
}

.m-form-check .check-item > label > span {
  display: inline-block;
}

.m-form-check .check-item > label > span:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border: solid 1px #D6D6D6;
  border-radius: 5px;
  top: 0.2em;
  left: 0;
  background-color: transparent;
  transition: all 0.2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-form-check .check-item > label > span:before {
    width: 20px;
    height: 20px;
  }
}

.m-form-check .check-item > label > span:after {
  position: absolute;
  content: '';
  z-index: 1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -7px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

@media print, screen and (min-width: 768px) {
  .m-form-check .check-item > label > span:after {
    height: 10px;
    left: 7px;
    margin-top: -6px;
    width: 7px;
  }
}

@media screen and (max-width: 767px) {
  .m-form-check .check-item:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-form-check.check-position-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.m-form-box {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-form-box {
    margin-top: 40px;
    display: table;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .m-form-box > dl {
    display: table-row;
  }
}

.m-form-box > dl > dt {
  background: #E0F5FD;
  border: 1px solid #D6D6D6;
  padding: 15px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-form-box > dl > dt {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    padding: 20px;
  }
}

.m-form-box > dl > dt .form-req, .m-form-box > dl > dt .form-opt {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 8px 6px;
  border-radius: 4px;
  -webkit-transform: translateY(0.35em);
          transform: translateY(0.35em);
  margin-right: 8px;
  float: left;
}

@media print, screen and (min-width: 768px) {
  .m-form-box > dl > dt .form-req, .m-form-box > dl > dt .form-opt {
    font-size: 1.4rem;
    margin-right: 10px;
  }
}

.m-form-box > dl > dt .form-req {
  background: #E22407;
}

.m-form-box > dl > dt .form-opt {
  background: #615F5F;
}

.m-form-box > dl > dt .form-head {
  display: block;
  overflow: hidden;
}

.m-form-box > dl > dd {
  border: 1px solid #D6D6D6;
  border-top: none;
  padding: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-form-box > dl > dd {
    display: table-cell;
    vertical-align: top;
    width: 70%;
    border-left: none;
    border-top: 1px solid #D6D6D6;
    padding: 18px 20px 20px;
  }
}

.m-form-box > dl > dd > *:first-child {
  margin-top: 0 !important;
}

.m-form-box > dl + dl > dt {
  border-top: none;
}

.m-form-box > dl + dl > dd {
  border-top: none;
}

.m-form-box > dl .form-att {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 18px;
  position: relative;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-form-box > dl .form-att {
    font-size: 1.4rem;
    padding-left: 20px;
    margin-top: 10px;
  }
}

.m-form-box > dl .form-att:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  content: '\203b';
  background-color: transparent;
}

.m-form-box > dl .form-error {
  margin-top: 8px;
  color: #E22407;
}

@media print, screen and (min-width: 768px) {
  .m-form-box > dl .form-error {
    margin-top: 10px;
  }
}

.m-form-box > dl .form-ex {
  font-size: 14px;
  font-size: 1.4rem;
  color: #615F5F;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-form-box > dl .form-ex {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.m-form-agree .agree-error {
  text-align: center;
  color: #E22407;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-form-agree .agree-error {
    margin-top: 8px;
  }
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(10px * 2);
    padding: calc(var(--plyr-control-spacing,10px) * 2);
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(calc(10px * -4));
          transform: translateY(calc(10px * -4));
  -webkit-transform: translateY(calc(var(--plyr-control-spacing,10px) * -4));
          transform: translateY(calc(var(--plyr-control-spacing,10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
  position: relative;
  transition: all .3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: calc(10px / 4);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(10px / 4);
  padding-left: calc(var(--plyr-control-spacing,10px)/ 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(10px / 2);
  padding: 0 calc(var(--plyr-control-spacing,10px)/ 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: '';
  height: 0;
  position: absolute;
  right: calc(((18px / 2) + calc(10px * .7)) - (4px / 2));
  right: calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(10px * .7)/ 1.5);
  padding-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-left: calc(calc(10px * .7) * 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-right: calc(calc(10px * .7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-top: calc(calc(10px * .7)/ 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(10px * .7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(10px * .7) * 1.5) - 4px);
  right: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(10px * .7);
  margin: calc(var(--plyr-control-spacing,10px) * .7);
  margin-bottom: calc(calc(10px * .7)/ 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  padding-left: calc(calc(10px * .7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
  position: relative;
  width: calc(100% - (calc(10px * .7) * 2));
  width: calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2));
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(10px * .7) * 1.5) - 4px);
  left: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: '';
  height: 1px;
  left: 0;
  margin-top: calc(calc(10px * .7)/ 2);
  margin-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(10px * .7);
  padding-left: calc(var(--plyr-control-spacing,10px) * .7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(10px * .7) - 2) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(10px * .7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: calc(13px * 2);
  border-radius: calc(var(--plyr-range-thumb-height,13px) * 2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((3px * 2) + 13px);
  height: calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: calc(((13px - 5px)/ 2) * -1);
  margin-top: calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow .3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: '\2044';
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: calc(768px - 1)) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: calc((18px / 2) + calc(10px * .7));
  left: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: calc((18px / 2) + calc(10px * .7));
  right: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(13px * .5);
  left: calc(var(--plyr-range-thumb-height,13px) * .5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(13px * -.5);
  margin-left: calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-right: calc(13px * -.5);
  margin-right: calc(var(--plyr-range-thumb-height,13px) * -.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height,13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((5px / 2) * -1);
  margin-top: calc((var(--plyr-range-track-height,5px)/ 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width .2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: calc(10px / 2);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 2);
  margin-right: calc(10px / 2);
  margin-right: calc(var(--plyr-control-spacing,10px)/ 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(10px / 2);
  padding: calc(var(--plyr-control-spacing,10px)/ 2);
  padding-top: calc(10px * 2);
  padding-top: calc(var(--plyr-control-spacing,10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(10px * 3.5);
    padding-top: calc(var(--plyr-control-spacing,10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  padding: calc(10px * 1.5);
  padding: calc(var(--plyr-control-spacing,10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/*! Yaku Han JP (Gothic - Small Amount) v2.0.0 SIL by Qrac / Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff") format("woff");
}

html {
  color: #000;
  font-size: 62.5%;
  font-family: YakuHanJPs, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

body {
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

/* link style */
a {
  text-decoration: none;
  color: #000;
}

button, input, audio {
  outline-width: 0px;
}

[data-whatinput='keyboard'] button:focus, [data-whatinput='keyboard'] input:focus, [data-whatinput='keyboard'] audio:focus {
  outline-width: 1px;
}

#l-wrap {
  overflow-x: hidden;
}

/* header style */
#l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0px 1px 0px 0px transparent;
  transition: box-shadow 0.2s ease-out;
}

.is-scroll #l-header {
  box-shadow: 0px 1px 0px 0px #D6D6D6;
}

#l-header .header-overlay {
  transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: -1;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.menu-open #l-header .header-overlay, .lnav-open #l-header .header-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

#l-header .header-outer {
  position: relative;
  z-index: 120;
  background-color: #fff;
}

#l-header .header-outer .header-inner {
  padding-left: 20px;
  height: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner {
    height: 80px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
}

#l-header .header-outer .header-inner .header-logo a {
  display: block;
}

#l-header .header-outer .header-inner .header-logo a img {
  width: 112px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo a img {
    width: 160px;
  }
}

@media screen and (max-width: 1024px) {
  #l-header .header-outer .header-inner .header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
    max-height: calc(100vh - 55px);
    max-height: calc(var(--vh, 1vh) * 100 - 55px);
    overflow-y: auto;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item > .item-head {
    color: #fff;
    display: block;
    padding: 20px 50px 20px 20px;
    position: relative;
    font-weight: bold;
    transition: all 0.2s ease-out;
    background-color: #00AFEC;
    font-size: 1.8rem;
    border-bottom: solid 1px #80D7F5;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item > .item-head .head-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 18px;
    height: 18px;
    margin: auto;
    background: url(../svg/i_arrow_wht.svg) center no-repeat;
    background-size: 100% auto;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item > .item-head[data-accordion-button] .head-toggle {
    background: transparent;
    border-radius: 50%;
    border: solid 1px #fff;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item > .item-head[data-accordion-button] .head-toggle:before, #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item > .item-head[data-accordion-button] .head-toggle:after {
    content: '';
    background-color: #fff;
    width: 10px;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 1px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item > .item-head[data-accordion-button] .head-toggle:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: all 0.6s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item > .item-head[data-accordion-button] .head-toggle:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: all 0.6s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item > .item-head[aria-expanded='true'] .head-toggle:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item > .item-head[aria-expanded='true'] .head-toggle:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-cont {
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-cont .cont-inner .cont-ttl, #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-cont .cont-inner .cont-close {
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-cont .cont-inner .cont-wrap .cont-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-head {
    padding: 11px 50px 11px 35px;
    font-weight: normal;
    font-size: 1.4rem;
    background-color: #00AFEC;
    color: #fff;
    display: block;
    position: relative;
    border-bottom: solid 1px #80D7F5;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-head:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 20px;
    width: 18px;
    height: 18px;
    margin: auto;
    background: url(../svg/i_arrow_wht.svg) center no-repeat;
    background-size: 100% auto;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child {
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link {
    padding: 20px 20px 40px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    border-radius: 5px;
    padding: 11px 45px;
    text-align: center;
    font-weight: bold;
    border: solid 2px #00AFEC;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item a:before {
    position: absolute;
    content: '';
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-web a {
    background-color: #00AFEC;
    color: #fff;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-web a:before {
    width: 16px;
    height: 21.335px;
    background-image: url(../svg/i_login_wht.svg);
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-contact {
    margin-top: 15px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-contact a {
    color: #00AFEC;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-contact a:before {
    width: 25px;
    height: 20px;
    background-image: url(../svg/i_contact.svg);
  }
  #l-header .header-outer .header-inner .header-toggle .toggle-btn {
    height: 55px;
    width: 55px;
    background-color: #00AFEC;
    padding: 0;
    border: none;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-toggle .toggle-btn > .btn-wrap, #l-header .header-outer .header-inner .header-toggle .toggle-btn:before, #l-header .header-outer .header-inner .header-toggle .toggle-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    background-color: #fff;
    border-radius: 1px;
    display: inline-block;
    transition: all .3s ease-in-out;
  }
  #l-header .header-outer .header-inner .header-toggle .toggle-btn > .btn-wrap {
    margin-top: -8px;
    font-size: 0;
    color: transparent;
  }
  #l-header .header-outer .header-inner .header-toggle .toggle-btn:before {
    margin-top: -1px;
    content: '';
  }
  #l-header .header-outer .header-inner .header-toggle .toggle-btn:after {
    margin-top: 6px;
    content: '';
  }
  .menu-open #l-header .header-outer .header-inner .header-toggle .toggle-btn > .btn-wrap {
    margin-top: -1px !important;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
  }
  .menu-open #l-header .header-outer .header-inner .header-toggle .toggle-btn:before {
    transition: .2s ease .1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .menu-open #l-header .header-outer .header-inner .header-toggle .toggle-btn:after {
    margin-top: -1px !important;
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
  }
  #l-header .header-outer .header-inner .header-toggle .toggle-btn .btn-txt {
    text-indent: -9999px;
    display: inline-block;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item {
    padding: 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item > .item-head {
    font-weight: bold;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item > .item-head:after {
    position: absolute;
    content: '';
    transition: width 0.3s ease-out;
    right: 0;
    height: 4px;
    bottom: 0;
    width: 0;
    background-color: #00AFEC;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item > .item-head .head-toggle {
    display: none;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item > .item-head:focus {
    color: #00AFEC;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item > .item-head:focus:after {
    width: 100%;
    left: 0;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item > .item-head:hover {
    color: #00AFEC;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item > .item-head:hover:after {
    width: 100%;
    left: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item > .item-head.is-active {
    color: #00AFEC;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item > .item-head.is-active:after {
    width: 100%;
    left: 0;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item > .item-head.is-active + .item-cont {
    z-index: 100;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #003345;
    padding-top: 50px;
    padding-bottom: 60px;
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-ttl {
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-ttl span {
    color: #00AFEC;
    letter-spacing: 0.06em;
    font-size: 1.6rem;
    margin-left: 15px;
    font-family: 'Segoe UI','Futura', sans-serif;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-close .close-inner {
    position: absolute;
    top: -5px;
    right: 25px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    transition: all 0.3s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-close .close-inner:before, #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-close .close-inner:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-close .close-inner:before {
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-close .close-inner:after {
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-close .close-inner span {
    display: inline-block;
    position: absolute;
    text-indent: -9999px;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-close .close-inner:focus {
    -webkit-transform: rotateZ(135deg);
            transform: rotateZ(135deg);
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-close .close-inner:hover {
    -webkit-transform: rotateZ(135deg);
            transform: rotateZ(135deg);
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav {
    margin: 0 -16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav.nav-col2 .nav-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav.nav-col2 .nav-item {
    width: 50%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav.nav-col3 .nav-item {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav.nav-col3 .nav-item {
    width: 33.33333%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-head {
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
    padding: 15px 0;
    margin-top: 25px;
    line-height: 1.5;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-head:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item a.item-head {
    padding-left: 30px;
    padding-right: 30px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item a.item-head:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../svg/i_arrow_key.svg) center no-repeat;
    background-size: 100% auto;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item a.item-head:focus {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item a.item-head:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child {
    margin: 20px 30px 0;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-head {
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin-left: -30px;
    display: block;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-head:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../svg/i_arrow_key.svg) center no-repeat;
    background-size: 100% auto;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-head:focus {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-head:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list.list-col2 {
    margin: 0 -16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list.list-col2 {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list.list-col2 .list-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list.list-col2 .list-item {
    width: 50%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list.list-col3 {
    margin: 0 -16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list.list-col3 {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list.list-col3 .list-item {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list.list-col3 .list-item {
    width: 33.33333%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list .list-item a {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    display: block;
    padding: 3px 15px;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list .list-item a[target="_blank"]:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16.2px;
    height: 16.2px;
    margin-left: 5px;
    background: url("../svg/i_blank_wht.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.15em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list .list-item a:before {
    position: absolute;
    content: '';
    top: calc(3px + 0.8em);
    left: 0;
    background: url(../svg/i_arrow3_key.svg) center no-repeat;
    width: 7.76px;
    height: 5px;
    background-size: 100% auto;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list .list-item a:focus {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list > .list-item .item-cont .cont-inner .cont-wrap .cont-nav .nav-item .item-child .child-list .list-item a:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item a {
    position: relative;
    display: block;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item a:before {
    position: absolute;
    content: '';
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-web {
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 1px #D6D6D6;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-web a {
    font-size: 1.4rem;
    background-color: #00AFEC;
    color: #fff;
    border-radius: 5px;
    padding: 4px 13px 4px 38px;
    min-width: 175px;
    text-align: center;
    font-weight: 500;
    border: solid 2px #00AFEC;
    transition: all 0.2s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-web a:before {
    width: 12px;
    height: 16px;
    background-image: url(../svg/i_login_wht.svg);
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-web a:focus {
    color: #00AFEC;
    background-color: transparent;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-web a:focus:before {
    background-image: url(../svg/i_login_key.svg);
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-web a:hover {
    color: #00AFEC;
    background-color: transparent;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-web a:hover:before {
    background-image: url(../svg/i_login_key.svg);
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-contact a {
    font-size: 1.2rem;
    line-height: 1;
    padding-top: 28px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-contact a:before {
    width: 25px;
    height: 25px;
    background-image: url(../svg/i_contact.svg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-contact a:focus {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-link .link-list .list-item.item-contact a:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-toggle {
    display: none;
  }
}

#l-header + #l-content {
  padding-top: 55px;
}

@media print, screen and (min-width: 1025px) {
  #l-header + #l-content {
    padding-top: 80px;
  }
}

#l-header-simple {
  background: #003345;
}

#l-header-simple .header-head {
  margin: 0 -15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 80px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print {
  #l-header-simple .header-head {
    display: block;
    letter-spacing: -.40em;
  }
}

#l-header-simple .header-head .head-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  width: calc(100% - 100px);
}

@media print, screen and (min-width: 768px) {
  #l-header-simple .header-head .head-ttl {
    font-size: 2.4rem;
    width: calc(100% - 180px);
  }
}

#l-header-simple .header-head .head-logo {
  text-align: right;
}

#l-header-simple .header-head .head-logo a {
  display: block;
  padding: 10px 20px 10px;
  background: #fff;
  border-radius: 2px;
}

#l-header-simple .header-head .head-logo a img {
  width: 100px;
}

@media screen and (max-width: 767px) {
  #l-header-simple .header-head .head-logo {
    width: 100px;
  }
  #l-header-simple .header-head .head-logo a {
    padding: 2px 10px 5px;
  }
  #l-header-simple .header-head .head-logo a img {
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header-simple .header-head .head-logo {
    width: 100px;
  }
  #l-header-simple .header-head .head-logo a {
    padding: 2px 10px 5px;
  }
  #l-header-simple .header-head .head-logo a img {
    width: auto;
  }
}

/* topicpath */
#l-topicpath {
  *zoom: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#l-topicpath:after {
  content: " ";
  display: table;
  clear: both;
}

#l-topicpath li {
  display: inline-block;
  padding-right: 13px;
  margin-right: 8px;
  margin-top: 5px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #l-topicpath li {
    padding-right: 15px;
    margin-right: 10px;
    margin-top: 8px;
  }
}

#l-topicpath li:after {
  position: absolute;
  content: '';
  top: 0.35em;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow3_wht.svg) center no-repeat;
  width: 8px;
  height: 4px;
  background-size: 100% auto;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

#l-topicpath li:last-child {
  margin-right: 0;
  padding-right: 0;
}

#l-topicpath li:last-child:after {
  content: none;
}

#l-topicpath li > a, #l-topicpath li > span {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.25;
  display: block;
}

@media print, screen and (min-width: 768px) {
  #l-topicpath li > a, #l-topicpath li > span {
    font-size: 1.2rem;
  }
}

[data-whatinput="keyboard"] #l-topicpath li > a:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-topicpath li > a:hover {
    text-decoration: underline;
  }
}

/* content style */
#l-content .content-pagepath {
  background-color: #00AFEC;
  padding: 3px 0 9px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-pagepath {
    padding: 3px 0 14px;
  }
}

#l-content .content-inner {
  padding-top: 40px;
  padding-bottom: 50px;
  *zoom: 1;
}

#l-content .content-inner > *:first-child {
  margin-top: 0 !important;
}

#l-content .content-inner > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner > .image-position-left:first-child + *,
  #l-content .content-inner > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #l-content .content-inner > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-content .content-inner > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-content .content-inner > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

#l-content .content-inner:after {
  content: " ";
  display: table;
  clear: both;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

#l-content .content-inner .content-main > *:first-child {
  margin-top: 0 !important;
}

#l-content .content-inner .content-main > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-main > .image-position-left:first-child + *,
  #l-content .content-inner .content-main > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #l-content .content-inner .content-main > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-content .content-inner .content-main > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-content .content-inner .content-main > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-main {
    float: left;
    max-width: 780px;
    width: 70%;
  }
}

#l-content .content-inner .content-nav {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav {
    display: block;
    float: right;
    max-width: 280px;
    width: 25%;
  }
}

#l-content .content-inner .content-nav .nav-ttl .ttl-inner {
  padding-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  position: relative;
  display: block;
  transition: all 0.2s ease-out;
}

#l-content .content-inner .content-nav .nav-ttl .ttl-inner:before, #l-content .content-inner .content-nav .nav-ttl .ttl-inner:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
}

#l-content .content-inner .content-nav .nav-ttl .ttl-inner:before {
  right: 0;
  background-color: #D6D6D6;
  height: 1px;
}

#l-content .content-inner .content-nav .nav-ttl .ttl-inner:after {
  background-color: #00AFEC;
  height: 2px;
  width: 60px;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-ttl .ttl-inner:focus {
  text-decoration: none;
  color: #00AFEC;
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-ttl .ttl-inner:hover {
    text-decoration: none;
    color: #00AFEC;
  }
}

#l-content .content-inner .content-nav .nav-list {
  margin-top: 25px;
}

#l-content .content-inner .content-nav .nav-list li > a {
  display: block;
  color: #000;
  transition: all 0.2s ease-out;
  position: relative;
}

#l-content .content-inner .content-nav .nav-list li > a:before, #l-content .content-inner .content-nav .nav-list li > a:after {
  position: absolute;
  content: '';
  height: 2px;
}

#l-content .content-inner .content-nav .nav-list li > a:before {
  background-color: #D6D6D6;
}

#l-content .content-inner .content-nav .nav-list li > a:after {
  background-color: #00AFEC;
  transition: all 0.2s ease-out;
  width: 0;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list li > a:focus {
  text-decoration: none;
  color: #00AFEC;
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-list li > a:hover {
    text-decoration: none;
    color: #00AFEC;
  }
}

#l-content .content-inner .content-nav .nav-list li > a.is-current {
  color: #00AFEC;
}

#l-content .content-inner .content-nav .nav-list > li > a {
  font-weight: bold;
  padding: 10px 0 10px 45px;
  font-size: 18px;
  font-size: 1.8rem;
}

#l-content .content-inner .content-nav .nav-list > li > a:before, #l-content .content-inner .content-nav .nav-list > li > a:after {
  left: 0;
  top: 1.65em;
}

#l-content .content-inner .content-nav .nav-list > li > a:before {
  width: 24px;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li > a:focus:after {
  width: 24px;
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-list > li > a:hover:after {
    width: 24px;
  }
}

#l-content .content-inner .content-nav .nav-list > li > a.is-current:after {
  width: 24px;
}

#l-content .content-inner .content-nav .nav-list > li > ul {
  margin-left: 24px;
}

#l-content .content-inner .content-nav .nav-list > li > ul > li > a {
  padding: 8px 0 8px 50px;
}

#l-content .content-inner .content-nav .nav-list > li > ul > li > a:before, #l-content .content-inner .content-nav .nav-list > li > ul > li > a:after {
  left: 22px;
  top: 1.55em;
}

#l-content .content-inner .content-nav .nav-list > li > ul > li > a:before {
  width: 10px;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li > ul > li > a:focus:after {
  width: 10px;
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-list > li > ul > li > a:hover:after {
    width: 10px;
  }
}

#l-content .content-inner .content-nav .nav-list > li > ul > li > a.is-current:after {
  width: 10px;
}

#l-content .content-inner .content-nav .nav-list > li > ul > li > ul {
  margin-left: 34px;
}

#l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a {
  padding: 3px 0 3px 50px;
  font-size: 14px;
  font-size: 1.4rem;
}

#l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a:before, #l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a:after {
  left: 18px;
  top: 1.15em;
}

#l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a:before {
  width: 10px;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a:focus:after {
  width: 10px;
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a:hover:after {
    width: 10px;
  }
}

#l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a.is-current:after {
  width: 10px;
}

.mceContentBody, .wysiwyg {
  padding: 20px;
  min-width: 0;
  transition: none;
}

.mceContentBody a, .wysiwyg a {
  display: inline !important;
}

.mceContentBody > *:first-child, .wysiwyg > *:first-child {
  margin-top: 0 !important;
}

/* footer style */
#l-footer .footer-upper {
  background-color: #003345;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-upper {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-upper .upper-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-upper .upper-inner .upper-menu {
    margin: 0 -16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  #l-footer .footer-upper .upper-inner .upper-menu {
    display: block;
    letter-spacing: -.40em;
  }
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item {
  border-bottom: solid 1px #8099A2;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item {
    width: calc(100% / 4);
    width: calc((100% / 4 ) - 0.1px) \0;
    padding: 0 16px;
    border-bottom: none;
  }
}

@media print {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item {
    width: 25%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head {
  color: #fff;
  display: block;
  padding: 16px 50px 16px 20px;
  position: relative;
  font-weight: bold;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head {
    padding: 16px 0;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head {
    padding: 20px 0;
    font-size: 1.6rem;
  }
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  background-color: #8099A2;
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head .head-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 18px;
  height: 18px;
  margin: auto;
  border: solid 1px #fff;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head .head-toggle {
    display: none;
  }
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head .head-toggle:before, #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head .head-toggle:after {
  content: '';
  background-color: #fff;
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 1px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head .head-toggle:before, #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head .head-toggle:after {
    width: 12px;
  }
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head .head-toggle:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.6s ease-out;
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head .head-toggle:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.6s ease-out;
}

[data-whatinput="keyboard"] #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head:hover {
    text-decoration: underline;
  }
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head[aria-expanded='true'] .head-toggle:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-head[aria-expanded='true'] .head-toggle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-child {
  padding: 15px 0;
  display: none;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-child {
    display: block;
    padding: 5px 0 0;
  }
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-child > ul > li a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 35px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-child > ul > li a {
    padding: 8px 0;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-child > ul > li a {
    font-size: 1.4rem;
  }
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-child > ul > li a[target='_blank'] {
  position: relative;
}

#l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-child > ul > li a[target='_blank']:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin-left: 7px;
  background: url(../svg/i_blank_wht.svg) no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-child > ul > li a[target='_blank']:after {
    width: 15px;
    height: 15px;
  }
}

[data-whatinput="keyboard"] #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-child > ul > li a:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .upper-inner .upper-menu .menu-item .item-child > ul > li a:hover {
    text-decoration: underline;
  }
}

#l-footer .footer-upper .upper-inner .upper-sub {
  padding: 15px 0;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-upper .upper-inner .upper-sub {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-upper .upper-inner .upper-sub .sub-item {
    position: relative;
  }
  #l-footer .footer-upper .upper-inner .upper-sub .sub-item:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    width: 1px;
    background-color: #8099A2;
  }
  #l-footer .footer-upper .upper-inner .upper-sub .sub-item:last-child:after {
    content: none;
  }
}

#l-footer .footer-upper .upper-inner .upper-sub .sub-item a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  padding: 8px 20px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .upper-inner .upper-sub .sub-item a {
    font-size: 1.4rem;
  }
}

[data-whatinput="keyboard"] #l-footer .footer-upper .upper-inner .upper-sub .sub-item a:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .upper-inner .upper-sub .sub-item a:hover {
    text-decoration: underline;
  }
}

#l-footer .footer-lower {
  position: relative;
}

#l-footer .footer-lower .lower-pagetop {
  display: none;
}

#l-footer .footer-lower .lower-pagetop .pagetop-btn {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 10;
  border-radius: 50%;
  background-color: #00AFEC;
  border: solid 2px #00AFEC;
  transition: background-color 0.3s ease-out;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-lower .lower-pagetop .pagetop-btn {
    width: 60px;
    height: 60px;
    right: 45px;
    bottom: 45px;
  }
}

#l-footer .footer-lower .lower-pagetop .pagetop-btn:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow2_wht.svg) center no-repeat;
  width: 15px;
  height: 12.7px;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  background-size: 100% auto;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-lower .lower-pagetop .pagetop-btn:after {
    width: 18.65px;
    height: 15.5px;
  }
}

#l-footer .footer-lower .lower-pagetop .pagetop-btn .btn-txt {
  display: inline-block;
  text-indent: -9999px;
}

[data-whatinput="keyboard"] #l-footer .footer-lower .lower-pagetop .pagetop-btn:focus {
  background-color: #fff;
}

[data-whatinput="keyboard"] #l-footer .footer-lower .lower-pagetop .pagetop-btn:focus:after {
  background-image: url(../svg/i_arrow2_key.svg);
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-lower .lower-pagetop .pagetop-btn:hover {
    background-color: #fff;
  }
  #l-footer .footer-lower .lower-pagetop .pagetop-btn:hover:after {
    background-image: url(../svg/i_arrow2_key.svg);
  }
}

#l-footer .footer-lower .lower-inner {
  height: 80px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-lower .lower-inner {
    height: 100px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#l-footer .footer-lower .lower-inner .lower-copy {
  font-size: 11px;
  font-size: 1.1rem;
  padding-right: 70px;
  display: block;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-lower .lower-inner .lower-copy {
    font-size: 1.2rem;
    padding: 0 85px;
    text-align: center;
  }
}

#l-footer .footer-lower .lower-inner .lower-pmark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#l-footer .footer-lower .lower-inner .lower-pmark img {
  width: 60px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-lower .lower-inner .lower-pmark img {
    width: 75px;
  }
}

#l-footer.simple {
  background-color: #003345;
}

#l-footer.simple .footer-lower .lower-inner {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#l-footer.simple .footer-lower .lower-inner .lower-copy {
  color: #fff;
  padding: 0;
  text-align: center;
}

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    padding: 0;
    background: none;
  }
}
