
@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=Montserrat:wght@400;500;600;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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-box-section {
  padding-top: 50px;
  padding-bottom: 40px;
}

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

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

@media screen and (max-width: 767px) {
  .m-box-section > *:first-child.u-box-anc {
    margin-top: -50px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-box-section:not(#l-search) [data-fixed] > *:first-child, .m-box-section:not(#l-search) [data-fixed2] > *:first-child {
  margin-top: 0 !important;
}

.m-box-section:not(#l-search) [data-fixed] > *:first-child.m-box-section, .m-box-section:not(#l-search) [data-fixed2] > *:first-child.m-box-section {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .m-box-section:not(#l-search) [data-fixed] > *:first-child.u-box-anc, .m-box-section:not(#l-search) [data-fixed2] > *:first-child.u-box-anc {
    margin-top: -50px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-box-section.section-bg-gray {
  background-color: #F5F5F5;
}

.m-box-section:last-child {
  padding-bottom: 100px;
}

@media print, screen and (min-width: 768px) {
  .m-box-section:last-child {
    padding-bottom: 140px;
  }
}

.m-box-section.section-detail [data-fixed] {
  position: relative;
}

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

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

@media print, screen and (min-width: 768px) {
  [data-gs="12"] {
    margin: 0 -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: 5px;
  padding-right: 5px;
}

@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-pagepath ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  *zoom: 1;
  padding-left: 20px;
  position: relative;
}

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

.m-box-pagepath ul:before {
  position: absolute;
  content: '';
  left: 2px;
  top: 0;
  background: url(../svg/i_home.svg) center no-repeat;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  margin-top: 7px;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagepath ul:before {
    width: 12px;
    height: 12px;
  }
}

.m-box-pagepath ul li {
  margin-top: 7px;
}

.m-box-pagepath ul li:not(:last-child) {
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}

.m-box-pagepath ul li:not(:last-child):after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow.svg?c=fff) center no-repeat;
  width: 5.5px;
  height: 9.5px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagepath ul li:not(:last-child):after {
    width: 6px;
    height: 10px;
    top: 0.05em;
  }
}

.m-box-pagepath ul li span, .m-box-pagepath ul li a {
  display: block;
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 12.5px;
  line-height: 1.25rem;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagepath ul li span, .m-box-pagepath ul li a {
    font-size: 1.2rem;
  }
}

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

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

@media screen and (max-width: 767px) {
  .m-box-btn .m-btn-simple {
    width: 100%;
    display: block;
  }
}

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

.m-box-card {
  color: #000 !important;
  display: block;
}

.m-box-card .card-inner {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-out;
}

.m-box-card .card-inner .card-img {
  overflow: hidden;
}

.m-box-card .card-inner .card-img span {
  display: block;
  padding-top: 66.42%;
  background-size: cover;
  transition: all 0.3s ease-out;
  background-position: center;
  background-repeat: no-repeat;
}

.m-box-card .card-inner .card-top {
  padding: 10px 20px 15px;
}

.m-box-card .card-inner .card-top .top-cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -4px;
}

.m-box-card .card-inner .card-top .top-cat .cat-item {
  padding: 0 4px;
  margin-top: 8px;
}

.m-box-card .card-inner .card-top .top-cat .cat-item span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 8px 15px;
  text-align: center;
  border-radius: 15px;
  min-width: 100px;
  background-color: #DC000C;
}

.m-box-card .card-inner .card-top .top-cat .cat-item span.cat-items {
  background-color: #1A31B2;
}

.m-box-card .card-inner .card-top .top-cat .cat-item span.cat-events {
  background-color: #F69D00;
}

.m-box-card .card-inner .card-top .top-cat .cat-item span.cat-coupons {
  background-color: #9B26AF;
}

.m-box-card .card-inner .card-top .top-cat .cat-item span.cat-experiences {
  background-color: #009432;
}

.m-box-card .card-inner .card-top .top-cat .cat-item span.cat-shopping-articles {
  background-color: #6E8089;
}

.m-box-card .card-inner .card-top .top-ttl {
  font-weight: bold;
  margin-top: 10px;
}

.m-box-card .card-inner .card-btm {
  border-top: solid 1px #A0A9B2;
  padding: 20px;
}

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

.m-box-card .card-inner .card-btm .btm-date, .m-box-card .card-inner .card-btm .btm-location, .m-box-card .card-inner .card-btm .btm-shop {
  position: relative;
  color: #7E7E7E;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 12px;
  padding-left: 30px;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .m-box-card .card-inner .card-btm .btm-date, .m-box-card .card-inner .card-btm .btm-location, .m-box-card .card-inner .card-btm .btm-shop {
    margin-top: 15px;
  }
}

.m-box-card .card-inner .card-btm .btm-date:before, .m-box-card .card-inner .card-btm .btm-location:before, .m-box-card .card-inner .card-btm .btm-shop:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.1em;
}

.m-box-card .card-inner .card-btm .btm-date:before {
  width: 15.2px;
  height: 15.2px;
  background: url(../svg/i_event.svg?c=DC000C) center no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-card .card-inner .card-btm .btm-date:before {
    width: 16.1px;
    height: 16px;
  }
}

.m-box-card .card-inner .card-btm .btm-location span {
  display: inline-block;
  padding-right: 15px;
  margin-right: 8px;
  position: relative;
}

.m-box-card .card-inner .card-btm .btm-location span:after {
  position: absolute;
  content: '';
  top: 0.4em;
  right: 0;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 5px;
  height: 8.9785px;
  background-size: 100% auto;
}

.m-box-card .card-inner .card-btm .btm-location span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.m-box-card .card-inner .card-btm .btm-location span:last-child:after {
  content: none;
}

.m-box-card .card-inner .card-btm .btm-location:before {
  width: 15.1px;
  height: 15.1px;
  background: url(../svg/i_location.svg?c=DC000C) center no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-box-card .card-inner .card-btm .btm-location:before {
    width: 16px;
    height: 16px;
  }
}

.m-box-card .card-inner .card-btm .btm-shop:before {
  width: 15.25px;
  height: 13.725px;
  background: url(../svg/i_shop.svg?c=DC000C) center no-repeat;
  background-size: 100% auto;
  top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .m-box-card .card-inner .card-btm .btm-shop:before {
    width: 16px;
    height: 14.5px;
  }
}

.m-box-card .card-inner .card-coupon {
  background-color: #DC000C;
  padding: 8px 10px;
  margin: 0 20px 20px;
}

@media print, screen and (min-width: 768px) {
  .m-box-card .card-inner .card-coupon {
    padding: 10px 15px;
  }
}

.m-box-card .card-inner .card-coupon .coupon-txt {
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 767px) {
  [data-slide-card-sp] .m-box-card .card-inner .card-wrap .card-top {
    padding: 25px 10px 15px 10px;
  }
  [data-slide-card-sp] .m-box-card .card-inner .card-wrap .card-top .top-cat {
    left: 10px;
    font-size: 1.1rem;
    padding: 6px 10px;
    min-width: 70px;
  }
  [data-slide-card-sp] .m-box-card .card-inner .card-wrap .card-btm {
    padding: 15px 10px;
  }
}

[data-whatinput="keyboard"] [data-slide-common] .m-box-card:focus .card-inner {
  -webkit-transform: none;
          transform: none;
}

@media print, screen and (min-width: 1025px) {
  [data-slide-common] .m-box-card:hover .card-inner {
    -webkit-transform: none;
            transform: none;
  }
}

[data-whatinput="keyboard"] .m-box-card:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-box-card:focus .card-inner {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

[data-whatinput="keyboard"] .m-box-card:focus .card-inner .card-img span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media print, screen and (min-width: 1025px) {
  .m-box-card:hover {
    text-decoration: none;
  }
  .m-box-card:hover .card-inner {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  .m-box-card:hover .card-inner .card-img span {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.m-box-search {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .m-box-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .m-box-search .search-head {
    overflow-x: auto;
    margin: 0 10px;
  }
  .m-box-search .search-head .head-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
  .m-box-search .search-head .head-list .list-item .item-inner {
    color: #000;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.5;
    background: transparent;
    border: none;
    height: 50px;
    padding: 5px 15px;
    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;
    position: relative;
  }
  .m-box-search .search-head .head-list .list-item .item-inner:after {
    position: absolute;
    content: '';
    right: 0;
    width: 0;
    bottom: 0;
    background-color: #DC000C;
    height: 3px;
    border-radius: 2px;
    transition: width 0.3s ease-out;
  }
  .m-box-search .search-head .head-list .list-item .item-inner .item-txt {
    display: block;
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active {
    color: #DC000C;
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active:after {
    left: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-head {
    width: 275px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-box-search .search-head {
    width: 235px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-head .head-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: none !important;
            transform: none !important;
    height: auto;
  }
  .m-box-search .search-head .head-list .list-item {
    padding-top: 1px;
    position: relative;
  }
  .m-box-search .search-head .head-list .list-item:before, .m-box-search .search-head .head-list .list-item:after {
    position: absolute;
    content: '';
    left: 0;
    width: calc(100% - 30px);
    background-color: #A0A9B2;
    height: 1px;
  }
  .m-box-search .search-head .head-list .list-item:before {
    top: 0;
  }
  .m-box-search .search-head .head-list .list-item:last-child {
    padding-bottom: 1px;
  }
  .m-box-search .search-head .head-list .list-item:last-child:after {
    bottom: 0;
  }
  .m-box-search .search-head .head-list .list-item .item-inner {
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    outline: none;
    background: transparent;
    padding: 17px 20px;
    display: block;
    width: 100%;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-box-search .search-head .head-list .list-item .item-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-head .head-list .list-item .item-inner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 0 30px 30px 0 / 0 30px 30px 0;
    transition: all 0.4s ease-out;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  }
  .m-box-search .search-head .head-list .list-item .item-inner .item-txt {
    display: inline-block;
    padding-left: 45px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .m-box-search .search-head .head-list .list-item .item-inner .item-txt {
    padding-left: 37px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-head .head-list .list-item .item-inner .item-txt:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .m-box-search .search-head .head-list .list-item .item-inner .item-txt.shop:before {
    background-image: url(../svg/i_shop.svg);
    height: 16.1px;
  }
  .m-box-search .search-head .head-list .list-item .item-inner .item-txt.product:before {
    background-image: url(../svg/i_product.svg);
  }
  .m-box-search .search-head .head-list .list-item .item-inner .item-txt.shopping-street:before {
    background-image: url(../svg/i_shopping-street.svg);
    width: 16px;
    height: 22px;
  }
  .m-box-search .search-head .head-list .list-item .item-inner .item-txt.coupon:before {
    background-image: url(../svg/i_coupon.svg);
    width: 27.4px;
    height: 20.8px;
    left: 0;
  }
  .m-box-search .search-head .head-list .list-item .item-inner .item-txt.event:before {
    background-image: url(../svg/i_event.svg);
  }
  .m-box-search .search-head .head-list .list-item .item-inner .item-txt.experience:before {
    background-image: url(../svg/i_experience.svg);
    width: 22px;
    height: 24px;
    left: 1px;
  }
  .m-box-search .search-head .head-list .list-item .item-inner .item-txt.article:before {
    background-image: url(../svg/i_article.svg);
    height: 22px;
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active {
    color: #fff;
    border-color: #fff;
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active:before {
    background-color: #fff;
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active:after {
    width: 100%;
    background-color: #DC000C;
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active .item-txt.shop:before {
    background-image: url(../svg/i_shop.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active .item-txt.product:before {
    background-image: url(../svg/i_product.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active .item-txt.shopping-street:before {
    background-image: url(../svg/i_shopping-street.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active .item-txt.coupon:before {
    background-image: url(../svg/i_coupon.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active .item-txt.event:before {
    background-image: url(../svg/i_event.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active .item-txt.experience:before {
    background-image: url(../svg/i_experience.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner.is-active .item-txt.article:before {
    background-image: url(../svg/i_article.svg?c=fff);
  }
  [data-whatinput="keyboard"] .m-box-search .search-head .head-list .list-item .item-inner:focus {
    color: #fff;
    text-decoration: none;
  }
  [data-whatinput="keyboard"] .m-box-search .search-head .head-list .list-item .item-inner:focus:before {
    background-color: #fff;
  }
  [data-whatinput="keyboard"] .m-box-search .search-head .head-list .list-item .item-inner:focus:after {
    width: 100%;
    background-color: #DC000C;
  }
  [data-whatinput="keyboard"] .m-box-search .search-head .head-list .list-item .item-inner:focus .item-txt.shop:before {
    background-image: url(../svg/i_shop.svg?c=fff);
  }
  [data-whatinput="keyboard"] .m-box-search .search-head .head-list .list-item .item-inner:focus .item-txt.product:before {
    background-image: url(../svg/i_product.svg?c=fff);
  }
  [data-whatinput="keyboard"] .m-box-search .search-head .head-list .list-item .item-inner:focus .item-txt.shopping-street:before {
    background-image: url(../svg/i_shopping-street.svg?c=fff);
  }
  [data-whatinput="keyboard"] .m-box-search .search-head .head-list .list-item .item-inner:focus .item-txt.coupon:before {
    background-image: url(../svg/i_coupon.svg?c=fff);
  }
  [data-whatinput="keyboard"] .m-box-search .search-head .head-list .list-item .item-inner:focus .item-txt.event:before {
    background-image: url(../svg/i_event.svg?c=fff);
  }
  [data-whatinput="keyboard"] .m-box-search .search-head .head-list .list-item .item-inner:focus .item-txt.experience:before {
    background-image: url(../svg/i_experience.svg?c=fff);
  }
  [data-whatinput="keyboard"] .m-box-search .search-head .head-list .list-item .item-inner:focus .item-txt.article:before {
    background-image: url(../svg/i_article.svg?c=fff);
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1025px) {
  .m-box-search .search-head .head-list .list-item .item-inner:hover {
    color: #fff;
    text-decoration: none;
  }
  .m-box-search .search-head .head-list .list-item .item-inner:hover:before {
    background-color: #fff;
  }
  .m-box-search .search-head .head-list .list-item .item-inner:hover:after {
    width: 100%;
    background-color: #DC000C;
  }
  .m-box-search .search-head .head-list .list-item .item-inner:hover .item-txt.shop:before {
    background-image: url(../svg/i_shop.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner:hover .item-txt.product:before {
    background-image: url(../svg/i_product.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner:hover .item-txt.shopping-street:before {
    background-image: url(../svg/i_shopping-street.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner:hover .item-txt.coupon:before {
    background-image: url(../svg/i_coupon.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner:hover .item-txt.event:before {
    background-image: url(../svg/i_event.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner:hover .item-txt.experience:before {
    background-image: url(../svg/i_experience.svg?c=fff);
  }
  .m-box-search .search-head .head-list .list-item .item-inner:hover .item-txt.article:before {
    background-image: url(../svg/i_article.svg?c=fff);
  }
}

.m-box-search .search-body {
  padding: 25px 0 30px;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-box-search .search-body {
    position: relative;
  }
  .m-box-search .search-body:after {
    position: absolute;
    content: '';
    left: -20px;
    top: -1px;
    right: -20px;
    height: 1px;
    background-color: #A0A9B2;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body {
    padding: 0 30px;
    margin: 0;
    width: calc(100% - 275px);
    height: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-search .search-body {
    width: calc(100% - 235px);
    padding: 0 20px;
  }
}

.m-box-search .search-body .body-form {
  display: none;
}

.m-box-search .search-body .body-form:first-child {
  display: block;
}

.m-box-search .search-body .body-form input[type="hidden"] + * {
  margin-top: 0 !important;
}

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

.m-box-search .search-body .body-form > form .form-ttl {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body .body-form > form .form-ttl {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

.m-box-search .search-body .body-form > form .form-select {
  margin-top: 10px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body .body-form > form .form-select {
    display: inline-block;
  }
}

.m-box-search .search-body .body-form > form .form-select:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../svg/i_arrow.svg) center no-repeat;
  width: 7.7px;
  height: 12.6px;
  background-size: 100% auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
}

.m-box-search .search-body .body-form > form .form-select > select {
  width: 100%;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 7px 40px 7px 20px;
  border-radius: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  background: transparent;
  vertical-align: middle;
  color: inherit;
  line-height: 1.5;
  border: solid 1px #A0A9B2;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body .body-form > form .form-select > select {
    min-width: 250px;
    width: auto;
  }
}

.m-box-search .search-body .body-form > form .form-select > select::-ms-expand {
  display: none;
}

.m-box-search .search-body .body-form > form .form-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 5px -7.5px 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body .body-form > form .form-checkbox {
    margin: 3px -6px 0;
  }
}

.m-box-search .search-body .body-form > form .form-checkbox .checkbox-item {
  width: 50%;
  padding: 0 7.5px;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body .body-form > form .form-checkbox .checkbox-item {
    width: auto;
    padding: 0 6px;
    margin-top: 10px;
  }
}

.m-box-search .search-body .body-form > form .form-checkbox .checkbox-item > label {
  position: relative;
  display: block;
  cursor: pointer;
}

.m-box-search .search-body .body-form > form .form-checkbox .checkbox-item > label > input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-box-search .search-body .body-form > form .form-checkbox .checkbox-item > label > input:checked + span {
  background-color: #DC000C;
  border-color: #DC000C;
  color: #fff;
}

.m-box-search .search-body .body-form > form .form-checkbox .checkbox-item > label > input:checked + span:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-box-search .search-body .body-form > form .form-checkbox .checkbox-item > label > span {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 7px 7px 7px 30px;
  line-height: 1.5;
  border: solid 1px #A0A9B2;
  border-radius: 15px;
  transition: all 0.2s ease-out;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body .body-form > form .form-checkbox .checkbox-item > label > span {
    font-size: 1.4rem;
    padding: 4px 30px;
  }
}

.m-box-search .search-body .body-form > form .form-checkbox .checkbox-item > label > span:before {
  position: absolute;
  content: '';
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../svg/i_check.svg) center no-repeat;
  height: 8px;
  width: 11.2px;
  background-size: 100% auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.2s ease-out;
}

[data-whatinput="keyboard"] .m-box-search .search-body .body-form > form .form-checkbox .checkbox-item > label > span:focus {
  color: #DC000C;
}

@media print, screen and (min-width: 1025px) {
  .m-box-search .search-body .body-form > form .form-checkbox .checkbox-item > label > span:hover {
    color: #DC000C;
  }
}

.m-box-search .search-body .body-form > form .form-date {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body .body-form > form .form-date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body .body-form > form .form-date > label {
    max-width: 225px;
    width: calc(100% / 2 - 15px);
  }
}

.m-box-search .search-body .body-form > form .form-date > span {
  margin: 0 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body .body-form > form .form-date > span {
    margin: 0 15px;
  }
}

.m-box-search .search-body .body-form > form .form-date .duet-date__dialog-content, .m-box-search .search-body .body-form > form .form-date .duet-date__table-header, .m-box-search .search-body .body-form > form .form-date .duet-date__day, .m-box-search .search-body .body-form > form .form-date .duet-date__select select, .m-box-search .search-body .body-form > form .form-date .duet-date__select-label {
  font-size: 16px;
  font-size: 1.6rem;
}

.m-box-search .search-body .body-form > form .form-date .duet-date__input {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 7px 42px 7px 20px;
  line-height: 1.5;
  border: solid 1px #A0A9B2;
  border-radius: 20px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 40px;
  box-shadow: none !important;
}

.m-box-search .search-body .body-form > form .form-date .duet-date__input:focus {
  border-color: #A0A9B2 !important;
}

.m-box-search .search-body .body-form > form .form-date .duet-date__toggle {
  background-color: transparent;
  box-shadow: none !important;
}

.m-box-search .search-body .body-form > form .form-date .duet-date__toggle:after {
  position: absolute;
  content: '';
  background: url(../svg/i_event.svg?c=DC000C) center no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.m-box-search .search-body .body-form > form .form-date .duet-date__toggle .duet-date__toggle-icon {
  display: none;
}

.m-box-search .search-body .body-form > form .form-date .duet-date__close {
  color: #DC000C;
}

.m-box-search .search-body .body-form > form .form-date .duet-date__prev svg path, .m-box-search .search-body .body-form > form .form-date .duet-date__next svg path {
  fill: #DC000C;
}

.m-box-search .search-body .body-form > form .form-date .duet-date__select-label {
  box-shadow: none !important;
}

.m-box-search .search-body .body-form > form .form-date .duet-date__select-label svg path {
  fill: #DC000C;
}

.m-box-search .search-body .body-form > form .form-date .duet-date__day:hover:before, .m-box-search .search-body .body-form > form .form-date .duet-date__day.is-today:before {
  background-color: transparent;
}

.m-box-search .search-body .body-form > form .form-date .duet-date__day:focus {
  box-shadow: none !important;
}

.m-box-search .search-body .body-form > form .form-textarea {
  margin-top: 10px;
}

.m-box-search .search-body .body-form > form .form-textarea > input {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 7px 20px;
  border-radius: 20px;
  line-height: 1.5;
  border: solid 1px #A0A9B2;
  height: 40px;
}

.m-box-search .search-body .body-form > form .form-textarea > input:placeholder-shown {
  color: #A0A9B2;
}

.m-box-search .search-body .body-form > form .form-textarea > input::-webkit-input-placeholder {
  color: #A0A9B2;
}

.m-box-search .search-body .body-form > form .form-textarea > input:-moz-placeholder {
  color: #A0A9B2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-box-search .search-body .body-form > form .form-textarea > input::-moz-placeholder {
  color: #A0A9B2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-box-search .search-body .body-form > form .form-textarea > input:-ms-input-placeholder {
  color: #A0A9B2;
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body .body-form > form .form-textarea > input {
    height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 25px;
  }
}

.m-box-search .search-body .body-form > form .form-btn {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-box-search .search-body .body-form > form .form-btn .m-btn-simple {
    width: 100%;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-search .search-body .body-form > form .form-btn .m-btn-simple {
    min-width: 250px;
  }
}

.m-box-post {
  color: #000 !important;
  display: block;
}

.m-box-post .post-wrap {
  position: relative;
}

.m-box-post .post-wrap .post-img {
  border-radius: 10px;
  overflow: hidden;
}

.m-box-post .post-wrap .post-img span {
  display: block;
  padding-top: 66.42%;
  background-size: cover;
  transition: all 0.3s ease-out;
}

.m-box-post .post-wrap .post-cat {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  border-radius: 13px;
  min-width: 50px;
  background-color: #DC000C;
}

@media print, screen and (min-width: 768px) {
  .m-box-post .post-wrap .post-cat {
    font-size: 1.2rem;
    min-width: 65px;
    padding: 8px 15px;
    border-radius: 16px;
    left: 15px;
    bottom: 15px;
  }
}

.m-box-post .post-date {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #7E7E7E;
  font-weight: 500;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-post .post-date {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.m-box-post .post-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}

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

[data-whatinput="keyboard"] .m-box-post:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-box-post:focus .post-wrap .post-img span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media print, screen and (min-width: 1025px) {
  .m-box-post:hover {
    text-decoration: none;
  }
  .m-box-post:hover .post-wrap .post-img span {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

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

@media print, screen and (min-width: 768px) {
  .m-box-search-head .head-txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.m-box-search-head .head-txt .txt-main {
  line-height: 1.25;
}

.m-box-search-head .head-txt .txt-main span {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  color: #DC000C;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.02em;
  margin: 0 2px;
}

@media print, screen and (min-width: 768px) {
  .m-box-search-head .head-txt .txt-main span {
    font-size: 3.6rem;
  }
}

.m-box-search-head .head-txt .txt-sub {
  color: #707070;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-search-head .head-txt .txt-sub {
    margin-top: 0;
    margin-left: 25px;
    -webkit-transform: translateY(0.3em);
            transform: translateY(0.3em);
  }
}

.m-box-search-head .head-cond {
  margin-top: 25px;
  background-color: #F5F5F5;
  padding: 15px 25px 20px;
  border-radius: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-box-search-head .head-cond {
    padding: 0 35px 15px;
    border-radius: 10px;
    display: inline-block;
  }
}

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

.m-box-search-head .head-cond .cond-list .list-item {
  border-bottom: solid 1px #A0A9B2;
  padding: 8px 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-search-head .head-cond .cond-list .list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: none;
    margin-top: 10px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-box-search-head .head-cond .cond-list .list-item:first-child {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-search-head .head-cond .cond-list .list-item:not(:last-child) {
    padding-right: 20px;
    margin-right: 18px;
    position: relative;
  }
  .m-box-search-head .head-cond .cond-list .list-item:not(:last-child):after {
    position: absolute;
    content: '';
    right: 0;
    top: 8px;
    bottom: 0;
    margin: auto;
    height: 24px;
    background-color: #A0A9B2;
    width: 1px;
  }
}

.m-box-search-head .head-cond .cond-list .list-item .item-head {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.25;
}

@media print, screen and (min-width: 768px) {
  .m-box-search-head .head-cond .cond-list .list-item .item-head {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}

.m-box-search-head .head-cond .cond-list .list-item .item-result {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .m-box-search-head .head-cond .cond-list .list-item .item-result {
    margin-left: 20px;
  }
}

.m-box-search-head .head-cond .cond-list .list-item .item-result > li {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  line-height: 1.25;
  font-weight: bold;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-box-search-head .head-cond .cond-list .list-item .item-result > li {
    font-size: 1.4rem;
  }
}

.m-box-search-head .head-cond .cond-list .list-item .item-result > li:not(:last-child) {
  margin-right: 10px;
}

.m-box-search-head .head-btn {
  margin-top: 20px;
}

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

.m-box-search-head .head-btn .m-btn-simple {
  width: 100%;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .m-box-search-head .head-btn .m-btn-simple {
    min-width: 280px;
    width: auto;
  }
}

.has-param .m-box-search-head .head-btn {
  display: block;
}

.m-box-slider-action {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .m-box-slider-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }
}

.m-box-slider-action .swiper-pagination {
  bottom: 0;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  position: relative;
  margin: 0 30px;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
}

.m-box-slider-action .swiper-pagination .pagination-current {
  color: #DC000C;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  min-width: 30px;
}

.m-box-slider-action .swiper-pagination .pagination-separator {
  color: #A0A9B2;
  padding: 0 7px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

.m-box-slider-action .swiper-pagination .pagination-total {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}

.m-box-slider-action .swiper-btn-next, .m-box-slider-action .swiper-btn-prev {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  outline-width: 0px;
}

@media screen and (max-width: 1024px) {
  .m-box-slider-action .swiper-btn-next, .m-box-slider-action .swiper-btn-prev {
    outline: none;
  }
}

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

.m-box-slider-action .swiper-btn-next:before, .m-box-slider-action .swiper-btn-prev:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #DC000C;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s ease-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0);
}

.m-box-slider-action .swiper-btn-next:after, .m-box-slider-action .swiper-btn-prev:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 14px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  background-size: 100% auto;
}

.m-box-slider-action .swiper-btn-next.swiper-button-disabled, .m-box-slider-action .swiper-btn-prev.swiper-button-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.m-box-slider-action .swiper-btn-next:not(.swiper-button-disabled), .m-box-slider-action .swiper-btn-prev:not(.swiper-button-disabled) {
  cursor: pointer;
}

[data-whatinput="keyboard"] .m-box-slider-action .swiper-btn-next:not(.swiper-button-disabled):focus:before, [data-whatinput="keyboard"] .m-box-slider-action .swiper-btn-prev:not(.swiper-button-disabled):focus:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

@media print, screen and (min-width: 1025px) {
  .m-box-slider-action .swiper-btn-next:not(.swiper-button-disabled):hover:before, .m-box-slider-action .swiper-btn-prev:not(.swiper-button-disabled):hover:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  }
}

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

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

.m-box-slider-action .swiper-btn-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-box-mapframe {
  height: 225px;
  width: 100%;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
}

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

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

.m-box-frame {
  padding: 35px 20px;
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-top: 30px;
}

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

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

@media screen and (max-width: 767px) {
  .m-box-frame > *:first-child.u-box-anc {
    margin-top: -50px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-box-mainslider {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-box-mainslider {
    max-width: 735px;
  }
}

.m-box-mainslider .mainslider-list .list-item .item-img {
  background-color: #F5F5F5;
  position: relative;
  padding-top: 67.2%;
}

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

.m-box-mainslider .mainslider-action {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DC000C;
  z-index: 1;
  border-radius: 10px 0 10px 0 / 10px 0 10px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.m-box-mainslider .mainslider-action .swiper-pagination {
  bottom: 0;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  position: relative;
  width: auto;
  margin: 0 15px;
  color: #fff;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media print, screen and (min-width: 768px) {
  .m-box-mainslider .mainslider-action .swiper-pagination {
    margin: 0 40px;
  }
}

.m-box-mainslider .mainslider-action .swiper-pagination .pagination-current {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 24px;
}

@media print, screen and (min-width: 768px) {
  .m-box-mainslider .mainslider-action .swiper-pagination .pagination-current {
    font-size: 2.0rem;
    min-width: 30px;
  }
}

.m-box-mainslider .mainslider-action .swiper-pagination .pagination-separator {
  padding: 0 7px;
  display: inline-block;
  font-size: 10px;
  font-size: 1.0rem;
}

@media print, screen and (min-width: 768px) {
  .m-box-mainslider .mainslider-action .swiper-pagination .pagination-separator {
    font-size: 1.6rem;
  }
}

.m-box-mainslider .mainslider-action .swiper-pagination .pagination-total {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}

.m-box-mainslider .mainslider-action .swiper-btn-prev, .m-box-mainslider .mainslider-action .swiper-btn-next {
  position: relative;
  width: 15px;
  height: 15px;
  outline-width: 0px;
}

@media screen and (max-width: 1024px) {
  .m-box-mainslider .mainslider-action .swiper-btn-prev, .m-box-mainslider .mainslider-action .swiper-btn-next {
    outline: none;
  }
}

[data-whatinput='keyboard'] .m-box-mainslider .mainslider-action .swiper-btn-prev:focus, [data-whatinput='keyboard'] .m-box-mainslider .mainslider-action .swiper-btn-next:focus {
  outline-width: 1px;
}

@media print, screen and (min-width: 768px) {
  .m-box-mainslider .mainslider-action .swiper-btn-prev, .m-box-mainslider .mainslider-action .swiper-btn-next {
    width: 20px;
    height: 20px;
  }
}

.m-box-mainslider .mainslider-action .swiper-btn-prev:before, .m-box-mainslider .mainslider-action .swiper-btn-next:before {
  position: absolute;
  content: '';
  width: 11px;
  height: 9.5px;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  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-box-mainslider .mainslider-action .swiper-btn-prev:before, .m-box-mainslider .mainslider-action .swiper-btn-next:before {
    width: 17px;
    height: 15px;
  }
}

.m-box-mainslider .mainslider-action .swiper-btn-prev.swiper-button-disabled, .m-box-mainslider .mainslider-action .swiper-btn-next.swiper-button-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.m-box-mainslider .mainslider-action .swiper-btn-prev:not(.swiper-button-disabled), .m-box-mainslider .mainslider-action .swiper-btn-next:not(.swiper-button-disabled) {
  cursor: pointer;
}

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

.m-box-mainslider .mainslider-action .swiper-btn-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-whatinput="keyboard"] .m-box-mainslider .mainslider-action .swiper-btn-prev:not(.swiper-button-disabled):focus:before {
  -webkit-transform: rotate(180deg) translateX(8px);
          transform: rotate(180deg) translateX(8px);
}

@media print, screen and (min-width: 1025px) {
  .m-box-mainslider .mainslider-action .swiper-btn-prev:not(.swiper-button-disabled):hover:before {
    -webkit-transform: rotate(180deg) translateX(8px);
            transform: rotate(180deg) translateX(8px);
  }
}

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

[data-whatinput="keyboard"] .m-box-mainslider .mainslider-action .swiper-btn-next:not(.swiper-button-disabled):focus:before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

@media print, screen and (min-width: 1025px) {
  .m-box-mainslider .mainslider-action .swiper-btn-next:not(.swiper-button-disabled):hover:before {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

.m-box-youtube {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .m-list-card > .card-inner {
    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-card > .card-inner {
    display: block;
    letter-spacing: -.40em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-card > .card-inner .card-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

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

@media print {
  .m-list-card > .card-inner .card-item {
    width: 33.33333%;
    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) {
  .m-list-card > .card-inner .card-item:nth-child(n+3) {
    margin-top: 32px;
  }
}

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

@media screen and (max-width: 767px) {
  .m-list-card[data-slide-sp] {
    padding: 10px !important;
    margin: -10px -30px -10px -10px !important;
  }
}

.m-list-card[data-slide-common] .swiper-container {
  padding: 10px 0 10px 10px !important;
  margin: -10px 0px -10px -10px !important;
}

@media print, screen and (min-width: 768px) {
  .m-list-card[data-slide-common] .swiper-container {
    padding: 10px 10px 75px 10px !important;
    margin: -10px !important;
  }
}

@media screen and (max-width: 767px) {
  .m-list-card:not([data-slide-sp]) > .card-inner .card-item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.m-list-post:not([data-slide-common]) {
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-list-post:not([data-slide-common]) {
    margin-top: 45px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-post:not([data-slide-common]) .post-inner {
    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-post:not([data-slide-common]) .post-inner {
    display: block;
    letter-spacing: -.40em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-post:not([data-slide-common]) .post-inner .post-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-post:not([data-slide-common]) .post-inner .post-item {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print {
  .m-list-post:not([data-slide-common]) .post-inner .post-item {
    width: 33.33333%;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 767px) {
  .m-list-post:not([data-slide-common]) .post-inner .post-item:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-post:not([data-slide-common]) .post-inner .post-item:nth-child(n+3) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-post:not([data-slide-common]) .post-inner .post-item:nth-child(n+4) {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-list-post[data-slide-sp] .post-inner .post-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.m-list-news > li {
  border-top: solid 1px #A0A9B2;
}

.m-list-news > li:last-child {
  border-bottom: solid 1px #A0A9B2;
}

.m-list-news > li > a, .m-list-news > li > div {
  padding: 20px 35px 15px 10px;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a, .m-list-news > li > div {
    padding: 15px 55px 25px 25px;
  }
}

.m-list-news > li > a .news-date, .m-list-news > li > div .news-date {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #7E7E7E;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

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

.m-list-news > li > a .news-cat, .m-list-news > li > div .news-cat {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #DC000C;
  color: #fff;
  line-height: 1.25;
  padding: 8px;
  border-radius: 15px;
  text-align: center;
  min-width: 100px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a .news-cat, .m-list-news > li > div .news-cat {
    margin-left: 30px;
  }
}

.m-list-news > li > a .news-ttl, .m-list-news > li > div .news-ttl {
  display: block;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a .news-ttl, .m-list-news > li > div .news-ttl {
    margin-top: 8px;
  }
}

.m-list-news > li > a {
  display: block;
  transition: all 0.3s ease-out;
  position: relative;
}

.m-list-news > li > a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

.m-list-news > li > a[target='_blank']:not(.noticon):before {
  content: none;
}

.m-list-news > li > a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
  width: 0.9375em;
  height: 1.125em;
}

.m-list-news > li > a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

.m-list-news > li > a:after {
  position: absolute !important;
  content: '';
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 10px;
  background-color: #DC000C;
  border-radius: 50%;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}

.m-list-news > li > a:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 14.25px;
  margin: auto;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  width: 9.5px;
  height: 8.5px;
  background-size: 100% auto;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a:before {
    right: 24.5px;
    width: 11px;
    height: 10px;
  }
}

[data-whatinput="keyboard"] .m-list-news > li > a:focus {
  text-decoration: none;
  color: #DC000C;
}

[data-whatinput="keyboard"] .m-list-news > li > a:focus:before {
  -webkit-animation: arrowTrans 0.4s linear 1;
          animation: arrowTrans 0.4s linear 1;
}

@media print, screen and (min-width: 1025px) {
  .m-list-news > li > a:hover {
    text-decoration: none;
    color: #DC000C;
  }
  .m-list-news > li > a:hover:before {
    -webkit-animation: arrowTrans 0.4s linear 1;
            animation: arrowTrans 0.4s linear 1;
  }
}

.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.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

.m-list-desc a[target='_blank']:not(.noticon):before {
  content: none;
}

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

.m-list-desc a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

.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: 10px;
  counter-reset: number;
}

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

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

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

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

.m-list-desc > li > ul > li {
  padding-left: 0.9em;
}

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

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

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

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

.m-list-desc > li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DC000C;
  top: .65em;
  left: 0;
}

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

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

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

.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.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

.m-list-num a[target='_blank']:not(.noticon):before {
  content: none;
}

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

.m-list-num a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

.m-list-num > li {
  margin-top: 10px;
  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: 10px;
  counter-reset: number;
}

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

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

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

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

.m-list-num > li > ul > li {
  padding-left: 0.9em;
}

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

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

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

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

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

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

.m-list-attn a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

.m-list-attn a[target='_blank']:not(.noticon):before {
  content: none;
}

.m-list-attn a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
  width: 0.9375em;
  height: 1.125em;
}

.m-list-attn a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

.m-list-attn > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 5px;
  padding-left: 25px;
}

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

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

.m-list-attn > li:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  top: .4em;
  left: 0;
  background: url(../svg/i_attn.svg) center no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-attn > li:before {
    width: 21px;
    height: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-thumbnail .thumbnail-item[target='_blank']:not(.noticon) > .item-ttl > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

.m-list-thumbnail .thumbnail-item[target='_blank']:not(.noticon) > .item-ttl > span:before {
  content: none;
}

.m-list-thumbnail .thumbnail-item[href$=".pdf"]:not(.noticon) > .item-ttl > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
  width: 0.9375em;
  height: 1.125em;
}

.m-list-thumbnail .thumbnail-item[href$=".pdf"]:not(.noticon) > .item-ttl > span:before {
  content: none;
}

.m-list-thumbnail .thumbnail-item .item-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  background-color: #F5F5F5;
  padding-top: 66.785%;
}

.m-list-thumbnail .thumbnail-item .item-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}

.m-list-thumbnail .thumbnail-item .item-ttl {
  margin-top: 10px;
  display: inline-block;
  transition: all .3s ease-out;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

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

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

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail .thumbnail-item .item-ttl > span {
    padding-left: 30px;
  }
}

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

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

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

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

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

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

.m-list-thumbnail.thumbnail-icon .thumbnail-item .item-img {
  height: 75px;
  padding: 0;
  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;
  transition: all 0.3s ease-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0);
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail.thumbnail-icon .thumbnail-item .item-img {
    height: 120px;
  }
}

.m-list-thumbnail.thumbnail-icon .thumbnail-item .item-img img {
  height: 36px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail.thumbnail-icon .thumbnail-item .item-img img {
    height: 60px;
  }
}

[data-whatinput="keyboard"] .m-list-thumbnail.thumbnail-icon .thumbnail-item:focus .item-img {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

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

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail.thumbnail-icon .thumbnail-item:hover .item-img {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  }
  .m-list-thumbnail.thumbnail-icon .thumbnail-item:hover .item-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

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.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

ul.m-list-asterisk a[target='_blank']:not(.noticon):before {
  content: none;
}

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

ul.m-list-asterisk a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

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

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

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

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

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

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

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

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

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

@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.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

ol.m-list-asterisk a[target='_blank']:not(.noticon):before {
  content: none;
}

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

ol.m-list-asterisk a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

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

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

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

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

@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: 10px;
  counter-reset: number;
}

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

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

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

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

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

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

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

.m-list-pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

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

.m-list-pager > li.pager-num {
  padding: 0 5px;
}

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

.m-list-pager > li.pager-num > a {
  padding: 5px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease-out;
}

.m-list-pager > li.pager-num > a:after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}

.m-list-pager > li.pager-num > a.is-active {
  color: #DC000C;
}

.m-list-pager > li.pager-num > a.is-active:after {
  background-color: #DC000C;
}

[data-whatinput="keyboard"] .m-list-pager > li.pager-num > a:focus {
  text-decoration: none;
  color: #DC000C;
}

@media print, screen and (min-width: 1025px) {
  .m-list-pager > li.pager-num > a:hover {
    text-decoration: none;
    color: #DC000C;
  }
}

.m-list-pager > li > a {
  color: #A0A9B2;
  display: inline-block;
  line-height: 1.0;
}

.m-list-pager > li.pager-prev, .m-list-pager > li.pager-next {
  width: 40px;
  height: 40px;
}

.m-list-pager > li.pager-prev > a, .m-list-pager > li.pager-next > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
}

.m-list-pager > li.pager-prev > a:before, .m-list-pager > li.pager-next > a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #DC000C;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s ease-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0);
}

.m-list-pager > li.pager-prev > a:after, .m-list-pager > li.pager-next > a:after {
  position: absolute;
  content: '';
  width: 13.78px;
  height: 11.635px;
  background: url(../svg/i_arrow3.svg) center no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-list-pager > li.pager-prev > a > span, .m-list-pager > li.pager-next > a > span {
  text-indent: -9999px;
  display: inline-block;
}

[data-whatinput="keyboard"] .m-list-pager > li.pager-prev > a:focus:before, [data-whatinput="keyboard"] .m-list-pager > li.pager-next > a:focus:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

@media print, screen and (min-width: 1025px) {
  .m-list-pager > li.pager-prev > a:hover:before, .m-list-pager > li.pager-next > a:hover:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  }
}

.m-list-pager > li.pager-prev {
  margin-right: 10px;
}

.m-list-pager > li.pager-prev > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-list-pager > li.pager-next {
  margin-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-link a[target='_blank']:not(.noticon):before {
  content: none;
}

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

.m-list-link a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
  border-radius: 10px;
}

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

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

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

.m-list-image.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: 16px;
    padding-right: 16px;
    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: 16px;
    padding-left: 16px;
    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: 14px;
  font-size: 1.4rem;
  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: 15px;
  }
}

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

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

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

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

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

.m-list-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px -3px 0;
}

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

.m-list-category .category-item {
  padding: 0 3px;
  margin-top: 6px;
}

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

.m-list-category .category-item .item-txt {
  font-size: 11px;
  font-size: 1.1rem;
  color: #DC000C;
  display: block;
  line-height: 1;
  padding: 4px 10px 6px;
  border: solid 1px #DC000C;
  border-radius: 12px;
}

@media print, screen and (min-width: 768px) {
  .m-list-category .category-item .item-txt {
    font-size: 1.2rem;
    padding: 7px 12px 9px;
    border-radius: 15px;
  }
}

[data-slide-common] {
  position: relative;
}

@media screen and (max-width: 767px) {
  [data-slide-common] {
    margin-right: -20px !important;
  }
}

@media print, screen and (min-width: 768px) {
  [data-slide-common] .swiper-container {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  [data-slide-sp] {
    margin-right: -20px !important;
  }
}

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

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

.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: 8px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
}

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

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

.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 screen and (max-width: 767px) {
  .m-table-common tbody tr th > *:first-child.u-box-anc, .m-table-common thead tr th > *:first-child.u-box-anc {
    margin-top: -50px !important;
  }
}

@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 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 screen and (max-width: 767px) {
  .m-table-common tbody tr td > *:first-child.u-box-anc, .m-table-common thead tr td > *:first-child.u-box-anc {
    margin-top: -50px !important;
  }
}

@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 tbody tr td a[target='_blank']:not(.noticon):after, .m-table-common thead tr td a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

.m-table-common tbody tr td a[target='_blank']:not(.noticon):before, .m-table-common thead tr td a[target='_blank']:not(.noticon):before {
  content: none;
}

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

.m-table-common tbody tr td a[href$=".pdf"]:not(.noticon):before, .m-table-common thead tr td a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

.m-table-common thead th, .m-table-common thead td {
  background: #A0A9B2;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.m-table-common thead th a[target='_blank']:not(.noticon):after, .m-table-common thead td a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

.m-table-common thead th a[target='_blank']:not(.noticon):before, .m-table-common thead td a[target='_blank']:not(.noticon):before {
  content: none;
}

.m-table-common thead th a[href$=".pdf"]:not(.noticon):after, .m-table-common thead td a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
  width: 0.9375em;
  height: 1.125em;
}

.m-table-common thead th a[href$=".pdf"]:not(.noticon):before, .m-table-common thead td a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

.m-table-common tbody tr {
  text-align: left;
}

.m-table-common tbody tr:nth-child(even) {
  background-color: #F5F5F5;
}

.m-table-common tbody tr a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

.m-table-common tbody tr a[target='_blank']:not(.noticon):before {
  content: none;
}

.m-table-common tbody tr a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=000") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
  width: 0.9375em;
  height: 1.125em;
}

.m-table-common tbody tr a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

.m-table-common tbody th {
  background: rgba(160, 169, 178, 0.5);
}

.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-common.table-size-s th, .m-table-common.table-size-s td {
  padding: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-table-common.table-size-s th, .m-table-common.table-size-s td {
    padding: 10px;
  }
}

.m-table-common.table-size-s th {
  font-size: 13px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .m-table-common.table-size-s th {
    font-size: 1.5rem;
  }
}

.m-table-common.table-size-s td {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .m-table-common.table-size-s td {
    font-size: 1.5rem;
  }
}

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

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

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

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

.m-table-scroll .scroll-mark span:before, .m-table-scroll .scroll-mark span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
}

.m-table-scroll .scroll-mark span:before {
  left: -12px;
  border-width: 8px 13.0px 8px 0;
  border-color: transparent #DC000C transparent transparent;
}

.m-table-scroll .scroll-mark span:after {
  right: -12px;
  border-width: 8px 0 8px 13.0px;
  border-color: transparent transparent transparent #DC000C;
}

.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 {
  background: #A0A9B2;
  width: 15px;
  height: 3px;
  border-radius: 2px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #DC000C;
  border-radius: 2px;
}

@media print, screen and (min-width: 768px) {
  .WXNtopmenu2 {
    width: calc(50% - 16px) !important;
    margin-right: auto;
  }
}

.WXNtopmenu2 tbody tr th, .WXNtopmenu2 tbody tr td {
  border: solid 1px #A0A9B2;
  padding: 8px 12px;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .WXNtopmenu2 tbody tr th, .WXNtopmenu2 tbody tr td {
    font-size: 1.4rem !important;
    padding: 12px 15px;
  }
}

.WXNtopmenu2 tbody tr td:first-child a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.WXNtopmenu2 tbody tr td a {
  display: block;
}

.WXNtopmenu2 tbody tr:first-child td a, .WXNtopmenu2 tbody tr:last-child td a {
  display: block;
}

.m-txt-ttl {
  background-color: #DC000C;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.m-txt-ttl .ttl-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 75px;
  padding-bottom: 40px;
  min-height: 200px;
  z-index: 1;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .m-txt-ttl .ttl-inner {
    min-height: 350px;
    padding-top: 130px;
    padding-bottom: 55px;
  }
}

.m-txt-ttl .ttl-inner .ttl-main {
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-top: 25px;
}

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

.m-txt-ttl .ttl-inner .ttl-copy {
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-copy {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-detail .ttl-inner {
    padding-bottom: 100px;
  }
}

.m-txt-ttl.ttl-has-img {
  position: relative;
}

.m-txt-ttl.ttl-has-img:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.m-txt-ttl.ttl-has-img.know {
  background-image: url(/assets/images/know/bg_main_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.know {
    background-image: url(/assets/images/know/bg_main_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.know.points {
  background-image: url(/assets/images/know/bg_main_points_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.know.points {
    background-image: url(/assets/images/know/bg_main_points_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.know.shopping_articles {
  background-image: url(/assets/images/know/bg_main_shopping_articles_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.know.shopping_articles {
    background-image: url(/assets/images/know/bg_main_shopping_articles_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.know.tips {
  background-image: url(/assets/images/know/bg_main_tips_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.know.tips {
    background-image: url(/assets/images/know/bg_main_tips_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.search {
  background-image: url(/assets/images/search/bg_main_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.search {
    background-image: url(/assets/images/search/bg_main_pc.jpg);
  }
}

@media screen and (max-width: 767px) {
  .m-txt-ttl.ttl-has-img.search .ttl-inner {
    padding-bottom: 70px;
    min-height: 225px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.search .ttl-inner {
    padding-bottom: 100px;
  }
}

.m-txt-ttl.ttl-has-img.search.shops {
  background-image: url(/assets/images/search/bg_main_shops_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.search.shops {
    background-image: url(/assets/images/search/bg_main_shops_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.search.items {
  background-image: url(/assets/images/search/bg_main_items_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.search.items {
    background-image: url(/assets/images/search/bg_main_items_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.search.coupons {
  background-image: url(/assets/images/search/bg_main_coupons_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.search.coupons {
    background-image: url(/assets/images/search/bg_main_coupons_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.search.events {
  background-image: url(/assets/images/search/bg_main_events_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.search.events {
    background-image: url(/assets/images/search/bg_main_events_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.search.experiences {
  background-image: url(/assets/images/search/bg_main_experiences_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.search.experiences {
    background-image: url(/assets/images/search/bg_main_experiences_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.search.shopping_articles {
  background-image: url(/assets/images/search/bg_main_shopping_articles_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.search.shopping_articles {
    background-image: url(/assets/images/search/bg_main_shopping_articles_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.special {
  background-image: url(/assets/images/special/bg_main_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.special {
    background-image: url(/assets/images/special/bg_main_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.special.experiences {
  background-image: url(/assets/images/special/bg_main_experiences_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.special.experiences {
    background-image: url(/assets/images/special/bg_main_experiences_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.special.area {
  background-image: url(/assets/images/special/bg_main_area_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.special.area {
    background-image: url(/assets/images/special/bg_main_area_pc.jpg);
  }
}

.m-txt-ttl.ttl-has-img.special.special_feature {
  background-image: url(/assets/images/special/bg_main_special_feature_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-has-img.special.special_feature {
    background-image: url(/assets/images/special/bg_main_special_feature_pc.jpg);
  }
}

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

.m-txt-ttl2 + .u-box-filter .filter-inner > *:first-child {
  margin-top: 0 !important;
}

.m-txt-ttl2 + .m-list-category {
  margin-top: -6px !important;
}

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

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

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

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

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

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

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

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

@media 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: 2.4rem;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}

.m-txt-ttl2:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #A0A9B2;
  width: 100%;
}

.m-txt-ttl2 span {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2 span {
    padding-bottom: 17px;
  }
}

.m-txt-ttl2 span:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #DC000C;
  width: 100%;
  z-index: 1;
}

.m-txt-ttl3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 11px;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
}

.m-txt-ttl3 + .u-box-filter .filter-inner > *:first-child {
  margin-top: 0 !important;
}

.m-txt-ttl3 + .m-list-category {
  margin-top: -6px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 + .m-list-category {
    margin-top: -10px !important;
  }
}

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

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

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

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

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

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

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

@media 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.0rem;
    padding-left: 15px;
    margin-top: 55px;
    margin-bottom: 25px;
  }
}

.m-txt-ttl3:before {
  position: absolute;
  content: '';
  top: 0.15em;
  bottom: 0.15em;
  left: 0;
  width: 2px;
  border-radius: 1px;
  background-color: #DC000C;
}

.m-txt-ttl4 {
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-txt-ttl4 + .u-box-filter .filter-inner > *:first-child {
  margin-top: 0 !important;
}

.m-txt-ttl4 + .m-list-category {
  margin-top: -6px !important;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl4 + .m-list-category {
    margin-top: -10px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.m-txt-p {
  letter-spacing: 0.04em;
  margin-top: 20px;
}

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

.m-txt-p a {
  position: relative;
  display: inline-block;
  word-break: break-all;
}

.m-txt-p a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

.m-txt-p a[target='_blank']:not(.noticon):before {
  content: none;
}

.m-txt-p a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
  width: 0.9375em;
  height: 1.125em;
}

.m-txt-p a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

.m-txt-p a:link, .m-txt-p a:visited {
  text-decoration: underline;
}

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

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

.m-txt-p.txt-s {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

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

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

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

.m-txt-cat {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 8px 15px;
  text-align: center;
  border-radius: 15px;
  min-width: 55px;
  background-color: #DC000C;
  margin-top: 10px;
}

.m-txt-link {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  color: #000 !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  transition: all .2s ease-out;
}

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

.m-txt-link[target='_blank']:not(.noticon):before {
  content: none;
}

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

.m-txt-link[href$=".pdf"]:not(.noticon):before {
  content: none;
}

@media print, screen and (min-width: 768px) {
  .m-txt-link {
    padding-left: 30px;
    font-size: 1.8rem;
  }
}

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

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

.m-txt-link.link-arrow-under {
  padding-left: 28px;
}

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

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

[data-whatinput="keyboard"] .m-txt-link:focus {
  text-decoration: none;
  color: #DC000C !important;
}

@media print, screen and (min-width: 1025px) {
  .m-txt-link:hover {
    text-decoration: none;
    color: #DC000C !important;
  }
}

.m-txt-news-head {
  text-align: right;
}

.m-txt-news-head .head-date {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #7E7E7E;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

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

.m-txt-news-head .head-cat {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #DC000C;
  color: #fff;
  line-height: 1.25;
  padding: 8px;
  border-radius: 15px;
  text-align: center;
  min-width: 100px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .m-txt-news-head .head-cat {
    margin-left: 30px;
  }
}

.m-btn-simple {
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  padding: 11px 17px;
  border-radius: 25px;
  border: none;
  position: relative;
}

.m-btn-simple[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

.m-btn-simple[target='_blank']:not(.noticon) > span:before {
  content: none;
}

.m-btn-simple[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
  width: 0.9375em;
  height: 1.125em;
}

.m-btn-simple[href$=".pdf"]:not(.noticon) > span:before {
  content: none;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple {
    padding: 14px 20px;
    border-radius: 30px;
  }
}

.m-btn-simple:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #DC000C;
  border-radius: 25px;
  transition: all 0.3s ease-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0);
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple:before {
    border-radius: 30px;
  }
}

.m-btn-simple span {
  display: block;
  padding-right: 25px;
  padding-left: 22px;
  position: relative;
  text-align: center;
}

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

.m-btn-simple span:after {
  position: absolute !important;
  content: '';
  top: 0;
  bottom: 0;
  right: 4.25px;
  margin: auto;
  background: url(../svg/i_arrow3.svg?c=DC000C) center no-repeat;
  width: 9.5px;
  height: 8.5px;
  background-size: 100% auto;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple span:after {
    right: 4.5px;
    width: 11px;
    height: 10px;
  }
}

.m-btn-simple span:before {
  position: absolute !important;
  content: '';
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}

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

[data-whatinput="keyboard"] .m-btn-simple:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-btn-simple:focus:before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

[data-whatinput="keyboard"] .m-btn-simple:focus span:after {
  -webkit-animation: arrowTrans 0.4s linear 1;
          animation: arrowTrans 0.4s linear 1;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-simple:hover {
    text-decoration: none;
  }
  .m-btn-simple:hover:before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  }
  .m-btn-simple:hover span:after {
    -webkit-animation: arrowTrans 0.4s linear 1;
            animation: arrowTrans 0.4s linear 1;
  }
}

.m-btn-simple.btn-s {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-s {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.m-btn-simple.btn-white {
  color: #DC000C !important;
}

.m-btn-simple.btn-white[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

.m-btn-simple.btn-white[target='_blank']:not(.noticon) > span:before {
  content: none;
}

.m-btn-simple.btn-white[href$=".pdf"]:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=DC000C") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
  width: 0.9375em;
  height: 1.125em;
}

.m-btn-simple.btn-white[href$=".pdf"]:not(.noticon) > span:before {
  content: none;
}

.m-btn-simple.btn-white:before {
  background-color: #fff;
}

.m-btn-simple.btn-white span:after {
  background-color: #DC000C;
}

.m-btn-simple.btn-white span:before {
  background-image: url(../svg/i_arrow3.svg);
}

.m-btn-simple.btn-search span:after {
  background-image: url(../svg/i_search.svg);
  width: 18px;
  height: 18px;
  right: 0;
}

.m-btn-simple.btn-search span:before {
  content: none;
}

[data-whatinput="keyboard"] .m-btn-simple.btn-search:focus span:after {
  -webkit-animation: none;
          animation: none;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-simple.btn-search:hover span:after {
    -webkit-animation: none;
            animation: none;
  }
}

.m-btn-close {
  background-color: transparent;
  padding: 0;
  border: none;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-close {
    width: 80px;
    height: 80px;
  }
}

.m-btn-close:before, .m-btn-close:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-btn-close:before {
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.m-btn-close:after {
  background: url(../svg/i_close.svg) center no-repeat;
  width: 15px;
  height: 15px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-close:after {
    width: 24px;
    height: 24px;
  }
}

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

[data-whatinput="keyboard"] .m-btn-close:focus:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media print, screen and (min-width: 1025px) {
  .m-btn-close:hover:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -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;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: Alpha(Opacity=0.3);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

:root {
  --duet-color-primary: #DC000C;
  --duet-color-text: #000;
  --duet-color-text-active: #fff;
  --duet-color-placeholder: #A0A9B2;
  --duet-color-button: #fff;
  --duet-color-surface: #fff;
  --duet-color-overlay: rgba(0, 0, 0, 0.8);
  --duet-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --duet-font-normal: 400;
  --duet-font-bold: 600;
  --duet-radius: 4px;
  --duet-z-index: 600;
}

html {
  color: #000;
  font-size: 62.5%;
}

[lang="ja"] {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

[lang="en"] {
  font-family: 'Montserrat', sans-serif;
}

[lang="zh-cmn-Hans"] {
  font-family: 'Microsoft YaHei', 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[lang="zh-cmn-Hant"] {
  font-family: "Microsoft JhengHei", 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[lang="ko"] {
  font-family: 'Malgun Gothic',Gulim, 'Apple SD Gothic Neo', "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

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

a:hover, a:active {
  color: #DC000C;
}

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

button, input {
  outline-width: 0px;
}

@media screen and (max-width: 1024px) {
  button, input {
    outline: none;
  }
}

[data-whatinput='keyboard'] button:focus, [data-whatinput='keyboard'] input:focus {
  outline-width: 1px;
}

#l-wrap {
  overflow-x: hidden;
}

/* header style */
#l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 10px;
}

@media print, screen and (min-width: 1025px) {
  #l-header {
    padding-top: 20px;
  }
}

#l-header .header-outer .header-inner {
  z-index: 120;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 30px;
    bottom: 0;
    right: 140px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    z-index: -1;
  }
}

#l-header .header-outer .header-inner .header-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
  height: 50px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap {
    height: 80px;
    padding-right: 0;
    position: relative;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-head {
  width: calc(100% - 116px);
  padding-left: 8px;
  padding-right: 52px;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-head {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: auto;
    padding: 0;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-head:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 0 25px 25px 0 / 0 25px 25px 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  z-index: -1;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-head:before {
    content: none;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-head .head-logo {
  line-height: 0;
  max-width: 172px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-head .head-logo {
    max-width: none;
    width: 236px;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-head .head-logo > a {
  display: block;
}

#l-header .header-outer .header-inner .header-wrap .header-head .head-copy {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-head .head-copy {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 18px;
    color: #7E7E7E;
  }
}

@media screen and (max-width: 1024px) {
  #l-header .header-outer .header-inner .header-wrap .header-nav-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-nav-pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-wrap .header-nav-pc:after {
    position: absolute;
    content: '';
    right: 0;
    height: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    background-color: #A0A9B2;
    pointer-events: none;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 20px;
  transition: all 0.3s ease-out;
  position: relative;
}

#l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item a:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #DC000C;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin: auto;
  transition: all 0.5s cubic-bezier(0.18, 0.65, 0.08, 1);
}

#l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item a span {
  display: block;
  background-color: #fff;
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item a:focus {
  text-decoration: none;
  color: #DC000C;
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item a:focus:after {
  -webkit-transform: translateY(23px);
          transform: translateY(23px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item a:hover {
    text-decoration: none;
    color: #DC000C;
  }
  #l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item a:hover:after {
    -webkit-transform: translateY(23px);
            transform: translateY(23px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

#l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item a.is-current, #l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item a.is-open {
  color: #DC000C;
}

#l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item a.is-current:after, #l-header .header-outer .header-inner .header-wrap .header-nav-pc .nav-list .list-item a.is-open:after {
  -webkit-transform: translateY(23px);
          transform: translateY(23px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#l-header .header-outer .header-inner .header-wrap .header-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item .item-btn {
  border: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.menu {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-action .action-item.menu {
    display: none;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.menu .item-btn {
  width: 35px;
  height: 35px;
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.menu .item-btn > .btn-wrap, #l-header .header-outer .header-inner .header-wrap .header-action .action-item.menu .item-btn:before, #l-header .header-outer .header-inner .header-wrap .header-action .action-item.menu .item-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin-left: -12px;
  background-color: #DC000C;
  border-radius: 1px;
  display: inline-block;
  transition: all .3s ease-in-out;
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.menu .item-btn > .btn-wrap {
  margin-top: -14px;
  font-size: 0;
  color: transparent;
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.menu .item-btn:before {
  margin-top: -8px;
  content: '';
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.menu .item-btn:after {
  margin-top: -2px;
  content: '';
}

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

.menu-open #l-header .header-outer .header-inner .header-wrap .header-action .action-item.menu .item-btn:before {
  transition: .2s ease .1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

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

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.menu .item-btn .btn-txt {
  display: inline-block;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  margin: auto;
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn, #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:before, #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-out;
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:after, #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn .btn-txt, #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn .btn-txt {
  text-indent: -9999px;
  display: inline-block;
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:focus:before, [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:focus:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:hover:before, #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:hover:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn {
    width: 40px;
    height: 40px;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:before {
  background-color: #fff;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:before {
    box-shadow: none;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:after {
  background-image: url(../svg/i_web.svg?c=000);
  transition: all 0.2s ease-out;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:after {
    width: 20px;
    height: 20px;
  }
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:focus:after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:hover:after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media print, screen and (min-width: 1025px) {
  .lang-open #l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:before {
    background-color: #DC000C;
  }
  .lang-open #l-header .header-outer .header-inner .header-wrap .header-action .action-item.lang .item-btn:after {
    background-image: url(../svg/i_close.svg?c=fff);
    width: 14px;
    height: 14px;
    -webkit-transform: none;
            transform: none;
    transition: none;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.search {
  margin-left: 8px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search {
    margin-left: 50px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn {
    width: 80px;
    height: 80px;
  }
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:before {
  background-color: #fff;
}

#l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:after {
  background-image: url(../svg/i_search.svg?c=DC000C);
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:after {
    width: 24px;
    height: 24px;
  }
}

.is-reversal #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:before {
  background-color: #DC000C;
}

.is-reversal #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:after {
  background-image: url(../svg/i_search.svg?c=fff);
}

@media print, screen and (min-width: 1025px) {
  .is-reversal #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:after {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .menu-open #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:before {
    background-color: #fff !important;
  }
  .menu-open #l-header .header-outer .header-inner .header-wrap .header-action .action-item.search .item-btn:after {
    background-image: url(../svg/i_search.svg?c=DC000C) !important;
  }
}

@media screen and (max-width: 1024px) {
  #l-header .header-outer .header-inner .header-menu-sp {
    background-color: #DC000C;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 75px 10px 30px;
    overflow-y: auto;
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-copy {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #fff;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list {
    margin-top: 15px;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item {
    margin-top: 5px;
    border-radius: 10px;
    overflow: hidden;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-head {
    display: block;
    line-height: 1.5;
    font-weight: bold;
    padding: 20px 55px 20px 15px;
    background-color: #fff;
    color: #000;
    position: relative;
    transition: all 0.2s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-head span {
    padding-left: 5px;
    transition: all 0.3s ease-out;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-head span:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    transition: all 0.3s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-head:before, #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-head:after {
    content: '';
    background-color: #000;
    width: 15px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-radius: 1px;
    transition: all .6s ease-out;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-head:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-head.is-current {
    color: #DC000C;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-head.is-current span {
    padding-left: 20px;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-head.is-current span:before {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #DC000C;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item.is-active .item-head {
    color: #DC000C;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item.is-active .item-head span {
    padding-left: 20px;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item.is-active .item-head span:before {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #DC000C;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item.is-active .item-head:before, #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item.is-active .item-head:after {
    background-color: #DC000C;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item.is-active .item-head:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item.is-active .item-head:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-subnav {
    border-top: solid 1px #707070;
    background-color: #fff;
    display: none;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-subnav .subnav-inner {
    padding: 15px 35px 20px;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-subnav .subnav-inner .subnav-list > .list-item:nth-child(n+2) {
    margin-top: 15px;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-subnav .subnav-inner .subnav-list > .list-item .item-inner {
    color: #000;
    display: block;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-subnav .subnav-inner .subnav-list > .list-item .item-inner .item-txt {
    line-height: 1.5;
    position: relative;
    display: block;
    padding-left: 20px;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-subnav .subnav-inner .subnav-list > .list-item .item-inner .item-txt:before {
    position: absolute;
    content: '';
    top: 0.4em;
    left: 0;
    background: url(../svg/i_arrow3.svg?c=DC000C) center no-repeat;
    width: 9.5px;
    height: 8.5px;
    background-size: 100% auto;
  }
  #l-header .header-outer .header-inner .header-menu-sp .menu-gnav .gnav-list > .list-item .item-subnav .subnav-inner .subnav-list > .list-item .item-inner[target="_blank"] .item-txt:after {
    position: relative;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url(../svg/i_blank.svg?c=DC000C) no-repeat right top;
    background-size: 100% auto;
    top: -0.15em;
  }
  #l-header .header-outer .header-inner .header-lnav-pc {
    display: none !important;
  }
  #l-header .header-outer .header-inner .header-lang {
    background-color: #DC000C;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner {
    overflow-y: auto;
    padding: 75px 10px 30px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list {
    margin: 0 -3px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 3px;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item a {
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    background-color: #fff;
    padding: 20px 5px;
    display: block;
    text-align: center;
    border-radius: 10px;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item a > span {
    position: relative;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item:nth-child(n+3) {
    margin-top: 6px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-menu-sp {
    display: none;
  }
  #l-header .header-outer .header-inner .header-lnav-pc {
    width: calc(100% - 110px);
    border-top: solid 1px transparent;
    transition: border-color 0s ease 0.2s;
    display: none;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner {
    padding: 20px 40px 50px;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-head a {
    display: inline-block;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: bold;
    padding-right: 35px;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-head a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #DC000C;
    border-radius: 50%;
    margin: auto;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-head a:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 4.5px;
    margin: auto;
    background: url(../svg/i_arrow3.svg) center no-repeat;
    width: 11px;
    height: 10px;
    background-size: 100% auto;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-head a:focus {
    text-decoration: none;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-head a:focus:after {
    -webkit-animation: arrowTrans 0.4s linear 1;
            animation: arrowTrans 0.4s linear 1;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-head a:hover {
    text-decoration: none;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-head a:hover:after {
    -webkit-animation: arrowTrans 0.4s linear 1;
            animation: arrowTrans 0.4s linear 1;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-close {
    position: absolute;
    top: 15px;
    right: 30px;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-close .m-btn-close {
    width: 40px;
    height: 40px;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-close .m-btn-close:before {
    background-color: #DC000C;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-close .m-btn-close:after {
    width: 14px;
    height: 14px;
    background-image: url(../svg/i_close.svg?c=fff);
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list {
    margin: 0 -12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 12px;
  }
}

@media print {
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 12px;
  }
}

@media print {
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item {
    width: 33.33333%;
    display: inline-block;
    padding: 0 12px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item:nth-child(n+4) {
    margin-top: 24px;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner {
    color: #fff;
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner .item-img {
    overflow: hidden;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner .item-img img {
    transition: all 0.3s ease-out;
    -webkit-transform: scale(1.0001);
            transform: scale(1.0001);
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner[target="_blank"] .item-txt:before {
    content: none;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner[target="_blank"] .item-txt:after {
    width: 14px;
    height: 14px;
    background-image: url(../svg/i_blank.svg);
    -webkit-animation: none !important;
            animation: none !important;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner .item-txt {
    background-color: #DC000C;
    font-size: 1.4rem;
    padding: 10px 45px 10px 10px;
    line-height: 1.5;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner .item-txt:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner .item-txt:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 14.5px;
    margin: auto;
    background: url(../svg/i_arrow3.svg?c=DC000C) center no-repeat;
    width: 11px;
    height: 10px;
    background-size: 100% auto;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner:focus {
    text-decoration: none;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner:focus .item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner:focus .item-txt:after {
    -webkit-animation: arrowTrans 0.4s linear 1;
            animation: arrowTrans 0.4s linear 1;
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner:hover {
    text-decoration: none;
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner:hover .item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #l-header .header-outer .header-inner .header-lnav-pc .lnav-inner .lnav-list .list-item .item-inner:hover .item-txt:after {
    -webkit-animation: arrowTrans 0.4s linear 1;
            animation: arrowTrans 0.4s linear 1;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-lnav-pc.is-active {
    border-color: #A0A9B2;
    transition: border-color 0s ease 0.1s;
  }
  #l-header .header-outer .header-inner .header-lang {
    display: none;
    width: calc(100% - 110px);
    border-top: solid 1px transparent;
    transition: border-color 0s ease 0.2s;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner {
    padding: 20px 40px 40px;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-close {
    display: none;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list {
    margin: 0 -7.5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print {
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item {
    padding: 0 7.5px;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item a {
    display: block;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.4rem;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    background-color: transparent;
    position: relative;
    min-width: 150px;
    text-align: center;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #DC000C;
    border-radius: 20px;
    transition: all 0.2s ease-out;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item a > span {
    position: relative;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item a:focus {
    text-decoration: none;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item a:focus:before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item a:hover {
    text-decoration: none;
  }
  #l-header .header-outer .header-inner .header-lang .lang-inner .lang-list .list-item a:hover:before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media print, screen and (min-width: 1025px) {
  .lang-open #l-header .header-outer .header-inner .header-lang {
    border-color: #A0A9B2;
    transition: border-color 0s ease 0.1s;
  }
}

#l-header .header-outer .header-inner .header-search {
  background-color: #DC000C;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-search {
    top: -20px;
    left: 30px;
    right: 30px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-search:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50%;
    width: 100vw;
    background-color: #DC000C;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#l-header .header-outer .header-inner .header-search .search-inner {
  overflow-y: auto;
  padding: 22px 10px 30px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-search .search-inner {
    padding: 30px 0px 40px;
  }
}

#l-header .header-outer .header-inner .header-search .search-inner .search-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-search .search-inner .search-close {
    top: 20px;
    right: 0;
  }
}

#l-header .header-outer .header-inner .header-search .search-inner .search-close .m-btn-close:before {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

#l-header .header-outer .header-inner .header-search .search-inner .search-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding-left: 45px;
  padding-right: 70px;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-search .search-inner .search-ttl {
    font-size: 3.6rem;
    padding-left: 70px;
    padding-right: 100px;
  }
}

#l-header .header-outer .header-inner .header-search .search-inner .search-ttl:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background: url(../svg/i_search.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-search .search-inner .search-ttl:after {
    width: 36px;
    height: 36px;
    left: 7px;
  }
}

#l-header .header-outer .header-inner .header-search .search-inner .search-wrap {
  margin-top: 15px;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-search .search-inner .search-wrap {
    margin-top: 35px;
  }
}

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

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

#l-content .content-inner[data-fixed] > *:first-child, #l-content .content-inner[data-fixed2] > *:first-child {
  margin-top: 0 !important;
}

#l-content .content-inner[data-fixed] > *:first-child.m-box-section, #l-content .content-inner[data-fixed2] > *:first-child.m-box-section {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  #l-content .content-inner[data-fixed] > *:first-child.u-box-anc, #l-content .content-inner[data-fixed2] > *:first-child.u-box-anc {
    margin-top: -50px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#l-search {
  padding-top: 0 !important;
}

#l-search [data-fixed] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #l-search [data-fixed] {
    padding: 0 10px;
  }
}

#l-search [data-fixed] .m-box-search {
  margin-top: -50px;
}

@media print, screen and (min-width: 768px) {
  #l-search [data-fixed] .m-box-search {
    margin-top: -60px;
  }
}

/* footer style */
#l-footer {
  background-color: #000;
  padding-bottom: 35px;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  #l-footer {
    padding-bottom: 0;
  }
}

#l-footer .footer-pagetop {
  display: none;
}

#l-footer .footer-pagetop .pagetop-btn {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.0;
  padding: 10px 0 10px 10px;
  right: 5px;
  bottom: 0;
  -webkit-transform: rotateZ(90deg) translateY(100%);
          transform: rotateZ(90deg) translateY(100%);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  z-index: 10;
  position: absolute;
  color: #fff;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn {
    font-size: 1.6rem;
    right: 50px;
    position: fixed;
    color: #DC000C;
  }
}

#l-footer .footer-pagetop .pagetop-btn .btn-txt {
  padding-right: 70px;
  display: block;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn .btn-txt {
    padding-right: 90px;
  }
}

#l-footer .footer-pagetop .pagetop-btn .btn-txt:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn .btn-txt:before {
    width: 75px;
  }
}

#l-footer .footer-pagetop .pagetop-btn .btn-txt:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #DC000C;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn .btn-txt:after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}

[data-whatinput="keyboard"] #l-footer .footer-pagetop .pagetop-btn:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] #l-footer .footer-pagetop .pagetop-btn:focus .btn-txt:after {
  -webkit-animation: pagetopTrans 1.0s linear infinite;
          animation: pagetopTrans 1.0s linear infinite;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop .pagetop-btn:hover {
    text-decoration: none;
  }
  #l-footer .footer-pagetop .pagetop-btn:hover .btn-txt:after {
    -webkit-animation: pagetopTrans 1.0s linear infinite;
            animation: pagetopTrans 1.0s linear infinite;
  }
}

#l-footer .footer-pagetop.is-reversal .pagetop-btn .btn-txt:before {
  background-color: #000;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
}

#l-footer .footer-inner {
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner {
    padding: 0 30px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    box-sizing: content-box;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#l-footer .footer-inner .footer-hotline {
  background-color: #DC000C;
  color: #fff;
  border-radius: 30px;
  padding: 30px 20px;
  margin-top: -50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-inner .footer-hotline {
    padding: 30px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-hotline {
    width: 55%;
    border-radius: 50px 50px 0 0 / 50px 50px 0 0;
    padding: 40px 40px 45px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#l-footer .footer-inner .footer-hotline .hotline-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding-top: 35px;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-hotline .hotline-ttl {
    font-size: 2.2rem;
    padding-top: 40px;
  }
}

#l-footer .footer-inner .footer-hotline .hotline-ttl:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../svg/i_attn.svg?c=fff) center no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-hotline .hotline-ttl:before {
    width: 35px;
    height: 35px;
  }
}

#l-footer .footer-inner .footer-hotline .hotline-txt {
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-hotline .hotline-txt {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-inner .footer-hotline .hotline-info {
    margin: 0 -30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-hotline .hotline-info {
    margin: 0 -40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  #l-footer .footer-inner .footer-hotline .hotline-info {
    display: block;
    letter-spacing: -.40em;
  }
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: solid 1px #fff;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-hotline .hotline-info .info-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 40px;
    margin-top: 30px;
    padding-top: 0;
    border-top: none;
  }
}

@media print {
  #l-footer .footer-inner .footer-hotline .hotline-info .info-item {
    width: 50%;
    display: inline-block;
    padding: 0 40px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-inner .footer-hotline .hotline-info .info-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 30px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-hotline .hotline-info .info-item:nth-child(n+2) {
    border-left: solid 1px #fff;
  }
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner {
  height: 100%;
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-ttl {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-ttl {
    font-size: 1.4rem;
  }
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-ttl span {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 8px;
  font-family: 'Montserrat', sans-serif;
  display: block;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-ttl span {
    font-size: 1.2rem;
  }
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding-left: 20px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt {
    font-size: 1.4rem;
    padding-left: 25px;
    margin-top: 12px;
  }
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.5em;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt > a {
  color: #fff;
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt > a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt > a[target='_blank']:not(.noticon):before {
  content: none;
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt > a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.0em;
  height: 1.0em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  -webkit-animation: none;
          animation: none;
  border-radius: unset;
  width: 0.9375em;
  height: 1.125em;
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt > a[href$=".pdf"]:not(.noticon):before {
  content: none;
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt.txt-tel:before {
  background-image: url(../svg/i_tel.svg?c=fff);
  width: 12.4px;
  height: 12.4px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt.txt-tel:before {
    width: 14px;
    height: 14px;
  }
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt.txt-web:before {
  background-image: url(../svg/i_home.svg);
  width: 12px;
  height: 12px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner .item-txt.txt-web:before {
    width: 13.1px;
    height: 13px;
  }
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner ul.m-list-asterisk {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 0;
}

#l-footer .footer-inner .footer-hotline .hotline-info .info-item .item-inner ul.m-list-asterisk > li {
  margin-top: 0;
}

#l-footer .footer-inner .footer-wrap {
  margin-top: 40px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap {
    margin-top: 0;
    width: 45%;
    padding: 35px 25px;
  }
}

#l-footer .footer-inner .footer-wrap .footer-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap .footer-sns {
    padding: 0;
    margin: 0 -30px;
  }
}

#l-footer .footer-inner .footer-wrap .footer-sns .sns-item {
  padding: 0 20px;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap .footer-sns .sns-item {
    padding: 0 30px;
  }
}

#l-footer .footer-inner .footer-wrap .footer-sns .sns-item > a, #l-footer .footer-inner .footer-wrap .footer-sns .sns-item > button {
  padding: 0;
  border: none;
  background-color: transparent;
  display: inline-block;
}

#l-footer .footer-inner .footer-wrap .footer-sns .sns-item > a img, #l-footer .footer-inner .footer-wrap .footer-sns .sns-item > button img {
  height: 30px;
  transition: all 0.3s ease-out;
}

[data-whatinput="keyboard"] #l-footer .footer-inner .footer-wrap .footer-sns .sns-item > a:focus img, [data-whatinput="keyboard"] #l-footer .footer-inner .footer-wrap .footer-sns .sns-item > button:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap .footer-sns .sns-item > a:hover img, #l-footer .footer-inner .footer-wrap .footer-sns .sns-item > button:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #fff;
  border-radius: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup {
    width: 100px;
    height: 100px;
  }
}

#l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup .popup-img {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup .popup-img {
    width: 85px;
    height: 85px;
  }
}

#l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup > button {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #DC000C;
  border: none;
  padding: 0;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup > button {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
}

#l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup > button span {
  text-indent: -9999px;
  display: inline-block;
}

#l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup > button:before, #l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup > button:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  border-radius: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup > button:before, #l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup > button:after {
    width: 11px;
  }
}

#l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup > button:before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

#l-footer .footer-inner .footer-wrap .footer-sns .sns-item .item-popup > button:after {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

#l-footer .footer-inner .footer-wrap .footer-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap .footer-nav {
    margin-top: 65px;
  }
}

#l-footer .footer-inner .footer-wrap .footer-nav .nav-item {
  margin-top: 15px;
}

#l-footer .footer-inner .footer-wrap .footer-nav .nav-item:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: solid 1px #989898;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap .footer-nav .nav-item:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
}

#l-footer .footer-inner .footer-wrap .footer-nav .nav-item a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap .footer-nav .nav-item a {
    font-size: 1.4rem;
  }
}

#l-footer .footer-inner .footer-wrap .footer-copy {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 25px;
}

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

#l-footer .footer-inner .footer-wrap .footer-logo {
  text-align: center;
  margin-top: 25px;
}

#l-footer .footer-inner .footer-wrap .footer-logo img {
  width: 125px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-wrap .footer-logo img {
    width: 178px;
  }
}

@-webkit-keyframes arrowTrans {
  0% {
    margin-right: 0;
  }
  33% {
    margin-right: -18px;
  }
  34% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  65% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  66% {
    margin-right: 18px;
  }
  100% {
    margin-right: 0;
  }
}

@keyframes arrowTrans {
  0% {
    margin-right: 0;
  }
  33% {
    margin-right: -18px;
  }
  34% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  65% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  66% {
    margin-right: 18px;
  }
  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes pagetopTrans {
  0% {
    right: 20px;
  }
  10% {
    right: 5px;
  }
  75% {
    right: 55px;
  }
  100% {
    right: 20px;
  }
}

@keyframes pagetopTrans {
  0% {
    right: 20px;
  }
  10% {
    right: 5px;
  }
  75% {
    right: 55px;
  }
  100% {
    right: 20px;
  }
}

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