
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");

@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;
}

@media screen and (min-width: 768px) {
  .mats {
    margin-top: 20px;
  }
}

.matm {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .matm {
    margin-top: 40px;
  }
}

.matl {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .matl {
    margin-top: 60px;
  }
}

.mat2l {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .mat2l {
    margin-top: 80px;
  }
}

.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 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;
}

/*
  module: m-box-fixed
  - 固定幅・中央揃えのボックス
*/
[data-fixed] {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  [data-fixed] {
    max-width: 1120px;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-fixed] {
    padding: 0 60px;
  }
}

[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 screen and (min-width: 768px) and (max-width: 1024px) {
  [data-gs="12"] {
    margin: 0 -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  [data-gs="12"] {
    margin: 0 -80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

[data-gs="12"] > [data-gs-col] {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-gs="12"] > [data-gs-col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col] {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media 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 80px;
  }
}

@media 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 80px;
  }
}

@media 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 80px;
  }
}

@media 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 80px;
  }
}

@media 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 80px;
  }
}

@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;
}

@media screen and (min-width: 1025px) {
  .content-main [data-gs="12"] {
    margin: 0 -40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .content-main [data-gs="12"] > [data-gs-col] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .content-main [data-gs="12"] > [data-gs-col="12"] {
    width: calc(100% / 1);
    width: calc((100% / 1 ) - 0.1px) \0;
    padding: 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .content-main [data-gs="12"] > [data-gs-col="6"] {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .content-main [data-gs="12"] > [data-gs-col="4"] {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .content-main [data-gs="12"] > [data-gs-col="3"] {
    width: calc(100% / 4);
    width: calc((100% / 4 ) - 0.1px) \0;
    padding: 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .content-main [data-gs="12"] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5 ) - 0.1px) \0;
    padding: 0 40px;
  }
}

.m-box-pagepath, #l-content .content-pagepath {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-box-pagepath, #l-content .content-pagepath {
    font-size: 1.4rem;
    padding: 15px 210px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-pagepath, #l-content .content-pagepath {
    padding: 8px 20px;
  }
}

.m-box-pagepath .topicpath-list, #l-content .content-pagepath .topicpath-list {
  *zoom: 1;
}

.m-box-pagepath .topicpath-list:after, #l-content .content-pagepath .topicpath-list:after {
  content: " ";
  display: table;
  clear: both;
}

.m-box-pagepath .topicpath-list > li, #l-content .content-pagepath .topicpath-list > li {
  float: left;
  padding-right: 20px;
  margin-right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.m-box-pagepath .topicpath-list > li:after, #l-content .content-pagepath .topicpath-list > li:after {
  content: '';
  width: 6px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
}

.m-box-pagepath .topicpath-list > li:last-child:after, #l-content .content-pagepath .topicpath-list > li:last-child:after {
  display: none;
}

.m-box-pagepath .topicpath-list > li a, #l-content .content-pagepath .topicpath-list > li a,
.m-box-pagepath .topicpath-list > li span,
#l-content .content-pagepath .topicpath-list > li span {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.m-box-pagepath .topicpath-list > li a:link, #l-content .content-pagepath .topicpath-list > li a:link, .m-box-pagepath .topicpath-list > li a:visited, #l-content .content-pagepath .topicpath-list > li a:visited,
.m-box-pagepath .topicpath-list > li span:link,
#l-content .content-pagepath .topicpath-list > li span:link,
.m-box-pagepath .topicpath-list > li span:visited,
#l-content .content-pagepath .topicpath-list > li span:visited {
  color: #000;
}

[data-whatinput="keyboard"] .m-box-pagepath .topicpath-list > li a:focus, [data-whatinput="keyboard"] #l-content .content-pagepath .topicpath-list > li a:focus, #l-content [data-whatinput="keyboard"] .content-pagepath .topicpath-list > li a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  .m-box-pagepath .topicpath-list > li a:hover, #l-content .content-pagepath .topicpath-list > li a:hover {
    text-decoration: underline;
  }
}

.m-box-pagepath .topicpath-list .topicpath-home a, #l-content .content-pagepath .topicpath-list .topicpath-home a {
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .m-box-pagepath .topicpath-list .topicpath-home a, #l-content .content-pagepath .topicpath-list .topicpath-home a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.m-box-pagepath .topicpath-list .topicpath-home a img, #l-content .content-pagepath .topicpath-list .topicpath-home a img {
  width: 18px;
}

.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 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 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 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 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 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 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 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 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 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 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 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 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 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 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-tabhead {
  position: relative;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .m-box-tabhead {
    margin-bottom: 35px;
  }
}

.m-box-tabhead .tabhead-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -5px;
}

.m-box-tabhead .tabhead-inner > li {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-inner > li {
    margin-right: 25px;
    padding-right: 25px;
  }
}

.m-box-tabhead .tabhead-inner > li:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
  width: 1px;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-inner > li:after {
    height: 16px;
  }
}

.m-box-tabhead .tabhead-inner > li > a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
  color: #000;
  transition: all .2s ease-out;
}

[data-whatinput="keyboard"] .m-box-tabhead .tabhead-inner > li > a:focus {
  color: #019cdc;
}

@media screen and (min-width: 1025px) {
  .m-box-tabhead .tabhead-inner > li > a:hover {
    color: #019cdc;
  }
}

.m-box-tabhead .tabhead-inner > li > a.is-active {
  color: #019cdc;
}

.m-box-tabhead .tabhead-inner > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.m-box-tabhead .tabhead-inner > li:last-child:after {
  content: none;
}

.m-box-section {
  padding: 60px 0;
  position: relative;
}

.m-box-section > *:first-child {
  margin-top: 0 !important;
}

.m-box-section > *:first-child.m-box-section {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .m-box-section > .image-position-left:first-child + *,
  .m-box-section > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-section > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-box-section > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-box-section > [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 screen and (min-width: 1025px) {
  .m-box-section > [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 screen and (min-width: 1025px) {
  .m-box-section > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-box-section > [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 screen and (min-width: 1025px) {
  .m-box-section > [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 screen and (min-width: 1025px) {
  .m-box-section > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-box-section > [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 screen and (min-width: 1025px) {
  .m-box-section > [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 screen and (min-width: 1025px) {
  .m-box-section > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-box-section > [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 screen and (min-width: 1025px) {
  .m-box-section > [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 screen and (min-width: 1025px) {
  .m-box-section > [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-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-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-box-section {
    padding: 90px 0;
  }
}

.m-box-section [data-fixed] > *:first-child,
.m-box-section [data-fixed2] > *:first-child {
  margin-top: 0 !important;
}

.m-box-section [data-fixed] > *:first-child.m-box-section,
.m-box-section [data-fixed2] > *:first-child.m-box-section {
  padding-top: 0;
}

@media 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 + *,
  .m-box-section [data-fixed2] > .image-position-left:first-child + *,
  .m-box-section [data-fixed2] > .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,
  .m-box-section [data-fixed2] > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child,
  .m-box-section [data-fixed2] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media 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,
  .m-box-section [data-fixed2] > [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 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,
  .m-box-section [data-fixed2] > [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 screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child,
  .m-box-section [data-fixed2] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media 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,
  .m-box-section [data-fixed2] > [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 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,
  .m-box-section [data-fixed2] > [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 screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child,
  .m-box-section [data-fixed2] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media 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,
  .m-box-section [data-fixed2] > [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 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,
  .m-box-section [data-fixed2] > [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 screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child,
  .m-box-section [data-fixed2] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media 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,
  .m-box-section [data-fixed2] > [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 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,
  .m-box-section [data-fixed2] > [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 screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .m-box-section [data-fixed2] > [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,
  .m-box-section [data-fixed2] > [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,
  .m-box-section [data-fixed2] > [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-blue {
  background-color: #019cdc;
  padding: 55px 0;
}

@media screen and (min-width: 768px) {
  .m-box-section.section-bg-blue {
    padding: 80px 0;
  }
}

.m-box-section.section-bg-lightblue {
  background-color: #dff2fa;
}

.m-box-section.section-bg-white {
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .m-box-section.section-solution-link [data-gs="12"] {
    margin: 0 -50px;
  }
}

@media screen and (min-width: 1025px) {
  .m-box-section.section-solution-link [data-gs="12"] [data-gs-col="6"] {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-box-section.section-solution-link [data-gs="12"] [data-gs-col="6"]:nth-child(2) .m-list-link {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-box-section.section-solution-link [data-gs="12"] [data-gs-col="6"]:nth-child(2) .m-list-link .link-item:first-child {
    border-top: none;
  }
}

.m-txt-ttl:not(.ttl-bg) + .m-box-section {
  padding-top: 35px;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl:not(.ttl-bg) + .m-box-section {
    padding-top: 60px;
  }
}

.m-box-clear {
  *zoom: 1;
}

.m-box-clear:after {
  content: " ";
  display: table;
  clear: both;
}

.m-box-info {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .m-box-info {
    margin-top: 90px;
  }
}

.m-box-info.recruit .info-inner .info-img:before {
  background-image: url(../images/bg_recruit.jpg);
}

@media screen and (min-width: 768px) {
  .m-box-info.contact .info-inner .info-img {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.m-box-info.contact .info-inner .info-img:before {
  background-image: url(../images/bg_contact.jpg);
}

@media screen and (min-width: 768px) {
  .m-box-info.contact .info-inner .info-body {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

.m-box-info + .m-box-info {
  margin-top: 0;
}

.m-box-info .info-inner {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .m-box-info .info-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.m-box-info .info-inner .info-img {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
}

@media screen and (min-width: 768px) {
  .m-box-info .info-inner .info-img {
    width: 50%;
    padding-top: 0;
  }
}

.m-box-info .info-inner .info-img:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease-out;
}

.m-box-info .info-inner .info-body {
  text-decoration: none;
  background-color: #019cdc;
  position: relative;
  color: #fff;
  padding: 20px 80px 20px 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-info .info-inner .info-body {
    width: 50%;
    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;
    min-height: 220px;
    padding: 20px 80px 20px 20px;
  }
}

@media screen and (min-width: 1025px) {
  .m-box-info .info-inner .info-body {
    width: 50%;
    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;
    min-height: 280px;
    padding: 30px 115px;
  }
}

.m-box-info .info-inner .info-body:after {
  position: absolute;
  content: '';
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
  width: 8px;
  height: 12px;
  background-size: 100% auto;
  transition: all .3s ease-out;
}

@media screen and (min-width: 1025px) {
  .m-box-info .info-inner .info-body:after {
    right: 56px;
    left: auto;
    top: 0;
    bottom: 0;
  }
}

.m-box-info .info-inner .info-body:before {
  position: absolute;
  content: '';
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border: solid 2px #bfe6f6;
  transition: all .3s ease-out;
}

@media screen and (min-width: 1025px) {
  .m-box-info .info-inner .info-body:before {
    left: auto;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 60px;
    height: 60px;
  }
}

.m-box-info .info-inner .info-body .body-ttl {
  line-height: 1.5;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-box-info .info-inner .info-body .body-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .m-box-info .info-inner .info-body .body-ttl {
    text-align: center;
  }
}

.m-box-info .info-inner .info-body .body-text {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-box-info .info-inner .info-body .body-text {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .m-box-info .info-inner .info-body .body-text {
    text-align: center;
  }
}

[data-whatinput="keyboard"] .m-box-info .info-inner:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-box-info .info-inner:focus .info-img:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

[data-whatinput="keyboard"] .m-box-info .info-inner:focus .info-body:after {
  background-image: url(../svg/i_arrow.svg?c=019cdc);
}

[data-whatinput="keyboard"] .m-box-info .info-inner:focus .info-body:before {
  background-color: #fff;
  border-color: #fff;
}

@media screen and (min-width: 1025px) {
  .m-box-info .info-inner:hover {
    text-decoration: none;
  }
  .m-box-info .info-inner:hover .info-img:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .m-box-info .info-inner:hover .info-body:after {
    background-image: url(../svg/i_arrow.svg?c=019cdc);
  }
  .m-box-info .info-inner:hover .info-body:before {
    background-color: #fff;
    border-color: #fff;
  }
}

.m-box-card {
  display: block;
  background-color: #fff;
  border: solid 1px #bfe6f6;
  height: 100%;
  box-shadow: 0px 15px 15px -12px rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
}

.m-box-card .card-img {
  overflow: hidden;
  border-bottom: solid 1px #bfe6f6;
}

.m-box-card .card-img img {
  transition: all 0.3s ease-out;
}

.m-box-card .card-body {
  padding: 20px 20px 45px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-box-card .card-body {
    padding: 30px 30px 65px;
  }
}

.m-box-card .card-body > *:first-child {
  margin-top: 0 !important;
}

.m-box-card .card-body .body-ttl {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .m-box-card .card-body .body-ttl {
    font-size: 1.8rem;
    margin-top: 35px;
  }
}

.m-box-card .card-body .body-text {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-box-card .card-body .body-text {
    margin-top: 15px;
  }
}

.m-box-card .card-body .body-solution {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 10px;
  margin-top: 5px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-box-card .card-body .body-solution {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.m-box-card .card-body .body-solution:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 12px;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .m-box-card .card-body .body-solution:after {
    width: 14px;
  }
}

.m-box-card .card-body .body-industry {
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .m-box-card .card-body .body-industry {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.m-box-card .card-body .body-more {
  position: absolute;
  right: 20px;
  bottom: 15px;
  padding-right: 15px;
  line-height: 1.5;
  text-align: right;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .m-box-card .card-body .body-more {
    right: 30px;
    bottom: 25px;
  }
}

.m-box-card .card-body .body-more:after {
  position: absolute;
  content: '';
  top: 0.1em;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 8px;
  height: 12px;
  transition: all 0.3s ease-out;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] .m-box-card:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-box-card:focus .card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

[data-whatinput="keyboard"] .m-box-card:focus .card-body .body-ttl {
  color: #019cdc;
}

[data-whatinput="keyboard"] .m-box-card:focus .body-more {
  color: #019cdc;
}

[data-whatinput="keyboard"] .m-box-card:focus .body-more:after {
  background-image: url(../svg/i_arrow.svg?c=019cdc);
}

@media screen and (min-width: 1025px) {
  .m-box-card:hover {
    text-decoration: none;
  }
  .m-box-card:hover .card-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .m-box-card:hover .card-body .body-ttl {
    color: #019cdc;
  }
  .m-box-card:hover .body-more {
    color: #019cdc;
  }
  .m-box-card:hover .body-more:after {
    background-image: url(../svg/i_arrow.svg?c=019cdc);
  }
}

.m-box-pagination {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .m-box-pagination {
    margin-top: 90px;
  }
}

.m-box-pagination .pagination-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
}

.m-box-pagination .pagination-list .list-item {
  padding: 0 6px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-box-pagination .pagination-list .list-item {
    padding: 0 10px;
  }
}

.m-box-pagination .pagination-list .list-item .item-btn {
  padding: 5px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all .2s ease-out;
  background-color: #dff2fa;
}

[data-whatinput="keyboard"] .m-box-pagination .pagination-list .list-item .item-btn:focus {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .m-box-pagination .pagination-list .list-item .item-btn:hover {
    text-decoration: none;
  }
}

.m-box-pagination .pagination-list .list-item .item-page {
  color: #000;
  transition: all .2s ease-out;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .m-box-pagination .pagination-list .list-item .item-page {
    width: 30px;
    height: 30px;
  }
}

[data-whatinput="keyboard"] .m-box-pagination .pagination-list .list-item .item-page:focus {
  background-color: transparent;
}

@media screen and (min-width: 1025px) {
  .m-box-pagination .pagination-list .list-item .item-page:hover {
    background-color: transparent;
  }
}

.m-box-pagination .pagination-list .list-item .item-prev,
.m-box-pagination .pagination-list .list-item .item-next {
  font-size: 0;
  color: transparent;
  position: relative;
  width: 50px;
  height: 50px;
  transition: all .2s ease-out;
  padding: 0;
  background-color: #fff;
  border: solid 2px #bfe6f6;
}

@media screen and (min-width: 768px) {
  .m-box-pagination .pagination-list .list-item .item-prev,
  .m-box-pagination .pagination-list .list-item .item-next {
    width: 60px;
    height: 60px;
  }
}

.m-box-pagination .pagination-list .list-item .item-prev:after,
.m-box-pagination .pagination-list .list-item .item-next:after {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow2.svg?c=000) no-repeat;
  background-size: 100% auto;
  transition: all .2s ease-out;
}

[data-whatinput="keyboard"] .m-box-pagination .pagination-list .list-item .item-prev:focus, [data-whatinput="keyboard"]
.m-box-pagination .pagination-list .list-item .item-next:focus {
  background-color: #019cdc;
  border-color: #019cdc;
}

[data-whatinput="keyboard"] .m-box-pagination .pagination-list .list-item .item-prev:focus:after, [data-whatinput="keyboard"]
.m-box-pagination .pagination-list .list-item .item-next:focus:after {
  background-image: url(../svg/i_arrow2.svg?c=fff);
}

@media screen and (min-width: 1025px) {
  .m-box-pagination .pagination-list .list-item .item-prev:hover,
  .m-box-pagination .pagination-list .list-item .item-next:hover {
    background-color: #019cdc;
    border-color: #019cdc;
  }
  .m-box-pagination .pagination-list .list-item .item-prev:hover:after,
  .m-box-pagination .pagination-list .list-item .item-next:hover:after {
    background-image: url(../svg/i_arrow2.svg?c=fff);
  }
}

.m-box-pagination .pagination-list .list-item .item-prev {
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .m-box-pagination .pagination-list .list-item .item-prev {
    margin-right: 105px;
  }
}

.m-box-pagination .pagination-list .list-item .item-prev:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.m-box-pagination .pagination-list .list-item .item-next {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .m-box-pagination .pagination-list .list-item .item-next {
    margin-left: 105px;
  }
}

.m-box-pagination .pagination-list .list-item.fs-current .item-page, .m-box-pagination .pagination-list .list-item.is-current .item-page {
  background-color: transparent;
}

.m-box-frame {
  margin-top: 60px;
  border: solid 1px #bfe6f6;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  padding: 15px;
}

.m-box-frame > *:first-child {
  margin-top: 0 !important;
}

.m-box-frame > *:first-child.m-box-section {
  padding-top: 0;
}

@media 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 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 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 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 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 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 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 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 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 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 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 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 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 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 screen and (min-width: 768px) {
  .m-box-frame {
    padding: 30px;
    margin-top: 90px;
  }
}

[data-child-margin0] > *:first-child {
  margin-top: 0 !important;
}

[data-child-margin0] > *:first-child.m-box-section {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  [data-child-margin0] > .image-position-left:first-child + *,
  [data-child-margin0] > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  [data-child-margin0] > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  [data-child-margin0] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  [data-child-margin0] > [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 screen and (min-width: 1025px) {
  [data-child-margin0] > [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 screen and (min-width: 1025px) {
  [data-child-margin0] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  [data-child-margin0] > [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 screen and (min-width: 1025px) {
  [data-child-margin0] > [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 screen and (min-width: 1025px) {
  [data-child-margin0] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  [data-child-margin0] > [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 screen and (min-width: 1025px) {
  [data-child-margin0] > [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 screen and (min-width: 1025px) {
  [data-child-margin0] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  [data-child-margin0] > [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 screen and (min-width: 1025px) {
  [data-child-margin0] > [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 screen and (min-width: 1025px) {
  [data-child-margin0] > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-child-margin0] > [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) {
  [data-child-margin0] > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .footer-layout__adjustment {
    margin-left: auto;
    margin-top: -130px;
  }
}

.m-list-desc, .mceContentBody ul,
.wysiwyg ul {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-list-desc, .mceContentBody ul,
  .wysiwyg ul {
    margin-top: 35px;
  }
}

.m-list-desc 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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-list-desc 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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-list-desc 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, .mceContentBody ul a[href$=".docx"]:not(.noticon):after, .wysiwyg ul a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-list-desc 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, .mceContentBody ul a[href$=".xlsx"]:not(.noticon):after, .wysiwyg ul a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-list-desc 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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-desc a:link, .mceContentBody ul a:link, .wysiwyg ul a:link, .m-list-desc a:visited, .mceContentBody ul a:visited, .wysiwyg ul a:visited {
  text-decoration: underline;
}

[data-whatinput="keyboard"] .m-list-desc a:focus:link, [data-whatinput="keyboard"] .mceContentBody ul a:focus:link, .mceContentBody [data-whatinput="keyboard"] ul a:focus:link, [data-whatinput="keyboard"] .wysiwyg ul a:focus:link, .wysiwyg [data-whatinput="keyboard"] ul a:focus:link, [data-whatinput="keyboard"] .m-list-desc a:focus:visited, [data-whatinput="keyboard"] .mceContentBody ul a:focus:visited, .mceContentBody [data-whatinput="keyboard"] ul a:focus:visited, [data-whatinput="keyboard"] .wysiwyg ul a:focus:visited, .wysiwyg [data-whatinput="keyboard"] ul a:focus:visited {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .m-list-desc a:hover:link, .mceContentBody ul a:hover:link, .wysiwyg ul a:hover:link, .m-list-desc a:hover:visited, .mceContentBody ul a:hover:visited, .wysiwyg ul a:hover:visited {
    text-decoration: none;
  }
}

.m-list-desc > li, .mceContentBody ul > li, .wysiwyg ul > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 10px;
  padding-left: 1.5em;
}

.m-list-desc > li > ul, .mceContentBody ul > li > ul, .wysiwyg ul > li > ul,
.m-list-desc > li > ol,
.mceContentBody ul > li > ol,
.wysiwyg ul > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media screen and (min-width: 768px) {
  .m-list-desc > li > ul, .mceContentBody ul > li > ul, .wysiwyg ul > li > ul,
  .m-list-desc > li > ol,
  .mceContentBody ul > li > ol,
  .wysiwyg ul > li > ol {
    margin-top: 5px;
  }
}

.m-list-desc > li > ul > li, .mceContentBody ul > li > ul > li, .wysiwyg ul > li > ul > li,
.m-list-desc > li > ol > li,
.mceContentBody ul > li > ol > li,
.wysiwyg ul > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .m-list-desc > li > ul > li, .mceContentBody ul > li > ul > li, .wysiwyg ul > li > ul > li,
  .m-list-desc > li > ol > li,
  .mceContentBody ul > li > ol > li,
  .wysiwyg ul > li > ol > li {
    padding-left: 18px;
  }
}

.m-list-desc > 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,
.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, .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,
.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, .mceContentBody ul > li > ul > li:before, .wysiwyg ul > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .95em;
}

@media screen and (min-width: 768px) {
  .m-list-desc > li > ul > li:before, .mceContentBody ul > li > ul > li:before, .wysiwyg ul > li > ul > li:before {
    width: 4px;
    height: 4px;
    left: 7px;
    top: .95em;
  }
}

@media screen and (min-width: 768px) {
  .m-list-desc > li, .mceContentBody ul > li, .wysiwyg ul > li {
    margin-top: 5px;
    padding-left: 1.7em;
  }
}

.m-list-desc > li:first-child, .mceContentBody ul > li:first-child, .wysiwyg ul > li:first-child {
  margin-top: 0;
}

.m-list-desc > li:before, .mceContentBody ul > li:before, .wysiwyg ul > li:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  top: .80em;
  left: 5px;
}

@media screen and (min-width: 768px) {
  .m-list-desc > li:before, .mceContentBody ul > li:before, .wysiwyg ul > li:before {
    width: 15px;
    height: 15px;
    top: .6em;
    left: 6px;
  }
}

.m-list-num, .mceContentBody ol,
.wysiwyg ol {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-list-num, .mceContentBody ol,
  .wysiwyg ol {
    margin-top: 20px;
  }
}

.m-list-num 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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-list-num 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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-list-num 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, .mceContentBody ol a[href$=".docx"]:not(.noticon):after, .wysiwyg ol a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-list-num 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, .mceContentBody ol a[href$=".xlsx"]:not(.noticon):after, .wysiwyg ol a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-list-num 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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-num a:link, .mceContentBody ol a:link, .wysiwyg ol a:link, .m-list-num a:visited, .mceContentBody ol a:visited, .wysiwyg ol a:visited {
  text-decoration: underline;
}

[data-whatinput="keyboard"] .m-list-num a:focus:link, [data-whatinput="keyboard"] .mceContentBody ol a:focus:link, .mceContentBody [data-whatinput="keyboard"] ol a:focus:link, [data-whatinput="keyboard"] .wysiwyg ol a:focus:link, .wysiwyg [data-whatinput="keyboard"] ol a:focus:link, [data-whatinput="keyboard"] .m-list-num a:focus:visited, [data-whatinput="keyboard"] .mceContentBody ol a:focus:visited, .mceContentBody [data-whatinput="keyboard"] ol a:focus:visited, [data-whatinput="keyboard"] .wysiwyg ol a:focus:visited, .wysiwyg [data-whatinput="keyboard"] ol a:focus:visited {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .m-list-num a:hover:link, .mceContentBody ol a:hover:link, .wysiwyg ol a:hover:link, .m-list-num a:hover:visited, .mceContentBody ol a:hover:visited, .wysiwyg ol a:hover:visited {
    text-decoration: none;
  }
}

.m-list-num > li, .mceContentBody ol > li, .wysiwyg ol > li {
  margin-top: 20px;
  padding-left: 1.5em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.m-list-num > li > ul, .mceContentBody ol > li > ul, .wysiwyg ol > li > ul,
.m-list-num > li > ol,
.mceContentBody ol > li > ol,
.wysiwyg ol > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media screen and (min-width: 768px) {
  .m-list-num > li > ul, .mceContentBody ol > li > ul, .wysiwyg ol > li > ul,
  .m-list-num > li > ol,
  .mceContentBody ol > li > ol,
  .wysiwyg ol > li > ol {
    margin-top: 5px;
  }
}

.m-list-num > li > ul > li, .mceContentBody ol > li > ul > li, .wysiwyg ol > li > ul > li,
.m-list-num > li > ol > li,
.mceContentBody ol > li > ol > li,
.wysiwyg ol > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .m-list-num > li > ul > li, .mceContentBody ol > li > ul > li, .wysiwyg ol > li > ul > li,
  .m-list-num > li > ol > li,
  .mceContentBody ol > li > ol > li,
  .wysiwyg ol > li > ol > li {
    padding-left: 18px;
  }
}

.m-list-num > 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,
.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, .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,
.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, .mceContentBody ol > li > ul > li:before, .wysiwyg ol > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .95em;
}

@media screen and (min-width: 768px) {
  .m-list-num > li > ul > li:before, .mceContentBody ol > li > ul > li:before, .wysiwyg ol > li > ul > li:before {
    width: 4px;
    height: 4px;
    left: 7px;
    top: .95em;
  }
}

@media screen and (min-width: 768px) {
  .m-list-num > li, .mceContentBody ol > li, .wysiwyg ol > li {
    margin-top: 5px;
  }
}

.m-list-num > li:first-child, .mceContentBody ol > li:first-child, .wysiwyg ol > li:first-child {
  margin-top: 0;
}

.m-list-num > 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 screen and (min-width: 768px) {
  .m-list-num > li:before, .mceContentBody ol > li:before, .wysiwyg ol > li:before {
    margin-left: -1.5em;
  }
}

.m-list-num2 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-list-num2 {
    margin-top: 20px;
  }
}

.m-list-num2 a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-list-num2 a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-list-num2 a[href$=".doc"]:not(.noticon):after, .m-list-num2 a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-list-num2 a[href$=".xls"]:not(.noticon):after, .m-list-num2 a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-list-num2 a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-num2 a:link, .m-list-num2 a:visited {
  text-decoration: underline;
}

[data-whatinput="keyboard"] .m-list-num2 a:focus:link, [data-whatinput="keyboard"] .m-list-num2 a:focus:visited {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .m-list-num2 a:hover:link, .m-list-num2 a:hover:visited {
    text-decoration: none;
  }
}

.m-list-num2 > li {
  padding-left: 2.0em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.m-list-num2 > li > ul,
.m-list-num2 > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media screen and (min-width: 768px) {
  .m-list-num2 > li > ul,
  .m-list-num2 > li > ol {
    margin-top: 5px;
  }
}

.m-list-num2 > li > ul > li,
.m-list-num2 > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .m-list-num2 > li > ul > li,
  .m-list-num2 > li > ol > li {
    padding-left: 18px;
  }
}

.m-list-num2 > li > ul.m-list-asterisk > li,
.m-list-num2 > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.m-list-num2 > li > ul.m-list-asterisk > li:before,
.m-list-num2 > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-num2 > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .95em;
}

@media screen and (min-width: 768px) {
  .m-list-num2 > li > ul > li:before {
    width: 4px;
    height: 4px;
    left: 7px;
    top: .95em;
  }
}

@media screen and (min-width: 768px) {
  .m-list-num2 > li {
    padding-left: 2.0em;
  }
}

.m-list-num2 > li:first-child {
  margin-top: 0;
}

.m-list-num2 > li:nth-child(n):before {
  content: "\ff08" counter(number) "\ff09";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.10em;
  height: auto;
  width: auto;
  background: none;
  top: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-list-num2 > li:nth-child(n):before {
    margin-left: -2.1em;
  }
}

/*-----------------
	数字付きリスト
	① ② ③
-----------------*/
.m-list-num3 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-list-num3 {
    margin-top: 20px;
  }
}

.m-list-num3 a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-list-num3 a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-list-num3 a[href$=".doc"]:not(.noticon):after, .m-list-num3 a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-list-num3 a[href$=".xls"]:not(.noticon):after, .m-list-num3 a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-list-num3 a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-num3 a:link, .m-list-num3 a:visited {
  text-decoration: underline;
}

[data-whatinput="keyboard"] .m-list-num3 a:focus:link, [data-whatinput="keyboard"] .m-list-num3 a:focus:visited {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .m-list-num3 a:hover:link, .m-list-num3 a:hover:visited {
    text-decoration: none;
  }
}

.m-list-num3 > li {
  padding-left: 1.2em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  list-style: none !important;
}

.m-list-num3 > li > ul,
.m-list-num3 > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media screen and (min-width: 768px) {
  .m-list-num3 > li > ul,
  .m-list-num3 > li > ol {
    margin-top: 5px;
  }
}

.m-list-num3 > li > ul > li,
.m-list-num3 > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .m-list-num3 > li > ul > li,
  .m-list-num3 > li > ol > li {
    padding-left: 18px;
  }
}

.m-list-num3 > li > ul.m-list-asterisk > li,
.m-list-num3 > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.m-list-num3 > li > ul.m-list-asterisk > li:before,
.m-list-num3 > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-num3 > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .95em;
}

@media screen and (min-width: 768px) {
  .m-list-num3 > li > ul > li:before {
    width: 4px;
    height: 4px;
    left: 7px;
    top: .95em;
  }
}

@media screen and (min-width: 768px) {
  .m-list-num3 > li {
    padding-left: 1.2em;
  }
}

.m-list-num3 > li:first-child {
  margin-top: 0;
}

.m-list-num3 > li:before {
  margin-left: -1.0em;
  left: -2px;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .m-list-num3 > li:before {
    margin-left: -1.0em;
  }
}

.m-list-num3 > li:nth-child(1):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(1):before {
  content: "\2460";
}

.m-list-num3 > li:nth-child(2):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(2):before {
  content: "\2461";
}

.m-list-num3 > li:nth-child(3):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(3):before {
  content: "\2462";
}

.m-list-num3 > li:nth-child(4):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(4):before {
  content: "\2463";
}

.m-list-num3 > li:nth-child(5):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(5):before {
  content: "\2464";
}

.m-list-num3 > li:nth-child(6):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(6):before {
  content: "\2465";
}

.m-list-num3 > li:nth-child(7):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(7):before {
  content: "\2466";
}

.m-list-num3 > li:nth-child(8):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(8):before {
  content: "\2467";
}

.m-list-num3 > li:nth-child(9):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(9):before {
  content: "\2468";
}

.m-list-num3 > li:nth-child(10):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(10):before {
  content: "\2469";
}

.m-list-num3 > li:nth-child(11):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(11):before {
  content: "\246a";
}

.m-list-num3 > li:nth-child(12):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(12):before {
  content: "\246b";
}

.m-list-num3 > li:nth-child(13):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(13):before {
  content: "\246c";
}

.m-list-num3 > li:nth-child(14):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(14):before {
  content: "\246d";
}

.m-list-num3 > li:nth-child(15):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(15):before {
  content: "\246e";
}

.m-list-num3 > li:nth-child(16):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(16):before {
  content: "\246f";
}

.m-list-num3 > li:nth-child(17):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(17):before {
  content: "\2470";
}

.m-list-num3 > li:nth-child(18):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(18):before {
  content: "\2471";
}

.m-list-num3 > li:nth-child(19):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(19):before {
  content: "\2472";
}

.m-list-num3 > li:nth-child(20):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.m-list-num3 > li:nth-child(20):before {
  content: "\2473";
}

ul.m-list-asterisk {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

ul.m-list-asterisk .fzs {
  font-size: 10px;
  font-size: 1rem;
}

@media 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 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 screen and (min-width: 768px) {
  ul.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  ul.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

ul.m-list-asterisk a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

ul.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

ul.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

ul.m-list-asterisk a:link, ul.m-list-asterisk a:visited {
  text-decoration: underline;
}

[data-whatinput="keyboard"] ul.m-list-asterisk a:focus:link, [data-whatinput="keyboard"] ul.m-list-asterisk a:focus:visited {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  ul.m-list-asterisk a:hover:link, ul.m-list-asterisk a:hover:visited {
    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 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 screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul > li,
  ul.m-list-asterisk > li > ol > li {
    padding-left: 18px;
  }
}

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: 2px;
  height: 2px;
  left: 3.5px;
  top: .95em;
}

@media screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul > li:before {
    width: 4px;
    height: 4px;
    left: 7px;
    top: .95em;
  }
}

@media 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 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 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 screen and (min-width: 768px) {
  ol.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  ol.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

ol.m-list-asterisk a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

ol.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

ol.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

ol.m-list-asterisk a:link, ol.m-list-asterisk a:visited {
  text-decoration: underline;
}

[data-whatinput="keyboard"] ol.m-list-asterisk a:focus:link, [data-whatinput="keyboard"] ol.m-list-asterisk a:focus:visited {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  ol.m-list-asterisk a:hover:link, ol.m-list-asterisk a:hover:visited {
    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 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 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 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 screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul > li,
  ol.m-list-asterisk > li > ol > li {
    padding-left: 18px;
  }
}

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: 2px;
  height: 2px;
  left: 3.5px;
  top: .95em;
}

@media screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul > li:before {
    width: 4px;
    height: 4px;
    left: 7px;
    top: .95em;
  }
}

.m-list-news {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-list-news {
    margin-top: 60px;
  }
}

.m-list-news li {
  border-top: solid 1px #bfe6f6;
}

.m-list-news li > a,
.m-list-news li > span {
  color: #000;
  display: block;
  padding: 10px 40px 10px 20px;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.75);
}

@media screen and (min-width: 768px) {
  .m-list-news li > a,
  .m-list-news li > span {
    padding: 15px 60px 15px 30px;
  }
}

.m-list-news li > a .news-date,
.m-list-news li > span .news-date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-list-news li > a .news-date,
  .m-list-news li > span .news-date {
    font-size: 1.4rem;
  }
}

.m-list-news li > a .news-ttl,
.m-list-news li > span .news-ttl {
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .m-list-news li > a .news-ttl,
  .m-list-news li > span .news-ttl {
    font-size: 1.6rem;
  }
}

.m-list-news li > a {
  position: relative;
  transition: all 0.2s ease-out;
  text-decoration: none !important;
}

.m-list-news li > a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-list-news li > a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.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: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-list-news li > a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-news li > a:after {
  position: absolute !important;
  content: '';
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 12px;
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] .m-list-news li > a:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .m-list-news li > a:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    position: relative;
    z-index: 1;
  }
}

.m-list-news li:last-child {
  border-bottom: solid 1px #bfe6f6;
}

.m-list-image {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-list-image {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 40px;
  }
}

@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: 40px;
  }
  .m-list-image > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 40px;
  }
}

@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: 40px;
  }
}

@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;
}

@media screen and (min-width: 768px) {
  .m-list-image ul li .image-img {
    text-align: left;
  }
}

.m-list-image ul li .image-img > svg {
  height: auto;
}

.m-list-image ul li .image-img.is-inlinesvg {
  position: relative;
}

.m-list-image ul li .image-img.is-inlinesvg > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-list-image ul li .image-img.is-inlinesvg.inlinesvg-400 {
  padding-top: 45.4545%;
}

.m-list-image ul li .image-img.is-inlinesvg.inlinesvg-350 {
  padding-top: 39.7727%;
}

.m-list-image ul li .image-img.is-inlinesvg.inlinesvg-584 {
  padding-top: 66.3636%;
}

.m-list-image ul li .item-ttl,
.m-list-image ul li .item-desc {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-list-image ul li .item-ttl,
  .m-list-image ul li .item-desc {
    margin-top: 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 screen and (min-width: 768px) {
  .m-list-image.image-position-left {
    float: left;
    margin-right: 80px;
    padding-right: 80px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-image.image-position-left {
    margin-right: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .m-list-image.image-position-left ul {
    margin: 0;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .m-list-image.image-position-left ul li {
    width: auto !important;
    padding: 0 !important;
  }
}

@media 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 screen and (min-width: 768px) {
  .m-list-image.image-position-right {
    float: right;
    margin-left: 80px;
    padding-left: 80px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-image.image-position-right {
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .m-list-image.image-position-right ul {
    margin: 0;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .m-list-image.image-position-right ul li {
    width: auto !important;
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-list-image.image-position-right ul li:nth-child(n + 2) {
    margin-top: 15px;
  }
}

@media 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 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 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;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-list-image .image-title {
    margin-top: 15px;
  }
}

.m-list-image .image-desc {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .m-list-image .image-desc {
    font-size: 1.4rem;
  }
}

.m-list-image .image-title + .image-desc {
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .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% - 20px);
  max-height: calc(100% - 20px);
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 1025px) {
  .content-main .m-list-image.image-position-left {
    margin-right: 45px;
    padding-right: 45px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-main .m-list-image.image-position-left {
    margin-right: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .content-main .m-list-image.image-position-right {
    margin-left: 45px;
    padding-left: 45px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-main .m-list-image.image-position-right {
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

.m-list-link {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-list-link {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .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-list-link > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 10px;
  }
  .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-list-link > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-link > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-link > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 10px;
  }
}

.m-list-link .link-item {
  border-top: solid 1px #bfe6f6;
}

.m-list-link .link-item:last-child {
  border-bottom: solid 1px #bfe6f6;
}

.m-list-link .link-item .item-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.m-list-link .link-item .item-inner .item-img {
  width: 50px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .m-list-link .link-item .item-inner .item-img {
    width: 60px;
  }
}

.m-list-link .link-item .item-inner .item-img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s ease-out;
}

.m-list-link .link-item .item-inner .item-text {
  width: calc(100% - 50px);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  padding: 5px 20px;
  position: relative;
  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;
  min-height: 50px;
}

@media screen and (min-width: 768px) {
  .m-list-link .link-item .item-inner .item-text {
    transition: all 0.3s ease-out;
    font-size: 1.6rem;
    width: calc(100% - 60px);
    padding: 15px 30px;
    min-height: 60px;
  }
}

.m-list-link .link-item .item-inner .item-text span {
  text-align: left;
  padding-right: 20px;
  display: block;
  position: relative;
}

.m-list-link .link-item .item-inner .item-text span:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 8px;
  height: 12px;
  background-size: 100% auto;
  transition: all 0.3s ease-out;
}

.m-list-link .link-item .item-inner[target="_blank"] span:after {
  background-image: url(../svg/i_blank.svg);
  width: 14px;
  height: 12px;
}

.m-list-link .link-item .item-inner.bx .item-img:before {
  background-image: url(../images/p_bx_btn.jpg);
}

.m-list-link .link-item .item-inner.de .item-img:before {
  background-image: url(../images/p_de_btn.jpg);
}

.m-list-link .link-item .item-inner.bi .item-img:before {
  background-image: url(../images/p_bi_btn.jpg);
}

.m-list-link .link-item .item-inner.ii .item-img:before {
  background-image: url(../images/p_ii_btn.jpg);
}

.m-list-link .link-item .item-inner.si .item-img:before {
  background-image: url(../images/p_si_btn.jpg);
}

.m-list-link .link-item .item-inner.hs .item-img:before {
  background-image: url(../images/p_hs_btn.jpg);
}

.m-list-link .link-item .item-inner.kinveni .item-img:before {
  background-image: url(../images/p_kinveni_btn.jpg);
}

[data-whatinput="keyboard"] .m-list-link .link-item .item-inner:focus .item-img:before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

[data-whatinput="keyboard"] .m-list-link .link-item .item-inner:focus .item-text {
  color: #019cdc;
}

[data-whatinput="keyboard"] .m-list-link .link-item .item-inner:focus .item-text span:after {
  background-image: url(../svg/i_arrow.svg?c=019cdc);
}

[data-whatinput="keyboard"] .m-list-link .link-item .item-inner:focus[target="_blank"] span:after {
  background-image: url(../svg/i_blank.svg?c=019cdc);
}

@media screen and (min-width: 1025px) {
  .m-list-link .link-item .item-inner:hover .item-img:before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .m-list-link .link-item .item-inner:hover .item-text {
    color: #019cdc;
  }
  .m-list-link .link-item .item-inner:hover .item-text span:after {
    background-image: url(../svg/i_arrow.svg?c=019cdc);
  }
  .m-list-link .link-item .item-inner:hover[target="_blank"] span:after {
    background-image: url(../svg/i_blank.svg?c=019cdc);
  }
}

.m-list-voice {
  position: relative;
}

.m-list-voice.top {
  position: relative;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .m-list-voice.top {
    padding-bottom: 90px;
  }
}

.m-list-voice.top:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  top: 36vw;
  margin: auto;
  right: 0;
  background-color: #019cdc;
}

@media screen and (min-width: 768px) {
  .m-list-voice.top:before {
    top: 140px;
  }
}

.m-list-voice.top [data-fixed] {
  position: relative;
}

.m-list-voice.top [data-fixed] .voice-inner .swiper-scrollbar {
  background-color: #bfe6f6;
}

.m-list-voice.top [data-fixed] .voice-inner .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #004e6e;
}

.m-list-voice.top [data-fixed] .voice-inner .voice-inner2 .voice-item .m-box-card .card-solution:after {
  background-color: #fff;
}

.m-list-voice.top [data-fixed] .swiper-btn-prev,
.m-list-voice.top [data-fixed] .swiper-btn-next {
  background-color: #019cdc;
  margin-top: -85px;
}

@media screen and (min-width: 1025px) {
  .m-list-voice.top [data-fixed] .swiper-btn-prev,
  .m-list-voice.top [data-fixed] .swiper-btn-next {
    margin-top: -105px;
  }
}

.m-list-voice.top [data-fixed] .swiper-btn-prev:before,
.m-list-voice.top [data-fixed] .swiper-btn-next:before {
  background-image: url(../svg/i_arrow.svg?c=fff);
}

@media screen and (min-width: 768px) {
  .m-list-voice.top [data-fixed] .swiper-btn-prev:before,
  .m-list-voice.top [data-fixed] .swiper-btn-next:before {
    background-image: url(../svg/i_arrow2.svg?c=fff);
  }
}

[data-whatinput="keyboard"] .m-list-voice.top [data-fixed] .swiper-btn-prev:focus, [data-whatinput="keyboard"]
.m-list-voice.top [data-fixed] .swiper-btn-next:focus {
  background-color: #fff;
  border-color: #fff;
}

[data-whatinput="keyboard"] .m-list-voice.top [data-fixed] .swiper-btn-prev:focus:before, [data-whatinput="keyboard"]
.m-list-voice.top [data-fixed] .swiper-btn-next:focus:before {
  background-image: url(../svg/i_arrow2.svg?c=019cdc);
}

@media screen and (min-width: 1025px) {
  .m-list-voice.top [data-fixed] .swiper-btn-prev:hover,
  .m-list-voice.top [data-fixed] .swiper-btn-next:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .m-list-voice.top [data-fixed] .swiper-btn-prev:hover:before,
  .m-list-voice.top [data-fixed] .swiper-btn-next:hover:before {
    background-image: url(../svg/i_arrow2.svg?c=019cdc);
  }
}

.m-list-voice.top [data-fixed] .swiper-btn-prev {
  left: 20px;
}

@media screen and (min-width: 1025px) {
  .m-list-voice.top [data-fixed] .swiper-btn-prev {
    left: 15px;
  }
}

.m-list-voice.top [data-fixed] .swiper-btn-next {
  right: 20px;
}

@media screen and (min-width: 1025px) {
  .m-list-voice.top [data-fixed] .swiper-btn-next {
    right: 15px;
  }
}

.m-list-voice.no-slider .voice-inner {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-voice.no-slider .voice-inner .voice-inner2 {
    margin: 0 -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-voice.no-slider .voice-inner .voice-inner2 {
    margin: 0 -40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.m-list-voice.no-slider .voice-inner .voice-inner2 .voice-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-voice.no-slider .voice-inner .voice-inner2 .voice-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-voice.no-slider .voice-inner .voice-inner2 .voice-item {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-voice.no-slider .voice-inner .voice-inner2 .voice-item:nth-child(n+3) {
    margin-top: 45px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-voice.no-slider .voice-inner .voice-inner2 .voice-item:nth-child(n+4) {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-voice.no-slider .voice-inner .voice-inner2 .voice-item + .voice-item {
    margin-top: 60px;
  }
}

.m-list-voice .voice-inner {
  padding: 0 40px;
  margin: 0 -20px;
}

@media screen and (min-width: 768px) {
  .m-list-voice .voice-inner {
    padding: 0;
    margin: 0;
  }
}

.m-list-voice .voice-inner .voice-inner2 .voice-item {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transition: opacity 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .m-list-voice .voice-inner .voice-inner2 .voice-item {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.m-list-voice .voice-inner .voice-inner2 .voice-item.swiper-slide-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-list-voice .voice-inner .swiper-scrollbar {
  height: 8px;
  background-color: #bfe6f6;
  left: 0;
  right: 0;
  margin: 30px -20px 0;
  bottom: 0;
  width: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-list-voice .voice-inner .swiper-scrollbar {
    margin: 40px auto 0;
    width: 42.66%;
  }
}

.m-list-voice .voice-inner .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #019cdc;
}

.m-list-voice .swiper-btn-prev,
.m-list-voice .swiper-btn-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 2px #bfe6f6;
  outline: none;
  cursor: pointer;
  top: 50%;
  background-color: #fff;
  z-index: 5;
  margin-top: -45px;
}

@media screen and (min-width: 1025px) {
  .m-list-voice .swiper-btn-prev,
  .m-list-voice .swiper-btn-next {
    width: 60px;
    height: 60px;
    right: -90px;
    transition: all 0.4s ease-out;
    margin-top: -55px;
  }
}

.m-list-voice .swiper-btn-prev:before,
.m-list-voice .swiper-btn-next:before {
  position: absolute;
  content: '';
  background: url(../svg/i_arrow.svg?c=000) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .m-list-voice .swiper-btn-prev:before,
  .m-list-voice .swiper-btn-next:before {
    transition: all 0.4s ease-out;
    background-image: url(../svg/i_arrow2.svg?c=000);
    width: 20px;
    height: 12px;
  }
}

[data-whatinput="keyboard"] .m-list-voice .swiper-btn-prev:focus, [data-whatinput="keyboard"]
.m-list-voice .swiper-btn-next:focus {
  background-color: #019cdc;
  border-color: #019cdc;
}

[data-whatinput="keyboard"] .m-list-voice .swiper-btn-prev:focus:before, [data-whatinput="keyboard"]
.m-list-voice .swiper-btn-next:focus:before {
  background-image: url(../svg/i_arrow2.svg?c=fff);
}

@media screen and (min-width: 1025px) {
  .m-list-voice .swiper-btn-prev:hover,
  .m-list-voice .swiper-btn-next:hover {
    background-color: #019cdc;
    border-color: #019cdc;
  }
  .m-list-voice .swiper-btn-prev:hover:before,
  .m-list-voice .swiper-btn-next:hover:before {
    background-image: url(../svg/i_arrow2.svg?c=fff);
  }
}

.m-list-voice .swiper-btn-prev {
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-voice .swiper-btn-prev {
    left: -40px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-voice .swiper-btn-prev {
    left: -75px;
  }
}

.m-list-voice .swiper-btn-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-list-voice .swiper-btn-next {
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-voice .swiper-btn-next {
    right: -40px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-voice .swiper-btn-next {
    right: -75px;
  }
}

.m-list-thumbnail {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .m-list-thumbnail {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 90px;
  }
}

@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: 90px;
  }
  .m-list-thumbnail > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 90px;
  }
}

@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: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-thumbnail > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-thumbnail > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 60px;
  }
}

.m-list-thumbnail img {
  height: auto;
}

.m-list-thumbnail .thumbnail-item {
  position: relative;
  background-color: #fff;
  border: solid 1px #bfe6f6;
  display: block;
  text-decoration: none;
  box-shadow: 0px 15px 15px -12px rgba(0, 0, 0, 0.25);
}

.m-list-thumbnail .thumbnail-item[target='_blank']:not(.noticon) > .item-body > .body-more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-list-thumbnail .thumbnail-item[href$=".pdf"]:not(.noticon) > .item-body > .body-more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-list-thumbnail .thumbnail-item[href$=".doc"]:not(.noticon) > .item-body > .body-more:after, .m-list-thumbnail .thumbnail-item[href$=".docx"]:not(.noticon) > .item-body > .body-more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-list-thumbnail .thumbnail-item[href$=".xls"]:not(.noticon) > .item-body > .body-more:after, .m-list-thumbnail .thumbnail-item[href$=".xlsx"]:not(.noticon) > .item-body > .body-more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-list-thumbnail .thumbnail-item[href$=".zip"]:not(.noticon) > .item-body > .body-more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-thumbnail .thumbnail-item .item-img {
  overflow: hidden;
}

.m-list-thumbnail .thumbnail-item .item-img img {
  transition: all .3s ease-out;
}

.m-list-thumbnail .thumbnail-item .item-body {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .m-list-thumbnail .thumbnail-item .item-body {
    padding: 20px 30px 25px;
  }
}

.m-list-thumbnail .thumbnail-item .item-body .body-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-list-thumbnail .thumbnail-item .item-body .body-ttl {
    font-size: 2.4rem;
  }
}

.m-list-thumbnail .thumbnail-item .item-body .body-desc {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .m-list-thumbnail .thumbnail-item .item-body .body-desc {
    margin-top: 10px;
  }
}

.m-list-thumbnail .thumbnail-item .item-body .body-more {
  margin-top: 5px;
  line-height: 1.5;
  text-align: right;
  display: block;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .m-list-thumbnail .thumbnail-item .item-body .body-more {
    margin-top: 15px;
  }
}

.m-list-thumbnail .thumbnail-item .item-body .body-more:after {
  position: absolute;
  content: '';
  top: 0.2em;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 8px;
  height: 12px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] .m-list-thumbnail .thumbnail-item:focus .item-img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (min-width: 1025px) {
  .m-list-thumbnail .thumbnail-item:hover .item-img > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.m-list-thumbnail.link-position-center > ul {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-list-thumbnail.link-position-right > ul {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .m-list-thumbnail.col1 .thumbnail-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-list-thumbnail.col1 .thumbnail-item .item-img {
  position: relative;
  padding-top: 50%;
}

@media screen and (min-width: 768px) {
  .m-list-thumbnail.col1 .thumbnail-item .item-img {
    width: 50%;
    padding-top: 0;
  }
}

.m-list-thumbnail.col1 .thumbnail-item .item-img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease-out;
}

.m-list-thumbnail.col1 .thumbnail-item .item-img.message:before {
  background-image: url(../images/p_message_thumb.jpg);
}

.m-list-thumbnail.col1 .thumbnail-item .item-img.new:before {
  background-image: url(../images/p_new_thumb.jpg);
}

.m-list-thumbnail.col1 .thumbnail-item .item-img.hs-login:before {
  background-image: url(../images/p_hs_login_thumb.jpg);
}

.m-list-thumbnail.col1 .thumbnail-item .item-body {
  padding-right: 80px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-thumbnail.col1 .thumbnail-item .item-body {
    width: 50%;
    min-height: 220px;
    padding: 20px 80px 20px 20px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-thumbnail.col1 .thumbnail-item .item-body {
    width: 50%;
    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;
    min-height: 280px;
    padding: 30px 115px;
  }
}

.m-list-thumbnail.col1 .thumbnail-item .item-body:after {
  position: absolute;
  content: '';
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 8px;
  height: 12px;
  background-size: 100% auto;
  transition: all .3s ease-out;
}

@media screen and (min-width: 1025px) {
  .m-list-thumbnail.col1 .thumbnail-item .item-body:after {
    right: 56px;
    left: auto;
    top: 0;
    bottom: 0;
  }
}

.m-list-thumbnail.col1 .thumbnail-item .item-body:before {
  position: absolute;
  content: '';
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border: solid 2px #bfe6f6;
  transition: all .3s ease-out;
}

@media screen and (min-width: 1025px) {
  .m-list-thumbnail.col1 .thumbnail-item .item-body:before {
    left: auto;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-thumbnail.col1 .thumbnail-item .item-body .body-ttl {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-thumbnail.col1 .thumbnail-item .item-body .body-desc {
    text-align: center;
  }
}

.m-list-thumbnail.col1 .thumbnail-item .item-body .body-more {
  display: none;
}

[data-whatinput="keyboard"] .m-list-thumbnail.col1 .thumbnail-item:focus .item-img:before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

[data-whatinput="keyboard"] .m-list-thumbnail.col1 .thumbnail-item:focus .item-body:after {
  background-image: url(../svg/i_arrow.svg?c=fff);
}

[data-whatinput="keyboard"] .m-list-thumbnail.col1 .thumbnail-item:focus .item-body:before {
  background-color: #019cdc;
  border-color: #019cdc;
}

@media screen and (min-width: 1025px) {
  .m-list-thumbnail.col1 .thumbnail-item:hover .item-img:before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .m-list-thumbnail.col1 .thumbnail-item:hover .item-body:after {
    background-image: url(../svg/i_arrow.svg?c=fff);
  }
  .m-list-thumbnail.col1 .thumbnail-item:hover .item-body:before {
    background-color: #019cdc;
    border-color: #019cdc;
  }
}

.m-list-btn {
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {
  .m-list-btn > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-btn > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-btn > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media 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: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-btn > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-btn {
    margin-top: 20px;
  }
}

.m-list-btn .m-btn-simple {
  width: 100%;
}

.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-anchor {
  margin: 60px 0 10px;
}

@media screen and (min-width: 1025px) {
  .m-list-anchor > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-anchor > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-anchor > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .m-list-anchor > [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-list-anchor > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 10px;
  }
  .m-list-anchor > [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-list-anchor > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-anchor > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-anchor > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .m-list-anchor {
    margin: 90px 0 0px;
  }
}

.m-list-anchor.anchor-sumbnail {
  margin: 40px 0 10px;
}

@media screen and (min-width: 768px) {
  .m-list-anchor.anchor-sumbnail {
    margin: 45px 0 0px;
  }
}

@media screen and (min-width: 768px) {
  .m-list-anchor.anchor-sumbnail > ul {
    margin: 0 -15px !important;
  }
}

.m-list-anchor.anchor-sumbnail > ul > li {
  margin-top: 20px !important;
}

.m-list-anchor.anchor-sumbnail > ul > li:first-child {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .m-list-anchor.anchor-sumbnail > ul > li {
    margin-top: 0 !important;
    padding: 0 15px !important;
  }
}

.m-list-anchor .m-btn-anchor {
  width: 100%;
}

.m-table-common, .mceContentBody table,
.wysiwyg table {
  width: 100%;
  margin-top: 60px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-table-common .fzs, .mceContentBody table .fzs, .wysiwyg table .fzs {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .m-table-common .fzs, .mceContentBody table .fzs, .wysiwyg table .fzs {
    font-size: 1.4rem;
  }
}

.m-table-common .fzm, .mceContentBody table .fzm, .wysiwyg table .fzm {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .m-table-common .fzm, .mceContentBody table .fzm, .wysiwyg table .fzm {
    font-size: 1.6rem;
  }
}

.m-table-common .fzl, .mceContentBody table .fzl, .wysiwyg table .fzl {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .m-table-common .fzl, .mceContentBody table .fzl, .wysiwyg table .fzl {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .m-table-common, .mceContentBody table,
  .wysiwyg table {
    font-size: 1.6rem;
    margin-top: 90px;
  }
}

.m-table-common a:link, .mceContentBody table a:link, .wysiwyg table a:link, .m-table-common a:visited, .mceContentBody table a:visited, .wysiwyg table a:visited {
  text-decoration: underline;
}

[data-whatinput="keyboard"] .m-table-common a:focus:link, [data-whatinput="keyboard"] .mceContentBody table a:focus:link, .mceContentBody [data-whatinput="keyboard"] table a:focus:link, [data-whatinput="keyboard"] .wysiwyg table a:focus:link, .wysiwyg [data-whatinput="keyboard"] table a:focus:link, [data-whatinput="keyboard"] .m-table-common a:focus:visited, [data-whatinput="keyboard"] .mceContentBody table a:focus:visited, .mceContentBody [data-whatinput="keyboard"] table a:focus:visited, [data-whatinput="keyboard"] .wysiwyg table a:focus:visited, .wysiwyg [data-whatinput="keyboard"] table a:focus:visited {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .m-table-common a:hover:link, .mceContentBody table a:hover:link, .wysiwyg table a:hover:link, .m-table-common a:hover:visited, .mceContentBody table a:hover:visited, .wysiwyg table a:hover:visited {
    text-decoration: none;
  }
}

.m-table-common tbody tr th, .mceContentBody table tbody tr th, .wysiwyg table tbody tr th, .m-table-common tbody tr td, .mceContentBody table tbody tr td, .wysiwyg table tbody tr td, .m-table-common thead tr th, .mceContentBody table thead tr th, .wysiwyg table thead tr th, .m-table-common thead tr td, .mceContentBody table thead tr td, .wysiwyg table thead tr td {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #bfe6f6;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th, .mceContentBody table tbody tr th, .wysiwyg table tbody tr th, .m-table-common tbody tr td, .mceContentBody table tbody tr td, .wysiwyg table tbody tr td, .m-table-common thead tr th, .mceContentBody table thead tr th, .wysiwyg table thead tr th, .m-table-common thead tr td, .mceContentBody table thead tr td, .wysiwyg table thead tr td {
    padding: 20px 30px;
  }
}

.m-table-common tbody tr th, .mceContentBody table tbody tr th, .wysiwyg table tbody tr th, .m-table-common 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, .mceContentBody table tbody tr th > *:first-child, .wysiwyg table tbody tr th > *:first-child, .m-table-common 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, .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, .mceContentBody table thead tr th > *:first-child.m-box-section, .wysiwyg table thead tr th > *:first-child.m-box-section {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .m-table-common 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 + *,
  .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 + *, .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 + *,
  .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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 screen and (min-width: 1025px) {
  .m-table-common 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, .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, .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, .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, .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, .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 th a[target='_blank']:not(.noticon):after, .mceContentBody table tbody tr th a[target='_blank']:not(.noticon):after, .wysiwyg table tbody tr th a[target='_blank']:not(.noticon):after, .m-table-common thead tr th a[target='_blank']:not(.noticon):after, .mceContentBody table thead tr th a[target='_blank']:not(.noticon):after, .wysiwyg table thead tr th a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-table-common tbody tr th a[href$=".pdf"]:not(.noticon):after, .mceContentBody table tbody tr th a[href$=".pdf"]:not(.noticon):after, .wysiwyg table tbody tr th a[href$=".pdf"]:not(.noticon):after, .m-table-common thead tr th a[href$=".pdf"]:not(.noticon):after, .mceContentBody table thead tr th a[href$=".pdf"]:not(.noticon):after, .wysiwyg table thead tr th a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-table-common tbody tr th a[href$=".doc"]:not(.noticon):after, .mceContentBody table tbody tr th a[href$=".doc"]:not(.noticon):after, .wysiwyg table tbody tr th a[href$=".doc"]:not(.noticon):after, .m-table-common tbody tr th a[href$=".docx"]:not(.noticon):after, .mceContentBody table tbody tr th a[href$=".docx"]:not(.noticon):after, .wysiwyg table tbody tr th a[href$=".docx"]:not(.noticon):after, .m-table-common thead tr th a[href$=".doc"]:not(.noticon):after, .mceContentBody table thead tr th a[href$=".doc"]:not(.noticon):after, .wysiwyg table thead tr th a[href$=".doc"]:not(.noticon):after, .m-table-common thead tr th a[href$=".docx"]:not(.noticon):after, .mceContentBody table thead tr th a[href$=".docx"]:not(.noticon):after, .wysiwyg table thead tr th a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-table-common tbody tr th a[href$=".xls"]:not(.noticon):after, .mceContentBody table tbody tr th a[href$=".xls"]:not(.noticon):after, .wysiwyg table tbody tr th a[href$=".xls"]:not(.noticon):after, .m-table-common tbody tr th a[href$=".xlsx"]:not(.noticon):after, .mceContentBody table tbody tr th a[href$=".xlsx"]:not(.noticon):after, .wysiwyg table tbody tr th a[href$=".xlsx"]:not(.noticon):after, .m-table-common thead tr th a[href$=".xls"]:not(.noticon):after, .mceContentBody table thead tr th a[href$=".xls"]:not(.noticon):after, .wysiwyg table thead tr th a[href$=".xls"]:not(.noticon):after, .m-table-common thead tr th a[href$=".xlsx"]:not(.noticon):after, .mceContentBody table thead tr th a[href$=".xlsx"]:not(.noticon):after, .wysiwyg table thead tr th a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-table-common tbody tr th a[href$=".zip"]:not(.noticon):after, .mceContentBody table tbody tr th a[href$=".zip"]:not(.noticon):after, .wysiwyg table tbody tr th a[href$=".zip"]:not(.noticon):after, .m-table-common thead tr th a[href$=".zip"]:not(.noticon):after, .mceContentBody table thead tr th a[href$=".zip"]:not(.noticon):after, .wysiwyg table thead tr th a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-table-common tbody tr th a:link, .mceContentBody table tbody tr th a:link, .wysiwyg table tbody tr th a:link, .m-table-common tbody tr th a:visited, .mceContentBody table tbody tr th a:visited, .wysiwyg table tbody tr th a:visited, .m-table-common thead tr th a:link, .mceContentBody table thead tr th a:link, .wysiwyg table thead tr th a:link, .m-table-common thead tr th a:visited, .mceContentBody table thead tr th a:visited, .wysiwyg table thead tr th a:visited {
  color: #fff;
}

.m-table-common tbody tr td, .mceContentBody table tbody tr td, .wysiwyg table tbody tr td, .m-table-common thead tr td, .mceContentBody table thead tr td, .wysiwyg table thead tr td {
  vertical-align: top;
}

.m-table-common 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, .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, .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, .mceContentBody table thead tr td > *:first-child.m-box-section, .wysiwyg table thead tr td > *:first-child.m-box-section {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .m-table-common 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 + *,
  .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 + *, .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 + *,
  .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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 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, .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, .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 screen and (min-width: 1025px) {
  .m-table-common 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, .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, .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, .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, .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, .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, .mceContentBody table thead th, .wysiwyg table thead th, .m-table-common thead td, .mceContentBody table thead td, .wysiwyg table thead td {
  background: #019cdc;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
}

.m-table-common tbody th, .mceContentBody table tbody th, .wysiwyg table tbody th {
  background: #dff2fa;
  color: #000;
}

.m-table-common tbody td, .mceContentBody table tbody td, .wysiwyg table tbody td {
  background: rgba(255, 255, 255, 0.75);
}

.m-table-common tbody td a[target='_blank']:not(.noticon):after, .mceContentBody table tbody td a[target='_blank']:not(.noticon):after, .wysiwyg table tbody td a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-table-common tbody td a[href$=".pdf"]:not(.noticon):after, .mceContentBody table tbody td a[href$=".pdf"]:not(.noticon):after, .wysiwyg table tbody td a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-table-common tbody td a[href$=".doc"]:not(.noticon):after, .mceContentBody table tbody td a[href$=".doc"]:not(.noticon):after, .wysiwyg table tbody td a[href$=".doc"]:not(.noticon):after, .m-table-common tbody td a[href$=".docx"]:not(.noticon):after, .mceContentBody table tbody td a[href$=".docx"]:not(.noticon):after, .wysiwyg table tbody td a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-table-common tbody td a[href$=".xls"]:not(.noticon):after, .mceContentBody table tbody td a[href$=".xls"]:not(.noticon):after, .wysiwyg table tbody td a[href$=".xls"]:not(.noticon):after, .m-table-common tbody td a[href$=".xlsx"]:not(.noticon):after, .mceContentBody table tbody td a[href$=".xlsx"]:not(.noticon):after, .wysiwyg table tbody td a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-table-common tbody td a[href$=".zip"]:not(.noticon):after, .mceContentBody table tbody td a[href$=".zip"]:not(.noticon):after, .wysiwyg table tbody td a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-table-common thead + tbody tr th, .mceContentBody table thead + tbody tr th, .wysiwyg table thead + tbody tr th {
  color: #000;
}

.m-table-common thead + tbody tr th a, .mceContentBody table thead + tbody tr th a, .wysiwyg table thead + tbody tr th a {
  color: #000;
}

.m-table-common thead + tbody tr th a[target='_blank']:not(.noticon):after, .mceContentBody table thead + tbody tr th a[target='_blank']:not(.noticon):after, .wysiwyg table thead + tbody tr th a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-table-common thead + tbody tr th a[href$=".pdf"]:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$=".pdf"]:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-table-common thead + tbody tr th a[href$=".doc"]:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$=".doc"]:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$=".doc"]:not(.noticon):after, .m-table-common thead + tbody tr th a[href$=".docx"]:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$=".docx"]:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-table-common thead + tbody tr th a[href$=".xls"]:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$=".xls"]:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$=".xls"]:not(.noticon):after, .m-table-common thead + tbody tr th a[href$=".xlsx"]:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$=".xlsx"]:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-table-common thead + tbody tr th a[href$=".zip"]:not(.noticon):after, .mceContentBody table thead + tbody tr th a[href$=".zip"]:not(.noticon):after, .wysiwyg table thead + tbody tr th a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-table-common thead + tbody tr th a:link, .mceContentBody table thead + tbody tr th a:link, .wysiwyg table thead + tbody tr th a:link, .m-table-common thead + tbody tr th a:visited, .mceContentBody table thead + tbody tr th a:visited, .wysiwyg table thead + tbody tr th a:visited {
  color: #000;
}

.m-table-common [align="center"], .mceContentBody table [align="center"], .wysiwyg table [align="center"] {
  text-align: center !important;
}

.m-table-common [align="right"], .mceContentBody table [align="right"], .wysiwyg table [align="right"] {
  text-align: right !important;
}

.m-table-common [valign="top"], .mceContentBody table [valign="top"], .wysiwyg table [valign="top"] {
  vertical-align: top !important;
}

.m-table-common [valign="middle"], .mceContentBody table [valign="middle"], .wysiwyg table [valign="middle"] {
  vertical-align: middle !important;
}

.m-table-common [valign="bottom"], .mceContentBody table [valign="bottom"], .wysiwyg table [valign="bottom"] {
  vertical-align: bottom !important;
}

.m-table-common + .m-txt-p, .mceContentBody table + .m-txt-p, .wysiwyg table + .m-txt-p, .mceContentBody .m-table-common + p, .mceContentBody table + p,
.wysiwyg .m-table-common + p,
.wysiwyg table + p {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-table-common + .m-txt-p, .mceContentBody table + .m-txt-p, .wysiwyg table + .m-txt-p, .mceContentBody .m-table-common + p, .mceContentBody table + p,
  .wysiwyg .m-table-common + p,
  .wysiwyg table + p {
    margin-top: 20px;
  }
}

.m-table-common.table-size-s, .mceContentBody table.table-size-s,
.wysiwyg table.table-size-s {
  font-size: 12px;
  font-size: 1.2rem;
}

.m-table-common.table-size-s .fzs, .mceContentBody table.table-size-s .fzs, .wysiwyg table.table-size-s .fzs {
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .m-table-common.table-size-s .fzs, .mceContentBody table.table-size-s .fzs, .wysiwyg table.table-size-s .fzs {
    font-size: 1rem;
  }
}

.m-table-common.table-size-s .fzm, .mceContentBody table.table-size-s .fzm, .wysiwyg table.table-size-s .fzm {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .m-table-common.table-size-s .fzm, .mceContentBody table.table-size-s .fzm, .wysiwyg table.table-size-s .fzm {
    font-size: 1.2rem;
  }
}

.m-table-common.table-size-s .fzl, .mceContentBody table.table-size-s .fzl, .wysiwyg table.table-size-s .fzl {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .m-table-common.table-size-s .fzl, .mceContentBody table.table-size-s .fzl, .wysiwyg table.table-size-s .fzl {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .m-table-common.table-size-s, .mceContentBody table.table-size-s,
  .wysiwyg table.table-size-s {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .m-table-common.table-size-s th, .mceContentBody table.table-size-s th, .wysiwyg table.table-size-s th, .m-table-common.table-size-s td, .mceContentBody table.table-size-s td, .wysiwyg table.table-size-s td {
    padding: 10px;
  }
}

.m-table-common.is-tablefixed, .mceContentBody table.is-tablefixed,
.wysiwyg table.is-tablefixed {
  table-layout: fixed;
}

.m-table-scroll {
  position: relative;
  margin-top: 20px;
}

.m-table-scroll .scroll-mark {
  display: block;
  position: absolute;
  top: -20px;
  right: 30px;
}

.m-table-scroll .scroll-mark span {
  position: relative;
  display: block;
  width: 66px;
  height: 7px;
  vertical-align: middle;
  text-align: center;
  background-color: #019cdc;
}

.m-table-scroll .scroll-mark span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 13.0px 8px 0;
  border-color: transparent #019cdc transparent transparent;
}

.m-table-scroll .scroll-mark span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.0px;
  border-color: transparent transparent transparent #019cdc;
}

.m-table-scroll .scroll-wrap {
  overflow-x: scroll;
  padding-bottom: 25px;
}

.m-table-scroll .scroll-wrap table {
  margin-top: 0;
  min-width: 750px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar {
  width: 15px;
  height: 8px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 8px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-track-piece:start {
  background: #efefef;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-track-piece:end {
  background: #efefef;
}

.m-table-scroll + .m-txt-p, .mceContentBody .m-table-scroll + p,
.wysiwyg .m-table-scroll + p {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-table-scroll + .m-txt-p, .mceContentBody .m-table-scroll + p,
  .wysiwyg .m-table-scroll + p {
    margin-top: 20px;
  }
}

.m-txt-ttl {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl {
    margin-top: 80px;
  }
}

.m-txt-ttl .ttl-inner .inner-ttl {
  line-height: 1.5;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .inner-ttl {
    font-size: 4.8rem;
  }
}

.m-txt-ttl .ttl-inner .inner-ttl span {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  transition: all 0.3s cubic-bezier(0.14, 0.92, 0.25, 1) 0.2s;
}

.m-txt-ttl .ttl-inner .inner-ttl span:before {
  position: absolute;
  content: '';
  display: block;
  background-color: #019cdc;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.m-txt-ttl.ttl-bg {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl.ttl-bg {
    margin-top: 30px;
  }
}

.m-txt-ttl.ttl-bg > [data-fixed] {
  position: relative;
}

.m-txt-ttl.ttl-bg > [data-fixed] .ttl-img {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl.ttl-bg > [data-fixed] .ttl-img {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl.ttl-bg > [data-fixed] .ttl-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
}

.m-txt-ttl.ttl-bg > [data-fixed] .ttl-img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #dff2fa;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl.ttl-bg > [data-fixed] .ttl-img:before {
    max-width: 960px;
    right: -50px;
  }
}

.m-txt-ttl.ttl-bg > [data-fixed] .ttl-img:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl.ttl-bg > [data-fixed] .ttl-img:after {
    content: none;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl.ttl-bg > [data-fixed] .ttl-img img {
    box-shadow: 0px 15px 15px -12px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    right: -50px;
    max-width: none;
  }
}

.m-txt-ttl.ttl-bg > [data-fixed] .ttl-inner {
  margin-top: -15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl.ttl-bg > [data-fixed] .ttl-inner {
    margin-top: -30px;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl.ttl-bg > [data-fixed] .ttl-inner {
    text-shadow: 4px 4px 0px rgba(255, 255, 255, 0.75);
    margin-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .m-txt-ttl.ttl-bg > [data-fixed] .ttl-inner:before {
    content: '';
    min-height: 320px;
    display: block;
  }
}

.m-txt-ttl.ttl-bg.is-active .ttl-img:before {
  width: 0;
  transition: all 1s cubic-bezier(0.14, 0.92, 0.25, 1);
}

.m-txt-ttl.is-active .ttl-inner .inner-ttl span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.m-txt-ttl.is-active .ttl-inner .inner-ttl span:before {
  left: 101%;
  transition: all 0.4s cubic-bezier(0.14, 0.92, 0.25, 1) 0.5s;
}

.m-txt-ttl2 {
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 35px;
}

.m-txt-ttl2 + * {
  margin-top: 0 !important;
}

.m-txt-ttl2 + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl2 + .image-position-left + *,
  .m-txt-ttl2 + .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 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl2 + [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 {
    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 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-txt-ttl2 {
    font-size: 3.6rem;
    padding-bottom: 25px;
    margin-bottom: 35px;
    margin-top: 70px;
  }
}

.m-txt-ttl2:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  background-color: #019cdc;
  height: 2px;
  width: 50px;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl2:before {
    width: 60px;
  }
}

.m-txt-ttl3 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.m-txt-ttl3 + * {
  margin-top: 0 !important;
}

.m-txt-ttl3 + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl3 + .image-position-left + *,
  .m-txt-ttl3 + .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 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl3 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl3 + [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 {
    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 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-txt-ttl3 {
    font-size: 2.4rem;
    margin-top: 80px;
    margin-bottom: 20px;
  }
}

.m-txt-ttl4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.m-txt-ttl4 + * {
  margin-top: 0 !important;
}

.m-txt-ttl4 + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl4 + .image-position-left + *,
  .m-txt-ttl4 + .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 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl4 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-ttl4 + [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 {
    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 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-txt-ttl4 {
    font-size: 1.8rem;
    margin-top: 65px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.m-txt-ttl4:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background-color: #019cdc;
}

.m-txt-ttl5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.m-txt-ttl5 + * {
  margin-top: 0 !important;
}

.m-txt-ttl5 + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .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 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 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 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 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 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 screen and (min-width: 768px) {
  .m-txt-ttl5 {
    font-size: 1.8rem;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

.m-txt-p, .mceContentBody p,
.wysiwyg p {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-txt-p, .mceContentBody p,
  .wysiwyg p {
    margin-top: 30px;
  }
}

.m-txt-p a, .mceContentBody p a, .wysiwyg p a {
  position: relative;
  display: inline-block;
  word-break: break-all;
}

.m-txt-p a[target='_blank']:not(.noticon):after, .mceContentBody p a[target='_blank']:not(.noticon):after, .wysiwyg p a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-txt-p a[href$=".pdf"]:not(.noticon):after, .mceContentBody p a[href$=".pdf"]:not(.noticon):after, .wysiwyg p a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-txt-p a[href$=".doc"]:not(.noticon):after, .mceContentBody p a[href$=".doc"]:not(.noticon):after, .wysiwyg p a[href$=".doc"]:not(.noticon):after, .m-txt-p a[href$=".docx"]:not(.noticon):after, .mceContentBody p a[href$=".docx"]:not(.noticon):after, .wysiwyg p a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-txt-p a[href$=".xls"]:not(.noticon):after, .mceContentBody p a[href$=".xls"]:not(.noticon):after, .wysiwyg p a[href$=".xls"]:not(.noticon):after, .m-txt-p a[href$=".xlsx"]:not(.noticon):after, .mceContentBody p a[href$=".xlsx"]:not(.noticon):after, .wysiwyg p a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-txt-p a[href$=".zip"]:not(.noticon):after, .mceContentBody p a[href$=".zip"]:not(.noticon):after, .wysiwyg p a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-txt-p a:link, .mceContentBody p a:link, .wysiwyg p a:link, .m-txt-p a:visited, .mceContentBody p a:visited, .wysiwyg p a:visited {
  text-decoration: underline;
}

.m-txt-p a.m-btn-simple, .mceContentBody p a.m-btn-simple, .wysiwyg p a.m-btn-simple {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-txt-p a:focus:link, [data-whatinput="keyboard"] .mceContentBody p a:focus:link, .mceContentBody [data-whatinput="keyboard"] p a:focus:link, [data-whatinput="keyboard"] .wysiwyg p a:focus:link, .wysiwyg [data-whatinput="keyboard"] p a:focus:link, [data-whatinput="keyboard"] .m-txt-p a:focus:visited, [data-whatinput="keyboard"] .mceContentBody p a:focus:visited, .mceContentBody [data-whatinput="keyboard"] p a:focus:visited, [data-whatinput="keyboard"] .wysiwyg p a:focus:visited, .wysiwyg [data-whatinput="keyboard"] p a:focus:visited {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .m-txt-p a:hover:link, .mceContentBody p a:hover:link, .wysiwyg p a:hover:link, .m-txt-p a:hover:visited, .mceContentBody p a:hover:visited, .wysiwyg p a:hover:visited {
    text-decoration: none;
  }
}

.m-txt-p + .m-txt-p, .mceContentBody p + .m-txt-p, .wysiwyg p + .m-txt-p, .mceContentBody .m-txt-p + p, .mceContentBody p + p,
.wysiwyg .m-txt-p + p,
.wysiwyg p + p {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-txt-p + .m-txt-p, .mceContentBody p + .m-txt-p, .wysiwyg p + .m-txt-p, .mceContentBody .m-txt-p + p, .mceContentBody p + p,
  .wysiwyg .m-txt-p + p,
  .wysiwyg p + p {
    margin-top: 15px;
  }
}

.m-txt-copy {
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
}

.m-txt-copy + * {
  margin-top: 0 !important;
}

.m-txt-copy + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-copy + .image-position-left + *,
  .m-txt-copy + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-txt-copy + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-copy + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-copy + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-copy + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-copy + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-copy + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-copy + [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-copy + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-txt-copy {
    font-size: 3.6rem;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.m-txt-copy2 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 60px;
}

.m-txt-copy2 + * {
  margin-top: 0 !important;
}

.m-txt-copy2 + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-copy2 + .image-position-left + *,
  .m-txt-copy2 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-txt-copy2 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-copy2 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-copy2 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-copy2 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-copy2 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-copy2 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-copy2 + [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-copy2 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-txt-copy2 {
    margin-top: 90px;
    font-size: 1.8rem;
  }
}

.m-txt-leader-name {
  margin-top: 10px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .m-txt-leader-name {
    margin-top: 25px;
  }
}

.m-txt-leader-name .name-sub {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .m-txt-leader-name .name-sub {
    font-size: 1.4rem;
  }
}

.m-txt-leader-name .name-main {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: right;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .m-txt-leader-name .name-main {
    font-size: 1.4rem;
  }
}

.m-txt-leader-name .name-main span {
  font-size: 17px;
  font-size: 1.7rem;
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-txt-leader-name .name-main span {
    font-size: 2.4rem;
  }
}

.m-txt-frame-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}

.m-txt-frame-ttl + * {
  margin-top: 0 !important;
}

.m-txt-frame-ttl + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .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 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 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 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 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 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 screen and (min-width: 768px) {
  .m-txt-frame-ttl {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.m-txt-table-caption {
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-txt-table-caption + * {
  margin-top: 0 !important;
}

.m-txt-table-caption + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-table-caption + .image-position-left + *,
  .m-txt-table-caption + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-txt-table-caption + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-table-caption + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-table-caption + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-table-caption + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-table-caption + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-table-caption + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-table-caption + [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-table-caption + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-txt-news-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: .12em;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.m-txt-news-ttl + * {
  margin-top: 0 !important;
}

.m-txt-news-ttl + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-news-ttl + .image-position-left + *,
  .m-txt-news-ttl + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-txt-news-ttl + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-news-ttl + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-news-ttl + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-news-ttl + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-news-ttl + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .m-txt-news-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-news-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-news-ttl + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-txt-news-ttl {
    font-size: 4.0rem;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.m-txt-link {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  text-decoration: none;
}

.m-txt-link[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-txt-link[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-txt-link[href$=".doc"]:not(.noticon):after, .m-txt-link[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-txt-link[href$=".xls"]:not(.noticon):after, .m-txt-link[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-txt-link[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-txt-link:after {
  content: '';
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  top: .7em;
  right: 0;
  margin: auto;
  transition: all .2s ease-out;
}

[data-whatinput="keyboard"] .m-txt-link:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-txt-link:focus:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

@media screen and (min-width: 1025px) {
  .m-txt-link:hover {
    text-decoration: none;
  }
  .m-txt-link:hover:after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.m-txt-anchor {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  transition: all .3s ease-out;
  text-decoration: none;
}

.m-txt-anchor:after {
  content: '';
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  top: .6em;
  right: 0;
  margin: auto;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  transition: all .2s ease-out;
}

[data-whatinput="keyboard"] .m-txt-anchor:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-txt-anchor:focus:after {
  -webkit-transform: rotateZ(90deg) translateX(3px);
          transform: rotateZ(90deg) translateX(3px);
}

@media screen and (min-width: 1025px) {
  .m-txt-anchor:hover {
    text-decoration: none;
  }
  .m-txt-anchor:hover:after {
    -webkit-transform: rotateZ(90deg) translateX(3px);
            transform: rotateZ(90deg) translateX(3px);
  }
}

.m-btn-simple {
  border: solid 2px #bfe6f6;
  display: block;
  padding: 10px 15px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.75);
  transition: all .4s ease-out;
  text-decoration: none !important;
}

.m-btn-simple[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-btn-simple[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-btn-simple[href$=".doc"]:not(.noticon) > span:after, .m-btn-simple[href$=".docx"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-btn-simple[href$=".xls"]:not(.noticon) > span:after, .m-btn-simple[href$=".xlsx"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-btn-simple[href$=".zip"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

@media screen and (min-width: 768px) {
  .m-btn-simple {
    padding: 16px 25px;
  }
}

.m-btn-simple:before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: width .3s ease-out;
  background: #019cdc;
}

.m-btn-simple > span {
  display: block;
  z-index: 1;
  position: relative;
  padding-right: 25px;
}

.m-btn-simple > span:after {
  content: '';
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  display: block;
  position: absolute !important;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .4s ease-out;
}

.m-btn-simple.bg-none {
  background-color: transparent;
  color: #fff;
}

.m-btn-simple.bg-none[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-btn-simple.bg-none[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-btn-simple.bg-none[href$=".doc"]:not(.noticon) > span:after, .m-btn-simple.bg-none[href$=".docx"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-btn-simple.bg-none[href$=".xls"]:not(.noticon) > span:after, .m-btn-simple.bg-none[href$=".xlsx"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-btn-simple.bg-none[href$=".zip"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-btn-simple.bg-none:before {
  background-color: #fff;
}

.m-btn-simple.bg-none span:after {
  background-image: url(../svg/i_arrow.svg?c=fff);
}

.m-btn-simple.btn-under > span:after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

[data-whatinput="keyboard"] .m-btn-simple:focus {
  text-decoration: none;
  color: #fff;
  border-color: #019cdc;
}

[data-whatinput="keyboard"] .m-btn-simple:focus[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

[data-whatinput="keyboard"] .m-btn-simple:focus[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

[data-whatinput="keyboard"] .m-btn-simple:focus[href$=".doc"]:not(.noticon) > span:after, [data-whatinput="keyboard"] .m-btn-simple:focus[href$=".docx"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

[data-whatinput="keyboard"] .m-btn-simple:focus[href$=".xls"]:not(.noticon) > span:after, [data-whatinput="keyboard"] .m-btn-simple:focus[href$=".xlsx"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

[data-whatinput="keyboard"] .m-btn-simple:focus[href$=".zip"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

[data-whatinput="keyboard"] .m-btn-simple:focus:before {
  width: 100%;
  left: 0;
  right: auto;
}

[data-whatinput="keyboard"] .m-btn-simple:focus > span:after {
  background-image: url(../svg/i_arrow.svg?c=fff);
}

[data-whatinput="keyboard"] .m-btn-simple:focus.bg-none {
  color: #019cdc;
  border-color: #fff;
}

[data-whatinput="keyboard"] .m-btn-simple:focus.bg-none[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=019cdc") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

[data-whatinput="keyboard"] .m-btn-simple:focus.bg-none[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=019cdc") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

[data-whatinput="keyboard"] .m-btn-simple:focus.bg-none[href$=".doc"]:not(.noticon) > span:after, [data-whatinput="keyboard"] .m-btn-simple:focus.bg-none[href$=".docx"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=019cdc") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

[data-whatinput="keyboard"] .m-btn-simple:focus.bg-none[href$=".xls"]:not(.noticon) > span:after, [data-whatinput="keyboard"] .m-btn-simple:focus.bg-none[href$=".xlsx"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=019cdc") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

[data-whatinput="keyboard"] .m-btn-simple:focus.bg-none[href$=".zip"]:not(.noticon) > span:after {
  content: '';
  display: block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=019cdc") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

[data-whatinput="keyboard"] .m-btn-simple:focus.bg-none > span:after {
  background-image: url(../svg/i_arrow.svg?c=019cdc);
}

@media screen and (min-width: 1025px) {
  .m-btn-simple:hover {
    text-decoration: none;
    color: #fff;
    border-color: #019cdc;
  }
  .m-btn-simple:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=fff") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.166em;
    height: 1.0em;
  }
  .m-btn-simple:hover[href$=".pdf"]:not(.noticon) > span:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=fff") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.6em;
  }
  .m-btn-simple:hover[href$=".doc"]:not(.noticon) > span:after, .m-btn-simple:hover[href$=".docx"]:not(.noticon) > span:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=fff") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  .m-btn-simple:hover[href$=".xls"]:not(.noticon) > span:after, .m-btn-simple:hover[href$=".xlsx"]:not(.noticon) > span:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=fff") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  .m-btn-simple:hover[href$=".zip"]:not(.noticon) > span:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=fff") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.25em;
    height: 1.25em;
    top: -0.2em;
  }
  .m-btn-simple:hover:before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .m-btn-simple:hover > span:after {
    background-image: url(../svg/i_arrow.svg?c=fff);
  }
  .m-btn-simple:hover.bg-none {
    color: #019cdc;
    border-color: #fff;
  }
  .m-btn-simple:hover.bg-none[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.166em;
    height: 1.0em;
  }
  .m-btn-simple:hover.bg-none[href$=".pdf"]:not(.noticon) > span:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.6em;
  }
  .m-btn-simple:hover.bg-none[href$=".doc"]:not(.noticon) > span:after, .m-btn-simple:hover.bg-none[href$=".docx"]:not(.noticon) > span:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  .m-btn-simple:hover.bg-none[href$=".xls"]:not(.noticon) > span:after, .m-btn-simple:hover.bg-none[href$=".xlsx"]:not(.noticon) > span:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  .m-btn-simple:hover.bg-none[href$=".zip"]:not(.noticon) > span:after {
    content: '';
    display: block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.25em;
    height: 1.25em;
    top: -0.2em;
  }
  .m-btn-simple:hover.bg-none > span:after {
    background-image: url(../svg/i_arrow.svg?c=019cdc);
  }
}

.m-btn-anchor {
  position: relative;
  display: inline-block;
  padding: 20px 25px 20px 55px;
  transition: all .2s ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border: none;
  color: #019cdc;
  text-align: left;
  border: solid 1px #dce3e9;
  font-weight: bold;
}

.m-btn-anchor[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

.m-btn-anchor[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

.m-btn-anchor[href$=".doc"]:not(.noticon) > span:after, .m-btn-anchor[href$=".docx"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-btn-anchor[href$=".xls"]:not(.noticon) > span:after, .m-btn-anchor[href$=".xlsx"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

.m-btn-anchor[href$=".zip"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

@media screen and (min-width: 768px) {
  .m-btn-anchor {
    font-size: 1.6rem;
    letter-spacing: .14em;
    padding: 25px 55px 25px 74px;
  }
}

.m-btn-anchor:link, .m-btn-anchor:visited {
  color: #019cdc;
}

.m-btn-anchor:after {
  content: '';
  background: url(../svg/i_arrow.svg?c=019cdc) center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: calc(20px + .1em);
  right: 19px;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .m-btn-anchor:after {
    width: 26px;
    height: 26px;
    top: calc(20px + .1em);
    right: 19px;
  }
}

.m-btn-anchor .anchor-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  width: 30px;
  height: 30px;
  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 screen and (min-width: 768px) {
  .m-btn-anchor .anchor-img {
    width: 50px;
    height: 50px;
  }
}

[data-whatinput="keyboard"] .m-btn-anchor:focus {
  text-decoration: none;
  border-color: #019cdc;
}

@media screen and (min-width: 1025px) {
  .m-btn-anchor:hover {
    text-decoration: none;
    border-color: #019cdc;
  }
}

.m-btn-anchimg {
  width: 100%;
  border: #bfe6f6 2px solid;
  display: block;
  background: #fff;
  text-decoration: none !important;
}

.m-btn-anchimg .anchor-img {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .m-btn-anchimg .anchor-img {
    height: 150px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.m-btn-anchimg .anchor-img > img {
  width: 100%;
  height: 100%;
  transition: all .2s ease-out;
}

.m-btn-anchimg .anchor-txt {
  position: relative;
  padding: 16px 25px;
  transition: all .2s ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border: none;
  color: #000;
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-btn-anchimg .anchor-txt {
    font-size: 1.8rem;
    letter-spacing: .05em;
    padding: 24px 35px 24px 25px;
  }
}

.m-btn-anchimg .anchor-txt:after {
  content: '';
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  bottom: 0;
  right: 25px;
}

[data-whatinput="keyboard"] .m-btn-anchimg:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-btn-anchimg:focus .anchor-img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

[data-whatinput="keyboard"] .m-btn-anchimg:focus .anchor-txt {
  color: #019cdc;
}

[data-whatinput="keyboard"] .m-btn-anchimg:focus .anchor-txt:after {
  background: url(../svg/i_arrow.svg?c=019cdc) center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 1025px) {
  .m-btn-anchimg:hover {
    text-decoration: none;
  }
  .m-btn-anchimg:hover .anchor-img > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .m-btn-anchimg:hover .anchor-txt {
    color: #019cdc;
  }
  .m-btn-anchimg:hover .anchor-txt:after {
    background: url(../svg/i_arrow.svg?c=019cdc) center no-repeat;
    background-size: 100% auto;
  }
}

.m-btn-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e8f3f7;
  position: relative;
  width: 100%;
}

.m-btn-card .card-inner {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .m-btn-card .card-inner {
    padding: 35px 10px 20px 30px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-btn-card .card-inner {
    padding: 10px 10px 20px 20px;
  }
}

.m-btn-card .card-inner:before {
  content: '';
  background: url(../svg/i_arrow.svg?c=019cdc) center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media screen and (min-width: 768px) {
  .m-btn-card .card-inner:before {
    width: 26px;
    height: 26px;
    bottom: 30px;
    right: 30px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-btn-card .card-inner:before {
    width: 20px;
    height: 20px;
    bottom: 20px;
    right: 20px;
  }
}

.m-btn-card .card-inner .card-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #019cdc;
  display: block;
}

@media screen and (min-width: 768px) {
  .m-btn-card .card-inner .card-ttl {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-btn-card .card-inner .card-ttl {
    font-size: 1.8rem;
  }
}

.m-btn-card .card-inner .card-sub {
  font-size: 10px;
  font-size: 1.0rem;
  margin-top: 5px;
  color: #000;
  text-decoration: none;
  letter-spacing: .12em;
  display: block;
}

@media screen and (min-width: 768px) {
  .m-btn-card .card-inner .card-sub {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.m-btn-card .card-img {
  width: 50%;
  overflow: hidden;
  display: block;
}

.m-btn-card .card-img > img {
  transition: all .3s ease-out;
}

[data-whatinput="keyboard"] .m-btn-card:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-btn-card:focus .card-inner .card-ttl {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-btn-card:focus .card-inner .card-sub {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-btn-card:focus .card-img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (min-width: 1025px) {
  .m-btn-card:hover {
    text-decoration: none;
  }
  .m-btn-card:hover .card-inner .card-ttl {
    text-decoration: none;
  }
  .m-btn-card:hover .card-inner .card-sub {
    text-decoration: none;
  }
  .m-btn-card:hover .card-img > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.m-btn-card.card-icon-plus .card-inner {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .m-btn-card.card-icon-plus .card-inner {
    padding: 40px 10px 40px 30px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-btn-card.card-icon-plus .card-inner {
    padding: 10px 10px 20px 20px;
  }
}

.m-btn-card.card-icon-plus .card-inner:before {
  content: '';
  background: url(../svg/i_plus.svg?c=019cdc) center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media screen and (min-width: 768px) {
  .m-btn-card.card-icon-plus .card-inner:before {
    width: 30px;
    height: 30px;
    bottom: 30px;
    right: 30px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-btn-card.card-icon-plus .card-inner:before {
    width: 20px;
    height: 20px;
    bottom: 20px;
    right: 20px;
  }
}

.m-btn-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.m-btn-icon .icon-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .m-btn-icon .icon-img {
    width: 72px;
  }
}

.m-btn-icon .icon-img > img {
  object-fit: cover;
  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-btn-icon .icon-txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 50px);
  position: relative;
  padding: 5px 20px;
  background-color: #fff;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .m-btn-icon .icon-txt {
    width: calc(100% - 72px);
    padding: 12px 40px 12px 30px;
  }
}

.m-btn-icon .icon-txt:after {
  position: absolute;
  content: '';
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 8px;
  height: 12px;
  background-size: 100% auto;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .m-btn-icon .icon-txt:after {
    right: 20px;
  }
}

[data-whatinput="keyboard"] .m-btn-icon:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-btn-icon:focus .icon-img > img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

[data-whatinput="keyboard"] .m-btn-icon:focus .icon-txt {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-btn-icon:focus .icon-txt:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

@media screen and (min-width: 1025px) {
  .m-btn-icon:hover {
    text-decoration: none;
  }
  .m-btn-icon:hover .icon-img > img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .m-btn-icon:hover .icon-txt {
    text-decoration: none;
  }
  .m-btn-icon:hover .icon-txt:after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@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;
}

.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;
  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;
}

/*! 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-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

/* link style */
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover,
a:active {
  color: #000;
  text-decoration: underline;
}

#l-wrap {
  overflow-x: hidden;
  padding-top: 90px;
  background-color: #f2fafd;
  position: relative;
}

@media screen and (min-width: 1025px) {
  #l-wrap {
    padding-top: 120px;
  }
}

#l-wrap .wrap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 925px;
  background: linear-gradient(to bottom, #e3f2da 0%, rgba(227, 242, 218, 0) 100%);
  transition: all 1.8s cubic-bezier(0.09, 0.63, 0.43, 1);
}

@media screen and (min-width: 768px) {
  #l-wrap .wrap-bg {
    height: 1120px;
  }
}

/* header style */
#l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#l-header .header-overlay {
  transition: opacity 0.3s ease-out;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  top: 0;
}

@media screen and (min-width: 1025px) {
  #l-header .header-overlay {
    top: 120px;
  }
}

.menu-open #l-header .header-overlay,
.search-open #l-header .header-overlay,
.lnav-open #l-header .header-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .header-follow #l-header .header-overlay {
    top: 90px;
  }
}

#l-header .header-outer {
  position: relative;
  transition: all 0.2s ease-out;
  z-index: 150;
}

#l-header .header-outer .outer-top {
  text-align: right;
  font-size: 12px;
  padding: 2px 15px 3px;
  background-color: #e8e9ea;
  font-weight: bold;
  position: relative;
  z-index: 120;
  letter-spacing: 0;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .outer-top {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#l-header .header-outer .outer-top span {
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN';
  margin-right: 5px;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .outer-top span {
    margin-right: 10px;
  }
}

#l-header .header-outer .outer-top a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 12px;
  margin-right: 5px;
  background: url(../svg/i_blank.svg?c=d34045) no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
}

#l-header .header-outer .header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  position: relative;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 200px;
    height: auto;
  }
}

#l-header .header-outer .header-inner .header-logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #019cdc;
  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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 120;
  transition: all 0.3s ease-out;
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo {
    width: 180px;
    height: 180px;
  }
}

#l-header .header-outer .header-inner .header-logo .logo-eng {
  line-height: 1;
}

#l-header .header-outer .header-inner .header-logo .logo-eng img {
  width: 40px;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo .logo-eng img {
    width: 120px;
  }
}

#l-header .header-outer .header-inner .header-logo .logo-jp {
  margin-top: 10px;
  display: none;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo .logo-jp {
    display: block;
    margin-top: 20px;
  }
}

#l-header .header-outer .header-inner .header-logo .logo-jp img {
  width: 80px;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo .logo-jp img {
    width: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .menu-open #l-header .header-outer .header-inner .header-logo {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .menu-open #l-header .header-outer .header-inner .header-logo .logo-eng img {
    width: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .menu-open #l-header .header-outer .header-inner .header-logo .logo-jp {
    display: none;
  }
}

.header-follow #l-header .header-outer .header-inner .header-logo {
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 1025px) {
  .header-follow #l-header .header-outer .header-inner .header-logo {
    width: 90px;
    height: 90px;
  }
}

.header-follow #l-header .header-outer .header-inner .header-logo .logo-eng img {
  width: 40px;
}

@media screen and (min-width: 1025px) {
  .header-follow #l-header .header-outer .header-inner .header-logo .logo-eng img {
    width: 60px;
  }
}

.header-follow #l-header .header-outer .header-inner .header-logo .logo-jp {
  display: none;
}

#l-header .header-outer .header-inner .header-logo.logo-s {
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo.logo-s {
    width: 90px;
    height: 90px;
  }
}

#l-header .header-outer .header-inner .header-logo.logo-s .logo-eng img {
  width: 40px;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo.logo-s .logo-eng img {
    width: 60px;
  }
}

#l-header .header-outer .header-inner .header-logo.logo-s .logo-jp {
  display: none;
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-logo:focus {
  background-color: #0175a5;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo:hover {
    background-color: #0175a5;
  }
}

@media screen and (max-width: 1024px) {
  #l-header .header-outer .header-inner .header-menu {
    padding: 10px 0 20px;
    position: absolute;
    z-index: 110;
    top: 100%;
    width: 100%;
    left: 0;
    right: auto;
    max-height: calc(100vh - 90px);
    max-height: calc(var(--vh, 1vh) * 100 - 90px);
    overflow-y: auto;
    background-color: #019cdc;
    overflow-x: hidden;
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-search {
    margin: 0 20px;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-search .search-input input {
    width: 100%;
    border: none;
    padding: 10px 50px 10px 10px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-search .search-btn .btn-wrap {
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 21px;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-search .search-btn .btn-wrap img {
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-search .search-btn .btn-wrap .btn-txt {
    position: absolute;
    top: -999em;
    left: -999em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list {
    margin-top: 10px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item {
    border-top: solid 1px #fff;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item:last-child {
    border-bottom: solid 1px #fff;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item:not([data-accordion]) .item-inner:after {
    position: absolute;
    content: '';
    background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
    background-size: 100% auto;
    width: 8px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item:not([data-accordion]) .item-inner:after {
    content: none;
  }
}

@media screen and (max-width: 1024px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item[data-accordion] .item-inner:before, #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item[data-accordion] .item-inner:after {
    content: '';
    background-color: #fff;
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item[data-accordion] .item-inner:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: all .6s ease-out;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item[data-accordion] .item-inner:before {
    width: auto;
    height: 1px;
    right: 0;
    top: auto;
  }
}

@media screen and (max-width: 1024px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item[data-accordion] .item-inner:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: all .6s ease-out;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item[data-accordion] .item-inner:after {
    content: none;
  }
}

@media screen and (max-width: 1024px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item.is-active .item-inner:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner {
    display: block;
    color: #fff;
    padding: 15px 50px 15px 20px;
    text-decoration: none;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container {
    border-top: solid 1px #fff;
    padding: 25px 0;
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-ttl {
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list {
    padding: 0 20px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a {
    text-decoration: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[target='_blank']:not(.noticon) > .item-ttl:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=fff") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.166em;
    height: 1.0em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".pdf"]:not(.noticon) > .item-ttl:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=fff") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.6em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".doc"]:not(.noticon) > .item-ttl:after, #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".docx"]:not(.noticon) > .item-ttl:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=fff") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".xls"]:not(.noticon) > .item-ttl:after, #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".xlsx"]:not(.noticon) > .item-ttl:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=fff") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".zip"]:not(.noticon) > .item-ttl:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=fff") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.25em;
    height: 1.25em;
    top: -0.2em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a .item-img {
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a .item-ttl {
    color: #fff;
    line-height: 1.5;
    font-size: 1.4rem;
    display: block;
    padding: 10px 20px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-close {
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-link {
    margin-top: 25px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-link .link-inner {
    padding: 0 20px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-link .link-inner .link-item a {
    color: #fff;
    line-height: 1.5;
    font-size: 1.2rem;
    display: block;
    padding: 10px 0;
  }
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu {
    margin-right: -15px;
    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-inner {
    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-inner .menu-search {
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item {
    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-inner .menu-list > .list-item .item-inner {
    padding: 20px 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner.is-current {
    color: #019cdc;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner[aria-expanded] {
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner[aria-expanded]:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 11px;
    margin: auto;
    background: url(../svg/i_arrow.svg?c=019cdc) center no-repeat;
    width: 8px;
    height: 12px;
    background-size: 100% auto;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
    transition: all 0.3s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner:focus {
    color: #019cdc;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner:focus[aria-expanded] {
    position: relative;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner:focus[aria-expanded]:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner:hover {
    color: #019cdc;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner:hover[aria-expanded] {
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner:hover[aria-expanded]:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner.is-active {
    color: #019cdc;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-inner.is-active:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 69.2%;
    max-width: 900px;
    padding-top: 90px;
    margin: auto;
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container[aria-hidden="false"] {
    display: block;
    -webkit-animation: menu-fade 0.5s ease normal;
            animation: menu-fade 0.5s ease normal;
  }
  @-webkit-keyframes menu-fade {
    0% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
  }
  @keyframes menu-fade {
    0% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-ttl {
    background-color: #019cdc;
    padding-right: 25px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-ttl a {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 15px 45px 15px 25px;
    position: relative;
    text-decoration: none;
    display: inline-block;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-ttl a:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
    width: 8px;
    height: 12px;
    background-size: 100% auto;
    transition: all .3s ease-out;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-ttl a:focus:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-ttl a:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list {
    background-color: #fff;
    max-height: calc(100vh - 270px);
    max-height: calc(var(--vh, 1vh) * 100 - 270px);
    overflow-y: auto;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item {
    border-right: solid 1px #bfe6f6;
    border-bottom: solid 1px #bfe6f6;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a {
    text-decoration: none;
    display: block;
    height: 100%;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[target='_blank']:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=000") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.166em;
    height: 1.0em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".pdf"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.6em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".doc"]:not(.noticon) > .item-ttl > span:after, #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".docx"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=000") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".xls"]:not(.noticon) > .item-ttl > span:after, #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".xlsx"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=000") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[href$=".zip"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=000") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.25em;
    height: 1.25em;
    top: -0.2em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a .item-img {
    overflow: hidden;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a .item-img img {
    transition: all 0.3s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a .item-ttl {
    line-height: 1.5;
    font-weight: bold;
    padding: 25px;
    transition: all 0.3s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a .item-ttl:after {
    transition: all 0.3s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a .item-ttl span {
    padding-right: 25px;
    position: relative;
    display: block;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a .item-ttl span:after {
    position: absolute !important;
    content: '';
    top: 0.5em;
    right: 0;
    margin: auto;
    background: url(../svg/i_arrow.svg) center no-repeat;
    width: 8px;
    height: 12px;
    background-size: 100% auto;
    transition: all .3s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a[target='_blank'] .item-ttl span:after {
    top: 0.2em !important;
    width: 18px !important;
    height: 16px !important;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:focus[target='_blank']:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.166em;
    height: 1.0em;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:focus[href$=".pdf"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.6em;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:focus[href$=".doc"]:not(.noticon) > .item-ttl > span:after, [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:focus[href$=".docx"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:focus[href$=".xls"]:not(.noticon) > .item-ttl > span:after, [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:focus[href$=".xlsx"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:focus[href$=".zip"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.25em;
    height: 1.25em;
    top: -0.2em;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:focus .item-ttl {
    color: #019cdc;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:focus .item-ttl span:after {
    background-image: url(../svg/i_arrow.svg?c=019cdc);
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:focus .item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:hover[target='_blank']:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.166em;
    height: 1.0em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:hover[href$=".pdf"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.6em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:hover[href$=".doc"]:not(.noticon) > .item-ttl > span:after, #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:hover[href$=".docx"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:hover[href$=".xls"]:not(.noticon) > .item-ttl > span:after, #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:hover[href$=".xlsx"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:hover[href$=".zip"]:not(.noticon) > .item-ttl > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.25em;
    height: 1.25em;
    top: -0.2em;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:hover .item-ttl {
    color: #019cdc;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:hover .item-ttl span:after {
    background-image: url(../svg/i_arrow.svg?c=019cdc);
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item a:hover .item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item.bbn {
    border-bottom: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list .list-item.brn {
    border-right: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list.col3 {
    margin: 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list.col3 .list-item {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 0;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list.col3 .w100 {
    width: 100%;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list.col3 .w100 a {
    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-inner .menu-list > .list-item .item-container .container-list.col3 .w100 a .item-img {
    width: 50%;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list.col3 .w100 a .item-wrap {
    width: 50%;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list.col2 {
    margin: 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-list.col2 .list-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 0;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-close .close-inner {
    position: absolute;
    top: 35px;
    right: -60px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: none;
    outline: none;
    transition: all 0.3s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-close .close-inner img {
    display: block;
    width: 23px;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-close .close-inner:focus {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-list > .list-item .item-container .container-close .close-inner:hover {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-link {
    display: none;
  }
}

#l-header .header-outer .header-inner .header-btn {
  margin-left: auto;
  z-index: 120;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-btn {
    margin-left: 0;
  }
}

#l-header .header-outer .header-inner .header-btn .btn-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-search {
  display: none;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-search {
    transition: all .3s ease-in-out;
    border: none;
    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;
    outline: none;
    width: 75px;
    height: 90px;
    background-color: transparent;
  }
}

#l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-search svg {
  width: 20px;
}

#l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-search svg path {
  transition: all 0.2s ease-out;
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-search:focus svg path {
  fill: #019cdc;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-search:hover svg path {
    fill: #019cdc;
  }
}

#l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-form {
  width: 60px;
  height: 60px;
  transition: all .3s ease-out;
  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;
  outline: none;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-form {
    width: 90px;
    height: 90px;
    background-color: #019cdc;
  }
}

#l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-form svg {
  width: 20px;
}

#l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-form svg path {
  transition: all .3s ease-out;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-form svg path {
    fill: #fff;
  }
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-form:focus {
  background-color: #0175a5;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-form:hover {
    background-color: #0175a5;
  }
}

.menu-open #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-form svg path {
  fill: #fff;
}

#l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-menu {
  background-color: #019cdc;
  border: none;
  width: 60px;
  height: 60px;
  transition: all .3s ease-in-out;
  position: relative;
  outline: none;
  display: block;
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-menu {
    display: none;
  }
}

#l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-menu > .menu-wrap, #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-menu:before, #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-menu:after {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #fff;
  display: inline-block;
  transition: all .3s ease-in-out;
}

#l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-menu > .menu-wrap {
  top: 22px;
  font-size: 0;
  color: transparent;
}

#l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-menu:before {
  top: 29px;
  content: '';
}

#l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-menu:after {
  top: 36px;
  content: '';
}

.menu-open #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-menu > .menu-wrap {
  top: 30px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: top 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-btn .btn-list .list-item .item-menu:before {
  transition: .2s ease .1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu-open #l-header .header-outer .header-inner .header-btn .btn-list .list-item .item-menu:after {
  top: 30px;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: top 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;
}

@media screen and (max-width: 1024px) {
  #l-header .header-outer .header-inner .header-search {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-search {
    display: none;
    background-color: #019cdc;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 90px);
    max-height: calc(var(--vh, 1vh) * 100 - 90px);
    padding: 15px 0;
  }
  #l-header .header-outer .header-inner .header-search .search-inner {
    width: 840px;
    margin: 0 auto;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-search .search-inner .search-wrap {
    position: relative;
  }
  #l-header .header-outer .header-inner .header-search .search-inner .search-wrap .search-input input {
    width: 100%;
    border: none;
    padding: 18px 60px 18px 18px;
  }
  #l-header .header-outer .header-inner .header-search .search-inner .search-wrap .search-btn .btn-wrap {
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 20px;
    height: 21px;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  #l-header .header-outer .header-inner .header-search .search-inner .search-wrap .search-btn .btn-wrap img {
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #l-header .header-outer .header-inner .header-search .search-inner .search-wrap .search-btn .btn-wrap .btn-txt {
    position: absolute;
    top: -999em;
    left: -999em;
  }
  #l-header .header-outer .header-inner .header-search .search-inner .search-close .close-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -80px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: none;
    outline: none;
    transition: all 0.3s ease-out;
  }
  #l-header .header-outer .header-inner .header-search .search-inner .search-close .close-inner img {
    display: block;
    width: 23px;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-search .search-inner .search-close .close-inner:focus {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-search .search-inner .search-close .close-inner:hover {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}

.menu-open #l-header .header-outer {
  background-color: #019cdc !important;
}

.header-follow #l-header {
  position: fixed;
}

.header-follow #l-header .header-outer {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.header-follow #l-header .header-outer .outer-top {
  display: none;
}

/* topicpath */
#l-topicpath {
  *zoom: 1;
}

#l-topicpath:after {
  content: " ";
  display: table;
  clear: both;
}

#l-topicpath li {
  display: inline-block;
  margin-right: 6px;
  padding-right: 12px;
}

#l-topicpath li:last-child {
  margin-right: 0;
  padding-right: 0;
  font-weight: bold;
  background: none;
}

/* content style */
#l-content {
  position: relative;
}

#l-content .content-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 960px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e3d3fb 100%);
}

@media screen and (min-width: 768px) {
  #l-content .content-bg {
    height: 1120px;
  }
}

#l-content .content-pagepath + .swiper-container {
  margin-top: 0;
}

#l-content .content-inner {
  position: relative;
  z-index: 1;
  *zoom: 1;
  padding-top: 40px;
  padding-bottom: 60px;
}

#l-content .content-inner:after {
  content: " ";
  display: table;
  clear: both;
}

#l-content .content-inner > *:first-child {
  margin-top: 0 !important;
}

#l-content .content-inner > *:first-child.m-box-section {
  padding-top: 0;
}

@media 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 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 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 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 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 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 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 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 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 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 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 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 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 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;
  }
}

@media screen and (min-width: 768px) {
  #l-content .content-inner {
    padding-top: 55px;
    padding-bottom: 90px;
  }
}

#l-content .content-inner > [data-fixed] {
  *zoom: 1;
}

#l-content .content-inner > [data-fixed]:after {
  content: " ";
  display: table;
  clear: both;
}

#l-content .content-inner > [data-fixed] > *:first-child {
  margin-top: 0 !important;
}

#l-content .content-inner > [data-fixed] > *:first-child.m-box-section {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner > [data-fixed] > .image-position-left:first-child + *,
  #l-content .content-inner > [data-fixed] > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #l-content .content-inner > [data-fixed] > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  #l-content .content-inner > [data-fixed] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  #l-content .content-inner > [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 screen and (min-width: 1025px) {
  #l-content .content-inner > [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 screen and (min-width: 1025px) {
  #l-content .content-inner > [data-fixed] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  #l-content .content-inner > [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 screen and (min-width: 1025px) {
  #l-content .content-inner > [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 screen and (min-width: 1025px) {
  #l-content .content-inner > [data-fixed] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  #l-content .content-inner > [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 screen and (min-width: 1025px) {
  #l-content .content-inner > [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 screen and (min-width: 1025px) {
  #l-content .content-inner > [data-fixed] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  #l-content .content-inner > [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 screen and (min-width: 1025px) {
  #l-content .content-inner > [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 screen and (min-width: 1025px) {
  #l-content .content-inner > [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) {
  #l-content .content-inner > [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) {
  #l-content .content-inner > [data-fixed] > [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.harmonize {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner.harmonize {
    padding-top: 30px;
  }
}

#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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 screen and (min-width: 768px) {
  #l-content .content-inner .content-main {
    float: right;
    width: 830px;
    max-width: 74.1%;
  }
}

#l-content .content-inner .content-nav {
  display: none;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner .content-nav {
    display: block;
    float: left;
    width: 250px;
    max-width: 22.32%;
    margin-top: 0;
    border: none;
  }
}

#l-content .content-inner .content-nav .nav-ttl {
  color: #000;
}

#l-content .content-inner .content-nav .nav-ttl .ttl-inner {
  padding: 17px 18px 19px;
  line-height: 1.5;
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
}

@media screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-ttl .ttl-inner {
    padding: 17px 18px 19px;
  }
}

#l-content .content-inner .content-nav .nav-ttl .ttl-inner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #019cdc;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-ttl .ttl-inner:focus {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-ttl .ttl-inner:hover {
    text-decoration: none;
  }
}

#l-content .content-inner .content-nav .nav-ttl .ttl-inner span {
  position: relative;
  display: block;
  padding-right: 15px;
}

#l-content .content-inner .content-nav .nav-ttl .ttl-inner span:after {
  content: '';
  width: 8px;
  height: 12px;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-ttl .ttl-inner span:after {
    width: 8px;
    height: 12px;
  }
}

#l-content .content-inner .content-nav .nav-list {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list {
    margin-top: 20px;
  }
}

#l-content .content-inner .content-nav .nav-list > li a {
  padding: 17px 18px 19px;
  color: #000;
  display: block;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  transition: all .2s ease-out;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
}

#l-content .content-inner .content-nav .nav-list > li a[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

#l-content .content-inner .content-nav .nav-list > li a[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

#l-content .content-inner .content-nav .nav-list > li a[href$=".doc"]:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-list > li a[href$=".docx"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

#l-content .content-inner .content-nav .nav-list > li a[href$=".xls"]:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-list > li a[href$=".xlsx"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

#l-content .content-inner .content-nav .nav-list > li a[href$=".zip"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li a {
    padding: 18px 18px 20px;
    font-size: 1.4rem;
  }
}

#l-content .content-inner .content-nav .nav-list > li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background-color: #bfe6f6;
}

#l-content .content-inner .content-nav .nav-list > li a span {
  display: block;
  position: relative;
  padding-right: 15px;
}

#l-content .content-inner .content-nav .nav-list > li a span:after {
  content: '';
  width: 8px;
  height: 12px;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  transition: all .2s ease-out;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li a span:after {
    width: 8px;
    height: 12px;
  }
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li a:focus {
  text-decoration: none;
  color: #019cdc;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li a:focus[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=019cdc") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li a:focus[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=019cdc") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li a:focus[href$=".doc"]:not(.noticon) > span:after, [data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li a:focus[href$=".docx"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=019cdc") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li a:focus[href$=".xls"]:not(.noticon) > span:after, [data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li a:focus[href$=".xlsx"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=019cdc") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li a:focus[href$=".zip"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=019cdc") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li a:focus span:after {
  background-image: url(../svg/i_arrow.svg?c=019cdc);
}

@media screen and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-list > li a:hover {
    text-decoration: none;
    color: #019cdc;
  }
  #l-content .content-inner .content-nav .nav-list > li a:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.166em;
    height: 1.0em;
  }
  #l-content .content-inner .content-nav .nav-list > li a:hover[href$=".pdf"]:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.6em;
  }
  #l-content .content-inner .content-nav .nav-list > li a:hover[href$=".doc"]:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-list > li a:hover[href$=".docx"]:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  #l-content .content-inner .content-nav .nav-list > li a:hover[href$=".xls"]:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-list > li a:hover[href$=".xlsx"]:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0625em;
    height: 1.5em;
  }
  #l-content .content-inner .content-nav .nav-list > li a:hover[href$=".zip"]:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.125em;
    height: 1.125em;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=019cdc") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.25em;
    height: 1.25em;
    top: -0.2em;
  }
  #l-content .content-inner .content-nav .nav-list > li a:hover span:after {
    background-image: url(../svg/i_arrow.svg?c=019cdc);
  }
}

#l-content .content-inner .content-nav .nav-list > li a.is-current {
  color: #019cdc;
}

#l-content .content-inner .content-nav .nav-list > li a.is-current span:after {
  content: none;
}

/* footer style */
#l-footer {
  padding-bottom: 25px;
  background-color: #000;
  position: relative;
}

@media screen and (min-width: 1025px) {
  #l-footer {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(../images/bg_footer.jpg) center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner {
    max-width: 1120px;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 30px;
  }
}

#l-footer .footer-inner .footer-logo {
  display: none;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-logo {
    display: block;
    line-height: 1;
    text-align: center;
  }
}

#l-footer .footer-inner .footer-logo img {
  width: 100px;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner {
    margin: 0 -15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item {
    width: calc(100% / 5);
    width: calc((100% / 5) - 0.1px) \0;
    padding: 0 15px;
  }
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-inner {
  color: #fff;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 20px 45px 20px 20px;
  display: block;
  position: relative;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-inner {
    font-size: 1.6rem;
    padding: 0 0 18px 0;
  }
}

@media screen and (max-width: 1024px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-inner {
    text-decoration: none;
  }
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-inner:before {
    position: absolute;
    content: '';
    height: 1px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
  }
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item a.item-inner span {
  display: block;
  position: relative;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item a.item-inner span {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item a.item-inner span:after {
    position: absolute;
    content: '';
    background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
    background-size: 100% auto;
    width: 8px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item:not([data-accordion]) .item-inner:after {
  position: absolute;
  content: '';
  background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item:not([data-accordion]) .item-inner:after {
    content: none;
  }
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item[data-accordion] .item-inner:before, #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item[data-accordion] .item-inner:after {
  content: '';
  background-color: #fff;
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item[data-accordion] .item-inner:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all .6s ease-out;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item[data-accordion] .item-inner:before {
    width: auto;
    height: 1px;
    right: 0;
    top: auto;
  }
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item[data-accordion] .item-inner:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all .6s ease-out;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item[data-accordion] .item-inner:after {
    content: none;
  }
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item.is-active .item-inner:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container {
  padding: 25px 0;
  border-top: solid 1px #fff;
  display: none;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container {
    display: block;
    padding-top: 20px;
    padding-bottom: 0;
    border: none;
  }
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list {
  padding: 0 20px;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list {
    padding: 0;
  }
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list .list-item a {
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding: 10px 20px;
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list .list-item a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.166em;
  height: 1.0em;
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list .list-item a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.6em;
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list .list-item a[href$=".doc"]:not(.noticon):after, #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list .list-item a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list .list-item a[href$=".xls"]:not(.noticon):after, #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list .list-item a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0625em;
  height: 1.5em;
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list .list-item a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list .list-item a {
    padding: 5px 0;
  }
}

@media screen and (max-width: 1024px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item .item-container .container-list .list-item a {
    text-decoration: none;
  }
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item + li {
  border-top: solid 1px #fff;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item + li {
    border-top: none;
  }
}

#l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item:last-child {
  border-bottom: solid 1px #fff;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-gnav .gnav-inner .gnav-item:last-child {
    border-bottom: none;
  }
}

#l-footer .footer-inner .footer-menu {
  margin-top: 25px;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-menu {
    margin-top: 35px;
  }
}

#l-footer .footer-inner .footer-menu .menu-inner {
  padding: 0 20px;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-menu .menu-inner {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-menu .menu-inner .menu-item {
    padding-right: 22px;
    margin-right: 22px;
    position: relative;
  }
  #l-footer .footer-inner .footer-menu .menu-inner .menu-item:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 14px;
    width: 1px;
    background-color: #fff;
  }
}

#l-footer .footer-inner .footer-menu .menu-inner .menu-item:last-child {
  padding-right: 0;
  margin-right: 0;
}

#l-footer .footer-inner .footer-menu .menu-inner .menu-item:last-child:after {
  content: none;
}

#l-footer .footer-inner .footer-menu .menu-inner .menu-item a {
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding: 10px 0;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-menu .menu-inner .menu-item a {
    font-size: 1.4rem;
    padding: 5px 0;
  }
}

#l-footer .footer-inner .footer-copy {
  color: #fff;
  padding: 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-copy {
    font-size: 1.4rem;
    text-align: center;
    padding: 0;
    margin-top: 30px;
  }
}

#l-footer .footer-pagetop {
  display: none;
}

#l-footer .footer-pagetop .pagetop-btn {
  width: 45px;
  height: 45px;
  right: 15px;
  border: solid 2px #bfe6f6;
  background-color: #019cdc;
  display: block;
  z-index: 5;
  transition: background-color .2s ease-out;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-pagetop .pagetop-btn {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn {
    position: absolute;
    width: 60px;
    height: 60px;
  }
}

[data-whatinput="keyboard"] #l-footer .footer-pagetop .pagetop-btn:focus {
  background-color: #0175a5;
}

@media screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn:hover {
    background-color: #0175a5;
  }
}

#l-footer .footer-pagetop .pagetop-btn .btn-img svg {
  width: 20px;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

#l-footer .footer-pagetop .pagetop-btn .btn-txt {
  position: absolute;
  top: -999em;
  right: -999em;
}

[data-anim] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  transition: all 1s cubic-bezier(0.11, 0.46, 0.35, 1);
}

@media screen and (min-width: 768px) {
  [data-anim] {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

[data-anim][data-anim="on"] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.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;
}

.mceContentBody table td,
.wysiwyg table td {
  font-size: 14px;
  font-size: 1.4rem;
}

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    min-width: 1400px;
    padding: 0;
    background: none;
    zoom: 85% !important;
  }
  #l-wrap {
    padding-top: 0 !important;
  }
  #l-header {
    display: none;
  }
  #l-footer {
    display: none;
  }
  #l-content .content-main {
    width: 100% !important;
    max-width: none !important;
  }
  #l-content .content-nav {
    display: none !important;
  }
}
