
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

@charset "UTF-8";
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! minimum_reset.css v0.0.1 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

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

figure {
  margin: 0;
}

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

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

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

.mats {
  margin-top: 10px;
}

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

.matm {
  margin-top: 20px;
}

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

.matl {
  margin-top: 30px;
}

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

.mat2l {
  margin-top: 40px;
}

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

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

.cred {
  color: #c00 !important;
}

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

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

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

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

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

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

.tdu {
  text-decoration: underline;
}

.oh {
  overflow: hidden;
}

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

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

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

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

.layout-col2 [data-fixed].content-inner {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 768px) {
  .layout-col2 [data-fixed] {
    max-width: 1295px;
  }
}

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

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

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

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

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

@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;
    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;
    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;
    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;
    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;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

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

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

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

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

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

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

.m-box-section {
  padding: 50px 0;
}

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

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

@media print, screen and (min-width: 768px) {
  .m-box-section > *:first-child.m-box-section {
    margin-top: -100px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-box-section [data-fixed] > *:first-child.m-box-section {
  margin-top: -50px !important;
}

@media print, screen and (min-width: 768px) {
  .m-box-section [data-fixed] > *:first-child.m-box-section {
    margin-top: -100px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-col2 .m-box-section [data-fixed] {
  padding-left: 0;
  padding-right: 0;
}

.layout-col2 .m-box-section.section-bg-lightgray {
  position: relative;
}

.layout-col2 .m-box-section.section-bg-lightgray:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  background-color: #f7f7f7;
  width: 150vw;
  left: -28px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .layout-col2 .m-box-section.section-bg-lightgray:before {
    left: -30px;
  }
}

@media print, screen and (min-width: 1025px) {
  .layout-col2 .m-box-section.section-bg-lightgray:before {
    left: -65px;
  }
}

.layout-col2 .m-box-section.section-bg-lightgray [data-fixed] {
  position: relative;
  z-index: 1;
}

.m-box-section + .m-list-bnr {
  margin-top: 0 !important;
}

.m-box-section:not(.section-bg-lightgray) + .m-list-btn {
  margin-top: 0 !important;
}

.m-box-frame {
  border: solid 2px #f2f2f2;
  background-color: #f2f2f2;
  padding: 18px;
  margin-top: 15px;
  border-radius: 3px;
}

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

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

@media print, screen and (min-width: 768px) {
  .m-box-frame > *:first-child.m-box-section {
    margin-top: -100px !important;
  }
}

@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 screen and (max-width: 767px) {
  .m-box-frame > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-box-tabhead .tabhead-tab {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-tab {
    display: block;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tabhead .tabhead-tab .tab-inner > li {
    width: calc(100% / 5);
    width: calc((100% / 5 ) - 0.1px) \0;
  }
}

.m-box-tabhead .tabhead-tab .tab-inner > li a {
  width: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  border-bottom: solid 1px #e60012;
  line-height: 1.5;
  padding: 5px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 12px;
  font-size: 1.2rem;
}

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

[data-whatinput="keyboard"] .m-box-tabhead .tabhead-tab .tab-inner > li a:focus {
  color: #e60012;
}

@media print, screen and (min-width: 1025px) {
  .m-box-tabhead .tabhead-tab .tab-inner > li a:hover {
    color: #e60012;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-tabhead .tabhead-tab .tab-inner > li:nth-child(n+9) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-tabhead .tabhead-tab .tab-inner > li:nth-child(n+6) {
    margin-top: 10px;
  }
}

.m-box-tabhead .tabhead-select {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-box-tabhead .tabhead-select {
    display: none;
  }
}

.m-box-tabhead .tabhead-select:before, .m-box-tabhead .tabhead-select:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 12px;
  height: 2px;
  background-color: #e60012;
}

.m-box-tabhead .tabhead-select:after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.m-box-tabhead .tabhead-select > select {
  -webkit-appearance: none;
          appearance: none;
  min-height: 35px;
  border: none;
  border-bottom: solid 1px #e60012;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 30px 5px 10px;
  background-color: #f7f7f7;
  width: 100%;
  border-radius: 0;
}

.m-box-tabhead .tabhead-select > select::-ms-expand {
  display: none;
}

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

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

.m-box-youtube > a {
  position: relative;
  display: block;
  transition: all 0.3s ease-out;
}

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

.m-box-youtube > a:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

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

[data-whatinput="keyboard"] .m-box-youtube > a:focus {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

@media print, screen and (min-width: 1025px) {
  .m-box-youtube > a:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

.m-box-slider {
  position: relative;
  padding-top: 25px;
  padding-bottom: 15px;
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider {
    padding-bottom: 20px;
    padding-top: 0;
    margin-top: 50px;
  }
}

.m-box-slider:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  background-color: #f7f7f7;
  width: 150vw;
  left: -28px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-slider:before {
    left: -30px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-slider:before {
    left: -65px;
  }
}

.m-box-slider .slider-inner {
  margin: 0 -28px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-slider .slider-inner {
    margin: 0 -30px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-box-slider .slider-inner {
    margin: 0 -65px;
  }
}

@media print, screen and (min-width: 1296px) {
  .m-box-slider .slider-inner {
    margin-right: calc(-1 * ((100vw - 1165px) / 2));
  }
}

.m-box-slider .slider-inner .slider-wrap .slider-item {
  width: 89.73%;
  max-width: 332px;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider .slider-inner .slider-wrap .slider-item {
    width: 81.82%;
    max-width: 900px;
  }
}

.m-box-slider .slider-inner .slider-wrap .slider-item .item-inner .item-img {
  position: relative;
  background-color: #f7f7f7;
}

.m-box-slider .slider-inner .slider-wrap .slider-item .item-inner .item-img:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-top: 56.5%;
  height: 100%;
  display: block;
}

.m-box-slider .slider-inner .slider-wrap .slider-item .item-inner .item-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-box-slider .slider-inner .slider-wrap .slider-item .item-inner .item-youtube {
  position: relative;
  width: 100%;
  display: block;
  transition: opacity 0.3s ease-out;
}

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

.m-box-slider .slider-inner .slider-wrap .slider-item .item-inner .item-youtube:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

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

[data-whatinput="keyboard"] .m-box-slider .slider-inner .slider-wrap .slider-item .item-inner .item-youtube:focus {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

@media print, screen and (min-width: 1025px) {
  .m-box-slider .slider-inner .slider-wrap .slider-item .item-inner .item-youtube:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

.m-box-slider .slider-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

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

.m-box-slider .slider-action .action-btn {
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
  outline-width: 0px;
}

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

@media print, screen and (min-width: 768px) {
  .m-box-slider .slider-action .action-btn {
    width: 25px;
    height: 25px;
  }
}

.m-box-slider .slider-action .action-btn:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 6.5px;
  height: 11px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider .slider-action .action-btn:before {
    width: 11.8px;
    height: 19.7px;
  }
}

.m-box-slider .slider-action .action-btn.next {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.m-box-slider .slider-action .action-btn.prev {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.m-box-slider .slider-action .action-btn.prev:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.m-box-slider .slider-action .action-pagination {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: 400;
  width: auto;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider .slider-action .action-pagination {
    font-size: 1.6rem;
    margin: 0 12px;
  }
}

.m-box-slider .slider-action .action-pagination > span {
  display: inline-block;
  line-height: 1;
}

.m-box-slider .slider-action .action-pagination > span.pagination-separator {
  margin: 0 3px;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider .slider-action .action-pagination > span.pagination-separator {
    font-size: 1.3rem;
    margin: 0 8px;
  }
}

.m-box-accordion {
  margin-top: 30px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

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

.m-box-accordion + .m-box-accordion {
  border-top: none;
}

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

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

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

.m-box-accordion .accordion-head .head-wrap:before, .m-box-accordion .accordion-head .head-wrap:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #e60012;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

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

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

.m-box-accordion .accordion-body {
  padding: 20px 10px;
  display: none;
  border-top: dashed 1px;
  background-color: #f7f7f7;
}

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

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

@media print, screen and (min-width: 768px) {
  .m-box-accordion .accordion-body > *:first-child.m-box-section {
    margin-top: -100px !important;
  }
}

@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 screen and (max-width: 767px) {
  .m-box-accordion .accordion-body > [data-gs-group]:first-child[data-gs-sp="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: 17px 20px;
  }
}

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

.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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-box-accordion.accordion-qa .accordion-head .head-wrap .head-ttl {
  padding-left: 2.0em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.accordion-qa .accordion-head .head-wrap .head-ttl {
    padding-left: 3.0em;
  }
}

.m-box-accordion.accordion-qa .accordion-head .head-wrap .head-ttl:before {
  content: 'Q';
  display: inline-block;
  white-space: nowrap;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.accordion-qa .accordion-head .head-wrap .head-ttl:before {
    font-size: 3.0rem;
  }
}

.m-box-accordion.accordion-qa .accordion-body {
  padding-left: calc(10px + 2.0em);
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-accordion.accordion-qa .accordion-body {
    padding-left: calc(20px + 3.0em);
  }
}

.m-box-accordion.accordion-qa .accordion-body:before {
  content: 'A';
  display: inline-block;
  color: #e60012;
  white-space: nowrap;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

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

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

.m-box-sns {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d2d2d2;
}

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

.m-box-sns .sns-ttl {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .m-box-sns .sns-ttl {
    font-size: 1.4rem;
    margin-right: 35px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .m-box-sns .sns-link {
    margin: 0 -15px;
  }
}

.m-box-sns .sns-link .link-item {
  padding: 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.m-box-sns .sns-link .link-item a {
  display: block;
  position: relative;
}

.m-box-sns .sns-link .link-item a > img {
  width: 40px;
}

@media print, screen and (min-width: 768px) {
  .m-box-sns .sns-link .link-item a > img {
    width: 32px;
  }
}

[data-whatinput="keyboard"] .m-box-sns .sns-link .link-item a:focus {
  color: #e60012;
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  .m-box-sns .sns-link .link-item a:hover {
    color: #e60012;
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-sns .sns-link .link-item.item-youtube a > img {
    width: 34px;
  }
}

.m-box-followbtn {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .m-box-followbtn {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 150;
  }
}

.m-box-followbtn .followbtn-item a {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  background-color: rgba(230, 0, 18, 0.8);
  padding: 20px 13px;
  transition: opacity 0.3s ease-out;
}

[data-whatinput="keyboard"] .m-box-followbtn .followbtn-item a:focus {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

@media print, screen and (min-width: 1025px) {
  .m-box-followbtn .followbtn-item a:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

.m-box-followbtn .followbtn-item:nth-child(n+2) {
  margin-top: 10px;
}

.m-box-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 110vw;
  right: 0;
  z-index: 2000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 0 15px;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  outline: none;
}

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

.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.is-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 0;
  pointer-events: auto;
}

.m-box-modal .modal-overlay {
  background-color: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  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: 40px;
  pointer-events: none;
}

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

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

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-image {
    max-width: 780px;
    max-height: calc(100vh - 110px);
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
  }
}

.m-box-modal .modal-inner .modal-image .image-list .list-inner .list-item .item-img {
  position: relative;
  background-color: #f7f7f7;
}

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

.m-box-modal .modal-inner .modal-image .image-list .list-inner .list-item .item-img > img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-box-modal .modal-inner .modal-image .image-list .swiper-btn {
  width: 30px;
  height: 30px;
  background-color: #e60012;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border: solid 1px #e60012;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-image .image-list .swiper-btn {
    width: 45px;
    height: 45px;
  }
}

.m-box-modal .modal-inner .modal-image .image-list .swiper-btn:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
  width: 8.1px;
  height: 12.4px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-image .image-list .swiper-btn:after {
    width: 10.5px;
    height: 16.9px;
  }
}

.m-box-modal .modal-inner .modal-image .image-list .swiper-btn.btn-prev {
  left: 10px;
}

.m-box-modal .modal-inner .modal-image .image-list .swiper-btn.btn-prev:after {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.m-box-modal .modal-inner .modal-image .image-list .swiper-btn.btn-next {
  right: 10px;
}

[data-whatinput="keyboard"] .m-box-modal .modal-inner .modal-image .image-list .swiper-btn:focus {
  background-color: #fff;
}

[data-whatinput="keyboard"] .m-box-modal .modal-inner .modal-image .image-list .swiper-btn:focus:after {
  background-image: url(../svg/i_arrow.svg?c=e60012);
}

@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-image .image-list .swiper-btn:hover {
    background-color: #fff;
  }
  .m-box-modal .modal-inner .modal-image .image-list .swiper-btn:hover:after {
    background-image: url(../svg/i_arrow.svg?c=e60012);
  }
}

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

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-youtube {
    max-width: 980px;
    max-height: calc(100vh - 110px);
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
  }
}

.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-streetview {
  display: none;
  width: calc(100vw - 30px);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 70px);
  max-height: calc(var(--vh, 1vh) * 100 - 70px);
  pointer-events: auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-streetview {
    max-width: 980px;
    max-height: calc(100vh - 110px);
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
  }
}

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

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

.m-box-modal .modal-inner .modal-streetview .streetview-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 - 70px);
  max-height: calc(var(--vh, 1vh) * 100 - 70px);
  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 {
  margin-top: -50px !important;
}

@media print, screen and (min-width: 768px) {
  .m-box-modal .modal-inner .modal-content > *:first-child.m-box-section {
    margin-top: -100px !important;
  }
}

@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 screen and (max-width: 767px) {
  .m-box-modal .modal-inner .modal-content > [data-gs-group]:first-child[data-gs-sp="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 {
    box-sizing: content-box;
    max-width: 660px;
    padding: 30px;
    max-height: calc(100vh - 170px);
    max-height: calc(var(--vh, 1vh) * 100 - 170px);
  }
}

.m-box-modal .modal-inner .modal-content .content-ttl {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: solid 1px #e60012;
}

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

.m-box-modal .modal-inner .modal-content .content-desc {
  margin-top: 15px;
}

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

.m-box-modal .modal-inner .modal-content .content-img {
  position: relative;
  background-color: #f7f7f7;
  margin-top: 15px;
}

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

.m-box-modal .modal-inner .modal-content .content-img:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-top: 75%;
  height: 100%;
  display: block;
}

.m-box-modal .modal-inner .modal-content .content-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-box-modal .modal-inner .modal-content .content-link {
  margin-top: 15px;
}

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

.m-box-modal .modal-inner .modal-content .content-youtube {
  position: relative;
  margin-top: 15px;
}

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

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

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

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

@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: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  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 {
  text-decoration: none;
  background: #fff;
}

[data-whatinput="keyboard"] .m-box-modal .modal-inner .modal-close:focus:before, [data-whatinput="keyboard"] .m-box-modal .modal-inner .modal-close:focus:after {
  background-color: #e60012;
}

@media print, screen and (min-width: 1025px) {
  .m-box-modal .modal-inner .modal-close:hover {
    text-decoration: none;
    background: #fff;
  }
  .m-box-modal .modal-inner .modal-close:hover:before, .m-box-modal .modal-inner .modal-close:hover:after {
    background-color: #e60012;
  }
}

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

.m-box-nav {
  margin-top: 75px;
  padding-top: 35px;
  padding-bottom: 40px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.m-box-nav:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  background-color: #f7f7f7;
  width: 150vw;
}

.layout-col1 .m-box-nav:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.layout-col2 .m-box-nav:before {
  left: -28px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .layout-col2 .m-box-nav:before {
    left: -30px;
  }
}

@media print, screen and (min-width: 1025px) {
  .layout-col2 .m-box-nav:before {
    left: -65px;
  }
}

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

.m-box-contact {
  background-color: #f7f7f7;
  padding: 25px 28px;
  margin: 30px -28px 0;
}

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

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

@media print, screen and (min-width: 768px) {
  .m-box-contact > *:first-child.m-box-section {
    margin-top: -100px !important;
  }
}

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

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

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

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

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

.m-box-contact .contact-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-bottom: 10px;
  position: relative;
}

.m-box-contact .contact-ttl + .m-list-news {
  margin-top: -10px !important;
}

@media print, screen and (min-width: 768px) {
  .m-box-contact .contact-ttl + .m-list-news {
    margin-top: -18px !important;
  }
}

.m-box-contact .contact-ttl + .m-box-news-head {
  margin-top: -8px !important;
}

@media print, screen and (min-width: 768px) {
  .m-box-contact .contact-ttl + .m-box-news-head {
    margin-top: -10px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .m-box-contact .contact-ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}

.m-box-contact .contact-ttl:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e60012;
}

.m-box-contact .contact-subttl {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .m-box-contact .contact-subttl {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.m-box-contact .contact-desc {
  line-height: 1.75;
  margin-top: 5px;
  padding-left: 1.0em;
}

.m-box-contact .contact-info {
  line-height: 1.75;
  margin-top: 3px;
  *zoom: 1;
  padding-left: 1.0em;
}

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

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

.m-box-contact .contact-info dt {
  text-align: center;
  float: left;
  margin-right: 3px;
}

.m-box-contact .contact-info dd > a {
  color: #e60012;
  text-decoration: underline;
  display: inline-block;
  word-break: break-all;
}

.m-box-contact .contact-info dd > a:visited {
  color: #e60012;
}

[data-whatinput="keyboard"] .m-box-contact .contact-info dd > a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .m-box-contact .contact-info dd > a:hover {
    text-decoration: none;
  }
}

.m-box-contact .m-list-asterisk {
  margin-top: 0;
}

.m-box-contact .m-list-asterisk li {
  line-height: 1.75;
}

.m-box-movie {
  overflow: visible !important;
  padding-bottom: 15px !important;
}

@media print, screen and (min-width: 768px) {
  .m-box-movie {
    padding-bottom: 25px !important;
  }
}

.m-box-movie .movie-inner .movie-item {
  width: 100%;
  max-width: 335px;
}

@media print, screen and (min-width: 768px) {
  .m-box-movie .movie-inner .movie-item {
    width: 90%;
    max-width: 900px;
  }
}

.m-box-movie .movie-inner .movie-item .item-inner {
  width: 100%;
}

.m-box-movie .movie-inner .movie-item .item-inner > a {
  display: block;
  position: relative;
  transition: opacity 0.3s ease-out;
}

.m-box-movie .movie-inner .movie-item .item-inner > a:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}

.m-box-movie .movie-inner .movie-item .item-inner > a:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

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

[data-whatinput="keyboard"] .m-box-movie .movie-inner .movie-item .item-inner > a:focus {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

@media print, screen and (min-width: 1025px) {
  .m-box-movie .movie-inner .movie-item .item-inner > a:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

.m-box-movie .swiper-btn {
  width: 30px;
  height: 30px;
  background-color: #e60012;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 1;
  cursor: pointer;
  border: solid 1px #e60012;
  transition: background-color 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-box-movie .swiper-btn {
    width: 45px;
    height: 45px;
    margin-top: -35px;
  }
}

.m-box-movie .swiper-btn:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
  width: 8.1px;
  height: 12.4px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-movie .swiper-btn:after {
    width: 10.5px;
    height: 16.9px;
  }
}

.m-box-movie .swiper-btn.btn-next {
  right: -20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-movie .swiper-btn.btn-next {
    right: 15px;
  }
}

.m-box-movie .swiper-btn.btn-prev {
  left: -20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-movie .swiper-btn.btn-prev {
    left: 15px;
  }
}

.m-box-movie .swiper-btn.btn-prev:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

[data-whatinput="keyboard"] .m-box-movie .swiper-btn:focus {
  background-color: #fff;
}

[data-whatinput="keyboard"] .m-box-movie .swiper-btn:focus:after {
  background-image: url(../svg/i_arrow.svg?c=e60012);
}

@media print, screen and (min-width: 1025px) {
  .m-box-movie .swiper-btn:hover {
    background-color: #fff;
  }
  .m-box-movie .swiper-btn:hover:after {
    background-image: url(../svg/i_arrow.svg?c=e60012);
  }
}

.m-box-movie .swiper-pagination {
  bottom: 0 !important;
  line-height: 0;
}

.m-box-movie .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #f7f7f7;
  margin: 0 5px;
}

@media print, screen and (min-width: 768px) {
  .m-box-movie .swiper-pagination .swiper-pagination-bullet {
    width: 45px;
    height: 5px;
    margin: 0 7px;
  }
}

.m-box-movie .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e60012;
}

.m-box-news-head .m-txt-p, .m-box-news-head .mceContentBody.u-news-export p, .mceContentBody.u-news-export .m-box-news-head p, .m-box-news-head .wysiwyg.u-news-export p, .wysiwyg.u-news-export .m-box-news-head p {
  display: inline-block;
  margin-top: 8px;
  margin-right: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-news-head .m-txt-p, .m-box-news-head .mceContentBody.u-news-export p, .mceContentBody.u-news-export .m-box-news-head p, .m-box-news-head .wysiwyg.u-news-export p, .wysiwyg.u-news-export .m-box-news-head p {
    margin-top: 10px;
  }
}

.m-box-request {
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 30px;
  position: relative;
}

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

.m-box-request:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 50%;
  width: 150vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f7f7f7;
}

.m-box-request .request-inner {
  position: relative;
  *zoom: 1;
}

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

@media print, screen and (min-width: 768px) {
  .m-box-request .request-inner {
    padding-right: 395px;
  }
}

.m-box-request .request-inner .request-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

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

.m-box-request .request-inner .request-desc {
  margin-top: 10px;
  letter-spacing: 0.025em;
}

@media print, screen and (min-width: 768px) {
  .m-box-request .request-inner .request-desc {
    margin-top: 15px;
  }
}

.m-box-request .request-inner .request-btn {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-request .request-inner .request-btn {
    margin-top: 35px;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.m-box-request .request-inner .request-btn .m-btn-common {
  width: 160px;
}

@media print, screen and (min-width: 768px) {
  .m-box-request .request-inner .request-btn .m-btn-common {
    width: 200px;
  }
}

.m-box-request .request-inner .request-img {
  float: right;
  margin: -15px 0 5px 5px;
}

@media print, screen and (min-width: 768px) {
  .m-box-request .request-inner .request-img {
    float: none;
    position: absolute;
    top: -50px;
    right: 0;
    margin: 0;
  }
}

.m-box-request .request-inner .request-img img {
  width: 170px;
}

@media print, screen and (min-width: 768px) {
  .m-box-request .request-inner .request-img img {
    width: 370px;
  }
}

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

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

.m-box-pagination > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
}

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

.m-box-pagination > ul > li.num {
  padding: 0 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagination > ul > li.num {
    padding: 0 20px;
  }
}

.m-box-pagination > ul > li.num > a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  line-height: 1;
  padding: 5px;
  transition: all 0.3s ease-out;
}

[data-whatinput="keyboard"] .m-box-pagination > ul > li.num > a:focus {
  color: #e60012;
}

@media print, screen and (min-width: 1025px) {
  .m-box-pagination > ul > li.num > a:hover {
    color: #e60012;
  }
}

.m-box-pagination > ul > li.num.fs-current > a {
  color: #e60012;
}

.m-box-pagination > ul > li.prev > a, .m-box-pagination > ul > li.next > a {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}

.m-box-pagination > ul > li.prev > a:after, .m-box-pagination > ul > li.next > a:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 13.1px;
  height: 20px;
  background-size: 100% auto;
}

.m-box-pagination > ul > li.prev > a > span, .m-box-pagination > ul > li.next > a > span {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.m-box-pagination > ul > li.prev {
  padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagination > ul > li.prev {
    padding-right: 30px;
  }
}

.m-box-pagination > ul > li.prev > a:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.m-box-pagination > ul > li.next {
  padding-left: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagination > ul > li.next {
    padding-left: 30px;
  }
}

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

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

.m-list-desc a, .mceContentBody ul a, .wysiwyg ul a {
  text-decoration: underline;
  color: #e60012;
}

.m-list-desc a[target='_blank']:not(.noticon):after, .mceContentBody ul a[target='_blank']:not(.noticon):after, .wysiwyg ul a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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

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

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

.m-list-desc a:visited, .mceContentBody ul a:visited, .wysiwyg ul a:visited {
  color: #e60012;
}

[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"] .wysiwyg ul a:focus, .wysiwyg [data-whatinput="keyboard"] ul a:focus {
  text-decoration: none;
}

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

.m-list-desc > li, .mceContentBody ul > li, .wysiwyg ul > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 5px;
  padding-left: 1.0em;
}

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

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

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

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

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

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

.m-list-desc > li > ul.m-list-num > li, .mceContentBody ul > li > ul.m-list-num > li, .wysiwyg ul > li > ul.m-list-num > li, .m-list-desc > li > ol.m-list-num > li, .mceContentBody ul > li > ol.m-list-num > li, .wysiwyg ul > li > ol.m-list-num > li, .mceContentBody .m-list-desc > li > ol > li, .mceContentBody ul > li > ol > li, .wysiwyg .m-list-desc > li > ol > li, .mceContentBody .wysiwyg ul > li > ol > li, .wysiwyg .mceContentBody ul > li > ol > li, .wysiwyg ul > li > ol > li {
  padding-left: 17px;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ul.m-list-num > li, .mceContentBody ul > li > ul.m-list-num > li, .wysiwyg ul > li > ul.m-list-num > li, .m-list-desc > li > ol.m-list-num > li, .mceContentBody ul > li > ol.m-list-num > li, .wysiwyg ul > li > ol.m-list-num > li, .mceContentBody .m-list-desc > li > ol > li, .mceContentBody ul > li > ol > li, .wysiwyg .m-list-desc > li > ol > li, .mceContentBody .wysiwyg ul > li > ol > li, .wysiwyg .mceContentBody ul > li > ol > li, .wysiwyg ul > li > ol > li {
    padding-left: 25px;
  }
}

.m-list-desc > li:first-child, .mceContentBody ul > li:first-child, .wysiwyg ul > li:first-child {
  margin-top: 0;
}

.m-list-desc > li:before, .mceContentBody ul > li:before, .wysiwyg ul > li:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border: solid 2px #e60012;
  background-color: #fff;
  top: .85em;
  left: 0;
}

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

.m-list-desc + .m-list-desc, .mceContentBody ul + .m-list-desc, .wysiwyg ul + .m-list-desc, .mceContentBody .m-list-desc + ul, .mceContentBody ul + ul, .wysiwyg .m-list-desc + ul, .wysiwyg ul + ul,
.m-list-desc + .m-list-num,
.mceContentBody ul + .m-list-num,
.wysiwyg ul + .m-list-num,
.mceContentBody .m-list-desc + ol,
.mceContentBody ul + ol,
.wysiwyg .m-list-desc + ol,
.wysiwyg ul + ol,
.m-list-desc + .m-list-num2,
.mceContentBody ul + .m-list-num2,
.wysiwyg ul + .m-list-num2,
.m-list-desc + .m-list-asterisk,
.mceContentBody ul + .m-list-asterisk,
.wysiwyg ul + .m-list-asterisk {
  margin-top: 5px;
}

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

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

.m-list-num a, .mceContentBody ol a, .wysiwyg ol a {
  text-decoration: underline;
  color: #e60012;
}

.m-list-num a[target='_blank']:not(.noticon):after, .mceContentBody ol a[target='_blank']:not(.noticon):after, .wysiwyg ol a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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

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

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

.m-list-num a:visited, .mceContentBody ol a:visited, .wysiwyg ol a:visited {
  color: #e60012;
}

[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"] .wysiwyg ol a:focus, .wysiwyg [data-whatinput="keyboard"] ol a:focus {
  text-decoration: none;
}

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

.m-list-num > li, .mceContentBody ol > li, .wysiwyg ol > li {
  margin-top: 5px;
  padding-left: 1.5em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

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

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

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

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

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

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

.m-list-num > li > ul.m-list-num > li, .mceContentBody ol > li > ul.m-list-num > li, .wysiwyg ol > li > ul.m-list-num > li, .m-list-num > li > ol.m-list-num > li, .mceContentBody ol > li > ol.m-list-num > li, .wysiwyg ol > li > ol.m-list-num > li, .mceContentBody .m-list-num > li > ol > li, .mceContentBody ol > li > ol > li, .wysiwyg .m-list-num > li > ol > li, .mceContentBody .wysiwyg ol > li > ol > li, .wysiwyg .mceContentBody ol > li > ol > li, .wysiwyg ol > li > ol > li {
  padding-left: 17px;
}

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

.m-list-num > li:first-child, .mceContentBody ol > li:first-child, .wysiwyg ol > li:first-child {
  margin-top: 0;
}

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

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

.m-list-num + .m-list-desc, .mceContentBody ol + .m-list-desc, .wysiwyg ol + .m-list-desc, .mceContentBody .m-list-num + ul, .mceContentBody ol + ul, .wysiwyg .m-list-num + ul, .wysiwyg ol + ul,
.m-list-num + .m-list-num,
.mceContentBody ol + .m-list-num,
.wysiwyg ol + .m-list-num,
.mceContentBody .m-list-num + ol,
.mceContentBody ol + ol,
.wysiwyg .m-list-num + ol,
.wysiwyg ol + ol,
.m-list-num + .m-list-num2,
.mceContentBody ol + .m-list-num2,
.wysiwyg ol + .m-list-num2,
.m-list-num + .m-list-asterisk,
.mceContentBody ol + .m-list-asterisk,
.wysiwyg ol + .m-list-asterisk {
  margin-top: 5px;
}

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

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

.m-list-num2 a {
  text-decoration: underline;
  color: #e60012;
}

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

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

.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: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.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: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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

[data-whatinput="keyboard"] .m-list-num2 a:focus {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.m-list-num2 > li > ul.m-list-num > li, .m-list-num2 > li > ol.m-list-num > li, .mceContentBody .m-list-num2 > li > ol > li, .wysiwyg .m-list-num2 > li > ol > li {
  padding-left: 17px;
}

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

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

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

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

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

.m-list-num2 + .m-list-desc, .mceContentBody .m-list-num2 + ul, .wysiwyg .m-list-num2 + ul,
.m-list-num2 + .m-list-num,
.mceContentBody .m-list-num2 + ol,
.wysiwyg .m-list-num2 + ol,
.m-list-num2 + .m-list-num2,
.m-list-num2 + .m-list-asterisk {
  margin-top: 5px;
}

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

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

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

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

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

ul.m-list-asterisk .fzl {
  font-size: 16px;
  font-size: 1.6rem;
}

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

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

ul.m-list-asterisk a {
  text-decoration: underline;
  color: #e60012;
}

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

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

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: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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

[data-whatinput="keyboard"] ul.m-list-asterisk a:focus {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ol.m-list-asterisk .fzl {
  font-size: 16px;
  font-size: 1.6rem;
}

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

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

ol.m-list-asterisk a {
  text-decoration: underline;
  color: #e60012;
}

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

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

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: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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

[data-whatinput="keyboard"] ol.m-list-asterisk a:focus {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-asterisk + .m-list-desc, .mceContentBody .m-list-asterisk + ul, .wysiwyg .m-list-asterisk + ul,
.m-list-asterisk + .m-list-num,
.mceContentBody .m-list-asterisk + ol,
.wysiwyg .m-list-asterisk + ol,
.m-list-asterisk + .m-list-num2,
.m-list-asterisk + .m-list-asterisk {
  margin-top: 5px;
}

.m-txt-p + .m-list-desc, .mceContentBody.u-news-export p + .m-list-desc, .wysiwyg.u-news-export p + .m-list-desc, .mceContentBody .m-txt-p + ul, .mceContentBody.u-news-export p + ul, .wysiwyg.u-news-export .mceContentBody p + ul, .wysiwyg .m-txt-p + ul, .mceContentBody.u-news-export .wysiwyg p + ul, .wysiwyg.u-news-export p + ul,
.m-txt-p + .m-list-num,
.mceContentBody.u-news-export p + .m-list-num,
.wysiwyg.u-news-export p + .m-list-num,
.mceContentBody .m-txt-p + ol,
.mceContentBody.u-news-export p + ol,
.wysiwyg.u-news-export .mceContentBody p + ol,
.wysiwyg .m-txt-p + ol,
.mceContentBody.u-news-export .wysiwyg p + ol,
.wysiwyg.u-news-export p + ol,
.m-txt-p + .m-list-num2,
.mceContentBody.u-news-export p + .m-list-num2,
.wysiwyg.u-news-export p + .m-list-num2,
.m-txt-p + .m-list-asterisk,
.mceContentBody.u-news-export p + .m-list-asterisk,
.wysiwyg.u-news-export p + .m-list-asterisk {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-list-btn.btn-height-adjust .m-btn-common {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-list-btn.btn-height-adjust > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.m-list-news > ul > li {
  border-bottom: dashed 1px #d2d2d2;
}

.m-list-news > ul > li .news-inner {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
}

.m-list-news > ul > li .news-inner[target='_blank']:not(.noticon) > .news-wrap > .news-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.m-list-news > ul > li .news-inner[href$=".pdf"]:not(.noticon) > .news-wrap > .news-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.m-list-news > ul > li .news-inner[href$=".doc"]:not(.noticon) > .news-wrap > .news-ttl:after, .m-list-news > ul > li .news-inner[href$=".docx"]:not(.noticon) > .news-wrap > .news-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.m-list-news > ul > li .news-inner[href$=".xls"]:not(.noticon) > .news-wrap > .news-ttl:after, .m-list-news > ul > li .news-inner[href$=".xlsx"]:not(.noticon) > .news-wrap > .news-ttl:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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

.m-list-news > ul > li .news-inner .news-img {
  width: 100px;
}

.m-list-news > ul > li .news-inner .news-img img {
  width: 100%;
}

.m-list-news > ul > li .news-inner .news-img + .news-wrap {
  width: calc(100% - 100px);
  padding-left: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > ul > li .news-inner .news-img + .news-wrap {
    padding-left: 20px;
  }
}

.m-list-news > ul > li .news-inner .news-wrap {
  font-size: 0;
  margin-top: -3px;
  width: 100%;
}

.m-list-news > ul > li .news-inner .news-wrap .news-date {
  display: inline-block;
  color: #848484;
  line-height: 1.0;
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 8px;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

@media print, screen and (min-width: 768px) {
  .m-list-news > ul > li .news-inner .news-wrap .news-date {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.m-list-news > ul > li .news-inner .news-wrap .news-cat {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.0;
  min-width: 100px;
  text-align: center;
  padding: 2px 15px;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > ul > li .news-inner .news-wrap .news-cat {
    min-width: 135px;
    padding: 4px 15px;
    margin-top: 10px;
  }
}

.m-list-news > ul > li .news-inner .news-wrap .news-ttl {
  display: block;
  margin-top: 5px;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > ul > li .news-inner .news-wrap .news-ttl {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

[data-whatinput="keyboard"] .m-list-news > ul > li a.news-inner:focus .news-wrap .news-ttl {
  color: #e60012;
  text-decoration: underline;
}

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

.m-list-news.news-size-l > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7px;
}

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

.m-list-news.news-size-l > ul > li {
  border-bottom: none;
  width: 50%;
  padding: 0 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-size-l > ul > li {
    width: 25%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-news.news-size-l > ul > li {
    width: 50%;
  }
}

.m-list-news.news-size-l > ul > li .news-inner {
  display: block;
  padding: 12px 12px 10px;
  border: solid 1px #d2d2d2;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-size-l > ul > li .news-inner {
    padding: 15px 15px 12px;
  }
}

.m-list-news.news-size-l > ul > li .news-inner .news-img {
  width: 100%;
  position: relative;
}

.m-list-news.news-size-l > ul > li .news-inner .news-img:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-top: 75.33%;
  height: 100%;
  display: block;
  background-color: #fff;
}

.m-list-news.news-size-l > ul > li .news-inner .news-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
}

.m-list-news.news-size-l > ul > li .news-inner .news-img figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e60012;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  font-size: 10px;
  font-size: 1.0rem;
  margin: -12px 0 0 -12px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-size-l > ul > li .news-inner .news-img figcaption {
    font-size: 1.3rem;
    padding: 5px 15px;
    margin: -15px 0 0 -15px;
  }
}

.m-list-news.news-size-l > ul > li .news-inner .news-wrap {
  padding-left: 0;
  width: 100%;
  margin-top: 0;
}

.m-list-news.news-size-l > ul > li .news-inner .news-wrap .news-date {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news.news-size-l > ul > li .news-inner .news-wrap .news-date {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-news.news-size-l > ul > li:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-news.news-size-l > ul > li:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-news.news-size-l > ul > li:nth-child(n+5) {
    margin-top: 30px;
  }
}

.m-list-news.news-size-l + .m-list-news:not(.news-size-l) > ul > li:first-child {
  border-top: dashed 1px #d2d2d2;
}

.m-list-link {
  margin-top: 15px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-link.link-border > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.m-list-link.link-border > ul > li .m-txt-link {
  border-bottom: solid 1px #d2d2d2;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}

@media print, screen and (min-width: 768px) {
  .m-list-link.link-border > ul > li .m-txt-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.m-list-link.link-border > ul > li .m-txt-link:before {
  top: calc(3px + 0.75em);
}

@media print, screen and (min-width: 768px) {
  .m-list-link.link-border > ul > li .m-txt-link:before {
    top: calc(5px + 0.75em);
  }
}

.m-list-anchor {
  margin-top: 15px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.m-list-anchor:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: -28px;
  right: -28px;
  border-bottom: solid 1px #d2d2d2;
}

@media print, screen and (min-width: 768px) {
  .m-list-anchor:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .m-list-anchor > ul[data-gs-sp="1"] > li:nth-child(n+2) {
    position: relative;
  }
  .m-list-anchor > ul[data-gs-sp="1"] > li:nth-child(n+2):before {
    position: absolute;
    content: '';
    top: 0;
    left: -21px;
    right: -21px;
    border-bottom: dashed 1px #d2d2d2;
  }
  .m-list-anchor > ul[data-gs-sp="2"] > li:nth-child(n+3) {
    position: relative;
  }
  .m-list-anchor > ul[data-gs-sp="2"] > li:nth-child(n+3):before {
    position: absolute;
    content: '';
    top: 0;
    border-bottom: dashed 1px #d2d2d2;
  }
  .m-list-anchor > ul[data-gs-sp="2"] > li:nth-child(even):before {
    left: 0;
    right: -21px;
  }
  .m-list-anchor > ul[data-gs-sp="2"] > li:nth-child(odd):before {
    right: 0;
    left: -21px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-anchor > [data-gs="12"] {
    margin-top: -10px;
  }
  .m-list-anchor > [data-gs="12"] > [data-gs-col="12"] {
    width: auto;
    margin-top: 10px;
  }
}

.m-list-anchor .m-txt-anchor {
  width: 100%;
}

.m-list-anchor + .m-box-slider {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

.m-list-image ul li .image-img {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-list-image ul li .image-img {
    text-align: left;
  }
}

.m-list-image ul li .image-img > svg {
  height: auto;
}

.m-list-image ul li .image-img a {
  display: block;
}

.m-list-image ul li .image-img a[data-modal="image"] {
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
}

.m-list-image ul li .image-img a[data-modal="image"]:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  padding-top: 100%;
  height: 100%;
  display: block;
}

.m-list-image ul li .image-img a[data-modal="image"] 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;
  transition: all 0.3s ease-out;
}

[data-whatinput="keyboard"] .m-list-image ul li .image-img a[data-modal="image"]:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media print, screen and (min-width: 1025px) {
  .m-list-image ul li .image-img a[data-modal="image"]:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

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

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

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

.m-list-image.image-position-center ul li .image-img {
  text-align: center;
}

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

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

.m-list-image.image-position-left ul li:nth-child(n+2) {
  margin-top: 10px;
}

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

.m-list-image.image-position-right ul li:nth-child(n+2) {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

.m-list-image .image-desc a {
  position: relative;
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
  color: #e60012;
}

.m-list-image .image-desc a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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

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

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

.m-list-image .image-desc a:visited {
  color: #e60012;
}

[data-whatinput="keyboard"] .m-list-image .image-desc a:focus {
  text-decoration: none;
}

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

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

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

.m-list-bnr {
  margin-top: 65px;
  position: relative;
}

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

.m-list-bnr .bnr-inner {
  margin: 0 -4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

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

.m-list-bnr .bnr-inner .bnr-item {
  width: calc(100% / 2);
  width: calc((100% / 2 ) - 0.1px) \0;
  padding: 0 4px;
}

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

@media print, screen and (min-width: 768px) {
  .layout-col1 .m-list-bnr .bnr-inner .bnr-item {
    width: calc(100% / 4);
    width: calc((100% / 4 ) - 0.1px) \0;
    padding: 0 5px;
  }
}

@media print {
  .layout-col1 .m-list-bnr .bnr-inner .bnr-item {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .layout-col1 .m-list-bnr .bnr-inner .bnr-item:nth-child(n+5) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .layout-col2 .m-list-bnr .bnr-inner .bnr-item {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 5px;
  }
}

@media print {
  .layout-col2 .m-list-bnr .bnr-inner .bnr-item {
    width: 33.33333%;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .layout-col2 .m-list-bnr .bnr-inner .bnr-item:nth-child(n+4) {
    margin-top: 10px;
  }
}

.m-list-bnr .bnr-inner .bnr-item > a {
  display: block;
  overflow: hidden;
}

.m-list-bnr .bnr-inner .bnr-item > a img {
  transition: all 0.3s ease-out;
}

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

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

@media screen and (max-width: 767px) {
  .m-list-bnr .bnr-inner .bnr-item:nth-child(n+3) {
    margin-top: 8px;
  }
}

.m-list-point {
  margin-top: 40px;
}

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

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

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

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

.m-list-point .point-item .item-inner .item-ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .m-list-point .point-item .item-inner .item-ttl {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.m-list-point .point-item .item-inner .item-ttl .item-head {
  color: #e60012;
  line-height: 1.0;
  white-space: nowrap;
  position: relative;
  padding-bottom: 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-list-point .point-item .item-inner .item-ttl .item-head:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e60012;
}

@media print, screen and (min-width: 768px) {
  .m-list-point .point-item .item-inner .item-ttl .item-head:after {
    height: 2px;
  }
}

.m-list-point .point-item .item-inner .item-ttl .item-head .head-point {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  text-align: center;
  font-weight: 400;
}

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

.m-list-point .point-item .item-inner .item-ttl .item-head .head-num {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
}

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

.m-list-point .point-item .item-inner .item-ttl .ttl-main {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 20px;
}

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

.m-list-point .point-item .item-inner .item-txt {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .m-list-point .point-item:nth-child(n+2) {
    margin-top: 30px;
  }
}

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

.m-list-flow {
  margin-top: 40px;
}

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

.m-list-flow:not(.last-letter-fzl) dl dt {
  font-size: 13px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-flow:not(.last-letter-fzl) dl dt {
    font-size: 1.7rem;
  }
}

.m-list-flow:not(.last-letter-fzl) dl dt:first-letter {
  font-size: 35px;
  font-size: 3.5rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-flow:not(.last-letter-fzl) dl dt:first-letter {
    font-size: 4.5rem;
  }
}

.m-list-flow.last-letter-fzl dl dt {
  font-size: 11px;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-flow.last-letter-fzl dl dt {
    font-size: 1.4rem;
  }
}

.m-list-flow.last-letter-fzl dl dt > span {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  .m-list-flow.last-letter-fzl dl dt > span {
    font-size: 3.0rem;
  }
}

.m-list-flow dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-list-flow dl dt {
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.05em;
  color: #e60012;
  line-height: 1.0;
}

.m-list-flow dl dt {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.05em;
  color: #e60012;
  line-height: 1.0;
}

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

.m-list-flow dl dt > span {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  margin-left: 2px;
}

@media print, screen and (min-width: 768px) {
  .m-list-flow dl dt > span {
    font-size: 3.0rem;
    margin-left: 3px;
  }
}

.m-list-flow dl dd {
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-flow dl dd {
    margin-left: 20px;
  }
}

.m-list-flow dl:nth-child(n+2) {
  margin-top: 20px;
}

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

.m-list-step {
  margin: 40px -28px 0;
}

@media print, screen and (min-width: 768px) {
  .m-list-step {
    margin: 60px 0 0;
  }
}

.m-list-step dl {
  background-color: #f7f7f7;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-list-step dl {
    border-radius: 6px;
    margin-bottom: 45px;
    padding: 25px 35px;
  }
}

.m-list-step dl:after {
  position: absolute;
  content: '';
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 23px 0 23px;
  border-color: #f7f7f7 transparent transparent transparent;
}

@media print, screen and (min-width: 768px) {
  .m-list-step dl:after {
    border-width: 30px 26px 0 26px;
    bottom: -30px;
  }
}

.m-list-step dl dt {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .m-list-step dl dt {
    font-size: 2.0rem;
  }
}

.m-list-step dl dd {
  margin-left: 15px;
  padding-left: 15px;
  border-left: dashed 1px #000;
}

@media print, screen and (min-width: 768px) {
  .m-list-step dl dd {
    margin-left: 30px;
    padding-left: 20px;
  }
}

.m-list-step dl dd .step-ttl {
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-step dl dd .step-ttl {
    font-size: 2.0rem;
  }
}

.m-list-step dl dd .step-txt {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

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

.m-list-step dl.step-bg-red {
  background-color: #e60012;
}

.m-list-step dl.step-bg-red:after {
  border-color: #e60012 transparent transparent transparent;
}

.m-list-step dl.step-bg-red dt {
  color: #fff;
}

.m-list-step dl.step-bg-red dd {
  border-left-color: #fff;
}

.m-list-step dl.step-bg-red dd .step-ttl, .m-list-step dl.step-bg-red dd .step-txt {
  color: #fff;
}

.m-list-step dl:last-child {
  margin-bottom: 25px;
}

.m-list-check li {
  padding-left: 16px;
  position: relative;
}

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

.m-list-check li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.4em;
  width: 11px;
  height: 11px;
  background: url(../svg/i_check.svg) center no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-check li:before {
    width: 12px;
    height: 12px;
    top: 0.6em;
  }
}

.m-list-check li:nth-child(n+2) {
  margin-top: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-thumbnail .thumbnail-item > *:first-child {
  margin-top: 0 !important;
}

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

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

.m-list-thumbnail .thumbnail-item .item-ttl {
  margin-top: 10px;
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}

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

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

.m-list-thumbnail .thumbnail-item .item-desc {
  margin-top: 3px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail .thumbnail-item .item-desc {
    margin-top: 5px;
  }
}

.m-list-thumbnail a.thumbnail-item {
  display: block;
}

.m-list-thumbnail a.thumbnail-item[target='_blank']:not(.noticon) > .item-ttl > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.m-list-thumbnail a.thumbnail-item[href$=".pdf"]:not(.noticon) > .item-ttl > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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

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

.m-list-thumbnail a.thumbnail-item .item-ttl > span {
  position: relative;
  padding-left: 16px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail a.thumbnail-item .item-ttl > span {
    padding-left: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-thumbnail.link-border > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-list-thumbnail.link-border > ul > li .thumbnail-item {
  width: 100%;
}

.m-list-thumbnail.link-border > ul > li .thumbnail-item .item-ttl {
  border-bottom: solid 1px #d2d2d2;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: color .3s ease-out;
  margin-top: 3px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail.link-border > ul > li .thumbnail-item .item-ttl {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.m-list-thumbnail.link-border > ul > li .thumbnail-item .item-ttl > span {
  padding-left: 10px;
}

.m-list-thumbnail.link-border > ul > li .thumbnail-item .item-ttl > span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.6em;
  display: block;
  background-image: url(../svg/i_arrow.svg);
  width: 4px;
  height: 6px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] .m-list-thumbnail.link-border > ul > li .thumbnail-item:focus .item-ttl {
  text-decoration: underline;
  color: #e60012;
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail.link-border > ul > li .thumbnail-item:hover .item-ttl {
    text-decoration: underline;
    color: #e60012;
  }
}

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

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

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

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

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

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

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

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

.m-list-thumbnail.link-features > ul > li .thumbnail-item .item-ttl {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  color: #e60012;
  font-weight: 400;
  width: calc(100% - 15px);
  margin-top: -30px;
  z-index: 1;
  background-color: #fff;
  padding: 10px 20px 0;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail.link-features > ul > li .thumbnail-item .item-ttl {
    padding: 10px 15px 0;
    margin-top: -25px;
    font-size: 1.7rem;
  }
}

.m-list-thumbnail.link-features > ul > li .thumbnail-item .item-ttl > span {
  padding: 0 0 5px 0;
}

.m-list-thumbnail.link-features > ul > li .thumbnail-item .item-ttl > span:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0px;
  right: 0px;
  border-bottom: dashed 1px #d2d2d2;
  width: auto;
  height: auto;
  background: none;
}

.m-list-thumbnail.link-features > ul > li .thumbnail-item .item-desc {
  padding: 10px 20px 10px 38px;
  background-color: #fff;
  margin-top: 0;
  width: calc(100% - 15px);
  position: relative;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail.link-features > ul > li .thumbnail-item .item-desc {
    padding: 8px 15px 12px 38px;
  }
}

.m-list-thumbnail.link-features > ul > li .thumbnail-item .item-desc:before {
  position: absolute;
  content: '';
  background: url(../svg/i_arrow3.svg?c=e60012) center no-repeat;
  background-size: 100% auto;
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  top: calc(.55em + 10px);
  left: 20px;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail.link-features > ul > li .thumbnail-item .item-desc:before {
    width: 12px;
    height: 12px;
    top: calc(.5em + 10px);
  }
}

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

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

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

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

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

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

.m-list-interview .interview-inner .interview-item a {
  display: block;
}

.m-list-interview .interview-inner .interview-item a .item-img {
  overflow: hidden;
}

.m-list-interview .interview-inner .interview-item a .item-img img {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.m-list-interview .interview-inner .interview-item a .item-message {
  background-color: #fff;
  margin-right: 15px;
  margin-top: -25px;
  position: relative;
  z-index: 1;
  padding: 15px 20px;
  box-shadow: 0px 5px 15px #fff;
  transition: box-shadow .3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-list-interview .interview-inner .interview-item a .item-message {
    padding: 25px 30px;
    margin-right: 35px;
    margin-top: -40px;
  }
}

.m-list-interview .interview-inner .interview-item a .item-message .message-txt {
  line-height: 1.75;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-list-interview .interview-inner .interview-item a .item-message .message-txt {
    font-size: 1.8rem;
    padding-left: 20px;
  }
}

.m-list-interview .interview-inner .interview-item a .item-message .message-txt:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.4em;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  width: 11px;
  height: 11px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-interview .interview-inner .interview-item a .item-message .message-txt:before {
    width: 12px;
    height: 12px;
    top: 0.55em;
  }
}

[data-whatinput="keyboard"] .m-list-interview .interview-inner .interview-item a:focus .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

[data-whatinput="keyboard"] .m-list-interview .interview-inner .interview-item a:focus .item-message {
  box-shadow: 0px 5px 15px rgba(51, 51, 51, 0.1);
}

@media print, screen and (min-width: 1025px) {
  .m-list-interview .interview-inner .interview-item a:hover .item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .m-list-interview .interview-inner .interview-item a:hover .item-message {
    box-shadow: 0px 5px 15px rgba(51, 51, 51, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .m-list-interview .interview-inner .interview-item + .interview-item {
    margin-top: 25px;
  }
}

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

.m-list-brn {
  margin-top: 60px;
}

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

.m-list-brn .bnr-item {
  text-align: center;
}

.m-list-brn .bnr-item > a {
  display: inline-block;
  transition: opacity 0.3s ease-out;
}

[data-whatinput="keyboard"] .m-list-brn .bnr-item > a:focus {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

@media print, screen and (min-width: 1025px) {
  .m-list-brn .bnr-item > a:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

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

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

.m-table-common, .mceContentBody table, .wysiwyg table {
  width: 100%;
  margin-top: 30px;
}

.m-table-common .fzs, .mceContentBody table .fzs, .wysiwyg table .fzs {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .m-table-common .fzs, .mceContentBody table .fzs, .wysiwyg table .fzs {
    font-size: 1.2rem;
  }
}

.m-table-common .fzm, .mceContentBody table .fzm, .wysiwyg table .fzm {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .m-table-common .fzm, .mceContentBody table .fzm, .wysiwyg table .fzm {
    font-size: 1.4rem;
  }
}

.m-table-common .fzl, .mceContentBody table .fzl, .wysiwyg table .fzl {
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .m-table-common .fzl, .mceContentBody table .fzl, .wysiwyg table .fzl {
    font-size: 1.6rem;
  }
}

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

.m-table-common a, .mceContentBody table a, .wysiwyg table a {
  text-decoration: underline;
  color: #e60012;
}

.m-table-common a[target='_blank']:not(.noticon):after, .mceContentBody table a[target='_blank']:not(.noticon):after, .wysiwyg table a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.m-table-common a[href$=".pdf"]:not(.noticon):after, .mceContentBody table a[href$=".pdf"]:not(.noticon):after, .wysiwyg table a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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

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

.m-table-common a:visited, .mceContentBody table a:visited, .wysiwyg table a:visited {
  color: #e60012;
}

[data-whatinput="keyboard"] .m-table-common a:focus, [data-whatinput="keyboard"] .mceContentBody table a:focus, .mceContentBody [data-whatinput="keyboard"] table a:focus, [data-whatinput="keyboard"] .wysiwyg table a:focus, .wysiwyg [data-whatinput="keyboard"] table a:focus {
  text-decoration: none;
}

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

.m-table-common tbody tr th, .mceContentBody table tbody tr th, .wysiwyg table tbody tr th, .m-table-common tbody tr td, .mceContentBody table tbody tr td, .wysiwyg table tbody tr td, .m-table-common thead tr th, .mceContentBody table thead tr th, .wysiwyg table thead tr th, .m-table-common thead tr td, .mceContentBody table thead tr td, .wysiwyg table thead tr td {
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr th, .mceContentBody table tbody tr th, .wysiwyg table tbody tr th, .m-table-common tbody tr td, .mceContentBody table tbody tr td, .wysiwyg table tbody tr td, .m-table-common thead tr th, .mceContentBody table thead tr th, .wysiwyg table thead tr th, .m-table-common thead tr td, .mceContentBody table thead tr td, .wysiwyg table thead tr td {
    font-size: 1.4rem;
  }
}

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

.m-table-common tbody tr th a, .mceContentBody table tbody tr th a, .wysiwyg table tbody tr th a, .m-table-common tbody tr td a, .mceContentBody table tbody tr td a, .wysiwyg table tbody tr td a, .m-table-common thead tr th a, .mceContentBody table thead tr th a, .wysiwyg table thead tr th a, .m-table-common thead tr td a, .mceContentBody table thead tr td a, .wysiwyg table thead tr td a {
  text-decoration: underline;
  color: #e60012;
}

.m-table-common tbody tr th a[target='_blank']:not(.noticon):after, .mceContentBody table tbody tr th a[target='_blank']:not(.noticon):after, .wysiwyg table tbody tr th a[target='_blank']:not(.noticon):after, .m-table-common tbody tr td a[target='_blank']:not(.noticon):after, .mceContentBody table tbody tr td a[target='_blank']:not(.noticon):after, .wysiwyg table tbody tr td a[target='_blank']:not(.noticon):after, .m-table-common thead tr th a[target='_blank']:not(.noticon):after, .mceContentBody table thead tr th a[target='_blank']:not(.noticon):after, .wysiwyg table thead tr th a[target='_blank']:not(.noticon):after, .m-table-common thead tr td a[target='_blank']:not(.noticon):after, .mceContentBody table thead tr td a[target='_blank']:not(.noticon):after, .wysiwyg table thead tr td a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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

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

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

.m-table-common tbody tr th a:visited, .mceContentBody table tbody tr th a:visited, .wysiwyg table tbody tr th a:visited, .m-table-common tbody tr td a:visited, .mceContentBody table tbody tr td a:visited, .wysiwyg table tbody tr td a:visited, .m-table-common thead tr th a:visited, .mceContentBody table thead tr th a:visited, .wysiwyg table thead tr th a:visited, .m-table-common thead tr td a:visited, .mceContentBody table thead tr td a:visited, .wysiwyg table thead tr td a:visited {
  color: #e60012;
}

[data-whatinput="keyboard"] .m-table-common tbody tr th a:focus, [data-whatinput="keyboard"] .mceContentBody table tbody tr th a:focus, .mceContentBody [data-whatinput="keyboard"] table tbody tr th a:focus, [data-whatinput="keyboard"] .wysiwyg table tbody tr th a:focus, .wysiwyg [data-whatinput="keyboard"] table tbody tr th a:focus, [data-whatinput="keyboard"] .m-table-common tbody tr td a:focus, [data-whatinput="keyboard"] .mceContentBody table tbody tr td a:focus, .mceContentBody [data-whatinput="keyboard"] table tbody tr td a:focus, [data-whatinput="keyboard"] .wysiwyg table tbody tr td a:focus, .wysiwyg [data-whatinput="keyboard"] table tbody tr td a:focus, [data-whatinput="keyboard"] .m-table-common thead tr th a:focus, [data-whatinput="keyboard"] .mceContentBody table thead tr th a:focus, .mceContentBody [data-whatinput="keyboard"] table thead tr th a:focus, [data-whatinput="keyboard"] .wysiwyg table thead tr th a:focus, .wysiwyg [data-whatinput="keyboard"] table thead tr th a:focus, [data-whatinput="keyboard"] .m-table-common thead tr td a:focus, [data-whatinput="keyboard"] .mceContentBody table thead tr td a:focus, .mceContentBody [data-whatinput="keyboard"] table thead tr td a:focus, [data-whatinput="keyboard"] .wysiwyg table thead tr td a:focus, .wysiwyg [data-whatinput="keyboard"] table thead tr td a:focus {
  text-decoration: none;
}

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

.m-table-common tbody tr th, .mceContentBody table tbody tr th, .wysiwyg table tbody tr th, .m-table-common thead tr th, .mceContentBody table thead tr th, .wysiwyg table thead tr th {
  vertical-align: middle;
  font-weight: 500;
}

.m-table-common tbody tr th > *:first-child, .mceContentBody table tbody tr th > *:first-child, .wysiwyg table tbody tr th > *:first-child, .m-table-common thead tr th > *:first-child, .mceContentBody table thead tr th > *:first-child, .wysiwyg table thead tr th > *:first-child {
  margin-top: 0 !important;
}

.m-table-common tbody tr th > *:first-child.m-box-section, .mceContentBody table tbody tr th > *:first-child.m-box-section, .wysiwyg table tbody tr th > *:first-child.m-box-section, .m-table-common thead tr th > *:first-child.m-box-section, .mceContentBody table thead tr th > *:first-child.m-box-section, .wysiwyg table thead tr th > *:first-child.m-box-section {
  margin-top: -50px !important;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr th > *:first-child.m-box-section, .mceContentBody table tbody tr th > *:first-child.m-box-section, .wysiwyg table tbody tr th > *:first-child.m-box-section, .m-table-common thead tr th > *:first-child.m-box-section, .mceContentBody table thead tr th > *:first-child.m-box-section, .wysiwyg table thead tr th > *:first-child.m-box-section {
    margin-top: -100px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr th > .image-position-left:first-child + *, .mceContentBody table tbody tr th > .image-position-left:first-child + *, .wysiwyg table tbody tr th > .image-position-left:first-child + *,
  .m-table-common tbody tr th > .image-position-right:first-child + *,
  .mceContentBody table tbody tr th > .image-position-right:first-child + *,
  .wysiwyg table tbody tr th > .image-position-right:first-child + *, .m-table-common thead tr th > .image-position-left:first-child + *, .mceContentBody table thead tr th > .image-position-left:first-child + *, .wysiwyg table thead tr th > .image-position-left:first-child + *,
  .m-table-common thead tr th > .image-position-right:first-child + *,
  .mceContentBody table thead tr th > .image-position-right:first-child + *,
  .wysiwyg table thead tr th > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-table-common thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .mceContentBody table tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .wysiwyg table tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .mceContentBody table thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .wysiwyg table thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr th > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr th > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr th > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr th > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-table-common tbody tr td, .mceContentBody table tbody tr td, .wysiwyg table tbody tr td, .m-table-common thead tr td, .mceContentBody table thead tr td, .wysiwyg table thead tr td {
  vertical-align: top;
}

.m-table-common tbody tr td > *:first-child, .mceContentBody table tbody tr td > *:first-child, .wysiwyg table tbody tr td > *:first-child, .m-table-common thead tr td > *:first-child, .mceContentBody table thead tr td > *:first-child, .wysiwyg table thead tr td > *:first-child {
  margin-top: 0 !important;
}

.m-table-common tbody tr td > *:first-child.m-box-section, .mceContentBody table tbody tr td > *:first-child.m-box-section, .wysiwyg table tbody tr td > *:first-child.m-box-section, .m-table-common thead tr td > *:first-child.m-box-section, .mceContentBody table thead tr td > *:first-child.m-box-section, .wysiwyg table thead tr td > *:first-child.m-box-section {
  margin-top: -50px !important;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr td > *:first-child.m-box-section, .mceContentBody table tbody tr td > *:first-child.m-box-section, .wysiwyg table tbody tr td > *:first-child.m-box-section, .m-table-common thead tr td > *:first-child.m-box-section, .mceContentBody table thead tr td > *:first-child.m-box-section, .wysiwyg table thead tr td > *:first-child.m-box-section {
    margin-top: -100px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr td > .image-position-left:first-child + *, .mceContentBody table tbody tr td > .image-position-left:first-child + *, .wysiwyg table tbody tr td > .image-position-left:first-child + *,
  .m-table-common tbody tr td > .image-position-right:first-child + *,
  .mceContentBody table tbody tr td > .image-position-right:first-child + *,
  .wysiwyg table tbody tr td > .image-position-right:first-child + *, .m-table-common thead tr td > .image-position-left:first-child + *, .mceContentBody table thead tr td > .image-position-left:first-child + *, .wysiwyg table thead tr td > .image-position-left:first-child + *,
  .m-table-common thead tr td > .image-position-right:first-child + *,
  .mceContentBody table thead tr td > .image-position-right:first-child + *,
  .wysiwyg table thead tr td > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-table-common thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .mceContentBody table tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .wysiwyg table tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .mceContentBody table thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .wysiwyg table thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .mceContentBody table tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .wysiwyg table tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .mceContentBody table thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .wysiwyg table thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table tbody tr td > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table tbody tr td > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .mceContentBody table thead tr td > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .wysiwyg table thead tr td > [data-gs-group]:first-child[data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-table-common thead tr th, .mceContentBody table thead tr th, .wysiwyg table thead tr th, .m-table-common thead tr td, .mceContentBody table thead tr td, .wysiwyg table thead tr td {
  background: #e60012;
  vertical-align: middle;
  color: #fff;
  font-weight: 500;
}

.m-table-common tbody tr th, .mceContentBody table tbody tr th, .wysiwyg table tbody tr th {
  background-color: #f7f7f7;
}

.m-table-common [align="center"], .mceContentBody table [align="center"], .wysiwyg table [align="center"] {
  text-align: center !important;
}

.m-table-common [align="right"], .mceContentBody table [align="right"], .wysiwyg table [align="right"] {
  text-align: right !important;
}

.m-table-common [valign="top"], .mceContentBody table [valign="top"], .wysiwyg table [valign="top"] {
  vertical-align: top !important;
}

.m-table-common [valign="middle"], .mceContentBody table [valign="middle"], .wysiwyg table [valign="middle"] {
  vertical-align: middle !important;
}

.m-table-common [valign="bottom"], .mceContentBody table [valign="bottom"], .wysiwyg table [valign="bottom"] {
  vertical-align: bottom !important;
}

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

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

.m-table-scroll .scroll-wrap {
  overflow-x: scroll;
  padding-bottom: 5px;
}

.m-table-scroll .scroll-wrap table {
  margin-top: 0;
  min-width: 750px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar {
  height: 5px;
  background-color: #e5e5e5;
}

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

.m-table-scroll + .m-txt-p, .mceContentBody.u-news-export .m-table-scroll + p, .wysiwyg.u-news-export .m-table-scroll + p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-table-scroll + .m-txt-p, .mceContentBody.u-news-export .m-table-scroll + p, .wysiwyg.u-news-export .m-table-scroll + p {
    margin-top: 20px;
  }
}

.m-txt-ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.m-txt-ttl .ttl-inner {
  min-height: 250px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: solid 6px #e60012;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner {
    min-height: 358px;
    padding-top: 110px;
    padding-bottom: 110px;
    border-width: 7px;
    background-image: none !important;
  }
}

[class*="layout-art-music"] .m-txt-ttl .ttl-inner {
  border-bottom-color: #ff26a9;
}

[class*="layout-art-performingarts"] .m-txt-ttl .ttl-inner {
  border-bottom-color: #b400ae;
}

[class*="layout-art-art"] .m-txt-ttl .ttl-inner {
  border-bottom-color: #008845;
}

[class*="layout-art-design"] .m-txt-ttl .ttl-inner {
  border-bottom-color: #c4a402;
}

[class*="layout-art-education"] .m-txt-ttl .ttl-inner {
  border-bottom-color: #62868c;
}

[class*="layout-education-child"] .m-txt-ttl .ttl-inner {
  border-bottom-color: #12a1f5;
}

.m-txt-ttl .ttl-inner .ttl-main {
  text-align: center;
  line-height: 1.5;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-main {
    font-size: 4.0rem;
  }
}

.m-txt-ttl .ttl-inner .ttl-main + .ttl-sub {
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-main + .ttl-sub {
    margin-top: 10px;
  }
}

.m-txt-ttl .ttl-inner .ttl-sub {
  text-align: center;
  line-height: 1.5;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: 0.05em;
  color: #fff;
}

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

.m-txt-ttl .ttl-inner .ttl-sub + .ttl-main {
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-sub + .ttl-main {
    margin-top: 10px;
  }
}

.m-txt-ttl2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-top: 65px;
  margin-bottom: 20px;
  position: relative;
}

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

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

.m-txt-ttl2 + .m-box-news-head {
  margin-top: -8px !important;
}

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

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

@media print, screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl2 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

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

@media screen and (max-width: 767px) {
  .m-txt-ttl2 + [data-gs-group][data-gs-sp="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: 25px;
    margin-bottom: 45px;
    margin-top: 85px;
  }
}

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

.m-txt-ttl2:before {
  width: 100%;
  background-color: #d2d2d2;
}

.m-txt-ttl2:after {
  width: 30px;
  background-color: #e60012;
}

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

.m-txt-ttl2 > a {
  display: inline-block;
  color: #e60012;
  text-decoration: underline;
}

[data-whatinput="keyboard"] .m-txt-ttl2 > a:focus {
  text-decoration: none;
}

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

.m-txt-ttl3 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 300;
}

.m-txt-ttl3 + .m-list-news {
  margin-top: -10px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 + .m-list-news {
    margin-top: -18px !important;
  }
}

.m-txt-ttl3 + .m-box-news-head {
  margin-top: -8px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 + .m-box-news-head {
    margin-top: -10px !important;
  }
}

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

@media print, screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl3 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

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

@media screen and (max-width: 767px) {
  .m-txt-ttl3 + [data-gs-group][data-gs-sp="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.6rem;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.m-txt-ttl3 > a {
  display: inline-block;
  color: #e60012;
  text-decoration: underline;
  font-size: 20px !important;
  font-size: 2rem !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 > a {
    font-size: 2.6rem !important;
  }
}

[data-whatinput="keyboard"] .m-txt-ttl3 > a:focus {
  text-decoration: none;
}

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

.m-txt-ttl4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}

.m-txt-ttl4 + .m-list-news {
  margin-top: -10px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl4 + .m-list-news {
    margin-top: -18px !important;
  }
}

.m-txt-ttl4 + .m-box-news-head {
  margin-top: -8px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl4 + .m-box-news-head {
    margin-top: -10px !important;
  }
}

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

@media print, screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) and (max-width: 1024px) {
  .m-txt-ttl4 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

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

@media screen and (max-width: 767px) {
  .m-txt-ttl4 + [data-gs-group][data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl4 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.m-txt-ttl4 > a {
  display: inline-block;
  color: #e60012;
  text-decoration: underline;
}

[data-whatinput="keyboard"] .m-txt-ttl4 > a:focus {
  text-decoration: none;
}

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

.m-txt-frame-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 15px;
}

.m-txt-frame-ttl + .m-list-news {
  margin-top: -10px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-frame-ttl + .m-list-news {
    margin-top: -18px !important;
  }
}

.m-txt-frame-ttl + .m-box-news-head {
  margin-top: -8px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-frame-ttl + .m-box-news-head {
    margin-top: -10px !important;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .m-txt-frame-ttl + [data-gs-group][data-gs-sp="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: 1.8rem;
    margin-bottom: 20px;
  }
}

.m-txt-p, .mceContentBody.u-news-export p, .wysiwyg.u-news-export p {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-txt-p .fzs, .mceContentBody.u-news-export p .fzs, .wysiwyg.u-news-export p .fzs {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p .fzs, .mceContentBody.u-news-export p .fzs, .wysiwyg.u-news-export p .fzs {
    font-size: 1.2rem;
  }
}

.m-txt-p .fzm, .mceContentBody.u-news-export p .fzm, .wysiwyg.u-news-export p .fzm {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p .fzm, .mceContentBody.u-news-export p .fzm, .wysiwyg.u-news-export p .fzm {
    font-size: 1.4rem;
  }
}

.m-txt-p .fzl, .mceContentBody.u-news-export p .fzl, .wysiwyg.u-news-export p .fzl {
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p .fzl, .mceContentBody.u-news-export p .fzl, .wysiwyg.u-news-export p .fzl {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-p, .mceContentBody.u-news-export p, .wysiwyg.u-news-export p {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}

.m-txt-p a, .mceContentBody.u-news-export p a, .wysiwyg.u-news-export p a {
  position: relative;
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
  color: #e60012;
}

.m-txt-p a[target='_blank']:not(.noticon):after, .mceContentBody.u-news-export p a[target='_blank']:not(.noticon):after, .wysiwyg.u-news-export p a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.m-txt-p a[href$=".pdf"]:not(.noticon):after, .mceContentBody.u-news-export p a[href$=".pdf"]:not(.noticon):after, .wysiwyg.u-news-export p a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.m-txt-p a[href$=".doc"]:not(.noticon):after, .mceContentBody.u-news-export p a[href$=".doc"]:not(.noticon):after, .wysiwyg.u-news-export p a[href$=".doc"]:not(.noticon):after, .m-txt-p a[href$=".docx"]:not(.noticon):after, .mceContentBody.u-news-export p a[href$=".docx"]:not(.noticon):after, .wysiwyg.u-news-export p a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.m-txt-p a[href$=".xls"]:not(.noticon):after, .mceContentBody.u-news-export p a[href$=".xls"]:not(.noticon):after, .wysiwyg.u-news-export p a[href$=".xls"]:not(.noticon):after, .m-txt-p a[href$=".xlsx"]:not(.noticon):after, .mceContentBody.u-news-export p a[href$=".xlsx"]:not(.noticon):after, .wysiwyg.u-news-export p a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.m-txt-p a:visited, .mceContentBody.u-news-export p a:visited, .wysiwyg.u-news-export p a:visited {
  color: #e60012;
}

[data-whatinput="keyboard"] .m-txt-p a:focus, [data-whatinput="keyboard"] .mceContentBody.u-news-export p a:focus, .mceContentBody.u-news-export [data-whatinput="keyboard"] p a:focus, [data-whatinput="keyboard"] .wysiwyg.u-news-export p a:focus, .wysiwyg.u-news-export [data-whatinput="keyboard"] p a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .m-txt-p a:hover, .mceContentBody.u-news-export p a:hover, .wysiwyg.u-news-export p a:hover {
    text-decoration: none;
  }
}

.m-txt-p + .m-txt-p, .mceContentBody.u-news-export p + .m-txt-p, .wysiwyg.u-news-export p + .m-txt-p, .mceContentBody.u-news-export .m-txt-p + p, .mceContentBody.u-news-export p + p, .wysiwyg.u-news-export .m-txt-p + p, .wysiwyg.u-news-export p + p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p + .m-txt-p, .mceContentBody.u-news-export p + .m-txt-p, .wysiwyg.u-news-export p + .m-txt-p, .mceContentBody.u-news-export .m-txt-p + p, .mceContentBody.u-news-export p + p, .wysiwyg.u-news-export .m-txt-p + p, .wysiwyg.u-news-export p + p {
    margin-top: 15px;
  }
}

.m-txt-link {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}

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

.m-txt-link + .m-txt-p, .mceContentBody.u-news-export .m-txt-link + p, .wysiwyg.u-news-export .m-txt-link + p {
  margin-top: 2px !important;
}

a.m-txt-link {
  padding-left: 10px;
  position: relative;
}

a.m-txt-link[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

a.m-txt-link[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=333") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

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

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

a.m-txt-link:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.85em;
  display: block;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 4px;
  height: 6px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] a.m-txt-link:focus {
  text-decoration: underline;
  color: #e60012;
}

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

a.m-txt-link.is-current {
  text-decoration: underline;
  color: #e60012;
}

.m-txt-extension {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
}

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

.m-txt-copy {
  line-height: 1.5;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.m-txt-copy + .m-list-news {
  margin-top: -10px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-copy + .m-list-news {
    margin-top: -18px !important;
  }
}

.m-txt-copy + .m-box-news-head {
  margin-top: -8px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-copy + .m-box-news-head {
    margin-top: -10px !important;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .m-txt-copy + [data-gs-group][data-gs-sp="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
}

.m-txt-anchor {
  position: relative;
  padding: 10px 0 10px 20px;
  display: inline-block;
  transition: all .3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-txt-anchor {
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 0.05em;
  }
}

.m-txt-anchor:before {
  content: '';
  background: url(../svg/i_arrow3.svg?c=e60012) center no-repeat;
  background-size: 100% auto;
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  top: calc(10px + .7em);
  left: 0;
  margin: auto;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

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

[data-whatinput="keyboard"] .m-txt-anchor:focus {
  color: #e60012;
  text-decoration: underline;
}

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

.m-txt-cat {
  display: inline-block;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.0;
  min-width: 100px;
  text-align: center;
  padding: 2px 15px;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-cat {
    min-width: 135px;
    padding: 4px 20px;
    margin-top: 10px;
  }
}

.m-btn-common {
  display: inline-block;
  background-color: #e60012;
  color: #fff;
  padding: 8px 10px;
  line-height: 1.5;
  border: solid 1px #e60012;
  transition: background-color 0.3s ease-out;
  text-align: center;
  font-weight: 400;
}

.m-btn-common[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.m-btn-common[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.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: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

.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: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

@media print, screen and (min-width: 768px) {
  .m-btn-common {
    font-size: 1.3rem;
    padding: 10px 15px;
  }
}

.m-btn-common > span {
  display: block;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-btn-common > span {
    padding: 0 25px;
  }
}

.m-btn-common > span:after {
  position: absolute !important;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
  width: 5px;
  height: 8px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-btn-common > span:after {
    width: 5.8px;
    height: 9.6px;
  }
}

[data-whatinput="keyboard"] .m-btn-common:focus {
  background-color: #fff;
  color: #e60012;
}

[data-whatinput="keyboard"] .m-btn-common:focus[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

[data-whatinput="keyboard"] .m-btn-common:focus[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

[data-whatinput="keyboard"] .m-btn-common:focus[href$=".doc"]:not(.noticon) > span:after, [data-whatinput="keyboard"] .m-btn-common:focus[href$=".docx"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

[data-whatinput="keyboard"] .m-btn-common:focus[href$=".xls"]:not(.noticon) > span:after, [data-whatinput="keyboard"] .m-btn-common:focus[href$=".xlsx"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15.4px;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.05em;
}

[data-whatinput="keyboard"] .m-btn-common:focus span:after {
  background-image: url(../svg/i_arrow.svg?c=e60012);
}

@media print, screen and (min-width: 1025px) {
  .m-btn-common:hover {
    background-color: #fff;
    color: #e60012;
  }
  .m-btn-common:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 15.4px;
    margin-left: 5px;
    background: url("../svg/i_blank.svg?c=e60012") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.05em;
  }
  .m-btn-common:hover[href$=".pdf"]:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 15.4px;
    margin-left: 5px;
    background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.05em;
  }
  .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: 13px;
    height: 15.4px;
    margin-left: 5px;
    background: url("../svg/i_word.svg?c=e60012") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.05em;
  }
  .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: 13px;
    height: 15.4px;
    margin-left: 5px;
    background: url("../svg/i_excel.svg?c=e60012") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.05em;
  }
  .m-btn-common:hover span:after {
    background-image: url(../svg/i_arrow.svg?c=e60012);
  }
}

.m-btn-common.btn-back span:after {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.m-btn-common + .m-txt-p, .mceContentBody.u-news-export .m-btn-common + p, .wysiwyg.u-news-export .m-btn-common + p {
  margin-top: 2px !important;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1000;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0;
}

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

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

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

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

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

.m-form-input {
  position: relative;
}

.m-form-input:after {
  position: absolute;
  content: '';
  bottom: 14px;
  margin: auto;
  right: 15px;
  background: url(../svg/i_search.svg?c=e60012) center no-repeat;
  width: 17px;
  height: 17px;
  background-size: 100% auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.m-form-input .input-text {
  width: 100%;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 45px 10px 15px;
  min-height: 45px;
}

.m-form-input .input-text:placeholder-shown {
  color: #848484;
}

.m-form-input .input-text::-webkit-input-placeholder {
  color: #848484;
}

.m-form-input .input-text:-moz-placeholder {
  color: #848484;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-form-input .input-text::-moz-placeholder {
  color: #848484;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-form-input .input-text:-ms-input-placeholder {
  color: #848484;
}

.m-form-input .input-text.text-border {
  border: solid 1px #d2d2d2;
}

.m-form-input .input-submit {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: transparent;
  border: none;
  background: transparent;
  z-index: 1;
}

html {
  color: #333;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  overflow-y: scroll;
  font-feature-settings: "palt" 1;
}

[lang="en"] {
  font-family: "Roboto", sans-serif;
}

body {
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}

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

/* link style */
a {
  text-decoration: none;
  color: #333;
}

button, input {
  outline-width: 0px;
}

[data-whatinput='keyboard'] button:focus, [data-whatinput='keyboard'] input:focus {
  outline-width: 1px;
}

#l-wrap {
  overflow-x: hidden;
  padding-top: 50px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #l-wrap {
    padding-top: 70px;
  }
}

/* header style */
#l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#l-header .header-overlay {
  transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: 100;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.menu-open #l-header .header-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

#l-header .header-outer {
  background-color: #f7f7f7;
  z-index: 120;
  position: relative;
}

#l-header .header-outer .header-inner {
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  padding-right: 50px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner {
    height: 70px;
    padding-right: 70px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner {
    padding-left: 40px;
  }
}

#l-header .header-outer .header-inner .header-logo {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

#l-header .header-outer .header-inner .header-logo img {
  height: 27px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-logo img {
    height: 34px;
  }
}

#l-header .header-outer .header-inner .header-wrap {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 25px;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap {
    padding-right: 40px;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12px;
  margin-right: 18px;
  position: relative;
}

#l-header .header-outer .header-inner .header-wrap .header-link:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background-color: #4d4d4d;
}

#l-header .header-outer .header-inner .header-wrap .header-link .link-item a {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  transition: color .3s ease-out;
  padding: 5px 8px;
  color: #231815;
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-wrap .header-link .link-item a:focus {
  text-decoration: underline;
  color: #e60012;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-link .link-item a:hover {
    text-decoration: underline;
    color: #e60012;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-link .link-item a.is-current {
  text-decoration: underline;
  color: #e60012;
}

#l-header .header-outer .header-inner .header-wrap .header-link .link-item.has-border {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}

#l-header .header-outer .header-inner .header-wrap .header-link .link-item.has-border:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background-color: #4d4d4d;
}

#l-header .header-outer .header-inner .header-wrap .header-lang a {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  transition: color .3s ease-out;
  color: #231815;
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-wrap .header-lang a:focus {
  text-decoration: underline;
  color: #e60012;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-lang a:hover {
    text-decoration: underline;
    color: #e60012;
  }
}

#l-header .header-outer .header-inner .header-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-btn {
    width: 70px;
  }
}

#l-header .header-outer .header-inner .header-btn .btn-inner {
  width: 50px;
  height: 50px;
  background-color: #e60012;
  border: none;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-btn .btn-inner {
    width: 70px;
    height: 70px;
  }
}

#l-header .header-outer .header-inner .header-btn .btn-inner > .btn-wrap, #l-header .header-outer .header-inner .header-btn .btn-inner:before, #l-header .header-outer .header-inner .header-btn .btn-inner:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #fff;
  display: inline-block;
  transition: all .3s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-btn .btn-inner > .btn-wrap, #l-header .header-outer .header-inner .header-btn .btn-inner:before, #l-header .header-outer .header-inner .header-btn .btn-inner:after {
    width: 28px;
    margin-left: -14px;
  }
}

#l-header .header-outer .header-inner .header-btn .btn-inner > .btn-wrap {
  margin-top: -8px;
  font-size: 0;
  color: transparent;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-btn .btn-inner > .btn-wrap {
    margin-top: -10px;
  }
}

#l-header .header-outer .header-inner .header-btn .btn-inner:before {
  margin-top: -2px;
  content: '';
}

#l-header .header-outer .header-inner .header-btn .btn-inner:after {
  margin-top: 4px;
  content: '';
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-btn .btn-inner:after {
    margin-top: 6px;
  }
}

.menu-open #l-header .header-outer .header-inner .header-btn .btn-inner > .btn-wrap {
  margin-top: -1px !important;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

.menu-open #l-header .header-outer .header-inner .header-btn .btn-inner:before {
  transition: .2s ease .1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu-open #l-header .header-outer .header-inner .header-btn .btn-inner:after {
  margin-top: -1px !important;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

#l-header .header-outer .header-inner .header-btn .btn-inner .btn-txt {
  display: inline-block;
  text-indent: -9999px;
}

#l-header .header-outer .header-inner .header-menu {
  max-height: calc(100vh - 50px);
  max-height: calc(var(--vh, 1vh) * 100 - 50px);
  position: absolute;
  top: 50px;
  width: 100%;
  right: -100%;
  background-color: #f7f7f7;
  padding: 25px 0;
  z-index: 110;
  overflow-y: auto;
  transition: all 0.5s ease-out;
  overflow-x: hidden;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu {
    top: 70px;
    max-height: calc(100vh - 70px);
    max-height: calc(var(--vh, 1vh) * 100 - 70px);
    width: 425px;
    padding: 45px 0;
    right: -430px;
  }
}

.menu-open #l-header .header-outer .header-inner .header-menu {
  right: 0;
}

.menu-open #l-header .header-outer .header-inner .header-menu .menu-inner {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#l-header .header-outer .header-inner .header-menu .menu-inner {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  transition: all 0.5s ease-out 0.7s;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .m-form-input {
  margin: 0 28px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .m-form-input {
    margin: 0 70px;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_s {
  margin: 10px 28px 0;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_s {
    margin: 10px 70px 0;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_s .list_s-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_s .list_s-inner .list_s-item {
  width: 50%;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_s .list_s-inner .list_s-item > a {
  display: block;
  padding: 6px 0;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_s .list_s-inner .list_s-item > a {
    font-size: 1.4rem;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_s .list_s-inner .list_s-item > a > span {
  display: block;
  padding-left: 10px;
  position: relative;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_s .list_s-inner .list_s-item > a > span:before {
  position: absolute;
  content: '';
  top: 0.55em;
  left: 0;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 4px;
  height: 6px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_s .list_s-inner .list_s-item > a:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_s .list_s-inner .list_s-item > a:hover {
    text-decoration: underline;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-lang {
  margin: 25px 28px 0;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-lang {
    display: none;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-lang .lang-item {
  text-align: center;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-lang .lang-item > a {
  display: inline-block;
  width: 160px;
  text-align: center;
  border: solid 1px #e60012;
  color: #e60012;
  padding: 3px 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-lang .lang-item > a > span {
  display: block;
  padding: 0 10px;
  position: relative;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-lang .lang-item > a > span:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 5px;
  height: 8px;
  background-size: 100% auto;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l {
    margin-top: 30px;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item {
  border-top: dashed 1px #d2d2d2;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item:last-child {
  border-bottom: dashed 1px #d2d2d2;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  padding: 10px 60px 10px 28px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head {
    padding: 10px 120px 10px 70px;
    font-size: 1.4rem;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head:before {
  position: absolute;
  content: '';
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head:before {
    right: 75px;
  }
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head:hover {
    text-decoration: underline;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head[data-accordion-button]:before, #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head[data-accordion-button]:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #e60012;
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head[data-accordion-button]:before, #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head[data-accordion-button]:after {
    right: 75px;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head[data-accordion-button]:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all .6s ease-out;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head[data-accordion-button]:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all .6s ease-out;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head[aria-expanded='true']:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item > .item-head[aria-expanded='true']:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container {
  background-color: #fff;
  display: none;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-ttl {
  border-top: dashed 1px #d2d2d2;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-ttl > a {
  display: block;
  padding: 10px 28px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-ttl > a {
    padding: 10px 70px;
    font-size: 1.4rem;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-ttl > a > span {
  padding-left: 20px;
  position: relative;
  display: block;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-ttl > a > span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.55em;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  width: 11px;
  height: 11px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-ttl > a:focus {
  color: #e60012;
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-ttl > a:hover {
    color: #e60012;
    text-decoration: underline;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item .item-head {
  padding: 10px 28px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  border-top: solid 1px #d2d2d2;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item .item-head {
    padding: 10px 70px;
    font-size: 1.4rem;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item .item-head > span {
  display: block;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item a.item-head > span {
  padding-left: 20px;
  position: relative;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item a.item-head > span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.55em;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  width: 11px;
  height: 11px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item a.item-head:focus {
  color: #e60012;
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item a.item-head:hover {
    color: #e60012;
    text-decoration: underline;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item .item-child2 .child2-item {
  border-top: dashed 1px #d2d2d2;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item .item-child2 .child2-item > a {
  display: block;
  padding: 10px 28px 10px 42px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item .item-child2 .child2-item > a {
    padding: 10px 70px 10px 85px;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item .item-child2 .child2-item > a > span {
  display: block;
  padding-left: 20px;
  position: relative;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item .item-child2 .child2-item > a > span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.55em;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  width: 11px;
  height: 11px;
  background-size: 100% auto;
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item .item-child2 .child2-item > a:focus {
  color: #e60012;
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-list_l .list_l-inner .list_l-item .item-container .container-child .child-item .item-child2 .child2-item > a:hover {
    color: #e60012;
    text-decoration: underline;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns {
  margin: 35px 28px 0;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns {
    margin: 20px 70px 0;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -13px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item {
  padding: 0 13px;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item a img[src*="facebook"] {
  width: 40px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item a img[src*="facebook"] {
    width: 32px;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item a img[src*="instagram"] {
  width: 40px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item a img[src*="instagram"] {
    width: 32px;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item a img[src*="line"] {
  width: 40px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item a img[src*="line"] {
    width: 32px;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item a img[src*="twitter"] {
  width: 39px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item a img[src*="twitter"] {
    width: 31px;
  }
}

#l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item a img[src*="youtube"] {
  width: 40px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-menu .menu-inner .menu-gnav .gnav-sns .sns-inner .sns-item a img[src*="youtube"] {
    width: 34px;
  }
}

/* topicpath */
#l-topicpath {
  *zoom: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#l-topicpath:after {
  content: " ";
  display: table;
  clear: both;
}

@media print, screen and (min-width: 768px) {
  #l-topicpath {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#l-topicpath li {
  margin-right: 5px;
  padding: 3px 0;
  position: relative;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.075em;
}

#l-topicpath li:after {
  position: relative;
  display: inline-block;
  content: "\3E";
  color: #333;
  margin-left: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  top: 0.05em;
}

@media print, screen and (min-width: 768px) {
  #l-topicpath li:after {
    top: 0.1em;
  }
}

#l-topicpath li:last-child {
  margin-right: 0;
}

#l-topicpath li:last-child:after {
  content: none;
}

#l-topicpath li > a, #l-topicpath li > span {
  display: inline-block;
  font-size: 10px;
  font-size: 1.0rem;
}

[data-whatinput="keyboard"] #l-topicpath li > a:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-topicpath li > a:hover {
    text-decoration: underline;
  }
}

#l-nav {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #l-nav {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#l-nav .nav-inner {
  padding: 15px 0;
  min-height: 120px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#l-nav .nav-inner .nav-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#l-nav .nav-inner .nav-link .link-item {
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

#l-nav .nav-inner .nav-link .link-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #d2d2d2;
  width: 1px;
  height: 6px;
}

#l-nav .nav-inner .nav-link .link-item:last-child:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #d2d2d2;
  width: 1px;
  height: 6px;
}

#l-nav .nav-inner .nav-link .link-item a {
  padding: 0 5px;
  font-weight: 400;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 1.5;
}

#l-nav .nav-inner .nav-link .link-item a span {
  display: inline-block;
  position: relative;
  padding: 5px;
}

#l-nav .nav-inner .nav-link .link-item a span:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #e60012;
  transition: width 0.3s ease-out;
}

#l-nav .nav-inner .nav-link .link-item a.is-current span:after {
  width: 100%;
  left: 0;
}

[data-whatinput="keyboard"] #l-nav .nav-inner .nav-link .link-item a:focus span:after {
  width: 100%;
  left: 0;
}

@media print, screen and (min-width: 1025px) {
  #l-nav .nav-inner .nav-link .link-item a:hover span:after {
    width: 100%;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  html[lang="ja"] #l-wrap {
    padding-top: 140px;
  }
}

html[lang="ja"] #l-header + #l-nav {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  max-width: none;
  background-color: #fff;
  z-index: 80;
  border-bottom: solid 1px #D2D2D2;
}

html[lang="ja"] #l-header + #l-nav .nav-inner {
  min-height: 69px;
  max-width: 980px;
  margin: 0 auto;
}

/* content style */
#l-content .content-inner {
  padding-top: 50px;
}

#l-content .content-inner > *:first-child {
  margin-top: 0 !important;
}

#l-content .content-inner > *:first-child.m-box-section {
  margin-top: -50px !important;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner > *:first-child.m-box-section {
    margin-top: -100px !important;
  }
}

@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 screen and (max-width: 767px) {
  #l-content .content-inner > [data-gs-group]:first-child[data-gs-sp="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: 100px;
  }
}

.layout-col2 #l-content .content-inner {
  padding-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .layout-col2 #l-content .content-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#l-content .content-inner .content-main > *:first-child {
  margin-top: 0 !important;
}

#l-content .content-inner .content-main > *:first-child.m-box-section {
  margin-top: -50px !important;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-main > *:first-child.m-box-section {
    margin-top: -100px !important;
  }
}

@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 screen and (max-width: 767px) {
  #l-content .content-inner .content-main > [data-gs-group]:first-child[data-gs-sp="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 {
    width: 1030px;
    max-width: 79.54%;
    position: relative;
  }
  #l-content .content-inner .content-main:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #d2d2d2;
    z-index: 2;
  }
}

.layout-col2 #l-content .content-inner .content-main {
  padding: 50px 28px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .layout-col2 #l-content .content-inner .content-main {
    padding: 100px 30px 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .layout-col2 #l-content .content-inner .content-main {
    padding: 100px 65px 0;
  }
}

#l-content .content-inner .content-nav {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav {
    display: block;
    width: 265px;
    max-width: 20.46%;
    padding-right: 1.93%;
  }
  #l-content .content-inner .content-nav .nav-ttl .ttl-inner {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 20px 15px;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1.5;
  }
  [data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-ttl .ttl-inner:focus {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-ttl .ttl-inner:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li > a, #l-content .content-inner .content-nav .nav-list > li > span {
    letter-spacing: 0.05em;
    display: block;
    padding: 20px 15px;
    border-top: dashed 1px #d2d2d2;
    line-height: 1.5;
    font-weight: 400;
  }
  #l-content .content-inner .content-nav .nav-list > li > a > span, #l-content .content-inner .content-nav .nav-list > li > span > span {
    display: block;
  }
  #l-content .content-inner .content-nav .nav-list > li > a {
    transition: color .3s ease-out;
  }
  #l-content .content-inner .content-nav .nav-list > li > a > span {
    position: relative;
    padding-left: 20px;
  }
  #l-content .content-inner .content-nav .nav-list > li > a > span:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: 0;
    top: 0.3em;
    margin: auto;
    background: url(../svg/i_arrow3.svg) center no-repeat;
    background-size: 100% auto;
  }
  #l-content .content-inner .content-nav .nav-list > li > a.is-current {
    color: #e60012;
    text-decoration: underline;
  }
  [data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li > a:focus {
    color: #e60012;
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-list > li > a:hover {
    color: #e60012;
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li > ul {
    padding-left: 30px;
  }
  #l-content .content-inner .content-nav .nav-list > li > ul > li > a {
    display: block;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: color .3s ease-out;
  }
  #l-content .content-inner .content-nav .nav-list > li > ul > li > a > span {
    position: relative;
    padding-left: 20px;
    display: block;
  }
  #l-content .content-inner .content-nav .nav-list > li > ul > li > a > span:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: 0;
    top: 0.3em;
    margin: auto;
    background: url(../svg/i_arrow3.svg) center no-repeat;
    background-size: 100% auto;
  }
  #l-content .content-inner .content-nav .nav-list > li > ul > li > a.is-current {
    color: #e60012;
    text-decoration: underline;
  }
  #l-content .content-inner .content-nav .nav-list > li > ul > li > a.is-current + ul {
    display: block !important;
  }
  [data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li > ul > li > a:focus {
    color: #e60012;
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-list > li > ul > li > a:hover {
    color: #e60012;
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li > ul > li > ul {
    padding-left: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }
  #l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a {
    display: block;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 1.3rem;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: color .3s ease-out;
  }
  #l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a > span {
    position: relative;
    padding-left: 10px;
    display: block;
  }
  #l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a > span:before {
    position: absolute;
    content: '';
    width: 4.38px;
    height: 6.84px;
    left: 0;
    top: 0.45em;
    margin: auto;
    background: url(../svg/i_arrow.svg) center no-repeat;
    background-size: 100% auto;
  }
  #l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a.is-current {
    color: #e60012;
    text-decoration: underline;
  }
  [data-whatinput="keyboard"] #l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a:focus {
    color: #e60012;
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  #l-content .content-inner .content-nav .nav-list > li > ul > li > ul > li > a:hover {
    color: #e60012;
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .content-nav .nav-list > li > ul > li:last-child {
    margin-bottom: 20px;
  }
}

#l-content .content-pagepath {
  margin-top: 75px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-pagepath {
    margin-top: 90px;
  }
}

#l-content .content-pagepath:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -75vw;
  width: 150vw;
  height: 1px;
  background-color: #f2f2f2;
}

#l-content .content-pagepath .pagepath-inner {
  padding: 15px 28px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-pagepath .pagepath-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 25px 30px;
    box-sizing: content-box;
  }
}

.layout-col2 #l-content .content-pagepath {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .layout-col2 #l-content .content-pagepath {
    max-width: 1295px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .layout-col2 #l-content .content-pagepath .pagepath-inner {
    width: 1030px;
    max-width: 79.54%;
    border-left: solid 1px #d2d2d2;
    margin-right: 0;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 1025px) {
  .layout-col2 #l-content .content-pagepath .pagepath-inner {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.layout-col2 #l-content .content-pagepath:before {
  content: none;
}

#l-content .content-spnav {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  transition: margin-top 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-spnav {
    display: none;
  }
}

#l-content .content-spnav .spnav-head {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  padding: 13px 55px 13px 20px;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}

#l-content .content-spnav .spnav-head:before, #l-content .content-spnav .spnav-head:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #e60012;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#l-content .content-spnav .spnav-head:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all .6s ease-out;
}

#l-content .content-spnav .spnav-head:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all .6s ease-out;
}

#l-content .content-spnav .spnav-head[aria-expanded='true']:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#l-content .content-spnav .spnav-head[aria-expanded='true']:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#l-content .content-spnav .spnav-body {
  display: none;
  background-color: #f7f7f7;
  overflow-y: auto;
}

#l-content .content-spnav .spnav-body .body-ttl {
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
}

#l-content .content-spnav .spnav-body .body-ttl > a {
  letter-spacing: 0.05em;
  display: block;
  padding: 15px 20px;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #fff;
}

#l-content .content-spnav .spnav-body .body-ttl > a > span {
  display: block;
  position: relative;
  padding-left: 20px;
}

#l-content .content-spnav .spnav-body .body-ttl > a > span:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  background-size: 100% auto;
}

#l-content .content-spnav .spnav-body .body-ttl > a.is-current {
  color: #e60012;
  text-decoration: underline;
}

#l-content .content-spnav .spnav-body .body-list > li {
  margin-top: 10px;
  background-color: #fff;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
}

#l-content .content-spnav .spnav-body .body-list > li > a, #l-content .content-spnav .spnav-body .body-list > li > span {
  letter-spacing: 0.05em;
  display: block;
  padding: 15px 20px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
}

#l-content .content-spnav .spnav-body .body-list > li > a > span, #l-content .content-spnav .spnav-body .body-list > li > span > span {
  display: block;
}

#l-content .content-spnav .spnav-body .body-list > li > a > span {
  position: relative;
  padding-left: 20px;
}

#l-content .content-spnav .spnav-body .body-list > li > a > span:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  background-size: 100% auto;
}

#l-content .content-spnav .spnav-body .body-list > li > a.is-current {
  color: #e60012;
  text-decoration: underline;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li {
  border-top: dashed 1px #d2d2d2;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li > a {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 15px 20px 15px 40px;
  transition: color .3s ease-out;
  font-size: 13px;
  font-size: 1.3rem;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li > a > span {
  position: relative;
  padding-left: 20px;
  display: block;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li > a > span:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  background-size: 100% auto;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li > a.is-current {
  color: #e60012;
  text-decoration: underline;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li > a.is-current + ul {
  display: block !important;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li > ul {
  display: none;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li > ul > li {
  border-top: dashed 1px #d2d2d2;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li > ul > li > a {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 15px 20px 15px 60px;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li > ul > li > a > span {
  position: relative;
  padding-left: 10px;
  display: block;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li > ul > li > a > span:before {
  position: absolute;
  content: '';
  width: 4.38px;
  height: 6.84px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
}

#l-content .content-spnav .spnav-body .body-list > li > ul > li > ul > li > a.is-current {
  color: #e60012;
  text-decoration: underline;
}

/* footer style */
#l-footer .footer-top {
  padding-top: 40px;
  padding-bottom: 120px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-top {
    padding-top: 105px;
    padding-bottom: 210px;
  }
}

#l-footer .footer-top:before, #l-footer .footer-top:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 50%;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 384px 360px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-top:before, #l-footer .footer-top:after {
    background-size: 990px 735px;
  }
}

#l-footer .footer-top:before {
  left: 0;
  background-color: #91c9e4;
  background-position: right bottom;
  background-image: url(../images/bg_footer_left_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-top:before {
    background-image: url(../images/bg_footer_left_pc.jpg);
  }
}

#l-footer .footer-top:after {
  right: 0;
  background-color: #91c9e4;
  background-position: left bottom;
  background-image: url(../images/bg_footer_right_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-top:after {
    background-image: url(../images/bg_footer_right_pc.jpg);
  }
}

#l-footer .footer-top .top-inner {
  padding: 0 28px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-top .top-inner {
    padding: 0 30px;
    max-width: 970px;
    margin: 0 auto;
    box-sizing: content-box;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#l-footer .footer-top .top-inner .top-logo {
  text-align: center;
}

#l-footer .footer-top .top-inner .top-logo img {
  height: 60px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-top .top-inner .top-logo img {
    height: 120px;
  }
}

#l-footer .footer-top .top-inner .top-menu_sp {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-top .top-inner .top-menu_sp {
    display: none;
  }
}

#l-footer .footer-top .top-inner .top-menu_sp .menu-main .main-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

#l-footer .footer-top .top-inner .top-menu_sp .menu-main .main-inner .main-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  width: 50%;
}

#l-footer .footer-top .top-inner .top-menu_sp .menu-main .main-inner .main-item > a {
  display: block;
  position: relative;
  padding-left: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

#l-footer .footer-top .top-inner .top-menu_sp .menu-main .main-inner .main-item > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.8em;
  background: url(../svg/i_arrow.svg?c=333) center no-repeat;
  width: 4px;
  height: 6px;
  background-size: 100% auto;
}

#l-footer .footer-top .top-inner .top-menu_sp .menu-main .main-inner .main-item:nth-child(n+3) {
  margin-top: 5px;
}

#l-footer .footer-top .top-inner .top-menu_sp .menu-sub {
  margin-top: 35px;
  padding-top: 20px;
  border-top: solid 1px #333;
}

#l-footer .footer-top .top-inner .top-menu_sp .menu-sub .sub-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

#l-footer .footer-top .top-inner .top-menu_sp .menu-sub .sub-inner .sub-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  width: 50%;
}

#l-footer .footer-top .top-inner .top-menu_sp .menu-sub .sub-inner .sub-item > a {
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

#l-footer .footer-top .top-inner .top-menu_sp .menu-sub .sub-inner .sub-item > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.95em;
  width: 5px;
  height: 1px;
  background-color: #333;
}

#l-footer .footer-top .top-inner .top-menu_sp .menu-sub .sub-inner .sub-item:nth-child(n+3) {
  margin-top: 5px;
}

#l-footer .footer-top .top-inner .top-menu_pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-top .top-inner .top-menu_pc {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-top .top-inner .top-menu_pc {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-inner .top-menu_pc {
    width: calc(100% - 160px);
    padding-left: 50px;
    border-left: solid 1px #333;
  }
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item > *:first-child {
  margin-top: 0 !important;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-ttl {
  font-weight: 400;
  margin-top: 20px;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-ttl + .item-subttl, #l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-ttl + .item-child {
  margin-top: 0 !important;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-ttl > span, #l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-ttl > a {
  display: block;
}

[data-whatinput="keyboard"] #l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-ttl > a:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-ttl > a:hover {
    text-decoration: underline;
  }
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-subttl {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 10px;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-subttl + .item-child {
  margin-top: 0 !important;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-subttl > span, #l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-subttl > a {
  display: block;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-subttl > a {
  position: relative;
}

[data-whatinput="keyboard"] #l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-subttl > a:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-subttl > a:hover {
    text-decoration: underline;
  }
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-subttl > a[target='_blank'] {
  position: relative;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-subttl > a[target='_blank']:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10.4px;
  height: 12.32px;
  margin-left: 5px;
  background: url(../svg/i_blank.svg) no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.03em;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-child {
  margin-top: 20px;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-child .child-item a {
  font-size: 10px;
  font-size: 1.0rem;
  display: block;
  padding: 2px 0;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-child .child-item a[target='_blank'] {
  position: relative;
}

#l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-child .child-item a[target='_blank']:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10.4px;
  height: 12.32px;
  margin-left: 5px;
  background: url(../svg/i_blank.svg) no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.03em;
}

[data-whatinput="keyboard"] #l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-child .child-item a:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-top .top-inner .top-menu_pc .menu-inner .menu-item .item-child .child-item a:hover {
    text-decoration: underline;
  }
}

#l-footer .footer-middle {
  background-color: #333;
  padding-top: 35px;
  padding-bottom: 85px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-middle {
    padding-top: 3px;
    padding-bottom: 12px;
  }
}

#l-footer .footer-middle .middle-inner {
  padding: 0 28px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-middle .middle-inner {
    padding: 0 30px;
    max-width: 970px;
    margin: 0 auto;
    box-sizing: content-box;
  }
}

#l-footer .footer-middle .middle-inner .middle-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-middle .middle-inner .middle-link {
    margin: 0 -15px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#l-footer .footer-middle .middle-inner .middle-link .link-item {
  padding: 0 10px;
  width: 50%;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-middle .middle-inner .middle-link .link-item {
    width: auto;
    padding: 0 15px;
    margin-top: 5px;
  }
}

#l-footer .footer-middle .middle-inner .middle-link .link-item a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-middle .middle-inner .middle-link .link-item a {
    font-size: 1.0rem;
  }
}

[data-whatinput="keyboard"] #l-footer .footer-middle .middle-inner .middle-link .link-item a:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-middle .middle-inner .middle-link .link-item a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  #l-footer .footer-middle .middle-inner .middle-link .link-item:nth-child(n+3) {
    margin-top: 10px;
  }
}

#l-footer .footer-sns {
  background-color: #f7f7f7;
  padding-top: 15px;
  padding-bottom: 15px;
}

#l-footer .footer-sns .sns-inner {
  padding: 0 28px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-sns .sns-inner {
    padding: 0 30px;
    max-width: 970px;
    margin: 0 auto;
    box-sizing: content-box;
  }
}

#l-footer .footer-sns .sns-inner .sns-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -13px;
}

#l-footer .footer-sns .sns-inner .sns-list .list-item {
  padding: 0 13px;
}

#l-footer .footer-sns .sns-inner .sns-list .list-item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#l-footer .footer-sns .sns-inner .sns-list .list-item a img[src*="facebook"] {
  width: 32px;
}

#l-footer .footer-sns .sns-inner .sns-list .list-item a img[src*="instagram"] {
  width: 32px;
}

#l-footer .footer-sns .sns-inner .sns-list .list-item a img[src*="line"] {
  width: 32px;
}

#l-footer .footer-sns .sns-inner .sns-list .list-item a img[src*="twitter"] {
  width: 31px;
}

#l-footer .footer-sns .sns-inner .sns-list .list-item a img[src*="youtube"] {
  width: 34px;
}

#l-footer .footer-bottom {
  padding: 5px 28px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-bottom {
    padding: 10px 30px;
    max-width: 970px;
    margin: 0 auto;
    box-sizing: content-box;
  }
}

#l-footer .footer-bottom .bottom-copy {
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #l-footer .footer-follownav:not(.follownav-hasicon) {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    display: none;
  }
  #l-footer .footer-follownav:not(.follownav-hasicon) .follownav-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #l-footer .footer-follownav:not(.follownav-hasicon) .follownav-link .link-item {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #l-footer .footer-follownav:not(.follownav-hasicon) .follownav-link .link-item > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 45px;
    padding: 5px 10px;
    text-align: center;
    background-color: #E60115;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 5px 5px 0 0;
    position: relative;
  }
  #l-footer .footer-follownav:not(.follownav-hasicon) .follownav-link .link-item > a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 0 13px;
    border-color: transparent transparent transparent #AD0110;
    bottom: 0;
    left: 0;
  }
  #l-footer .footer-follownav:not(.follownav-hasicon) .follownav-link .link-item:nth-child(n+2) {
    margin-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  #l-footer .footer-follownav.follownav-hasicon {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    display: none;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #E60115;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link .link-item {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link .link-item > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    padding: 30px 3px 5px 3px;
    text-align: center;
    background-color: #E60115;
    font-size: 1.0rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
    position: relative;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link .link-item.tsusin > a:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 20px;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../svg/i_follownav_tsusin.svg) center no-repeat;
    background-size: auto 100%;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link .link-item.oc > a:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 20px;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../svg/i_follownav_oc.svg) center no-repeat;
    background-size: auto 100%;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link .link-item.magazine > a:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 20px;
    top: 9px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../svg/i_follownav_magazine.svg) center no-repeat;
    background-size: auto 100%;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link .link-item.examinee > a:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 20px;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../svg/i_follownav_examinee.svg) center no-repeat;
    background-size: auto 100%;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link .link-item.entrance > a:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 20px;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../svg/i_follownav_entrance.svg) center no-repeat;
    background-size: auto 100%;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link .link-item.contact > a:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 20px;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../svg/i_follownav_contact.svg) center no-repeat;
    background-size: auto 100%;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link .link-item.application > a:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 20px;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../svg/i_follownav_application.svg) center no-repeat;
    background-size: auto 100%;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link .link-item.online > a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 23px;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../svg/i_follownav_online.svg) center no-repeat;
    background-size: auto 100%;
  }
  #l-footer .footer-follownav.follownav-hasicon .follownav-link .link-item:nth-child(n+2) {
    border-left: dashed 1px #F38089;
  }
}

#l-footer .footer-pagetop {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-pagetop {
    bottom: 7px;
  }
}

#l-footer .footer-pagetop .pagetop-btn {
  display: block;
  line-height: 1.0;
}

#l-footer .footer-pagetop .pagetop-btn .btn-img {
  display: inline-block;
  line-height: 1.0;
  width: 40px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-pagetop .pagetop-btn .btn-img {
    width: 26px;
  }
}

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

.mceContentBody, .wysiwyg {
  padding: 20px;
  min-width: 0;
  transition: none;
}

.mceContentBody a, .wysiwyg a {
  display: inline !important;
}

.mceContentBody > *:first-child, .wysiwyg > *:first-child {
  margin-top: 0 !important;
}

.mceContentBody table td, .wysiwyg table td {
  font-size: 14px;
  font-size: 1.4rem;
}

.mceContentBody.u-news-export, .wysiwyg.u-news-export {
  padding: 0;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .mceContentBody.u-news-export, .wysiwyg.u-news-export {
    margin-top: 30px;
  }
}

.gsc-control-cse {
  padding: 0 !important;
}

.gsc-results {
  width: 100% !important;
}

.gsc-selected-option-container {
  max-width: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: transparent !important;
  color: #333 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #e60012 !important;
}

.gs-web-image-box, .gs-promotion-image-box {
  margin-right: 15px !important;
}

.gsc-control-cse {
  border: none !important;
}

table.gsc-search-box {
  border: solid 1px #d2d2d2 !important;
}

.gsc-input-box {
  border: none !important;
  padding: 0 !important;
}

.gsib_a {
  padding: 0 !important;
}

input.gsc-input {
  width: 100% !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  padding: 10px 15px !important;
  min-height: 45px !important;
  -webkit-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  border: none !important;
  background-position: 15px center !important;
}

.gsc-search-button {
  padding: 0 !important;
}

button.gsc-search-button {
  width: 45px !important;
  height: 45px !important;
  position: relative !important;
  background-color: transparent !important;
  border: none !important;
}

button.gsc-search-button:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_search.svg?c=e60012) center no-repeat;
  width: 17px;
  height: 17px;
  background-size: 100% auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.gsst_a {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.gsst_a .gscb_a {
  color: #e60012 !important;
}

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    padding: 0;
    background: none;
  }
}
