
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald");

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

/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.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-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-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}

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

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.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, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.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, .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: #007aff;
}

.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: #007aff;
  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 {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  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 */
.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 steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-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 {
  pointer-events: auto;
}

.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 {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.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)";
  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');
  -webkit-filter: blur(50px);
          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 {
  pointer-events: auto;
}

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

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

.matss {
  margin-top: 10px !important;
}

@media print, screen and (min-width: 768px) {
  .matss {
    margin-top: 10px !important;
  }
}

.mats {
  margin-top: 10px !important;
}

@media print, screen and (min-width: 768px) {
  .mats {
    margin-top: 20px !important;
  }
}

.matm {
  margin-top: 20px !important;
}

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

.matl {
  margin-top: 40px !important;
}

@media print, screen and (min-width: 768px) {
  .matl {
    margin-top: 80px !important;
  }
}

.mat0 {
  margin-top: 0px !important;
}

@media print, screen and (min-width: 768px) {
  .mat0 {
    margin-top: 0px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mat0-pc {
    margin-top: 0px !important;
  }
}

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

.cred {
  color: #c00 !important;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-tab {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .hide-pc {
    display: none !important;
  }
}

.fzs {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .fzs {
    font-size: 1.4rem;
  }
}

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

@media print, screen and (min-width: 768px) {
  .fzm {
    font-size: 1.6rem;
  }
}

.fzl {
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .fzl {
    font-size: 1.8rem;
  }
}

.fzll {
  font-size: 18px;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
  .fzll {
    font-size: 2.0rem;
  }
}

.tal {
  text-align: left !important;
}

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

.tar {
  text-align: right !important;
}

.tdu {
  text-decoration: underline;
}

.oh {
  overflow: hidden;
}

.vm {
  vertical-align: middle !important;
}

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

/*
	data-fixed
	- 固定幅・中央揃えのボックス
*/
[data-fixed] {
  padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
  [data-fixed] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
}

[data-fixed2] {
  padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
  [data-fixed2] {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
}

[data-child-margin0] > *:first-child {
  margin-top: 0 !important;
}

[data-child-margin0] > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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;
  }
}

[data-gs="12"] {
  margin: 0 -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media print {
  [data-gs="12"] {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 768px) {
  [data-gs="12"] {
    margin: 0 -22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  [data-gs="12"] {
    display: block;
    letter-spacing: -.40em;
  }
}

[data-gs="12"] > [data-gs-col] {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media print, screen and (min-width: 768px) {
  [data-gs="12"] > [data-gs-col] {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="12"] {
    width: calc(100% / 1);
    width: calc((100% / 1 ) - 0.1px) \0;
    padding: 0 22px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="12"] {
    width: 100%;
    display: inline-block;
    padding: 0 22px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="6"] {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 22px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="6"] {
    width: 50%;
    display: inline-block;
    padding: 0 22px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="4"] {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 22px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="4"] {
    width: 33.33333%;
    display: inline-block;
    padding: 0 22px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="3"] {
    width: calc(100% / 4);
    width: calc((100% / 4 ) - 0.1px) \0;
    padding: 0 22px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="3"] {
    width: 25%;
    display: inline-block;
    padding: 0 22px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  [data-gs="12"] > [data-gs-col="8"] {
    width: calc(100% / 1.5);
    width: calc((100% / 1.5 ) - 0.1px) \0;
    padding: 0 22px;
  }
}

@media print {
  [data-gs="12"] > [data-gs-col="8"] {
    width: 66.66667%;
    display: inline-block;
    padding: 0 22px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  [data-gs="12"][data-gs-tab="2"] > [data-gs-col]:not([data-gs-col="12"]) {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  [data-gs="12"][data-gs-sp="2"] > [data-gs-col] {
    width: 50%;
  }
}

[data-gs="12"].is-inlineblock {
  display: block;
  letter-spacing: -.4em;
}

[data-gs="12"].is-inlineblock [data-gs-col] {
  display: inline-block;
  letter-spacing: normal;
}

.m-box-img a {
  display: block;
  border: solid 1px transparent;
  padding: 10px;
  transition: all .2s ease-out;
}

[data-whatinput="keyboard"] .m-box-img a:focus {
  border-color: #bebebe;
}

@media print, screen and (min-width: 1025px) {
  .m-box-img a:hover {
    border-color: #bebebe;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-imgset {
    margin: 0 -22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .m-box-imgset {
    display: block;
    letter-spacing: -.40em;
  }
}

.m-box-imgset .imgset-desc {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-imgset .imgset-desc {
    width: calc(100% / 1.25);
    width: calc((100% / 1.25 ) - 0.1px) \0;
    padding: 0 22px;
  }
}

@media print {
  .m-box-imgset .imgset-desc {
    width: 80%;
    display: inline-block;
    padding: 0 22px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-box-imgset .imgset-img {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-imgset .imgset-img {
    width: calc(100% / 5);
    width: calc((100% / 5 ) - 0.1px) \0;
    padding: 0 22px;
    margin-top: 0;
  }
}

@media print {
  .m-box-imgset .imgset-img {
    width: 20%;
    display: inline-block;
    padding: 0 22px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-box-pagepath, #l-content .content-pagepath {
  background-color: #f4f4f4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-size: 1.0rem;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagepath, #l-content .content-pagepath {
    font-size: 1.2rem;
  }
}

.m-box-pagepath .topicpath-home, #l-content .content-pagepath .topicpath-home {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-box-pagepath .topicpath-home > a, #l-content .content-pagepath .topicpath-home > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 15px 14px;
  color: #000;
  line-height: 1.25;
  background-color: #e6e6e6;
}

.m-box-pagepath .topicpath-list, #l-content .content-pagepath .topicpath-list {
  *zoom: 1;
  padding: 10px 10px;
}

.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: 12px;
  margin-right: 7px;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagepath .topicpath-list > li, #l-content .content-pagepath .topicpath-list > li {
    padding-right: 19px;
    margin-right: 11px;
  }
}

.m-box-pagepath .topicpath-list > li:after, #l-content .content-pagepath .topicpath-list > li:after {
  content: '';
  width: 3px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  background: url(/assets/svg/i_arrow2.svg) center no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagepath .topicpath-list > li:after, #l-content .content-pagepath .topicpath-list > li:after {
    width: 4px;
    height: 8px;
  }
}

.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;
  line-height: 1.25;
  padding-top: 5px;
  padding-bottom: 5px;
}

.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 print, 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-section {
  padding: 40px 0;
}

.m-box-section > *:first-child {
  margin-top: 0 !important;
}

.m-box-section > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, screen and (min-width: 768px) {
  .m-box-section {
    padding: 80px 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 print, screen and (min-width: 768px) {
  .m-box-section [data-fixed] > .image-position-left:first-child + *,
  .m-box-section [data-fixed] > .image-position-right:first-child + *, .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 print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-box-section [data-fixed2] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-box-section [data-fixed2] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-box-section [data-fixed2] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-box-section [data-fixed2] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-box-section [data-fixed] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, 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-white {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .m-box-section.section-white {
    background-size: auto;
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

.m-box-section.section-bg-lightgray {
  background-color: #f4f4f4;
}

@media print, screen and (min-width: 768px) {
  .m-box-section.section-bg-lightgray {
    background-size: auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.m-box-section.section-bg-img {
  background: no-repeat;
  background-size: cover;
  background-position: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-section.section-bg-img {
    padding-top: 108px;
    padding-bottom: 108px;
  }
}

.m-box-section#l-related {
  padding: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .m-box-section#l-related {
    padding: 0 !important;
  }
}

.m-box-frame {
  margin-top: 15px;
  background-color: #f4f4f4;
  padding: 15px;
  position: relative;
}

.m-box-frame > *:first-child {
  margin-top: 0 !important;
}

.m-box-frame > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-frame > .image-position-left:first-child + *,
  .m-box-frame > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-frame > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-frame > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-frame > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-frame > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-frame {
    padding: 30px;
    margin-top: 30px;
  }
}

.m-box-frame:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border: solid 2px #f4f4f4;
  z-index: -1;
}

.m-box-frame.frame-bg-none {
  border: solid 1px #cdd0d1;
  background-color: transparent;
}

.m-box-frame .m-txt-ttl3 {
  margin-bottom: 20px;
}

.m-box-clear {
  *zoom: 1;
}

.m-box-clear:after {
  content: " ";
  display: table;
  clear: both;
}

.m-box-youtube {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-youtube {
    margin-top: 20px;
  }
}

.m-box-youtube:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}

.m-box-youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.m-box-mapframe {
  width: 100%;
  height: 330px;
}

@media screen and (max-width: 767px) {
  .m-box-mapframe {
    height: 160px;
  }
}

.m-box-mapframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.m-box-video {
  display: block;
  position: relative;
  width: 100%;
}

.m-box-video:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}

.m-box-video > video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  outline: none;
}

.m-box-tabhead {
  position: relative;
  margin-top: 25px;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-tabhead {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.m-box-tabhead .tabhead-inner {
  margin: 0 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media print {
  .m-box-tabhead .tabhead-inner {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-inner {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.m-box-tabhead .tabhead-inner > li {
  width: calc(100% / 2);
  width: calc((100% / 2 ) - 0.1px) \0;
  padding: 0 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media print {
  .m-box-tabhead .tabhead-inner > li {
    width: 50%;
    display: inline-block;
    padding: 0 0px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-box-tabhead .tabhead-inner > li > a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 5px 15px;
  width: 100%;
  color: #a3a3a3;
  line-height: 1.25;
  font-size: 13px;
  font-size: 1.3rem;
  transition: all .2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-inner > li > a {
    font-size: 1.6rem;
    padding: 25px 10px 25px;
  }
}

.m-box-tabhead .tabhead-inner > li > a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #bebebe;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .2s ease-out;
}

[data-whatinput="keyboard"] .m-box-tabhead .tabhead-inner > li > a:focus {
  color: #000;
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-box-tabhead .tabhead-inner > li > a:focus:before {
  height: 3px;
  bottom: -1px;
  background-color: #004ea2;
}

@media print, screen and (min-width: 1025px) {
  .m-box-tabhead .tabhead-inner > li > a:hover {
    color: #000;
    text-decoration: none;
  }
  .m-box-tabhead .tabhead-inner > li > a:hover:before {
    height: 3px;
    bottom: -1px;
    background-color: #004ea2;
  }
}

.m-box-tabhead .tabhead-inner > li > a.is-active {
  color: #000;
}

.m-box-tabhead .tabhead-inner > li > a.is-active:before {
  height: 3px;
  bottom: -1px;
  background-color: #004ea2;
}

.m-box-tabhead.tabhead-oneline .tabhead-inner {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.m-box-tab {
  margin-top: 35px;
}

.m-box-tab > .m-box-tabhead {
  margin-top: 0;
}

.m-box-tab .tab-content .content-item {
  display: none;
}

.m-box-tab .tab-content .content-item > *:first-child {
  margin-top: 0 !important;
}

.m-box-tab .tab-content .content-item > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > .image-position-left:first-child + *,
  .m-box-tab .tab-content .content-item > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tab .tab-content .content-item > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tab .tab-content .content-item > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tab .tab-content .content-item > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-box-tab .tab-content .content-item:first-child {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > .m-list-news:first-child {
    margin-top: -20px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-tab .tab-content .content-item > .m-list-news > li:first-child {
    border-top: none;
  }
}

.m-box-accordion {
  margin-top: 40px;
  position: relative;
  counter-reset: question;
  counter-increment: question;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion {
    margin-top: 80px;
  }
}

.m-box-accordion:before {
  top: 0;
  content: '';
  height: 1px;
  background-color: #d7d7d7;
  position: absolute;
  width: calc(100%);
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion:before {
    width: 100%;
    margin-left: auto;
  }
}

.m-box-accordion:after {
  content: '';
  height: 1px;
  background-color: #d7d7d7;
  width: calc(100%);
  position: absolute;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion:after {
    width: 100%;
    margin-left: auto;
  }
}

.m-box-accordion .accordion-head {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
  outline: none;
}

.m-box-accordion .accordion-head:after {
  position: absolute;
  background-color: #bebebe;
  width: 100%;
  height: calc(100% - 2px);
  display: block;
  content: '';
  top: 2px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-head:after {
    height: calc(100% - 6px);
    width: 100%;
    margin-left: auto;
    top: 3px;
  }
}

.m-box-accordion .accordion-head .head-wrap {
  position: relative;
  z-index: 1;
  padding: 20px 26.5px 20px 10px;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: all .2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-head .head-wrap {
    padding: 25px 60px 25px 20px;
  }
}

.m-box-accordion .accordion-head .head-wrap > span {
  position: relative;
  font-weight: 500;
}

.m-box-accordion .accordion-head .head-wrap:before, .m-box-accordion .accordion-head .head-wrap:after {
  content: '';
  background-color: #004ea2;
  width: 15px;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-radius: 1px;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-head .head-wrap:before, .m-box-accordion .accordion-head .head-wrap:after {
    width: 20px;
    height: 2px;
    right: 30px;
  }
}

.m-box-accordion .accordion-head .head-wrap:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all .6s ease-out;
}

.m-box-accordion .accordion-head .head-wrap:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all .6s ease-out;
}

.m-box-accordion .accordion-head .head-wrap .head-prefix {
  font-weight: bold;
  margin-right: 5px;
  white-space: nowrap;
}

.m-box-accordion .accordion-head.is-active:after {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

[data-whatinput="keyboard"] .m-box-accordion .accordion-head:focus:after {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-head:hover:after {
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  }
}

.m-box-accordion .accordion-body {
  padding: 0 10px 20px 10px;
  display: none;
}

.m-box-accordion .accordion-body > *:first-child {
  margin-top: 0 !important;
}

.m-box-accordion .accordion-body > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-body > .image-position-left:first-child + *,
  .m-box-accordion .accordion-body > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-body > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-accordion .accordion-body > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-accordion .accordion-body > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-body {
    padding: 0px 20px 25px;
  }
}

.m-box-accordion + .m-box-accordion {
  counter-reset: none;
  margin-top: 0;
}

.m-box-accordion + .m-box-accordion:before {
  display: none;
}

.m-box-accordion + .m-box-accordion .accordion-head:after {
  top: 2px;
  height: calc(100% - 6px);
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion + .m-box-accordion .accordion-head:after {
    top: 1px;
    height: calc(100% - 3px);
  }
}

.m-box-accordion.is-active .accordion-head:after {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.m-box-accordion.is-active .accordion-head .head-wrap:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-box-accordion.is-active .accordion-head .head-wrap:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-box-accordion.is-active .accordion-body {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.is-active .accordion-body {
    padding-top: 25px;
  }
}

.m-box-accordion.is-default-open .accordion-head:after {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.m-box-accordion.is-default-open .accordion-head .head-wrap:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-box-accordion.is-default-open .accordion-head .head-wrap:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-box-accordion.is-default-open .accordion-body {
  display: block;
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.is-default-open .accordion-body {
    padding-top: 25px;
  }
}

.m-box-accordion.accordion-qa .accordion-head .head-wrap {
  padding: 0px 26.5px 0px 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.accordion-qa .accordion-head .head-wrap {
    padding: 0px 60px 0px 20px;
  }
}

.m-box-accordion.accordion-qa .accordion-head .head-wrap > span {
  position: relative;
  padding-left: 37.5px;
  padding: 15px 0 15px 37.5px;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.accordion-qa .accordion-head .head-wrap > span {
    padding: 25px 0 25px 56px;
  }
}

.m-box-accordion.accordion-qa .accordion-head .head-wrap > span:before {
  content: "Q";
  font-weight: bold;
  display: block;
  margin-right: 5px;
  vertical-align: top;
  z-index: 1;
  position: absolute;
  font-family: 'Oswald', sans-serif;
  font-size: 13.5px;
  width: 27px;
  height: 27px;
  background-color: #ebebeb;
  border-radius: 50%;
  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;
  left: 0;
  top: calc(15px + .0em);
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.accordion-qa .accordion-head .head-wrap > span:before {
    width: 36px;
    height: 36px;
    font-size: 1.8rem;
    top: calc(25px + .0em);
  }
}

.m-box-accordion.accordion-qa .accordion-body {
  position: relative;
  padding: 0 0 15px 47.5px;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.accordion-qa .accordion-body {
    padding: 0 0 25px 76px;
  }
}

.m-box-accordion.accordion-qa .accordion-body:before {
  content: "A";
  font-weight: bold;
  display: block;
  margin-right: 5px;
  vertical-align: top;
  z-index: 1;
  position: absolute;
  font-family: 'Oswald', sans-serif;
  font-size: 13.5px;
  width: 27px;
  height: 27px;
  background-color: #e60012;
  border-radius: 50%;
  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;
  left: 10px;
  top: 20px;
  margin: auto;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.accordion-qa .accordion-body:before {
    width: 36px;
    height: 36px;
    font-size: 1.8rem;
    left: 20px;
    top: 25px;
  }
}

.m-box-accordion.accordion-qa.is-active .accordion-body {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.accordion-qa.is-active .accordion-body {
    padding-top: 25px;
  }
}

.m-box-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  padding: 15px 0;
  transition: all .4s ease-out .3s;
  z-index: 50;
}

@media print, screen and (min-width: 768px) {
  .m-box-policy {
    padding: 20px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-policy [data-fixed] .policy-col {
    margin: 0 -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .m-box-policy [data-fixed] .policy-col {
    display: block;
    letter-spacing: -.40em;
  }
}

.m-box-policy [data-fixed] .policy-col .col-item > *:first-child {
  margin-top: 0 !important;
}

.m-box-policy [data-fixed] .policy-col .col-item > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-policy [data-fixed] .policy-col .col-item > .image-position-left:first-child + *,
  .m-box-policy [data-fixed] .policy-col .col-item > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-item > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-policy [data-fixed] .policy-col .col-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-policy [data-fixed] .policy-col .col-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-policy [data-fixed] .policy-col .col-item > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-policy [data-fixed] .policy-col .col-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media print {
  .m-box-policy [data-fixed] .policy-col .col-item {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-policy [data-fixed] .policy-col .col-item.item-left {
    width: 80%;
  }
}

.m-box-policy [data-fixed] .policy-col .col-item.item-right {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-policy [data-fixed] .policy-col .col-item.item-right {
    margin-top: 0;
    width: 20%;
  }
}

.m-box-policy [data-fixed] .policy-col .col-item.item-right .m-btn-simple {
  width: 100%;
}

.m-box-policy.use_cookie {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-box-newsfilter {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter {
    margin-bottom: 60px;
  }
}

.m-box-newsfilter > ul {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-box-newsfilter > ul > li + li {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter > ul > li + li {
    margin-top: 0;
  }
}

.m-box-newsfilter > ul > li .m-form-select {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter2 .newsfilter-list {
    margin: 0 -22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .m-box-newsfilter2 .newsfilter-list {
    display: block;
    letter-spacing: -.40em;
  }
}

.m-box-newsfilter2 .newsfilter-list .list-title {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter2 .newsfilter-list .list-title {
    width: calc(100% / 6);
    width: calc((100% / 6 ) - 0.1px) \0;
    padding: 0 22px;
  }
}

@media print {
  .m-box-newsfilter2 .newsfilter-list .list-title {
    width: 16.66667%;
    display: inline-block;
    padding: 0 22px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter2 .newsfilter-list .list-title:nth-child(1) {
    margin-top: 0;
  }
}

.m-box-newsfilter2 .newsfilter-list .list-data {
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter2 .newsfilter-list .list-data {
    width: calc(100% / 1.2);
    width: calc((100% / 1.2 ) - 0.1px) \0;
    padding: 0 22px;
    margin-top: 30px;
  }
}

@media print {
  .m-box-newsfilter2 .newsfilter-list .list-data {
    width: 83.33333%;
    display: inline-block;
    padding: 0 22px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-box-newsfilter2 .newsfilter-list .list-data .m-form-select {
  width: 100%;
}

.m-box-newsfilter2 .newsfilter-list .list-data:nth-child(2) {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter2 .newsfilter-list .list-data:nth-child(2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter2 .newsfilter-list .list-data .data-list {
    margin: 0 -22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .m-box-newsfilter2 .newsfilter-list .list-data .data-list {
    display: block;
    letter-spacing: -.40em;
  }
}

.m-box-newsfilter2 .newsfilter-list .list-data .data-list > .list-item + .list-item {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter2 .newsfilter-list .list-data .data-list > .list-item + .list-item {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter2 .newsfilter-list .list-data .data-list > .list-item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter2 .newsfilter-list .list-data .data-list > .list-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 22px;
  }
}

@media print {
  .m-box-newsfilter2 .newsfilter-list .list-data .data-list > .list-item {
    width: 50%;
    display: inline-block;
    padding: 0 22px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-box-newsfilter2 > ul {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-box-newsfilter2 > ul > li + li {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-newsfilter2 > ul > li + li {
    margin-top: 0;
  }
}

.m-box-newsfilter2 > ul > li .m-form-select {
  width: 100%;
}

.m-box-thumbnail2 {
  margin-top: 45px;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumbnail2 {
    max-width: 1600px;
    margin: 60px auto 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-thumbnail2 .thumbnail-list {
    margin: 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .m-box-thumbnail2 .thumbnail-list {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-thumbnail2 .thumbnail-list .list-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print {
  .m-box-thumbnail2 .thumbnail-list .list-item {
    width: 50%;
    display: inline-block;
    padding: 0 0;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: block;
  padding: 25px 20px;
  position: relative;
  overflow: hidden;
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner:before, .m-box-thumbnail2 .thumbnail-list .list-item .item-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner:before {
  z-index: 1;
  background-color: #111;
  transition-delay: .2s;
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner:after {
  background-color: #fff;
  z-index: 2;
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner[data-anim='on']:before, .m-box-thumbnail2 .thumbnail-list .list-item .item-inner[data-anim='on']:after {
  right: -100%;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-inner {
    padding: 50px 10.5%;
    width: 100%;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-bg {
  transition: all 0.2s ease-out;
  background: center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-title {
  font-family: 'Oswald', sans-serif;
  font-size: 26.5px;
  font-size: 2.65rem;
  line-height: 1.25;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-title {
    font-size: 4.3rem;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-sub {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.25;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-sub {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-desc {
  margin-top: 20px;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-desc {
    margin-top: 30px;
    max-width: 500px;
    font-size: 1.5rem;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-btn {
  text-align: center;
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-btn {
    text-align: left;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-btn .btn-inner {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fff;
  display: inline-block;
  color: #000;
  border-radius: 25px;
  padding: 15px 65px;
  line-height: 1.25;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-btn .btn-inner {
    font-size: 1.4rem;
    min-width: 225px;
    padding: 15px 50px;
    text-align: center;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-btn .btn-inner:after {
  content: '';
  background: url(../svg/i_arrow2.svg?c=000) center no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 20px;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  transition: all .3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-inner .item-btn .btn-inner:after {
    width: 6px;
    height: 15px;
    right: 20px;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner.item-space .item-bg {
  background-image: url(/assets/images/bg_space.jpg);
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-inner.item-media .item-bg {
  background-image: url(/assets/images/bg_media.jpg);
}

[data-whatinput="keyboard"] .m-box-thumbnail2 .thumbnail-list .list-item .item-inner:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-box-thumbnail2 .thumbnail-list .list-item .item-inner:focus .item-bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-inner:hover {
    text-decoration: none;
  }
  .m-box-thumbnail2 .thumbnail-list .list-item .item-inner:hover .item-bg {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    transition: all 0.3s ease-out;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-service {
  margin-bottom: 40px;
  padding: 0 20px;
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-service[data-anim="on"] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print, screen and (max-width: 1300px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-wrap {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-wrap:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #7f7f7f;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-wrap:before {
    content: none;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-wrap .service-ttl {
  font-size: 18.5px;
  font-size: 1.85rem;
  width: 50%;
  font-family: 'Oswald', sans-serif;
  padding: 18px 0 14px 0;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-wrap .service-ttl {
    width: auto;
    font-size: 2.7rem;
    padding: 38px 22px 0 65px;
    position: relative;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-wrap .service-ttl:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    background-color: #7f7f7f;
    top: 0;
    right: 0;
    margin: auto;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-wrap .service-logo {
  width: 50%;
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-wrap .service-logo {
    width: auto;
    padding-top: 10px;
    margin-left: -5px;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-wrap .service-logo img {
  height: 55px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-wrap .service-logo img {
    height: auto;
    width: 180px;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-btn {
  margin-top: 17px;
  text-align: center;
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-btn {
    margin-top: 27px;
    margin-left: 12px;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-btn .m-btn-simple {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service .service-btn .m-btn-simple {
    font-size: 1.4rem;
    min-width: 225px;
  }
}

.m-box-thumbnail2 .thumbnail-list .list-item .item-service.item-media .service-wrap .service-logo {
  margin-left: -17px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service.item-media .service-wrap .service-logo img {
    width: 190px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-thumbnail2 .thumbnail-list .list-item .item-service.item-media .service-btn {
    margin-left: 14px;
  }
}

.m-box-related {
  background-color: #f4f4f4;
  padding: 25px 0 44px;
  margin-bottom: 85px;
}

@media print, screen and (min-width: 768px) {
  .m-box-related {
    margin-bottom: 0;
    padding: 45px 0 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner .related-head {
    width: 23%;
    padding-right: 10px;
  }
}

.m-box-related [data-fixed] .related-inner .related-head .head-sub {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.25;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner .related-head .head-sub {
    font-size: 2.8rem;
    margin-top: 15px;
  }
}

.m-box-related [data-fixed] .related-inner .related-head .head-title {
  margin-top: 2px;
  font-size: 12.5px;
  font-size: 1.25rem;
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner .related-head .head-title {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}

.m-box-related [data-fixed] .related-inner .related-body {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner .related-body {
    width: 77%;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner .related-body .body-list {
    margin: 0 -2.5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .m-box-related [data-fixed] .related-inner .related-body .body-list {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner .related-body .body-list .list-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 2.5px;
  }
}

@media print {
  .m-box-related [data-fixed] .related-inner .related-body .body-list .list-item {
    width: 50%;
    display: inline-block;
    padding: 0 2.5px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-box-related [data-fixed] .related-inner .related-body .body-list .list-item + .list-item {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner .related-body .body-list .list-item + .list-item {
    margin-top: 0;
  }
}

.m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner {
  position: relative;
  display: block;
  padding: 45px 35px 60px 22px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner {
    padding: 35px 32px 35px 48px;
  }
}

.m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner:after {
  content: '';
  background: url(../svg/i_arrow2.svg?c=fff) center no-repeat;
  background-size: 100% auto;
  width: 10px;
  height: 20px;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: all .3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner:after {
    width: 10px;
    height: 20px;
    right: 12px;
  }
}

.m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner .item-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: center no-repeat;
  background-size: cover;
  transition: all .2s ease-out;
}

.m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner .item-title {
  position: relative;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.25;
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner .item-title {
    font-size: 2.8rem;
  }
}

.m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner .item-sub {
  position: relative;
  color: #fff;
  font-size: 12.5px;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner .item-sub {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}

.m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner.item-3minutes .item-bg {
  background-image: url(/assets/images/bg_3minutes.jpg);
}

.m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner.item-governance .item-bg {
  background-image: url(/assets/images/bg_governance.jpg);
}

[data-whatinput="keyboard"] .m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner:focus .item-bg {
  transition: all .3s ease-out;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media print, screen and (min-width: 1025px) {
  .m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner:hover {
    text-decoration: none;
  }
  .m-box-related [data-fixed] .related-inner .related-body .body-list .list-item .item-inner:hover .item-bg {
    transition: all .3s ease-out;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.m-box-pagination {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagination {
    margin-top: 50px;
  }
}

.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;
  margin-top: -10px;
}

.m-box-pagination .pagination-list .list-item {
  padding: 0 6px;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagination .pagination-list .list-item {
    padding: 0 10px;
  }
}

.m-box-pagination .pagination-list .list-item.num {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagination .pagination-list .list-item.num {
    font-size: 1.8rem;
  }
}

.m-box-pagination .pagination-list .list-item .item-btn {
  padding: 5px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  width: 32px;
  height: 32px;
  -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;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagination .pagination-list .list-item .item-btn {
    width: 36px;
    height: 36px;
  }
}

[data-whatinput="keyboard"] .m-box-pagination .pagination-list .list-item .item-btn:focus {
  text-decoration: none;
  color: #004ea2;
}

@media print, screen and (min-width: 1025px) {
  .m-box-pagination .pagination-list .list-item .item-btn:hover {
    text-decoration: none;
    color: #004ea2;
  }
}

.m-box-pagination .pagination-list .list-item .item-page {
  color: #000;
  transition: all .2s ease-out;
}

[data-whatinput="keyboard"] .m-box-pagination .pagination-list .list-item .item-page:focus {
  background-color: #004ea2;
  color: #fff;
}

@media print, screen and (min-width: 1025px) {
  .m-box-pagination .pagination-list .list-item .item-page:hover {
    background-color: #004ea2;
    color: #fff;
  }
}

.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: 32px;
  height: 32px;
  transition: all .2s ease-out;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagination .pagination-list .list-item .item-prev, .m-box-pagination .pagination-list .list-item .item-next {
    width: 36px;
    height: 36px;
  }
}

.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: 12.5px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow2.svg?c=004ea2) no-repeat;
  background-size: 100% auto;
  transition: all .2s ease-out;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

[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: #004ea2;
}

[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 print, 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: #004ea2;
  }
  .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:after {
  -webkit-transform: rotateZ(180deg) translateX(2px);
          transform: rotateZ(180deg) translateX(2px);
}

@media print, screen and (min-width: 768px) {
  .m-box-pagination .pagination-list .list-item .item-prev:after {
    -webkit-transform: rotateZ(180deg) translateX(1px);
            transform: rotateZ(180deg) translateX(1px);
  }
}

.m-box-pagination .pagination-list .list-item.fs-current .item-page, .m-box-pagination .pagination-list .list-item.is-current .item-page {
  background-color: #004ea2;
  color: #fff;
}

[data-anim-fade] {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  transition: all .5s ease-out;
}

[data-anim-fade][data-anim-fade="on"], [data-anim-fade][data-anim-fade="none"] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
}

[data-anim-fade][data-anim-fade="none"] {
  transition: none;
}

[data-anim-scale] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[data-anim-scale][data-anim-scale="on"], [data-anim-scale][data-anim-scale="none"] {
  -webkit-animation: 0.4s cubic-bezier(0.18, 0.89, 0.23, 1.22) both;
          animation: 0.4s cubic-bezier(0.18, 0.89, 0.23, 1.22) both;
  -webkit-animation-name: scale_fade;
          animation-name: scale_fade;
}

[data-anim-scale][data-anim-scale="none"] {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

[data-anim-order] [data-anim-order-child] {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all .5s ease-out;
}

[data-anim-order] [data-anim-order-child][data-anim-order-child="on"], [data-anim-order] [data-anim-order-child][data-anim-order-child="none"] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
}

[data-anim-order][data-anim-order="none"] [data-anim-order-child] {
  transition: none;
}

.m-box-service {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-service {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 10px;
  }
}

.m-box-service .service-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-box-service .service-wrap {
    width: auto;
  }
}

.m-box-service .service-wrap:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #7f7f7f;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-service .service-wrap:before {
    content: none;
  }
}

.m-box-service .service-wrap .service-ttl {
  font-size: 18.5px;
  font-size: 1.85rem;
  width: 50%;
  font-family: 'Oswald', sans-serif;
  padding: 18px 0 14px 0;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

@media print, screen and (min-width: 768px) {
  .m-box-service .service-wrap .service-ttl {
    width: auto;
    font-size: 2.7rem;
    padding: 0 24px 0 0;
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-service .service-wrap .service-ttl:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background-color: #7f7f7f;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.m-box-service .service-wrap .service-logo {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-service .service-wrap .service-logo {
    width: auto;
    padding-left: 30px;
  }
}

.m-box-service .service-wrap .service-logo img {
  max-height: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-box-service .service-wrap .service-logo img {
    max-height: 40px;
  }
}

.m-box-service .service-btn {
  margin-top: 17px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-service .service-btn {
    margin-top: 0px;
    margin-left: 30px;
  }
}

.m-box-service .service-btn .m-btn-simple {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 30px;
  min-width: 200px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-service .service-btn .m-btn-simple {
    font-size: 1.4rem;
    min-width: 225px;
  }
}

.m-box-service2 {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .m-box-service2 {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 10px;
  }
}

.m-box-service2 .service-ttl {
  font-size: 18.5px;
  font-size: 1.85rem;
  font-family: 'Oswald', sans-serif;
  padding: 18px 0 14px 0;
  letter-spacing: 0.1em;
  line-height: 1.25;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-service2 .service-ttl {
    width: auto;
    font-size: 2.7rem;
    padding: 0 24px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-box-service2 .service-ttl:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #7f7f7f;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-service2 .service-ttl:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background-color: #7f7f7f;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.m-box-service2 .service-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-box-service2 .service-wrap {
    width: auto;
  }
}

.m-box-service2 .service-list {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-service2 .service-list {
    margin-top: -5px;
  }
}

.m-box-service2 .service-list .list-item + .list-item {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-box-service2 .service-list .list-item + .list-item {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-service2 .service-list .list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-box-service2 .service-list .list-item .item-logo {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-service2 .service-list .list-item .item-logo {
    width: auto;
    padding-left: 30px;
  }
}

.m-box-service2 .service-list .list-item .item-logo img {
  max-height: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-box-service2 .service-list .list-item .item-logo img {
    max-height: 40px;
  }
}

.m-box-service2 .service-list .list-item .item-btn {
  margin-top: 25px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-service2 .service-list .list-item .item-btn {
    margin-top: 0px;
    margin-left: 30px;
  }
}

.m-box-service2 .service-list .list-item .item-btn .m-btn-simple {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 30px;
  min-width: 200px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-service2 .service-list .list-item .item-btn .m-btn-simple {
    font-size: 1.4rem;
    min-width: 225px;
  }
}

.m-box-scroll {
  border: solid 1px #cdd0d1;
  padding: 15px;
  margin-top: 20px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-scroll {
    padding: 30px 15px 30px 30px;
  }
}

.m-box-scroll:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border: solid 2px #f4f4f4;
  z-index: -1;
}

.m-box-scroll .scroll-inner {
  height: 250px;
  overflow-y: auto;
}

.m-box-scroll .scroll-inner > *:first-child {
  margin-top: 0 !important;
}

.m-box-scroll .scroll-inner > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-scroll .scroll-inner > .image-position-left:first-child + *,
  .m-box-scroll .scroll-inner > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-scroll .scroll-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) {
  .m-box-scroll .scroll-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) {
  .m-box-scroll .scroll-inner > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-scroll .scroll-inner {
    height: 400px;
    padding-right: 15px;
  }
}

.m-list-thumbnail {
  margin-top: 40px;
  padding-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail {
    margin-top: 80px;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > [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-thumbnail > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 40px;
  }
  .m-list-thumbnail > [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-thumbnail > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 40px;
  }
}

@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 > ul > li {
  position: relative;
}

.m-list-thumbnail > ul > li:before {
  content: '';
  background-color: #bebebe;
  height: 1px;
  position: absolute;
  bottom: -30px;
  left: -20px;
  right: -20px;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail > ul > li:before {
    content: none;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail > [data-gs] {
    margin: 0 -2.5px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail > [data-gs] > [data-gs-col] {
    padding: 0 2.5px;
  }
}

@media print, screen and (min-width: 768px) {
  .content-main .m-list-thumbnail > [data-gs] {
    margin: 0 -22px;
  }
}

@media print, screen and (min-width: 768px) {
  .content-main .m-list-thumbnail > [data-gs] > [data-gs-col] {
    padding: 0 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .content-main .m-list-thumbnail > [data-gs] > [data-gs-col] .thumbnail-item .item-ttl {
    padding: 0 0px;
  }
}

@media print, screen and (min-width: 768px) {
  .content-main .m-list-thumbnail > [data-gs] > [data-gs-col] .thumbnail-item .item-desc {
    padding: 0 0px;
  }
}

.m-list-thumbnail .thumbnail-item {
  position: relative;
}

.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-ttl {
  margin-top: 10px;
  display: block;
  transition: all .3s ease-out;
  line-height: 1.5;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.m-list-thumbnail .thumbnail-item .item-ttl[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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-list-thumbnail .thumbnail-item .item-ttl[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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-list-thumbnail .thumbnail-item .item-ttl[href$=".doc"]:not(.noticon) > span:after, .m-list-thumbnail .thumbnail-item .item-ttl[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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-thumbnail .thumbnail-item .item-ttl[href$=".xls"]:not(.noticon) > span:after, .m-list-thumbnail .thumbnail-item .item-ttl[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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-thumbnail .thumbnail-item .item-ttl[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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail .thumbnail-item .item-ttl {
    margin-top: 15px;
    font-size: 1.8rem;
    padding: 0 20px;
  }
}

.m-list-thumbnail .thumbnail-item .item-ttl:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-list-thumbnail .thumbnail-item .item-ttl > span {
  position: relative;
  padding-left: 20px;
  display: block;
}

.m-list-thumbnail .thumbnail-item .item-ttl > span:before {
  content: '';
  background: url(../svg/i_arrow2.svg?c=004ea2) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 14px;
  display: block;
  position: absolute;
  top: .2em;
  left: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail .thumbnail-item .item-ttl > span:before {
    width: 10px;
    height: 17px;
    top: .3em;
  }
}

.m-list-thumbnail .thumbnail-item .item-desc {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail .thumbnail-item .item-desc {
    font-size: 1.6rem;
    margin-top: 15px;
    padding: 0 20px;
  }
}

[data-whatinput="keyboard"] .m-list-thumbnail .thumbnail-item:focus .item-img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

[data-whatinput="keyboard"] .m-list-thumbnail .thumbnail-item:focus a.item-ttl span {
  text-decoration: underline;
}

@media print, 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 .thumbnail-item:hover a.item-ttl span {
    text-decoration: underline;
  }
}

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

.m-list-thumbnail.image-fixed .thumbnail-item .item-img {
  position: relative;
  background-color: #ececec;
}

.m-list-thumbnail.image-fixed .thumbnail-item .item-img:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-top: 66.785%;
  height: 100%;
  display: block;
}

.m-list-thumbnail.image-fixed .thumbnail-item .item-img 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;
}

.m-list-thumbnail2 {
  margin-top: 40px;
  padding-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail2 {
    margin-top: 80px;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail2 > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail2 > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail2 > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail2 > [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-thumbnail2 > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 40px;
  }
  .m-list-thumbnail2 > [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-thumbnail2 > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-thumbnail2 > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-thumbnail2 > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 60px;
  }
}

.m-list-thumbnail2 img {
  height: auto;
}

.m-list-thumbnail2 > ul > li {
  position: relative;
}

.m-list-thumbnail2 > ul > li:before {
  content: '';
  background-color: #bebebe;
  height: 1px;
  position: absolute;
  bottom: -30px;
  left: -20px;
  right: -20px;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail2 > ul > li:before {
    content: none;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail2 > [data-gs] {
    margin: 0 -2.5px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail2 > [data-gs] > [data-gs-col] {
    padding: 0 2.5px;
  }
}

@media print, screen and (min-width: 768px) {
  .content-main .m-list-thumbnail2 > [data-gs] {
    margin: 0 -22px;
  }
}

@media print, screen and (min-width: 768px) {
  .content-main .m-list-thumbnail2 > [data-gs] > [data-gs-col] {
    padding: 0 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .content-main .m-list-thumbnail2 > [data-gs] > [data-gs-col] .thumbnail-item .item-ttl {
    padding: 0 0px;
  }
}

@media print, screen and (min-width: 768px) {
  .content-main .m-list-thumbnail2 > [data-gs] > [data-gs-col] .thumbnail-item .item-desc {
    padding: 0 0px;
  }
}

.m-list-thumbnail2 .thumbnail-item {
  position: relative;
}

.m-list-thumbnail2 .thumbnail-item .item-img {
  overflow: hidden;
}

.m-list-thumbnail2 .thumbnail-item .item-img > img {
  transition: all .3s ease-out;
}

.m-list-thumbnail2 .thumbnail-item .item-ttl {
  margin-top: 10px;
  display: block;
  transition: all .3s ease-out;
  line-height: 1.5;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}

.m-list-thumbnail2 .thumbnail-item .item-ttl[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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-list-thumbnail2 .thumbnail-item .item-ttl[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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-list-thumbnail2 .thumbnail-item .item-ttl[href$=".doc"]:not(.noticon) > span:after, .m-list-thumbnail2 .thumbnail-item .item-ttl[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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-thumbnail2 .thumbnail-item .item-ttl[href$=".xls"]:not(.noticon) > span:after, .m-list-thumbnail2 .thumbnail-item .item-ttl[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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-thumbnail2 .thumbnail-item .item-ttl[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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail2 .thumbnail-item .item-ttl {
    margin-top: 15px;
    font-size: 1.6rem;
    padding: 0 20px;
  }
}

.m-list-thumbnail2 .thumbnail-item .item-ttl:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-list-thumbnail2 .thumbnail-item .item-ttl > span {
  position: relative;
  display: block;
}

.m-list-thumbnail2 .thumbnail-item .item-desc {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail2 .thumbnail-item .item-desc {
    font-size: 1.4rem;
    margin-top: 15px;
    padding: 0 20px;
  }
}

[data-whatinput="keyboard"] .m-list-thumbnail2 .thumbnail-item:focus .item-img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

[data-whatinput="keyboard"] .m-list-thumbnail2 .thumbnail-item:focus a.item-ttl span {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail2 .thumbnail-item:hover .item-img > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .m-list-thumbnail2 .thumbnail-item:hover a.item-ttl span {
    text-decoration: underline;
  }
}

.m-list-thumbnail2.link-position-center > ul {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-list-thumbnail2.link-position-right > ul {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.m-list-thumbnail2.image-fixed .thumbnail-item .item-img {
  position: relative;
  background-color: #ececec;
}

.m-list-thumbnail2.image-fixed .thumbnail-item .item-img:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-top: 66.785%;
  height: 100%;
  display: block;
}

.m-list-thumbnail2.image-fixed .thumbnail-item .item-img 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;
}

.m-list-desc, .mceContentBody ul, .wysiwyg ul {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc, .mceContentBody ul, .wysiwyg ul {
    margin-top: 40px;
  }
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.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 print, 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 print, 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: .85em;
}

@media print, 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: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li, .mceContentBody ul > li, .wysiwyg ul > li {
    margin-top: 5px;
    padding-left: 1.3em;
  }
}

.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: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  top: .90em;
  left: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li:before, .mceContentBody ul > li:before, .wysiwyg ul > li:before {
    width: 6px;
    height: 6px;
    top: .90em;
    left: 6px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-desc.desc-inlineblock, .mceContentBody ul.desc-inlineblock, .wysiwyg ul.desc-inlineblock {
    margin-top: 30px;
    margin-left: -20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-desc.desc-inlineblock > li, .mceContentBody ul.desc-inlineblock > li, .wysiwyg ul.desc-inlineblock > li {
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    vertical-align: top;
  }
}

.m-list-num, .mceContentBody ol, .wysiwyg ol {
  margin-top: 20px;
}

@media print, 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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.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 print, 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 print, 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: .85em;
}

@media print, 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: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

@media print, 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 print, 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 print, 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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-num2 > li {
  margin-top: 5px;
  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 print, 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 print, 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: .85em;
}

@media print, screen and (min-width: 768px) {
  .m-list-num2 > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-num2 > li {
    margin-top: 5px;
    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 print, screen and (min-width: 768px) {
  .m-list-num2 > li:nth-child(n):before {
    margin-left: -2.1em;
  }
}

.m-list-num3 {
  margin-top: 10px;
}

@media print, 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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-num3 > li {
  margin-top: 5px;
  padding-left: 2.0em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.m-list-num3 > li > ul, .m-list-num3 > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, 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 print, 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: .85em;
}

@media print, screen and (min-width: 768px) {
  .m-list-num3 > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-num3 > li {
    margin-top: 5px;
    padding-left: 2.0em;
  }
}

.m-list-num3 > li:first-child {
  margin-top: 0;
}

.m-list-num3 > li:nth-child(n):before {
  content: "[" counter(number) "]";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.10em;
  height: auto;
  width: auto;
  background: none;
  top: auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-list-num3 > li:nth-child(n):before {
    margin-left: -2.1em;
  }
}

.m-list-num4 {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num4 {
    margin-top: 20px;
  }
}

.m-list-num4 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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-list-num4 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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-list-num4 a[href$=".doc"]:not(.noticon):after, .m-list-num4 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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-num4 a[href$=".xls"]:not(.noticon):after, .m-list-num4 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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-num4 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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-num4 > li {
  margin-top: 5px;
  padding-left: 1.2em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  list-style: none !important;
}

.m-list-num4 > li > ul, .m-list-num4 > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .m-list-num4 > li > ul, .m-list-num4 > li > ol {
    margin-top: 5px;
  }
}

.m-list-num4 > li > ul > li, .m-list-num4 > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num4 > li > ul > li, .m-list-num4 > li > ol > li {
    padding-left: 18px;
  }
}

.m-list-num4 > li > ul.m-list-asterisk > li, .m-list-num4 > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.m-list-num4 > li > ul.m-list-asterisk > li:before, .m-list-num4 > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-num4 > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .85em;
}

@media print, screen and (min-width: 768px) {
  .m-list-num4 > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-num4 > li {
    margin-top: 5px;
    padding-left: 1.2em;
  }
}

.m-list-num4 > li:first-child {
  margin-top: 0;
}

.m-list-num4 > li:before {
  margin-left: -1.0em;
  left: -2px;
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .m-list-num4 > li:before {
    margin-left: -1.0em;
  }
}

.m-list-num4 > 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-num4 > li:nth-child(1):before {
  content: "\2460";
}

.m-list-num4 > 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-num4 > li:nth-child(2):before {
  content: "\2461";
}

.m-list-num4 > 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-num4 > li:nth-child(3):before {
  content: "\2462";
}

.m-list-num4 > 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-num4 > li:nth-child(4):before {
  content: "\2463";
}

.m-list-num4 > 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-num4 > li:nth-child(5):before {
  content: "\2464";
}

.m-list-num4 > 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-num4 > li:nth-child(6):before {
  content: "\2465";
}

.m-list-num4 > 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-num4 > li:nth-child(7):before {
  content: "\2466";
}

.m-list-num4 > 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-num4 > li:nth-child(8):before {
  content: "\2467";
}

.m-list-num4 > 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-num4 > li:nth-child(9):before {
  content: "\2468";
}

.m-list-num4 > 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-num4 > li:nth-child(10):before {
  content: "\2469";
}

.m-list-num4 > 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-num4 > li:nth-child(11):before {
  content: "\246a";
}

.m-list-num4 > 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-num4 > li:nth-child(12):before {
  content: "\246b";
}

.m-list-num4 > 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-num4 > li:nth-child(13):before {
  content: "\246c";
}

.m-list-num4 > 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-num4 > li:nth-child(14):before {
  content: "\246d";
}

.m-list-num4 > 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-num4 > li:nth-child(15):before {
  content: "\246e";
}

.m-list-num4 > 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-num4 > li:nth-child(16):before {
  content: "\246f";
}

.m-list-num4 > 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-num4 > li:nth-child(17):before {
  content: "\2470";
}

.m-list-num4 > 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-num4 > li:nth-child(18):before {
  content: "\2471";
}

.m-list-num4 > 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-num4 > li:nth-child(19):before {
  content: "\2472";
}

.m-list-num4 > 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-num4 > 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 print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzs {
    font-size: 1.2rem;
  }
}

ul.m-list-asterisk .fzm {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzm {
    font-size: 1.4rem;
  }
}

ul.m-list-asterisk .fzl {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

ul.m-list-asterisk a[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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

ul.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 17px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

ul.m-list-asterisk > li > ul, ul.m-list-asterisk > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul, ul.m-list-asterisk > li > ol {
    margin-top: 5px;
  }
}

ul.m-list-asterisk > li > ul > li, ul.m-list-asterisk > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul > li, ul.m-list-asterisk > li > ol > li {
    padding-left: 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: .85em;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li {
    margin-top: 5px;
    padding-left: 20px;
  }
}

ul.m-list-asterisk > li:first-child {
  margin-top: 0;
}

ul.m-list-asterisk > li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  content: "\203b";
  background-color: transparent;
}

ol.m-list-asterisk {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

ol.m-list-asterisk .fzs {
  font-size: 10px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzs {
    font-size: 1.2rem;
  }
}

ol.m-list-asterisk .fzm {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzm {
    font-size: 1.4rem;
  }
}

ol.m-list-asterisk .fzl {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

ol.m-list-asterisk a[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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

ol.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 2.7em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li {
    margin-top: 5px;
    padding-left: 2.6em;
  }
}

ol.m-list-asterisk > li:first-child {
  margin-top: 0;
}

ol.m-list-asterisk > li:before {
  content: "\203b" counter(number) "\ff1a";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.8em;
  margin-right: 2px;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li:before {
    margin-left: -2.6em;
    margin-right: auto;
  }
}

ol.m-list-asterisk > li > ul, ol.m-list-asterisk > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul, ol.m-list-asterisk > li > ol {
    margin-top: 5px;
  }
}

ol.m-list-asterisk > li > ul > li, ol.m-list-asterisk > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul > li, ol.m-list-asterisk > li > ol > li {
    padding-left: 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: .85em;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

.m-list-image {
  margin-top: 20px;
}

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

@media print, screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-image > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media print, 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 print, 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 print, 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 print, screen and (min-width: 768px) {
  .m-list-image.image-position-left {
    float: left;
    margin-right: 14px;
    padding-right: 14px;
    margin-bottom: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left ul {
    margin: 0;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left ul li {
    width: auto;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left ul li:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.m-list-image.image-position-right {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-right {
    float: right;
    margin-left: 14px;
    padding-left: 14px;
    margin-bottom: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-right ul {
    margin: 0;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-right ul li {
    width: auto;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-right ul li:nth-child(n + 2) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left.image-col-6, .m-list-image.image-position-right.image-col-6, .m-list-image.image-position-center.image-col-6 {
    width: 50%;
  }
}

.m-list-image.image-position-left.image-col-6 ul li, .m-list-image.image-position-right.image-col-6 ul li, .m-list-image.image-position-center.image-col-6 ul li {
  margin-top: 15px;
}

.m-list-image.image-position-left.image-col-6 ul li:first-child, .m-list-image.image-position-right.image-col-6 ul li:first-child, .m-list-image.image-position-center.image-col-6 ul li:first-child {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left.image-col-4, .m-list-image.image-position-right.image-col-4, .m-list-image.image-position-center.image-col-4 {
    width: calc(100% / 3);
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-image.image-position-left.image-col-3, .m-list-image.image-position-right.image-col-3, .m-list-image.image-position-center.image-col-3 {
    width: 25%;
  }
}

.m-list-image .image-title {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-image .image-title {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.m-list-image .image-desc {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-image .image-desc {
    font-size: 1.4rem;
  }
}

.m-list-image .image-title + .image-desc {
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-image .image-title + .image-desc {
    margin-top: 10px;
  }
}

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

.m-list-btn {
  margin-top: 20px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-btn > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-btn > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-btn > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-btn > [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-btn > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 10px;
  }
  .m-list-btn > [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-btn > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-btn > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-btn > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 10px;
  }
}

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

.m-list-btn .m-btn-simple {
  width: 100%;
  display: block;
}

.m-list-btn .m-btn-simple > span {
  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;
}

@media print, screen and (min-width: 768px) {
  .m-list-btn.btn-blue ul {
    margin: 0 -10px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-btn.btn-blue ul li {
    padding: 0 10px;
  }
}

.m-list-btn.btn-blue ul li .m-btn-simple {
  border: solid 1px #004ea2;
  background-color: #004ea2;
  padding: 0 14px 0 10px;
  border-radius: 30px;
  text-align: center;
}

.m-list-btn.btn-blue ul li .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=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-list-btn.btn-blue ul li .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=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-list-btn.btn-blue ul li .m-btn-simple[href$=".doc"]:not(.noticon) > span:after, .m-list-btn.btn-blue ul li .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=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-btn.btn-blue ul li .m-btn-simple[href$=".xls"]:not(.noticon) > span:after, .m-list-btn.btn-blue ul li .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=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-btn.btn-blue ul li .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=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

@media print, screen and (min-width: 768px) {
  .m-list-btn.btn-blue ul li .m-btn-simple {
    padding: 0 20px 0 20px;
    font-size: 1.4rem;
  }
}

.m-list-btn.btn-blue ul li .m-btn-simple:before {
  background-color: #fff;
}

.m-list-btn.btn-blue ul li .m-btn-simple > span {
  color: #fff;
  padding: 18px 18px 18px 0;
}

@media print, screen and (min-width: 768px) {
  .m-list-btn.btn-blue ul li .m-btn-simple > span {
    padding: 13px 20px 13px 0;
  }
}

.m-list-btn.btn-blue ul li .m-btn-simple > span:after {
  background-image: url(../svg/i_arrow2.svg?c=fff);
}

@media print, screen and (min-width: 768px) {
  .m-list-btn.btn-blue ul li .m-btn-simple > span:after {
    width: 6px;
    height: 10px;
  }
}

[data-whatinput="keyboard"] .m-list-btn.btn-blue ul li .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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

[data-whatinput="keyboard"] .m-list-btn.btn-blue ul li .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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

[data-whatinput="keyboard"] .m-list-btn.btn-blue ul li .m-btn-simple:focus[href$=".doc"]:not(.noticon) > span:after, [data-whatinput="keyboard"] .m-list-btn.btn-blue ul li .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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

[data-whatinput="keyboard"] .m-list-btn.btn-blue ul li .m-btn-simple:focus[href$=".xls"]:not(.noticon) > span:after, [data-whatinput="keyboard"] .m-list-btn.btn-blue ul li .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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

[data-whatinput="keyboard"] .m-list-btn.btn-blue ul li .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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

[data-whatinput="keyboard"] .m-list-btn.btn-blue ul li .m-btn-simple:focus > span {
  color: #004ea2;
}

[data-whatinput="keyboard"] .m-list-btn.btn-blue ul li .m-btn-simple:focus > span:after {
  background-image: url(../svg/i_arrow2.svg?c=004ea2);
}

@media print, screen and (min-width: 1025px) {
  .m-list-btn.btn-blue ul li .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=004ea2") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    height: 1.15em;
  }
  .m-list-btn.btn-blue ul li .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=e60012") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.0625em;
    height: 1.6em;
    top: -0.1em;
  }
  .m-list-btn.btn-blue ul li .m-btn-simple:hover[href$=".doc"]:not(.noticon) > span:after, .m-list-btn.btn-blue ul li .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=004ea2") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.0625em;
    height: 1.5em;
    top: -0.1em;
  }
  .m-list-btn.btn-blue ul li .m-btn-simple:hover[href$=".xls"]:not(.noticon) > span:after, .m-list-btn.btn-blue ul li .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=009925") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.0625em;
    height: 1.5em;
    top: -0.1em;
  }
  .m-list-btn.btn-blue ul li .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=004ea2") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.25em;
    height: 1.25em;
    top: -0.2em;
  }
  .m-list-btn.btn-blue ul li .m-btn-simple:hover > span {
    color: #004ea2;
  }
  .m-list-btn.btn-blue ul li .m-btn-simple:hover > span:after {
    background-image: url(../svg/i_arrow2.svg?c=004ea2);
  }
}

.m-list-link {
  margin-top: 20px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-link > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 14px;
  }
  .m-list-link > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-link > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-link > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-link > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-link {
    margin-top: 20px;
  }
}

.m-list-link .m-btn-simple {
  width: 100%;
}

@media print, screen and (min-width: 1025px) {
  .m-list-link.link-text > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link.link-text > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link.link-text > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-link.link-text > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-link.link-text > [data-gs-Tab="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 20px;
  }
  .m-list-link.link-text > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-link.link-text > [data-gs-Tab="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-link.link-text > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-link.link-text > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 30px;
  }
}

.m-list-link.link-anc .m-txt-link:before {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.m-list-link.link-position-center > ul {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-list-link.link-position-right > ul {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.m-list-anchor {
  margin: 60px 0 20px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-anchor > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-anchor > [data-gs="12"] > [data-gs-col="6"]:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-anchor > [data-gs="12"] > [data-gs-col="4"]:nth-child(n+4) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-anchor > [data-gs="12"] > [data-gs-col="3"]:nth-child(n+5) {
    margin-top: 15px;
  }
}

@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: 15px;
  }
  .m-list-anchor > [data-gs-Tab="2"] > [data-gs-col][data-gs-col="12"]:nth-child(n+2) {
    margin-top: 15px;
  }
}

@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: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-anchor > [data-gs-sp="2"] > [data-gs-col]:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-anchor > [data-gs-sp="1"] > [data-gs-col]:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-anchor {
    margin: 40px 0 10px;
  }
}

.m-list-anchor ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-list-anchor .m-btn-simple {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-list-anchor .m-btn-simple span {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-list-news {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news {
    margin-top: 60px;
  }
}

.m-list-news > li {
  position: relative;
}

.m-list-news > li:after {
  content: '';
  left: -20px;
  right: -20px;
  bottom: 0;
  height: 1px;
  background-color: #bebebe;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li:after {
    left: 0;
    right: 0;
  }
}

.m-list-news > li > a, .m-list-news > li > span {
  padding: 15px 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-list-news > li > a[target='_blank']:not(.noticon) > .news-ttl:after, .m-list-news > li > span[target='_blank']:not(.noticon) > .news-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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-list-news > li > a[href$=".pdf"]:not(.noticon) > .news-ttl:after, .m-list-news > li > span[href$=".pdf"]:not(.noticon) > .news-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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-list-news > li > a[href$=".doc"]:not(.noticon) > .news-ttl:after, .m-list-news > li > a[href$=".docx"]:not(.noticon) > .news-ttl:after, .m-list-news > li > span[href$=".doc"]:not(.noticon) > .news-ttl:after, .m-list-news > li > span[href$=".docx"]:not(.noticon) > .news-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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-news > li > a[href$=".xls"]:not(.noticon) > .news-ttl:after, .m-list-news > li > a[href$=".xlsx"]:not(.noticon) > .news-ttl:after, .m-list-news > li > span[href$=".xls"]:not(.noticon) > .news-ttl:after, .m-list-news > li > span[href$=".xlsx"]:not(.noticon) > .news-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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-news > li > a[href$=".zip"]:not(.noticon) > .news-ttl:after, .m-list-news > li > span[href$=".zip"]:not(.noticon) > .news-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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-news > li > a:link, .m-list-news > li > a:visited, .m-list-news > li > span:link, .m-list-news > li > span:visited {
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a, .m-list-news > li > span {
    padding: 23px 15px;
  }
}

.m-list-news > li > a .news-date, .m-list-news > li > span .news-date {
  font-size: 12.5px;
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 7px;
  margin-top: -2px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a .news-date, .m-list-news > li > span .news-date {
    font-size: 1.5rem;
    margin-top: -3px;
    margin-right: 15px;
  }
}

.m-list-news > li > a .news-cat, .m-list-news > li > span .news-cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px -2px 0;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a .news-cat, .m-list-news > li > span .news-cat {
    margin: -5px -5px 0;
  }
}

.m-list-news > li > a .news-cat .cat-item, .m-list-news > li > span .news-cat .cat-item {
  margin-top: 5px;
  padding: 0 2px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a .news-cat .cat-item, .m-list-news > li > span .news-cat .cat-item {
    padding: 0 5px;
  }
}

.m-list-news > li > a .news-ttl, .m-list-news > li > span .news-ttl {
  font-size: 12.5px;
  font-size: 1.25rem;
  margin-top: 5px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a .news-ttl, .m-list-news > li > span .news-ttl {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.m-list-news > li > a {
  transition: all .3s ease-out;
}

.m-list-news > li > a:before {
  content: '';
  top: 2px;
  bottom: 3px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #bebebe;
  display: block;
  position: absolute;
  transition: all .3s ease-out;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-list-news > li > a .news-ttl {
  position: relative;
  padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a .news-ttl {
    padding-right: 30px;
  }
}

.m-list-news > li > a .news-ttl:after {
  content: '';
  background: url(../svg/i_arrow2.svg?c=004ea2) center no-repeat;
  background-size: 100% auto;
  height: 20px;
  width: 6px;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a .news-ttl:after {
    width: 6px;
    height: 14px;
    right: 5px;
  }
}

[data-whatinput="keyboard"] .m-list-news > li > a:focus {
  text-decoration: none;
  color: #004ea2;
}

[data-whatinput="keyboard"] .m-list-news > li > a:focus:before {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

@media print, screen and (min-width: 1025px) {
  .m-list-news > li > a:hover {
    text-decoration: none;
    color: #004ea2;
  }
  .m-list-news > li > a:hover:before {
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  }
}

.m-list-news > li > a.news-icon-mov .news-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.3em !important;
  height: 1.3em !important;
  background: url(../svg/i_video.svg?c=e5860b) no-repeat right top !important;
  background-size: 100% auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-oneline > li > a, .m-list-news.news-oneline > li > span {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-oneline > li > a .news-date, .m-list-news.news-oneline > li > span .news-date {
    white-space: nowrap;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-oneline > li > a .news-ttl, .m-list-news.news-oneline > li > span .news-ttl {
    margin-top: 0;
  }
}

.m-list-news.news-border {
  position: relative;
}

.m-list-news.news-border:before {
  content: '';
  left: -20px;
  right: -20px;
  top: -1px;
  height: 1px;
  background-color: #bebebe;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-border:before {
    left: 0;
    right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-col2 {
    margin: 0 -40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .m-list-news.news-col2 {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-col2:before {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-col2 > li {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 40px;
  }
}

@media print {
  .m-list-news.news-col2 > li {
    width: 50%;
    display: inline-block;
    padding: 0 40px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-col2 > li:after {
    left: 40px;
    right: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-col2 > li > a:before {
    left: 40px;
    right: 40px;
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-col2 > li:nth-child(-n + 2):before {
    content: '';
    left: 40px;
    right: 40px;
    top: 0;
    height: 1px;
    background-color: #bebebe;
    position: absolute;
  }
}

.m-table-common, .mceContentBody table, .wysiwyg table {
  width: 100%;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-table-common, .mceContentBody table, .wysiwyg table {
    margin-top: 40px;
  }
}

.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 print, 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: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #bebebe;
  text-align: left;
}

@media print, 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;
  }
}

.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: normal;
  vertical-align: top;
}

.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 print, 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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, 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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.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 print, 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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .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 print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .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 print, 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 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 {
  background: #e6e6e6;
  vertical-align: middle;
  font-weight: normal;
}

.m-table-common tbody th, .mceContentBody table tbody th, .wysiwyg table tbody th {
  background-color: #f4f4f4;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.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 {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-table-common + .m-txt-p, .mceContentBody table + .m-txt-p, .wysiwyg table + .m-txt-p {
    margin-top: 20px;
  }
}

.m-table-common.is-tablefixed, .mceContentBody table.is-tablefixed, .wysiwyg table.is-tablefixed {
  table-layout: fixed;
}

.m-table-common .table-cell-accent, .mceContentBody table .table-cell-accent, .wysiwyg table .table-cell-accent {
  background-color: #f5f2e9;
}

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

@media print, 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.table-size-s th, .mceContentBody table.table-size-s th, .wysiwyg table.table-size-s th {
  font-size: 13px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .m-table-common.table-size-s th, .mceContentBody table.table-size-s th, .wysiwyg table.table-size-s th {
    font-size: 1.5rem;
  }
}

.m-table-common.table-size-s td, .mceContentBody table.table-size-s td, .wysiwyg table.table-size-s td {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .m-table-common.table-size-s td, .mceContentBody table.table-size-s td, .wysiwyg table.table-size-s td {
    font-size: 1.5rem;
  }
}

.m-table-common.table-size-ss, .mceContentBody table.table-size-ss, .wysiwyg table.table-size-ss {
  font-size: 10px;
  font-size: 1.0rem;
}

@media print, screen and (min-width: 768px) {
  .m-table-common.table-size-ss, .mceContentBody table.table-size-ss, .wysiwyg table.table-size-ss {
    font-size: 1.4rem;
  }
}

.m-table-common.table-size-ss th, .mceContentBody table.table-size-ss th, .wysiwyg table.table-size-ss th, .m-table-common.table-size-ss td, .mceContentBody table.table-size-ss td, .wysiwyg table.table-size-ss td {
  padding: 7px 3px;
}

@media print, screen and (min-width: 768px) {
  .m-table-common.table-size-ss th, .mceContentBody table.table-size-ss th, .wysiwyg table.table-size-ss th, .m-table-common.table-size-ss td, .mceContentBody table.table-size-ss td, .wysiwyg table.table-size-ss td {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common.table-break th, .mceContentBody table.table-break th, .wysiwyg table.table-break th, .m-table-common.table-break td, .mceContentBody table.table-break td, .wysiwyg table.table-break td {
    display: block;
  }
  .m-table-common.table-break th, .mceContentBody table.table-break th, .wysiwyg table.table-break th {
    border-bottom: none;
  }
  .m-table-common.table-break td, .mceContentBody table.table-break td, .wysiwyg table.table-break td {
    border-top: none;
  }
  .m-table-common.table-break tr + tr th, .mceContentBody table.table-break tr + tr th, .wysiwyg table.table-break tr + tr th {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common.table-break.table-size-s th, .mceContentBody table.table-break.table-size-s th, .wysiwyg table.table-break.table-size-s th {
    padding: 5px 10px;
  }
}

.m-table-scroll {
  position: relative;
  margin-top: 20px;
}

.m-table-scroll .scroll-wrap {
  overflow-x: scroll;
  padding-bottom: 10px;
}

.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: #dcdcdc;
  border-radius: 8px;
}

.m-table-scroll + .m-txt-p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-table-scroll + .m-txt-p {
    margin-top: 20px;
  }
}

.m-txt-ttl {
  background: #001f54 center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl {
    background-image: none;
  }
}

.m-txt-ttl .ttl-inner {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .m-txt-ttl .ttl-inner {
    background: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner {
    padding: 60px 0 65px;
    background-size: cover;
    background-position: center;
  }
}

.m-txt-ttl .ttl-inner .ttl-subtxt {
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  font-size: 2.7rem;
  text-align: center;
  color: #fff;
  line-height: 1.25;
  letter-spacing: .1em;
  padding-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-subtxt {
    padding-top: 10px;
    font-size: 4.3rem;
  }
}

.m-txt-ttl .ttl-inner .ttl-subtxt + .ttl-txt {
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-subtxt + .ttl-txt {
    margin-bottom: 10px;
    font-size: 1.9rem;
    padding-bottom: 16px;
    margin-top: 7px;
  }
}

.m-txt-ttl .ttl-inner .ttl-txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-txt {
    font-size: 2.8rem;
  }
}

.m-txt-ttl.ttl-gb-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-txt-ttl.ttl-gb-img .ttl-inner {
  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;
  min-height: 130px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-gb-img .ttl-inner {
    min-height: 260px;
  }
}

.m-txt-ttl.ttl-gb-img .ttl-inner [data-fixed] {
  margin: 0;
}

.m-txt-ttl.ttl-gb-img .ttl-inner [data-fixed] .ttl-subtxt {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-gb-img .ttl-inner [data-fixed] .ttl-txt {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.m-txt-ttl2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  padding-bottom: 15px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

.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 print, 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 print, 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 print, 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 print, 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 print, 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 print, screen and (min-width: 768px) {
  .m-txt-ttl2 {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.m-txt-ttl2:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #bebebe;
  height: 1px;
  width: 100%;
}

.m-txt-ttl2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #004ea2;
  height: 1px;
  width: 45px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2:after {
    width: 92px;
  }
}

.m-txt-ttl3 {
  line-height: 1.5;
  margin: 40px 0 30px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 10px;
  font-weight: 500;
}

.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 print, 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 print, 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 print, 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 print, 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 print, 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 print, screen and (min-width: 768px) {
  .m-txt-ttl3 {
    font-size: 1.8rem;
    margin: 60px 0 30px;
    padding-left: 18px;
  }
}

.m-txt-ttl3:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #004ea2;
  width: 2px;
  height: 100%;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3:before {
    width: 3px;
  }
}

.m-txt-ttl4 {
  line-height: 1.5;
  margin: 30px 0 25px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #004ea2;
  font-weight: 700;
}

.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 print, 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 print, 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 print, 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 print, 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 print, 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 print, screen and (min-width: 768px) {
  .m-txt-ttl4 {
    font-size: 1.6rem;
  }
}

.m-txt-ttl5 {
  line-height: 1.5;
  margin: 25px 0 20px;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}

.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 print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl5 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl5 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl5 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-txt-copy {
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.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 print, 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 print, 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 print, 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 print, 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 print, 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 print, screen and (min-width: 768px) {
  .m-txt-copy {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 2.5rem;
    text-align: center;
  }
}

.m-txt-copy.copy-margin-s {
  margin-top: 35px;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-copy.copy-margin-s {
    margin-top: 50px;
    margin-bottom: 35px;
  }
}

.m-txt-copy.copy-margin-m {
  margin-top: 35px;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-copy.copy-margin-m {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}

.m-txt-table-caption {
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 19px;
  position: relative;
  font-weight: 500;
}

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

@media print, screen and (min-width: 768px) {
  .m-txt-table-caption {
    font-size: 1.6rem;
  }
}

.m-txt-table-caption:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #004ea2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(0.15em);
          transform: translateY(0.15em);
}

.m-txt-p {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p {
    margin-top: 20px;
  }
}

.m-txt-p a {
  position: relative;
  display: inline-block;
  word-break: break-all;
}

.m-txt-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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-txt-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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-txt-p a[href$=".doc"]:not(.noticon):after, .m-txt-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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-txt-p a[href$=".xls"]:not(.noticon):after, .m-txt-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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-txt-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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-txt-p a:link, .m-txt-p a:visited {
  text-decoration: underline;
}

.m-txt-p a.m-btn-simple {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-txt-p a:focus:link, [data-whatinput="keyboard"] .m-txt-p a:focus:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .m-txt-p a:hover:link, .m-txt-p a:hover:visited {
    text-decoration: none;
  }
}

.m-txt-p + .m-txt-p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p + .m-txt-p {
    margin-top: 15px;
  }
}

.m-txt-p img {
  height: auto;
}

.m-txt-link {
  position: relative;
  display: inline-block;
  transition: all .3s ease-out;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-txt-link:after {
  content: '';
  background: url(../svg/i_arrow2.svg?c=004ea2) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 14px;
  display: inline-block;
  top: .35em;
  right: 0;
  margin: auto;
  margin-left: 3px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-link:after {
    width: 7px;
    height: 12px;
    top: .7em;
    margin-left: 5px;
  }
}

.m-txt-link[target='_blank']:not(.noticon):after {
  top: -.2em;
}

.m-txt-link[href$=".pdf"]:not(.noticon):after {
  top: -.2em;
}

.m-txt-link[href$=".xls"]:not(.noticon):after, .m-txt-link[href$=".xlsx"]:not(.noticon):after {
  top: -.2em;
}

.m-txt-link[href$=".doc"]:not(.noticon):after, .m-txt-link[href$=".docx"]:not(.noticon):after {
  top: -.2em;
}

.m-txt-legend {
  font-size: 11px;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
  .m-txt-legend {
    font-size: 1.4rem;
  }
}

.m-txt-legend .legend-icon {
  margin-right: 9px;
  width: 20px;
  height: 12px;
  display: inline-block;
  background-color: #004ea2;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .m-txt-legend .legend-icon {
    margin-right: 7px;
    width: 40px;
    height: 12px;
  }
}

.m-txt-symbol {
  font-style: italic;
}

.m-txt-name {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.m-txt-name + * {
  margin-top: 0 !important;
}

.m-txt-name + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-name + .image-position-left + *,
  .m-txt-name + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-txt-name + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-name + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-name + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-name + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-name + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-txt-name + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-name + [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-name + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-name {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.m-txt-anchor {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  transition: all .3s ease-out;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.m-txt-anchor:link, .m-txt-anchor:visited {
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .m-txt-anchor {
    padding-left: 27px;
    font-size: 1.6rem;
  }
}

.m-txt-anchor:before {
  content: '';
  background: url(../svg/i_arrow2.svg?c=004ea2) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 14px;
  display: block;
  position: absolute;
  top: .4em;
  left: 3px;
  margin: auto;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  transition: all .2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-txt-anchor:before {
    width: 8px;
    height: 12px;
    left: 2px;
    top: .5em;
  }
}

[data-whatinput="keyboard"] .m-txt-anchor:focus:before {
  -webkit-transform: rotateZ(90deg) translateX(4px);
          transform: rotateZ(90deg) translateX(4px);
}

@media print, screen and (min-width: 1025px) {
  .m-txt-anchor:hover:before {
    -webkit-transform: rotateZ(90deg) translateX(4px);
            transform: rotateZ(90deg) translateX(4px);
  }
}

.m-txt-label {
  font-size: 10px;
  font-size: 1.0rem;
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 2px;
  background-color: #7d7d7d;
  color: #fff;
  text-align: center;
  min-width: 80px;
  display: block;
  border: solid 1px #7d7d7d;
}

@media print, screen and (min-width: 768px) {
  .m-txt-label {
    font-size: 1.2rem;
    min-width: 110px;
  }
}

.m-txt-label.label-sjc {
  border: solid 1px #0072ca;
  background-color: #fff;
  color: #0072ca;
}

.m-txt-label.label-sjhd {
  border: solid 1px #004a95;
  background-color: #fff;
  color: #004a95;
}

.m-txt-label.label-group {
  border: solid 1px #003162;
  background-color: #fff;
  color: #003162;
}

.m-txt-label.label-management, .m-txt-label.label-settlement, .m-txt-label.label-manage {
  background-color: #ac9969;
  border-color: #ac9969;
  color: #fff;
}

.m-txt-label.label-outline {
  background-color: #8b687f;
  border-color: #8b687f;
  color: #fff;
}

.m-txt-label.label-materials {
  background-color: #72a98f;
  border-color: #72a98f;
  color: #fff;
}

.m-txt-label.label-satellite {
  background-color: #b98b82;
  border-color: #b98b82;
  color: #fff;
}

.m-txt-label.label-media {
  background-color: #7cafc4;
  border-color: #7cafc4;
  color: #fff;
}

.m-txt-label.label-contents, .m-txt-label.label-shareholders {
  background-color: #7180ac;
  border-color: #7180ac;
  color: #fff;
}

.m-txt-label.label-disclosure {
  background-color: #b98b82;
  border-color: #b98b82;
  color: #fff;
}

.m-txt-label.label-promo {
  background-color: #72a98f;
  border-color: #72a98f;
  color: #fff;
}

.m-txt-label.label-news {
  border: solid 1px #7d7d7d;
  background-color: #fff;
  color: #000;
}

.m-txt-label.label-other {
  background-color: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}

.m-txt-label.label-important {
  background-color: #fff;
  border-color: #e60012;
  color: #e60012;
}

.m-txt-label.label-sdgs {
  background-color: #7180ac;
  border-color: #7180ac;
  color: #fff;
}

.m-btn-simple {
  position: relative;
  display: inline-block;
  background-color: #f4f4f4;
  padding: 0 19px 0 15px;
  transition: all .2s ease-out;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  border: none;
  text-align: left;
  border-radius: 6px;
  overflow: hidden;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple {
    font-size: 1.6rem;
    padding: 0 30px 0 30px;
  }
}

.m-btn-simple:link, .m-btn-simple:visited {
  color: #fff;
}

.m-btn-simple:before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: width .3s ease;
  background: #004ea2;
}

.m-btn-simple > span {
  display: block;
  position: relative;
  padding: 22px 18px 22px 0;
  color: #000;
  transition: all .3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple > span {
    padding: 30px 30px 30px 0;
  }
}

.m-btn-simple > span:after {
  content: '';
  background: url(../svg/i_arrow2.svg?c=004ea2) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 20px;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple > span:after {
    width: 10px;
    height: 19px;
    right: 0;
  }
}

.m-btn-simple > span span.m-txt-symbol {
  padding: 0;
}

[data-whatinput="keyboard"] .m-btn-simple:focus {
  text-decoration: none;
}

[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.2em;
  height: 1.15em;
}

[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.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

[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.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

[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.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

[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.2em;
  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 {
  color: #fff;
}

[data-whatinput="keyboard"] .m-btn-simple:focus > span:after {
  background-image: url(../svg/i_arrow2.svg?c=fff);
}

@media print, screen and (min-width: 1025px) {
  .m-btn-simple:hover {
    text-decoration: none;
  }
  .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.2em;
    height: 1.15em;
  }
  .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.2em;
    width: 1.0625em;
    height: 1.6em;
    top: -0.1em;
  }
  .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.2em;
    width: 1.0625em;
    height: 1.5em;
    top: -0.1em;
  }
  .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.2em;
    width: 1.0625em;
    height: 1.5em;
    top: -0.1em;
  }
  .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.2em;
    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 {
    color: #fff;
  }
  .m-btn-simple:hover > span:after {
    background-image: url(../svg/i_arrow2.svg?c=fff);
  }
}

.m-btn-simple.btn-blue {
  border: solid 1px #004ea2;
  background-color: #004ea2;
  padding: 0 14px 0 10px;
}

.m-btn-simple.btn-blue[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.2em;
  height: 1.15em;
}

.m-btn-simple.btn-blue[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.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-btn-simple.btn-blue[href$=".doc"]:not(.noticon) > span:after, .m-btn-simple.btn-blue[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.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-btn-simple.btn-blue[href$=".xls"]:not(.noticon) > span:after, .m-btn-simple.btn-blue[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.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-btn-simple.btn-blue[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.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-blue {
    padding: 0 20px 0 20px;
  }
}

.m-btn-simple.btn-blue:before {
  background-color: #fff;
}

.m-btn-simple.btn-blue > span {
  color: #fff;
  padding: 18px 18px 18px 0;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-blue > span {
    padding: 13px 20px 13px 0;
  }
}

.m-btn-simple.btn-blue > span:after {
  background-image: url(../svg/i_arrow2.svg?c=fff);
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-blue > span:after {
    width: 6px;
    height: 10px;
  }
}

[data-whatinput="keyboard"] .m-btn-simple.btn-blue: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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

[data-whatinput="keyboard"] .m-btn-simple.btn-blue: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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

[data-whatinput="keyboard"] .m-btn-simple.btn-blue:focus[href$=".doc"]:not(.noticon) > span:after, [data-whatinput="keyboard"] .m-btn-simple.btn-blue: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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

[data-whatinput="keyboard"] .m-btn-simple.btn-blue:focus[href$=".xls"]:not(.noticon) > span:after, [data-whatinput="keyboard"] .m-btn-simple.btn-blue: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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

[data-whatinput="keyboard"] .m-btn-simple.btn-blue: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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

[data-whatinput="keyboard"] .m-btn-simple.btn-blue:focus > span {
  color: #004ea2;
}

[data-whatinput="keyboard"] .m-btn-simple.btn-blue:focus > span:after {
  background-image: url(../svg/i_arrow2.svg?c=004ea2);
}

@media print, screen and (min-width: 1025px) {
  .m-btn-simple.btn-blue: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=004ea2") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    height: 1.15em;
  }
  .m-btn-simple.btn-blue: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=e60012") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.0625em;
    height: 1.6em;
    top: -0.1em;
  }
  .m-btn-simple.btn-blue:hover[href$=".doc"]:not(.noticon) > span:after, .m-btn-simple.btn-blue: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=004ea2") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.0625em;
    height: 1.5em;
    top: -0.1em;
  }
  .m-btn-simple.btn-blue:hover[href$=".xls"]:not(.noticon) > span:after, .m-btn-simple.btn-blue: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=009925") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.0625em;
    height: 1.5em;
    top: -0.1em;
  }
  .m-btn-simple.btn-blue: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=004ea2") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.25em;
    height: 1.25em;
    top: -0.2em;
  }
  .m-btn-simple.btn-blue:hover > span {
    color: #004ea2;
  }
  .m-btn-simple.btn-blue:hover > span:after {
    background-image: url(../svg/i_arrow2.svg?c=004ea2);
  }
}

.m-btn-simple.btn-under {
  padding-left: 15px;
  padding-right: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-under {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-btn-simple.btn-under > span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.m-form-select {
  position: relative;
  display: inline-block;
}

.m-form-select:before {
  z-index: 1;
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  background: url(../svg/i_arrow2.svg?c=004ea2) no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .m-form-select:before {
    width: 6px;
    height: 12px;
    right: 17px;
  }
}

.m-form-select select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #bebebe;
  width: 100%;
  cursor: pointer;
  line-height: 1.25;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 28px 6px 9px;
}

@media print, screen and (min-width: 768px) {
  .m-form-select select {
    padding: 10px 50px 12px 19px;
  }
}

.m-form-select select option {
  background-color: #fff;
  color: #333;
}

.m-form-select select::-ms-expand {
  display: none;
}

.m-form-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.m-form-text {
  width: 100%;
  border: solid 1px #d7d7d7;
  border-radius: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 14px 14px 12px;
  line-height: 1.25;
  -webkit-appearance: none;
          appearance: none;
}

.m-form-text:placeholder-shown {
  color: rgba(0, 0, 0, 0.5);
}

.m-form-text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.m-form-text:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-form-text::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-form-text:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 768px) {
  .m-form-text {
    padding: 14px 15px 16px 19px;
  }
}

.m-form-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-form-checkbox {
    padding-left: 40px;
    cursor: pointer;
  }
}

.m-form-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-form-checkbox input[type="checkbox"]:checked + .checkbox-icon:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-form-checkbox .checkbox-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #bebebe;
  background: #f2f2f2;
  position: absolute;
  left: 0px;
  top: 0.45em;
}

@media print, screen and (min-width: 768px) {
  .m-form-checkbox .checkbox-icon {
    width: 22px;
    height: 22px;
    border: 2px solid #bebebe;
  }
}

.m-form-checkbox .checkbox-icon:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  border-right: solid 2px #004ea2;
  border-bottom: solid 2px #004ea2;
  position: absolute;
  -webkit-transform: rotate(45deg) translate(-1px, -1px);
          transform: rotate(45deg) translate(-1px, -1px);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-form-checkbox .checkbox-icon:after {
    width: 8px;
    height: 12px;
  }
}

.m-list-check .check-wrap {
  margin-top: -10px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-list-check .check-wrap {
    margin: 0 -10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .m-list-check .check-wrap {
    display: block;
    letter-spacing: -.40em;
  }
}

.m-list-check .check-wrap .radio-item {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-check .check-wrap .radio-item {
    font-size: 1.6rem;
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 10px;
  }
}

@media print {
  .m-list-check .check-wrap .radio-item {
    width: 50%;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-list-check .check-wrap .radio-item input[type="checkbox"],
.m-list-check .check-wrap .radio-item input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.m-list-check .check-wrap .radio-item label input[type="checkbox"] + span,
.m-list-check .check-wrap .radio-item label input[type="radio"] + span {
  position: relative;
  padding: 0 15px 0 20px;
}

@media print, screen and (min-width: 768px) {
  .m-list-check .check-wrap .radio-item label input[type="checkbox"] + span,
  .m-list-check .check-wrap .radio-item label input[type="radio"] + span {
    padding: 0 30px 0 30px;
  }
}

.m-list-check .check-wrap .radio-item label {
  display: block;
  word-break: break-all;
  cursor: pointer;
}

.m-list-check .check-wrap .radio-item label span {
  display: inline-block;
}

.m-list-check .check-wrap .radio-item label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-list-check .check-wrap .radio-item label input[type="radio"] + span:before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 100%;
  z-index: 0;
  left: 0;
  background-color: transparent;
  border: 1px #d4d5d4 solid;
  top: calc(.45em);
  width: 16px;
  height: 16px;
}

@media print, screen and (min-width: 768px) {
  .m-list-check .check-wrap .radio-item label input[type="radio"] + span:before {
    top: calc(.3em);
    width: 20px;
    height: 20px;
  }
}

.m-list-check .check-wrap .radio-item label input[type="radio"] + span:after {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 100%;
  z-index: 0;
  top: calc(.45em + 3px);
  background-color: #004ea2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .1s ease-out;
  left: 3px;
  width: 10px;
  height: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-check .check-wrap .radio-item label input[type="radio"] + span:after {
    top: calc(.3em + 5px);
    left: 5px;
    width: 10px;
    height: 10px;
  }
}

.m-list-check .check-wrap .radio-item label input[type="radio"]:checked + span:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-list-check .check-wrap .radio-item .label_list label input[type="checkbox"] + span:before {
  border-color: #fff;
}

.m-list-check .check-wrap .radio-item .label_list label input[type="checkbox"]:checked + span:before {
  background-color: #fff;
}

.m-list-check .check-wrap .radio-item label span {
  display: inline-block;
}

.m-list-check .check-wrap .radio-item label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-list-check .check-wrap .radio-item label input[type="checkbox"] + span:before, .m-list-check .check-wrap .radio-item label input[type="checkbox"] + span:after {
  position: absolute;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  top: calc(.5em);
}

@media print, screen and (min-width: 768px) {
  .m-list-check .check-wrap .radio-item label input[type="checkbox"] + span:before, .m-list-check .check-wrap .radio-item label input[type="checkbox"] + span:after {
    top: calc(.4em);
  }
}

.m-list-check .check-wrap .radio-item label input[type="checkbox"] + span:before {
  z-index: 0;
  background-color: transparent;
  border: 1px #d4d5d4 solid;
  border-radius: 4px;
  width: 16px;
  height: 16px;
}

@media print, screen and (min-width: 768px) {
  .m-list-check .check-wrap .radio-item label input[type="checkbox"] + span:before {
    width: 22px;
    height: 22px;
  }
}

.m-list-check .check-wrap .radio-item label input[type="checkbox"] + span:after {
  z-index: 1;
  transition: opacity .1s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin: 3px 5px;
  width: 6px;
  height: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-list-check .check-wrap .radio-item label input[type="checkbox"] + span:after {
    margin: 4px 8px;
    width: 7px;
    height: 11px;
  }
}

.m-list-check .check-wrap .radio-item label input[type="checkbox"]:checked + span:before {
  background-color: #fff;
}

.m-list-check .check-wrap .radio-item label input[type="checkbox"]:checked + span:after {
  border: 2px solid #004ea2;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-list-check .check-wrap .radio-item.item-other {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-list-check .check-wrap .radio-item.item-other {
    margin-top: 20px;
    width: 100%;
  }
}

.m-list-check .check-wrap .radio-item.item-other .m-txt-asterisk {
  margin-top: 0;
}

.m-list-check.check-center {
  text-align: center;
}

.m-list-check .formError {
  top: auto !important;
  bottom: calc(100% + 10px);
}

@media print, screen and (min-width: 768px) {
  .m-list-check .formError {
    bottom: 100%;
  }
}

.m-list-check .formError .formErrorArrow {
  position: absolute;
  top: auto;
  bottom: -10px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

/*! 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 {
  overflow-y: scroll;
  color: #000;
  background: #fff;
  font-family: YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 62.5%;
  font-feature-settings: "palt" 1;
}

body {
  line-height: 2;
  font-size: 13px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

body:not(.ready) *, body:not(.ready) *:before, body:not(.ready) *:after {
  transition: none !important;
}

/* link style */
a:link {
  color: #004ea2;
  text-decoration: none;
}

a:visited {
  color: #004ea2;
  text-decoration: none;
}

a:hover, a:active {
  color: #004ea2;
}

@media print, screen and (min-width: 1025px) {
  a:hover, a:active {
    text-decoration: underline;
  }
}

#l-wrap {
  overflow-x: hidden;
  padding-top: 63px;
}

@media print, screen and (min-width: 1025px) {
  #l-wrap {
    padding-top: 86px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1100px) {
  #l-wrap {
    padding-top: 70px;
  }
}

.layout-simple #l-wrap {
  padding-top: 0;
}

/* header style */
#l-header {
  background-color: #ddd;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#l-header .header-overlay {
  transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: 100;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

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

#l-header .header-outer {
  position: relative;
  z-index: 120;
  background-color: #fff;
}

#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;
  padding-left: 15px;
}

@media print, screen and (max-width: 1100px) {
  #l-header .header-outer .header-inner {
    padding-left: 10px;
  }
}

#l-header .header-outer .header-inner .header-logo > a > img, #l-header .header-outer .header-inner .header-logo > a > svg {
  height: 28.5px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo > a > img, #l-header .header-outer .header-inner .header-logo > a > svg {
    height: 42px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1100px) {
  #l-header .header-outer .header-inner .header-logo > a > img, #l-header .header-outer .header-inner .header-logo > a > svg {
    height: 28.5px;
  }
}

@media screen and (max-width: 1024px) {
  #l-header .header-outer .header-inner .header-menu {
    display: none;
    position: absolute;
    z-index: 110;
    top: 100%;
    width: 100%;
    left: 0;
    right: auto;
    max-height: calc(100vh - 55px);
    max-height: calc(var(--vh, 1vh) * 100 - 55px);
    overflow-y: auto;
    background-color: #fff;
    padding: 5px 20px 50px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item {
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head {
    color: #000;
    position: relative;
    display: block;
    line-height: 1.25;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #bebebe;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head > span {
    display: block;
    position: relative;
    padding: 25px 25px 25px 0;
    overflow: hidden;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head[aria-controls] > span:before, #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head[aria-controls] > span:after {
    content: '';
    background: #000;
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head[aria-controls] > span:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: all .6s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head[aria-controls] > span:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: all .6s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item.is-active .item-head > span:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item.is-active .item-head > span:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item.is-active:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #bebebe;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container {
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-icon {
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap {
    padding: 13px 0;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-ttl {
    font-weight: bold;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-ttl .ttl-inner {
    color: #000;
    display: inline-block;
    padding: 12px 20px 12px;
    line-height: 1.5;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-child .child-item > a {
    color: #000;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1.5;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-child .child-item > a:link, #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-child .child-item > a:visited {
    color: #000;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-close {
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-text {
    margin-top: 37.5px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-text .text-language {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #l-header .header-outer .header-inner .header-menu .menu-text .text-language .language-item {
    padding: 0 11px;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu .menu-text .text-language .language-item + .language-item:after {
    content: '';
    background-color: #000;
    width: 1px;
    height: 14px;
    display: block;
    position: absolute;
    top: .3em;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotateZ(30deg);
            transform: rotateZ(30deg);
  }
  #l-header .header-outer .header-inner .header-menu .menu-text .text-language .language-item .item-inner {
    display: inline-block;
    line-height: 1.25;
    padding: 15px;
    color: #000;
    position: relative;
    letter-spacing: .1em;
    text-align: center;
  }
  #l-header .header-outer .header-inner .header-menu .menu-text .text-language .language-item .item-inner:after {
    content: '';
    background-color: #e60012;
    width: 14px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  #l-header .header-outer .header-inner .header-menu .menu-text .text-language .language-item .item-inner.is-active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #l-header .header-outer .header-inner .header-action {
    margin-left: auto;
    margin-right: 12px;
  }
  #l-header .header-outer .header-inner .header-action .action-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language {
    display: none;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn {
    background-color: transparent;
    border: none;
    color: #004ea2;
    font-size: 1.0rem;
    transition: all .3s ease-in-out;
    position: relative;
    width: 48px;
    height: 63px;
    padding: 0;
    display: block;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn:before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url(/assets/svg/i_close.svg) center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn .btn-img {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn .btn-txt {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    display: inline-block;
    -webkit-transform-origin: center;
            transform-origin: center;
    letter-spacing: .06em;
  }
  .search-open #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn .btn-img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .search-open #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-menu .menu-btn {
    background-color: transparent;
    border: none;
    color: #004ea2;
    font-size: 1.0rem;
    transition: all .3s ease-in-out;
    position: relative;
    width: 48px;
    height: 63px;
    padding: 0;
    display: block;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-menu .menu-btn .btn-txt {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    display: inline-block;
    -webkit-transform-origin: center;
            transform-origin: center;
    letter-spacing: .06em;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-menu .menu-btn > .btn-wrap, #l-header .header-outer .header-inner .header-action .action-list .list-item.item-menu .menu-btn:before, #l-header .header-outer .header-inner .header-action .action-list .list-item.item-menu .menu-btn:after {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 1px;
    margin-left: -12.5px;
    background-color: #004ea2;
    border-radius: 2px;
    display: inline-block;
    transition: all .3s ease-in-out;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-menu .menu-btn > .btn-wrap {
    top: 18px;
    font-size: 0;
    color: transparent;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-menu .menu-btn:before {
    top: 23px;
    content: '';
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-menu .menu-btn:after {
    top: 28px;
    content: '';
  }
  .menu-open #l-header .header-outer .header-inner .header-action .action-list .list-item.item-menu .menu-btn > .btn-wrap {
    top: 23px;
    -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-action .action-list .list-item.item-menu .menu-btn:before {
    transition: .2s ease .1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .menu-open #l-header .header-outer .header-inner .header-action .action-list .list-item.item-menu .menu-btn:after {
    top: 23px;
    -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 print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 5px;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head {
    font-size: 1.4rem;
    color: #000;
    padding: 0 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1300px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head {
    padding: 0 7px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head > span {
    display: block;
    position: relative;
    padding: 4px 0;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head > span:after {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    background-color: #e60012;
    bottom: 0;
    right: 0;
    transition: width 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head:focus {
    text-decoration: none;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head:focus > span:after {
    left: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head:hover {
    text-decoration: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head:hover > span:after {
    left: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head.is-current {
    text-decoration: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-head.is-current > span:after {
    left: 0;
    width: 100%;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 30;
    -webkit-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0);
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-icon {
    width: 25%;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-icon:before {
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #f4f4f4;
    display: block;
    position: absolute;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-icon .icon-wrap {
    background-color: #fff;
    width: 160px;
    height: 160px;
    position: relative;
    border-radius: 100%;
    margin-right: 16%;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-icon .icon-wrap .icon-img {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 78px;
    margin: auto;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-icon .icon-wrap .icon-txt {
    font-size: 1.0rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    margin: auto;
    text-align: center;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 45px 0 40px 40px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-ttl {
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-ttl .ttl-inner {
    color: #000;
    display: block;
    position: relative;
    font-size: 1.8rem;
    padding: 15px 0 15px 23px;
    font-weight: 500;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-ttl .ttl-inner:before {
    content: '';
    width: 5px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    display: block;
    margin: auto;
    background: url(/assets/svg/i_arrow2.svg?c=000) center no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateY(0.05em);
            transform: translateY(0.05em);
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-ttl .ttl-inner .ttl-suffix {
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-ttl:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: #dcdcdc;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-ttl:after {
    content: '';
    height: 1px;
    width: 98px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: #e60012;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 2px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-wrap .item-child .child-item > a {
    color: #000;
    padding: 7px 22px;
    font-size: 1.4rem;
    line-height: 1.5;
    display: inline-block;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-close .close-inner {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    transition: all .3s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-close .close-inner img, #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-close .close-inner svg {
    transition: all .3s ease-out;
    width: 25px;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-close .close-inner:focus {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-close .close-inner:focus > img, [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-close .close-inner:focus > svg {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-close .close-inner:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-close .close-inner:hover > img, #l-header .header-outer .header-inner .header-menu .menu-gnav .gnav-list .list-item .item-container .item-inner .item-close .close-inner:hover > svg {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-text {
    display: none;
  }
  #l-header .header-outer .header-inner .header-action {
    margin: 0 0 0 auto;
  }
  #l-header .header-outer .header-inner .header-action .action-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 32px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1300px) {
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language {
    margin-right: 5px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language .language-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language .language-wrap .language-item {
    padding: 0;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language .language-wrap .language-item + .language-item:after {
    content: '';
    background-color: #000;
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotateZ(30deg);
            transform: rotateZ(30deg);
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language .language-wrap .language-item .item-inner {
    display: inline-block;
    line-height: 1.25;
    padding: 10px;
    color: #000;
    position: relative;
    letter-spacing: .1em;
    text-align: center;
    font-size: 1.3rem;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language .language-wrap .language-item .item-inner:after {
    content: '';
    background-color: #e60012;
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .2s ease-out;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language .language-wrap .language-item .item-inner.is-active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language .language-wrap .language-item .item-inner:focus {
    text-decoration: none;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language .language-wrap .language-item .item-inner:focus:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language .language-wrap .language-item .item-inner:hover {
    text-decoration: none;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-language .language-wrap .language-item .item-inner:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn {
    background: #004ea2;
    border: none;
    border: solid 1px #004ea2;
    color: #fff;
    font-size: 1.0rem;
    transition: all .3s ease-in-out;
    position: relative;
    width: 86px;
    height: 86px;
    padding: 0;
    display: block;
    outline: none;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1100px) {
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn {
    width: 70px;
    height: 70px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn:before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background: url(/assets/svg/i_close.svg?c=fff) center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s ease-in-out;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn .btn-img {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1100px) {
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn .btn-img {
    width: 28px;
    height: 28px;
    top: 14px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn .btn-img path {
    stroke: #fff;
    transition: all .3s ease-in-out;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn .btn-txt {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    display: inline-block;
    -webkit-transform-origin: center;
            transform-origin: center;
    letter-spacing: .06em;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1100px) {
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn .btn-txt {
    top: 45px;
  }
}

@media print, screen and (min-width: 1025px) {
  .search-open #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn .btn-img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .search-open #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  [data-whatinput="keyboard"] .search-open #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn:focus:before {
    background-image: url(/assets/svg/i_close.svg?c=004ea2);
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  .search-open #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn:hover:before {
    background-image: url(/assets/svg/i_close.svg?c=004ea2);
  }
}

@media print, screen and (min-width: 1025px) {
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn:focus {
    border-top-color: #fff;
    border-right-color: #fff;
    border-left: solid 1px #004ea2;
    border-bottom: solid 1px #004ea2;
    background-color: #fff;
    color: #004ea2;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn:focus svg path {
    stroke: #004ea2;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn:hover {
    border-top-color: #fff;
    border-right-color: #fff;
    border-left: solid 1px #004ea2;
    border-bottom: solid 1px #004ea2;
    background-color: #fff;
    color: #004ea2;
  }
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-search .search-btn:hover svg path {
    stroke: #004ea2;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-action .action-list .list-item.item-menu {
    display: none;
  }
}

#l-header .header-search {
  display: none;
  position: absolute;
  z-index: 110;
  top: 100%;
  width: 100%;
  left: 0;
  right: auto;
  max-height: calc(100vh - 55px);
  max-height: calc(var(--vh, 1vh) * 100 - 55px);
  background-color: #fff;
  padding: 30px 20px 33px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-search {
    padding: 43px 20px 45px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-search .search-inner {
    width: 718px;
    margin: 0 auto;
  }
}

#l-header .header-search .search-inner .search-wrap {
  position: relative;
}

#l-header .header-search .search-inner .search-wrap .search-input input {
  width: 100%;
  height: 50px;
  border: none;
  padding: 10px 17px;
  border: solid 1px #bebebe;
  background-color: #f8f8f8;
  font-size: 16px;
  font-size: 1.6rem;
}

#l-header .header-search .search-inner .search-wrap .search-input input:placeholder-shown {
  color: #b1b1b1;
}

#l-header .header-search .search-inner .search-wrap .search-input input::-webkit-input-placeholder {
  color: #b1b1b1;
}

#l-header .header-search .search-inner .search-wrap .search-input input:-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#l-header .header-search .search-inner .search-wrap .search-input input::-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#l-header .header-search .search-inner .search-wrap .search-input input:-ms-input-placeholder {
  color: #b1b1b1;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-search .search-inner .search-wrap .search-input input {
    font-size: 1.6rem;
    height: 77px;
    padding: 10px 72px 10px 33px;
  }
}

#l-header .header-search .search-inner .search-wrap .search-input table {
  cursor: default;
  overflow: visible;
  background-color: #FFD;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 1px;
  z-index: 1;
  padding: 0 !important;
}

#l-header .header-search .search-inner .search-wrap .search-input table .popterm_selected {
  background-color: #eee;
  color: black;
}

#l-header .header-search .search-inner .search-wrap .search-input table tr {
  background-color: #FFF;
  transition: all .2s ease-out;
  cursor: pointer;
}

[data-whatinput="keyboard"] #l-header .header-search .search-inner .search-wrap .search-input table tr:focus {
  background-color: #eee !important;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-search .search-inner .search-wrap .search-input table tr:hover {
    background-color: #eee !important;
  }
}

#l-header .header-search .search-inner .search-wrap .search-input table td {
  font-size: small;
  font-style: normal;
  color: black;
  overflow: hidden;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  margin: 0px;
  padding: 1px;
  text-align: left;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  padding: 5px 10px !important;
  color: #000 !important;
  transition: all .2s ease-out;
}

#l-header .header-search .search-inner .search-wrap .search-btn .btn-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 27px;
  height: 27px;
  background-color: transparent;
  border: none;
  background-color: #004ea2;
  border-radius: 2px;
  overflow: hidden;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-search .search-inner .search-wrap .search-btn .btn-wrap {
    width: 45px;
    height: 45px;
  }
}

#l-header .header-search .search-inner .search-wrap .search-btn .btn-wrap > img, #l-header .header-search .search-inner .search-wrap .search-btn .btn-wrap > svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-search .search-inner .search-wrap .search-btn .btn-wrap > img, #l-header .header-search .search-inner .search-wrap .search-btn .btn-wrap > svg {
    width: 18px;
    height: 18px;
  }
}

#l-header .header-search .search-inner .search-wrap .search-btn .btn-wrap .btn-txt {
  position: absolute;
  top: -999em;
  left: -999em;
}

[data-whatinput="keyboard"] #l-header .header-search .search-inner .search-wrap .search-btn .btn-wrap .btn-txt:focus {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-search .search-inner .search-wrap .search-btn .btn-wrap .btn-txt:hover {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

#l-header-simple {
  z-index: 100;
  height: 63px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#l-header-simple .header-outer {
  position: relative;
  z-index: 120;
  background-color: #fff;
}

#l-header-simple .header-outer .header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}

@media print, screen and (max-width: 1100px) {
  #l-header-simple .header-outer .header-inner {
    padding-left: 10px;
  }
}

#l-header-simple .header-outer .header-inner .header-logo > a > img, #l-header-simple .header-outer .header-inner .header-logo > a > svg {
  height: 28.5px;
}

/* content style */
#l-content .content-pagepath + .swiper-container {
  margin-top: 0;
}

#l-content > .m-box-section:last-child {
  padding-bottom: 90px;
}

@media print, screen and (min-width: 768px) {
  #l-content > .m-box-section:last-child {
    padding-bottom: 100px;
  }
}

#l-content .content-inner {
  *zoom: 1;
  padding-top: 50px;
  padding-bottom: 90px;
}

#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 print, screen and (min-width: 768px) {
  #l-content .content-inner > .image-position-left:first-child + *,
  #l-content .content-inner > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #l-content .content-inner > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-content .content-inner > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-content .content-inner > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

#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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 print, 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 .content-main > *:first-child {
  margin-top: 0 !important;
}

#l-content .content-inner .content-main > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-main > .image-position-left:first-child + *,
  #l-content .content-inner .content-main > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #l-content .content-inner .content-main > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-main > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-content .content-inner .content-main > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-content .content-inner .content-main > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-main {
    float: right;
    width: 820px;
    max-width: 77%;
  }
}

#l-content .content-inner .content-nav {
  margin-top: 50px;
  border: solid 2px #bebebe;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav {
    display: block;
    float: left;
    width: 200px;
    max-width: 20%;
    margin-top: 0;
    border: none;
  }
}

#l-content .content-inner .content-nav .nav-ttl {
  position: relative;
  color: #000;
}

#l-content .content-inner .content-nav .nav-ttl .ttl-inner {
  padding: 18px 31px 18px 26px;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  position: relative;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-ttl .ttl-inner {
    font-size: 1.8rem;
    padding: 0px 25px 0px 13px;
  }
}

#l-content .content-inner .content-nav .nav-ttl .ttl-inner:before {
  content: '';
  position: absolute;
  height: auto;
  width: 3px;
  left: 13px;
  top: 18px;
  bottom: 18px;
  margin: auto;
  background-color: #004ea2;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-ttl .ttl-inner:before {
    top: 0px;
    bottom: 0px;
    left: 0;
  }
}

#l-content .content-inner .content-nav .nav-ttl .ttl-inner:after {
  content: '';
  width: 8px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  display: block;
  margin: auto;
  background: url(/assets/svg/i_arrow2.svg?c=004ea2) center no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-ttl .ttl-inner:after {
    width: 10px;
    height: 17px;
    right: 6px;
  }
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-ttl .ttl-inner:focus {
  text-decoration: none;
}

@media print, 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-list {
  border-top: solid 2px #bebebe;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list {
    border-top: none;
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    background-color: #bebebe;
  }
}

#l-content .content-inner .content-nav .nav-list > li {
  position: relative;
}

#l-content .content-inner .content-nav .nav-list > li + li:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #bebebe;
}

#l-content .content-inner .content-nav .nav-list > li a {
  padding: 20px 31px 20px 13px;
  position: relative;
  color: #000;
  display: block;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
  transition: all .2s ease-out;
}

#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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

#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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

#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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

#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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

#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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li a {
    padding: 15px 25px 15px 0;
    font-size: 1.6rem;
  }
}

#l-content .content-inner .content-nav .nav-list > li a:after {
  content: '';
  width: 8px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  display: block;
  margin: auto;
  background: url(/assets/svg/i_arrow2.svg?c=004ea2) center no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li a:after {
    right: 10px;
    width: 6px;
    height: 11px;
  }
}

#l-content .content-inner .content-nav .nav-list > li a > span {
  display: block;
  position: relative;
  transition: all .2s ease-out;
}

#l-content .content-inner .content-nav .nav-list > li a > span:after {
  transition: all .2s ease-out;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li a:focus {
  text-decoration: none;
  color: #004ea2;
}

[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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

[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=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

[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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

[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=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

[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=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

[data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li a:focus > span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-list > li a:hover {
    text-decoration: none;
    color: #004ea2;
  }
  #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=004ea2") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    height: 1.15em;
  }
  #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=e60012") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.0625em;
    height: 1.6em;
    top: -0.1em;
  }
  #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=004ea2") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.0625em;
    height: 1.5em;
    top: -0.1em;
  }
  #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=009925") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.0625em;
    height: 1.5em;
    top: -0.1em;
  }
  #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=004ea2") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.2em;
    width: 1.25em;
    height: 1.25em;
    top: -0.2em;
  }
  #l-content .content-inner .content-nav .nav-list > li a:hover > span {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

#l-content .content-inner .content-nav .nav-list > li a.is-current {
  color: #004ea2;
}

#l-content .content-inner .content-nav .nav-list > li a.is-current + ul {
  display: block;
}

#l-content .content-inner .content-nav .nav-list > li ul {
  position: relative;
  display: none;
}

#l-content .content-inner .content-nav .nav-list > li ul > li {
  position: relative;
}

#l-content .content-inner .content-nav .nav-list > li ul > li:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #bebebe;
}

#l-content .content-inner .content-nav .nav-list > li ul > li > a {
  padding: 20px 31px 20px 28px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li ul > li > a {
    padding: 15px 25px 15px 10px;
  }
}

#l-content .content-inner .content-nav .nav-list > li ul > li ul > li > a {
  padding-left: 38px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li ul > li ul > li > a {
    padding-left: 20px;
  }
}

#l-content .content-inner .content-nav .nav-list > li ul > li ul > li ul > li > a {
  padding-left: 48px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li ul > li ul > li ul > li > a {
    padding-left: 30px;
  }
}

#l-content .content-inner .content-nav .nav-list > li ul > li ul > li ul > li ul > li > a {
  padding-left: 53px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li ul > li ul > li ul > li ul > li > a {
    padding-left: 40px;
  }
}

/* footer style */
#l-footer {
  background: url(/assets/images/bg_footer.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  #l-footer {
    background-image: url(/assets/images/bg_footer_pc.jpg);
  }
}

#l-footer .footer-upper {
  padding: 50px 20px 30px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper {
    max-width: 1120px;
    margin: 0 auto;
    padding: 120px 30px 30px;
    box-sizing: content-box;
  }
}

#l-footer .footer-upper .upper-catch {
  color: #fff;
  text-align: center;
}

#l-footer .footer-upper .upper-catch img, #l-footer .footer-upper .upper-catch svg {
  height: 24px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .upper-catch img, #l-footer .footer-upper .upper-catch svg {
    height: 40px;
  }
}

#l-footer .footer-upper .footer-inner {
  margin-top: 52.5px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .footer-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 85px;
  }
}

#l-footer .footer-upper .footer-inner .upper-logo {
  text-align: center;
}

#l-footer .footer-upper .footer-inner .upper-logo > a img, #l-footer .footer-upper .footer-inner .upper-logo > a svg {
  height: 28.5px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .footer-inner .upper-logo > a img, #l-footer .footer-upper .footer-inner .upper-logo > a svg {
    height: 42px;
  }
}

#l-footer .footer-upper .footer-inner .upper-menu {
  border-top: solid 1px #fff;
  margin-top: 15px;
  padding-top: 25px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .footer-inner .upper-menu {
    border: none;
    border-left: solid 1px #fff;
    margin-top: 0;
    padding-top: 0;
    margin-left: 40px;
    margin-right: -16px;
    padding-left: 34px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#l-footer .footer-upper .footer-inner .upper-menu .menu-item {
  text-align: center;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .footer-inner .upper-menu .menu-item {
    text-align: left;
  }
}

#l-footer .footer-upper .footer-inner .upper-menu .menu-item .item-wrap {
  padding: 10px 10px;
  display: inline-block;
  line-height: 1.25;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .06em;
}

#l-footer .footer-upper .footer-inner .upper-menu .menu-item .item-wrap[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.2em;
  height: 1.15em;
}

#l-footer .footer-upper .footer-inner .upper-menu .menu-item .item-wrap[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.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

#l-footer .footer-upper .footer-inner .upper-menu .menu-item .item-wrap[href$=".doc"]:not(.noticon):after, #l-footer .footer-upper .footer-inner .upper-menu .menu-item .item-wrap[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.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

#l-footer .footer-upper .footer-inner .upper-menu .menu-item .item-wrap[href$=".xls"]:not(.noticon):after, #l-footer .footer-upper .footer-inner .upper-menu .menu-item .item-wrap[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.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

#l-footer .footer-upper .footer-inner .upper-menu .menu-item .item-wrap[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.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-upper .footer-inner .upper-menu .menu-item .item-wrap {
    padding: 5px 16px;
    font-size: 1.4rem;
  }
}

#l-footer .footer-lower {
  background-color: #373737;
  text-align: center;
}

#l-footer .footer-lower .lower-inner .lower-copy {
  color: #fff;
  padding: 15px;
}

#l-footer .footer-pagetop {
  display: none;
}

#l-footer .footer-pagetop .pagetop-btn {
  border: solid 1px #000;
  border-radius: 100%;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 22.5px;
  bottom: 18px;
  transition: background-color .2s ease-out;
  z-index: 1;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn {
    width: 60px;
    height: 60px;
    bottom: 23px;
    right: 23px;
  }
}

#l-footer .footer-pagetop .pagetop-btn .btn-img img, #l-footer .footer-pagetop .pagetop-btn .btn-img svg {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  width: auto;
  height: 9.5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn .btn-img img, #l-footer .footer-pagetop .pagetop-btn .btn-img svg {
    height: 19px;
  }
}

#l-footer .footer-pagetop .pagetop-btn .btn-img img path, #l-footer .footer-pagetop .pagetop-btn .btn-img svg path {
  transition: all .2s ease-out;
}

#l-footer .footer-pagetop .pagetop-btn .btn-txt {
  position: absolute;
  top: -999em;
  left: -999em;
}

[data-whatinput="keyboard"] #l-footer .footer-pagetop .pagetop-btn:focus {
  background-color: #004ea2;
  border-color: #004ea2;
}

[data-whatinput="keyboard"] #l-footer .footer-pagetop .pagetop-btn:focus .btn-img svg path {
  fill: #fff;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn:hover {
    background-color: #004ea2;
    border-color: #004ea2;
  }
  #l-footer .footer-pagetop .pagetop-btn:hover .btn-img svg path {
    fill: #fff;
  }
}

#l-footer-simple .footer-lower {
  background-color: #373737;
  text-align: center;
}

#l-footer-simple .footer-lower .lower-inner .lower-copy {
  color: #fff;
  padding: 15px;
}

.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: 1300px;
    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;
  }
}
