
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;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;
}

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

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

.mats {
  margin-top: 10px;
}

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

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

@media print, screen and (min-width: 768px) {
  [data-fixed-min] {
    max-width: 700px;
    margin: 0 auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-box-section.section-form {
  background: url(../images/form/bg_form.jpg) center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.m-box-frame {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

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

.m-box-frame .frame-top {
  border-bottom: solid 1px #e5e5e5;
  padding: 5px 15px 10px;
}

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

.m-box-frame .frame-top .top-ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
}

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

.m-box-frame .frame-body {
  padding: 15px 15px 25px;
}

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

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

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

.m-box-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 50;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav {
    left: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px 0px 0px 7px / 7px 0px 0px 7px;
  }
}

.m-box-nav .nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-list {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-box-nav .nav-list .list-item {
  width: 50%;
}

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

.m-box-nav .nav-list .list-item a {
  color: #1b2433;
  display: block;
  padding: 7px 15px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-list .list-item a {
    padding: 25px 20px;
    transition: all 0.2s ease-out;
  }
}

.m-box-nav .nav-list .list-item a .item-txt {
  position: relative;
  font-size: 10px;
  font-size: 1.0rem;
  padding-top: 21px;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-list .list-item a .item-txt {
    font-size: 1.2rem;
    padding-top: 35px;
  }
}

.m-box-nav .nav-list .list-item a .item-txt:before {
  position: absolute;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s ease-out;
}

[data-whatinput="keyboard"] .m-box-nav .nav-list .list-item a:focus {
  text-decoration: none;
  color: #e35852;
}

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

.m-box-nav .nav-list .list-item:first-child a .item-txt:before {
  background-image: url(../svg/i_log.svg);
  width: 16.5px;
  height: 19px;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-list .list-item:first-child a .item-txt:before {
    width: 25px;
    height: 28.8px;
  }
}

[data-whatinput="keyboard"] .m-box-nav .nav-list .list-item:first-child a:focus .item-txt:before {
  background-image: url(../svg/i_log.svg?c=e35852);
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-list .list-item:first-child a:hover .item-txt:before {
    background-image: url(../svg/i_log.svg?c=e35852);
  }
}

.m-box-nav .nav-list .list-item:nth-child(2) {
  position: relative;
}

.m-box-nav .nav-list .list-item:nth-child(2):before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #dfe0e2;
  height: 20px;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-list .list-item:nth-child(2):before {
    height: 1px;
    width: 40px;
    bottom: auto;
    right: 0;
  }
}

.m-box-nav .nav-list .list-item:nth-child(2) a .item-txt:before {
  background-image: url(../svg/i_goal.svg?c=1b2433);
  width: 16px;
  height: 16px;
  top: 3px;
}

@media print, screen and (min-width: 768px) {
  .m-box-nav .nav-list .list-item:nth-child(2) a .item-txt:before {
    width: 24px;
    height: 24px;
  }
}

[data-whatinput="keyboard"] .m-box-nav .nav-list .list-item:nth-child(2) a:focus .item-txt:before {
  background-image: url(../svg/i_goal.svg?c=e35852);
}

@media print, screen and (min-width: 1025px) {
  .m-box-nav .nav-list .list-item:nth-child(2) a:hover .item-txt:before {
    background-image: url(../svg/i_goal.svg?c=e35852);
  }
}

.login .m-box-nav {
  display: block;
}

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

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

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

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

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

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

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

.m-list-desc > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 10px;
  padding-left: 1.5em;
}

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

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

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

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

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

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

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

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

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

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

.m-list-desc > li:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #1b2433;
  top: .90em;
  left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-num > 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 {
    margin-left: -1.5em;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-column .column-item .item-inner {
  display: block;
}

.m-list-column .column-item .item-inner .item-img {
  overflow: hidden;
}

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

.m-list-column .column-item .item-inner .item-date {
  color: #7a838e;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-list-column .column-item .item-inner .item-date {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}

.m-list-column .column-item .item-inner .item-ttl {
  color: #1b2433;
  font-weight: bold;
  margin-top: 5px;
}

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

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

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

@media print, screen and (min-width: 1025px) {
  .m-list-column .column-item .item-inner:hover {
    text-decoration: none;
  }
  .m-list-column .column-item .item-inner:hover .item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

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

@media screen and (max-width: 767px) {
  .m-list-column .column-item + .column-item {
    margin-top: 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-image ul li .item-ttl, .m-list-image ul li .item-desc {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-image .image-desc {
  font-size: 12px;
  font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .m-list-btn {
    margin-top: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-movies > [data-gs="12"] > [data-gs-col="12"]:nth-child(n+2) {
    margin-top: 30px;
  }
}

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

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

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

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

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

.m-list-movies .movies-item .item-inner {
  display: block;
}

.m-table-common {
  width: 100%;
  margin-top: 30px;
}

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

.m-table-common a:link, .m-table-common a:visited {
  text-decoration: underline;
}

[data-whatinput="keyboard"] .m-table-common a:focus:link, [data-whatinput="keyboard"] .m-table-common a:focus:visited {
  text-decoration: none;
}

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

.m-table-common tbody tr th, .m-table-common tbody tr td, .m-table-common thead tr th, .m-table-common thead tr td {
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr th, .m-table-common tbody tr td, .m-table-common thead tr th, .m-table-common thead tr td {
    padding: 20px;
  }
}

.m-table-common tbody tr th, .m-table-common thead tr th {
  font-weight: normal;
  vertical-align: top;
}

.m-table-common tbody tr th > *:first-child, .m-table-common thead tr th > *:first-child {
  margin-top: 0 !important;
}

.m-table-common tbody tr th > *:first-child.m-box-section, .m-table-common thead tr th > *:first-child.m-box-section {
  padding-top: 0;
}

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

@media screen and (max-width: 767px) {
  .m-table-common tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-table-common thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-table-common tbody tr th a[target='_blank']:not(.noticon):after, .m-table-common thead tr th a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

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

.m-table-common tbody tr th a[href$=".doc"]:not(.noticon):after, .m-table-common tbody tr th a[href$=".docx"]:not(.noticon):after, .m-table-common thead tr th a[href$=".doc"]:not(.noticon):after, .m-table-common thead tr th a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

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

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

.m-table-common tbody tr td, .m-table-common thead tr td {
  vertical-align: top;
}

.m-table-common tbody tr td > *:first-child, .m-table-common thead tr td > *:first-child {
  margin-top: 0 !important;
}

.m-table-common tbody tr td > *:first-child.m-box-section, .m-table-common thead tr td > *:first-child.m-box-section {
  padding-top: 0;
}

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

@media screen and (max-width: 767px) {
  .m-table-common tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-table-common thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-table-common thead th, .m-table-common thead td {
  background: #e6e6e6;
  vertical-align: middle;
  font-weight: normal;
}

.m-table-common tbody th {
  background-color: #f4f4f4;
}

.m-table-common tbody td a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

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

.m-table-common tbody td a[href$=".doc"]:not(.noticon):after, .m-table-common tbody td a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

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

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

.m-table-common [align="center"] {
  text-align: center !important;
}

.m-table-common [align="right"] {
  text-align: right !important;
}

.m-table-common [valign="top"] {
  vertical-align: top !important;
}

.m-table-common [valign="middle"] {
  vertical-align: middle !important;
}

.m-table-common [valign="bottom"] {
  vertical-align: bottom !important;
}

.m-table-common + .m-txt-p {
  margin-top: 10px;
}

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

.m-table-common.is-tablefixed {
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .m-table-common.table-break th, .m-table-common.table-break td {
    display: block;
  }
  .m-table-common.table-break th {
    border-bottom: none;
  }
  .m-table-common.table-break td {
    border-top: none;
  }
  .m-table-common.table-break tr + tr th {
    border-top: none;
  }
}

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

.m-table-scroll .scroll-wrap {
  overflow-x: scroll;
  padding-bottom: 10px;
}

.m-table-scroll .scroll-wrap table {
  margin-top: 0;
  min-width: 750px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar {
  width: 15px;
  height: 8px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}

.m-table-scroll + .m-txt-p {
  margin-top: 10px;
}

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

.m-txt-ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 23px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl {
    font-size: 3.0rem;
    margin-bottom: 40px;
  }
}

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

.m-txt-ttl + *.m-list-news {
  margin-top: -20px !important;
}

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

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

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

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

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

.m-txt-p {
  margin-top: 15px;
}

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

.m-txt-p + .m-txt-p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-p + .m-txt-p {
    margin-top: 18px;
  }
}

.m-txt-ttl2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}

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

.m-txt-ttl2 + *.m-list-news {
  margin-top: -20px !important;
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2 {
    font-size: 3.2rem;
    margin-top: 100px;
    margin-bottom: 40px;
  }
}

.m-txt-ttl2:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #dce3e9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.m-txt-ttl2:after {
  content: '';
  height: 3px;
  width: 46px;
  background-color: #e35852;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-radius: 3px;
}

.m-txt-ttl2 a {
  position: relative;
  display: inline-block;
}

.m-txt-ttl2 a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

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

.m-txt-ttl2 a[href$=".doc"]:not(.noticon):after, .m-txt-ttl2 a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

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

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

.m-txt-ttl2 a:after {
  margin-left: 10px !important;
}

.m-txt-ttl3 {
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

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

.m-txt-ttl3 + *.m-list-news {
  margin-top: -20px !important;
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 {
    font-size: 2.6rem;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.m-txt-ttl3:after {
  content: '';
  height: 3px;
  width: 26px;
  background-color: #e35852;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-radius: 3px;
}

.m-txt-ttl4 {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

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

.m-txt-ttl4 + *.m-list-news {
  margin-top: -20px !important;
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .m-txt-ttl4 {
    font-size: 2.0rem;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.m-txt-ttl4:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #dce3e9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.m-txt-link {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  transition: all .3s ease-out;
}

.m-txt-link[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

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

.m-txt-link[href$=".doc"]:not(.noticon):after, .m-txt-link[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-txt-link[href$=".xls"]:not(.noticon):after, .m-txt-link[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-txt-link[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

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

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

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

.m-btn-simple {
  display: inline-block;
  color: #fff !important;
  background-color: #e35852;
  font-weight: bold;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #e35852;
  outline: none;
  padding: 11px 25px;
  border-radius: 23px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple {
    padding: 16px 35px 16px 33px;
    border-radius: 30px;
    transition: all 0.3s ease-out;
    border-width: 2px;
  }
}

.m-btn-simple span {
  display: block;
}

.m-btn-simple.btn-s {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 6px 15px;
  border-radius: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-s {
    font-size: 1.4rem;
    padding: 6px 18px;
    border-radius: 18px;
  }
}

.m-btn-simple.btn-arrow {
  padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-arrow {
    padding-right: 23px;
  }
}

.m-btn-simple.btn-arrow span {
  position: relative;
  padding-right: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-arrow span {
    padding-right: 30px;
  }
}

.m-btn-simple.btn-arrow span:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-arrow span:after {
    width: 10px;
    height: 19px;
    transition: all 0.3s ease-out;
  }
}

[data-whatinput="keyboard"] .m-btn-simple.btn-arrow:focus span:after {
  background-image: url(../svg/i_arrow.svg?c=e35852);
}

@media print, screen and (min-width: 1025px) {
  .m-btn-simple.btn-arrow:hover span:after {
    background-image: url(../svg/i_arrow.svg?c=e35852);
  }
}

[data-whatinput="keyboard"] .m-btn-simple:focus {
  text-decoration: none;
  background-color: #fff;
  color: #e35852 !important;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-simple:hover {
    text-decoration: none;
    background-color: #fff;
    color: #e35852 !important;
  }
}

.m-btn-edit {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  background-color: #e35852;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #e35852;
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-btn-edit {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }
}

.m-btn-edit:before {
  position: absolute;
  content: '';
  background: url(../svg/i_edit.svg) center no-repeat;
  width: 12.5px;
  height: 12.5px;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .m-btn-edit:before {
    width: 16px;
    height: 16px;
  }
}

.m-btn-edit span {
  display: inline-block;
  text-indent: -9999px;
}

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

[data-whatinput="keyboard"] .m-btn-edit:focus:before {
  background-image: url(../svg/i_edit.svg?c=e35852);
}

@media print, screen and (min-width: 1025px) {
  .m-btn-edit:hover {
    background-color: #fff;
  }
  .m-btn-edit:hover:before {
    background-image: url(../svg/i_edit.svg?c=e35852);
  }
}

/**
 * Swiper 5.3.8
 * 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: April 24, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1000;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0;
}

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

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

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

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

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

/*
  Colorbox Core Style:
  The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
  User Style:
  Change the following styles to modify the appearance of Colorbox.  They are
  ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: #000000;
}

#colorbox {
  outline: 0;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/*! Yaku Han JP (Gothic - Small Amount) v2.0.0 SIL by Qrac / Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff") format("woff");
}

html {
  color: #1b2433;
  font-family: "Noto Sans JP", YakuHanJPs, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

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

/* link style */
a:link {
  color: #98117e;
  text-decoration: none;
}

a:visited {
  color: #98117e;
  text-decoration: none;
}

a:hover, a:active {
  color: #98117e;
}

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

#l-wrap {
  background-color: #f1f2f3;
  overflow-x: hidden;
  padding-top: 50px;
}

@media print, screen and (min-width: 768px) {
  #l-wrap {
    padding-top: 80px;
  }
}

.login #l-wrap {
  padding-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .login #l-wrap {
    padding-top: 130px;
    padding-bottom: 0;
  }
}

/* header style */
#l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

#l-header .header-outer {
  background-color: #fff;
  transition: all 0.3s ease;
}

#l-header .header-outer .header-inner {
  height: 50px;
  padding-left: 15px;
  z-index: 120;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner {
    position: relative;
    height: 80px;
    padding: 0 60px;
    z-index: auto;
  }
}

#l-header .header-outer .header-inner .header-logo img {
  width: 105px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-logo img {
    width: 150px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-btn {
    display: none;
  }
}

#l-header .header-outer .header-inner .header-btn .btn-inner {
  background-color: #e35852;
  border: none;
  padding: 0;
  display: block;
  width: 50px;
  height: 50px;
  outline: none;
  position: relative;
}

#l-header .header-outer .header-inner .header-btn .btn-inner .btn-txt {
  text-indent: -9999px;
  display: inline-block;
}

#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;
  left: 50%;
  height: 2px;
  margin-left: -15px;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  transition: all .3s ease-in-out;
}

#l-header .header-outer .header-inner .header-btn .btn-inner > .btn-wrap {
  width: 30px;
  top: 17px;
  font-size: 0;
  color: transparent;
}

#l-header .header-outer .header-inner .header-btn .btn-inner:before {
  top: 24px;
  content: '';
  width: 25px;
}

#l-header .header-outer .header-inner .header-btn .btn-inner:after {
  top: 31px;
  content: '';
  width: 20px;
}

.menu-open #l-header .header-outer .header-inner .header-btn .btn-inner > .btn-wrap {
  top: 23px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

.menu-open #l-header .header-outer .header-inner .header-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 {
  width: 30px;
  top: 23px;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, width 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, width 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, width 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

@media screen and (max-width: 767px) {
  #l-header .header-outer .header-menu {
    display: none;
    background-color: #e35852;
    padding: 25px 15px;
    height: calc(var(--vh, 1vh) * 100 - 50px);
    height: calc(100vh - 50px);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: auto;
    overflow-y: auto;
    z-index: 110;
  }
  #l-header .header-outer .header-menu .menu-gnav {
    display: none;
    margin-bottom: 25px;
  }
  #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list .list-item {
    border-bottom: solid 1px #fff;
  }
  #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list .list-item a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 18px 20px 18px 0;
    position: relative;
  }
  #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list .list-item a:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1px;
    background: url(../svg/i_arrow.svg) center no-repeat;
    width: 8px;
    height: 15px;
    background-size: 100% auto;
  }
  .login #l-header .header-outer .header-menu .menu-gnav {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-menu .menu-gnav {
    border-top: solid 2px #f1f2f3;
    transition: all 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: auto;
    background-color: #fff;
    z-index: -1;
    display: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  #l-header .header-outer .header-menu .menu-gnav .gnav-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
    box-sizing: content-box;
  }
  #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
  }
  #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list .list-item {
    padding: 0 25px;
  }
  #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list .list-item a {
    padding: 13px 0;
    color: #1b2433;
    font-weight: 500;
    display: block;
    position: relative;
  }
  #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list .list-item a:after {
    position: absolute;
    content: '';
    right: 0;
    width: 0;
    background-color: #e35852;
    height: 4px;
    transition: all 0.3s ease-out;
    bottom: 0;
  }
  #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list .list-item a.is-current:after {
    width: 100%;
    left: 0;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list .list-item a:focus {
    text-decoration: none;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list .list-item a:focus:after {
    width: 100%;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list .list-item a:hover {
    text-decoration: none;
  }
  #l-header .header-outer .header-menu .menu-gnav .gnav-inner .gnav-list .list-item a:hover:after {
    width: 100%;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .login #l-header .header-outer .header-menu .menu-gnav {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-menu .menu-head {
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-menu .menu-head .head-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#l-header .header-outer .header-menu .menu-head .head-list .list-item {
  text-align: center;
}

#l-header .header-outer .header-menu .menu-head .head-list .list-item a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 20px;
  font-weight: 500;
  border: solid 2px #fff;
  border-radius: 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-menu .menu-head .head-list .list-item a {
    color: #7a838e;
    font-size: 1.4rem;
    padding: 0;
    border-radius: none;
    box-shadow: none;
  }
}

#l-header .header-outer .header-menu .menu-head .head-list .list-item a span {
  display: block;
}

#l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-resist, #l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-logout {
  display: block;
  border: solid 2px #fff;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-resist, #l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-logout {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
    padding: 8px 28px;
    border-radius: 20px;
  }
}

#l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-resist {
  color: #e35852;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-resist {
    background-color: #e35852;
    border-color: #e35852;
    color: #fff;
  }
}

[data-whatinput="keyboard"] #l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-resist:focus {
  text-decoration: none;
  background-color: #fff;
  color: #e35852;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-resist:hover {
    text-decoration: none;
    background-color: #fff;
    color: #e35852;
  }
}

#l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-logout {
  color: #7a838e;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-logout {
    background-color: #7a838e;
    border-color: #7a838e;
    color: #fff;
  }
}

[data-whatinput="keyboard"] #l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-logout:focus {
  text-decoration: none;
  background-color: #fff;
  color: #7a838e;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-menu .menu-head .head-list .list-item a.btn-logout:hover {
    text-decoration: none;
    background-color: #fff;
    color: #7a838e;
  }
}

#l-header .header-outer .header-menu .menu-head .head-list .list-item + .list-item {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-menu .menu-head .head-list .list-item + .list-item {
    margin: 0 0 0 18px;
  }
}

#l-header .header-outer .header-menu .menu-head .head-list.login {
  display: none;
}

.login #l-header .header-outer .header-menu .menu-head .head-list {
  display: none;
}

.login #l-header .header-outer .header-menu .menu-head .head-list.login {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .login #l-header {
    box-shadow: none;
  }
}

/* topicpath */
/* content style */
#l-content .content-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

#l-content .content-inner > *:first-child {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#l-content .content-inner form > *:first-child {
  margin-top: 0 !important;
}

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

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

@media screen and (max-width: 767px) {
  #l-content .content-inner form > [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 form > [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 form > [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 form > [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 form > [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 form > [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 form > [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 form > [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 form > [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 form > [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 form > [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 form > [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 form > [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 form > [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 form > [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 form > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

/* footer style */
#l-footer {
  background-color: #1b2433;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

#l-footer .footer-copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 15px;
}

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

#cboxClose {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 0.1;
  overflow: hidden;
  bottom: auto;
  top: -40px;
  text-indent: -9999px;
  outline: none;
}

@media print, screen and (min-width: 768px) {
  #cboxClose {
    width: 40px;
    height: 40px;
    top: -60px;
    border: 2px solid #fff;
  }
}

#cboxClose:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  #cboxClose:before {
    width: 20px;
    margin-left: -10px;
  }
}

#cboxClose:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  #cboxClose:after {
    width: 20px;
    margin-left: -10px;
  }
}

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    padding: 0;
    background: none;
  }
}
