
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");

@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 {
  vertical-align: bottom;
  vertical-align: bottom;
  max-width: 100%;
}

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

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

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

.mat2l {
  margin-top: 40px;
}

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

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

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

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

.cred {
  color: #c00 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-box-pagepath, #l-content .content-pagepath {
  background-color: #eeeeee;
  padding: 5px 0;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagepath, #l-content .content-pagepath {
    padding: 6px 0 8px;
  }
}

.m-box-pagepath ul, #l-content .content-pagepath ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-box-pagepath ul > li, #l-content .content-pagepath ul > li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 6px;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagepath ul > li, #l-content .content-pagepath ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }
}

.m-box-pagepath ul > li:after, #l-content .content-pagepath ul > li:after {
  content: '';
  background: url(../svg/i_arrow_black.svg) center no-repeat;
  width: 5px;
  height: 9px;
  background-size: 100% auto;
  display: inline-block;
  margin-left: 8px;
}

@media print, screen and (min-width: 768px) {
  .m-box-pagepath ul > li:after, #l-content .content-pagepath ul > li:after {
    margin-left: 10px;
  }
}

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

.m-box-pagepath ul > li a, #l-content .content-pagepath ul > li a, .m-box-pagepath ul > li span, #l-content .content-pagepath ul > li span {
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
}

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

[data-whatinput="keyboard"] .m-box-pagepath ul > li a:focus, [data-whatinput="keyboard"] #l-content .content-pagepath ul > li a:focus, #l-content [data-whatinput="keyboard"] .content-pagepath ul > li a:focus {
  text-decoration: underline;
}

@media print, screen and (min-width: 961px) {
  .m-box-pagepath ul > li a:hover, #l-content .content-pagepath ul > li a:hover {
    text-decoration: underline;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-box-frame {
  margin-top: 30px;
  border: solid 1px #dce3e9;
  padding: 10px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-box-contact {
  margin-top: 50px;
  text-align: center;
  border: solid 1px #b5b5b5;
  padding: 15px;
}

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

.m-box-contact .contact-ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

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

.m-box-contact .contact-text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
}

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

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

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

.m-list-desc > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 3px;
  padding-left: 0.715em;
  line-height: 1.75;
}

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

.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;
  top: .75em;
}

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

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

.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: #000000;
  top: .75em;
  left: 0;
}

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

@media print, screen and (min-width: 961px) {
  .m-list-desc.desc-inlineblock {
    margin-left: -25px;
  }
}

@media print, screen and (min-width: 961px) {
  .m-list-desc.desc-inlineblock > li {
    display: inline-block;
    margin-left: 25px;
    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 > li {
  margin-top: 3px;
  padding-left: 1.5em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  line-height: 1.75;
}

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

.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;
  top: .75em;
}

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

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

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

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

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

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

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

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

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

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;
  top: .75em;
}

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

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

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

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

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

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;
  top: .75em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-image .image-title {
  font-weight: bold;
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .m-list-news > li > a, .m-list-news > li > div {
    padding: 20px 0 25px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-list-news > li > a:link, .m-list-news > li > a:visited, .m-list-news > li > div:link, .m-list-news > li > div:visited {
  color: #000000;
}

.m-list-news > li > a .news-date, .m-list-news > li > div .news-date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #b5b5b5;
}

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

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .m-list-news > li > a .news-date, .m-list-news > li > div .news-date {
    margin-right: 50px;
  }
}

.m-list-news > li > a .news-ttl, .m-list-news > li > div .news-ttl {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
  transition: all .2s ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-list-location ul {
  margin: 0 -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

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

.m-list-location ul > li {
  width: calc(100% / 2);
  width: calc((100% / 2 ) - 0.1px) \0;
  padding: 0 5px;
}

@media print {
  .m-list-location ul > li {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .m-list-location ul > li {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

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

@media print, screen and (min-width: 961px) {
  .m-list-location ul > li {
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

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

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

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

@media print, screen and (min-width: 961px) {
  .m-list-location ul > li:nth-child(n+4) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 961px) {
  .m-list-location.col4 ul > li {
    width: calc(100% / 4);
    width: calc((100% / 4 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media print {
  .m-list-location.col4 ul > li {
    width: 25%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media print, screen and (min-width: 961px) {
  .m-list-location.col4 ul > li:nth-child(4) {
    margin-top: 0;
  }
}

.m-txt-ttl {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-txt-ttl:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
  left: 0;
  right: 0;
  height: 100%;
}

.m-txt-ttl .ttl-inner {
  min-height: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner {
    padding: 50px 0;
    min-height: 280px;
  }
}

.m-txt-ttl .ttl-inner .ttl-en {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: Arial;
  font-style: italic;
}

@media print, screen and (min-width: 961px) {
  .m-txt-ttl .ttl-inner .ttl-en {
    font-size: 4.2rem;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .m-txt-ttl .ttl-inner .ttl-en {
    font-size: 3.6rem;
  }
}

.m-txt-ttl .ttl-inner .ttl-en span {
  display: inline-block;
  position: relative;
  padding: 0 3px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-en span {
    padding: 0 5px;
  }
}

.m-txt-ttl .ttl-inner .ttl-en span:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 15px;
  background-color: #fea000;
  bottom: 2px;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner .ttl-en span:before {
    height: 20px;
    bottom: 5px;
  }
}

.m-txt-ttl .ttl-inner .ttl-txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.05em;
  text-align: center;
}

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

.m-txt-ttl.ttl-qualification:before {
  background-image: url(../images/bg_qualification.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-qualification:before {
    background-image: url(../images/bg_qualification_pc.jpg);
  }
}

.m-txt-ttl.ttl-department:before {
  background-image: url(../images/bg_department.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-department:before {
    background-image: url(../images/bg_department_pc.jpg);
  }
}

.m-txt-ttl.ttl-location:before {
  background-image: url(../images/bg_location.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-location:before {
    background-image: url(../images/bg_location_pc.jpg);
  }
}

.m-txt-ttl.ttl-fair:before {
  background-image: url(../images/bg_fair.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-fair:before {
    background-image: url(../images/bg_fair_pc.jpg);
  }
}

.m-txt-ttl.ttl-opencampus:before {
  background-image: url(../images/bg_opencampus.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-opencampus:before {
    background-image: url(../images/bg_opencampus_pc.jpg);
  }
}

.m-txt-ttl.ttl-festival:before {
  background-image: url(../images/bg_festival.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-festival:before {
    background-image: url(../images/bg_festival_pc.jpg);
  }
}

.m-txt-ttl.ttl-cooperation:before {
  background-image: url(../images/bg_cooperation.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-cooperation:before {
    background-image: url(../images/bg_cooperation_pc.jpg);
  }
}

.m-txt-ttl.ttl-career:before {
  background-image: url(../images/bg_career.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-career:before {
    background-image: url(../images/bg_career_pc.jpg);
  }
}

.m-txt-ttl.ttl-fees:before {
  background-image: url(../images/bg_fees.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-fees:before {
    background-image: url(../images/bg_fees_pc.jpg);
  }
}

.m-txt-ttl.ttl-research:before {
  background-image: url(../images/bg_research.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-research:before {
    background-image: url(../images/bg_research_pc.jpg);
  }
}

.m-txt-ttl.ttl-pamphlet:before {
  background-image: url(../images/bg_pamphlet.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-pamphlet:before {
    background-image: url(../images/bg_pamphlet_pc.jpg);
  }
}

.m-txt-ttl.ttl-list:before {
  background-image: url(../images/bg_list.jpg);
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl.ttl-list:before {
    background-image: url(../images/bg_list_pc.jpg);
  }
}

.m-txt-ttl2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  .m-txt-ttl2 {
    font-size: 3.6rem;
    padding-bottom: 15px;
    margin-top: 75px;
    margin-bottom: 55px;
  }
}

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

.m-txt-ttl2:after {
  position: absolute;
  content: '';
  width: 120px;
  height: 2px;
  background-color: #fea000;
  left: 0;
  bottom: 0;
}

.m-txt-ttl3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-txt-ttl3:before {
  position: absolute;
  content: '';
  width: 2px;
  top: 4px;
  bottom: 4px;
  background-color: #fea000;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3:before {
    width: 4px;
    top: 5px;
    bottom: 5px;
  }
}

.m-txt-ttl3 .ttl3-num1, .m-txt-ttl3 .ttl3-num2, .m-txt-ttl3 .ttl3-num3, .m-txt-ttl3 .ttl3-num23 {
  display: inline-block;
  position: relative;
}

.m-txt-ttl3 .ttl3-num1:after, .m-txt-ttl3 .ttl3-num2:after, .m-txt-ttl3 .ttl3-num3:after, .m-txt-ttl3 .ttl3-num23:after {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 3px;
}

@media print, screen and (min-width: 768px) {
  .m-txt-ttl3 .ttl3-num1:after, .m-txt-ttl3 .ttl3-num2:after, .m-txt-ttl3 .ttl3-num3:after, .m-txt-ttl3 .ttl3-num23:after {
    font-size: 1.4rem;
    margin-left: 5px;
  }
}

.m-txt-ttl3 .ttl3-num1:after {
  content: "\203b" "1";
}

.m-txt-ttl3 .ttl3-num2:after {
  content: "\203b" "2";
}

.m-txt-ttl3 .ttl3-num23:after {
  content: "\203b" "2" "\203b" "3";
}

.m-txt-ttl3 .ttl3-num3:after {
  content: "\203b" "3";
}

.m-txt-ttl4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-txt-frame-ttl {
  font-weight: bold;
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

.m-txt-link {
  position: relative;
  padding-left: 10px;
  display: inline-block;
  font-weight: bold;
  transition: all .3s ease-out;
  text-decoration: none;
}

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

.m-txt-link.link-color-bk {
  color: #000000;
}

.m-txt-link.link-color-bk:before {
  background-image: url(../svg/i_arrow_black.svg);
}

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

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

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

.m-btn-simple {
  background-color: #fea000;
  display: block;
  padding: 9px;
  color: #fff;
  font-weight: bold;
  transition: all 0.4s ease;
  border: solid 1px #fea000;
  position: relative;
  overflow: hidden;
}

.m-btn-simple[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.875em;
  height: 1.0em;
  margin-left: 7px;
  background: url("../svg/i_blank_white.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  height: 1.0625em;
  width: 1.125em;
}

.m-btn-simple[href$=".pdf"] > span:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.875em;
  height: 1.0em;
  margin-left: 7px;
  background: url("../svg/i_pdf_white.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
}

.m-btn-simple[href$=".doc"] > span:not(.noticon):after, .m-btn-simple[href$=".docx"] > span:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.875em;
  height: 1.0em;
  margin-left: 7px;
  background: url("../svg/i_word_white.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
}

.m-btn-simple[href$=".xls"] > span:not(.noticon):after, .m-btn-simple[href$=".xlsx"] > span:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.875em;
  height: 1.0em;
  margin-left: 7px;
  background: url("../svg/i_excel_white.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
}

.m-btn-simple[href$=".zip"] > span:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.875em;
  height: 1.0em;
  margin-left: 7px;
  background: url("../svg/i_dl_white.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0em;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple {
    padding: 16px 15px;
    display: inline-block;
    border: solid 2px #fea000;
    font-size: 1.4rem;
  }
}

.m-btn-simple:link, .m-btn-simple:visited {
  color: #fff;
}

.m-btn-simple > span {
  display: block;
  position: relative;
  padding-right: 18px;
  text-align: center;
  width: 100%;
}

.m-btn-simple > span > .fzs {
  font-size: 11px;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple > span > .fzs {
    font-size: 1.2rem;
  }
}

.m-btn-simple.btn-national, .m-btn-simple.btn-public, .m-btn-simple.btn-private {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-national, .m-btn-simple.btn-public, .m-btn-simple.btn-private {
    padding-top: 27px;
  }
}

.m-btn-simple.btn-national:after, .m-btn-simple.btn-public:after, .m-btn-simple.btn-private:after {
  position: absolute;
  padding: 3px 8px 5px;
  background-color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .m-btn-simple.btn-national:after, .m-btn-simple.btn-public:after, .m-btn-simple.btn-private:after {
    font-size: 14px;
    padding-left: 11px;
    padding-right: 11px;
  }
}

.m-btn-simple.btn-national:after {
  content: '国立';
  color: #fd6895;
}

.m-btn-simple.btn-public:after {
  content: '公立';
  color: #845cad;
}

.m-btn-simple.btn-private:after {
  content: '私立';
  color: #00a0e9;
}

a.m-btn-simple:before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: width .3s ease;
  background: #fff;
}

a.m-btn-simple > span:after {
  position: absolute !important;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow_white.svg) center no-repeat;
  width: 5px;
  height: 9px;
  background-size: 100% auto;
  transition: all 0.4s ease;
}

@media print, screen and (min-width: 768px) {
  a.m-btn-simple > span:after {
    width: 7px;
    height: 13px;
  }
}

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

[data-whatinput="keyboard"] a.m-btn-simple:focus[target='_blank']:not(.noticon) > span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.875em;
  height: 1.0em;
  margin-left: 7px;
  background: url("../svg/i_blank_keycolor.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  height: 1.0625em;
  width: 1.125em;
}

[data-whatinput="keyboard"] a.m-btn-simple:focus[href$=".pdf"] > span:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.875em;
  height: 1.0em;
  margin-left: 7px;
  background: url("../svg/i_pdf_keycolor.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
}

[data-whatinput="keyboard"] a.m-btn-simple:focus[href$=".doc"] > span:not(.noticon):after, [data-whatinput="keyboard"] a.m-btn-simple:focus[href$=".docx"] > span:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.875em;
  height: 1.0em;
  margin-left: 7px;
  background: url("../svg/i_word_keycolor.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
}

[data-whatinput="keyboard"] a.m-btn-simple:focus[href$=".xls"] > span:not(.noticon):after, [data-whatinput="keyboard"] a.m-btn-simple:focus[href$=".xlsx"] > span:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.875em;
  height: 1.0em;
  margin-left: 7px;
  background: url("../svg/i_excel_keycolor.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
}

[data-whatinput="keyboard"] a.m-btn-simple:focus[href$=".zip"] > span:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.875em;
  height: 1.0em;
  margin-left: 7px;
  background: url("../svg/i_dl_keycolor.svg") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.1em;
  width: 1.0em;
}

[data-whatinput="keyboard"] a.m-btn-simple:focus:before {
  width: 100%;
  left: 0;
  right: auto;
}

[data-whatinput="keyboard"] a.m-btn-simple:focus > span:after {
  background-image: url(../svg/i_arrow_keycolor.svg);
}

[data-whatinput="keyboard"] a.m-btn-simple:focus.btn-national:after {
  color: #fff;
  background-color: #fd6895;
}

[data-whatinput="keyboard"] a.m-btn-simple:focus.btn-public:after {
  color: #fff;
  background-color: #845cad;
}

[data-whatinput="keyboard"] a.m-btn-simple:focus.btn-private:after {
  color: #fff;
  background-color: #00a0e9;
}

@media print, screen and (min-width: 961px) {
  a.m-btn-simple:hover {
    text-decoration: none;
    color: #fea000;
  }
  a.m-btn-simple:hover[target='_blank']:not(.noticon) > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.875em;
    height: 1.0em;
    margin-left: 7px;
    background: url("../svg/i_blank_keycolor.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    height: 1.0625em;
    width: 1.125em;
  }
  a.m-btn-simple:hover[href$=".pdf"] > span:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.875em;
    height: 1.0em;
    margin-left: 7px;
    background: url("../svg/i_pdf_keycolor.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
  }
  a.m-btn-simple:hover[href$=".doc"] > span:not(.noticon):after, a.m-btn-simple:hover[href$=".docx"] > span:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.875em;
    height: 1.0em;
    margin-left: 7px;
    background: url("../svg/i_word_keycolor.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
  }
  a.m-btn-simple:hover[href$=".xls"] > span:not(.noticon):after, a.m-btn-simple:hover[href$=".xlsx"] > span:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.875em;
    height: 1.0em;
    margin-left: 7px;
    background: url("../svg/i_excel_keycolor.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
  }
  a.m-btn-simple:hover[href$=".zip"] > span:not(.noticon):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.875em;
    height: 1.0em;
    margin-left: 7px;
    background: url("../svg/i_dl_keycolor.svg") no-repeat right top;
    background-size: 100% auto;
    position: relative;
    top: -0.1em;
    width: 1.0em;
  }
  a.m-btn-simple:hover:before {
    width: 100%;
    left: 0;
    right: auto;
  }
  a.m-btn-simple:hover > span:after {
    background-image: url(../svg/i_arrow_keycolor.svg);
  }
  a.m-btn-simple:hover.btn-national:after {
    color: #fff;
    background-color: #fd6895;
  }
  a.m-btn-simple:hover.btn-public:after {
    color: #fff;
    background-color: #845cad;
  }
  a.m-btn-simple:hover.btn-private:after {
    color: #fff;
    background-color: #00a0e9;
  }
}

@media screen and (max-width: 767px) {
  .m-btn-location {
    font-weight: bold;
    display: block;
    border-style: solid;
    border-width: 1px;
    padding: 9px 10px;
    text-align: center;
  }
  .m-btn-location > span {
    display: block;
    padding: 0 10px;
    position: relative;
  }
  .m-btn-location > span:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 9px;
    background-size: 100% auto;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .m-btn-location.btn-pink {
    border-color: #fd6895;
    color: #fd6895;
  }
  .m-btn-location.btn-pink > span:after {
    background-image: url(../svg/i_arrow_pink.svg);
  }
  .m-btn-location.btn-green {
    border-color: #01a29a;
    color: #01a29a;
  }
  .m-btn-location.btn-green > span:after {
    background-image: url(../svg/i_arrow_green.svg);
  }
  .m-btn-location.btn-blue {
    border-color: #00a0e9;
    color: #00a0e9;
  }
  .m-btn-location.btn-blue > span:after {
    background-image: url(../svg/i_arrow_blue.svg);
  }
  .m-btn-location.btn-purple {
    border-color: #845cad;
    color: #845cad;
  }
  .m-btn-location.btn-purple > span:after {
    background-image: url(../svg/i_arrow_purple.svg);
  }
  .m-btn-location.btn-navy {
    border-color: #003f9b;
    color: #003f9b;
  }
  .m-btn-location.btn-navy > span:after {
    background-image: url(../svg/i_arrow_navy.svg);
  }
}

@media print, screen and (min-width: 768px) {
  .m-btn-location {
    font-weight: bold;
    color: #000000;
    display: inline-block;
  }
  .m-btn-location:link, .m-btn-location:visited {
    color: #000000;
  }
  .m-btn-location > span {
    display: block;
    padding-left: 35px;
    position: relative;
  }
  .m-btn-location > span:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    top: 0.05em;
    left: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-out;
  }
  .m-btn-location.btn-pink > span:after {
    background-image: url(../svg/i_arrow2_pink.svg);
  }
  .m-btn-location.btn-green > span:after {
    background-image: url(../svg/i_arrow2_green.svg);
  }
  .m-btn-location.btn-blue > span:after {
    background-image: url(../svg/i_arrow2_blue.svg);
  }
  .m-btn-location.btn-purple > span:after {
    background-image: url(../svg/i_arrow2_purple.svg);
  }
  .m-btn-location.btn-navy > span:after {
    background-image: url(../svg/i_arrow2_navy.svg);
  }
}

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

[data-whatinput="keyboard"] .m-btn-location:focus > span:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

@media print, screen and (min-width: 961px) {
  .m-btn-location:hover {
    text-decoration: none;
  }
  .m-btn-location:hover > span:after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.m-btn-location.btn-under > span:after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

[data-whatinput="keyboard"] .m-btn-location.btn-under:focus > span:after {
  -webkit-transform: rotateZ(90deg) translateX(3px);
          transform: rotateZ(90deg) translateX(3px);
}

@media print, screen and (min-width: 961px) {
  .m-btn-location.btn-under:hover > span:after {
    -webkit-transform: rotateZ(90deg) translateX(3px);
            transform: rotateZ(90deg) translateX(3px);
  }
}

/*! 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: #000000;
  font-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

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

a:hover, a:active {
  color: #fea000;
}

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

#l-wrap {
  overflow-x: hidden;
  padding-top: 45px;
}

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

/* header style */
#l-header {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#l-header .header-outer {
  position: relative;
  z-index: 120;
}

#l-header .header-outer .header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px 0 15px;
  height: 45px;
}

@media print, screen and (min-width: 961px) {
  #l-header .header-outer .header-inner {
    max-width: 960px;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 30px;
    height: 60px;
  }
}

#l-header .header-outer .header-inner .header-logo > a {
  display: block;
}

#l-header .header-outer .header-inner .header-logo > a img {
  width: 188px;
  display: block;
}

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

@media screen and (max-width: 960px) {
  #l-header .header-outer .header-inner .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 25px 0;
    z-index: 100;
    max-height: calc(100vh - 45px);
    max-height: calc(var(--vh, 1vh) * 100 - 45px);
    overflow-y: auto;
    display: none;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner {
    padding: 0 15px;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-head {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fea000;
    text-align: center;
    display: block;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item a.item-head > span {
    padding: 0 20px;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item a.item-head > span:before {
    position: absolute;
    content: '';
    top: 0.45em;
    left: 0;
    background: url(../svg/i_arrow_keycolor.svg) center no-repeat;
    background-size: 100% auto;
    width: 7px;
    height: 12px;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container {
    margin-top: 20px;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container .container-inner .container-list .list-item a {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    display: block;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container .container-inner .container-list .list-item a > span {
    padding: 0 15px;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container .container-inner .container-list .list-item a > span:before {
    position: absolute;
    content: '';
    top: 0.3em;
    left: 0;
    background: url(../svg/i_arrow_white.svg) center no-repeat;
    background-size: 100% auto;
    width: 7px;
    height: 12px;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container .container-inner .container-list .list-item + .list-item {
    margin-top: 10px;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item + .nav-item {
    margin-top: 45px;
  }
}

@media print, screen and (min-width: 961px) {
  #l-header .header-outer .header-inner .header-nav {
    margin-right: -15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item.is-active .item-head {
    color: #fea000;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item.is-active .item-head:before {
    height: 4px;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-head {
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    transition: all 0.3s ease-out;
    position: relative;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-head:focus {
    color: #fea000;
    text-decoration: none;
  }
  [data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-head:focus:before {
    height: 4px;
  }
}

@media print, screen and (min-width: 961px) and (min-width: 961px) {
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-head:hover {
    color: #fea000;
    text-decoration: none;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-head:hover:before {
    height: 4px;
  }
}

@media print, screen and (min-width: 961px) {
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-head:before {
    content: '';
    height: 0;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    margin: auto;
    transition: all .2s ease;
    background: #fea000;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-head.is-current {
    color: #fea000;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-head.is-current:before {
    height: 4px;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    padding: 45px 0;
    display: none;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container .container-inner {
    max-width: 960px;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 30px;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container .container-inner .container-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container .container-inner .container-list .list-item {
    padding: 0 15px;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container .container-inner .container-list .list-item a {
    color: #fff;
    text-align: center;
    padding: 10px;
    display: block;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container .container-inner .container-list .list-item a > span {
    padding-left: 15px;
    position: relative;
  }
  #l-header .header-outer .header-inner .header-nav .nav-inner .nav-item .item-container .container-inner .container-list .list-item a > span:before {
    position: absolute;
    content: '';
    top: 0.4em;
    left: 0;
    background: url(../svg/i_arrow_white.svg) center no-repeat;
    background-size: 100% auto;
    width: 7px;
    height: 12px;
  }
}

#l-header .header-outer .header-inner .header-btn {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  transition: all .3s ease-in-out;
  position: relative;
  outline: none;
  display: block;
}

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

#l-header .header-outer .header-inner .header-btn > .btn-wrap, #l-header .header-outer .header-inner .header-btn:before, #l-header .header-outer .header-inner .header-btn:after {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  margin-left: -12px;
  background-color: #fff;
  display: inline-block;
  transition: all .3s ease-in-out;
}

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

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

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

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

.menu-open #l-header .header-outer .header-inner .header-btn:before {
  transition: .2s ease .1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* footer style */
@media print, screen and (min-width: 961px) {
  #l-footer {
    background-color: #eeeeee;
  }
}

@media print, screen and (min-width: 961px) {
  #l-footer .footer-inner {
    max-width: 960px;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 55px 30px 75px;
  }
}

@media screen and (max-width: 960px) {
  #l-footer .footer-inner .footer-nav .nav-item > a, #l-footer .footer-inner .footer-nav .nav-item > span {
    background-color: #eeeeee;
    color: #000000;
    font-weight: bold;
    display: block;
    padding: 7px 35px 7px 15px;
    position: relative;
  }
  #l-footer .footer-inner .footer-nav .nav-item > a:before, #l-footer .footer-inner .footer-nav .nav-item > span:before {
    position: absolute;
    content: '';
    background: url(../svg/i_arrow_black.svg) center no-repeat;
    width: 5px;
    height: 9px;
    background-size: 100% auto;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #l-footer .footer-inner .footer-nav .nav-item[data-accordion] > a:before, #l-footer .footer-inner .footer-nav .nav-item[data-accordion] > a:after, #l-footer .footer-inner .footer-nav .nav-item[data-accordion] > span:before, #l-footer .footer-inner .footer-nav .nav-item[data-accordion] > span:after {
    content: '';
    background-color: #000000;
    width: 10px;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    border-radius: 1px;
  }
  #l-footer .footer-inner .footer-nav .nav-item[data-accordion] > a:before, #l-footer .footer-inner .footer-nav .nav-item[data-accordion] > span:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: all .6s ease-out;
  }
  #l-footer .footer-inner .footer-nav .nav-item[data-accordion] > a:after, #l-footer .footer-inner .footer-nav .nav-item[data-accordion] > span:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: all .6s ease-out;
  }
  #l-footer .footer-inner .footer-nav .nav-item[data-accordion].is-active > a:before, #l-footer .footer-inner .footer-nav .nav-item[data-accordion].is-active > span:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #l-footer .footer-inner .footer-nav .nav-item[data-accordion].is-active > a:after, #l-footer .footer-inner .footer-nav .nav-item[data-accordion].is-active > span:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  #l-footer .footer-inner .footer-nav .nav-item .item-list {
    display: none;
  }
  #l-footer .footer-inner .footer-nav .nav-item .item-list > li > a {
    color: #000000;
    padding: 7px 15px 7px 30px;
    display: block;
    position: relative;
  }
  #l-footer .footer-inner .footer-nav .nav-item .item-list > li > a:before {
    position: absolute;
    content: '';
    background: url(../svg/i_arrow_black.svg) center no-repeat;
    width: 5px;
    height: 9px;
    background-size: 100% auto;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #l-footer .footer-inner .footer-nav .nav-item .item-list > li + li {
    border-top: solid 1px #eeeeee;
  }
  #l-footer .footer-inner .footer-nav .nav-item + .nav-item {
    border-top: solid 1px #fff;
  }
}

@media print, screen and (min-width: 961px) {
  #l-footer .footer-inner .footer-nav {
    margin: 0 -25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #l-footer .footer-inner .footer-nav .nav-item {
    width: calc(100% / 6);
    padding: 0 20px;
  }
  #l-footer .footer-inner .footer-nav .nav-item > a, #l-footer .footer-inner .footer-nav .nav-item > span {
    color: #000000;
    font-weight: bold;
  }
  #l-footer .footer-inner .footer-nav .nav-item .item-list {
    margin-top: 15px;
  }
  #l-footer .footer-inner .footer-nav .nav-item .item-list > li > a {
    color: #000000;
    display: block;
  }
  #l-footer .footer-inner .footer-nav .nav-item .item-list > li + li {
    margin-top: 12px;
  }
}

@media print, screen and (min-width: 961px) {
  #l-footer .footer-pagetop {
    display: none;
  }
}

#l-footer .footer-pagetop .pagetop-btn {
  width: 100%;
  height: 35px;
  display: block;
  background-color: #fea000;
  position: relative;
  transition: background-color 0.3s ease-out;
}

@media print, screen and (min-width: 961px) {
  #l-footer .footer-pagetop .pagetop-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 0;
    bottom: 30px;
    border: solid 2px #fea000;
  }
}

#l-footer .footer-pagetop .pagetop-btn:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../svg/i_arrow_white.svg) center no-repeat;
  width: 8px;
  height: 15.5px;
  background-size: 100% auto;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 961px) {
  #l-footer .footer-pagetop .pagetop-btn:before {
    width: 13px;
    height: 25px;
  }
}

#l-footer .footer-pagetop .pagetop-btn .btn-txt {
  position: absolute;
  top: -999em;
  right: -999em;
}

[data-whatinput="keyboard"] #l-footer .footer-pagetop .pagetop-btn:focus {
  background-color: #fff;
}

[data-whatinput="keyboard"] #l-footer .footer-pagetop .pagetop-btn:focus:before {
  background-image: url(../svg/i_arrow_keycolor.svg);
}

@media print, screen and (min-width: 961px) {
  #l-footer .footer-pagetop .pagetop-btn:hover {
    background-color: #fff;
  }
  #l-footer .footer-pagetop .pagetop-btn:hover:before {
    background-image: url(../svg/i_arrow_keycolor.svg);
  }
}

#l-footer .footer-copy {
  background-color: #000000;
  padding: 12px 0;
}

@media print, screen and (min-width: 961px) {
  #l-footer .footer-copy {
    padding: 18px 0;
  }
}

#l-footer .footer-copy .copy-text {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}

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

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    min-width: 1200px;
    padding: 0;
    background: none;
    zoom: 85% !important;
  }
  #l-content {
    width: 100%;
    max-width: none !important;
  }
  #l-wrap {
    padding-top: 0 !important;
  }
  #l-header {
    display: none;
  }
  #l-footer {
    display: none;
  }
  .u-box-col2, [data-gs="12"] {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  [data-gs="12"] > [data-gs-col="3"] {
    width: 25% !important;
  }
  .m-list-btn > [data-gs-Tab="2"] > [data-gs-col]:nth-child(3), .m-list-btn > [data-gs-Tab="2"] > [data-gs-col]:nth-child(4) {
    margin-top: 0 !important;
  }
  .m-list-location.col4 ul li:nth-child(3) {
    margin-top: 0 !important;
  }
  .m-list-location ul li:nth-child(3) {
    margin-top: 0 !important;
  }
  [data-anim-ttl] .ttl-en {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  [data-anim-ttl] .ttl-en span:before {
    width: 100% !important;
  }
  [data-anim-ttl] .ttl-txt {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  [data-anim] {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
}
