@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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%;
  height: auto;
}

svg {
  max-width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

.cred {
  color: #c20000 !important;
}

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

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

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

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

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

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

.tdu {
  text-decoration: underline !important;
}

.oh {
  overflow: hidden !important;
}

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

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

.fzs {
  font-size: 1.2rem !important;
}

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

.fzm {
  font-size: 1.4rem !important;
}

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

.fzl {
  font-size: 1.6rem !important;
}

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

.fzll,
.fz2l {
  font-size: 1.8rem !important;
}

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

.fz3l {
  font-size: 1.8rem !important;
}

@media print, screen and (min-width: 768px) {
  .fz3l {
    font-size: 2.2rem !important;
  }
}

.fz4l {
  font-size: 2.0rem !important;
}

@media print, screen and (min-width: 768px) {
  .fz4l {
    font-size: 2.4rem !important;
  }
}

.fz5l {
  font-size: 2.4rem !important;
}

@media print, screen and (min-width: 768px) {
  .fz5l {
    font-size: 2.8rem !important;
  }
}

.fz6l {
  font-size: 2.8rem !important;
}

@media print, screen and (min-width: 768px) {
  .fz6l {
    font-size: 3.2rem !important;
  }
}

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

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  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 {
  -webkit-transition-timing-function: ease-out;
  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;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.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;
  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;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  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;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  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 {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  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,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

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

.swiper-pagination-white .swiper-pagination-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;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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%;
  -o-object-fit: contain;
  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;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

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

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -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,
.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;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

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

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

[data-gs='12'] {
  margin: 0 -10px;
  display: -webkit-box;
  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: -0.4em;
  }
}

@media print, screen and (min-width: 768px) {
  [data-gs='12'] {
    margin: 0 -20px;
    display: -webkit-box;
    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: -0.4em;
  }
}

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

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

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

@media print {
  [data-gs='12'] > [data-gs-col='12'] {
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            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 20px;
  }
}

@media print {
  [data-gs='12'] > [data-gs-col='6'] {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            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 20px;
  }
}

@media print {
  [data-gs='12'] > [data-gs-col='4'] {
    width: 33.33333%;
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            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 20px;
  }
}

@media print {
  [data-gs='12'] > [data-gs-col='3'] {
    width: 25%;
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            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 20px;
  }
}

@media print {
  [data-gs='12'] > [data-gs-col='8'] {
    width: 66.66667%;
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            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%;
  }
}

.m-box-frame {
  margin-top: 20px;
  padding: 20px;
  background-color: #e7e7e7;
  border: solid 2px #e7e7e7;
  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: 40px;
    margin-top: 40px;
  }
}

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

.m-box-frame.frame-bg-blue {
  background-color: #dcebf5;
  border: solid 2px #dcebf5;
}

.m-box-frame.frame-bg-pink {
  background-color: #f8e7ed;
  border: solid 2px #f8e7ed;
}

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

.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-pagepath, #l-content .content-pagepath {
  display: block;
  padding: 6px 0 8px;
}

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

.m-box-pagepath .pagepath-list:after, #l-content .content-pagepath .pagepath-list:after {
  content: ' ';
  display: table;
  clear: both;
}

.m-box-pagepath .pagepath-list > .list-item, #l-content .content-pagepath .pagepath-list > .list-item {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-box-pagepath .pagepath-list > .list-item:after, #l-content .content-pagepath .pagepath-list > .list-item:after {
  display: inline-block;
  content: "\FF1E";
  margin-left: 5px;
  font-size: 1rem;
}

.m-box-pagepath .pagepath-list > .list-item:nth-child(1) a, #l-content .content-pagepath .pagepath-list > .list-item:nth-child(1) a {
  text-decoration: underline;
}

.m-box-pagepath .pagepath-list > .list-item:last-child:after, #l-content .content-pagepath .pagepath-list > .list-item:last-child:after {
  display: none;
}

.m-box-pagepath .pagepath-list > .list-item .item-inner, #l-content .content-pagepath .pagepath-list > .list-item .item-inner {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
}

.m-box-pagepath .pagepath-list > .list-item .item-inner:link, #l-content .content-pagepath .pagepath-list > .list-item .item-inner:link, .m-box-pagepath .pagepath-list > .list-item .item-inner:visited, #l-content .content-pagepath .pagepath-list > .list-item .item-inner:visited {
  color: #000;
}

.m-box-pagepath .pagepath-list > .list-item a.item-inner, #l-content .content-pagepath .pagepath-list > .list-item a.item-inner {
  text-decoration: underline;
  outline-width: 0;
}

[data-whatinput='keyboard'] .m-box-pagepath .pagepath-list > .list-item a.item-inner:focus, [data-whatinput='keyboard'] #l-content .content-pagepath .pagepath-list > .list-item a.item-inner:focus, #l-content [data-whatinput='keyboard'] .content-pagepath .pagepath-list > .list-item a.item-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-pagepath .pagepath-list > .list-item a.item-inner:hover, #l-content .content-pagepath .pagepath-list > .list-item a.item-inner:hover {
    text-decoration: 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 {
  content: '';
  top: 0;
  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;
  outline-width: 0;
}

.m-box-accordion .accordion-head:after {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: calc(100%);
  display: block;
  content: '';
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

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

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

@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:before, .m-box-accordion .accordion-head .head-wrap:after {
  content: '';
  background-color: #006cb7;
  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);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

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

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

[data-whatinput='keyboard'] .m-box-accordion .accordion-head:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-accordion .accordion-head:hover {
    color: #006cb7;
  }
  .m-box-accordion .accordion-head:hover:after {
    background-color: #dcebf5;
  }
}

.m-box-accordion .accordion-body {
  margin-top: 1px;
  background-color: #edf5fa;
  padding: 20px 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: 35px 20px 35px;
  }
}

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

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

.m-box-accordion .accordion-head[aria-expanded='true'] {
  color: #006cb7;
}

.m-box-accordion .accordion-head[aria-expanded='true']:after {
  background-color: #dcebf5;
}

.m-box-accordion .accordion-head[aria-expanded='true'] .head-wrap:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-box-accordion .accordion-head[aria-expanded='true'] .head-wrap:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

.m-box-accordion.accordion-qa .accordion-head .head-wrap .head-ttl:before {
  content: "Q" counter(question) ".";
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  white-space: nowrap;
}

.m-box-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 110vw;
  right: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  padding: 50px 15px 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}

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

.m-box-modal.is-active {
  opacity: 1;
  visibility: visible;
  left: 0;
  pointer-events: auto;
}

.m-box-modal .modal-title {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.m-box-modal .modal-overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.m-box-modal .modal-inner {
  position: relative;
  z-index: 1;
  min-width: 200px;
  min-height: 200px;
  padding-top: 64px;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner {
    padding-top: 64px;
  }
}

.m-box-modal .modal-inner .modal-youtube {
  display: none;
  width: calc(100vw - 30px);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 50px);
  max-height: calc(var(--vh, 1vh) * 100 - 50px);
  pointer-events: auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-youtube {
    max-width: 980px;
  }
}

.m-box-modal .modal-inner .modal-youtube .youtube-inner {
  position: relative;
}

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

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

.m-box-modal .modal-inner .modal-content {
  display: none;
  width: calc(100vw - 30px);
  background-color: #fff;
  padding: 30px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 90px);
  max-height: calc(var(--vh, 1vh) * 100 - 90px);
  pointer-events: auto;
}

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

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

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

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

@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content > [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-modal .modal-inner .modal-content {
    max-width: 980px;
    padding: 50px 60px 60px;
  }
}

.m-box-modal .modal-inner .modal-close {
  position: absolute;
  top: 0;
  right: -6px;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 40px;
  height: 40px;
  pointer-events: auto;
  padding: 0;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-close {
    width: 50px;
    height: 50px;
  }
}

.m-box-modal .modal-inner .modal-close:before, .m-box-modal .modal-inner .modal-close:after {
  content: '';
  width: 50px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.m-box-modal .modal-inner .modal-close:before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.m-box-modal .modal-inner .modal-close:after {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.m-box-modal .modal-inner .modal-close .btn-wrap {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

[data-whatinput='keyboard'] .m-box-modal .modal-inner .modal-close:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-close:hover {
    text-decoration: none;
  }
}

.m-box-modal-content {
  display: none;
}

.m-box-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  width: 200px;
  outline-width: 0;
}

.m-box-banner[target='_blank']:not(.noticon) > .banner-txt > .txt-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-box-banner[href$='.pdf']:not(.noticon) > .banner-txt > .txt-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-box-banner[href$='.doc']:not(.noticon) > .banner-txt > .txt-inner:after, .m-box-banner[href$='.docx']:not(.noticon) > .banner-txt > .txt-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-box-banner[href$='.xls']:not(.noticon) > .banner-txt > .txt-inner:after, .m-box-banner[href$='.xlsx']:not(.noticon) > .banner-txt > .txt-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-box-banner[href$='.zip']:not(.noticon) > .banner-txt > .txt-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .m-box-banner {
    width: 100%;
  }
}

.m-box-banner .banner-img {
  margin-right: 10px;
  width: 70px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-box-banner .banner-img {
    margin-right: 20px;
    width: 85px;
  }
}

.m-box-banner .banner-img img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.m-box-banner .banner-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 0;
  color: #004799;
}

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

.m-box-banner .banner-txt .txt-inner {
  color: #004799;
}

.m-box-banner .banner-txt .txt-inner:after {
  top: 0 !important;
}

[data-whatinput='keyboard'] .m-box-banner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-banner:hover .banner-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.m-box-localnav {
  background-color: #dcebf5;
  overflow: hidden;
}

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

.m-box-localnav .localnav-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
      grid-template-areas: 'localnav-ttl localnav-more' 'localnav-wrap localnav-wrap';
  padding: 35px 20px 25px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 20px 55px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
        grid-template-areas: 'localnav-ttl localnav-wrap' 'localnav-more localnav-wrap';
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-box-localnav .localnav-inner {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
        grid-template-areas: 'localnav-ttl localnav-more' 'localnav-wrap localnav-wrap';
  }
}

.m-box-localnav .localnav-inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner:before {
    right: -40px;
    left: -100vw;
  }
}

.m-box-localnav .localnav-inner .localnav-ttl {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: localnav-ttl;
  position: relative;
}

.m-box-localnav .localnav-inner .localnav-ttl .ttl-sub {
  color: #006cb7;
  font-size: 2.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-ttl .ttl-sub {
    font-size: 4rem;
  }
}

.m-box-localnav .localnav-inner .localnav-ttl .ttl-main {
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.25;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-ttl .ttl-main {
    font-size: 2rem;
    margin-top: 20px;
  }
}

.m-box-localnav .localnav-inner .localnav-more {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: localnav-more;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-more {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: localnav-more;
    text-align: left;
    margin-top: 40px;
  }
}

.m-box-localnav .localnav-inner .localnav-more .more-txt {
  color: #006cb7;
  position: relative;
  display: inline-block;
  padding-right: 19px;
  padding-bottom: 4px;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-more .more-txt {
    padding-right: 28px;
  }
}

.m-box-localnav .localnav-inner .localnav-more .more-txt::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #006cb7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-box-localnav .localnav-inner .localnav-more .more-txt::after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  background: url(../svg/i_arrow.svg?c=006cb7) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

[data-whatinput='keyboard'] .m-box-localnav .localnav-inner .localnav-more .more-txt:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-localnav .localnav-inner .localnav-more .more-txt:hover::after {
    -webkit-animation-name: arrowLinkRight;
            animation-name: arrowLinkRight;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}

.m-box-localnav .localnav-inner .localnav-wrap {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: localnav-wrap;
}

@media print, screen and (min-width: 768px){
  .m-box-localnav .localnav-inner .localnav-ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-box-localnav .localnav-inner .localnav-more {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .m-box-localnav .localnav-inner .localnav-more {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .m-box-localnav .localnav-inner .localnav-wrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px){
  .m-box-localnav .localnav-inner .localnav-ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-box-localnav .localnav-inner .localnav-more {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .m-box-localnav .localnav-inner .localnav-more {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .m-box-localnav .localnav-inner .localnav-wrap {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup {
    margin-top: 30px;
  }
}

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

@media print {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list {
    display: block;
    letter-spacing: -0.4em;
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item + .list-item {
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item + .list-item {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item {
    width: calc(100% / 3);
    width: calc((100% / 3) - 0.1px) \0;
    padding: 0 0;
  }
}

@media print {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item {
    width: 33.33333%;
    display: inline-block;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #006cb7;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner {
    background-color: transparent;
  }
}

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

.m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner::after {
    right: 0;
    top: auto;
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner .item-img {
  width: 140px;
  min-height: 90px;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner .item-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    width: auto;
    overflow: hidden;
    min-height: 0;
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner .item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner .item-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner .item-ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  padding: 5px 30px 5px 10px;
  font-size: 1.4rem;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner .item-ttl {
    font-size: 1.6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 10px;
    min-height: 135px;
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner .item-ttl .ttl-wrap .ttl-ib {
  display: inline-block;
}

[data-whatinput='keyboard'] .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-pickup .pickup-list .list-item .item-inner:hover .item-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-link {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-link {
    margin-top: 30px;
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media print {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list {
    display: block;
    letter-spacing: -0.4em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list {
    margin: 0 -20px;
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list .list-item {
  width: calc(100% / 2);
  width: calc((100% / 2) - 0.1px) \0;
  padding: 0 10px;
}

@media print {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list .list-item {
    width: 50%;
    display: inline-block;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list .list-item {
    width: auto;
    padding: 0 20px;
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list .list-item .item-inner {
  position: relative;
  padding: 5px 0 5px 15px;
  display: inline-block;
  line-height: 1.5;
  outline-width: 0;
}

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

.m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list .list-item .item-inner:before {
  content: '';
  background: url(../svg/i_arrow.svg?c=006cb7) center no-repeat;
  background-size: 100% auto;
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: calc(5px + 0.4em);
  left: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list .list-item .item-inner:before {
    top: calc(10px + 0.4em);
  }
}

.m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list .list-item .item-inner[target='_blank']::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../svg/i_blank.svg?c=000) center no-repeat;
  background-size: 100% auto;
  margin-left: 8px;
}

[data-whatinput='keyboard'] .m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list .list-item .item-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-localnav .localnav-inner .localnav-wrap .localnav-link .link-list .list-item .item-inner:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-contact .contact-list {
    margin: 0 -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print {
  .m-box-contact .contact-list {
    display: block;
    letter-spacing: -0.4em;
  }
}

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

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

.m-box-contact .contact-list .list-item:nth-child(n + 2) {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-contact .contact-list .list-item:nth-child(n + 2) {
    margin-top: 0;
  }
}

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

.m-box-contact .contact-list .list-item .item-link {
  background-color: #1082d5;
  color: #fff;
  display: block;
  padding: 0 18px 0 18px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: solid 2px #006cb8;
  width: 100%;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  outline-width: 0;
}

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

.m-box-contact .contact-list .list-item .item-link::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #006cb8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.m-box-contact .contact-list .list-item .item-link .link-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 19px 0;
  min-height: 76px;
}

@media print, screen and (min-width: 768px) {
  .m-box-contact .contact-list .list-item .item-link .link-inner {
    min-height: 76px;
  }
}

.m-box-contact .contact-list .list-item .item-link .link-inner::after {
  content: '';
  display: block;
  background: url() center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.m-box-contact .contact-list .list-item .item-link.link-loan {
  border-color: #006cb7;
  outline-width: 0;
}

.m-box-contact .contact-list .list-item .item-link.link-loan .link-inner {
  padding-left: 58px;
}

.m-box-contact .contact-list .list-item .item-link.link-loan .link-inner::after {
  background-image: url(../svg/i_pc.svg);
  width: 40px;
  height: 30px;
}

[data-whatinput='keyboard'] .m-box-contact .contact-list .list-item .item-link.link-loan:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-contact .contact-list .list-item .item-link.link-loan:hover .link-inner::after {
    background-image: url(../svg/i_pc_blue.svg);
  }
}

.m-box-contact .contact-list .list-item .item-link.link-simulation {
  border-color: #ff8f2f;
  background-color: #fea62f;
  outline-width: 0;
}

.m-box-contact .contact-list .list-item .item-link.link-simulation::before {
  background-color: #ff8f2f;
}

.m-box-contact .contact-list .list-item .item-link.link-simulation .link-inner {
  padding-left: 47px;
}

.m-box-contact .contact-list .list-item .item-link.link-simulation .link-inner::after {
  background-image: url(../svg/i_simulation.svg);
  width: 30px;
  height: 36px;
}

[data-whatinput='keyboard'] .m-box-contact .contact-list .list-item .item-link.link-simulation:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-contact .contact-list .list-item .item-link.link-simulation:hover {
    color: #ff8f2f;
  }
  .m-box-contact .contact-list .list-item .item-link.link-simulation:hover::before {
    background-color: #ffe4c0;
  }
  .m-box-contact .contact-list .list-item .item-link.link-simulation:hover .link-inner::after {
    background-image: url(../svg/i_simulation_orange.svg);
  }
}

[data-whatinput='keyboard'] .m-box-contact .contact-list .list-item .item-link:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-contact .contact-list .list-item .item-link:hover {
    background-color: #fff;
    color: #006cb8;
  }
  .m-box-contact .contact-list .list-item .item-link:hover::before {
    background-color: #dcebf5;
  }
}

.m-box-contact .contact-list .list-item .item-desc {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
}

.m-box-recommend {
  border-radius: 4px;
  background-color: #dcebf5;
  border-top: solid 4px #006cb7;
  padding: 15px 0px 10px;
  margin-top: 80px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .m-box-recommend {
    padding: 40px 50px 35px;
  }
}

.m-box-recommend .recommend-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #006cb7;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-recommend .recommend-ttl {
    font-size: 3.2rem;
  }
}

.m-box-recommend .recommend-inner {
  position: relative;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-recommend .recommend-inner {
    max-width: 1080px;
    margin: 30px auto 0;
    padding: 0 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-recommend .recommend-inner .recommend-swiper.swiper-container {
    padding: 5px 5px 25px;
    margin: -5px;
  }
}

.m-box-recommend .recommend-inner .recommend-swiper.swiper-container .swiper-wrapper .swiper-slide {
  width: calc(100% - 40px);
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

@media print, screen and (min-width: 768px) {
  .m-box-recommend .recommend-inner .recommend-swiper.swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

.m-box-recommend .recommend-inner .recommend-swiper.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.m-box-recommend .recommend-inner .recommend-swiper.swiper-container .swiper-wrapper .swiper-slide .slide-inner {
  outline-width: 0;
}

.m-box-recommend .recommend-inner .recommend-swiper.swiper-container .swiper-wrapper .swiper-slide .slide-inner .slide-img {
  overflow: hidden;
  text-align: center;
}

.m-box-recommend .recommend-inner .recommend-swiper.swiper-container .swiper-wrapper .swiper-slide .slide-inner .slide-img img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.m-box-recommend .recommend-inner .recommend-swiper.swiper-container .swiper-wrapper .swiper-slide .slide-inner .slide-ttl {
  font-size: 1.4rem;
  margin-top: 10px;
  text-align: center;
}

[data-whatinput='keyboard'] .m-box-recommend .recommend-inner .recommend-swiper.swiper-container .swiper-wrapper .swiper-slide .slide-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-recommend .recommend-inner .recommend-swiper.swiper-container .swiper-wrapper .swiper-slide .slide-inner:hover .slide-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.m-box-recommend .recommend-inner .swiper-pagination {
  position: relative;
  background-color: #fff;
  margin: 20px 60px 20px;
  width: auto;
  height: 4px;
}

@media print, screen and (min-width: 768px) {
  .m-box-recommend .recommend-inner .swiper-pagination {
    max-width: 400px;
    width: 100%;
    margin: 25px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.m-box-recommend .recommend-inner .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #006cb7;
}

.m-box-recommend .recommend-inner .swiper-button {
  position: absolute;
  background-color: #006cb7;
  width: 30px;
  height: 30px;
  bottom: -12px;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-recommend .recommend-inner .swiper-button {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.m-box-recommend .recommend-inner .swiper-button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  width: 44px;
  height: 44px;
}

.m-box-recommend .recommend-inner .swiper-button::after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-recommend .recommend-inner .swiper-button::after {
    width: 7px;
  }
}

.m-box-recommend .recommend-inner .swiper-button .button-txt {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.m-box-recommend .recommend-inner .swiper-button.button-prev {
  left: 15px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media print, screen and (min-width: 768px) {
  .m-box-recommend .recommend-inner .swiper-button.button-prev {
    left: -40px;
    right: auto;
    -webkit-transform: rotateZ(180deg) translateY(30px);
            transform: rotateZ(180deg) translateY(30px);
  }
}

.m-box-recommend .recommend-inner .swiper-button.button-next {
  right: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-recommend .recommend-inner .swiper-button.button-next {
    left: auto;
    right: -40px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

.m-box-recommend .recommend-inner .swiper-button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

[data-whatinput='keyboard'] .m-box-recommend .recommend-inner .swiper-button:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-recommend .recommend-inner .swiper-button:hover::after {
    -webkit-animation-name: arrowLinkRight;
            animation-name: arrowLinkRight;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}

[data-anim-fade] {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

[data-anim-fade][data-anim-fade='on'], [data-anim-fade][data-anim-fade='none'] {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

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

[data-anim-fade-x] {
  opacity: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media print, screen and (min-width: 768px) {
  [data-anim-fade-x] {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

[data-anim-fade-x][data-anim-fade-x='on'], [data-anim-fade-x][data-anim-fade-x='none'] {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

[data-anim-fade-x][data-anim-fade-x='none'] {
  -webkit-transition: none;
  transition: none;
}

[data-anim-fade-order] [data-anim-fade-order-child] {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

[data-anim-fade-order] [data-anim-fade-order-child][data-anim-fade-order-child='on'], [data-anim-fade-order] [data-anim-fade-order-child][data-anim-fade-order-child='none'] {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

[data-anim-fade-order][data-anim-fade-order='none'] [data-anim-fade-order-child] {
  -webkit-transition: none;
  transition: none;
}

[data-anim-fade-order-sp-x] [data-anim-fade-order-child] {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media print, screen and (min-width: 768px) {
  [data-anim-fade-order-sp-x] [data-anim-fade-order-child] {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

[data-anim-fade-order-sp-x] [data-anim-fade-order-child][data-anim-fade-order-child='on'], [data-anim-fade-order-sp-x] [data-anim-fade-order-child][data-anim-fade-order-child='none'] {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@media print, screen and (min-width: 768px) {
  [data-anim-fade-order-sp-x] [data-anim-fade-order-child][data-anim-fade-order-child='on'], [data-anim-fade-order-sp-x] [data-anim-fade-order-child][data-anim-fade-order-child='none'] {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

[data-anim-fade-order-sp-x][data-anim-fade-order-sp-x='none'] [data-anim-fade-order-child] {
  -webkit-transition: none;
  transition: none;
}

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

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

.m-box-tabhead + * {
  margin-top: 0 !important;
}

.m-box-tabhead + *.m-list-news, .m-box-tabhead + *.m-list-news2 {
  margin-top: -18px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tabhead + .image-position-left + *,
  .m-box-tabhead + .image-position-right + * {
    margin-top: 0 !important;
  }
}

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

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

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

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

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

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

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

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

.m-box-tabhead .tabhead-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px #006cb7;
}

.m-box-tabhead .tabhead-list .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m-box-tabhead .tabhead-list .list-item .item-inner {
  padding: 10px 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-list .list-item .item-inner {
    padding: 17px;
  }
}

.m-box-tabhead .tabhead-list .list-item .item-inner .item-img {
  display: block;
  text-align: center;
}

.m-box-tabhead .tabhead-list .list-item .item-inner .item-img > img {
  display: inline-block;
}

.m-box-tabhead .tabhead-list .list-item .item-inner.is-active {
  background-color: #006cb7;
  color: #fff;
}

[data-whatinput='keyboard'] .m-box-tabhead .tabhead-list .list-item .item-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-tabhead .tabhead-list .list-item .item-inner:hover {
    background-color: #006cb7;
    color: #fff;
  }
}

.m-box-search {
  position: relative;
  background-color: #e7e7e7;
  padding: 15px;
  margin-bottom: 20px;
}

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

.m-box-search form {
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .m-box-search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-search .search-input {
    position: relative;
    width: 100%;
  }
}

.m-box-search .search-input input {
  width: 100%;
  height: 45px;
  border: none;
  padding: 10px 55px 10px 10px;
  outline-width: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0;
}

.m-box-search .search-input input:-moz-placeholder-shown {
  color: #aaaaaa;
}

.m-box-search .search-input input:-ms-input-placeholder {
  color: #aaaaaa;
}

.m-box-search .search-input input:placeholder-shown {
  color: #aaaaaa;
}

.m-box-search .search-input input::-webkit-input-placeholder {
  color: #aaaaaa;
}

.m-box-search .search-input input:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.m-box-search .search-input input::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.m-box-search .search-input input:-ms-input-placeholder {
  color: #aaaaaa;
}

@media print, screen and (min-width: 1025px) {
  .m-box-search .search-input input {
    padding: 15px 75px 15px 20px;
    font-size: 1.8rem;
    height: 60px;
  }
}

[data-whatinput='keyboard'] .m-box-search .search-input input:focus {
  outline-width: 1px;
}

.m-box-search .search-btn .btn-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: none;
  background-color: #004799;
  border-radius: 0;
}

@media print, screen and (min-width: 1025px) {
  .m-box-search .search-btn .btn-wrap {
    width: 60px;
    height: 60px;
  }
}

.m-box-search .search-btn .btn-wrap .btn-img {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 1025px) {
  .m-box-search .search-btn .btn-wrap .btn-img {
    width: 18px;
    height: 18px;
  }
}

.m-box-search .search-btn .btn-wrap .btn-txt {
  display: none;
  outline-width: 0;
}

@media print, screen and (min-width: 1025px) {
  .m-box-search .search-btn .btn-wrap .btn-txt {
    color: #fff;
    font-size: 1.8rem;
    display: block;
    white-space: nowrap;
    padding: 10px 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

[data-whatinput='keyboard'] .m-box-search .search-btn .btn-wrap .btn-txt:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-search .search-btn .btn-wrap .btn-txt:hover {
    opacity: 0.75;
  }
}

.m-box-pickupbanner {
  background-color: #dcebf5;
  padding-block: 56px 32px;
}

.m-box-pickupbanner .pickupbanner-title {
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1;
  margin-bottom: 24px;
}

.m-box-pickupbanner .pickupbanner-title + * {
  margin-top: 0 !important;
}

.m-box-pickupbanner .pickupbanner-title + *.m-list-news, .m-box-pickupbanner .pickupbanner-title + *.m-list-news2 {
  margin-top: -18px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-pickupbanner .pickupbanner-title + .image-position-left + *,
  .m-box-pickupbanner .pickupbanner-title + .image-position-right + * {
    margin-top: 0 !important;
  }
}

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .m-box-pickupbanner .pickupbanner-title {
    font-size: 2.4rem;
  }
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-box-shadow: 0px 0px 16px 0px #00477814;
          box-shadow: 0px 0px 16px 0px #00477814;
  outline-width: 0;
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner[target='_blank']:not(.noticon) > .banner-txt > .txt-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner[href$='.pdf']:not(.noticon) > .banner-txt > .txt-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner[href$='.doc']:not(.noticon) > .banner-txt > .txt-inner:after, .m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner[href$='.docx']:not(.noticon) > .banner-txt > .txt-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner[href$='.xls']:not(.noticon) > .banner-txt > .txt-inner:after, .m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner[href$='.xlsx']:not(.noticon) > .banner-txt > .txt-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner[href$='.zip']:not(.noticon) > .banner-txt > .txt-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner .banner-img {
  display: block;
  width: 80px;
  min-height: 80px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner .banner-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner .banner-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 16px;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner .banner-txt {
    font-size: 1.4rem;
  }
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner .banner-txt .txt-inner::after {
  top: 0 !important;
}

[data-whatinput='keyboard'] .m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item .item-banner:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item:nth-child(n+3) {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-list .list-item:nth-child(n+5) {
    display: none;
  }
}

.m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .m-box-pickupbanner .pickupbanner-wrap .pickupbanner-inner .pickupbanner-button {
    margin-top: 24px;
  }
}

.m-list-desc, .mceContentBody ul,
.mce-content-body ul {
  margin-top: 10px;
  overflow: hidden;
}

.m-list-desc a, .mceContentBody ul a, .mce-content-body ul a {
  text-decoration: underline;
  color: #006cb8;
  outline-width: 0;
  outline-width: 0;
}

.m-list-desc a[target='_blank']:not(.noticon):after, .mceContentBody ul a[target='_blank']:not(.noticon):after, .mce-content-body ul a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-list-desc a[href$='.pdf']:not(.noticon):after, .mceContentBody ul a[href$='.pdf']:not(.noticon):after, .mce-content-body ul a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-desc a[href$='.doc']:not(.noticon):after, .mceContentBody ul a[href$='.doc']:not(.noticon):after, .mce-content-body ul a[href$='.doc']:not(.noticon):after, .m-list-desc a[href$='.docx']:not(.noticon):after, .mceContentBody ul a[href$='.docx']:not(.noticon):after, .mce-content-body ul a[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-desc a[href$='.xls']:not(.noticon):after, .mceContentBody ul a[href$='.xls']:not(.noticon):after, .mce-content-body ul a[href$='.xls']:not(.noticon):after, .m-list-desc a[href$='.xlsx']:not(.noticon):after, .mceContentBody ul a[href$='.xlsx']:not(.noticon):after, .mce-content-body ul a[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-desc a[href$='.zip']:not(.noticon):after, .mceContentBody ul a[href$='.zip']:not(.noticon):after, .mce-content-body ul a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-list-desc a:visited, .mceContentBody ul a:visited, .mce-content-body ul a:visited {
  color: #8d6eaa;
}

[data-whatinput='keyboard'] .m-list-desc a:focus, [data-whatinput='keyboard'] .mceContentBody ul a:focus, .mceContentBody [data-whatinput='keyboard'] ul a:focus, [data-whatinput='keyboard'] .mce-content-body ul a:focus, .mce-content-body [data-whatinput='keyboard'] ul a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-desc a:hover, .mceContentBody ul a:hover, .mce-content-body ul a:hover {
    text-decoration: none;
  }
}

.m-list-desc a img, .mceContentBody ul a img, .mce-content-body ul a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-whatinput='keyboard'] .m-list-desc a:focus, [data-whatinput='keyboard'] .mceContentBody ul a:focus, .mceContentBody [data-whatinput='keyboard'] ul a:focus, [data-whatinput='keyboard'] .mce-content-body ul a:focus, .mce-content-body [data-whatinput='keyboard'] ul a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-desc a:hover, .mceContentBody ul a:hover, .mce-content-body ul a:hover {
    text-decoration: none;
  }
  .m-list-desc a:hover img, .mceContentBody ul a:hover img, .mce-content-body ul a:hover img {
    opacity: 0.75;
  }
}

.m-list-desc > li, .mceContentBody ul > li, .mce-content-body ul > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 1.15em;
  letter-spacing: 0.05em;
}

.m-list-desc > li > ul, .mceContentBody ul > li > ul, .mce-content-body ul > li > ul,
.m-list-desc > li > ol,
.mceContentBody ul > li > ol,
.mce-content-body ul > li > ol {
  margin-top: 0;
  counter-reset: number;
}

.m-list-desc > li > ul > li, .mceContentBody ul > li > ul > li, .mce-content-body ul > li > ul > li,
.m-list-desc > li > ol > li,
.mceContentBody ul > li > ol > li,
.mce-content-body ul > li > ol > li {
  padding-left: 1.05em;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ul > li, .mceContentBody ul > li > ul > li, .mce-content-body ul > li > ul > li,
  .m-list-desc > li > ol > li,
  .mceContentBody ul > li > ol > li,
  .mce-content-body ul > li > ol > li {
    padding-left: 1.1em;
  }
}

.m-list-desc > li > ul.m-list-asterisk > li, .mceContentBody ul > li > ul.m-list-asterisk > li, .mce-content-body ul > li > ul.m-list-asterisk > li,
.m-list-desc > li > ol.m-list-asterisk > li,
.mceContentBody ul > li > ol.m-list-asterisk > li,
.mce-content-body ul > li > ol.m-list-asterisk > li {
  padding-left: 1.1em;
}

.m-list-desc > li > ul.m-list-asterisk > li:before, .mceContentBody ul > li > ul.m-list-asterisk > li:before, .mce-content-body 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,
.mce-content-body ul > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-desc > li > ul.m-list-num > li, .mceContentBody ul > li > ul.m-list-num > li, .mce-content-body ul > li > ul.m-list-num > li,
.m-list-desc > li > ol.m-list-num > li,
.mceContentBody ul > li > ol.m-list-num > li,
.mce-content-body ul > li > ol.m-list-num > li,
.mceContentBody .m-list-desc > li > ol > li,
.mceContentBody ul > li > ol > li,
.mce-content-body .m-list-desc > li > ol > li,
.mceContentBody .mce-content-body ul > li > ol > li,
.mce-content-body .mceContentBody ul > li > ol > li,
.mce-content-body ul > li > ol > li {
  padding-left: 1.5em;
}

.m-list-desc > li ol.m-list-asterisk > li, .mceContentBody ul > li ol.m-list-asterisk > li, .mce-content-body ul > li ol.m-list-asterisk > li {
  padding-left: 2.7em;
}

.m-list-desc > li ol.m-list-num2 > li, .mceContentBody ul > li ol.m-list-num2 > li, .mce-content-body ul > li ol.m-list-num2 > li {
  padding-left: 2.5em;
}

.m-list-desc > li > ul > li:before, .mceContentBody ul > li > ul > li:before, .mce-content-body ul > li > ul > li:before {
  width: 4px;
  height: 4px;
  left: 0;
  top: 0.7em;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ul > li:before, .mceContentBody ul > li > ul > li:before, .mce-content-body ul > li > ul > li:before {
    width: 4px;
    height: 4px;
    top: 0.8em;
  }
}

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

.m-list-desc > li + li, .mceContentBody ul > li + li, .mce-content-body ul > li + li {
  margin-top: 5px;
}

.m-list-desc > li:before, .mceContentBody ul > li:before, .mce-content-body ul > li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  top: 0.7em;
  left: 0px;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li:before, .mceContentBody ul > li:before, .mce-content-body ul > li:before {
    width: 8px;
    height: 8px;
    top: 0.7em;
  }
}

.m-list-attention .m-list-desc > li:before, .m-list-attention .mceContentBody ul > li:before, .mceContentBody .m-list-attention ul > li:before, .m-list-attention .mce-content-body ul > li:before, .mce-content-body .m-list-attention ul > li:before {
  top: 0.65em;
  background-color: #C83030;
}

.m-list-attention.attention-brown .m-list-desc > li:before, .m-list-attention.attention-brown .mceContentBody ul > li:before, .mceContentBody .m-list-attention.attention-brown ul > li:before, .m-list-attention.attention-brown .mce-content-body ul > li:before, .mce-content-body .m-list-attention.attention-brown ul > li:before {
  top: 0.65em;
  background-color: #AC5912;
}

.m-list-attention {
  margin-top: 10px;
  overflow: hidden;
}

.m-list-attention a {
  text-decoration: underline;
  color: #006cb8;
  outline-width: 0;
  color: #C83030 !important;
  outline-offset: -1px;
  outline-width: 0;
}

.m-list-attention a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=C83030") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-list-attention a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=C83030") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-attention a[href$='.doc']:not(.noticon):after, .m-list-attention a[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=C83030") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-attention a[href$='.xls']:not(.noticon):after, .m-list-attention a[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=C83030") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-attention a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=C83030") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-list-attention a:visited {
  color: #8d6eaa;
}

[data-whatinput='keyboard'] .m-list-attention a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-attention a:hover {
    text-decoration: none;
  }
}

.m-list-attention a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-whatinput='keyboard'] .m-list-attention a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-attention a:hover {
    text-decoration: none;
  }
  .m-list-attention a:hover img {
    opacity: 0.75;
  }
}

.m-list-attention > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 20px;
  letter-spacing: 0.05em;
  color: #C83030;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
}

.m-list-attention > li > ul,
.m-list-attention > li > ol {
  margin-top: 0;
  counter-reset: number;
}

.m-list-attention > li > ul > li,
.m-list-attention > li > ol > li {
  padding-left: 1.05em;
}

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

.m-list-attention > li > ul.m-list-asterisk > li,
.m-list-attention > li > ol.m-list-asterisk > li {
  padding-left: 1.1em;
}

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

.m-list-attention > li > ul.m-list-num > li,
.m-list-attention > li > ol.m-list-num > li,
.mceContentBody .m-list-attention > li > ol > li,
.mce-content-body .m-list-attention > li > ol > li {
  padding-left: 1.5em;
}

.m-list-attention > li ol.m-list-asterisk > li {
  padding-left: 2.7em;
}

.m-list-attention > li ol.m-list-num2 > li {
  padding-left: 2.5em;
}

.m-list-attention > li > ul > li:before {
  width: 4px;
  height: 4px;
  left: 0;
  top: 0.7em;
}

@media print, screen and (min-width: 768px) {
  .m-list-attention > li > ul > li:before {
    width: 4px;
    height: 4px;
    top: 0.8em;
  }
}

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

.m-list-attention > li + li {
  margin-top: 8px;
}

.m-list-attention > li > ul {
  margin-top: 8px;
}

.m-list-attention > li:before {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url(../svg/i_exclamation.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

@media print, screen and (min-width: 768px) {
  .m-list-attention > li:before {
    top: 0.2em;
  }
}

.m-list-attention.attention-brown a {
  text-decoration: underline;
  color: #006cb8;
  outline-width: 0;
  color: #AC5912 !important;
}

.m-list-attention.attention-brown a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=AC5912") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-list-attention.attention-brown a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=AC5912") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-attention.attention-brown a[href$='.doc']:not(.noticon):after, .m-list-attention.attention-brown a[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=AC5912") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-attention.attention-brown a[href$='.xls']:not(.noticon):after, .m-list-attention.attention-brown a[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=AC5912") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-attention.attention-brown a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=AC5912") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-list-attention.attention-brown a:visited {
  color: #8d6eaa;
}

[data-whatinput='keyboard'] .m-list-attention.attention-brown a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-attention.attention-brown a:hover {
    text-decoration: none;
  }
}

.m-list-attention.attention-brown > li {
  color: #AC5912;
}

.m-list-attention.attention-brown > li::before {
  background-image: url(../svg/i_exclamation_brown.svg);
}

.m-list-num, .mceContentBody ol,
.mce-content-body ol {
  margin-top: 10px;
  overflow: hidden;
}

.m-list-num a, .mceContentBody ol a, .mce-content-body ol a {
  text-decoration: underline;
  color: #006cb8;
  outline-width: 0;
  outline-width: 0;
}

.m-list-num a[target='_blank']:not(.noticon):after, .mceContentBody ol a[target='_blank']:not(.noticon):after, .mce-content-body ol a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-list-num a[href$='.pdf']:not(.noticon):after, .mceContentBody ol a[href$='.pdf']:not(.noticon):after, .mce-content-body ol a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-num a[href$='.doc']:not(.noticon):after, .mceContentBody ol a[href$='.doc']:not(.noticon):after, .mce-content-body ol a[href$='.doc']:not(.noticon):after, .m-list-num a[href$='.docx']:not(.noticon):after, .mceContentBody ol a[href$='.docx']:not(.noticon):after, .mce-content-body ol a[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-num a[href$='.xls']:not(.noticon):after, .mceContentBody ol a[href$='.xls']:not(.noticon):after, .mce-content-body ol a[href$='.xls']:not(.noticon):after, .m-list-num a[href$='.xlsx']:not(.noticon):after, .mceContentBody ol a[href$='.xlsx']:not(.noticon):after, .mce-content-body ol a[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-num a[href$='.zip']:not(.noticon):after, .mceContentBody ol a[href$='.zip']:not(.noticon):after, .mce-content-body ol a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-list-num a:visited, .mceContentBody ol a:visited, .mce-content-body ol a:visited {
  color: #8d6eaa;
}

[data-whatinput='keyboard'] .m-list-num a:focus, [data-whatinput='keyboard'] .mceContentBody ol a:focus, .mceContentBody [data-whatinput='keyboard'] ol a:focus, [data-whatinput='keyboard'] .mce-content-body ol a:focus, .mce-content-body [data-whatinput='keyboard'] ol a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-num a:hover, .mceContentBody ol a:hover, .mce-content-body ol a:hover {
    text-decoration: none;
  }
}

.m-list-num a img, .mceContentBody ol a img, .mce-content-body ol a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-whatinput='keyboard'] .m-list-num a:focus, [data-whatinput='keyboard'] .mceContentBody ol a:focus, .mceContentBody [data-whatinput='keyboard'] ol a:focus, [data-whatinput='keyboard'] .mce-content-body ol a:focus, .mce-content-body [data-whatinput='keyboard'] ol a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-num a:hover, .mceContentBody ol a:hover, .mce-content-body ol a:hover {
    text-decoration: none;
  }
  .m-list-num a:hover img, .mceContentBody ol a:hover img, .mce-content-body ol a:hover img {
    opacity: 0.75;
  }
}

.m-list-num > li, .mceContentBody ol > li, .mce-content-body ol > li {
  padding-left: 1.5em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  letter-spacing: 0.05em;
}

.m-list-num > li > ul, .mceContentBody ol > li > ul, .mce-content-body ol > li > ul,
.m-list-num > li > ol,
.mceContentBody ol > li > ol,
.mce-content-body ol > li > ol {
  margin-top: 0;
  counter-reset: number;
}

.m-list-num > li > ul > li, .mceContentBody ol > li > ul > li, .mce-content-body ol > li > ul > li,
.m-list-num > li > ol > li,
.mceContentBody ol > li > ol > li,
.mce-content-body ol > li > ol > li {
  padding-left: 1.05em;
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li > ul > li, .mceContentBody ol > li > ul > li, .mce-content-body ol > li > ul > li,
  .m-list-num > li > ol > li,
  .mceContentBody ol > li > ol > li,
  .mce-content-body ol > li > ol > li {
    padding-left: 1.1em;
  }
}

.m-list-num > li > ul.m-list-asterisk > li, .mceContentBody ol > li > ul.m-list-asterisk > li, .mce-content-body ol > li > ul.m-list-asterisk > li,
.m-list-num > li > ol.m-list-asterisk > li,
.mceContentBody ol > li > ol.m-list-asterisk > li,
.mce-content-body ol > li > ol.m-list-asterisk > li {
  padding-left: 1.1em;
}

.m-list-num > li > ul.m-list-asterisk > li:before, .mceContentBody ol > li > ul.m-list-asterisk > li:before, .mce-content-body 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,
.mce-content-body ol > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-num > li > ul.m-list-num > li, .mceContentBody ol > li > ul.m-list-num > li, .mce-content-body ol > li > ul.m-list-num > li,
.m-list-num > li > ol.m-list-num > li,
.mceContentBody ol > li > ol.m-list-num > li,
.mce-content-body ol > li > ol.m-list-num > li,
.mceContentBody .m-list-num > li > ol > li,
.mceContentBody ol > li > ol > li,
.mce-content-body .m-list-num > li > ol > li,
.mceContentBody .mce-content-body ol > li > ol > li,
.mce-content-body .mceContentBody ol > li > ol > li,
.mce-content-body ol > li > ol > li {
  padding-left: 1.5em;
}

.m-list-num > li ol.m-list-asterisk > li, .mceContentBody ol > li ol.m-list-asterisk > li, .mce-content-body ol > li ol.m-list-asterisk > li {
  padding-left: 2.7em;
}

.m-list-num > li ol.m-list-num2 > li, .mceContentBody ol > li ol.m-list-num2 > li, .mce-content-body ol > li ol.m-list-num2 > li {
  padding-left: 2.5em;
}

.m-list-num > li > ul > li:before, .mceContentBody ol > li > ul > li:before, .mce-content-body ol > li > ul > li:before {
  width: 4px;
  height: 4px;
  left: 0;
  top: 0.7em;
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li > ul > li:before, .mceContentBody ol > li > ul > li:before, .mce-content-body ol > li > ul > li:before {
    width: 4px;
    height: 4px;
    top: 0.8em;
  }
}

.m-list-num > li + li, .mceContentBody ol > li + li, .mce-content-body ol > li + li {
  margin-top: 5px;
}

.m-list-num > li:before, .mceContentBody ol > li:before, .mce-content-body ol > li:before {
  content: counter(number) ".";
  display: inline-block;
  vertical-align: top;
  margin-left: -1.5em;
  margin-right: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li:before, .mceContentBody ol > li:before, .mce-content-body ol > li:before {
    margin-left: -1.5em;
  }
}

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

.m-list-num2 a {
  text-decoration: underline;
  color: #006cb8;
  outline-width: 0;
}

.m-list-num2 a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-list-num2 a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-num2 a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-list-num2 a:visited {
  color: #8d6eaa;
}

[data-whatinput='keyboard'] .m-list-num2 a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-num2 a:hover {
    text-decoration: none;
  }
}

.m-list-num2 > li {
  padding-left: 2em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  letter-spacing: 0.05em;
}

.m-list-num2 > li > ul,
.m-list-num2 > li > ol {
  margin-top: 0;
  counter-reset: number;
}

.m-list-num2 > li > ul > li,
.m-list-num2 > li > ol > li {
  padding-left: 1.05em;
}

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

.m-list-num2 > li > ul.m-list-asterisk > li,
.m-list-num2 > li > ol.m-list-asterisk > li {
  padding-left: 1.1em;
}

.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.m-list-num > li,
.m-list-num2 > li > ol.m-list-num > li,
.mceContentBody .m-list-num2 > li > ol > li,
.mce-content-body .m-list-num2 > li > ol > li {
  padding-left: 1.5em;
}

.m-list-num2 > li ol.m-list-asterisk > li {
  padding-left: 2.7em;
}

.m-list-num2 > li ol.m-list-num2 > li {
  padding-left: 2.5em;
}

.m-list-num2 > li > ul > li:before {
  width: 4px;
  height: 4px;
  left: 0;
  top: 0.7em;
}

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

@media print, screen and (min-width: 768px) {
  .m-list-num2 > li {
    padding-left: 2em;
  }
}

.m-list-num2 > li:nth-child(n):before {
  content: "\ff08" counter(number) "\ff09";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.1em;
  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;
  }
}

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

ul.m-list-asterisk a {
  text-decoration: underline;
  color: #006cb8;
  outline-width: 0;
}

ul.m-list-asterisk a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

ul.m-list-asterisk a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

ul.m-list-asterisk a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

ul.m-list-asterisk a:visited {
  color: #8d6eaa;
}

[data-whatinput='keyboard'] ul.m-list-asterisk a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  ul.m-list-asterisk a:hover {
    text-decoration: none;
  }
}

ul.m-list-asterisk > li {
  padding-left: 1.1em;
  position: relative;
  letter-spacing: 0.05em;
}

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

ul.m-list-asterisk > li > ul > li,
ul.m-list-asterisk > li > ol > li {
  padding-left: 1.05em;
}

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

ul.m-list-asterisk > li > ul.m-list-asterisk > li,
ul.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 1.1em;
}

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.m-list-num > li,
ul.m-list-asterisk > li > ol.m-list-num > li,
.mceContentBody ul.m-list-asterisk > li > ol > li,
.mce-content-body ul.m-list-asterisk > li > ol > li {
  padding-left: 1.5em;
}

ul.m-list-asterisk > li ol.m-list-asterisk > li {
  padding-left: 2.7em;
}

ul.m-list-asterisk > li ol.m-list-num2 > li {
  padding-left: 2.5em;
}

ul.m-list-asterisk > li > ul > li:before {
  width: 4px;
  height: 4px;
  left: 0;
  top: 0.7em;
}

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

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

ul.m-list-asterisk.asterisk-red {
  color: #c20000;
}

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

ol.m-list-asterisk a {
  text-decoration: underline;
  color: #006cb8;
  outline-width: 0;
}

ol.m-list-asterisk a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

ol.m-list-asterisk a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

ol.m-list-asterisk a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

ol.m-list-asterisk a:visited {
  color: #8d6eaa;
}

[data-whatinput='keyboard'] ol.m-list-asterisk a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  ol.m-list-asterisk a:hover {
    text-decoration: none;
  }
}

ol.m-list-asterisk > li {
  padding-left: 2.7em;
  counter-increment: number;
  letter-spacing: 0.05em;
}

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

ol.m-list-asterisk > li > ul > li,
ol.m-list-asterisk > li > ol > li {
  padding-left: 1.05em;
}

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

ol.m-list-asterisk > li > ul.m-list-asterisk > li,
ol.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 1.1em;
}

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.m-list-num > li,
ol.m-list-asterisk > li > ol.m-list-num > li,
.mceContentBody ol.m-list-asterisk > li > ol > li,
.mce-content-body ol.m-list-asterisk > li > ol > li {
  padding-left: 1.5em;
}

ol.m-list-asterisk > li ol.m-list-asterisk > li {
  padding-left: 2.7em;
}

ol.m-list-asterisk > li ol.m-list-num2 > li {
  padding-left: 2.5em;
}

ol.m-list-asterisk > li > ul > li:before {
  width: 4px;
  height: 4px;
  left: 0;
  top: 0.7em;
}

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

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

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.9em;
    margin-right: auto;
  }
}

ol.m-list-asterisk.asterisk-red {
  color: #c20000;
}

.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;
  display: block;
}

@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 a {
  outline-width: 0;
}

.m-list-image ul li .image-img a > svg,
.m-list-image ul li .image-img a > img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-whatinput='keyboard'] .m-list-image ul li .image-img a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-image ul li .image-img a:hover > svg,
  .m-list-image ul li .image-img a:hover > img {
    opacity: 0.75;
  }
}

.m-list-image ul li a.image-img {
  outline-width: 0;
}

.m-list-image ul li a.image-img > svg,
.m-list-image ul li a.image-img > img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-whatinput='keyboard'] .m-list-image ul li a.image-img:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-image ul li a.image-img:hover > svg,
  .m-list-image ul li a.image-img:hover > img {
    opacity: 0.75;
  }
}

.m-list-image.image-position-center, .m-list-image.link-position-center {
  margin-left: auto;
  margin-right: auto;
}

.m-list-image.image-position-center ul, .m-list-image.link-position-center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-list-image.image-position-center ul li, .m-list-image.link-position-center ul li {
  overflow: hidden;
}

.m-list-image.image-position-center ul li .image-img, .m-list-image.link-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 a.image-inner {
  outline-width: 0;
}

.m-list-image a.image-inner .image-img img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-whatinput='keyboard'] .m-list-image a.image-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-image a.image-inner:hover .image-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.m-list-image .image-title {
  font-weight: bold;
  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: 10px;
  }
}

.m-list-image .image-desc {
  line-height: 1.5;
  margin-top: 10px;
}

.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: 5px;
  }
}

.m-list-image.image-fixed > ul > li dl dt {
  position: relative;
  background-color: #ececec;
}

.m-list-image.image-fixed > ul > li dl dt:before {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  padding-top: 66.785%;
  height: 100%;
  display: block;
}

.m-list-image.image-fixed > ul > li dl dt img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-list-image.image-border .image-inner .image-img {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.m-list-image.image-border .image-inner .image-img::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 1px #ccc;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
}

.m-list-image.image-position-right2 ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.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: 40px;
  }
}

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

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

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

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

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

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

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

.m-list-link .m-btn-conversion {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.m-list-link > ul:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.m-list-link.link-align-center > ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

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

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

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

.m-list-link.link-border > ul > li {
  border-bottom: solid 1px #ccc;
  padding-bottom: 12px;
  padding-bottom: 18px;
}

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

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

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

@media print {
  .m-list-card .card-list {
    display: block;
    letter-spacing: -0.4em;
  }
}

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

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

.m-list-card .card-list .list-item:nth-child(n + 2) {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-card .card-list .list-item:nth-child(n + 2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-card .card-list .list-item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

.m-list-card .card-list .list-item .item-inner {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  outline-width: 0;
}

.m-list-card .card-list .list-item .item-inner[target='_blank']:not(.noticon) > .item-head > .head-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-list-card .card-list .list-item .item-inner[href$='.pdf']:not(.noticon) > .item-head > .head-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-card .card-list .list-item .item-inner[href$='.doc']:not(.noticon) > .item-head > .head-ttl:after, .m-list-card .card-list .list-item .item-inner[href$='.docx']:not(.noticon) > .item-head > .head-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-card .card-list .list-item .item-inner[href$='.xls']:not(.noticon) > .item-head > .head-ttl:after, .m-list-card .card-list .list-item .item-inner[href$='.xlsx']:not(.noticon) > .item-head > .head-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-card .card-list .list-item .item-inner[href$='.zip']:not(.noticon) > .item-head > .head-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-list-card .card-list .list-item .item-inner::after {
  content: '';
  display: block;
  border: solid 1px #aaaaaa;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}

.m-list-card .card-list .list-item .item-inner .item-head {
  background-color: #dcebf5;
  position: relative;
  padding: 10px 10px 10px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .m-list-card .card-list .list-item .item-inner .item-head {
    padding: 20px 20px 20px 59px;
  }
}

.m-list-card .card-list .list-item .item-inner .item-head::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-card .card-list .list-item .item-inner .item-head::after {
    width: 20px;
    height: 20px;
    left: 30px;
  }
}

.m-list-card .card-list .list-item .item-inner .item-head .head-ttl {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .m-list-card .card-list .list-item .item-inner .item-head .head-ttl {
    font-size: 1.8rem;
  }
}

.m-list-card .card-list .list-item .item-inner .item-body {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .m-list-card .card-list .list-item .item-inner .item-body {
    padding: 30px;
  }
}

.m-list-card .card-list .list-item .item-inner .item-body .body-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m-list-card .card-list .list-item .item-inner .item-body .body-inner .body-txt {
  margin-top: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.m-list-card .card-list .list-item .item-inner .item-body .body-inner .body-txt:first-child {
  margin-top: 0;
}

.m-list-card .card-list .list-item .item-inner .item-body .body-img {
  margin-left: 10px;
  width: 95px;
}

@media print, screen and (min-width: 768px) {
  .m-list-card .card-list .list-item .item-inner .item-body .body-img {
    margin-left: 30px;
  }
}

[data-whatinput='keyboard'] .m-list-card .card-list .list-item .item-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-card .card-list .list-item .item-inner:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  }
  .m-list-card .card-list .list-item .item-inner:hover::after {
    border-width: 2px;
    border-color: #006cb7;
  }
  .m-list-card .card-list .list-item .item-inner:hover .item-head .head-ttl {
    color: #006cb7;
  }
}

@media print, screen and (min-width: 768px) {
  [data-gs-group] .m-list-card .card-list .list-item {
    width: 100%;
  }
}

.m-list-card.card-col1 .card-list .list-item {
  width: 100%;
}

.u-list-anchor {
  margin-top: 20px;
}

.u-list-anchor .anchor-list {
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print {
  .u-list-anchor .anchor-list {
    display: block;
    letter-spacing: -0.4em;
  }
}

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

@media print {
  .u-list-anchor .anchor-list {
    display: block;
    letter-spacing: -0.4em;
  }
}

.u-list-anchor .anchor-list .list-item {
  width: calc(100% / 3);
  width: calc((100% / 3) - 0.1px) \0;
  padding: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media print {
  .u-list-anchor .anchor-list .list-item {
    width: 33.33333%;
    display: inline-block;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) {
  .u-list-anchor .anchor-list .list-item {
    width: calc(100% / 5);
    width: calc((100% / 5) - 0.1px) \0;
    padding: 0 10px;
  }
}

@media print {
  .u-list-anchor .anchor-list .list-item {
    width: 20%;
    display: inline-block;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.u-list-anchor .anchor-list .list-item:nth-child(n + 4) {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .u-list-anchor .anchor-list .list-item:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .u-list-anchor .anchor-list .list-item:nth-child(n + 6) {
    margin-top: 20px;
  }
}

.u-list-anchor .anchor-list .list-item .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #006cb7;
  border-bottom-width: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 5px 6px;
  min-height: 95px;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  .u-list-anchor .anchor-list .list-item .item-inner {
    padding: 15px 5px 10px;
    border-bottom-width: 30px;
    min-height: 150px;
  }
}

.u-list-anchor .anchor-list .list-item .item-inner::after {
  content: '';
  display: block;
  width: 10px;
  height: 7px;
  background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 6px;
  height: 11px;
  bottom: -15px;
  margin: auto;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  margin: auto;
  right: 0;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .u-list-anchor .anchor-list .list-item .item-inner::after {
    bottom: -22px;
  }
}

.u-list-anchor .anchor-list .list-item .item-inner .item-img {
  width: 31.5px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .u-list-anchor .anchor-list .list-item .item-inner .item-img {
    width: 60px;
    height: 54px;
  }
}

.u-list-anchor .anchor-list .list-item .item-inner .item-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #006cb7;
  margin-top: 5px;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .u-list-anchor .anchor-list .list-item .item-inner .item-ttl {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

[data-whatinput='keyboard'] .u-list-anchor .anchor-list .list-item .item-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .u-list-anchor .anchor-list .list-item .item-inner:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  }
  .u-list-anchor .anchor-list .list-item .item-inner:hover::after {
    -webkit-animation-name: arrowLinkBottom;
            animation-name: arrowLinkBottom;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}

.m-list-news {
  margin-top: 25px;
}

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

.m-list-news > li:nth-child(n + 2) {
  border-top: solid 1px #aaaaaa;
}

.m-list-news > li > a,
.m-list-news > li > span {
  padding: 12px 0;
  display: block;
}

.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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  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;
}

.m-list-news > li > a .news-date,
.m-list-news > li > span .news-date {
  line-height: 1.5;
}

.m-list-news > li > a .news-ttl,
.m-list-news > li > span .news-ttl {
  margin-top: 5px;
  line-height: 1.5;
}

.m-list-news > li > a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline-width: 0;
}

[data-whatinput='keyboard'] .m-list-news > li > a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-news > li > a:hover .news-ttl {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-col1 > li > a,
  .m-list-news.news-col1 > li > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-col1 > li > a .news-ttl,
  .m-list-news.news-col1 > li > span .news-ttl {
    margin-left: 50px;
    margin-top: 0;
  }
}

.m-list-news.news-large > li > a,
.m-list-news.news-large > li > span {
  padding: 18px 0;
}

.m-list-news2 {
  margin-top: 25px;
}

.m-list-news2 > li {
  position: relative;
  border-bottom: solid 1px #aaaaaa;
}

.m-list-news2 > li > a,
.m-list-news2 > li > span {
  padding: 12px 0;
  display: block;
}

.m-list-news2 > li > a[target='_blank']:not(.noticon) > .news-ttl:after,
.m-list-news2 > li > span[target='_blank']:not(.noticon) > .news-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-list-news2 > li > a[href$='.pdf']:not(.noticon) > .news-ttl:after,
.m-list-news2 > li > span[href$='.pdf']:not(.noticon) > .news-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-news2 > li > a[href$='.doc']:not(.noticon) > .news-ttl:after, .m-list-news2 > li > a[href$='.docx']:not(.noticon) > .news-ttl:after,
.m-list-news2 > li > span[href$='.doc']:not(.noticon) > .news-ttl:after,
.m-list-news2 > li > span[href$='.docx']:not(.noticon) > .news-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-news2 > li > a[href$='.xls']:not(.noticon) > .news-ttl:after, .m-list-news2 > li > a[href$='.xlsx']:not(.noticon) > .news-ttl:after,
.m-list-news2 > li > span[href$='.xls']:not(.noticon) > .news-ttl:after,
.m-list-news2 > li > span[href$='.xlsx']:not(.noticon) > .news-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-list-news2 > li > a[href$='.zip']:not(.noticon) > .news-ttl:after,
.m-list-news2 > li > span[href$='.zip']:not(.noticon) > .news-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .m-list-news2 > li > a,
  .m-list-news2 > li > span {
    padding: 18px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-list-news2 > li > a .news-date,
.m-list-news2 > li > span .news-date {
  line-height: 1.5;
}

.m-list-news2 > li > a .news-ttl,
.m-list-news2 > li > span .news-ttl {
  margin-top: 5px;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .m-list-news2 > li > a .news-ttl,
  .m-list-news2 > li > span .news-ttl {
    margin-left: 50px;
    margin-top: 0;
  }
}

.m-list-news2 > li > a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline-width: 0;
}

[data-whatinput='keyboard'] .m-list-news2 > li > a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-list-news2 > li > a:hover .news-ttl {
    text-decoration: underline;
  }
}

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

.m-list-label .label-list {
  margin: -10px -5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-list-label .label-list .list-item {
  margin-top: 10px;
  padding: 0 5px;
}

.m-list-header-child-link {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
}

@media print, screen and (min-width: 1025px) {
  .m-list-header-child-link {
    gap: 0 32px;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

.m-list-header-child-link .link-item .m-btn-block {
  width: 100%;
  height: 100%;
  padding-right: 0;
}

.m-list-header-child-link .link-item .m-btn-block .btn-wrap {
  height: 100%;
}

@media print, screen and (min-width: 1025px) {
  .m-list-header-child-link .link-item .m-btn-block .btn-wrap {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-header-child-link .link-item .m-btn-block .btn-wrap::after {
    top: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-header-child-link .link-item.item-root {
    display: none;
  }
}

.m-list-block-link {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  margin-top: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}

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

.m-list-block-link .link-item > .m-btn-block {
  width: 100%;
  height: 100%;
}

.m-list-block-link .link-item > .m-btn-block .btn-wrap {
  height: 100%;
}

.m-list-block-link.list-col2 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

@media print, screen and (min-width: 768px) {
  .m-list-block-link.list-col2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.m-list-block-link.list-col4 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

@media print, screen and (min-width: 768px) {
  .m-list-block-link.list-col4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.m-list-block-link.list-col4-sp-col1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

@media print, screen and (min-width: 768px) {
  .m-list-block-link.list-col4-sp-col1 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.m-table-common, .mceContentBody table,
.mce-content-body table {
  width: 100%;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-table-common, .mceContentBody table,
  .mce-content-body table {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common.table-break, .mceContentBody table.table-break,
  .mce-content-body table.table-break {
    border-bottom: 1px solid #ccc;
  }
  .m-table-common.table-break tbody tr th, .mceContentBody table.table-break tbody tr th, .mce-content-body table.table-break tbody tr th,
  .m-table-common.table-break tbody tr td,
  .mceContentBody table.table-break tbody tr td,
  .mce-content-body table.table-break tbody tr td,
  .m-table-common.table-break thead tr th,
  .mceContentBody table.table-break thead tr th,
  .mce-content-body table.table-break thead tr th,
  .m-table-common.table-break thead tr td,
  .mceContentBody table.table-break thead tr td,
  .mce-content-body table.table-break thead tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}

.m-table-common tbody tr th, .mceContentBody table tbody tr th, .mce-content-body table tbody tr th,
.m-table-common tbody tr td,
.mceContentBody table tbody tr td,
.mce-content-body table tbody tr td,
.m-table-common thead tr th,
.mceContentBody table thead tr th,
.mce-content-body table thead tr th,
.m-table-common thead tr td,
.mceContentBody table thead tr td,
.mce-content-body table thead tr td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}

.m-table-common tbody tr th > *:first-child, .mceContentBody table tbody tr th > *:first-child, .mce-content-body table tbody tr th > *:first-child,
.m-table-common tbody tr td > *:first-child,
.mceContentBody table tbody tr td > *:first-child,
.mce-content-body table tbody tr td > *:first-child,
.m-table-common thead tr th > *:first-child,
.mceContentBody table thead tr th > *:first-child,
.mce-content-body table thead tr th > *:first-child,
.m-table-common thead tr td > *:first-child,
.mceContentBody table thead tr td > *:first-child,
.mce-content-body table thead tr td > *: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, .mce-content-body table tbody tr th > *:first-child.m-box-section,
.m-table-common tbody tr td > *:first-child.m-box-section,
.mceContentBody table tbody tr td > *:first-child.m-box-section,
.mce-content-body table tbody tr td > *: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,
.mce-content-body table thead tr th > *: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,
.mce-content-body table thead tr td > *: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 + *, .mce-content-body 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 + *,
  .mce-content-body table tbody tr th > .image-position-right:first-child + *,
  .m-table-common tbody tr td > .image-position-left:first-child + *,
  .mceContentBody table tbody tr td > .image-position-left:first-child + *,
  .mce-content-body 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 + *,
  .mce-content-body table tbody tr td > .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 + *,
  .mce-content-body 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 + *,
  .mce-content-body table thead tr th > .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 + *,
  .mce-content-body 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 + *,
  .mce-content-body table thead tr td > .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, .mce-content-body table tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child,
  .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,
  .mce-content-body table tbody tr td > [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,
  .mce-content-body table thead tr th > [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,
  .mce-content-body 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 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, .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n + 1) > *:first-child,
  .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,
  .mce-content-body table tbody tr td > [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,
  .mce-content-body table thead tr th > [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,
  .mce-content-body 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 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, .mce-content-body 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 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,
  .mce-content-body 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 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,
  .mce-content-body 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,
  .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,
  .mce-content-body 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 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, .mce-content-body 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 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,
  .mce-content-body 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 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,
  .mce-content-body 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,
  .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,
  .mce-content-body 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 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, .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n + 2) > *:first-child,
  .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,
  .mce-content-body table tbody tr td > [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,
  .mce-content-body table thead tr th > [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,
  .mce-content-body 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 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, .mce-content-body 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 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,
  .mce-content-body 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 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,
  .mce-content-body 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,
  .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,
  .mce-content-body 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 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, .mce-content-body 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 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,
  .mce-content-body 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 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,
  .mce-content-body 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,
  .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,
  .mce-content-body 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 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, .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n + 3) > *:first-child,
  .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,
  .mce-content-body table tbody tr td > [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,
  .mce-content-body table thead tr th > [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,
  .mce-content-body 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 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, .mce-content-body 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 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,
  .mce-content-body 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 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,
  .mce-content-body 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,
  .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,
  .mce-content-body 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 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, .mce-content-body 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 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,
  .mce-content-body 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 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,
  .mce-content-body 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,
  .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,
  .mce-content-body 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 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, .mce-content-body table tbody tr th > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n + 4) > *:first-child,
  .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,
  .mce-content-body table tbody tr td > [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,
  .mce-content-body table thead tr th > [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,
  .mce-content-body 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 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, .mce-content-body 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 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,
  .mce-content-body 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 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,
  .mce-content-body 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,
  .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,
  .mce-content-body 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 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, .mce-content-body 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 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,
  .mce-content-body 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 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,
  .mce-content-body 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,
  .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,
  .mce-content-body 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 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, .mce-content-body table tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child,
  .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,
  .mce-content-body table tbody tr td > [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,
  .mce-content-body table thead tr th > [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,
  .mce-content-body 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 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, .mce-content-body table tbody tr th > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child,
  .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,
  .mce-content-body 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 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,
  .mce-content-body table thead tr th > [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,
  .mce-content-body 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 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, .mce-content-body 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 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,
  .mce-content-body 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 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,
  .mce-content-body table thead 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 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,
  .mce-content-body 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;
  }
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr th, .mceContentBody table tbody tr th, .mce-content-body table tbody tr th,
  .m-table-common tbody tr td,
  .mceContentBody table tbody tr td,
  .mce-content-body table tbody tr td,
  .m-table-common thead tr th,
  .mceContentBody table thead tr th,
  .mce-content-body table thead tr th,
  .m-table-common thead tr td,
  .mceContentBody table thead tr td,
  .mce-content-body table thead tr td {
    padding: 10px 15px;
  }
}

.m-table-common tbody tr th, .mceContentBody table tbody tr th, .mce-content-body table tbody tr th,
.m-table-common thead tr th,
.mceContentBody table thead tr th,
.mce-content-body table thead tr th {
  font-weight: normal;
}

.m-table-common thead th, .mceContentBody table thead th, .mce-content-body table thead th,
.m-table-common thead td,
.mceContentBody table thead td,
.mce-content-body table thead td {
  background: #888888;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: middle;
}

.m-table-common thead th a, .mceContentBody table thead th a, .mce-content-body table thead th a,
.m-table-common thead td a,
.mceContentBody table thead td a,
.mce-content-body table thead td a {
  text-decoration: underline;
  color: #fff;
  outline-width: 0;
}

.m-table-common thead th a[target='_blank']:not(.noticon):after, .mceContentBody table thead th a[target='_blank']:not(.noticon):after, .mce-content-body table thead th a[target='_blank']:not(.noticon):after,
.m-table-common thead td a[target='_blank']:not(.noticon):after,
.mceContentBody table thead td a[target='_blank']:not(.noticon):after,
.mce-content-body table thead td a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-table-common thead th a[href$='.pdf']:not(.noticon):after, .mceContentBody table thead th a[href$='.pdf']:not(.noticon):after, .mce-content-body table thead th a[href$='.pdf']:not(.noticon):after,
.m-table-common thead td a[href$='.pdf']:not(.noticon):after,
.mceContentBody table thead td a[href$='.pdf']:not(.noticon):after,
.mce-content-body table thead td a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common thead th a[href$='.doc']:not(.noticon):after, .mceContentBody table thead th a[href$='.doc']:not(.noticon):after, .mce-content-body table thead th a[href$='.doc']:not(.noticon):after, .m-table-common thead th a[href$='.docx']:not(.noticon):after, .mceContentBody table thead th a[href$='.docx']:not(.noticon):after, .mce-content-body table thead th a[href$='.docx']:not(.noticon):after,
.m-table-common thead td a[href$='.doc']:not(.noticon):after,
.mceContentBody table thead td a[href$='.doc']:not(.noticon):after,
.mce-content-body table thead td a[href$='.doc']:not(.noticon):after,
.m-table-common thead td a[href$='.docx']:not(.noticon):after,
.mceContentBody table thead td a[href$='.docx']:not(.noticon):after,
.mce-content-body table thead td a[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common thead th a[href$='.xls']:not(.noticon):after, .mceContentBody table thead th a[href$='.xls']:not(.noticon):after, .mce-content-body table thead th a[href$='.xls']:not(.noticon):after, .m-table-common thead th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table thead th a[href$='.xlsx']:not(.noticon):after, .mce-content-body table thead th a[href$='.xlsx']:not(.noticon):after,
.m-table-common thead td a[href$='.xls']:not(.noticon):after,
.mceContentBody table thead td a[href$='.xls']:not(.noticon):after,
.mce-content-body table thead td a[href$='.xls']:not(.noticon):after,
.m-table-common thead td a[href$='.xlsx']:not(.noticon):after,
.mceContentBody table thead td a[href$='.xlsx']:not(.noticon):after,
.mce-content-body table thead td a[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common thead th a[href$='.zip']:not(.noticon):after, .mceContentBody table thead th a[href$='.zip']:not(.noticon):after, .mce-content-body table thead th a[href$='.zip']:not(.noticon):after,
.m-table-common thead td a[href$='.zip']:not(.noticon):after,
.mceContentBody table thead td a[href$='.zip']:not(.noticon):after,
.mce-content-body table thead td a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-table-common thead th a img, .mceContentBody table thead th a img, .mce-content-body table thead th a img,
.m-table-common thead td a img,
.mceContentBody table thead td a img,
.mce-content-body table thead td a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-whatinput='keyboard'] .m-table-common thead th a:focus, [data-whatinput='keyboard'] .mceContentBody table thead th a:focus, .mceContentBody [data-whatinput='keyboard'] table thead th a:focus, [data-whatinput='keyboard'] .mce-content-body table thead th a:focus, .mce-content-body [data-whatinput='keyboard'] table thead th a:focus, [data-whatinput='keyboard'] .m-table-common thead td a:focus, [data-whatinput='keyboard'] .mceContentBody table thead td a:focus, .mceContentBody [data-whatinput='keyboard'] table thead td a:focus, [data-whatinput='keyboard'] .mce-content-body table thead td a:focus, .mce-content-body [data-whatinput='keyboard'] table thead td a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-table-common thead th a:hover, .mceContentBody table thead th a:hover, .mce-content-body table thead th a:hover,
  .m-table-common thead td a:hover,
  .mceContentBody table thead td a:hover,
  .mce-content-body table thead td a:hover {
    text-decoration: none;
  }
  .m-table-common thead th a:hover img, .mceContentBody table thead th a:hover img, .mce-content-body table thead th a:hover img,
  .m-table-common thead td a:hover img,
  .mceContentBody table thead td a:hover img,
  .mce-content-body table thead td a:hover img {
    opacity: 0.75;
  }
}

.m-table-common thead + tbody th, .mceContentBody table thead + tbody th, .mce-content-body table thead + tbody th {
  background-color: #e7e7e7;
  color: #000;
}

.m-table-common thead + tbody th a, .mceContentBody table thead + tbody th a, .mce-content-body table thead + tbody th a {
  text-decoration: underline;
  color: #006cb8;
  outline-width: 0;
  outline-width: 0;
}

.m-table-common thead + tbody th a[target='_blank']:not(.noticon):after, .mceContentBody table thead + tbody th a[target='_blank']:not(.noticon):after, .mce-content-body table thead + tbody th a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-table-common thead + tbody th a[href$='.pdf']:not(.noticon):after, .mceContentBody table thead + tbody th a[href$='.pdf']:not(.noticon):after, .mce-content-body table thead + tbody th a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common thead + tbody th a[href$='.doc']:not(.noticon):after, .mceContentBody table thead + tbody th a[href$='.doc']:not(.noticon):after, .mce-content-body table thead + tbody th a[href$='.doc']:not(.noticon):after, .m-table-common thead + tbody th a[href$='.docx']:not(.noticon):after, .mceContentBody table thead + tbody th a[href$='.docx']:not(.noticon):after, .mce-content-body table thead + tbody th a[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common thead + tbody th a[href$='.xls']:not(.noticon):after, .mceContentBody table thead + tbody th a[href$='.xls']:not(.noticon):after, .mce-content-body table thead + tbody th a[href$='.xls']:not(.noticon):after, .m-table-common thead + tbody th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table thead + tbody th a[href$='.xlsx']:not(.noticon):after, .mce-content-body table thead + tbody th a[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common thead + tbody th a[href$='.zip']:not(.noticon):after, .mceContentBody table thead + tbody th a[href$='.zip']:not(.noticon):after, .mce-content-body table thead + tbody th a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-table-common thead + tbody th a:visited, .mceContentBody table thead + tbody th a:visited, .mce-content-body table thead + tbody th a:visited {
  color: #8d6eaa;
}

[data-whatinput='keyboard'] .m-table-common thead + tbody th a:focus, [data-whatinput='keyboard'] .mceContentBody table thead + tbody th a:focus, .mceContentBody [data-whatinput='keyboard'] table thead + tbody th a:focus, [data-whatinput='keyboard'] .mce-content-body table thead + tbody th a:focus, .mce-content-body [data-whatinput='keyboard'] table thead + tbody th a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-table-common thead + tbody th a:hover, .mceContentBody table thead + tbody th a:hover, .mce-content-body table thead + tbody th a:hover {
    text-decoration: none;
  }
}

.m-table-common thead + tbody th a img, .mceContentBody table thead + tbody th a img, .mce-content-body table thead + tbody th a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-whatinput='keyboard'] .m-table-common thead + tbody th a:focus, [data-whatinput='keyboard'] .mceContentBody table thead + tbody th a:focus, .mceContentBody [data-whatinput='keyboard'] table thead + tbody th a:focus, [data-whatinput='keyboard'] .mce-content-body table thead + tbody th a:focus, .mce-content-body [data-whatinput='keyboard'] table thead + tbody th a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-table-common thead + tbody th a:hover, .mceContentBody table thead + tbody th a:hover, .mce-content-body table thead + tbody th a:hover {
    text-decoration: none;
  }
  .m-table-common thead + tbody th a:hover img, .mceContentBody table thead + tbody th a:hover img, .mce-content-body table thead + tbody th a:hover img {
    opacity: 0.75;
  }
}

.m-table-common tbody th, .mceContentBody table tbody th, .mce-content-body table tbody th {
  background: #888888;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: middle;
}

.m-table-common tbody th a, .mceContentBody table tbody th a, .mce-content-body table tbody th a {
  text-decoration: underline;
  color: #fff;
  outline-width: 0;
}

.m-table-common tbody th a[target='_blank']:not(.noticon):after, .mceContentBody table tbody th a[target='_blank']:not(.noticon):after, .mce-content-body table tbody th a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-table-common tbody th a[href$='.pdf']:not(.noticon):after, .mceContentBody table tbody th a[href$='.pdf']:not(.noticon):after, .mce-content-body table tbody th a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common tbody th a[href$='.doc']:not(.noticon):after, .mceContentBody table tbody th a[href$='.doc']:not(.noticon):after, .mce-content-body table tbody th a[href$='.doc']:not(.noticon):after, .m-table-common tbody th a[href$='.docx']:not(.noticon):after, .mceContentBody table tbody th a[href$='.docx']:not(.noticon):after, .mce-content-body table tbody th a[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common tbody th a[href$='.xls']:not(.noticon):after, .mceContentBody table tbody th a[href$='.xls']:not(.noticon):after, .mce-content-body table tbody th a[href$='.xls']:not(.noticon):after, .m-table-common tbody th a[href$='.xlsx']:not(.noticon):after, .mceContentBody table tbody th a[href$='.xlsx']:not(.noticon):after, .mce-content-body table tbody th a[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common tbody th a[href$='.zip']:not(.noticon):after, .mceContentBody table tbody th a[href$='.zip']:not(.noticon):after, .mce-content-body table tbody th a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-table-common tbody th a img, .mceContentBody table tbody th a img, .mce-content-body table tbody th a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-whatinput='keyboard'] .m-table-common tbody th a:focus, [data-whatinput='keyboard'] .mceContentBody table tbody th a:focus, .mceContentBody [data-whatinput='keyboard'] table tbody th a:focus, [data-whatinput='keyboard'] .mce-content-body table tbody th a:focus, .mce-content-body [data-whatinput='keyboard'] table tbody th a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody th a:hover, .mceContentBody table tbody th a:hover, .mce-content-body table tbody th a:hover {
    text-decoration: none;
  }
  .m-table-common tbody th a:hover img, .mceContentBody table tbody th a:hover img, .mce-content-body table tbody th a:hover img {
    opacity: 0.75;
  }
}

.m-table-common tbody td a, .mceContentBody table tbody td a, .mce-content-body table tbody td a {
  text-decoration: underline;
  color: #006cb8;
  outline-width: 0;
  outline-width: 0;
}

.m-table-common tbody td a[target='_blank']:not(.noticon):after, .mceContentBody table tbody td a[target='_blank']:not(.noticon):after, .mce-content-body table tbody td a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-table-common tbody td a[href$='.pdf']:not(.noticon):after, .mceContentBody table tbody td a[href$='.pdf']:not(.noticon):after, .mce-content-body table tbody td a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common tbody td a[href$='.doc']:not(.noticon):after, .mceContentBody table tbody td a[href$='.doc']:not(.noticon):after, .mce-content-body 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, .mce-content-body table tbody td a[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common tbody td a[href$='.xls']:not(.noticon):after, .mceContentBody table tbody td a[href$='.xls']:not(.noticon):after, .mce-content-body 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, .mce-content-body table tbody td a[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-table-common tbody td a[href$='.zip']:not(.noticon):after, .mceContentBody table tbody td a[href$='.zip']:not(.noticon):after, .mce-content-body table tbody td a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-table-common tbody td a:visited, .mceContentBody table tbody td a:visited, .mce-content-body table tbody td a:visited {
  color: #8d6eaa;
}

[data-whatinput='keyboard'] .m-table-common tbody td a:focus, [data-whatinput='keyboard'] .mceContentBody table tbody td a:focus, .mceContentBody [data-whatinput='keyboard'] table tbody td a:focus, [data-whatinput='keyboard'] .mce-content-body table tbody td a:focus, .mce-content-body [data-whatinput='keyboard'] table tbody td a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody td a:hover, .mceContentBody table tbody td a:hover, .mce-content-body table tbody td a:hover {
    text-decoration: none;
  }
}

.m-table-common tbody td a img, .mceContentBody table tbody td a img, .mce-content-body table tbody td a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-whatinput='keyboard'] .m-table-common tbody td a:focus, [data-whatinput='keyboard'] .mceContentBody table tbody td a:focus, .mceContentBody [data-whatinput='keyboard'] table tbody td a:focus, [data-whatinput='keyboard'] .mce-content-body table tbody td a:focus, .mce-content-body [data-whatinput='keyboard'] table tbody td a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody td a:hover img, .mceContentBody table tbody td a:hover img, .mce-content-body table tbody td a:hover img {
    opacity: 0.75;
  }
}

.m-table-common [align='center'], .mceContentBody table [align='center'], .mce-content-body table [align='center'] {
  text-align: center !important;
}

.m-table-common [align='right'], .mceContentBody table [align='right'], .mce-content-body table [align='right'] {
  text-align: right !important;
}

.m-table-common [valign='top'], .mceContentBody table [valign='top'], .mce-content-body table [valign='top'] {
  vertical-align: top !important;
}

.m-table-common [valign='middle'], .mceContentBody table [valign='middle'], .mce-content-body table [valign='middle'] {
  vertical-align: middle !important;
}

.m-table-common [valign='bottom'], .mceContentBody table [valign='bottom'], .mce-content-body table [valign='bottom'] {
  vertical-align: bottom !important;
}

.m-table-common.table-fixed, .mceContentBody table.table-fixed,
.mce-content-body table.table-fixed {
  table-layout: fixed;
}

.m-table-scroll {
  position: relative;
  margin-top: 20px;
}

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

.m-table-scroll .scroll-mark {
  display: block;
  position: absolute;
  top: -20px;
  right: 30px;
}

.m-table-scroll .scroll-mark span {
  position: relative;
  display: block;
  width: 66px;
  height: 6px;
  vertical-align: middle;
  text-align: center;
  background-color: #006cb7;
}

.m-table-scroll .scroll-mark span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 13px 8px 0;
  border-color: transparent #006cb7 transparent transparent;
}

.m-table-scroll .scroll-mark span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #006cb7;
}

.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: 3px;
  background-color: #e7e7e7;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}

.m-txt-ttl {
  background-color: #dcebf5;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl {
    position: relative;
  }
}

.m-txt-ttl .ttl-inner {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner {
    position: static;
  }
}

.m-txt-ttl .ttl-inner .ttl-txt {
  color: #006cb7;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 115px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-txt {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 4rem;
    min-height: 200px;
  }
}

.m-txt-ttl .ttl-inner .ttl-img {
  position: absolute;
  top: 0;
  right: -20px;
  left: -20px;
  bottom: 0;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-img {
    position: static;
  }
}

.m-txt-ttl .ttl-inner .ttl-img > img {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-img > img {
    display: block;
    position: absolute;
    top: 0;
    max-width: none;
    right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-bg-img .ttl-inner .ttl-txt {
    min-height: 300px;
  }
}

.m-txt-ttl2 {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.m-txt-ttl2 + * {
  margin-top: 0 !important;
}

.m-txt-ttl2 + *.m-list-news, .m-txt-ttl2 + *.m-list-news2 {
  margin-top: -18px !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 {
    font-size: 3.2rem;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

.m-txt-ttl2::before, .m-txt-ttl2::after {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}

.m-txt-ttl2::before {
  background-color: #ccc;
  right: 0;
}

.m-txt-ttl2::after {
  background-color: #006cb7;
  width: 60px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2::after {
    width: 120px;
  }
}

.m-txt-ttl2 a {
  display: inline-block;
  color: #006cb7;
  position: relative;
  padding-left: 20px;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2 a {
    padding-left: 25px;
  }
}

.m-txt-ttl2 a:before {
  content: '';
  background: url(../svg/i_arrow.svg?c=006cb7) center no-repeat;
  background-size: 100% auto;
  width: 10px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2 a:before {
    width: 12px;
    height: 20px;
    top: 0.52em;
  }
}

[data-whatinput='keyboard'] .m-txt-ttl2 a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl2 a:hover {
    text-decoration: underline;
  }
}

.m-txt-ttl2 a:visited {
  color: #8d6eaa;
}

.m-txt-ttl2 + .m-txt-date {
  margin-top: -10px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2 + .m-txt-date {
    margin-top: -30px !important;
  }
}

.m-txt-ttl3 {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding: 13px 13px 15px;
  background-color: #dcebf5;
}

.m-txt-ttl3 + * {
  margin-top: 0 !important;
}

.m-txt-ttl3 + *.m-list-news, .m-txt-ttl3 + *.m-list-news2 {
  margin-top: -18px !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: 2.2rem;
    padding: 12px 13px 14px;
    margin-bottom: 40px;
  }
}

.m-txt-ttl3::before {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #006cb7;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3::before {
    height: 2px;
  }
}

.m-txt-ttl3 a {
  display: inline-block;
  color: #006cb7;
  position: relative;
  padding-left: 20px;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 a {
    padding-left: 25px;
  }
}

.m-txt-ttl3 a:before {
  content: '';
  background: url(../svg/i_arrow.svg?c=006cb7) center no-repeat;
  background-size: 100% auto;
  width: 10px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 a:before {
    width: 12px;
    height: 20px;
    top: 0.52em;
  }
}

[data-whatinput='keyboard'] .m-txt-ttl3 a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3 a:hover {
    text-decoration: underline;
  }
}

.m-txt-ttl3 a:visited {
  color: #8d6eaa;
}

.m-txt-ttl3 + .m-txt-date {
  margin-top: -10px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 + .m-txt-date {
    margin-top: -30px !important;
  }
}

.m-txt-ttl3_2 {
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.1em;
  font-style: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.m-txt-ttl3_2 + * {
  margin-top: 0 !important;
}

.m-txt-ttl3_2 + *.m-list-news, .m-txt-ttl3_2 + *.m-list-news2 {
  margin-top: -18px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl3_2 + .image-position-left + *,
  .m-txt-ttl3_2 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

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

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl3_2 + [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_2 + [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_2 + [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_2 + [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_2 + [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_2 + [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_2 + [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_2 {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}

.m-txt-ttl3_2::before {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #006cb7;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3_2::before {
    width: 60px;
  }
}

.m-txt-ttl4 {
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.1em;
  font-style: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px 10px;
  background-color: #e7e7e7;
}

.m-txt-ttl4 + * {
  margin-top: 0 !important;
}

.m-txt-ttl4 + *.m-list-news, .m-txt-ttl4 + *.m-list-news2 {
  margin-top: -18px !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: 2rem;
    margin-top: 60px;
    padding: 12px 10px;
  }
}

.m-txt-ttl4_2 {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 6px;
  position: relative;
}

.m-txt-ttl4_2 + * {
  margin-top: 0 !important;
}

.m-txt-ttl4_2 + *.m-list-news, .m-txt-ttl4_2 + *.m-list-news2 {
  margin-top: -18px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl4_2 + .image-position-left + *,
  .m-txt-ttl4_2 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

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

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl4_2 + [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_2 + [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_2 + [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_2 + [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_2 + [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_2 + [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_2 + [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_2 {
    font-size: 2rem;
    padding-bottom: 8px;
    margin-top: 40px;
  }
}

.m-txt-ttl4_2::before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ccc;
}

.m-txt-ttl5 {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

.m-txt-ttl5 + * {
  margin-top: 0 !important;
}

.m-txt-ttl5 + *.m-list-news, .m-txt-ttl5 + *.m-list-news2 {
  margin-top: -18px !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;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl5 {
    font-size: 2rem;
  }
}

.m-txt-ttl6 {
  line-height: 1.5;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-txt-ttl6 + * {
  margin-top: 0 !important;
}

.m-txt-ttl6 + *.m-list-news, .m-txt-ttl6 + *.m-list-news2 {
  margin-top: -18px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl6 + .image-position-left + *,
  .m-txt-ttl6 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

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

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl6 + [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-ttl6 + [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-ttl6 + [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-ttl6 + [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-ttl6 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl6 + [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-ttl6 + [data-gs-group][data-gs-tab='2'] > [data-gs-col]:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-txt-frame-ttl {
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

.m-txt-frame-ttl + * {
  margin-top: 0 !important;
}

.m-txt-frame-ttl + *.m-list-news, .m-txt-frame-ttl + *.m-list-news2 {
  margin-top: -18px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-frame-ttl + .image-position-left + *,
  .m-txt-frame-ttl + .image-position-right + * {
    margin-top: 0 !important;
  }
}

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .m-txt-frame-ttl {
    font-size: 2rem;
  }
}

.m-txt-p {
  margin-top: 20px;
}

.m-txt-p a {
  position: relative;
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
  color: #006cb8;
  outline-width: 0;
  outline-width: 0;
}

.m-txt-p a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-txt-p a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-txt-p a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

.m-txt-p a:visited {
  color: #8d6eaa;
}

[data-whatinput='keyboard'] .m-txt-p a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-txt-p a:hover {
    text-decoration: none;
  }
}

.m-txt-p a.m-btn-common {
  text-decoration: none;
}

.m-txt-p a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

[data-whatinput='keyboard'] .m-txt-p a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-txt-p a:hover {
    text-decoration: none;
  }
  .m-txt-p a:hover img {
    opacity: 0.75;
  }
}

.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;
  padding-left: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1.5;
  color: #006cb8;
  font-weight: bold;
  background-color: transparent;
  border: none;
  outline-width: 0;
}

.m-txt-link[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-txt-link[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  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: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-txt-link[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .m-txt-link {
    padding-left: 17px;
  }
}

.m-txt-link:before {
  content: '';
  background: url(../svg/i_arrow.svg?c=006cb7) center no-repeat;
  background-size: 100% auto;
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
}

.m-txt-link:visited {
  color: #8d6eaa;
}

.m-txt-link .link-size {
  font-weight: normal;
}

[data-whatinput='keyboard'] .m-txt-link:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-txt-link:hover {
    text-decoration: underline;
  }
}

.m-txt-link.link-anchor:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.m-txt-more {
  margin-top: 20px;
}

.m-txt-link2 {
  padding: 10px 17px 10px 0;
  border-bottom: solid 1px #006cb7;
  position: relative;
  color: #006cb7;
  display: inline-block;
  text-decoration: none;
  outline-width: 0;
}

.m-txt-link2[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-txt-link2[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-txt-link2[href$='.doc']:not(.noticon):after, .m-txt-link2[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-txt-link2[href$='.xls']:not(.noticon):after, .m-txt-link2[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-txt-link2[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .m-txt-link2 {
    padding: 10px 28px 10px 0;
  }
}

.m-txt-link2::before {
  content: '';
  background: url(../svg/i_arrow.svg?c=006cb7) center no-repeat;
  background-size: 100% auto;
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: calc(10px + 0.4em);
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-txt-link2::before {
    top: calc(10px + 0.5em);
  }
}

[data-whatinput='keyboard'] .m-txt-link2:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-txt-link2:hover::before {
    -webkit-animation-name: arrowLinkRight;
            animation-name: arrowLinkRight;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}

.m-txt-copy {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-copy {
    margin-top: 30px;
    font-size: 2.4rem;
  }
}

.m-txt-date {
  margin-top: 20px;
  text-align: right;
}

.m-txt-label {
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #006cb7;
  color: #fff;
  display: inline-block;
}

.m-txt-label + * {
  margin-top: 0 !important;
}

.m-txt-label + *.m-list-news, .m-txt-label + *.m-list-news2 {
  margin-top: -18px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-label + .image-position-left + *,
  .m-txt-label + .image-position-right + * {
    margin-top: 0 !important;
  }
}

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

@media print, screen and (min-width: 1025px) {
  .m-txt-label + [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-label + [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-label + [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-label + [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-label + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-label + [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-label + [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-label {
    padding: 12px 20px;
  }
}

.m-txt-label.label-color-black {
  background-color: #000;
}

.m-txt-label + .m-txt-label {
  margin-left: 5px;
}

.m-btn-common {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #006cb7;
  padding: 15px 20px 15px 15px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1.5;
  border: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  border: solid 2px #006cb7;
  outline-width: 0;
}

.m-btn-common[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-btn-common[href$='.pdf']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-btn-common[href$='.doc']:not(.noticon) > span:after, .m-btn-common[href$='.docx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-btn-common[href$='.xls']:not(.noticon) > span:after, .m-btn-common[href$='.xlsx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-btn-common[href$='.zip']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

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

.m-btn-common::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}

.m-btn-common .btn-inner {
  display: block;
  position: relative;
  padding-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-common .btn-inner {
    padding-right: 15px;
  }
}

.m-btn-common .btn-inner:before {
  content: '';
  background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
  background-size: 100% auto;
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute !important;
}

.m-btn-common .btn-inner .btn-size {
  font-weight: normal;
}

[data-whatinput='keyboard'] .m-btn-common:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-common:hover {
    text-decoration: none;
  }
  .m-btn-common:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  .m-btn-common:hover[href$='.pdf']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common:hover[href$='.doc']:not(.noticon) > span:after, .m-btn-common:hover[href$='.docx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common:hover[href$='.xls']:not(.noticon) > span:after, .m-btn-common:hover[href$='.xlsx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common:hover[href$='.zip']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
  .m-btn-common:hover .btn-inner {
    color: #006cb7;
  }
  .m-btn-common:hover .btn-inner:before {
    background-image: url(../svg/i_arrow.svg?c=006cb7);
  }
  .m-btn-common:hover::before {
    right: 0;
    opacity: 1;
  }
}

.m-btn-common.btn-cancel {
  border-color: #aaa;
  background-color: #aaa;
  padding: 15px 20px 15px 15px;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  .m-btn-common.btn-cancel {
    padding: 15px 20px 15px 30px;
  }
}

[data-whatinput='keyboard'] .m-btn-common.btn-cancel:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-common.btn-cancel:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=aaa") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  .m-btn-common.btn-cancel:hover[href$='.pdf']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=aaa") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common.btn-cancel:hover[href$='.doc']:not(.noticon) > span:after, .m-btn-common.btn-cancel:hover[href$='.docx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=aaa") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common.btn-cancel:hover[href$='.xls']:not(.noticon) > span:after, .m-btn-common.btn-cancel:hover[href$='.xlsx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=aaa") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common.btn-cancel:hover[href$='.zip']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=aaa") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
  .m-btn-common.btn-cancel:hover .btn-inner {
    color: #aaa;
  }
  .m-btn-common.btn-cancel:hover .btn-inner:before {
    background-image: url(../svg/i_arrow.svg?c=aaa);
  }
}

.m-btn-common.btn-orange {
  border-color: #ff8f2f;
  background-color: #ff8f2f;
  outline-width: 0;
}

[data-whatinput='keyboard'] .m-btn-common.btn-orange:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-common.btn-orange:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=ff8f2f") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  .m-btn-common.btn-orange:hover[href$='.pdf']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=ff8f2f") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common.btn-orange:hover[href$='.doc']:not(.noticon) > span:after, .m-btn-common.btn-orange:hover[href$='.docx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=ff8f2f") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common.btn-orange:hover[href$='.xls']:not(.noticon) > span:after, .m-btn-common.btn-orange:hover[href$='.xlsx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=ff8f2f") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common.btn-orange:hover[href$='.zip']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=ff8f2f") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
  .m-btn-common.btn-orange:hover .btn-inner {
    color: #ff8f2f;
  }
  .m-btn-common.btn-orange:hover .btn-inner:before {
    background-image: url(../svg/i_arrow.svg?c=ff8f2f);
  }
}

.m-btn-common.btn-gray {
  border-color: #888888;
  background-color: #888888;
  outline-width: 0;
}

[data-whatinput='keyboard'] .m-btn-common.btn-gray:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-common.btn-gray:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=888888") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  .m-btn-common.btn-gray:hover[href$='.pdf']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=888888") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common.btn-gray:hover[href$='.doc']:not(.noticon) > span:after, .m-btn-common.btn-gray:hover[href$='.docx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=888888") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common.btn-gray:hover[href$='.xls']:not(.noticon) > span:after, .m-btn-common.btn-gray:hover[href$='.xlsx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=888888") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-common.btn-gray:hover[href$='.zip']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=888888") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
  .m-btn-common.btn-gray:hover .btn-inner {
    color: #888888;
  }
  .m-btn-common.btn-gray:hover .btn-inner:before {
    background-image: url(../svg/i_arrow.svg?c=888888);
  }
}

.m-btn-common.btn-large {
  padding: 20px 15px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .m-btn-common.btn-large {
    padding: 16px 25px;
    font-size: 2rem;
  }
}

.m-btn-conversion {
  display: inline-block;
  text-align: center;
  background-color: #1082d5;
  padding: 0 18px 0 18px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1.5;
  border: none;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border: solid 2px #006cb8;
  border-radius: 50px;
  max-width: 640px;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  outline-width: 0;
}

.m-btn-conversion[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

.m-btn-conversion[href$='.pdf']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-btn-conversion[href$='.doc']:not(.noticon) > span:after, .m-btn-conversion[href$='.docx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-btn-conversion[href$='.xls']:not(.noticon) > span:after, .m-btn-conversion[href$='.xlsx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

.m-btn-conversion[href$='.zip']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=fff") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

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

.m-btn-conversion::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #006cb8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.m-btn-conversion .btn-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  padding: 19px 20px;
  min-height: 76px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .m-btn-conversion .btn-inner {
    min-height: 96px;
  }
}

.m-btn-conversion .btn-inner:before {
  content: '';
  background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
  background-size: 100% auto;
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute !important;
}

.m-btn-conversion .btn-inner .btn-size {
  font-weight: normal;
}

.m-btn-conversion[target='_blank']:not(.noticon) > span:after {
  top: 0;
}

[data-whatinput='keyboard'] .m-btn-conversion:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-conversion:hover {
    text-decoration: none;
    color: #006cb8 !important;
    background-color: #fff;
  }
  .m-btn-conversion:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  .m-btn-conversion:hover[href$='.pdf']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-conversion:hover[href$='.doc']:not(.noticon) > span:after, .m-btn-conversion:hover[href$='.docx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-conversion:hover[href$='.xls']:not(.noticon) > span:after, .m-btn-conversion:hover[href$='.xlsx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-conversion:hover[href$='.zip']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
  .m-btn-conversion:hover[target='_blank']:not(.noticon) > span:after {
    top: 0;
  }
  .m-btn-conversion:hover .btn-inner:before {
    background-image: url(../svg/i_arrow.svg?c=006cb7);
  }
  .m-btn-conversion:hover::before {
    background-color: #dcebf5;
  }
}

@media print, screen and (min-width: 768px) {
  .m-btn-conversion.btn-size-s .btn-inner {
    min-height: 76px;
  }
}

.m-btn-conversion.btn-orange {
  border-color: #ff8f2f;
  background-color: #fea62f;
  outline-width: 0;
}

.m-btn-conversion.btn-orange::before {
  background-color: #ff8f2f;
}

[data-whatinput='keyboard'] .m-btn-conversion.btn-orange:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-conversion.btn-orange:hover {
    color: #ff8f2f !important;
    background-color: #fff;
  }
  .m-btn-conversion.btn-orange:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=ff8f2f") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  .m-btn-conversion.btn-orange:hover[href$='.pdf']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=ff8f2f") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-conversion.btn-orange:hover[href$='.doc']:not(.noticon) > span:after, .m-btn-conversion.btn-orange:hover[href$='.docx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=ff8f2f") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-conversion.btn-orange:hover[href$='.xls']:not(.noticon) > span:after, .m-btn-conversion.btn-orange:hover[href$='.xlsx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=ff8f2f") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-conversion.btn-orange:hover[href$='.zip']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=ff8f2f") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
  .m-btn-conversion.btn-orange:hover[target='_blank']:not(.noticon) > span:after {
    top: 0;
  }
  .m-btn-conversion.btn-orange:hover::before {
    background-color: #ffe4c0;
  }
  .m-btn-conversion.btn-orange:hover .btn-inner:before {
    background-image: url(../svg/i_arrow.svg?c=ff8f2f);
  }
}

.m-btn-conversion.btn-gray {
  border-color: #5b5b5b;
  background-color: #727272;
  outline-width: 0;
}

.m-btn-conversion.btn-gray::before {
  background-color: #5b5b5b;
}

[data-whatinput='keyboard'] .m-btn-conversion.btn-gray:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-conversion.btn-gray:hover {
    color: #5b5b5b !important;
    background-color: #fff;
  }
  .m-btn-conversion.btn-gray:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=5b5b5b") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  .m-btn-conversion.btn-gray:hover[href$='.pdf']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=5b5b5b") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-conversion.btn-gray:hover[href$='.doc']:not(.noticon) > span:after, .m-btn-conversion.btn-gray:hover[href$='.docx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=5b5b5b") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-conversion.btn-gray:hover[href$='.xls']:not(.noticon) > span:after, .m-btn-conversion.btn-gray:hover[href$='.xlsx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=5b5b5b") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  .m-btn-conversion.btn-gray:hover[href$='.zip']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=5b5b5b") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
  .m-btn-conversion.btn-gray:hover[target='_blank']:not(.noticon) > span:after {
    top: 0;
  }
  .m-btn-conversion.btn-gray:hover::before {
    background-color: #e8e8e8;
  }
  .m-btn-conversion.btn-gray:hover .btn-inner:before {
    background-image: url(../svg/i_arrow.svg?c=5b5b5b);
  }
}

.m-btn-block {
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  outline-offset: 3px;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  .m-btn-block {
    line-height: 1.25;
    padding-right: 8px;
  }
}

.m-btn-block::before, .m-btn-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
}

.m-btn-block::before {
  background-color: #dcebf5;
  width: 100%;
}

.m-btn-block::after {
  background-color: #006cb7;
  width: 8px;
}

.m-btn-block .btn-wrap {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 8px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-right: 32px;
  min-height: 38px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-block .btn-wrap {
    min-height: 42px;
    padding-top: 18px;
  }
}

.m-btn-block .btn-wrap::after {
  position: absolute;
  content: '';
  right: 0;
  top: 13px;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url(/assets/svg/i_arrow2.svg);
  background-size: 100% auto;
  background-position: center;
}

@media print, screen and (min-width: 768px) {
  .m-btn-block .btn-wrap::after {
    top: 18px;
  }
}

.m-btn-block .btn-inner {
  display: block;
}

[data-whatinput='keyboard'] .m-btn-block:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-block:hover {
    color: #006cb7;
  }
}

.m-btn-block[target="_blank"] .btn-wrap::after {
  background-image: url(/assets/svg/i_blank3.svg);
}

/*! Yaku Han JP (Gothic - Small Amount) v2.0.0 SIL by Qrac / Based on Noto Sans CJK JP */
@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff") format("woff");
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff") format("woff");
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff") format("woff");
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff") format("woff");
}

html {
  color: #000;
  font-family: YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ W3", メイリオ, Meiryo, sans-serif;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  line-height: 1.75;
  font-size: 1.4rem;
}

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

body:not(.ready) *::before, body:not(.ready) *::after {
  -webkit-transition: none !important;
  transition: none !important;
}

body:not(.ready) #l-header .header-outer {
  -webkit-transition: none !important;
  transition: none !important;
}

a {
  text-decoration: none;
  color: #000;
}

button,
input {
  outline-width: 0px;
}

[data-whatinput='keyboard'] button:focus, [data-whatinput='keyboard']
input:focus {
  outline-width: 1px;
}

#l-blockskip {
  display: none;
  position: relative;
  z-index: 190;
}

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

#l-blockskip .blockskip-inner a {
  display: block;
  margin: auto;
  display: block;
  text-align: center;
  color: #000;
  height: 0;
  overflow: hidden;
  background-color: #fff;
}

#l-blockskip .blockskip-inner a:focus, #l-blockskip .blockskip-inner a:active {
  height: auto;
  padding: 5px;
  border-bottom: solid 1px #58a3e7;
}

/* wrap style */
#l-wrap {
  padding-top: var(--headerHeight);
}

/* header style */
#l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#l-header::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
}

@media print, screen and (min-width: 1025px) {
  .header-fixed #l-header .header-outer {
    background-color: #fff;
  }
}

#l-header .header-overlay {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: rgba(0, 108, 183, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: -1;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-overlay {
    top: var(--headerHeight);
  }
}

@media print, screen and (min-width: 1025px) {
  .header-fixed #l-header .header-overlay {
    top: 0;
  }
}

.search-open #l-header .header-overlay,
.internetbank-open #l-header .header-overlay,
.menu-open #l-header .header-overlay,
.lnav-open #l-header .header-overlay {
  opacity: 1;
  visibility: visible;
}

#l-header .header-outer {
  background-color: #fff;
  position: relative;
  height: 72px;
  -webkit-box-shadow: 0px 0px 16px 0px #00477814;
          box-shadow: 0px 0px 16px 0px #00477814;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer {
    -webkit-transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
    transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
    transition: background-color 0.4s ease, transform 0.4s ease;
    transition: background-color 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    height: auto;
  }
}

#l-header .header-outer::before {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  display: block;
  height: 2px;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#006CB7), to(#E5F0F8));
  background: linear-gradient(90deg, #006CB7 0%, #E5F0F8 100%);
}

#l-header .header-outer .header-inner {
  padding: 8px 16px;
  height: 100%;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner {
    padding: 0;
    height: auto;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -ms-grid-columns: auto 0 1fr 0 auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
    gap: 0;
        grid-template-areas: 'header-logo header-link header-action' 'header-logo header-menu header-action';
  }
}

#l-header .header-outer .header-inner .header-head-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-head-menu {
    gap: 12px;
    padding: 15px 40px 5px;
    min-height: 70px;
    height: auto;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1200px) {
  #l-header .header-outer .header-inner .header-head-menu {
    padding: 15px 20px 5px;
  }
}

#l-header .header-outer .header-inner .header-head-menu .menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

#l-header .header-outer .header-inner .header-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-action {
    gap: 0;
  }
}

#l-header .header-outer .header-inner .header-action [data-internetbank-sp], #l-header .header-outer .header-inner .header-action [data-internetbank-pc] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-action [data-internetbank-sp] {
    display: none;
  }
}

#l-header .header-outer .header-inner .header-action [data-internetbank-pc] {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-action [data-internetbank-pc] {
    display: block;
  }
}

#l-header .header-outer .header-inner .header-action .action-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-action .action-inner {
    gap: 0;
  }
}

#l-header .header-outer .header-inner .header-logo {
  grid-area: header-logo;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo {
    z-index: 30;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}

#l-header .header-outer .header-inner .header-logo .logo-img > .img-inner {
  display: block;
  width: 108px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo .logo-img > .img-inner {
    width: 172px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1200px) {
  #l-header .header-outer .header-inner .header-logo .logo-img > .img-inner {
    width: 120px;
  }
}

#l-header .header-outer .header-inner .header-logo .logo-bankcode {
  font-size: 1rem;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo .logo-bankcode {
    margin-left: 0;
    text-align: center;
    display: block;
    margin-top: 0;
    text-align: left;
    line-height: 1.25;
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1200px) {
  #l-header .header-outer .header-inner .header-logo .logo-bankcode {
    font-size: 1rem;
  }
}

#l-header .header-outer .header-inner .header-logo .logo-bankcode .bankcode-company {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo .logo-bankcode .bankcode-company {
    display: block;
  }
}

#l-header .header-outer .header-inner .header-link {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-link {
    grid-area: header-link;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px 24px;
    max-width: 396px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1400px) {
  #l-header .header-outer .header-inner .header-link {
    max-width: 376px;
  }
}

#l-header .header-outer .header-inner .header-link .link-item .item-inner {
  color: #000;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  outline-width: 0;
}

@media print, screen and (max-width: 1400px) {
  #l-header .header-outer .header-inner .header-link .link-item .item-inner {
    font-size: 1.1rem;
  }
}

#l-header .header-outer .header-inner .header-link .link-item .item-inner[target='_blank']::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../svg/i_blank.svg?c=000) center no-repeat;
  background-size: 100% auto;
  margin-left: 4px;
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .header-link .link-item .item-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-link .link-item .item-inner:hover {
    color: #006cb7;
  }
}

#l-header .header-outer .header-inner .action-internetbank {
  background-color: #006cb7;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  border: none;
  line-height: 1.25;
  padding: 7.5px 8px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  outline-width: 0;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-internetbank {
    font-size: 1.2rem;
    padding: 10.25px 8px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1400px) {
  #l-header .header-outer .header-inner .action-internetbank {
    font-size: 1.0rem;
  }
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .action-internetbank:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-internetbank:hover {
    opacity: 0.5;
  }
}

#l-header .header-outer .header-inner .action-internetbank .internetbank-bank {
  display: block;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-internetbank .internetbank-bank {
    display: inline-block;
  }
}

#l-header .header-outer .header-inner .action-internetbank .internetbank-direct {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-internetbank .internetbank-direct {
    display: block;
    font-size: 1.0rem;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-internetbank.internetbank-sp {
    display: none;
  }
}

#l-header .header-outer .header-inner .action-internetbank.internetbank-pc {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-internetbank.internetbank-pc {
    display: block;
  }
}

#l-header .header-outer .header-inner .action-search {
  border: none;
  background-color: transparent;
  color: #006cb7;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  height: 44px;
  padding: 0;
  width: 40px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: relative;
  outline-width: 0;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    font-size: 1.4rem;
    gap: 4px;
    padding: 4px 24px;
    height: auto;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1400px) {
  #l-header .header-outer .header-inner .action-search {
    font-size: 1.4rem;
    padding: 4px 16px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1200px) {
  #l-header .header-outer .header-inner .action-search {
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-search::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 24px;
    margin: auto;
    content: '';
    background-color: #D9D9D9;
  }
}

#l-header .header-outer .header-inner .action-search .sarch-icon {
  width: 20px;
  height: 20px;
  background-image: url(/assets/svg/i_search2.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-search .sarch-icon {
    width: 16px;
    height: 16px;
  }
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .action-search:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-search:hover {
    opacity: 0.5;
  }
}

#l-header .header-outer .header-inner .action-shop {
  border: none;
  background-color: transparent;
  color: #006cb7;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  height: 44px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: relative;
  outline-width: 0;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-shop {
    gap: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    font-size: 1.4rem;
    padding: 4px 24px;
    height: auto;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1400px) {
  #l-header .header-outer .header-inner .action-shop {
    font-size: 1.4rem;
    padding: 4px 16px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1200px) {
  #l-header .header-outer .header-inner .action-shop {
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-shop::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 24px;
    margin: auto;
    content: '';
    background-color: #D9D9D9;
  }
}

#l-header .header-outer .header-inner .action-shop .shop-icon {
  width: 22px;
  height: 22px;
  background-image: url(/assets/svg/i_current_location.svg);
  background-position: center;
  background-size: 15px auto;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-shop .shop-icon {
    width: 16px;
    height: 16px;
    background-size: 11px auto;
  }
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .action-shop:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-shop:hover {
    opacity: 0.5;
  }
}

#l-header .header-outer .header-inner .action-nemu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: solid 1px #fff;
  width: 40px;
  height: 44px;
  padding: 0;
  border: none;
  background-color: transparent;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  gap: 4px;
  overflow: hidden;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .action-nemu-btn {
    display: none;
  }
}

#l-header .header-outer .header-inner .action-nemu-btn .btn-inner {
  position: relative;
  width: 50px;
  height: 18px;
  display: block;
}

#l-header .header-outer .header-inner .action-nemu-btn .btn-inner > .btn-line, #l-header .header-outer .header-inner .action-nemu-btn .btn-inner:before, #l-header .header-outer .header-inner .action-nemu-btn .btn-inner:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin-left: -10px;
  background-color: #006cb7;
  border-radius: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#l-header .header-outer .header-inner .action-nemu-btn .btn-inner > .btn-line {
  margin-top: -8px;
}

#l-header .header-outer .header-inner .action-nemu-btn .btn-inner:before {
  margin-top: -1px;
  content: '';
}

#l-header .header-outer .header-inner .action-nemu-btn .btn-inner:after {
  margin-top: 6px;
  content: '';
}

.menu-open #l-header .header-outer .header-inner .action-nemu-btn .btn-inner > .btn-line {
  margin-top: -1px !important;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transition: margin 0.15s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.1s ease 0.3s;
  transition: margin 0.15s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.1s ease 0.3s;
  transition: margin 0.15s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.1s ease 0.3s;
  transition: margin 0.15s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.1s ease 0.3s, -webkit-transform 0.1s ease 0.3s;
}

.menu-open #l-header .header-outer .header-inner .action-nemu-btn .btn-inner:before {
  -webkit-transition: 0.15s ease 0.1s;
  transition: 0.15s ease 0.1s;
  opacity: 0;
}

.menu-open #l-header .header-outer .header-inner .action-nemu-btn .btn-inner:after {
  margin-top: -1px !important;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transition: margin 0.15s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.1s ease 0.3s;
  transition: margin 0.15s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.1s ease 0.3s;
  transition: margin 0.15s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.1s ease 0.3s;
  transition: margin 0.15s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.1s ease 0.3s, -webkit-transform 0.1s ease 0.3s;
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .action-nemu-btn .btn-inner:focus {
  outline-width: 1px;
}

#l-header .header-outer .header-inner .action-nemu-btn .btn-txt {
  font-size: 0.9rem;
  color: #006cb7;
  line-height: 1;
  font-weight: bold;
}

#l-header .header-outer .header-inner .header-menu {
  grid-area: header-menu;
  display: none;
  z-index: 110;
  bottom: 0;
  width: 100%;
  left: 0;
  right: auto;
  overflow-y: auto;
  border-top: solid 1px #fff;
}

@media print, screen and (min-width: 1025px){
  #l-header .header-outer .header-inner .header-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #l-header .header-outer .header-inner .header-link {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #l-header .header-outer .header-inner .header-menu {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    max-height: none;
    overflow-y: visible;
    border-top: none;
    width: auto;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav {
  background-color: #006cb7;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav {
    background-color: transparent;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list {
    border-top: solid 1px #58a3e7;
    border-top: none;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item + .list-item {
  border-left: solid 1px #fff;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item + .list-item {
    border-left: none;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-head {
  padding: 5px 5px 5px 5px;
  font-size: 1.2rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  border: none;
  line-height: 1.25;
  outline-width: 0;
  color: #fff;
  text-align: left;
  color: #006cb7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  outline-width: 0;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-head {
    padding: 12px 12px 16px;
    font-size: 1.8rem;
    font-weight: bold;
    min-height: 56px;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1400px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-head {
    font-size: 1.6rem;
  }
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-head:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-head:hover {
    opacity: 0.5;
  }
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-head:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-head.is-current {
    color: #006cb7;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container {
  background-color: #F2F8FB;
  padding: 50px 5px 35px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 50px);
  height: calc(var(--vh, 1vh) * 100 - 50px);
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    padding: 35px 0 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 30;
    height: auto;
    max-height: calc(100vh - var(--headerHeight));
    max-height: calc(var(--vh, 1vh) * 100 - var(--headerHeight));
    overflow: auto;
  }
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container::-webkit-scrollbar {
    width: 3px;
  }
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container::-webkit-scrollbar-thumb {
    background: #D9D9D9;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner {
    overflow: auto;
    padding: 0 15px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner {
    max-width: 1080px;
    padding: 0 30px;
    height: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 240px 40px auto;
    grid-template-columns: 240px auto;
    gap: 24px 40px;
    margin-inline: auto;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner {
  border-left: 4px solid #006cb7;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  background-color: #fff;
  min-height: 180px;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .ttl-txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #006cb7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .ttl-txt::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link {
  position: relative;
  padding-left: 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1.5;
  color: #006cb8;
  font-weight: 500;
  background-color: transparent;
  border: none;
  outline-width: 0;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link[href$='.doc']:not(.noticon):after, #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link[href$='.xls']:not(.noticon):after, #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link {
    padding-left: 14px;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link:before {
  content: '';
  background: url(../svg/i_arrow.svg?c=006cb7) center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  margin: auto;
  width: 6px;
  height: 10px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link:before {
    width: 7px;
    height: 12px;
    top: 0.4em;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link:visited {
  color: #006cb7;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link .link-size {
  font-weight: normal;
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link:hover {
    text-decoration: underline;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl .ttl-inner .tti-link.link-anchor:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl.ttl-tameru .ttl-txt::before {
  background-image: url(../svg/i_piggy_bank.svg);
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl.ttl-unyo .ttl-txt::before {
  background-image: url(../svg/i_hand.svg);
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl.ttl-kariru .ttl-txt::before {
  background-image: url(../svg/i_house.svg);
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl.ttl-tsukau .ttl-txt::before {
  background-image: url(../svg/i_gear.svg);
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-ttl.ttl-soudan .ttl-txt::before {
  background-image: url(../svg/i_calender.svg);
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-close {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-close {
    grid-column: 1 / -1;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-close .close-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #006cb7;
  padding: 16px 32px 16px 32px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1.5;
  border: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  border: solid 2px #006cb7;
  outline-width: 0;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-close .close-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-close .close-btn .btn-inner {
  display: block;
  position: relative;
  padding-left: 28px;
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-close .close-btn .btn-inner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: block;
  -webkit-mask-image: url(../svg/i_cross.svg);
          mask-image: url(../svg/i_cross.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 14px auto;
          mask-size: 14px auto;
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-close .close-btn:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-close .close-btn:hover {
    text-decoration: none;
  }
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-close .close-btn:hover .btn-inner {
    color: #006cb7;
  }
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-close .close-btn:hover .btn-inner:before {
    background-color: #006cb7;
  }
  #l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner .item-close .close-btn:hover::before {
    right: 0;
    opacity: 1;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-wrap .menu-gnav .gnav-list .list-item .item-container > .item-inner > .item-wrap {
  margin: 0;
}

#l-header .header-outer .header-inner .menu-search {
  background-color: #00365D;
  padding: 16px 20px 24px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search {
    position: absolute;
    left: auto;
    right: 0;
    padding: 24px;
    z-index: 30;
    width: 560px;
  }
}

#l-header .header-outer .header-inner .menu-search[data-header-search-pc] {
  display: none;
}

#l-header .header-outer .header-inner .menu-search .search-mark {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #00365D;
  border-top: 0;
  content: '';
  top: -6px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search .search-mark {
    left: 310px !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search .search-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input {
    position: relative;
    width: 100%;
  }
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input {
  width: 100%;
  border: none;
  padding: 18px 60px 18px 16px;
  outline-width: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0;
  height: 56px;
  outline-offset: 3px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input {
    padding: 13px 64px 12px 16px;
    font-size: 1.8rem;
    height: 48px;
  }
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input:focus {
  outline-width: 1px;
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input::-moz-placeholder {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input::placeholder {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input::-moz-placeholder {
    font-size: 1.6rem;
  }
  #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input::placeholder {
    font-size: 1.6rem;
  }
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-input input:-webkit-autofill {
  background-color: #fff;
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #000;
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-btn .btn-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  border: none;
  background-color: #E5F0F8;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #006cb7;
  font-weight: bold;
  line-height: 1;
  padding: 16px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  outline-width: 0;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-btn .btn-wrap {
    width: 64px;
    height: 48px;
  }
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-btn .btn-wrap:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search .search-inner .search-wrap .search-btn .btn-wrap:hover {
    opacity: 0.5;
  }
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-close {
  display: block;
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search .search-inner .search-close {
    margin-top: 0;
  }
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-close .close-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1.5;
  border: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  outline-width: 0;
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-close .close-btn .btn-inner {
  display: block;
  position: relative;
  padding-left: 28px;
}

#l-header .header-outer .header-inner .menu-search .search-inner .search-close .close-btn .btn-inner::before {
  content: '';
  position: absolute;
  top: -0.05em;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: block;
  -webkit-mask-image: url(../svg/i_cross.svg);
          mask-image: url(../svg/i_cross.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 14px auto;
          mask-size: 14px auto;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search .search-inner .search-close .close-btn .btn-inner::before {
    top: 0.1em;
  }
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .menu-search .search-inner .search-close .close-btn:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .menu-search .search-inner .search-close .close-btn:hover {
    opacity: 0.5;
  }
}

#l-header .header-outer .header-inner .header-internetbank {
  background-color: #F2F8FB;
  padding: 16px 5px 32px;
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  right: 0;
  width: 100%;
  max-height: calc(100vh - var(--headerHeight));
  max-height: calc(var(--vh, 1vh) * 100 - var(--headerHeight));
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-internetbank {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    padding: 35px 0 40px;
    -webkit-box-pack: center;
    -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-internetbank .internetbank-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  gap: 16px;
  overflow: auto;
  padding: 0 20px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-internetbank .internetbank-inner {
    max-width: 1080px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    width: 100%;
    gap: 24px 40px;
    margin-inline: auto;
  }
}

#l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-ttl {
  font-family: Noto Sans JP;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  color: #006cb7;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-ttl {
    font-size: 2.4rem;
  }
}

#l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 1 / -1;
  padding-top: 16px;
  padding-inline: 20px;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close {
    border-top: 0;
    padding-top: 0;
    padding-inline: 0;
  }
}

#l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close .close-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #006cb7;
  padding: 16px 32px 16px 32px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1.5;
  border: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  border: solid 2px #006cb7;
  outline-width: 0;
}

#l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close .close-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}

#l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close .close-btn .btn-inner {
  display: block;
  position: relative;
  padding-left: 28px;
}

#l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close .close-btn .btn-inner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: block;
  -webkit-mask-image: url(../svg/i_cross.svg);
          mask-image: url(../svg/i_cross.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 14px auto;
          mask-size: 14px auto;
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close .close-btn:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close .close-btn:hover .btn-inner {
    color: #006cb7;
  }
  #l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close .close-btn:hover .btn-inner:before {
    background-color: #006cb7;
  }
  #l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close .close-btn:hover::before {
    right: 0;
    opacity: 1;
  }
}

#l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close::before {
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  display: block;
  margin: auto;
  content: '';
  height: 1px;
  background-color: #D7D7D7;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-internetbank .internetbank-inner .internetbank-close::before {
    display: none;
  }
}

#l-header .header-outer .header-inner .header-spmenu {
  background-color: #F2F8FB;
  padding-bottom: 75px;
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  width: 100%;
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-spmenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 0 50px;
    z-index: 30;
  }
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap {
  overflow: auto;
  max-height: calc(100vh - var(--headerHeight) - 60px);
  max-height: calc(var(--vh, 1vh) * 100 - var(--headerHeight) - 60px);
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap::-webkit-scrollbar {
  width: 3px;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap::-webkit-scrollbar-thumb {
  background: #D9D9D9;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item {
  position: relative;
  border-bottom: 1px solid #D7D7D7;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  content: '';
  border-radius: 50%;
  background-color: #006cb7;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap {
  position: relative;
  z-index: 1;
  padding: 16px 44px 16px 20px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap:before, #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap:after {
  content: '';
  background-color: #fff;
  width: 14px;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap .head-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap .head-inner .head-icon {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap .head-inner .head-icon.icon-tameru {
  background-image: url(../svg/i_piggy_bank.svg);
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap .head-inner .head-icon.icon-unyo {
  background-image: url(../svg/i_hand.svg);
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap .head-inner .head-icon.icon-kariru {
  background-image: url(../svg/i_house.svg);
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap .head-inner .head-icon.icon-tsukau {
  background-image: url(../svg/i_calender.svg);
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap .head-inner .head-icon.icon-soudan {
  background-image: url(../svg/i_gear.svg);
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-wrap .head-inner .head-ttl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  color: #006cb7;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head .head-inner {
  display: block;
  width: 100%;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body {
  margin-top: 1px;
  padding-inline: 20px;
  padding-bottom: 16px;
  display: none;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body > *:first-child {
  margin-top: 0 !important;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body > .image-position-left:first-child + *,
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .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) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > *:first-child {
  margin-top: 0 !important;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > .image-position-left:first-child + *,
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [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-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-body [data-clone-html-source] > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n + 2) > *:first-child {
    margin-top: 0 !important;
  }
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head[aria-expanded='true'] .head-wrap:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-accordion .accordion-item .accordion-head[aria-expanded='true'] .head-wrap:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 16px;
  padding-inline: 16px;
  gap: 8px;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 17px 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1.5;
  border: none;
  font-weight: bold;
  color: #006cb7;
  width: 100%;
  -webkit-box-shadow: 0px 0px 16px 0px #00477814;
          box-shadow: 0px 0px 16px 0px #00477814;
  padding: 13.5px 16px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline-width: 0;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn .btn-inner {
  display: block;
  position: relative;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn .btn-inner {
    padding-right: 15px;
  }
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn .btn-inner:before {
  content: '';
  background-image: url(../svg/i_arrow.svg?c=006CB7);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute !important;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn .btn-inner .btn-tracking {
  letter-spacing: -0.1em;
  -webkit-margin-start: -0.1em;
          margin-inline-start: -0.1em;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn[target="_blank"] .btn-inner::before {
  width: 12px;
  height: 12px;
  background-image: url(/assets/svg/i_blank.svg?c=006cb7);
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:hover {
    text-decoration: none;
  }
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:hover[href$='.pdf']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:hover[href$='.doc']:not(.noticon) > span:after, #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:hover[href$='.docx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:hover[href$='.xls']:not(.noticon) > span:after, #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:hover[href$='.xlsx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:hover[href$='.zip']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:hover .btn-inner {
    color: #006cb7;
  }
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:hover .btn-inner:before {
    background-image: url(../svg/i_arrow.svg?c=006cb7);
  }
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-list .list-link .link-item .item-btn:hover::before {
    right: 0;
    opacity: 1;
  }
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-close .close-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #006cb7;
  padding: 16px 32px 16px 32px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1.5;
  border: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  border: solid 2px #006cb7;
  outline-width: 0;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-close .close-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-close .close-btn .btn-inner {
  display: block;
  position: relative;
  padding-left: 28px;
}

#l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-close .close-btn .btn-inner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: block;
  -webkit-mask-image: url(../svg/i_cross.svg);
          mask-image: url(../svg/i_cross.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 14px auto;
          mask-size: 14px auto;
}

[data-whatinput='keyboard'] #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-close .close-btn:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-close .close-btn:hover .btn-inner {
    color: #006cb7;
  }
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-close .close-btn:hover .btn-inner:before {
    background-color: #006cb7;
  }
  #l-header .header-outer .header-inner .header-spmenu .spmenu-wrap .spmenu-inner .spmenu-close .close-btn:hover::before {
    right: 0;
    opacity: 1;
  }
}

/* content style */
#l-content {
  background-color: #dcebf5;
  padding-bottom: 40px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  #l-content {
    padding-bottom: 80px;
  }
}

#l-content .content-inner {
  padding-top: 30px;
  padding-bottom: 35px;
  position: relative;
  *zoom: 1;
}

#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: 60px;
    padding-bottom: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 74.1% 0px auto;
    grid-template-columns: 74.1% auto;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    gap: 0px 0px;
        grid-template-areas: 'content-main content-nav' 'content-pagepath content-pagepath';
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner.content-col1 {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner.content-col1 .content-main {
    max-width: 1080px;
    padding-right: 0;
  }
}

#l-content .content-inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner:before {
    left: -40px;
    right: -100vw;
  }
}

#l-content .content-inner .content-main {
  position: relative;
}

#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 {
    grid-area: content-main;
    max-width: 800px;
  }
}

#l-content .content-inner .content-nav {
  position: relative;
  *zoom: 1;
  margin-top: 40px;
}

#l-content .content-inner .content-nav:after {
  content: ' ';
  display: table;
  clear: both;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav {
    grid-area: content-nav;
    max-width: 280px;
    margin-top: 0;
    padding-left: 50px;
    justify-self: flex-end;
    width: 100%;
  }
}

#l-content .content-inner .content-nav .nav-inner {
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-right: solid 1px #aaa;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-inner {
    border: none;
  }
}

#l-content .content-inner .content-nav .nav-inner .nav-ttl .ttl-inner {
  position: relative;
  padding: 15px 30px 15px 15px;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-inner .nav-ttl .ttl-inner {
    font-size: 1.6rem;
    padding: 10px 30px 10px 0px;
  }
}

#l-content .content-inner .content-nav .nav-inner .nav-ttl .ttl-inner:link, #l-content .content-inner .content-nav .nav-inner .nav-ttl .ttl-inner:visited {
  color: #000;
}

#l-content .content-inner .content-nav .nav-inner .nav-ttl .ttl-inner::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

[data-whatinput='keyboard'] #l-content .content-inner .content-nav .nav-inner .nav-ttl .ttl-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-inner .nav-ttl .ttl-inner:hover {
    color: #006cb7;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-inner .nav-list {
    padding-top: 20px;
  }
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li {
  border-top: solid 1px #aaa;
  padding-top: 1px;
  margin-top: 1px;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li:last-child {
  border-bottom: solid 1px #aaa;
  padding-bottom: 1px;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a {
  padding: 15px 40px 15px 15px;
  line-height: 1.5;
  position: relative;
  color: #000;
  display: block;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
  outline-width: 0;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[href$='.pdf']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[href$='.doc']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li > a[href$='.docx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[href$='.xls']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li > a[href$='.xlsx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[href$='.zip']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-inner .nav-list > li > a {
    padding: 20px 20px 20px 15px;
  }
}

[data-whatinput='keyboard'] #l-content .content-inner .content-nav .nav-inner .nav-list > li > a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-inner .nav-list > li > a:hover {
    color: #006cb7;
    text-decoration: none;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li > a:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li > a:hover[href$='.pdf']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li > a:hover[href$='.doc']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li > a:hover[href$='.docx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li > a:hover[href$='.xls']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li > a:hover[href$='.xlsx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li > a:hover[href$='.zip']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a:not(.has-child)::after {
  content: '';
  display: block;
  width: 9px;
  height: 14px;
  background: url(../svg/i_arrow.svg?c=006cb7) center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-inner .nav-list > li > a:not(.has-child)::after {
    right: 0;
  }
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.has-child::before, #l-content .content-inner .content-nav .nav-inner .nav-list > li > a.has-child::after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background-color: #006cb7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-inner .nav-list > li > a.has-child::before, #l-content .content-inner .content-nav .nav-inner .nav-list > li > a.has-child::after {
    right: 0;
  }
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.has-child::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.has-child::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a > span::after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[aria-expanded='true'] {
  color: #006cb7;
  text-decoration: none;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[aria-expanded='true'][target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[aria-expanded='true'][href$='.pdf']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[aria-expanded='true'][href$='.doc']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li > a[aria-expanded='true'][href$='.docx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[aria-expanded='true'][href$='.xls']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li > a[aria-expanded='true'][href$='.xlsx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[aria-expanded='true'][href$='.zip']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[aria-expanded='true']:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a[aria-expanded='true']:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.is-current {
  color: #006cb7;
  text-decoration: none;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.is-current[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.is-current[href$='.pdf']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.is-current[href$='.doc']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li > a.is-current[href$='.docx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.is-current[href$='.xls']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li > a.is-current[href$='.xlsx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.is-current[href$='.zip']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.has-child[href='/kariru/jutaku_loan/'] + ul > li > a[href='/kariru/jutaku_loan/'] {
  display: none;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.has-child[href='/kariru/auto_loan/'] + ul > li > a[href='/kariru/auto_loan/'] {
  display: none;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.has-child[href='/kariru/kyoiku_loan/'] + ul > li > a[href='/kariru/kyoiku_loan/'] {
  display: none;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.has-child[href='/kariru/card_loan/'] + ul > li > a[href='/kariru/card_loan/'] {
  display: none;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > a.has-child[href='/kariru/other_loan/'] + ul > li > a[href='/kariru/other_loan/'] {
  display: none;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li > ul {
  margin-top: -5px;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul {
  position: relative;
  display: none;
  padding: 0 15px 10px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul {
    padding: 0 0 10px;
  }
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul:after {
  bottom: 0;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li {
  position: relative;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li:after {
  bottom: 0;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a {
  color: #000;
  padding: 5px 10px 5px 30px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1.5;
  position: relative;
  font-size: 1.4rem;
  outline-width: 0;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a[href$='.pdf']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a[href$='.doc']:not(.noticon):after, #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a[href$='.docx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a[href$='.xls']:not(.noticon):after, #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a[href$='.xlsx']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a[href$='.zip']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=000") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a {
    padding: 10px 10px 10px 30px;
  }
}

[data-whatinput='keyboard'] #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover {
    color: #006cb7;
    text-decoration: none;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.pdf']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.doc']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.docx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.xls']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.xlsx']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.zip']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[target='_blank']:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    height: 16px;
    width: 14px;
    top: -0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.pdf']:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.doc']:not(.noticon):after, #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.docx']:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.xls']:not(.noticon):after, #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.xlsx']:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
  }
  #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a:hover[href$='.zip']:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
    background-size: 100% auto;
    position: relative;
    top: 0.1em;
    top: 0.2em;
  }
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #aaaaaa;
  position: absolute;
  top: calc(10px + 0.7em);
  left: 10px;
  margin: auto;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a::after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a.is-current {
  color: #006cb7;
  text-decoration: none;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a.is-current[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 14px;
  top: -0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a.is-current[href$='.pdf']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a.is-current[href$='.doc']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a.is-current[href$='.docx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a.is-current[href$='.xls']:not(.noticon) > span:after, #l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a.is-current[href$='.xlsx']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a.is-current[href$='.zip']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=006cb7") no-repeat left top;
  background-size: 100% auto;
  position: relative;
  top: 0.1em;
  top: 0.2em;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a.is-current + ul {
  display: block;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > a.is-current + ul:empty {
  display: none;
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > ul > li > a {
  padding-left: calc(1em + 15px);
}

#l-content .content-inner .content-nav .nav-inner .nav-list > li ul > li > ul > li > ul > li > a {
  padding-left: calc(2em + 15px);
}

#l-content .content-pagepath {
  position: relative;
  clear: both;
  margin-top: 35px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-pagepath {
    grid-area: content-pagepath;
    margin-top: 0;
    padding-top: 60px;
  }
}

@media print, screen and (min-width: 768px){
  #l-content .content-inner .content-main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #l-content .content-inner .content-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #l-content .content-pagepath {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

#l-content > .content-pagepath {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 20px 0px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* footer style */
#l-footer {
  position: relative;
  background-color: #E5F0F8;
}

#l-footer .footer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#l-footer .footer-title .title-image {
  max-width: 344px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-title .title-image {
    max-width: none;
  }
}

#l-footer .footer-top {
  overflow: hidden;
  position: relative;
}

#l-footer .footer-top .top-inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 20px 56px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-inner {
    padding: 70px 20px 55px;
  }
}

#l-footer .footer-top .top-inner .top-link {
  margin-top: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-inner .top-link {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    gap: 8px 40px;
    margin-top: 12px;
  }
  #l-footer .footer-top .top-inner .top-link > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #l-footer .footer-top .top-inner .top-link > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #l-footer .footer-top .top-inner .top-link > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-inner .top-link .link-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#l-footer .footer-top .top-inner .top-link .link-item .item-inner {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
  min-height: 24px;
  outline-width: 0;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-top .top-inner .top-link .link-item .item-inner {
    padding-left: 24px;
  }
}

#l-footer .footer-top .top-inner .top-link .link-item .item-inner:before {
  content: '';
  background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
  background-size: 7px auto;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: -0.05em;
  left: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-top .top-inner .top-link .link-item .item-inner:before {
    top: -0.1em;
  }
}

[data-whatinput='keyboard'] #l-footer .footer-top .top-inner .top-link .link-item .item-inner:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-inner .top-link .link-item .item-inner:hover {
    text-decoration: underline;
  }
}

#l-footer .footer-top .top-bg-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-top .top-bg-picture::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    content: '';
    background-image: url(/assets/images/bg_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
  }
}

#l-footer .footer-top .top-bg-picture::after {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  content: '';
  background-image: url(/assets/images/bg_fotter_picture_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-bg-picture::after {
    min-width: 1920px;
    background-image: url(/assets/images/bg_footer_picture.jpg);
  }
}

#l-footer .footer-top .top-bg-mask-before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#l-footer .footer-top .top-bg-mask-before:before {
  content: '';
  position: relative;
  display: block;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(/assets/svg/bg_footer_sp.svg);
          mask-image: url(/assets/svg/bg_footer_sp.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: top center;
          mask-position: top center;
  background-color: #dcebf5;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-bg-mask-before:before {
    -webkit-mask-image: url(/assets/svg/bg_footer.svg);
            mask-image: url(/assets/svg/bg_footer.svg);
    min-width: 2399px;
    width: 2399px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-bg-mask-after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-bg-mask-after:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: calc(50% + 1198px);
    background-color: #dcebf5;
    height: 234px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-bg-mask-after:after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    left: calc(50% + 1198px);
    background-color: #dcebf5;
    height: 234px;
  }
}

#l-footer .footer-bottom {
  background-color: #006cb7;
}

#l-footer .footer-bottom .bottom-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 20px 80px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-bottom .bottom-inner {
    padding: 40px 20px 72px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

#l-footer .footer-bottom .bottom-inner .bottom-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-bottom .bottom-inner .bottom-logo {
    text-align: left;
  }
}

#l-footer .footer-bottom .bottom-inner .bottom-logo .logo-img .logo-src {
  width: 180px;
}

#l-footer .footer-bottom .bottom-inner .bottom-logo .logo-bankcode {
  color: #fff;
  line-height: 1.25;
  font-size: 0.9rem;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-bottom .bottom-inner .bottom-logo .logo-bankcode {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-bottom .bottom-inner .bottom-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#l-footer .footer-bottom .bottom-inner .bottom-right .bottom-info {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-size: 1.0rem;
  margin-top: 16px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-bottom .bottom-inner .bottom-right .bottom-info {
    text-align: right;
    margin-top: 0;
  }
}

#l-footer .footer-bottom .bottom-inner .bottom-right .bottom-copy {
  color: #fff;
  line-height: 1.5;
  margin-top: 8px;
  text-align: center;
  font-size: 1.0rem;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-bottom .bottom-inner .bottom-right .bottom-copy {
    text-align: right;
  }
}

#l-footer .footer-pagetop {
  position: relative;
  z-index: 1;
}

#l-footer .footer-pagetop .pagetop-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  outline-width: 0;
  outline-width: 0;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn {
    bottom: 16px;
  }
}

#l-footer .footer-pagetop .pagetop-btn::before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #014374;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn::before {
    background-color: #01365DBF;
  }
}

#l-footer .footer-pagetop .pagetop-btn::after {
  content: '';
  display: block;
  width: 20px;
  height: 12px;
  background: url(../svg/i_pagetop2.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

[data-whatinput='keyboard'] #l-footer .footer-pagetop .pagetop-btn:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn:hover {
    opacity: 0.5;
  }
}

#l-footer .footer-pagetop .pagetop-btn .btn-txt {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

[data-whatinput='keyboard'] #l-footer .footer-pagetop .pagetop-btn:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn:hover {
    text-decoration: none;
  }
  #l-footer .footer-pagetop .pagetop-btn:hover::after {
    opacity: 1;
  }
}

.mceContentBody,
.mce-content-body {
  padding: 20px !important;
  min-width: 0;
  -webkit-transition: none;
  transition: none;
}

.mceContentBody a,
.mce-content-body a {
  display: inline !important;
}

.mceContentBody > *:first-child,
.mce-content-body > *:first-child {
  margin-top: 0 !important;
}

/* 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;
  }
}

@-webkit-keyframes arrowLinkLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    opacity: 0;
  }
  41% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes arrowLinkLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    opacity: 0;
  }
  41% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes arrowLinkRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    opacity: 0;
  }
  41% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes arrowLinkRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    opacity: 0;
  }
  41% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes arrowLinkBottom {
  0% {
    -webkit-transform: translateY(0) rotateZ(90deg);
            transform: translateY(0) rotateZ(90deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(8px) rotateZ(90deg);
            transform: translateY(8px) rotateZ(90deg);
    opacity: 0;
  }
  41% {
    -webkit-transform: translateY(-10px) rotateZ(90deg);
            transform: translateY(-10px) rotateZ(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(90deg);
            transform: translateY(0) rotateZ(90deg);
    opacity: 1;
  }
}

@keyframes arrowLinkBottom {
  0% {
    -webkit-transform: translateY(0) rotateZ(90deg);
            transform: translateY(0) rotateZ(90deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(8px) rotateZ(90deg);
            transform: translateY(8px) rotateZ(90deg);
    opacity: 0;
  }
  41% {
    -webkit-transform: translateY(-10px) rotateZ(90deg);
            transform: translateY(-10px) rotateZ(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(90deg);
            transform: translateY(0) rotateZ(90deg);
    opacity: 1;
  }
}

#chatpluscontent #eye_catcher {
  right: 68px !important;
  bottom: 18px !important;
}

@media print, screen and (min-width: 1025px) {
  #chatpluscontent #eye_catcher {
    bottom: 0 !important;
    right: 60px !important;
  }
}
