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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
}

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

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

.mats {
  margin-top: 10px;
}

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

.matm {
  margin-top: 20px;
}

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

.matl {
  margin-top: 30px;
}

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

.mat2l {
  margin-top: 40px;
}

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

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

.cred {
  color: #c00 !important;
}

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

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

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

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

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

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

.tdu {
  text-decoration: underline;
}

.oh {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #007aff;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-fixed-s] {
  padding: 0 15px;
}

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

.m-box-section {
  padding-top: 110px;
  padding-bottom: 220px;
  position: relative;
}

.m-box-section .section-ttl {
  position: absolute;
  font-size: 12px;
  font-size: 1.2rem;
  top: -117px;
  left: 30px;
  -webkit-transform: rotate(90.1deg);
          transform: rotate(90.1deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  padding-left: 15px;
}

@media print, screen and (min-width: 768px) {
  .m-box-section .section-ttl {
    font-size: 1.6rem;
    top: -10px;
    left: 15%;
    padding-left: 20px;
  }
}

.m-box-section .section-ttl:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 15px;
  height: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .m-box-section .section-ttl:before {
    width: 18px;
  }
}

.m-box-section .section-inner {
  position: relative;
}

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

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

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

@media screen and (max-width: 767px) {
  .m-box-section .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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 .section-inner .section-wrap > [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-inner .section-col2pc {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-box-section .section-inner .section-col2pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 56px;
    margin-bottom: 60px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-box-section .section-inner .section-col2pc .col2pc-inner > [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-inner .section-col2pc .col2pc-inner:not(:first-child) {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-box-section .section-inner .section-col2pc .col2pc-inner:not(:first-child) {
    -webkit-flex-basis: calc(100% - 200px);
        -ms-flex-preferred-size: calc(100% - 200px);
            flex-basis: calc(100% - 200px);
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-box-section .section-inner .section-col2pc .col2pc-inner {
    -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
    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;
  }
}

.m-box-bgline {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.m-box-bgline > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.m-box-bgline > span.v_fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-image: repeating-linear-gradient(90deg, rgba(38, 38, 38, 0.5), rgba(38, 38, 38, 0.5) 1px, transparent 1px, transparent 125px);
}

@media print, screen and (min-width: 768px) {
  .m-box-bgline > span.v_fade {
    background-image: repeating-linear-gradient(90deg, rgba(38, 38, 38, 0.5), rgba(38, 38, 38, 0.5) 1px, transparent 1px, transparent 200px);
  }
}

.m-box-bgline > span.v_fade_bright {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-image: repeating-linear-gradient(90deg, rgba(173, 173, 173, 0.5), rgba(173, 173, 173, 0.5) 1px, transparent 1px, transparent 200px);
}

.m-box-bgline > span.h_fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-image: repeating-linear-gradient(0deg, rgba(38, 38, 38, 0.5), rgba(38, 38, 38, 0.5) 1px, transparent 1px, transparent 135px);
}

@media print, screen and (min-width: 768px) {
  .m-box-bgline > span.h_fade {
    background-image: repeating-linear-gradient(0deg, rgba(38, 38, 38, 0.5), rgba(38, 38, 38, 0.5) 1px, transparent 1px, transparent 222px);
  }
}

.m-box-main {
  position: relative;
  padding-bottom: 50px;
  min-height: 400px;
}

.m-box-main .main-inner {
  margin: 0 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: calc( 400px - 125.5px);
}

@media print, screen and (min-width: 768px) {
  .m-box-main .main-inner {
    min-height: calc( 550px - 170px);
    max-width: 1060px;
    padding: 0 30px 40px;
    margin: 0 auto;
  }
}

.m-box-main .main-lead {
  font-size: 20px;
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #424242;
  letter-spacing: 0.25em;
  line-height: 1.15;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}

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

.m-box-main .main-lead > span {
  display: inline-block;
  height: -webkit-max-content;
  height: max-content;
  padding: 5px 3.5px;
  margin-left: 21px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .m-box-main .main-lead > span {
    padding: 8px 7px 4px 5px;
  }
}

.m-box-main .main-lead > span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}

.m-box-main .main-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.m-box-main .main-bg img {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .m-box-main .main-bg img {
    max-width: inherit;
  }
}

.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: 1em;
  height: 1em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=e74291") no-repeat right center;
  background-size: 100% auto;
  position: relative;
  height: 1.15em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 1em;
  height: 1em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=e74291") no-repeat right center;
  background-size: 100% auto;
  position: relative;
  height: 1.15em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 1em;
  height: 1em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=e74291") no-repeat right center;
  background-size: 100% auto;
  position: relative;
  height: 1.15em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-thumbnail > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-list-thumbnail > ul > li {
  width: 47%;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail > ul > li {
    width: 23%;
    margin-left: 2.66665%;
  }
}

.m-list-thumbnail > ul > li .thumbnail-item .item-link {
  position: relative;
  display: block;
  padding-bottom: 40px;
}

.m-list-thumbnail > ul > li .thumbnail-item .item-link:link, .m-list-thumbnail > ul > li .thumbnail-item .item-link:visited {
  color: #fff;
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-list-thumbnail > ul > li .thumbnail-item .item-link:focus .item-img img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

[data-whatinput="keyboard"] .m-list-thumbnail > ul > li .thumbnail-item .item-link:focus .item-more {
  border-bottom: #ccc 1px solid;
}

@media print, screen and (min-width: 1025px) {
  .m-list-thumbnail > ul > li .thumbnail-item .item-link:hover .item-img img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .m-list-thumbnail > ul > li .thumbnail-item .item-link:hover .item-more {
    border-bottom: #ccc 1px solid;
  }
}

.m-list-thumbnail > ul > li .thumbnail-item .item-link .item-img {
  overflow: hidden;
}

.m-list-thumbnail > ul > li .thumbnail-item .item-link .item-img img {
  transition: all .5s;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.m-list-thumbnail > ul > li .thumbnail-item .item-link .item-ttl {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
  line-height: 1.73;
  letter-spacing: 0.05em;
}

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

.m-list-thumbnail > ul > li .thumbnail-item .item-link .item-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

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

.m-list-thumbnail > ul > li .thumbnail-item .item-link .item-more {
  position: absolute;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail > ul > li .thumbnail-item .item-link .item-more {
    font-size: 1.4rem;
    transition: all .5s;
    border-bottom: transparent 1px solid;
  }
}

.m-list-thumbnail > ul > li:nth-child(even) {
  margin-left: 6%;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail > ul > li:nth-child(even) {
    margin-left: 2.66665%;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail > ul > li:nth-child(4n+1) {
    margin-left: 0;
  }
}

.m-list-thumbnail > ul > li:nth-child(n+3) {
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .m-list-thumbnail > ul > li:nth-child(n+3) {
    margin-top: 0;
  }
}

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

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

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

.m-list-design .list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-list-design .list-item:not(:first-child) {
  margin-top: 40px;
}

.m-list-design .list-item .item-id .id-num {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
  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;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-design .list-item .item-id .id-num {
    margin-right: 30px;
    font-size: 1.4rem;
  }
}

.m-list-design .list-item .item-id .id-num:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #696969;
  border-radius: 50%;
  z-index: -1;
}

.m-list-design .list-item .item-txt .txt-title {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.m-list-design .list-item .item-txt .txt-detail {
  margin-top: 10px;
  color: #B1B1B1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
}

@media print, screen and (min-width: 768px) {
  .m-list-design .list-item .item-txt .txt-detail {
    margin-top: 0;
  }
}

.m-list-design .list-item .item-txt .txt-detail a:link, .m-list-design .list-item .item-txt .txt-detail a:visited {
  color: #B1B1B1;
  text-decoration: underline;
}

.m-list-design .list-item .item-txt .txt-detail a:link:hover, .m-list-design .list-item .item-txt .txt-detail a:visited:hover {
  text-decoration: none;
}

.m-list-design .list-item .item-txt .txt-detail a:link[target='_blank']:not(.noticon):after, .m-list-design .list-item .item-txt .txt-detail a:visited[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=b1b1b1") no-repeat right center;
  background-size: 100% auto;
  position: relative;
  height: 1.15em;
}

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

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

.m-list-design.type-line .list-item:not(:last-child) .item-id {
  position: relative;
}

.m-list-design.type-line .list-item:not(:last-child) .item-id:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 97%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 30%, transparent 30%);
  background-size: 10px 10px;
  z-index: 2;
  top: 60px;
  left: -14px;
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .m-list-design.type-line .list-item:not(:last-child) .item-id:after {
    left: -32px;
  }
}

.m-list-works {
  margin-top: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-list-works .works-item {
  width: 100%;
  display: block;
}

.m-list-works .works-item:not(:first-child) {
  margin-top: 128px;
}

@media print, screen and (min-width: 768px) {
  .m-list-works .works-item:not(:first-child) {
    margin-top: 160px;
  }
}

.m-list-works .works-item .item-slide .swiper-slide {
  width: 100% !important;
}

.m-list-works .works-item .item-ttl {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.m-list-works .works-item .item-ttl .ttl-num {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.6;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-list-works .works-item .item-ttl .ttl-num {
    font-size: 1.4rem;
  }
}

.m-list-works .works-item .item-ttl .ttl-num:after {
  content: "・";
  margin: auto 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-works .works-item .item-ttl .ttl-num:after {
    margin: auto 20px;
  }
}

.m-list-works .works-item .item-ttl .ttl-txt .txt-main {
  font-size: 20px;
  font-size: 2.0rem;
}

.m-list-works .works-item .item-ttl .ttl-txt .txt-sub {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #B1B1B1;
}

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

.m-list-works .works-item .item-detail {
  margin-top: 40px;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .m-list-works .works-item .item-detail {
    margin-top: 56px;
  }
}

.m-list-works .works-item .item-date {
  margin-top: 65px;
  color: #B1B1B1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .m-list-works .works-item .item-date {
    margin-top: 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-works .works-item .item-date .date-val:after {
    content: "|";
    margin: auto 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-works .works-item:nth-child(3n + 1) {
    width: 100%;
  }
  .m-list-works .works-item:nth-child(3n + 2) {
    width: 48%;
  }
  .m-list-works .works-item:nth-child(3n + 3) {
    width: 48%;
    margin-left: 4%;
    margin-top: 280px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-txt-ttl2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-top: 110px;
}

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

.m-txt-ttl2 > span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 25px;
}

.m-txt-ttl3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 75px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 6px;
}

.m-txt-p {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 25px;
}

.m-btn-more {
  position: relative;
  display: inline-block;
  margin-top: 90px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-more {
    margin-top: 60px;
    z-index: 1;
  }
}

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

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

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

.m-btn-more[href$=".zip"]:not(.noticon):after {
  position: absolute !important;
  width: 15px;
  background: url("../svg/i_download.svg") no-repeat right top;
  background-size: contain;
  top: 23px;
  right: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-more[href$=".zip"]:not(.noticon):after {
    top: 22px;
    right: 35px;
  }
}

.m-btn-more[target='_blank']:not(.noticon):after {
  position: absolute !important;
  width: 10px;
  background: url("../svg/i_blank2.svg") no-repeat right top;
  background-size: 100%;
  top: 28px;
  right: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-more[target='_blank']:not(.noticon):after {
    top: 28px;
    right: 36px;
  }
}

.m-btn-more:not([target="_blank"]):not([href$=".zip"]):before {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background-color: #717171;
  top: 0;
  bottom: 0;
  right: 27px;
  margin: auto;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .m-btn-more:not([target="_blank"]):not([href$=".zip"]):before {
    right: 37px;
  }
}

.m-btn-more:not([target="_blank"]):not([href$=".zip"]):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4px;
  border-color: transparent transparent transparent #717171;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 23px;
  transition: all 0.3s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .m-btn-more:not([target="_blank"]):not([href$=".zip"]):after {
    right: 33px;
  }
}

.m-btn-more > span {
  display: inline-block;
  font-size: 15.5px;
  font-size: 1.55rem;
  padding: 20px 75px 20px 0;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-btn-more > span {
    padding-right: 90px;
  }
}

.m-btn-more > span:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .m-btn-more > span:after {
    width: 80px;
    height: 80px;
    mix-blend-mode: difference;
  }
}

[data-whatinput="keyboard"] .m-btn-more:focus:not([target='_blank']):not([href$=".zip"]):before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

[data-whatinput="keyboard"] .m-btn-more:focus:not([target='_blank']):not([href$=".zip"]):after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[data-whatinput="keyboard"] .m-btn-more:focus > span:before {
  right: -13px;
  width: 110px;
  height: 110px;
}

[data-whatinput="keyboard"] .m-btn-more:focus > span:after {
  right: -20px;
  width: 120px;
  height: 120px;
}

@media print, screen and (min-width: 1025px) {
  .m-btn-more:hover:not([target='_blank']):not([href$=".zip"]):before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  .m-btn-more:hover:not([target='_blank']):not([href$=".zip"]):after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .m-btn-more:hover > span:before {
    right: -13px;
    width: 110px;
    height: 110px;
  }
  .m-btn-more:hover > span:after {
    right: -20px;
    width: 120px;
    height: 120px;
  }
}

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

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

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

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

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

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

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

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

body {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #717171;
  transition: 1s background-color ease-in-out;
  background-image: repeating-linear-gradient(90deg, rgba(101, 101, 101, 0.5), rgba(101, 101, 101, 0.5) 1px, transparent 1px, transparent 125px), repeating-linear-gradient(0deg, rgba(101, 101, 101, 0.5), rgba(101, 101, 101, 0.5) 1px, transparent 1px, transparent 135px);
}

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

body.changebgcolor {
  background-color: #888888;
}

@media print, screen and (min-width: 768px) {
  body {
    background-image: repeating-linear-gradient(90deg, rgba(101, 101, 101, 0.5), rgba(101, 101, 101, 0.5) 1px, transparent 1px, transparent 200px), repeating-linear-gradient(0deg, rgba(101, 101, 101, 0.5), rgba(101, 101, 101, 0.5) 1px, transparent 1px, transparent 222px);
  }
}

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

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

a:hover, a:active {
  color: #fff;
  text-decoration: underline;
}

#l-wrap .u-tool {
  padding: 130px 0 215px;
}

@media print, screen and (min-width: 768px) {
  #l-wrap .u-tool {
    padding: 70px 0 260px;
  }
}

#l-wrap .u-tool.type-about {
  padding: 10px 0;
}

#l-wrap .u-tool .tool-inner {
  margin: 0 15px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #l-wrap .u-tool .tool-inner {
    max-width: calc(50% + 530px);
    padding: 0 30px;
    margin: 0 auto;
    padding-right: 0;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  #l-wrap .u-tool .tool-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #l-wrap .u-tool .tool-wrap .tool-wraptxt {
    width: 460px;
  }
  #l-wrap .u-tool .tool-wrap .tool-wraptxt .m-txt-ttl2 {
    margin-top: 0;
  }
  #l-wrap .u-tool .tool-wrap .tool-wrapimg {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 7%;
  }
}

#l-wrap .u-lead-txt {
  margin-top: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.25em;
  line-height: 2.75;
}

@media print, screen and (min-width: 768px) {
  #l-wrap .u-lead-txt {
    font-size: 1.8rem;
  }
}

/* header style */
#l-header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

#l-header .header-inner {
  position: relative;
  z-index: 99;
}

#l-header .header-inner .inner-logo {
  width: 222.5px;
  position: absolute;
  top: 35px;
  left: 15px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner .inner-logo {
    width: 328px;
    top: 80px;
    left: 70px;
  }
}

#l-header .header-inner .inner-menu {
  position: absolute;
  top: 35px;
  right: 15px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner .inner-menu {
    top: 80px;
    right: 63.5px;
  }
}

#l-header .header-inner .inner-menu .menu-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
}

#l-header .header-inner .inner-menu .menu-btn .btn-txt {
  font-family: CasadTS,sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
  margin-top: 4px;
  padding-right: 8px;
  letter-spacing: 1px;
  letter-spacing: .1rem;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner .inner-menu .menu-btn .btn-txt {
    font-size: 1.2rem;
  }
}

#l-header .header-inner .inner-menu .menu-btn .btn-icon {
  text-align: center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -8px;
  width: 25px;
  height: 25px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner .inner-menu .menu-btn .btn-icon {
    width: 40px;
    height: 40px;
    margin-top: -15px;
  }
}

#l-header .header-inner .inner-menu .menu-btn .btn-icon span {
  display: block;
  background: #fff;
  margin: 0 auto;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 26px;
  height: 1px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner .inner-menu .menu-btn .btn-icon span {
    width: 45px;
    height: 1px;
  }
}

#l-header .header-inner .inner-menu .menu-btn .btn-icon span:nth-child(1) {
  margin-bottom: 5px;
  width: 16px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner .inner-menu .menu-btn .btn-icon span:nth-child(1) {
    margin-bottom: 10px;
    width: 25px;
  }
}

#l-header .header-inner .inner-menu .menu-btn .btn-icon span:nth-child(3) {
  margin-top: 5px;
  width: 16px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner .inner-menu .menu-btn .btn-icon span:nth-child(3) {
    width: 25px;
    margin-top: 10px;
  }
}

[data-whatinput="keyboard"] #l-header .header-inner .inner-menu .menu-btn .btn-icon:focus > span {
  width: 45px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .inner-menu .menu-btn .btn-icon:hover > span {
    width: 45px;
  }
}

#l-header .nav-menu {
  visibility: hidden;
  padding: 0 15px;
  position: fixed;
  top: 0px;
  left: 100%;
  right: 0px;
  bottom: 0px;
  background: rgba(89, 89, 89, 0.95);
  z-index: 98;
  transition: all 0.3s ease-in-out;
}

#l-header .nav-menu .menu-inner {
  overflow: hidden;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s 0.3s ease-in-out;
}

#l-header .nav-menu .menu-list {
  padding-top: 125.5px;
  padding-left: 30px;
  padding-right: 30px;
}

@media print, screen and (min-width: 768px) {
  #l-header .nav-menu .menu-list {
    padding-top: 170px;
    padding-left: 200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#l-header .nav-menu .menu-list .list-item:not(:first-child) {
  margin-top: 45px;
}

@media print, screen and (min-width: 768px) {
  #l-header .nav-menu .menu-list .list-item:not(:first-child) {
    margin-top: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-header .nav-menu .menu-list .list-item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin-top: 70px;
  }
}

#l-header .nav-menu .menu-list .list-item > a {
  position: relative;
  display: inline-block;
}

#l-header .nav-menu .menu-list .list-item > a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat right center;
  background-size: 100% auto;
  position: relative;
  height: 1.15em;
}

#l-header .nav-menu .menu-list .list-item > a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat right center;
  background-size: 100% auto;
  position: relative;
  width: 0.9625em;
  height: 1.6em;
  top: -0.1em;
}

#l-header .nav-menu .menu-list .list-item > a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=fff") no-repeat right center;
  background-size: 100% auto;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

#l-header .nav-menu .menu-list .list-item > a:not(.noticon) {
  padding-left: 20px;
}

#l-header .nav-menu .menu-list .list-item > a:not(.noticon):before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#l-header .nav-menu .menu-list .list-item > a.facebook {
  width: 30px;
  height: 30px;
}

#l-header .nav-menu .menu-copy {
  padding: 55px 30px;
}

@media print, screen and (min-width: 768px) {
  #l-header .nav-menu .menu-copy {
    padding-top: 124px;
    padding-left: 200px;
  }
}

#l-header .nav-menu .menu-copy .copy-txt {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

@media print, screen and (min-width: 768px) {
  #l-header .nav-menu .menu-copy .copy-txt {
    text-align: left;
  }
}

#l-header.nav-open .header-inner .inner-menu .menu-btn .btn-icon span:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 26px;
  margin-top: 5px;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  #l-header.nav-open .header-inner .inner-menu .menu-btn .btn-icon span:nth-child(1) {
    width: 45px;
    margin-bottom: 0;
  }
}

#l-header.nav-open .header-inner .inner-menu .menu-btn .btn-icon span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#l-header.nav-open .header-inner .inner-menu .menu-btn .btn-icon span:nth-child(3) {
  margin-top: -1px;
  width: 26px;
}

@media print, screen and (min-width: 768px) {
  #l-header.nav-open .header-inner .inner-menu .menu-btn .btn-icon span:nth-child(3) {
    margin-top: 0px;
    width: 45px;
  }
}

#l-header.nav-open .nav-menu {
  visibility: visible;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  #l-header.nav-open .nav-menu {
    left: 40%;
  }
}

#l-header.nav-open .nav-menu .menu-inner {
  overflow-y: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* topicpath */
#l-topicpath {
  *zoom: 1;
}

#l-topicpath:after {
  content: " ";
  display: table;
  clear: both;
}

#l-topicpath li {
  display: inline-block;
  margin-right: 6px;
  padding-right: 12px;
}

#l-topicpath li:last-child {
  margin-right: 0;
  padding-right: 0;
  font-weight: bold;
  background: none;
}

/* content style */
#l-content > *:first-child {
  padding-top: 125.5px;
}

@media print, screen and (min-width: 768px) {
  #l-content > *:first-child {
    padding-top: 170px;
  }
}

#l-content .content-bgtxt {
  position: fixed;
  pointer-events: none;
  font-weight: bold;
  color: rgba(109, 109, 109, 0.75);
  z-index: -1;
  bottom: 10px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.35em;
}

#l-content .content-bgtxt img {
  max-width: inherit;
}

/* footer style */
#l-footer {
  background-image: url("../img/img_footer_sp.png");
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  #l-footer {
    background-image: url("../img/img_footer.png");
  }
}

#l-footer .footer-inner {
  margin: 0 15px;
  background-image: repeating-linear-gradient(90deg, rgba(101, 101, 101, 0.9), rgba(101, 101, 101, 0.9) 1px, transparent 1px, transparent 125px), repeating-linear-gradient(0deg, rgba(101, 101, 101, 0.9), rgba(101, 101, 101, 0.9) 1px, transparent 1px, transparent 135px);
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner {
    margin: 0;
    background-image: repeating-linear-gradient(90deg, rgba(101, 101, 101, 0.9), rgba(101, 101, 101, 0.9) 1px, transparent 1px, transparent 200px), repeating-linear-gradient(0deg, rgba(101, 101, 101, 0.9), rgba(101, 101, 101, 0.9) 1px, transparent 1px, transparent 222px);
  }
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner {
    padding: 320px 86px 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#l-footer .footer-inner .footer-nav {
  padding-top: 60px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-nav {
    padding-top: 0;
  }
}

#l-footer .footer-inner .footer-nav .nav-list {
  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) {
  #l-footer .footer-inner .footer-nav .nav-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

#l-footer .footer-inner .footer-nav .nav-list .list-item {
  width: 49%;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-nav .nav-list .list-item {
    width: auto;
    padding-left: 40px;
  }
}

#l-footer .footer-inner .footer-nav .nav-list .list-item:nth-child(even) {
  padding-left: 2%;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-nav .nav-list .list-item:nth-child(even) {
    padding-left: 30px;
  }
}

#l-footer .footer-inner .footer-nav .nav-list .list-item:nth-child(n + 3) {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-nav .nav-list .list-item:nth-child(n + 3) {
    margin-top: 0;
  }
}

#l-footer .footer-inner .footer-nav .nav-list .list-item > a {
  display: inline-block;
}

#l-footer .footer-inner .footer-nav .nav-list .list-item > a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=fff") no-repeat right center;
  background-size: 100% auto;
  position: relative;
  height: 1.15em;
}

#l-footer .footer-inner .footer-nav .nav-list .list-item > a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=fff") no-repeat right center;
  background-size: 100% auto;
  position: relative;
  width: 0.9625em;
  height: 1.6em;
  top: -0.1em;
}

#l-footer .footer-inner .footer-nav .nav-list .list-item > a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=fff") no-repeat right center;
  background-size: 100% auto;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

#l-footer .footer-inner .footer-nav .nav-list .list-item > a:not(.noticon) {
  padding-left: 20px;
  position: relative;
}

#l-footer .footer-inner .footer-nav .nav-list .list-item > a:not(.noticon):before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#l-footer .footer-inner .footer-nav .nav-list .list-item > a.facebook {
  width: 30px;
  height: 30px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-nav .nav-list .list-item > a.facebook {
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#l-footer .footer-inner .footer-bottom {
  padding: 122px 0 60px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-bottom {
    padding: 0;
  }
}

#l-footer .footer-inner .footer-bottom .bottom-copy .copy-txt {
  font-size: 14px;
  font-size: 1.4rem;
}

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