<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */

      -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */

  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
          text-decoration: underline;
          text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */

  -webkit-text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "?";
  opacity: .25;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: .75;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  z-index: 1104;
  top: 50%;
  left: 50%;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
}

#fancybox-loading div {
  background-image: url("fancybox.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
}

#fancybox-overlay {
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}

#fancybox-tmp {
  display: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

#fancybox-wrap {
  position: absolute;
  z-index: 1101;
  top: 0;
  left: 0;
  display: none;
  padding: 20px;
  outline: none;
}

#fancybox-outer {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}

#fancybox-content {
  position: relative;
  z-index: 1102;
  width: 0;
  height: 0;
  padding: 0;
  border: 0 solid #fff;
}

@-moz-document url-prefix() {
  #fancybox-content:focus {
    outline: 1px dotted #fff;
  }
}

#fancybox-hide-sel-frame {
  background: transparent;
  position: absolute;
  z-index: 1101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fancybox-close {
  background: transparent url("fancybox.png") -40px 0;
  position: absolute;
  z-index: 1103;
  top: -15px;
  right: -15px;
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#fancybox-error {
  font: normal 12px/20px Arial;
  color: #444;
  margin: 0;
  padding: 14px;
}

#fancybox-img {
  line-height: 0;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

#fancybox-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

#fancybox-left,
#fancybox-right {
  background: transparent url("blank.gif");
  position: absolute;
  z-index: 1102;
  bottom: 0;
  display: none;
  width: 35%;
  height: 100%;
  cursor: pointer;
  outline: none;
}

#fancybox-left {
  left: 0;
}

#fancybox-right {
  right: 0;
}

#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  z-index: 1102;
  top: 50%;
  left: -9999px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
}

#fancybox-left-ico {
  background-image: url("fancybox.png");
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url("fancybox.png");
  background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  right: 20px;
  left: auto;
}

.fancybox-bg {
  position: absolute;
  z-index: 1001;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}

#fancybox-bg-n {
  background-image: url("fancybox-x.png");
  top: -20px;
  left: 0;
  width: 100%;
}

#fancybox-bg-ne {
  background-image: url("fancybox.png");
  background-position: -40px -162px;
  top: -20px;
  right: -20px;
}

#fancybox-bg-e {
  background-image: url("fancybox-y.png");
  background-position: -20px 0;
  top: 0;
  right: -20px;
  height: 100%;
}

#fancybox-bg-se {
  background-image: url("fancybox.png");
  background-position: -40px -182px;
  right: -20px;
  bottom: -20px;
}

#fancybox-bg-s {
  background-image: url("fancybox-x.png");
  background-position: 0 -20px;
  bottom: -20px;
  left: 0;
  width: 100%;
}

#fancybox-bg-sw {
  background-image: url("fancybox.png");
  background-position: -40px -142px;
  bottom: -20px;
  left: -20px;
}

#fancybox-bg-w {
  background-image: url("fancybox-y.png");
  top: 0;
  left: -20px;
  height: 100%;
}

#fancybox-bg-nw {
  background-image: url("fancybox.png");
  background-position: -40px -122px;
  top: -20px;
  left: -20px;
}

#fancybox-title {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  text-align: center;
  color: #000;
  background: #fff;
  position: relative;
  padding-bottom: 10px;
}

.fancybox-title-outside {
  color: #fff;
  padding-top: 10px;
}

.fancybox-title-over {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

#fancybox-title-over {
  background-image: url("fancy_title_over.png");
  display: block;
  padding: 10px;
}

.fancybox-title-float {
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 32px;
}

#fancybox-title-float-wrap {
  width: auto;
  border-collapse: collapse;
  border: none;
}

#fancybox-title-float-wrap td {
  white-space: nowrap;
  border: none;
}

#fancybox-title-float-left {
  background: url("fancybox.png") -40px -90px no-repeat;
  padding: 0 0 0 15px;
}

#fancybox-title-float-main {
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  background: url("fancybox-x.png") 0 -40px;
  padding: 0 0 3px 0;
}

#fancybox-title-float-right {
  background: url("fancybox.png") -55px -90px no-repeat;
  padding: 0 0 0 15px;
}

/* IE6 */
/*
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_loading.png', sizingMethod='scale'); }
*/
/* IE6, IE7, IE8 */
/*
.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_nw.png', sizingMethod='scale'); }
*/
.str-outer,
.str-outer-narrow,
.str-outer-wide,
.str-outer-wide-02,
.str-pageTitle,
.str-contact,
.str-stepList,
.mod-hdg-l1 {
  padding: 0 10px;
}

/**
 * Clearfix
 */
.str-pageTitle&gt; .inner&gt; .language&gt; .list::after,
.nav-location&gt; .list::after,
.mod-hdg-l1&gt; .inner&gt; .language&gt; .list::after,
.mod-btn-list&gt; .list::after,
.mod-list-category&gt; .list::after,
.mod-list-thisCategory&gt; .list::after,
.mod-list-thisCategory&gt; .list&gt; div&gt; dd&gt; ul::after,
.mod-media-lyt-flt::after,
.mod-input-radio&gt; .list::after,
.mod-input-check&gt; .list::after {
  display: block;
  clear: both;
  content: "";
}

/**
 * :first-child の上方向、:last-child の下方向マージンを 0 に
 */
.str-outer&gt; *:first-child,
.mod-media-article&gt; .inner&gt; .contents&gt; *:first-child,
.mod-media-article&gt; .inner&gt; .contents .btnArea&gt; *:first-child,
.mod-media-article-02&gt; .col&gt; .container&gt; *:first-child,
.mod-media-article-02&gt; .col&gt; .container&gt; .content&gt; *:first-child,
.mod-media-article-02&gt; .col&gt; .container&gt; .btnArea&gt; *:first-child,
.str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; *:first-child,
.mod-inline-modal-wrap&gt; .mod-inline-modal-contents&gt; .mod-inline-modal-inner&gt; .header&gt; *:first-child,
.mod-inline-modal-wrap&gt; .mod-inline-modal-contents&gt; .mod-inline-modal-inner&gt; .body&gt; *:first-child,
.mod-inline-modal-wrap&gt; .mod-inline-modal-contents&gt; .mod-inline-modal-inner&gt; .footer&gt; *:first-child {
  margin-top: 0 !important;
}

.str-outer&gt; *:last-child,
.mod-media-article&gt; .inner&gt; .contents&gt; *:last-child,
.mod-media-article&gt; .inner&gt; .contents .btnArea&gt; *:last-child,
.mod-media-article-02&gt; .col&gt; .container&gt; *:last-child,
.mod-media-article-02&gt; .col&gt; .container&gt; .content&gt; *:last-child,
.mod-media-article-02&gt; .col&gt; .container&gt; .btnArea&gt; *:last-child,
.str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; *:last-child,
.mod-inline-modal-wrap&gt; .mod-inline-modal-contents&gt; .mod-inline-modal-inner&gt; .header&gt; *:last-child,
.mod-inline-modal-wrap&gt; .mod-inline-modal-contents&gt; .mod-inline-modal-inner&gt; .body&gt; *:last-child,
.mod-inline-modal-wrap&gt; .mod-inline-modal-contents&gt; .mod-inline-modal-inner&gt; .footer&gt; *:last-child {
  margin-bottom: 0 !important;
}

/**
 * 汎用モジュールの共通マージン
 */

/**
 * 汎用モジュールの拡張スタイル
 */
.mt-0.mod-link-03,
.mt-0.mod-link-columnList,
.mt-0.mod-pnl-index,
.mt-0.mod-pnl-index2,
.mt-0.mod-pnl-indexBnr,
.mt-0.mod-media-article,
.mt-0.mod-media-article-02,
.mt-0.mod-media-horizontal,
.mt-0.mod-form-trendSearch,
.mt-0.str-ticker,
.mt-0.str-mainvisual-carousel-01,
.mod-link-03 .mt-0,
.mod-link-columnList .mt-0,
.mod-pnl-index .mt-0,
.mod-pnl-index2 .mt-0,
.mod-pnl-indexBnr .mt-0,
.mod-media-article .mt-0,
.mod-media-article-02 .mt-0,
.mod-media-horizontal .mt-0,
.mod-form-trendSearch .mt-0,
.str-ticker .mt-0,
.str-mainvisual-carousel-01 .mt-0 {
  margin-top: 0 !important;
}

.mb-0.mod-link-03,
.mb-0.mod-link-columnList,
.mb-0.mod-pnl-index,
.mb-0.mod-pnl-index2,
.mb-0.mod-pnl-indexBnr,
.mb-0.mod-media-article,
.mb-0.mod-media-article-02,
.mb-0.mod-media-horizontal,
.mb-0.mod-form-trendSearch,
.mb-0.str-ticker,
.mb-0.str-mainvisual-carousel-01,
.mod-link-03 .mb-0,
.mod-link-columnList .mb-0,
.mod-pnl-index .mb-0,
.mod-pnl-index2 .mb-0,
.mod-pnl-indexBnr .mb-0,
.mod-media-article .mb-0,
.mod-media-article-02 .mb-0,
.mod-media-horizontal .mb-0,
.mod-form-trendSearch .mb-0,
.str-ticker .mb-0,
.str-mainvisual-carousel-01 .mb-0 {
  margin-bottom: 0 !important;
}

.mt-1.mod-link-03,
.mt-1.mod-link-columnList,
.mt-1.mod-pnl-index,
.mt-1.mod-pnl-index2,
.mt-1.mod-pnl-indexBnr,
.mt-1.mod-media-article,
.mt-1.mod-media-article-02,
.mt-1.mod-media-horizontal,
.mt-1.mod-form-trendSearch,
.mt-1.str-ticker,
.mt-1.str-mainvisual-carousel-01,
.mod-link-03 .mt-1,
.mod-link-columnList .mt-1,
.mod-pnl-index .mt-1,
.mod-pnl-index2 .mt-1,
.mod-pnl-indexBnr .mt-1,
.mod-media-article .mt-1,
.mod-media-article-02 .mt-1,
.mod-media-horizontal .mt-1,
.mod-form-trendSearch .mt-1,
.str-ticker .mt-1,
.str-mainvisual-carousel-01 .mt-1 {
  margin-top: 1px !important;
}

.mb-1.mod-link-03,
.mb-1.mod-link-columnList,
.mb-1.mod-pnl-index,
.mb-1.mod-pnl-index2,
.mb-1.mod-pnl-indexBnr,
.mb-1.mod-media-article,
.mb-1.mod-media-article-02,
.mb-1.mod-media-horizontal,
.mb-1.mod-form-trendSearch,
.mb-1.str-ticker,
.mb-1.str-mainvisual-carousel-01,
.mod-link-03 .mb-1,
.mod-link-columnList .mb-1,
.mod-pnl-index .mb-1,
.mod-pnl-index2 .mb-1,
.mod-pnl-indexBnr .mb-1,
.mod-media-article .mb-1,
.mod-media-article-02 .mb-1,
.mod-media-horizontal .mb-1,
.mod-form-trendSearch .mb-1,
.str-ticker .mb-1,
.str-mainvisual-carousel-01 .mb-1 {
  margin-bottom: 1px !important;
}

.mt-2.mod-link-03,
.mt-2.mod-link-columnList,
.mt-2.mod-pnl-index,
.mt-2.mod-pnl-index2,
.mt-2.mod-pnl-indexBnr,
.mt-2.mod-media-article,
.mt-2.mod-media-article-02,
.mt-2.mod-media-horizontal,
.mt-2.mod-form-trendSearch,
.mt-2.str-ticker,
.mt-2.str-mainvisual-carousel-01,
.mod-link-03 .mt-2,
.mod-link-columnList .mt-2,
.mod-pnl-index .mt-2,
.mod-pnl-index2 .mt-2,
.mod-pnl-indexBnr .mt-2,
.mod-media-article .mt-2,
.mod-media-article-02 .mt-2,
.mod-media-horizontal .mt-2,
.mod-form-trendSearch .mt-2,
.str-ticker .mt-2,
.str-mainvisual-carousel-01 .mt-2 {
  margin-top: 2px !important;
}

.mb-2.mod-link-03,
.mb-2.mod-link-columnList,
.mb-2.mod-pnl-index,
.mb-2.mod-pnl-index2,
.mb-2.mod-pnl-indexBnr,
.mb-2.mod-media-article,
.mb-2.mod-media-article-02,
.mb-2.mod-media-horizontal,
.mb-2.mod-form-trendSearch,
.mb-2.str-ticker,
.mb-2.str-mainvisual-carousel-01,
.mod-link-03 .mb-2,
.mod-link-columnList .mb-2,
.mod-pnl-index .mb-2,
.mod-pnl-index2 .mb-2,
.mod-pnl-indexBnr .mb-2,
.mod-media-article .mb-2,
.mod-media-article-02 .mb-2,
.mod-media-horizontal .mb-2,
.mod-form-trendSearch .mb-2,
.str-ticker .mb-2,
.str-mainvisual-carousel-01 .mb-2 {
  margin-bottom: 2px !important;
}

.mt-3.mod-link-03,
.mt-3.mod-link-columnList,
.mt-3.mod-pnl-index,
.mt-3.mod-pnl-index2,
.mt-3.mod-pnl-indexBnr,
.mt-3.mod-media-article,
.mt-3.mod-media-article-02,
.mt-3.mod-media-horizontal,
.mt-3.mod-form-trendSearch,
.mt-3.str-ticker,
.mt-3.str-mainvisual-carousel-01,
.mod-link-03 .mt-3,
.mod-link-columnList .mt-3,
.mod-pnl-index .mt-3,
.mod-pnl-index2 .mt-3,
.mod-pnl-indexBnr .mt-3,
.mod-media-article .mt-3,
.mod-media-article-02 .mt-3,
.mod-media-horizontal .mt-3,
.mod-form-trendSearch .mt-3,
.str-ticker .mt-3,
.str-mainvisual-carousel-01 .mt-3 {
  margin-top: 3px !important;
}

.mb-3.mod-link-03,
.mb-3.mod-link-columnList,
.mb-3.mod-pnl-index,
.mb-3.mod-pnl-index2,
.mb-3.mod-pnl-indexBnr,
.mb-3.mod-media-article,
.mb-3.mod-media-article-02,
.mb-3.mod-media-horizontal,
.mb-3.mod-form-trendSearch,
.mb-3.str-ticker,
.mb-3.str-mainvisual-carousel-01,
.mod-link-03 .mb-3,
.mod-link-columnList .mb-3,
.mod-pnl-index .mb-3,
.mod-pnl-index2 .mb-3,
.mod-pnl-indexBnr .mb-3,
.mod-media-article .mb-3,
.mod-media-article-02 .mb-3,
.mod-media-horizontal .mb-3,
.mod-form-trendSearch .mb-3,
.str-ticker .mb-3,
.str-mainvisual-carousel-01 .mb-3 {
  margin-bottom: 3px !important;
}

.mt-4.mod-link-03,
.mt-4.mod-link-columnList,
.mt-4.mod-pnl-index,
.mt-4.mod-pnl-index2,
.mt-4.mod-pnl-indexBnr,
.mt-4.mod-media-article,
.mt-4.mod-media-article-02,
.mt-4.mod-media-horizontal,
.mt-4.mod-form-trendSearch,
.mt-4.str-ticker,
.mt-4.str-mainvisual-carousel-01,
.mod-link-03 .mt-4,
.mod-link-columnList .mt-4,
.mod-pnl-index .mt-4,
.mod-pnl-index2 .mt-4,
.mod-pnl-indexBnr .mt-4,
.mod-media-article .mt-4,
.mod-media-article-02 .mt-4,
.mod-media-horizontal .mt-4,
.mod-form-trendSearch .mt-4,
.str-ticker .mt-4,
.str-mainvisual-carousel-01 .mt-4 {
  margin-top: 4px !important;
}

.mb-4.mod-link-03,
.mb-4.mod-link-columnList,
.mb-4.mod-pnl-index,
.mb-4.mod-pnl-index2,
.mb-4.mod-pnl-indexBnr,
.mb-4.mod-media-article,
.mb-4.mod-media-article-02,
.mb-4.mod-media-horizontal,
.mb-4.mod-form-trendSearch,
.mb-4.str-ticker,
.mb-4.str-mainvisual-carousel-01,
.mod-link-03 .mb-4,
.mod-link-columnList .mb-4,
.mod-pnl-index .mb-4,
.mod-pnl-index2 .mb-4,
.mod-pnl-indexBnr .mb-4,
.mod-media-article .mb-4,
.mod-media-article-02 .mb-4,
.mod-media-horizontal .mb-4,
.mod-form-trendSearch .mb-4,
.str-ticker .mb-4,
.str-mainvisual-carousel-01 .mb-4 {
  margin-bottom: 4px !important;
}

.mt-5.mod-link-03,
.mt-5.mod-link-columnList,
.mt-5.mod-pnl-index,
.mt-5.mod-pnl-index2,
.mt-5.mod-pnl-indexBnr,
.mt-5.mod-media-article,
.mt-5.mod-media-article-02,
.mt-5.mod-media-horizontal,
.mt-5.mod-form-trendSearch,
.mt-5.str-ticker,
.mt-5.str-mainvisual-carousel-01,
.mod-link-03 .mt-5,
.mod-link-columnList .mt-5,
.mod-pnl-index .mt-5,
.mod-pnl-index2 .mt-5,
.mod-pnl-indexBnr .mt-5,
.mod-media-article .mt-5,
.mod-media-article-02 .mt-5,
.mod-media-horizontal .mt-5,
.mod-form-trendSearch .mt-5,
.str-ticker .mt-5,
.str-mainvisual-carousel-01 .mt-5 {
  margin-top: 5px !important;
}

.mb-5.mod-link-03,
.mb-5.mod-link-columnList,
.mb-5.mod-pnl-index,
.mb-5.mod-pnl-index2,
.mb-5.mod-pnl-indexBnr,
.mb-5.mod-media-article,
.mb-5.mod-media-article-02,
.mb-5.mod-media-horizontal,
.mb-5.mod-form-trendSearch,
.mb-5.str-ticker,
.mb-5.str-mainvisual-carousel-01,
.mod-link-03 .mb-5,
.mod-link-columnList .mb-5,
.mod-pnl-index .mb-5,
.mod-pnl-index2 .mb-5,
.mod-pnl-indexBnr .mb-5,
.mod-media-article .mb-5,
.mod-media-article-02 .mb-5,
.mod-media-horizontal .mb-5,
.mod-form-trendSearch .mb-5,
.str-ticker .mb-5,
.str-mainvisual-carousel-01 .mb-5 {
  margin-bottom: 5px !important;
}

.mt-6.mod-link-03,
.mt-6.mod-link-columnList,
.mt-6.mod-pnl-index,
.mt-6.mod-pnl-index2,
.mt-6.mod-pnl-indexBnr,
.mt-6.mod-media-article,
.mt-6.mod-media-article-02,
.mt-6.mod-media-horizontal,
.mt-6.mod-form-trendSearch,
.mt-6.str-ticker,
.mt-6.str-mainvisual-carousel-01,
.mod-link-03 .mt-6,
.mod-link-columnList .mt-6,
.mod-pnl-index .mt-6,
.mod-pnl-index2 .mt-6,
.mod-pnl-indexBnr .mt-6,
.mod-media-article .mt-6,
.mod-media-article-02 .mt-6,
.mod-media-horizontal .mt-6,
.mod-form-trendSearch .mt-6,
.str-ticker .mt-6,
.str-mainvisual-carousel-01 .mt-6 {
  margin-top: 6px !important;
}

.mb-6.mod-link-03,
.mb-6.mod-link-columnList,
.mb-6.mod-pnl-index,
.mb-6.mod-pnl-index2,
.mb-6.mod-pnl-indexBnr,
.mb-6.mod-media-article,
.mb-6.mod-media-article-02,
.mb-6.mod-media-horizontal,
.mb-6.mod-form-trendSearch,
.mb-6.str-ticker,
.mb-6.str-mainvisual-carousel-01,
.mod-link-03 .mb-6,
.mod-link-columnList .mb-6,
.mod-pnl-index .mb-6,
.mod-pnl-index2 .mb-6,
.mod-pnl-indexBnr .mb-6,
.mod-media-article .mb-6,
.mod-media-article-02 .mb-6,
.mod-media-horizontal .mb-6,
.mod-form-trendSearch .mb-6,
.str-ticker .mb-6,
.str-mainvisual-carousel-01 .mb-6 {
  margin-bottom: 6px !important;
}

.mt-7.mod-link-03,
.mt-7.mod-link-columnList,
.mt-7.mod-pnl-index,
.mt-7.mod-pnl-index2,
.mt-7.mod-pnl-indexBnr,
.mt-7.mod-media-article,
.mt-7.mod-media-article-02,
.mt-7.mod-media-horizontal,
.mt-7.mod-form-trendSearch,
.mt-7.str-ticker,
.mt-7.str-mainvisual-carousel-01,
.mod-link-03 .mt-7,
.mod-link-columnList .mt-7,
.mod-pnl-index .mt-7,
.mod-pnl-index2 .mt-7,
.mod-pnl-indexBnr .mt-7,
.mod-media-article .mt-7,
.mod-media-article-02 .mt-7,
.mod-media-horizontal .mt-7,
.mod-form-trendSearch .mt-7,
.str-ticker .mt-7,
.str-mainvisual-carousel-01 .mt-7 {
  margin-top: 7px !important;
}

.mb-7.mod-link-03,
.mb-7.mod-link-columnList,
.mb-7.mod-pnl-index,
.mb-7.mod-pnl-index2,
.mb-7.mod-pnl-indexBnr,
.mb-7.mod-media-article,
.mb-7.mod-media-article-02,
.mb-7.mod-media-horizontal,
.mb-7.mod-form-trendSearch,
.mb-7.str-ticker,
.mb-7.str-mainvisual-carousel-01,
.mod-link-03 .mb-7,
.mod-link-columnList .mb-7,
.mod-pnl-index .mb-7,
.mod-pnl-index2 .mb-7,
.mod-pnl-indexBnr .mb-7,
.mod-media-article .mb-7,
.mod-media-article-02 .mb-7,
.mod-media-horizontal .mb-7,
.mod-form-trendSearch .mb-7,
.str-ticker .mb-7,
.str-mainvisual-carousel-01 .mb-7 {
  margin-bottom: 7px !important;
}

.mt-8.mod-link-03,
.mt-8.mod-link-columnList,
.mt-8.mod-pnl-index,
.mt-8.mod-pnl-index2,
.mt-8.mod-pnl-indexBnr,
.mt-8.mod-media-article,
.mt-8.mod-media-article-02,
.mt-8.mod-media-horizontal,
.mt-8.mod-form-trendSearch,
.mt-8.str-ticker,
.mt-8.str-mainvisual-carousel-01,
.mod-link-03 .mt-8,
.mod-link-columnList .mt-8,
.mod-pnl-index .mt-8,
.mod-pnl-index2 .mt-8,
.mod-pnl-indexBnr .mt-8,
.mod-media-article .mt-8,
.mod-media-article-02 .mt-8,
.mod-media-horizontal .mt-8,
.mod-form-trendSearch .mt-8,
.str-ticker .mt-8,
.str-mainvisual-carousel-01 .mt-8 {
  margin-top: 8px !important;
}

.mb-8.mod-link-03,
.mb-8.mod-link-columnList,
.mb-8.mod-pnl-index,
.mb-8.mod-pnl-index2,
.mb-8.mod-pnl-indexBnr,
.mb-8.mod-media-article,
.mb-8.mod-media-article-02,
.mb-8.mod-media-horizontal,
.mb-8.mod-form-trendSearch,
.mb-8.str-ticker,
.mb-8.str-mainvisual-carousel-01,
.mod-link-03 .mb-8,
.mod-link-columnList .mb-8,
.mod-pnl-index .mb-8,
.mod-pnl-index2 .mb-8,
.mod-pnl-indexBnr .mb-8,
.mod-media-article .mb-8,
.mod-media-article-02 .mb-8,
.mod-media-horizontal .mb-8,
.mod-form-trendSearch .mb-8,
.str-ticker .mb-8,
.str-mainvisual-carousel-01 .mb-8 {
  margin-bottom: 8px !important;
}

.mt-9.mod-link-03,
.mt-9.mod-link-columnList,
.mt-9.mod-pnl-index,
.mt-9.mod-pnl-index2,
.mt-9.mod-pnl-indexBnr,
.mt-9.mod-media-article,
.mt-9.mod-media-article-02,
.mt-9.mod-media-horizontal,
.mt-9.mod-form-trendSearch,
.mt-9.str-ticker,
.mt-9.str-mainvisual-carousel-01,
.mod-link-03 .mt-9,
.mod-link-columnList .mt-9,
.mod-pnl-index .mt-9,
.mod-pnl-index2 .mt-9,
.mod-pnl-indexBnr .mt-9,
.mod-media-article .mt-9,
.mod-media-article-02 .mt-9,
.mod-media-horizontal .mt-9,
.mod-form-trendSearch .mt-9,
.str-ticker .mt-9,
.str-mainvisual-carousel-01 .mt-9 {
  margin-top: 9px !important;
}

.mb-9.mod-link-03,
.mb-9.mod-link-columnList,
.mb-9.mod-pnl-index,
.mb-9.mod-pnl-index2,
.mb-9.mod-pnl-indexBnr,
.mb-9.mod-media-article,
.mb-9.mod-media-article-02,
.mb-9.mod-media-horizontal,
.mb-9.mod-form-trendSearch,
.mb-9.str-ticker,
.mb-9.str-mainvisual-carousel-01,
.mod-link-03 .mb-9,
.mod-link-columnList .mb-9,
.mod-pnl-index .mb-9,
.mod-pnl-index2 .mb-9,
.mod-pnl-indexBnr .mb-9,
.mod-media-article .mb-9,
.mod-media-article-02 .mb-9,
.mod-media-horizontal .mb-9,
.mod-form-trendSearch .mb-9,
.str-ticker .mb-9,
.str-mainvisual-carousel-01 .mb-9 {
  margin-bottom: 9px !important;
}

.mt-10.mod-link-03,
.mt-10.mod-link-columnList,
.mt-10.mod-pnl-index,
.mt-10.mod-pnl-index2,
.mt-10.mod-pnl-indexBnr,
.mt-10.mod-media-article,
.mt-10.mod-media-article-02,
.mt-10.mod-media-horizontal,
.mt-10.mod-form-trendSearch,
.mt-10.str-ticker,
.mt-10.str-mainvisual-carousel-01,
.mod-link-03 .mt-10,
.mod-link-columnList .mt-10,
.mod-pnl-index .mt-10,
.mod-pnl-index2 .mt-10,
.mod-pnl-indexBnr .mt-10,
.mod-media-article .mt-10,
.mod-media-article-02 .mt-10,
.mod-media-horizontal .mt-10,
.mod-form-trendSearch .mt-10,
.str-ticker .mt-10,
.str-mainvisual-carousel-01 .mt-10 {
  margin-top: 10px !important;
}

.mb-10.mod-link-03,
.mb-10.mod-link-columnList,
.mb-10.mod-pnl-index,
.mb-10.mod-pnl-index2,
.mb-10.mod-pnl-indexBnr,
.mb-10.mod-media-article,
.mb-10.mod-media-article-02,
.mb-10.mod-media-horizontal,
.mb-10.mod-form-trendSearch,
.mb-10.str-ticker,
.mb-10.str-mainvisual-carousel-01,
.mod-link-03 .mb-10,
.mod-link-columnList .mb-10,
.mod-pnl-index .mb-10,
.mod-pnl-index2 .mb-10,
.mod-pnl-indexBnr .mb-10,
.mod-media-article .mb-10,
.mod-media-article-02 .mb-10,
.mod-media-horizontal .mb-10,
.mod-form-trendSearch .mb-10,
.str-ticker .mb-10,
.str-mainvisual-carousel-01 .mb-10 {
  margin-bottom: 10px !important;
}

.mt-11.mod-link-03,
.mt-11.mod-link-columnList,
.mt-11.mod-pnl-index,
.mt-11.mod-pnl-index2,
.mt-11.mod-pnl-indexBnr,
.mt-11.mod-media-article,
.mt-11.mod-media-article-02,
.mt-11.mod-media-horizontal,
.mt-11.mod-form-trendSearch,
.mt-11.str-ticker,
.mt-11.str-mainvisual-carousel-01,
.mod-link-03 .mt-11,
.mod-link-columnList .mt-11,
.mod-pnl-index .mt-11,
.mod-pnl-index2 .mt-11,
.mod-pnl-indexBnr .mt-11,
.mod-media-article .mt-11,
.mod-media-article-02 .mt-11,
.mod-media-horizontal .mt-11,
.mod-form-trendSearch .mt-11,
.str-ticker .mt-11,
.str-mainvisual-carousel-01 .mt-11 {
  margin-top: 11px !important;
}

.mb-11.mod-link-03,
.mb-11.mod-link-columnList,
.mb-11.mod-pnl-index,
.mb-11.mod-pnl-index2,
.mb-11.mod-pnl-indexBnr,
.mb-11.mod-media-article,
.mb-11.mod-media-article-02,
.mb-11.mod-media-horizontal,
.mb-11.mod-form-trendSearch,
.mb-11.str-ticker,
.mb-11.str-mainvisual-carousel-01,
.mod-link-03 .mb-11,
.mod-link-columnList .mb-11,
.mod-pnl-index .mb-11,
.mod-pnl-index2 .mb-11,
.mod-pnl-indexBnr .mb-11,
.mod-media-article .mb-11,
.mod-media-article-02 .mb-11,
.mod-media-horizontal .mb-11,
.mod-form-trendSearch .mb-11,
.str-ticker .mb-11,
.str-mainvisual-carousel-01 .mb-11 {
  margin-bottom: 11px !important;
}

.mt-12.mod-link-03,
.mt-12.mod-link-columnList,
.mt-12.mod-pnl-index,
.mt-12.mod-pnl-index2,
.mt-12.mod-pnl-indexBnr,
.mt-12.mod-media-article,
.mt-12.mod-media-article-02,
.mt-12.mod-media-horizontal,
.mt-12.mod-form-trendSearch,
.mt-12.str-ticker,
.mt-12.str-mainvisual-carousel-01,
.mod-link-03 .mt-12,
.mod-link-columnList .mt-12,
.mod-pnl-index .mt-12,
.mod-pnl-index2 .mt-12,
.mod-pnl-indexBnr .mt-12,
.mod-media-article .mt-12,
.mod-media-article-02 .mt-12,
.mod-media-horizontal .mt-12,
.mod-form-trendSearch .mt-12,
.str-ticker .mt-12,
.str-mainvisual-carousel-01 .mt-12 {
  margin-top: 12px !important;
}

.mb-12.mod-link-03,
.mb-12.mod-link-columnList,
.mb-12.mod-pnl-index,
.mb-12.mod-pnl-index2,
.mb-12.mod-pnl-indexBnr,
.mb-12.mod-media-article,
.mb-12.mod-media-article-02,
.mb-12.mod-media-horizontal,
.mb-12.mod-form-trendSearch,
.mb-12.str-ticker,
.mb-12.str-mainvisual-carousel-01,
.mod-link-03 .mb-12,
.mod-link-columnList .mb-12,
.mod-pnl-index .mb-12,
.mod-pnl-index2 .mb-12,
.mod-pnl-indexBnr .mb-12,
.mod-media-article .mb-12,
.mod-media-article-02 .mb-12,
.mod-media-horizontal .mb-12,
.mod-form-trendSearch .mb-12,
.str-ticker .mb-12,
.str-mainvisual-carousel-01 .mb-12 {
  margin-bottom: 12px !important;
}

.mt-13.mod-link-03,
.mt-13.mod-link-columnList,
.mt-13.mod-pnl-index,
.mt-13.mod-pnl-index2,
.mt-13.mod-pnl-indexBnr,
.mt-13.mod-media-article,
.mt-13.mod-media-article-02,
.mt-13.mod-media-horizontal,
.mt-13.mod-form-trendSearch,
.mt-13.str-ticker,
.mt-13.str-mainvisual-carousel-01,
.mod-link-03 .mt-13,
.mod-link-columnList .mt-13,
.mod-pnl-index .mt-13,
.mod-pnl-index2 .mt-13,
.mod-pnl-indexBnr .mt-13,
.mod-media-article .mt-13,
.mod-media-article-02 .mt-13,
.mod-media-horizontal .mt-13,
.mod-form-trendSearch .mt-13,
.str-ticker .mt-13,
.str-mainvisual-carousel-01 .mt-13 {
  margin-top: 13px !important;
}

.mb-13.mod-link-03,
.mb-13.mod-link-columnList,
.mb-13.mod-pnl-index,
.mb-13.mod-pnl-index2,
.mb-13.mod-pnl-indexBnr,
.mb-13.mod-media-article,
.mb-13.mod-media-article-02,
.mb-13.mod-media-horizontal,
.mb-13.mod-form-trendSearch,
.mb-13.str-ticker,
.mb-13.str-mainvisual-carousel-01,
.mod-link-03 .mb-13,
.mod-link-columnList .mb-13,
.mod-pnl-index .mb-13,
.mod-pnl-index2 .mb-13,
.mod-pnl-indexBnr .mb-13,
.mod-media-article .mb-13,
.mod-media-article-02 .mb-13,
.mod-media-horizontal .mb-13,
.mod-form-trendSearch .mb-13,
.str-ticker .mb-13,
.str-mainvisual-carousel-01 .mb-13 {
  margin-bottom: 13px !important;
}

.mt-14.mod-link-03,
.mt-14.mod-link-columnList,
.mt-14.mod-pnl-index,
.mt-14.mod-pnl-index2,
.mt-14.mod-pnl-indexBnr,
.mt-14.mod-media-article,
.mt-14.mod-media-article-02,
.mt-14.mod-media-horizontal,
.mt-14.mod-form-trendSearch,
.mt-14.str-ticker,
.mt-14.str-mainvisual-carousel-01,
.mod-link-03 .mt-14,
.mod-link-columnList .mt-14,
.mod-pnl-index .mt-14,
.mod-pnl-index2 .mt-14,
.mod-pnl-indexBnr .mt-14,
.mod-media-article .mt-14,
.mod-media-article-02 .mt-14,
.mod-media-horizontal .mt-14,
.mod-form-trendSearch .mt-14,
.str-ticker .mt-14,
.str-mainvisual-carousel-01 .mt-14 {
  margin-top: 14px !important;
}

.mb-14.mod-link-03,
.mb-14.mod-link-columnList,
.mb-14.mod-pnl-index,
.mb-14.mod-pnl-index2,
.mb-14.mod-pnl-indexBnr,
.mb-14.mod-media-article,
.mb-14.mod-media-article-02,
.mb-14.mod-media-horizontal,
.mb-14.mod-form-trendSearch,
.mb-14.str-ticker,
.mb-14.str-mainvisual-carousel-01,
.mod-link-03 .mb-14,
.mod-link-columnList .mb-14,
.mod-pnl-index .mb-14,
.mod-pnl-index2 .mb-14,
.mod-pnl-indexBnr .mb-14,
.mod-media-article .mb-14,
.mod-media-article-02 .mb-14,
.mod-media-horizontal .mb-14,
.mod-form-trendSearch .mb-14,
.str-ticker .mb-14,
.str-mainvisual-carousel-01 .mb-14 {
  margin-bottom: 14px !important;
}

.mt-15.mod-link-03,
.mt-15.mod-link-columnList,
.mt-15.mod-pnl-index,
.mt-15.mod-pnl-index2,
.mt-15.mod-pnl-indexBnr,
.mt-15.mod-media-article,
.mt-15.mod-media-article-02,
.mt-15.mod-media-horizontal,
.mt-15.mod-form-trendSearch,
.mt-15.str-ticker,
.mt-15.str-mainvisual-carousel-01,
.mod-link-03 .mt-15,
.mod-link-columnList .mt-15,
.mod-pnl-index .mt-15,
.mod-pnl-index2 .mt-15,
.mod-pnl-indexBnr .mt-15,
.mod-media-article .mt-15,
.mod-media-article-02 .mt-15,
.mod-media-horizontal .mt-15,
.mod-form-trendSearch .mt-15,
.str-ticker .mt-15,
.str-mainvisual-carousel-01 .mt-15 {
  margin-top: 15px !important;
}

.mb-15.mod-link-03,
.mb-15.mod-link-columnList,
.mb-15.mod-pnl-index,
.mb-15.mod-pnl-index2,
.mb-15.mod-pnl-indexBnr,
.mb-15.mod-media-article,
.mb-15.mod-media-article-02,
.mb-15.mod-media-horizontal,
.mb-15.mod-form-trendSearch,
.mb-15.str-ticker,
.mb-15.str-mainvisual-carousel-01,
.mod-link-03 .mb-15,
.mod-link-columnList .mb-15,
.mod-pnl-index .mb-15,
.mod-pnl-index2 .mb-15,
.mod-pnl-indexBnr .mb-15,
.mod-media-article .mb-15,
.mod-media-article-02 .mb-15,
.mod-media-horizontal .mb-15,
.mod-form-trendSearch .mb-15,
.str-ticker .mb-15,
.str-mainvisual-carousel-01 .mb-15 {
  margin-bottom: 15px !important;
}

.mt-16.mod-link-03,
.mt-16.mod-link-columnList,
.mt-16.mod-pnl-index,
.mt-16.mod-pnl-index2,
.mt-16.mod-pnl-indexBnr,
.mt-16.mod-media-article,
.mt-16.mod-media-article-02,
.mt-16.mod-media-horizontal,
.mt-16.mod-form-trendSearch,
.mt-16.str-ticker,
.mt-16.str-mainvisual-carousel-01,
.mod-link-03 .mt-16,
.mod-link-columnList .mt-16,
.mod-pnl-index .mt-16,
.mod-pnl-index2 .mt-16,
.mod-pnl-indexBnr .mt-16,
.mod-media-article .mt-16,
.mod-media-article-02 .mt-16,
.mod-media-horizontal .mt-16,
.mod-form-trendSearch .mt-16,
.str-ticker .mt-16,
.str-mainvisual-carousel-01 .mt-16 {
  margin-top: 16px !important;
}

.mb-16.mod-link-03,
.mb-16.mod-link-columnList,
.mb-16.mod-pnl-index,
.mb-16.mod-pnl-index2,
.mb-16.mod-pnl-indexBnr,
.mb-16.mod-media-article,
.mb-16.mod-media-article-02,
.mb-16.mod-media-horizontal,
.mb-16.mod-form-trendSearch,
.mb-16.str-ticker,
.mb-16.str-mainvisual-carousel-01,
.mod-link-03 .mb-16,
.mod-link-columnList .mb-16,
.mod-pnl-index .mb-16,
.mod-pnl-index2 .mb-16,
.mod-pnl-indexBnr .mb-16,
.mod-media-article .mb-16,
.mod-media-article-02 .mb-16,
.mod-media-horizontal .mb-16,
.mod-form-trendSearch .mb-16,
.str-ticker .mb-16,
.str-mainvisual-carousel-01 .mb-16 {
  margin-bottom: 16px !important;
}

.mt-17.mod-link-03,
.mt-17.mod-link-columnList,
.mt-17.mod-pnl-index,
.mt-17.mod-pnl-index2,
.mt-17.mod-pnl-indexBnr,
.mt-17.mod-media-article,
.mt-17.mod-media-article-02,
.mt-17.mod-media-horizontal,
.mt-17.mod-form-trendSearch,
.mt-17.str-ticker,
.mt-17.str-mainvisual-carousel-01,
.mod-link-03 .mt-17,
.mod-link-columnList .mt-17,
.mod-pnl-index .mt-17,
.mod-pnl-index2 .mt-17,
.mod-pnl-indexBnr .mt-17,
.mod-media-article .mt-17,
.mod-media-article-02 .mt-17,
.mod-media-horizontal .mt-17,
.mod-form-trendSearch .mt-17,
.str-ticker .mt-17,
.str-mainvisual-carousel-01 .mt-17 {
  margin-top: 17px !important;
}

.mb-17.mod-link-03,
.mb-17.mod-link-columnList,
.mb-17.mod-pnl-index,
.mb-17.mod-pnl-index2,
.mb-17.mod-pnl-indexBnr,
.mb-17.mod-media-article,
.mb-17.mod-media-article-02,
.mb-17.mod-media-horizontal,
.mb-17.mod-form-trendSearch,
.mb-17.str-ticker,
.mb-17.str-mainvisual-carousel-01,
.mod-link-03 .mb-17,
.mod-link-columnList .mb-17,
.mod-pnl-index .mb-17,
.mod-pnl-index2 .mb-17,
.mod-pnl-indexBnr .mb-17,
.mod-media-article .mb-17,
.mod-media-article-02 .mb-17,
.mod-media-horizontal .mb-17,
.mod-form-trendSearch .mb-17,
.str-ticker .mb-17,
.str-mainvisual-carousel-01 .mb-17 {
  margin-bottom: 17px !important;
}

.mt-18.mod-link-03,
.mt-18.mod-link-columnList,
.mt-18.mod-pnl-index,
.mt-18.mod-pnl-index2,
.mt-18.mod-pnl-indexBnr,
.mt-18.mod-media-article,
.mt-18.mod-media-article-02,
.mt-18.mod-media-horizontal,
.mt-18.mod-form-trendSearch,
.mt-18.str-ticker,
.mt-18.str-mainvisual-carousel-01,
.mod-link-03 .mt-18,
.mod-link-columnList .mt-18,
.mod-pnl-index .mt-18,
.mod-pnl-index2 .mt-18,
.mod-pnl-indexBnr .mt-18,
.mod-media-article .mt-18,
.mod-media-article-02 .mt-18,
.mod-media-horizontal .mt-18,
.mod-form-trendSearch .mt-18,
.str-ticker .mt-18,
.str-mainvisual-carousel-01 .mt-18 {
  margin-top: 18px !important;
}

.mb-18.mod-link-03,
.mb-18.mod-link-columnList,
.mb-18.mod-pnl-index,
.mb-18.mod-pnl-index2,
.mb-18.mod-pnl-indexBnr,
.mb-18.mod-media-article,
.mb-18.mod-media-article-02,
.mb-18.mod-media-horizontal,
.mb-18.mod-form-trendSearch,
.mb-18.str-ticker,
.mb-18.str-mainvisual-carousel-01,
.mod-link-03 .mb-18,
.mod-link-columnList .mb-18,
.mod-pnl-index .mb-18,
.mod-pnl-index2 .mb-18,
.mod-pnl-indexBnr .mb-18,
.mod-media-article .mb-18,
.mod-media-article-02 .mb-18,
.mod-media-horizontal .mb-18,
.mod-form-trendSearch .mb-18,
.str-ticker .mb-18,
.str-mainvisual-carousel-01 .mb-18 {
  margin-bottom: 18px !important;
}

.mt-19.mod-link-03,
.mt-19.mod-link-columnList,
.mt-19.mod-pnl-index,
.mt-19.mod-pnl-index2,
.mt-19.mod-pnl-indexBnr,
.mt-19.mod-media-article,
.mt-19.mod-media-article-02,
.mt-19.mod-media-horizontal,
.mt-19.mod-form-trendSearch,
.mt-19.str-ticker,
.mt-19.str-mainvisual-carousel-01,
.mod-link-03 .mt-19,
.mod-link-columnList .mt-19,
.mod-pnl-index .mt-19,
.mod-pnl-index2 .mt-19,
.mod-pnl-indexBnr .mt-19,
.mod-media-article .mt-19,
.mod-media-article-02 .mt-19,
.mod-media-horizontal .mt-19,
.mod-form-trendSearch .mt-19,
.str-ticker .mt-19,
.str-mainvisual-carousel-01 .mt-19 {
  margin-top: 19px !important;
}

.mb-19.mod-link-03,
.mb-19.mod-link-columnList,
.mb-19.mod-pnl-index,
.mb-19.mod-pnl-index2,
.mb-19.mod-pnl-indexBnr,
.mb-19.mod-media-article,
.mb-19.mod-media-article-02,
.mb-19.mod-media-horizontal,
.mb-19.mod-form-trendSearch,
.mb-19.str-ticker,
.mb-19.str-mainvisual-carousel-01,
.mod-link-03 .mb-19,
.mod-link-columnList .mb-19,
.mod-pnl-index .mb-19,
.mod-pnl-index2 .mb-19,
.mod-pnl-indexBnr .mb-19,
.mod-media-article .mb-19,
.mod-media-article-02 .mb-19,
.mod-media-horizontal .mb-19,
.mod-form-trendSearch .mb-19,
.str-ticker .mb-19,
.str-mainvisual-carousel-01 .mb-19 {
  margin-bottom: 19px !important;
}

.mt-20.mod-link-03,
.mt-20.mod-link-columnList,
.mt-20.mod-pnl-index,
.mt-20.mod-pnl-index2,
.mt-20.mod-pnl-indexBnr,
.mt-20.mod-media-article,
.mt-20.mod-media-article-02,
.mt-20.mod-media-horizontal,
.mt-20.mod-form-trendSearch,
.mt-20.str-ticker,
.mt-20.str-mainvisual-carousel-01,
.mod-link-03 .mt-20,
.mod-link-columnList .mt-20,
.mod-pnl-index .mt-20,
.mod-pnl-index2 .mt-20,
.mod-pnl-indexBnr .mt-20,
.mod-media-article .mt-20,
.mod-media-article-02 .mt-20,
.mod-media-horizontal .mt-20,
.mod-form-trendSearch .mt-20,
.str-ticker .mt-20,
.str-mainvisual-carousel-01 .mt-20 {
  margin-top: 20px !important;
}

.mb-20.mod-link-03,
.mb-20.mod-link-columnList,
.mb-20.mod-pnl-index,
.mb-20.mod-pnl-index2,
.mb-20.mod-pnl-indexBnr,
.mb-20.mod-media-article,
.mb-20.mod-media-article-02,
.mb-20.mod-media-horizontal,
.mb-20.mod-form-trendSearch,
.mb-20.str-ticker,
.mb-20.str-mainvisual-carousel-01,
.mod-link-03 .mb-20,
.mod-link-columnList .mb-20,
.mod-pnl-index .mb-20,
.mod-pnl-index2 .mb-20,
.mod-pnl-indexBnr .mb-20,
.mod-media-article .mb-20,
.mod-media-article-02 .mb-20,
.mod-media-horizontal .mb-20,
.mod-form-trendSearch .mb-20,
.str-ticker .mb-20,
.str-mainvisual-carousel-01 .mb-20 {
  margin-bottom: 20px !important;
}

.mt-21.mod-link-03,
.mt-21.mod-link-columnList,
.mt-21.mod-pnl-index,
.mt-21.mod-pnl-index2,
.mt-21.mod-pnl-indexBnr,
.mt-21.mod-media-article,
.mt-21.mod-media-article-02,
.mt-21.mod-media-horizontal,
.mt-21.mod-form-trendSearch,
.mt-21.str-ticker,
.mt-21.str-mainvisual-carousel-01,
.mod-link-03 .mt-21,
.mod-link-columnList .mt-21,
.mod-pnl-index .mt-21,
.mod-pnl-index2 .mt-21,
.mod-pnl-indexBnr .mt-21,
.mod-media-article .mt-21,
.mod-media-article-02 .mt-21,
.mod-media-horizontal .mt-21,
.mod-form-trendSearch .mt-21,
.str-ticker .mt-21,
.str-mainvisual-carousel-01 .mt-21 {
  margin-top: 21px !important;
}

.mb-21.mod-link-03,
.mb-21.mod-link-columnList,
.mb-21.mod-pnl-index,
.mb-21.mod-pnl-index2,
.mb-21.mod-pnl-indexBnr,
.mb-21.mod-media-article,
.mb-21.mod-media-article-02,
.mb-21.mod-media-horizontal,
.mb-21.mod-form-trendSearch,
.mb-21.str-ticker,
.mb-21.str-mainvisual-carousel-01,
.mod-link-03 .mb-21,
.mod-link-columnList .mb-21,
.mod-pnl-index .mb-21,
.mod-pnl-index2 .mb-21,
.mod-pnl-indexBnr .mb-21,
.mod-media-article .mb-21,
.mod-media-article-02 .mb-21,
.mod-media-horizontal .mb-21,
.mod-form-trendSearch .mb-21,
.str-ticker .mb-21,
.str-mainvisual-carousel-01 .mb-21 {
  margin-bottom: 21px !important;
}

.mt-22.mod-link-03,
.mt-22.mod-link-columnList,
.mt-22.mod-pnl-index,
.mt-22.mod-pnl-index2,
.mt-22.mod-pnl-indexBnr,
.mt-22.mod-media-article,
.mt-22.mod-media-article-02,
.mt-22.mod-media-horizontal,
.mt-22.mod-form-trendSearch,
.mt-22.str-ticker,
.mt-22.str-mainvisual-carousel-01,
.mod-link-03 .mt-22,
.mod-link-columnList .mt-22,
.mod-pnl-index .mt-22,
.mod-pnl-index2 .mt-22,
.mod-pnl-indexBnr .mt-22,
.mod-media-article .mt-22,
.mod-media-article-02 .mt-22,
.mod-media-horizontal .mt-22,
.mod-form-trendSearch .mt-22,
.str-ticker .mt-22,
.str-mainvisual-carousel-01 .mt-22 {
  margin-top: 22px !important;
}

.mb-22.mod-link-03,
.mb-22.mod-link-columnList,
.mb-22.mod-pnl-index,
.mb-22.mod-pnl-index2,
.mb-22.mod-pnl-indexBnr,
.mb-22.mod-media-article,
.mb-22.mod-media-article-02,
.mb-22.mod-media-horizontal,
.mb-22.mod-form-trendSearch,
.mb-22.str-ticker,
.mb-22.str-mainvisual-carousel-01,
.mod-link-03 .mb-22,
.mod-link-columnList .mb-22,
.mod-pnl-index .mb-22,
.mod-pnl-index2 .mb-22,
.mod-pnl-indexBnr .mb-22,
.mod-media-article .mb-22,
.mod-media-article-02 .mb-22,
.mod-media-horizontal .mb-22,
.mod-form-trendSearch .mb-22,
.str-ticker .mb-22,
.str-mainvisual-carousel-01 .mb-22 {
  margin-bottom: 22px !important;
}

.mt-23.mod-link-03,
.mt-23.mod-link-columnList,
.mt-23.mod-pnl-index,
.mt-23.mod-pnl-index2,
.mt-23.mod-pnl-indexBnr,
.mt-23.mod-media-article,
.mt-23.mod-media-article-02,
.mt-23.mod-media-horizontal,
.mt-23.mod-form-trendSearch,
.mt-23.str-ticker,
.mt-23.str-mainvisual-carousel-01,
.mod-link-03 .mt-23,
.mod-link-columnList .mt-23,
.mod-pnl-index .mt-23,
.mod-pnl-index2 .mt-23,
.mod-pnl-indexBnr .mt-23,
.mod-media-article .mt-23,
.mod-media-article-02 .mt-23,
.mod-media-horizontal .mt-23,
.mod-form-trendSearch .mt-23,
.str-ticker .mt-23,
.str-mainvisual-carousel-01 .mt-23 {
  margin-top: 23px !important;
}

.mb-23.mod-link-03,
.mb-23.mod-link-columnList,
.mb-23.mod-pnl-index,
.mb-23.mod-pnl-index2,
.mb-23.mod-pnl-indexBnr,
.mb-23.mod-media-article,
.mb-23.mod-media-article-02,
.mb-23.mod-media-horizontal,
.mb-23.mod-form-trendSearch,
.mb-23.str-ticker,
.mb-23.str-mainvisual-carousel-01,
.mod-link-03 .mb-23,
.mod-link-columnList .mb-23,
.mod-pnl-index .mb-23,
.mod-pnl-index2 .mb-23,
.mod-pnl-indexBnr .mb-23,
.mod-media-article .mb-23,
.mod-media-article-02 .mb-23,
.mod-media-horizontal .mb-23,
.mod-form-trendSearch .mb-23,
.str-ticker .mb-23,
.str-mainvisual-carousel-01 .mb-23 {
  margin-bottom: 23px !important;
}

.mt-24.mod-link-03,
.mt-24.mod-link-columnList,
.mt-24.mod-pnl-index,
.mt-24.mod-pnl-index2,
.mt-24.mod-pnl-indexBnr,
.mt-24.mod-media-article,
.mt-24.mod-media-article-02,
.mt-24.mod-media-horizontal,
.mt-24.mod-form-trendSearch,
.mt-24.str-ticker,
.mt-24.str-mainvisual-carousel-01,
.mod-link-03 .mt-24,
.mod-link-columnList .mt-24,
.mod-pnl-index .mt-24,
.mod-pnl-index2 .mt-24,
.mod-pnl-indexBnr .mt-24,
.mod-media-article .mt-24,
.mod-media-article-02 .mt-24,
.mod-media-horizontal .mt-24,
.mod-form-trendSearch .mt-24,
.str-ticker .mt-24,
.str-mainvisual-carousel-01 .mt-24 {
  margin-top: 24px !important;
}

.mb-24.mod-link-03,
.mb-24.mod-link-columnList,
.mb-24.mod-pnl-index,
.mb-24.mod-pnl-index2,
.mb-24.mod-pnl-indexBnr,
.mb-24.mod-media-article,
.mb-24.mod-media-article-02,
.mb-24.mod-media-horizontal,
.mb-24.mod-form-trendSearch,
.mb-24.str-ticker,
.mb-24.str-mainvisual-carousel-01,
.mod-link-03 .mb-24,
.mod-link-columnList .mb-24,
.mod-pnl-index .mb-24,
.mod-pnl-index2 .mb-24,
.mod-pnl-indexBnr .mb-24,
.mod-media-article .mb-24,
.mod-media-article-02 .mb-24,
.mod-media-horizontal .mb-24,
.mod-form-trendSearch .mb-24,
.str-ticker .mb-24,
.str-mainvisual-carousel-01 .mb-24 {
  margin-bottom: 24px !important;
}

.mt-25.mod-link-03,
.mt-25.mod-link-columnList,
.mt-25.mod-pnl-index,
.mt-25.mod-pnl-index2,
.mt-25.mod-pnl-indexBnr,
.mt-25.mod-media-article,
.mt-25.mod-media-article-02,
.mt-25.mod-media-horizontal,
.mt-25.mod-form-trendSearch,
.mt-25.str-ticker,
.mt-25.str-mainvisual-carousel-01,
.mod-link-03 .mt-25,
.mod-link-columnList .mt-25,
.mod-pnl-index .mt-25,
.mod-pnl-index2 .mt-25,
.mod-pnl-indexBnr .mt-25,
.mod-media-article .mt-25,
.mod-media-article-02 .mt-25,
.mod-media-horizontal .mt-25,
.mod-form-trendSearch .mt-25,
.str-ticker .mt-25,
.str-mainvisual-carousel-01 .mt-25 {
  margin-top: 25px !important;
}

.mb-25.mod-link-03,
.mb-25.mod-link-columnList,
.mb-25.mod-pnl-index,
.mb-25.mod-pnl-index2,
.mb-25.mod-pnl-indexBnr,
.mb-25.mod-media-article,
.mb-25.mod-media-article-02,
.mb-25.mod-media-horizontal,
.mb-25.mod-form-trendSearch,
.mb-25.str-ticker,
.mb-25.str-mainvisual-carousel-01,
.mod-link-03 .mb-25,
.mod-link-columnList .mb-25,
.mod-pnl-index .mb-25,
.mod-pnl-index2 .mb-25,
.mod-pnl-indexBnr .mb-25,
.mod-media-article .mb-25,
.mod-media-article-02 .mb-25,
.mod-media-horizontal .mb-25,
.mod-form-trendSearch .mb-25,
.str-ticker .mb-25,
.str-mainvisual-carousel-01 .mb-25 {
  margin-bottom: 25px !important;
}

.mt-26.mod-link-03,
.mt-26.mod-link-columnList,
.mt-26.mod-pnl-index,
.mt-26.mod-pnl-index2,
.mt-26.mod-pnl-indexBnr,
.mt-26.mod-media-article,
.mt-26.mod-media-article-02,
.mt-26.mod-media-horizontal,
.mt-26.mod-form-trendSearch,
.mt-26.str-ticker,
.mt-26.str-mainvisual-carousel-01,
.mod-link-03 .mt-26,
.mod-link-columnList .mt-26,
.mod-pnl-index .mt-26,
.mod-pnl-index2 .mt-26,
.mod-pnl-indexBnr .mt-26,
.mod-media-article .mt-26,
.mod-media-article-02 .mt-26,
.mod-media-horizontal .mt-26,
.mod-form-trendSearch .mt-26,
.str-ticker .mt-26,
.str-mainvisual-carousel-01 .mt-26 {
  margin-top: 26px !important;
}

.mb-26.mod-link-03,
.mb-26.mod-link-columnList,
.mb-26.mod-pnl-index,
.mb-26.mod-pnl-index2,
.mb-26.mod-pnl-indexBnr,
.mb-26.mod-media-article,
.mb-26.mod-media-article-02,
.mb-26.mod-media-horizontal,
.mb-26.mod-form-trendSearch,
.mb-26.str-ticker,
.mb-26.str-mainvisual-carousel-01,
.mod-link-03 .mb-26,
.mod-link-columnList .mb-26,
.mod-pnl-index .mb-26,
.mod-pnl-index2 .mb-26,
.mod-pnl-indexBnr .mb-26,
.mod-media-article .mb-26,
.mod-media-article-02 .mb-26,
.mod-media-horizontal .mb-26,
.mod-form-trendSearch .mb-26,
.str-ticker .mb-26,
.str-mainvisual-carousel-01 .mb-26 {
  margin-bottom: 26px !important;
}

.mt-27.mod-link-03,
.mt-27.mod-link-columnList,
.mt-27.mod-pnl-index,
.mt-27.mod-pnl-index2,
.mt-27.mod-pnl-indexBnr,
.mt-27.mod-media-article,
.mt-27.mod-media-article-02,
.mt-27.mod-media-horizontal,
.mt-27.mod-form-trendSearch,
.mt-27.str-ticker,
.mt-27.str-mainvisual-carousel-01,
.mod-link-03 .mt-27,
.mod-link-columnList .mt-27,
.mod-pnl-index .mt-27,
.mod-pnl-index2 .mt-27,
.mod-pnl-indexBnr .mt-27,
.mod-media-article .mt-27,
.mod-media-article-02 .mt-27,
.mod-media-horizontal .mt-27,
.mod-form-trendSearch .mt-27,
.str-ticker .mt-27,
.str-mainvisual-carousel-01 .mt-27 {
  margin-top: 27px !important;
}

.mb-27.mod-link-03,
.mb-27.mod-link-columnList,
.mb-27.mod-pnl-index,
.mb-27.mod-pnl-index2,
.mb-27.mod-pnl-indexBnr,
.mb-27.mod-media-article,
.mb-27.mod-media-article-02,
.mb-27.mod-media-horizontal,
.mb-27.mod-form-trendSearch,
.mb-27.str-ticker,
.mb-27.str-mainvisual-carousel-01,
.mod-link-03 .mb-27,
.mod-link-columnList .mb-27,
.mod-pnl-index .mb-27,
.mod-pnl-index2 .mb-27,
.mod-pnl-indexBnr .mb-27,
.mod-media-article .mb-27,
.mod-media-article-02 .mb-27,
.mod-media-horizontal .mb-27,
.mod-form-trendSearch .mb-27,
.str-ticker .mb-27,
.str-mainvisual-carousel-01 .mb-27 {
  margin-bottom: 27px !important;
}

.mt-28.mod-link-03,
.mt-28.mod-link-columnList,
.mt-28.mod-pnl-index,
.mt-28.mod-pnl-index2,
.mt-28.mod-pnl-indexBnr,
.mt-28.mod-media-article,
.mt-28.mod-media-article-02,
.mt-28.mod-media-horizontal,
.mt-28.mod-form-trendSearch,
.mt-28.str-ticker,
.mt-28.str-mainvisual-carousel-01,
.mod-link-03 .mt-28,
.mod-link-columnList .mt-28,
.mod-pnl-index .mt-28,
.mod-pnl-index2 .mt-28,
.mod-pnl-indexBnr .mt-28,
.mod-media-article .mt-28,
.mod-media-article-02 .mt-28,
.mod-media-horizontal .mt-28,
.mod-form-trendSearch .mt-28,
.str-ticker .mt-28,
.str-mainvisual-carousel-01 .mt-28 {
  margin-top: 28px !important;
}

.mb-28.mod-link-03,
.mb-28.mod-link-columnList,
.mb-28.mod-pnl-index,
.mb-28.mod-pnl-index2,
.mb-28.mod-pnl-indexBnr,
.mb-28.mod-media-article,
.mb-28.mod-media-article-02,
.mb-28.mod-media-horizontal,
.mb-28.mod-form-trendSearch,
.mb-28.str-ticker,
.mb-28.str-mainvisual-carousel-01,
.mod-link-03 .mb-28,
.mod-link-columnList .mb-28,
.mod-pnl-index .mb-28,
.mod-pnl-index2 .mb-28,
.mod-pnl-indexBnr .mb-28,
.mod-media-article .mb-28,
.mod-media-article-02 .mb-28,
.mod-media-horizontal .mb-28,
.mod-form-trendSearch .mb-28,
.str-ticker .mb-28,
.str-mainvisual-carousel-01 .mb-28 {
  margin-bottom: 28px !important;
}

.mt-29.mod-link-03,
.mt-29.mod-link-columnList,
.mt-29.mod-pnl-index,
.mt-29.mod-pnl-index2,
.mt-29.mod-pnl-indexBnr,
.mt-29.mod-media-article,
.mt-29.mod-media-article-02,
.mt-29.mod-media-horizontal,
.mt-29.mod-form-trendSearch,
.mt-29.str-ticker,
.mt-29.str-mainvisual-carousel-01,
.mod-link-03 .mt-29,
.mod-link-columnList .mt-29,
.mod-pnl-index .mt-29,
.mod-pnl-index2 .mt-29,
.mod-pnl-indexBnr .mt-29,
.mod-media-article .mt-29,
.mod-media-article-02 .mt-29,
.mod-media-horizontal .mt-29,
.mod-form-trendSearch .mt-29,
.str-ticker .mt-29,
.str-mainvisual-carousel-01 .mt-29 {
  margin-top: 29px !important;
}

.mb-29.mod-link-03,
.mb-29.mod-link-columnList,
.mb-29.mod-pnl-index,
.mb-29.mod-pnl-index2,
.mb-29.mod-pnl-indexBnr,
.mb-29.mod-media-article,
.mb-29.mod-media-article-02,
.mb-29.mod-media-horizontal,
.mb-29.mod-form-trendSearch,
.mb-29.str-ticker,
.mb-29.str-mainvisual-carousel-01,
.mod-link-03 .mb-29,
.mod-link-columnList .mb-29,
.mod-pnl-index .mb-29,
.mod-pnl-index2 .mb-29,
.mod-pnl-indexBnr .mb-29,
.mod-media-article .mb-29,
.mod-media-article-02 .mb-29,
.mod-media-horizontal .mb-29,
.mod-form-trendSearch .mb-29,
.str-ticker .mb-29,
.str-mainvisual-carousel-01 .mb-29 {
  margin-bottom: 29px !important;
}

.mt-30.mod-link-03,
.mt-30.mod-link-columnList,
.mt-30.mod-pnl-index,
.mt-30.mod-pnl-index2,
.mt-30.mod-pnl-indexBnr,
.mt-30.mod-media-article,
.mt-30.mod-media-article-02,
.mt-30.mod-media-horizontal,
.mt-30.mod-form-trendSearch,
.mt-30.str-ticker,
.mt-30.str-mainvisual-carousel-01,
.mod-link-03 .mt-30,
.mod-link-columnList .mt-30,
.mod-pnl-index .mt-30,
.mod-pnl-index2 .mt-30,
.mod-pnl-indexBnr .mt-30,
.mod-media-article .mt-30,
.mod-media-article-02 .mt-30,
.mod-media-horizontal .mt-30,
.mod-form-trendSearch .mt-30,
.str-ticker .mt-30,
.str-mainvisual-carousel-01 .mt-30 {
  margin-top: 30px !important;
}

.mb-30.mod-link-03,
.mb-30.mod-link-columnList,
.mb-30.mod-pnl-index,
.mb-30.mod-pnl-index2,
.mb-30.mod-pnl-indexBnr,
.mb-30.mod-media-article,
.mb-30.mod-media-article-02,
.mb-30.mod-media-horizontal,
.mb-30.mod-form-trendSearch,
.mb-30.str-ticker,
.mb-30.str-mainvisual-carousel-01,
.mod-link-03 .mb-30,
.mod-link-columnList .mb-30,
.mod-pnl-index .mb-30,
.mod-pnl-index2 .mb-30,
.mod-pnl-indexBnr .mb-30,
.mod-media-article .mb-30,
.mod-media-article-02 .mb-30,
.mod-media-horizontal .mb-30,
.mod-form-trendSearch .mb-30,
.str-ticker .mb-30,
.str-mainvisual-carousel-01 .mb-30 {
  margin-bottom: 30px !important;
}

.mt-31.mod-link-03,
.mt-31.mod-link-columnList,
.mt-31.mod-pnl-index,
.mt-31.mod-pnl-index2,
.mt-31.mod-pnl-indexBnr,
.mt-31.mod-media-article,
.mt-31.mod-media-article-02,
.mt-31.mod-media-horizontal,
.mt-31.mod-form-trendSearch,
.mt-31.str-ticker,
.mt-31.str-mainvisual-carousel-01,
.mod-link-03 .mt-31,
.mod-link-columnList .mt-31,
.mod-pnl-index .mt-31,
.mod-pnl-index2 .mt-31,
.mod-pnl-indexBnr .mt-31,
.mod-media-article .mt-31,
.mod-media-article-02 .mt-31,
.mod-media-horizontal .mt-31,
.mod-form-trendSearch .mt-31,
.str-ticker .mt-31,
.str-mainvisual-carousel-01 .mt-31 {
  margin-top: 31px !important;
}

.mb-31.mod-link-03,
.mb-31.mod-link-columnList,
.mb-31.mod-pnl-index,
.mb-31.mod-pnl-index2,
.mb-31.mod-pnl-indexBnr,
.mb-31.mod-media-article,
.mb-31.mod-media-article-02,
.mb-31.mod-media-horizontal,
.mb-31.mod-form-trendSearch,
.mb-31.str-ticker,
.mb-31.str-mainvisual-carousel-01,
.mod-link-03 .mb-31,
.mod-link-columnList .mb-31,
.mod-pnl-index .mb-31,
.mod-pnl-index2 .mb-31,
.mod-pnl-indexBnr .mb-31,
.mod-media-article .mb-31,
.mod-media-article-02 .mb-31,
.mod-media-horizontal .mb-31,
.mod-form-trendSearch .mb-31,
.str-ticker .mb-31,
.str-mainvisual-carousel-01 .mb-31 {
  margin-bottom: 31px !important;
}

.mt-32.mod-link-03,
.mt-32.mod-link-columnList,
.mt-32.mod-pnl-index,
.mt-32.mod-pnl-index2,
.mt-32.mod-pnl-indexBnr,
.mt-32.mod-media-article,
.mt-32.mod-media-article-02,
.mt-32.mod-media-horizontal,
.mt-32.mod-form-trendSearch,
.mt-32.str-ticker,
.mt-32.str-mainvisual-carousel-01,
.mod-link-03 .mt-32,
.mod-link-columnList .mt-32,
.mod-pnl-index .mt-32,
.mod-pnl-index2 .mt-32,
.mod-pnl-indexBnr .mt-32,
.mod-media-article .mt-32,
.mod-media-article-02 .mt-32,
.mod-media-horizontal .mt-32,
.mod-form-trendSearch .mt-32,
.str-ticker .mt-32,
.str-mainvisual-carousel-01 .mt-32 {
  margin-top: 32px !important;
}

.mb-32.mod-link-03,
.mb-32.mod-link-columnList,
.mb-32.mod-pnl-index,
.mb-32.mod-pnl-index2,
.mb-32.mod-pnl-indexBnr,
.mb-32.mod-media-article,
.mb-32.mod-media-article-02,
.mb-32.mod-media-horizontal,
.mb-32.mod-form-trendSearch,
.mb-32.str-ticker,
.mb-32.str-mainvisual-carousel-01,
.mod-link-03 .mb-32,
.mod-link-columnList .mb-32,
.mod-pnl-index .mb-32,
.mod-pnl-index2 .mb-32,
.mod-pnl-indexBnr .mb-32,
.mod-media-article .mb-32,
.mod-media-article-02 .mb-32,
.mod-media-horizontal .mb-32,
.mod-form-trendSearch .mb-32,
.str-ticker .mb-32,
.str-mainvisual-carousel-01 .mb-32 {
  margin-bottom: 32px !important;
}

.mt-33.mod-link-03,
.mt-33.mod-link-columnList,
.mt-33.mod-pnl-index,
.mt-33.mod-pnl-index2,
.mt-33.mod-pnl-indexBnr,
.mt-33.mod-media-article,
.mt-33.mod-media-article-02,
.mt-33.mod-media-horizontal,
.mt-33.mod-form-trendSearch,
.mt-33.str-ticker,
.mt-33.str-mainvisual-carousel-01,
.mod-link-03 .mt-33,
.mod-link-columnList .mt-33,
.mod-pnl-index .mt-33,
.mod-pnl-index2 .mt-33,
.mod-pnl-indexBnr .mt-33,
.mod-media-article .mt-33,
.mod-media-article-02 .mt-33,
.mod-media-horizontal .mt-33,
.mod-form-trendSearch .mt-33,
.str-ticker .mt-33,
.str-mainvisual-carousel-01 .mt-33 {
  margin-top: 33px !important;
}

.mb-33.mod-link-03,
.mb-33.mod-link-columnList,
.mb-33.mod-pnl-index,
.mb-33.mod-pnl-index2,
.mb-33.mod-pnl-indexBnr,
.mb-33.mod-media-article,
.mb-33.mod-media-article-02,
.mb-33.mod-media-horizontal,
.mb-33.mod-form-trendSearch,
.mb-33.str-ticker,
.mb-33.str-mainvisual-carousel-01,
.mod-link-03 .mb-33,
.mod-link-columnList .mb-33,
.mod-pnl-index .mb-33,
.mod-pnl-index2 .mb-33,
.mod-pnl-indexBnr .mb-33,
.mod-media-article .mb-33,
.mod-media-article-02 .mb-33,
.mod-media-horizontal .mb-33,
.mod-form-trendSearch .mb-33,
.str-ticker .mb-33,
.str-mainvisual-carousel-01 .mb-33 {
  margin-bottom: 33px !important;
}

.mt-34.mod-link-03,
.mt-34.mod-link-columnList,
.mt-34.mod-pnl-index,
.mt-34.mod-pnl-index2,
.mt-34.mod-pnl-indexBnr,
.mt-34.mod-media-article,
.mt-34.mod-media-article-02,
.mt-34.mod-media-horizontal,
.mt-34.mod-form-trendSearch,
.mt-34.str-ticker,
.mt-34.str-mainvisual-carousel-01,
.mod-link-03 .mt-34,
.mod-link-columnList .mt-34,
.mod-pnl-index .mt-34,
.mod-pnl-index2 .mt-34,
.mod-pnl-indexBnr .mt-34,
.mod-media-article .mt-34,
.mod-media-article-02 .mt-34,
.mod-media-horizontal .mt-34,
.mod-form-trendSearch .mt-34,
.str-ticker .mt-34,
.str-mainvisual-carousel-01 .mt-34 {
  margin-top: 34px !important;
}

.mb-34.mod-link-03,
.mb-34.mod-link-columnList,
.mb-34.mod-pnl-index,
.mb-34.mod-pnl-index2,
.mb-34.mod-pnl-indexBnr,
.mb-34.mod-media-article,
.mb-34.mod-media-article-02,
.mb-34.mod-media-horizontal,
.mb-34.mod-form-trendSearch,
.mb-34.str-ticker,
.mb-34.str-mainvisual-carousel-01,
.mod-link-03 .mb-34,
.mod-link-columnList .mb-34,
.mod-pnl-index .mb-34,
.mod-pnl-index2 .mb-34,
.mod-pnl-indexBnr .mb-34,
.mod-media-article .mb-34,
.mod-media-article-02 .mb-34,
.mod-media-horizontal .mb-34,
.mod-form-trendSearch .mb-34,
.str-ticker .mb-34,
.str-mainvisual-carousel-01 .mb-34 {
  margin-bottom: 34px !important;
}

.mt-35.mod-link-03,
.mt-35.mod-link-columnList,
.mt-35.mod-pnl-index,
.mt-35.mod-pnl-index2,
.mt-35.mod-pnl-indexBnr,
.mt-35.mod-media-article,
.mt-35.mod-media-article-02,
.mt-35.mod-media-horizontal,
.mt-35.mod-form-trendSearch,
.mt-35.str-ticker,
.mt-35.str-mainvisual-carousel-01,
.mod-link-03 .mt-35,
.mod-link-columnList .mt-35,
.mod-pnl-index .mt-35,
.mod-pnl-index2 .mt-35,
.mod-pnl-indexBnr .mt-35,
.mod-media-article .mt-35,
.mod-media-article-02 .mt-35,
.mod-media-horizontal .mt-35,
.mod-form-trendSearch .mt-35,
.str-ticker .mt-35,
.str-mainvisual-carousel-01 .mt-35 {
  margin-top: 35px !important;
}

.mb-35.mod-link-03,
.mb-35.mod-link-columnList,
.mb-35.mod-pnl-index,
.mb-35.mod-pnl-index2,
.mb-35.mod-pnl-indexBnr,
.mb-35.mod-media-article,
.mb-35.mod-media-article-02,
.mb-35.mod-media-horizontal,
.mb-35.mod-form-trendSearch,
.mb-35.str-ticker,
.mb-35.str-mainvisual-carousel-01,
.mod-link-03 .mb-35,
.mod-link-columnList .mb-35,
.mod-pnl-index .mb-35,
.mod-pnl-index2 .mb-35,
.mod-pnl-indexBnr .mb-35,
.mod-media-article .mb-35,
.mod-media-article-02 .mb-35,
.mod-media-horizontal .mb-35,
.mod-form-trendSearch .mb-35,
.str-ticker .mb-35,
.str-mainvisual-carousel-01 .mb-35 {
  margin-bottom: 35px !important;
}

.mt-36.mod-link-03,
.mt-36.mod-link-columnList,
.mt-36.mod-pnl-index,
.mt-36.mod-pnl-index2,
.mt-36.mod-pnl-indexBnr,
.mt-36.mod-media-article,
.mt-36.mod-media-article-02,
.mt-36.mod-media-horizontal,
.mt-36.mod-form-trendSearch,
.mt-36.str-ticker,
.mt-36.str-mainvisual-carousel-01,
.mod-link-03 .mt-36,
.mod-link-columnList .mt-36,
.mod-pnl-index .mt-36,
.mod-pnl-index2 .mt-36,
.mod-pnl-indexBnr .mt-36,
.mod-media-article .mt-36,
.mod-media-article-02 .mt-36,
.mod-media-horizontal .mt-36,
.mod-form-trendSearch .mt-36,
.str-ticker .mt-36,
.str-mainvisual-carousel-01 .mt-36 {
  margin-top: 36px !important;
}

.mb-36.mod-link-03,
.mb-36.mod-link-columnList,
.mb-36.mod-pnl-index,
.mb-36.mod-pnl-index2,
.mb-36.mod-pnl-indexBnr,
.mb-36.mod-media-article,
.mb-36.mod-media-article-02,
.mb-36.mod-media-horizontal,
.mb-36.mod-form-trendSearch,
.mb-36.str-ticker,
.mb-36.str-mainvisual-carousel-01,
.mod-link-03 .mb-36,
.mod-link-columnList .mb-36,
.mod-pnl-index .mb-36,
.mod-pnl-index2 .mb-36,
.mod-pnl-indexBnr .mb-36,
.mod-media-article .mb-36,
.mod-media-article-02 .mb-36,
.mod-media-horizontal .mb-36,
.mod-form-trendSearch .mb-36,
.str-ticker .mb-36,
.str-mainvisual-carousel-01 .mb-36 {
  margin-bottom: 36px !important;
}

.mt-37.mod-link-03,
.mt-37.mod-link-columnList,
.mt-37.mod-pnl-index,
.mt-37.mod-pnl-index2,
.mt-37.mod-pnl-indexBnr,
.mt-37.mod-media-article,
.mt-37.mod-media-article-02,
.mt-37.mod-media-horizontal,
.mt-37.mod-form-trendSearch,
.mt-37.str-ticker,
.mt-37.str-mainvisual-carousel-01,
.mod-link-03 .mt-37,
.mod-link-columnList .mt-37,
.mod-pnl-index .mt-37,
.mod-pnl-index2 .mt-37,
.mod-pnl-indexBnr .mt-37,
.mod-media-article .mt-37,
.mod-media-article-02 .mt-37,
.mod-media-horizontal .mt-37,
.mod-form-trendSearch .mt-37,
.str-ticker .mt-37,
.str-mainvisual-carousel-01 .mt-37 {
  margin-top: 37px !important;
}

.mb-37.mod-link-03,
.mb-37.mod-link-columnList,
.mb-37.mod-pnl-index,
.mb-37.mod-pnl-index2,
.mb-37.mod-pnl-indexBnr,
.mb-37.mod-media-article,
.mb-37.mod-media-article-02,
.mb-37.mod-media-horizontal,
.mb-37.mod-form-trendSearch,
.mb-37.str-ticker,
.mb-37.str-mainvisual-carousel-01,
.mod-link-03 .mb-37,
.mod-link-columnList .mb-37,
.mod-pnl-index .mb-37,
.mod-pnl-index2 .mb-37,
.mod-pnl-indexBnr .mb-37,
.mod-media-article .mb-37,
.mod-media-article-02 .mb-37,
.mod-media-horizontal .mb-37,
.mod-form-trendSearch .mb-37,
.str-ticker .mb-37,
.str-mainvisual-carousel-01 .mb-37 {
  margin-bottom: 37px !important;
}

.mt-38.mod-link-03,
.mt-38.mod-link-columnList,
.mt-38.mod-pnl-index,
.mt-38.mod-pnl-index2,
.mt-38.mod-pnl-indexBnr,
.mt-38.mod-media-article,
.mt-38.mod-media-article-02,
.mt-38.mod-media-horizontal,
.mt-38.mod-form-trendSearch,
.mt-38.str-ticker,
.mt-38.str-mainvisual-carousel-01,
.mod-link-03 .mt-38,
.mod-link-columnList .mt-38,
.mod-pnl-index .mt-38,
.mod-pnl-index2 .mt-38,
.mod-pnl-indexBnr .mt-38,
.mod-media-article .mt-38,
.mod-media-article-02 .mt-38,
.mod-media-horizontal .mt-38,
.mod-form-trendSearch .mt-38,
.str-ticker .mt-38,
.str-mainvisual-carousel-01 .mt-38 {
  margin-top: 38px !important;
}

.mb-38.mod-link-03,
.mb-38.mod-link-columnList,
.mb-38.mod-pnl-index,
.mb-38.mod-pnl-index2,
.mb-38.mod-pnl-indexBnr,
.mb-38.mod-media-article,
.mb-38.mod-media-article-02,
.mb-38.mod-media-horizontal,
.mb-38.mod-form-trendSearch,
.mb-38.str-ticker,
.mb-38.str-mainvisual-carousel-01,
.mod-link-03 .mb-38,
.mod-link-columnList .mb-38,
.mod-pnl-index .mb-38,
.mod-pnl-index2 .mb-38,
.mod-pnl-indexBnr .mb-38,
.mod-media-article .mb-38,
.mod-media-article-02 .mb-38,
.mod-media-horizontal .mb-38,
.mod-form-trendSearch .mb-38,
.str-ticker .mb-38,
.str-mainvisual-carousel-01 .mb-38 {
  margin-bottom: 38px !important;
}

.mt-39.mod-link-03,
.mt-39.mod-link-columnList,
.mt-39.mod-pnl-index,
.mt-39.mod-pnl-index2,
.mt-39.mod-pnl-indexBnr,
.mt-39.mod-media-article,
.mt-39.mod-media-article-02,
.mt-39.mod-media-horizontal,
.mt-39.mod-form-trendSearch,
.mt-39.str-ticker,
.mt-39.str-mainvisual-carousel-01,
.mod-link-03 .mt-39,
.mod-link-columnList .mt-39,
.mod-pnl-index .mt-39,
.mod-pnl-index2 .mt-39,
.mod-pnl-indexBnr .mt-39,
.mod-media-article .mt-39,
.mod-media-article-02 .mt-39,
.mod-media-horizontal .mt-39,
.mod-form-trendSearch .mt-39,
.str-ticker .mt-39,
.str-mainvisual-carousel-01 .mt-39 {
  margin-top: 39px !important;
}

.mb-39.mod-link-03,
.mb-39.mod-link-columnList,
.mb-39.mod-pnl-index,
.mb-39.mod-pnl-index2,
.mb-39.mod-pnl-indexBnr,
.mb-39.mod-media-article,
.mb-39.mod-media-article-02,
.mb-39.mod-media-horizontal,
.mb-39.mod-form-trendSearch,
.mb-39.str-ticker,
.mb-39.str-mainvisual-carousel-01,
.mod-link-03 .mb-39,
.mod-link-columnList .mb-39,
.mod-pnl-index .mb-39,
.mod-pnl-index2 .mb-39,
.mod-pnl-indexBnr .mb-39,
.mod-media-article .mb-39,
.mod-media-article-02 .mb-39,
.mod-media-horizontal .mb-39,
.mod-form-trendSearch .mb-39,
.str-ticker .mb-39,
.str-mainvisual-carousel-01 .mb-39 {
  margin-bottom: 39px !important;
}

.mt-40.mod-link-03,
.mt-40.mod-link-columnList,
.mt-40.mod-pnl-index,
.mt-40.mod-pnl-index2,
.mt-40.mod-pnl-indexBnr,
.mt-40.mod-media-article,
.mt-40.mod-media-article-02,
.mt-40.mod-media-horizontal,
.mt-40.mod-form-trendSearch,
.mt-40.str-ticker,
.mt-40.str-mainvisual-carousel-01,
.mod-link-03 .mt-40,
.mod-link-columnList .mt-40,
.mod-pnl-index .mt-40,
.mod-pnl-index2 .mt-40,
.mod-pnl-indexBnr .mt-40,
.mod-media-article .mt-40,
.mod-media-article-02 .mt-40,
.mod-media-horizontal .mt-40,
.mod-form-trendSearch .mt-40,
.str-ticker .mt-40,
.str-mainvisual-carousel-01 .mt-40 {
  margin-top: 40px !important;
}

.mb-40.mod-link-03,
.mb-40.mod-link-columnList,
.mb-40.mod-pnl-index,
.mb-40.mod-pnl-index2,
.mb-40.mod-pnl-indexBnr,
.mb-40.mod-media-article,
.mb-40.mod-media-article-02,
.mb-40.mod-media-horizontal,
.mb-40.mod-form-trendSearch,
.mb-40.str-ticker,
.mb-40.str-mainvisual-carousel-01,
.mod-link-03 .mb-40,
.mod-link-columnList .mb-40,
.mod-pnl-index .mb-40,
.mod-pnl-index2 .mb-40,
.mod-pnl-indexBnr .mb-40,
.mod-media-article .mb-40,
.mod-media-article-02 .mb-40,
.mod-media-horizontal .mb-40,
.mod-form-trendSearch .mb-40,
.str-ticker .mb-40,
.str-mainvisual-carousel-01 .mb-40 {
  margin-bottom: 40px !important;
}

.mt-41.mod-link-03,
.mt-41.mod-link-columnList,
.mt-41.mod-pnl-index,
.mt-41.mod-pnl-index2,
.mt-41.mod-pnl-indexBnr,
.mt-41.mod-media-article,
.mt-41.mod-media-article-02,
.mt-41.mod-media-horizontal,
.mt-41.mod-form-trendSearch,
.mt-41.str-ticker,
.mt-41.str-mainvisual-carousel-01,
.mod-link-03 .mt-41,
.mod-link-columnList .mt-41,
.mod-pnl-index .mt-41,
.mod-pnl-index2 .mt-41,
.mod-pnl-indexBnr .mt-41,
.mod-media-article .mt-41,
.mod-media-article-02 .mt-41,
.mod-media-horizontal .mt-41,
.mod-form-trendSearch .mt-41,
.str-ticker .mt-41,
.str-mainvisual-carousel-01 .mt-41 {
  margin-top: 41px !important;
}

.mb-41.mod-link-03,
.mb-41.mod-link-columnList,
.mb-41.mod-pnl-index,
.mb-41.mod-pnl-index2,
.mb-41.mod-pnl-indexBnr,
.mb-41.mod-media-article,
.mb-41.mod-media-article-02,
.mb-41.mod-media-horizontal,
.mb-41.mod-form-trendSearch,
.mb-41.str-ticker,
.mb-41.str-mainvisual-carousel-01,
.mod-link-03 .mb-41,
.mod-link-columnList .mb-41,
.mod-pnl-index .mb-41,
.mod-pnl-index2 .mb-41,
.mod-pnl-indexBnr .mb-41,
.mod-media-article .mb-41,
.mod-media-article-02 .mb-41,
.mod-media-horizontal .mb-41,
.mod-form-trendSearch .mb-41,
.str-ticker .mb-41,
.str-mainvisual-carousel-01 .mb-41 {
  margin-bottom: 41px !important;
}

.mt-42.mod-link-03,
.mt-42.mod-link-columnList,
.mt-42.mod-pnl-index,
.mt-42.mod-pnl-index2,
.mt-42.mod-pnl-indexBnr,
.mt-42.mod-media-article,
.mt-42.mod-media-article-02,
.mt-42.mod-media-horizontal,
.mt-42.mod-form-trendSearch,
.mt-42.str-ticker,
.mt-42.str-mainvisual-carousel-01,
.mod-link-03 .mt-42,
.mod-link-columnList .mt-42,
.mod-pnl-index .mt-42,
.mod-pnl-index2 .mt-42,
.mod-pnl-indexBnr .mt-42,
.mod-media-article .mt-42,
.mod-media-article-02 .mt-42,
.mod-media-horizontal .mt-42,
.mod-form-trendSearch .mt-42,
.str-ticker .mt-42,
.str-mainvisual-carousel-01 .mt-42 {
  margin-top: 42px !important;
}

.mb-42.mod-link-03,
.mb-42.mod-link-columnList,
.mb-42.mod-pnl-index,
.mb-42.mod-pnl-index2,
.mb-42.mod-pnl-indexBnr,
.mb-42.mod-media-article,
.mb-42.mod-media-article-02,
.mb-42.mod-media-horizontal,
.mb-42.mod-form-trendSearch,
.mb-42.str-ticker,
.mb-42.str-mainvisual-carousel-01,
.mod-link-03 .mb-42,
.mod-link-columnList .mb-42,
.mod-pnl-index .mb-42,
.mod-pnl-index2 .mb-42,
.mod-pnl-indexBnr .mb-42,
.mod-media-article .mb-42,
.mod-media-article-02 .mb-42,
.mod-media-horizontal .mb-42,
.mod-form-trendSearch .mb-42,
.str-ticker .mb-42,
.str-mainvisual-carousel-01 .mb-42 {
  margin-bottom: 42px !important;
}

.mt-43.mod-link-03,
.mt-43.mod-link-columnList,
.mt-43.mod-pnl-index,
.mt-43.mod-pnl-index2,
.mt-43.mod-pnl-indexBnr,
.mt-43.mod-media-article,
.mt-43.mod-media-article-02,
.mt-43.mod-media-horizontal,
.mt-43.mod-form-trendSearch,
.mt-43.str-ticker,
.mt-43.str-mainvisual-carousel-01,
.mod-link-03 .mt-43,
.mod-link-columnList .mt-43,
.mod-pnl-index .mt-43,
.mod-pnl-index2 .mt-43,
.mod-pnl-indexBnr .mt-43,
.mod-media-article .mt-43,
.mod-media-article-02 .mt-43,
.mod-media-horizontal .mt-43,
.mod-form-trendSearch .mt-43,
.str-ticker .mt-43,
.str-mainvisual-carousel-01 .mt-43 {
  margin-top: 43px !important;
}

.mb-43.mod-link-03,
.mb-43.mod-link-columnList,
.mb-43.mod-pnl-index,
.mb-43.mod-pnl-index2,
.mb-43.mod-pnl-indexBnr,
.mb-43.mod-media-article,
.mb-43.mod-media-article-02,
.mb-43.mod-media-horizontal,
.mb-43.mod-form-trendSearch,
.mb-43.str-ticker,
.mb-43.str-mainvisual-carousel-01,
.mod-link-03 .mb-43,
.mod-link-columnList .mb-43,
.mod-pnl-index .mb-43,
.mod-pnl-index2 .mb-43,
.mod-pnl-indexBnr .mb-43,
.mod-media-article .mb-43,
.mod-media-article-02 .mb-43,
.mod-media-horizontal .mb-43,
.mod-form-trendSearch .mb-43,
.str-ticker .mb-43,
.str-mainvisual-carousel-01 .mb-43 {
  margin-bottom: 43px !important;
}

.mt-44.mod-link-03,
.mt-44.mod-link-columnList,
.mt-44.mod-pnl-index,
.mt-44.mod-pnl-index2,
.mt-44.mod-pnl-indexBnr,
.mt-44.mod-media-article,
.mt-44.mod-media-article-02,
.mt-44.mod-media-horizontal,
.mt-44.mod-form-trendSearch,
.mt-44.str-ticker,
.mt-44.str-mainvisual-carousel-01,
.mod-link-03 .mt-44,
.mod-link-columnList .mt-44,
.mod-pnl-index .mt-44,
.mod-pnl-index2 .mt-44,
.mod-pnl-indexBnr .mt-44,
.mod-media-article .mt-44,
.mod-media-article-02 .mt-44,
.mod-media-horizontal .mt-44,
.mod-form-trendSearch .mt-44,
.str-ticker .mt-44,
.str-mainvisual-carousel-01 .mt-44 {
  margin-top: 44px !important;
}

.mb-44.mod-link-03,
.mb-44.mod-link-columnList,
.mb-44.mod-pnl-index,
.mb-44.mod-pnl-index2,
.mb-44.mod-pnl-indexBnr,
.mb-44.mod-media-article,
.mb-44.mod-media-article-02,
.mb-44.mod-media-horizontal,
.mb-44.mod-form-trendSearch,
.mb-44.str-ticker,
.mb-44.str-mainvisual-carousel-01,
.mod-link-03 .mb-44,
.mod-link-columnList .mb-44,
.mod-pnl-index .mb-44,
.mod-pnl-index2 .mb-44,
.mod-pnl-indexBnr .mb-44,
.mod-media-article .mb-44,
.mod-media-article-02 .mb-44,
.mod-media-horizontal .mb-44,
.mod-form-trendSearch .mb-44,
.str-ticker .mb-44,
.str-mainvisual-carousel-01 .mb-44 {
  margin-bottom: 44px !important;
}

.mt-45.mod-link-03,
.mt-45.mod-link-columnList,
.mt-45.mod-pnl-index,
.mt-45.mod-pnl-index2,
.mt-45.mod-pnl-indexBnr,
.mt-45.mod-media-article,
.mt-45.mod-media-article-02,
.mt-45.mod-media-horizontal,
.mt-45.mod-form-trendSearch,
.mt-45.str-ticker,
.mt-45.str-mainvisual-carousel-01,
.mod-link-03 .mt-45,
.mod-link-columnList .mt-45,
.mod-pnl-index .mt-45,
.mod-pnl-index2 .mt-45,
.mod-pnl-indexBnr .mt-45,
.mod-media-article .mt-45,
.mod-media-article-02 .mt-45,
.mod-media-horizontal .mt-45,
.mod-form-trendSearch .mt-45,
.str-ticker .mt-45,
.str-mainvisual-carousel-01 .mt-45 {
  margin-top: 45px !important;
}

.mb-45.mod-link-03,
.mb-45.mod-link-columnList,
.mb-45.mod-pnl-index,
.mb-45.mod-pnl-index2,
.mb-45.mod-pnl-indexBnr,
.mb-45.mod-media-article,
.mb-45.mod-media-article-02,
.mb-45.mod-media-horizontal,
.mb-45.mod-form-trendSearch,
.mb-45.str-ticker,
.mb-45.str-mainvisual-carousel-01,
.mod-link-03 .mb-45,
.mod-link-columnList .mb-45,
.mod-pnl-index .mb-45,
.mod-pnl-index2 .mb-45,
.mod-pnl-indexBnr .mb-45,
.mod-media-article .mb-45,
.mod-media-article-02 .mb-45,
.mod-media-horizontal .mb-45,
.mod-form-trendSearch .mb-45,
.str-ticker .mb-45,
.str-mainvisual-carousel-01 .mb-45 {
  margin-bottom: 45px !important;
}

.mt-46.mod-link-03,
.mt-46.mod-link-columnList,
.mt-46.mod-pnl-index,
.mt-46.mod-pnl-index2,
.mt-46.mod-pnl-indexBnr,
.mt-46.mod-media-article,
.mt-46.mod-media-article-02,
.mt-46.mod-media-horizontal,
.mt-46.mod-form-trendSearch,
.mt-46.str-ticker,
.mt-46.str-mainvisual-carousel-01,
.mod-link-03 .mt-46,
.mod-link-columnList .mt-46,
.mod-pnl-index .mt-46,
.mod-pnl-index2 .mt-46,
.mod-pnl-indexBnr .mt-46,
.mod-media-article .mt-46,
.mod-media-article-02 .mt-46,
.mod-media-horizontal .mt-46,
.mod-form-trendSearch .mt-46,
.str-ticker .mt-46,
.str-mainvisual-carousel-01 .mt-46 {
  margin-top: 46px !important;
}

.mb-46.mod-link-03,
.mb-46.mod-link-columnList,
.mb-46.mod-pnl-index,
.mb-46.mod-pnl-index2,
.mb-46.mod-pnl-indexBnr,
.mb-46.mod-media-article,
.mb-46.mod-media-article-02,
.mb-46.mod-media-horizontal,
.mb-46.mod-form-trendSearch,
.mb-46.str-ticker,
.mb-46.str-mainvisual-carousel-01,
.mod-link-03 .mb-46,
.mod-link-columnList .mb-46,
.mod-pnl-index .mb-46,
.mod-pnl-index2 .mb-46,
.mod-pnl-indexBnr .mb-46,
.mod-media-article .mb-46,
.mod-media-article-02 .mb-46,
.mod-media-horizontal .mb-46,
.mod-form-trendSearch .mb-46,
.str-ticker .mb-46,
.str-mainvisual-carousel-01 .mb-46 {
  margin-bottom: 46px !important;
}

.mt-47.mod-link-03,
.mt-47.mod-link-columnList,
.mt-47.mod-pnl-index,
.mt-47.mod-pnl-index2,
.mt-47.mod-pnl-indexBnr,
.mt-47.mod-media-article,
.mt-47.mod-media-article-02,
.mt-47.mod-media-horizontal,
.mt-47.mod-form-trendSearch,
.mt-47.str-ticker,
.mt-47.str-mainvisual-carousel-01,
.mod-link-03 .mt-47,
.mod-link-columnList .mt-47,
.mod-pnl-index .mt-47,
.mod-pnl-index2 .mt-47,
.mod-pnl-indexBnr .mt-47,
.mod-media-article .mt-47,
.mod-media-article-02 .mt-47,
.mod-media-horizontal .mt-47,
.mod-form-trendSearch .mt-47,
.str-ticker .mt-47,
.str-mainvisual-carousel-01 .mt-47 {
  margin-top: 47px !important;
}

.mb-47.mod-link-03,
.mb-47.mod-link-columnList,
.mb-47.mod-pnl-index,
.mb-47.mod-pnl-index2,
.mb-47.mod-pnl-indexBnr,
.mb-47.mod-media-article,
.mb-47.mod-media-article-02,
.mb-47.mod-media-horizontal,
.mb-47.mod-form-trendSearch,
.mb-47.str-ticker,
.mb-47.str-mainvisual-carousel-01,
.mod-link-03 .mb-47,
.mod-link-columnList .mb-47,
.mod-pnl-index .mb-47,
.mod-pnl-index2 .mb-47,
.mod-pnl-indexBnr .mb-47,
.mod-media-article .mb-47,
.mod-media-article-02 .mb-47,
.mod-media-horizontal .mb-47,
.mod-form-trendSearch .mb-47,
.str-ticker .mb-47,
.str-mainvisual-carousel-01 .mb-47 {
  margin-bottom: 47px !important;
}

.mt-48.mod-link-03,
.mt-48.mod-link-columnList,
.mt-48.mod-pnl-index,
.mt-48.mod-pnl-index2,
.mt-48.mod-pnl-indexBnr,
.mt-48.mod-media-article,
.mt-48.mod-media-article-02,
.mt-48.mod-media-horizontal,
.mt-48.mod-form-trendSearch,
.mt-48.str-ticker,
.mt-48.str-mainvisual-carousel-01,
.mod-link-03 .mt-48,
.mod-link-columnList .mt-48,
.mod-pnl-index .mt-48,
.mod-pnl-index2 .mt-48,
.mod-pnl-indexBnr .mt-48,
.mod-media-article .mt-48,
.mod-media-article-02 .mt-48,
.mod-media-horizontal .mt-48,
.mod-form-trendSearch .mt-48,
.str-ticker .mt-48,
.str-mainvisual-carousel-01 .mt-48 {
  margin-top: 48px !important;
}

.mb-48.mod-link-03,
.mb-48.mod-link-columnList,
.mb-48.mod-pnl-index,
.mb-48.mod-pnl-index2,
.mb-48.mod-pnl-indexBnr,
.mb-48.mod-media-article,
.mb-48.mod-media-article-02,
.mb-48.mod-media-horizontal,
.mb-48.mod-form-trendSearch,
.mb-48.str-ticker,
.mb-48.str-mainvisual-carousel-01,
.mod-link-03 .mb-48,
.mod-link-columnList .mb-48,
.mod-pnl-index .mb-48,
.mod-pnl-index2 .mb-48,
.mod-pnl-indexBnr .mb-48,
.mod-media-article .mb-48,
.mod-media-article-02 .mb-48,
.mod-media-horizontal .mb-48,
.mod-form-trendSearch .mb-48,
.str-ticker .mb-48,
.str-mainvisual-carousel-01 .mb-48 {
  margin-bottom: 48px !important;
}

.mt-49.mod-link-03,
.mt-49.mod-link-columnList,
.mt-49.mod-pnl-index,
.mt-49.mod-pnl-index2,
.mt-49.mod-pnl-indexBnr,
.mt-49.mod-media-article,
.mt-49.mod-media-article-02,
.mt-49.mod-media-horizontal,
.mt-49.mod-form-trendSearch,
.mt-49.str-ticker,
.mt-49.str-mainvisual-carousel-01,
.mod-link-03 .mt-49,
.mod-link-columnList .mt-49,
.mod-pnl-index .mt-49,
.mod-pnl-index2 .mt-49,
.mod-pnl-indexBnr .mt-49,
.mod-media-article .mt-49,
.mod-media-article-02 .mt-49,
.mod-media-horizontal .mt-49,
.mod-form-trendSearch .mt-49,
.str-ticker .mt-49,
.str-mainvisual-carousel-01 .mt-49 {
  margin-top: 49px !important;
}

.mb-49.mod-link-03,
.mb-49.mod-link-columnList,
.mb-49.mod-pnl-index,
.mb-49.mod-pnl-index2,
.mb-49.mod-pnl-indexBnr,
.mb-49.mod-media-article,
.mb-49.mod-media-article-02,
.mb-49.mod-media-horizontal,
.mb-49.mod-form-trendSearch,
.mb-49.str-ticker,
.mb-49.str-mainvisual-carousel-01,
.mod-link-03 .mb-49,
.mod-link-columnList .mb-49,
.mod-pnl-index .mb-49,
.mod-pnl-index2 .mb-49,
.mod-pnl-indexBnr .mb-49,
.mod-media-article .mb-49,
.mod-media-article-02 .mb-49,
.mod-media-horizontal .mb-49,
.mod-form-trendSearch .mb-49,
.str-ticker .mb-49,
.str-mainvisual-carousel-01 .mb-49 {
  margin-bottom: 49px !important;
}

.mt-50.mod-link-03,
.mt-50.mod-link-columnList,
.mt-50.mod-pnl-index,
.mt-50.mod-pnl-index2,
.mt-50.mod-pnl-indexBnr,
.mt-50.mod-media-article,
.mt-50.mod-media-article-02,
.mt-50.mod-media-horizontal,
.mt-50.mod-form-trendSearch,
.mt-50.str-ticker,
.mt-50.str-mainvisual-carousel-01,
.mod-link-03 .mt-50,
.mod-link-columnList .mt-50,
.mod-pnl-index .mt-50,
.mod-pnl-index2 .mt-50,
.mod-pnl-indexBnr .mt-50,
.mod-media-article .mt-50,
.mod-media-article-02 .mt-50,
.mod-media-horizontal .mt-50,
.mod-form-trendSearch .mt-50,
.str-ticker .mt-50,
.str-mainvisual-carousel-01 .mt-50 {
  margin-top: 50px !important;
}

.mb-50.mod-link-03,
.mb-50.mod-link-columnList,
.mb-50.mod-pnl-index,
.mb-50.mod-pnl-index2,
.mb-50.mod-pnl-indexBnr,
.mb-50.mod-media-article,
.mb-50.mod-media-article-02,
.mb-50.mod-media-horizontal,
.mb-50.mod-form-trendSearch,
.mb-50.str-ticker,
.mb-50.str-mainvisual-carousel-01,
.mod-link-03 .mb-50,
.mod-link-columnList .mb-50,
.mod-pnl-index .mb-50,
.mod-pnl-index2 .mb-50,
.mod-pnl-indexBnr .mb-50,
.mod-media-article .mb-50,
.mod-media-article-02 .mb-50,
.mod-media-horizontal .mb-50,
.mod-form-trendSearch .mb-50,
.str-ticker .mb-50,
.str-mainvisual-carousel-01 .mb-50 {
  margin-bottom: 50px !important;
}

.mt-51.mod-link-03,
.mt-51.mod-link-columnList,
.mt-51.mod-pnl-index,
.mt-51.mod-pnl-index2,
.mt-51.mod-pnl-indexBnr,
.mt-51.mod-media-article,
.mt-51.mod-media-article-02,
.mt-51.mod-media-horizontal,
.mt-51.mod-form-trendSearch,
.mt-51.str-ticker,
.mt-51.str-mainvisual-carousel-01,
.mod-link-03 .mt-51,
.mod-link-columnList .mt-51,
.mod-pnl-index .mt-51,
.mod-pnl-index2 .mt-51,
.mod-pnl-indexBnr .mt-51,
.mod-media-article .mt-51,
.mod-media-article-02 .mt-51,
.mod-media-horizontal .mt-51,
.mod-form-trendSearch .mt-51,
.str-ticker .mt-51,
.str-mainvisual-carousel-01 .mt-51 {
  margin-top: 51px !important;
}

.mb-51.mod-link-03,
.mb-51.mod-link-columnList,
.mb-51.mod-pnl-index,
.mb-51.mod-pnl-index2,
.mb-51.mod-pnl-indexBnr,
.mb-51.mod-media-article,
.mb-51.mod-media-article-02,
.mb-51.mod-media-horizontal,
.mb-51.mod-form-trendSearch,
.mb-51.str-ticker,
.mb-51.str-mainvisual-carousel-01,
.mod-link-03 .mb-51,
.mod-link-columnList .mb-51,
.mod-pnl-index .mb-51,
.mod-pnl-index2 .mb-51,
.mod-pnl-indexBnr .mb-51,
.mod-media-article .mb-51,
.mod-media-article-02 .mb-51,
.mod-media-horizontal .mb-51,
.mod-form-trendSearch .mb-51,
.str-ticker .mb-51,
.str-mainvisual-carousel-01 .mb-51 {
  margin-bottom: 51px !important;
}

.mt-52.mod-link-03,
.mt-52.mod-link-columnList,
.mt-52.mod-pnl-index,
.mt-52.mod-pnl-index2,
.mt-52.mod-pnl-indexBnr,
.mt-52.mod-media-article,
.mt-52.mod-media-article-02,
.mt-52.mod-media-horizontal,
.mt-52.mod-form-trendSearch,
.mt-52.str-ticker,
.mt-52.str-mainvisual-carousel-01,
.mod-link-03 .mt-52,
.mod-link-columnList .mt-52,
.mod-pnl-index .mt-52,
.mod-pnl-index2 .mt-52,
.mod-pnl-indexBnr .mt-52,
.mod-media-article .mt-52,
.mod-media-article-02 .mt-52,
.mod-media-horizontal .mt-52,
.mod-form-trendSearch .mt-52,
.str-ticker .mt-52,
.str-mainvisual-carousel-01 .mt-52 {
  margin-top: 52px !important;
}

.mb-52.mod-link-03,
.mb-52.mod-link-columnList,
.mb-52.mod-pnl-index,
.mb-52.mod-pnl-index2,
.mb-52.mod-pnl-indexBnr,
.mb-52.mod-media-article,
.mb-52.mod-media-article-02,
.mb-52.mod-media-horizontal,
.mb-52.mod-form-trendSearch,
.mb-52.str-ticker,
.mb-52.str-mainvisual-carousel-01,
.mod-link-03 .mb-52,
.mod-link-columnList .mb-52,
.mod-pnl-index .mb-52,
.mod-pnl-index2 .mb-52,
.mod-pnl-indexBnr .mb-52,
.mod-media-article .mb-52,
.mod-media-article-02 .mb-52,
.mod-media-horizontal .mb-52,
.mod-form-trendSearch .mb-52,
.str-ticker .mb-52,
.str-mainvisual-carousel-01 .mb-52 {
  margin-bottom: 52px !important;
}

.mt-53.mod-link-03,
.mt-53.mod-link-columnList,
.mt-53.mod-pnl-index,
.mt-53.mod-pnl-index2,
.mt-53.mod-pnl-indexBnr,
.mt-53.mod-media-article,
.mt-53.mod-media-article-02,
.mt-53.mod-media-horizontal,
.mt-53.mod-form-trendSearch,
.mt-53.str-ticker,
.mt-53.str-mainvisual-carousel-01,
.mod-link-03 .mt-53,
.mod-link-columnList .mt-53,
.mod-pnl-index .mt-53,
.mod-pnl-index2 .mt-53,
.mod-pnl-indexBnr .mt-53,
.mod-media-article .mt-53,
.mod-media-article-02 .mt-53,
.mod-media-horizontal .mt-53,
.mod-form-trendSearch .mt-53,
.str-ticker .mt-53,
.str-mainvisual-carousel-01 .mt-53 {
  margin-top: 53px !important;
}

.mb-53.mod-link-03,
.mb-53.mod-link-columnList,
.mb-53.mod-pnl-index,
.mb-53.mod-pnl-index2,
.mb-53.mod-pnl-indexBnr,
.mb-53.mod-media-article,
.mb-53.mod-media-article-02,
.mb-53.mod-media-horizontal,
.mb-53.mod-form-trendSearch,
.mb-53.str-ticker,
.mb-53.str-mainvisual-carousel-01,
.mod-link-03 .mb-53,
.mod-link-columnList .mb-53,
.mod-pnl-index .mb-53,
.mod-pnl-index2 .mb-53,
.mod-pnl-indexBnr .mb-53,
.mod-media-article .mb-53,
.mod-media-article-02 .mb-53,
.mod-media-horizontal .mb-53,
.mod-form-trendSearch .mb-53,
.str-ticker .mb-53,
.str-mainvisual-carousel-01 .mb-53 {
  margin-bottom: 53px !important;
}

.mt-54.mod-link-03,
.mt-54.mod-link-columnList,
.mt-54.mod-pnl-index,
.mt-54.mod-pnl-index2,
.mt-54.mod-pnl-indexBnr,
.mt-54.mod-media-article,
.mt-54.mod-media-article-02,
.mt-54.mod-media-horizontal,
.mt-54.mod-form-trendSearch,
.mt-54.str-ticker,
.mt-54.str-mainvisual-carousel-01,
.mod-link-03 .mt-54,
.mod-link-columnList .mt-54,
.mod-pnl-index .mt-54,
.mod-pnl-index2 .mt-54,
.mod-pnl-indexBnr .mt-54,
.mod-media-article .mt-54,
.mod-media-article-02 .mt-54,
.mod-media-horizontal .mt-54,
.mod-form-trendSearch .mt-54,
.str-ticker .mt-54,
.str-mainvisual-carousel-01 .mt-54 {
  margin-top: 54px !important;
}

.mb-54.mod-link-03,
.mb-54.mod-link-columnList,
.mb-54.mod-pnl-index,
.mb-54.mod-pnl-index2,
.mb-54.mod-pnl-indexBnr,
.mb-54.mod-media-article,
.mb-54.mod-media-article-02,
.mb-54.mod-media-horizontal,
.mb-54.mod-form-trendSearch,
.mb-54.str-ticker,
.mb-54.str-mainvisual-carousel-01,
.mod-link-03 .mb-54,
.mod-link-columnList .mb-54,
.mod-pnl-index .mb-54,
.mod-pnl-index2 .mb-54,
.mod-pnl-indexBnr .mb-54,
.mod-media-article .mb-54,
.mod-media-article-02 .mb-54,
.mod-media-horizontal .mb-54,
.mod-form-trendSearch .mb-54,
.str-ticker .mb-54,
.str-mainvisual-carousel-01 .mb-54 {
  margin-bottom: 54px !important;
}

.mt-55.mod-link-03,
.mt-55.mod-link-columnList,
.mt-55.mod-pnl-index,
.mt-55.mod-pnl-index2,
.mt-55.mod-pnl-indexBnr,
.mt-55.mod-media-article,
.mt-55.mod-media-article-02,
.mt-55.mod-media-horizontal,
.mt-55.mod-form-trendSearch,
.mt-55.str-ticker,
.mt-55.str-mainvisual-carousel-01,
.mod-link-03 .mt-55,
.mod-link-columnList .mt-55,
.mod-pnl-index .mt-55,
.mod-pnl-index2 .mt-55,
.mod-pnl-indexBnr .mt-55,
.mod-media-article .mt-55,
.mod-media-article-02 .mt-55,
.mod-media-horizontal .mt-55,
.mod-form-trendSearch .mt-55,
.str-ticker .mt-55,
.str-mainvisual-carousel-01 .mt-55 {
  margin-top: 55px !important;
}

.mb-55.mod-link-03,
.mb-55.mod-link-columnList,
.mb-55.mod-pnl-index,
.mb-55.mod-pnl-index2,
.mb-55.mod-pnl-indexBnr,
.mb-55.mod-media-article,
.mb-55.mod-media-article-02,
.mb-55.mod-media-horizontal,
.mb-55.mod-form-trendSearch,
.mb-55.str-ticker,
.mb-55.str-mainvisual-carousel-01,
.mod-link-03 .mb-55,
.mod-link-columnList .mb-55,
.mod-pnl-index .mb-55,
.mod-pnl-index2 .mb-55,
.mod-pnl-indexBnr .mb-55,
.mod-media-article .mb-55,
.mod-media-article-02 .mb-55,
.mod-media-horizontal .mb-55,
.mod-form-trendSearch .mb-55,
.str-ticker .mb-55,
.str-mainvisual-carousel-01 .mb-55 {
  margin-bottom: 55px !important;
}

.mt-56.mod-link-03,
.mt-56.mod-link-columnList,
.mt-56.mod-pnl-index,
.mt-56.mod-pnl-index2,
.mt-56.mod-pnl-indexBnr,
.mt-56.mod-media-article,
.mt-56.mod-media-article-02,
.mt-56.mod-media-horizontal,
.mt-56.mod-form-trendSearch,
.mt-56.str-ticker,
.mt-56.str-mainvisual-carousel-01,
.mod-link-03 .mt-56,
.mod-link-columnList .mt-56,
.mod-pnl-index .mt-56,
.mod-pnl-index2 .mt-56,
.mod-pnl-indexBnr .mt-56,
.mod-media-article .mt-56,
.mod-media-article-02 .mt-56,
.mod-media-horizontal .mt-56,
.mod-form-trendSearch .mt-56,
.str-ticker .mt-56,
.str-mainvisual-carousel-01 .mt-56 {
  margin-top: 56px !important;
}

.mb-56.mod-link-03,
.mb-56.mod-link-columnList,
.mb-56.mod-pnl-index,
.mb-56.mod-pnl-index2,
.mb-56.mod-pnl-indexBnr,
.mb-56.mod-media-article,
.mb-56.mod-media-article-02,
.mb-56.mod-media-horizontal,
.mb-56.mod-form-trendSearch,
.mb-56.str-ticker,
.mb-56.str-mainvisual-carousel-01,
.mod-link-03 .mb-56,
.mod-link-columnList .mb-56,
.mod-pnl-index .mb-56,
.mod-pnl-index2 .mb-56,
.mod-pnl-indexBnr .mb-56,
.mod-media-article .mb-56,
.mod-media-article-02 .mb-56,
.mod-media-horizontal .mb-56,
.mod-form-trendSearch .mb-56,
.str-ticker .mb-56,
.str-mainvisual-carousel-01 .mb-56 {
  margin-bottom: 56px !important;
}

.mt-57.mod-link-03,
.mt-57.mod-link-columnList,
.mt-57.mod-pnl-index,
.mt-57.mod-pnl-index2,
.mt-57.mod-pnl-indexBnr,
.mt-57.mod-media-article,
.mt-57.mod-media-article-02,
.mt-57.mod-media-horizontal,
.mt-57.mod-form-trendSearch,
.mt-57.str-ticker,
.mt-57.str-mainvisual-carousel-01,
.mod-link-03 .mt-57,
.mod-link-columnList .mt-57,
.mod-pnl-index .mt-57,
.mod-pnl-index2 .mt-57,
.mod-pnl-indexBnr .mt-57,
.mod-media-article .mt-57,
.mod-media-article-02 .mt-57,
.mod-media-horizontal .mt-57,
.mod-form-trendSearch .mt-57,
.str-ticker .mt-57,
.str-mainvisual-carousel-01 .mt-57 {
  margin-top: 57px !important;
}

.mb-57.mod-link-03,
.mb-57.mod-link-columnList,
.mb-57.mod-pnl-index,
.mb-57.mod-pnl-index2,
.mb-57.mod-pnl-indexBnr,
.mb-57.mod-media-article,
.mb-57.mod-media-article-02,
.mb-57.mod-media-horizontal,
.mb-57.mod-form-trendSearch,
.mb-57.str-ticker,
.mb-57.str-mainvisual-carousel-01,
.mod-link-03 .mb-57,
.mod-link-columnList .mb-57,
.mod-pnl-index .mb-57,
.mod-pnl-index2 .mb-57,
.mod-pnl-indexBnr .mb-57,
.mod-media-article .mb-57,
.mod-media-article-02 .mb-57,
.mod-media-horizontal .mb-57,
.mod-form-trendSearch .mb-57,
.str-ticker .mb-57,
.str-mainvisual-carousel-01 .mb-57 {
  margin-bottom: 57px !important;
}

.mt-58.mod-link-03,
.mt-58.mod-link-columnList,
.mt-58.mod-pnl-index,
.mt-58.mod-pnl-index2,
.mt-58.mod-pnl-indexBnr,
.mt-58.mod-media-article,
.mt-58.mod-media-article-02,
.mt-58.mod-media-horizontal,
.mt-58.mod-form-trendSearch,
.mt-58.str-ticker,
.mt-58.str-mainvisual-carousel-01,
.mod-link-03 .mt-58,
.mod-link-columnList .mt-58,
.mod-pnl-index .mt-58,
.mod-pnl-index2 .mt-58,
.mod-pnl-indexBnr .mt-58,
.mod-media-article .mt-58,
.mod-media-article-02 .mt-58,
.mod-media-horizontal .mt-58,
.mod-form-trendSearch .mt-58,
.str-ticker .mt-58,
.str-mainvisual-carousel-01 .mt-58 {
  margin-top: 58px !important;
}

.mb-58.mod-link-03,
.mb-58.mod-link-columnList,
.mb-58.mod-pnl-index,
.mb-58.mod-pnl-index2,
.mb-58.mod-pnl-indexBnr,
.mb-58.mod-media-article,
.mb-58.mod-media-article-02,
.mb-58.mod-media-horizontal,
.mb-58.mod-form-trendSearch,
.mb-58.str-ticker,
.mb-58.str-mainvisual-carousel-01,
.mod-link-03 .mb-58,
.mod-link-columnList .mb-58,
.mod-pnl-index .mb-58,
.mod-pnl-index2 .mb-58,
.mod-pnl-indexBnr .mb-58,
.mod-media-article .mb-58,
.mod-media-article-02 .mb-58,
.mod-media-horizontal .mb-58,
.mod-form-trendSearch .mb-58,
.str-ticker .mb-58,
.str-mainvisual-carousel-01 .mb-58 {
  margin-bottom: 58px !important;
}

.mt-59.mod-link-03,
.mt-59.mod-link-columnList,
.mt-59.mod-pnl-index,
.mt-59.mod-pnl-index2,
.mt-59.mod-pnl-indexBnr,
.mt-59.mod-media-article,
.mt-59.mod-media-article-02,
.mt-59.mod-media-horizontal,
.mt-59.mod-form-trendSearch,
.mt-59.str-ticker,
.mt-59.str-mainvisual-carousel-01,
.mod-link-03 .mt-59,
.mod-link-columnList .mt-59,
.mod-pnl-index .mt-59,
.mod-pnl-index2 .mt-59,
.mod-pnl-indexBnr .mt-59,
.mod-media-article .mt-59,
.mod-media-article-02 .mt-59,
.mod-media-horizontal .mt-59,
.mod-form-trendSearch .mt-59,
.str-ticker .mt-59,
.str-mainvisual-carousel-01 .mt-59 {
  margin-top: 59px !important;
}

.mb-59.mod-link-03,
.mb-59.mod-link-columnList,
.mb-59.mod-pnl-index,
.mb-59.mod-pnl-index2,
.mb-59.mod-pnl-indexBnr,
.mb-59.mod-media-article,
.mb-59.mod-media-article-02,
.mb-59.mod-media-horizontal,
.mb-59.mod-form-trendSearch,
.mb-59.str-ticker,
.mb-59.str-mainvisual-carousel-01,
.mod-link-03 .mb-59,
.mod-link-columnList .mb-59,
.mod-pnl-index .mb-59,
.mod-pnl-index2 .mb-59,
.mod-pnl-indexBnr .mb-59,
.mod-media-article .mb-59,
.mod-media-article-02 .mb-59,
.mod-media-horizontal .mb-59,
.mod-form-trendSearch .mb-59,
.str-ticker .mb-59,
.str-mainvisual-carousel-01 .mb-59 {
  margin-bottom: 59px !important;
}

.mt-60.mod-link-03,
.mt-60.mod-link-columnList,
.mt-60.mod-pnl-index,
.mt-60.mod-pnl-index2,
.mt-60.mod-pnl-indexBnr,
.mt-60.mod-media-article,
.mt-60.mod-media-article-02,
.mt-60.mod-media-horizontal,
.mt-60.mod-form-trendSearch,
.mt-60.str-ticker,
.mt-60.str-mainvisual-carousel-01,
.mod-link-03 .mt-60,
.mod-link-columnList .mt-60,
.mod-pnl-index .mt-60,
.mod-pnl-index2 .mt-60,
.mod-pnl-indexBnr .mt-60,
.mod-media-article .mt-60,
.mod-media-article-02 .mt-60,
.mod-media-horizontal .mt-60,
.mod-form-trendSearch .mt-60,
.str-ticker .mt-60,
.str-mainvisual-carousel-01 .mt-60 {
  margin-top: 60px !important;
}

.mb-60.mod-link-03,
.mb-60.mod-link-columnList,
.mb-60.mod-pnl-index,
.mb-60.mod-pnl-index2,
.mb-60.mod-pnl-indexBnr,
.mb-60.mod-media-article,
.mb-60.mod-media-article-02,
.mb-60.mod-media-horizontal,
.mb-60.mod-form-trendSearch,
.mb-60.str-ticker,
.mb-60.str-mainvisual-carousel-01,
.mod-link-03 .mb-60,
.mod-link-columnList .mb-60,
.mod-pnl-index .mb-60,
.mod-pnl-index2 .mb-60,
.mod-pnl-indexBnr .mb-60,
.mod-media-article .mb-60,
.mod-media-article-02 .mb-60,
.mod-media-horizontal .mb-60,
.mod-form-trendSearch .mb-60,
.str-ticker .mb-60,
.str-mainvisual-carousel-01 .mb-60 {
  margin-bottom: 60px !important;
}

.mt-61.mod-link-03,
.mt-61.mod-link-columnList,
.mt-61.mod-pnl-index,
.mt-61.mod-pnl-index2,
.mt-61.mod-pnl-indexBnr,
.mt-61.mod-media-article,
.mt-61.mod-media-article-02,
.mt-61.mod-media-horizontal,
.mt-61.mod-form-trendSearch,
.mt-61.str-ticker,
.mt-61.str-mainvisual-carousel-01,
.mod-link-03 .mt-61,
.mod-link-columnList .mt-61,
.mod-pnl-index .mt-61,
.mod-pnl-index2 .mt-61,
.mod-pnl-indexBnr .mt-61,
.mod-media-article .mt-61,
.mod-media-article-02 .mt-61,
.mod-media-horizontal .mt-61,
.mod-form-trendSearch .mt-61,
.str-ticker .mt-61,
.str-mainvisual-carousel-01 .mt-61 {
  margin-top: 61px !important;
}

.mb-61.mod-link-03,
.mb-61.mod-link-columnList,
.mb-61.mod-pnl-index,
.mb-61.mod-pnl-index2,
.mb-61.mod-pnl-indexBnr,
.mb-61.mod-media-article,
.mb-61.mod-media-article-02,
.mb-61.mod-media-horizontal,
.mb-61.mod-form-trendSearch,
.mb-61.str-ticker,
.mb-61.str-mainvisual-carousel-01,
.mod-link-03 .mb-61,
.mod-link-columnList .mb-61,
.mod-pnl-index .mb-61,
.mod-pnl-index2 .mb-61,
.mod-pnl-indexBnr .mb-61,
.mod-media-article .mb-61,
.mod-media-article-02 .mb-61,
.mod-media-horizontal .mb-61,
.mod-form-trendSearch .mb-61,
.str-ticker .mb-61,
.str-mainvisual-carousel-01 .mb-61 {
  margin-bottom: 61px !important;
}

.mt-62.mod-link-03,
.mt-62.mod-link-columnList,
.mt-62.mod-pnl-index,
.mt-62.mod-pnl-index2,
.mt-62.mod-pnl-indexBnr,
.mt-62.mod-media-article,
.mt-62.mod-media-article-02,
.mt-62.mod-media-horizontal,
.mt-62.mod-form-trendSearch,
.mt-62.str-ticker,
.mt-62.str-mainvisual-carousel-01,
.mod-link-03 .mt-62,
.mod-link-columnList .mt-62,
.mod-pnl-index .mt-62,
.mod-pnl-index2 .mt-62,
.mod-pnl-indexBnr .mt-62,
.mod-media-article .mt-62,
.mod-media-article-02 .mt-62,
.mod-media-horizontal .mt-62,
.mod-form-trendSearch .mt-62,
.str-ticker .mt-62,
.str-mainvisual-carousel-01 .mt-62 {
  margin-top: 62px !important;
}

.mb-62.mod-link-03,
.mb-62.mod-link-columnList,
.mb-62.mod-pnl-index,
.mb-62.mod-pnl-index2,
.mb-62.mod-pnl-indexBnr,
.mb-62.mod-media-article,
.mb-62.mod-media-article-02,
.mb-62.mod-media-horizontal,
.mb-62.mod-form-trendSearch,
.mb-62.str-ticker,
.mb-62.str-mainvisual-carousel-01,
.mod-link-03 .mb-62,
.mod-link-columnList .mb-62,
.mod-pnl-index .mb-62,
.mod-pnl-index2 .mb-62,
.mod-pnl-indexBnr .mb-62,
.mod-media-article .mb-62,
.mod-media-article-02 .mb-62,
.mod-media-horizontal .mb-62,
.mod-form-trendSearch .mb-62,
.str-ticker .mb-62,
.str-mainvisual-carousel-01 .mb-62 {
  margin-bottom: 62px !important;
}

.mt-63.mod-link-03,
.mt-63.mod-link-columnList,
.mt-63.mod-pnl-index,
.mt-63.mod-pnl-index2,
.mt-63.mod-pnl-indexBnr,
.mt-63.mod-media-article,
.mt-63.mod-media-article-02,
.mt-63.mod-media-horizontal,
.mt-63.mod-form-trendSearch,
.mt-63.str-ticker,
.mt-63.str-mainvisual-carousel-01,
.mod-link-03 .mt-63,
.mod-link-columnList .mt-63,
.mod-pnl-index .mt-63,
.mod-pnl-index2 .mt-63,
.mod-pnl-indexBnr .mt-63,
.mod-media-article .mt-63,
.mod-media-article-02 .mt-63,
.mod-media-horizontal .mt-63,
.mod-form-trendSearch .mt-63,
.str-ticker .mt-63,
.str-mainvisual-carousel-01 .mt-63 {
  margin-top: 63px !important;
}

.mb-63.mod-link-03,
.mb-63.mod-link-columnList,
.mb-63.mod-pnl-index,
.mb-63.mod-pnl-index2,
.mb-63.mod-pnl-indexBnr,
.mb-63.mod-media-article,
.mb-63.mod-media-article-02,
.mb-63.mod-media-horizontal,
.mb-63.mod-form-trendSearch,
.mb-63.str-ticker,
.mb-63.str-mainvisual-carousel-01,
.mod-link-03 .mb-63,
.mod-link-columnList .mb-63,
.mod-pnl-index .mb-63,
.mod-pnl-index2 .mb-63,
.mod-pnl-indexBnr .mb-63,
.mod-media-article .mb-63,
.mod-media-article-02 .mb-63,
.mod-media-horizontal .mb-63,
.mod-form-trendSearch .mb-63,
.str-ticker .mb-63,
.str-mainvisual-carousel-01 .mb-63 {
  margin-bottom: 63px !important;
}

.mt-64.mod-link-03,
.mt-64.mod-link-columnList,
.mt-64.mod-pnl-index,
.mt-64.mod-pnl-index2,
.mt-64.mod-pnl-indexBnr,
.mt-64.mod-media-article,
.mt-64.mod-media-article-02,
.mt-64.mod-media-horizontal,
.mt-64.mod-form-trendSearch,
.mt-64.str-ticker,
.mt-64.str-mainvisual-carousel-01,
.mod-link-03 .mt-64,
.mod-link-columnList .mt-64,
.mod-pnl-index .mt-64,
.mod-pnl-index2 .mt-64,
.mod-pnl-indexBnr .mt-64,
.mod-media-article .mt-64,
.mod-media-article-02 .mt-64,
.mod-media-horizontal .mt-64,
.mod-form-trendSearch .mt-64,
.str-ticker .mt-64,
.str-mainvisual-carousel-01 .mt-64 {
  margin-top: 64px !important;
}

.mb-64.mod-link-03,
.mb-64.mod-link-columnList,
.mb-64.mod-pnl-index,
.mb-64.mod-pnl-index2,
.mb-64.mod-pnl-indexBnr,
.mb-64.mod-media-article,
.mb-64.mod-media-article-02,
.mb-64.mod-media-horizontal,
.mb-64.mod-form-trendSearch,
.mb-64.str-ticker,
.mb-64.str-mainvisual-carousel-01,
.mod-link-03 .mb-64,
.mod-link-columnList .mb-64,
.mod-pnl-index .mb-64,
.mod-pnl-index2 .mb-64,
.mod-pnl-indexBnr .mb-64,
.mod-media-article .mb-64,
.mod-media-article-02 .mb-64,
.mod-media-horizontal .mb-64,
.mod-form-trendSearch .mb-64,
.str-ticker .mb-64,
.str-mainvisual-carousel-01 .mb-64 {
  margin-bottom: 64px !important;
}

.mt-65.mod-link-03,
.mt-65.mod-link-columnList,
.mt-65.mod-pnl-index,
.mt-65.mod-pnl-index2,
.mt-65.mod-pnl-indexBnr,
.mt-65.mod-media-article,
.mt-65.mod-media-article-02,
.mt-65.mod-media-horizontal,
.mt-65.mod-form-trendSearch,
.mt-65.str-ticker,
.mt-65.str-mainvisual-carousel-01,
.mod-link-03 .mt-65,
.mod-link-columnList .mt-65,
.mod-pnl-index .mt-65,
.mod-pnl-index2 .mt-65,
.mod-pnl-indexBnr .mt-65,
.mod-media-article .mt-65,
.mod-media-article-02 .mt-65,
.mod-media-horizontal .mt-65,
.mod-form-trendSearch .mt-65,
.str-ticker .mt-65,
.str-mainvisual-carousel-01 .mt-65 {
  margin-top: 65px !important;
}

.mb-65.mod-link-03,
.mb-65.mod-link-columnList,
.mb-65.mod-pnl-index,
.mb-65.mod-pnl-index2,
.mb-65.mod-pnl-indexBnr,
.mb-65.mod-media-article,
.mb-65.mod-media-article-02,
.mb-65.mod-media-horizontal,
.mb-65.mod-form-trendSearch,
.mb-65.str-ticker,
.mb-65.str-mainvisual-carousel-01,
.mod-link-03 .mb-65,
.mod-link-columnList .mb-65,
.mod-pnl-index .mb-65,
.mod-pnl-index2 .mb-65,
.mod-pnl-indexBnr .mb-65,
.mod-media-article .mb-65,
.mod-media-article-02 .mb-65,
.mod-media-horizontal .mb-65,
.mod-form-trendSearch .mb-65,
.str-ticker .mb-65,
.str-mainvisual-carousel-01 .mb-65 {
  margin-bottom: 65px !important;
}

.mt-66.mod-link-03,
.mt-66.mod-link-columnList,
.mt-66.mod-pnl-index,
.mt-66.mod-pnl-index2,
.mt-66.mod-pnl-indexBnr,
.mt-66.mod-media-article,
.mt-66.mod-media-article-02,
.mt-66.mod-media-horizontal,
.mt-66.mod-form-trendSearch,
.mt-66.str-ticker,
.mt-66.str-mainvisual-carousel-01,
.mod-link-03 .mt-66,
.mod-link-columnList .mt-66,
.mod-pnl-index .mt-66,
.mod-pnl-index2 .mt-66,
.mod-pnl-indexBnr .mt-66,
.mod-media-article .mt-66,
.mod-media-article-02 .mt-66,
.mod-media-horizontal .mt-66,
.mod-form-trendSearch .mt-66,
.str-ticker .mt-66,
.str-mainvisual-carousel-01 .mt-66 {
  margin-top: 66px !important;
}

.mb-66.mod-link-03,
.mb-66.mod-link-columnList,
.mb-66.mod-pnl-index,
.mb-66.mod-pnl-index2,
.mb-66.mod-pnl-indexBnr,
.mb-66.mod-media-article,
.mb-66.mod-media-article-02,
.mb-66.mod-media-horizontal,
.mb-66.mod-form-trendSearch,
.mb-66.str-ticker,
.mb-66.str-mainvisual-carousel-01,
.mod-link-03 .mb-66,
.mod-link-columnList .mb-66,
.mod-pnl-index .mb-66,
.mod-pnl-index2 .mb-66,
.mod-pnl-indexBnr .mb-66,
.mod-media-article .mb-66,
.mod-media-article-02 .mb-66,
.mod-media-horizontal .mb-66,
.mod-form-trendSearch .mb-66,
.str-ticker .mb-66,
.str-mainvisual-carousel-01 .mb-66 {
  margin-bottom: 66px !important;
}

.mt-67.mod-link-03,
.mt-67.mod-link-columnList,
.mt-67.mod-pnl-index,
.mt-67.mod-pnl-index2,
.mt-67.mod-pnl-indexBnr,
.mt-67.mod-media-article,
.mt-67.mod-media-article-02,
.mt-67.mod-media-horizontal,
.mt-67.mod-form-trendSearch,
.mt-67.str-ticker,
.mt-67.str-mainvisual-carousel-01,
.mod-link-03 .mt-67,
.mod-link-columnList .mt-67,
.mod-pnl-index .mt-67,
.mod-pnl-index2 .mt-67,
.mod-pnl-indexBnr .mt-67,
.mod-media-article .mt-67,
.mod-media-article-02 .mt-67,
.mod-media-horizontal .mt-67,
.mod-form-trendSearch .mt-67,
.str-ticker .mt-67,
.str-mainvisual-carousel-01 .mt-67 {
  margin-top: 67px !important;
}

.mb-67.mod-link-03,
.mb-67.mod-link-columnList,
.mb-67.mod-pnl-index,
.mb-67.mod-pnl-index2,
.mb-67.mod-pnl-indexBnr,
.mb-67.mod-media-article,
.mb-67.mod-media-article-02,
.mb-67.mod-media-horizontal,
.mb-67.mod-form-trendSearch,
.mb-67.str-ticker,
.mb-67.str-mainvisual-carousel-01,
.mod-link-03 .mb-67,
.mod-link-columnList .mb-67,
.mod-pnl-index .mb-67,
.mod-pnl-index2 .mb-67,
.mod-pnl-indexBnr .mb-67,
.mod-media-article .mb-67,
.mod-media-article-02 .mb-67,
.mod-media-horizontal .mb-67,
.mod-form-trendSearch .mb-67,
.str-ticker .mb-67,
.str-mainvisual-carousel-01 .mb-67 {
  margin-bottom: 67px !important;
}

.mt-68.mod-link-03,
.mt-68.mod-link-columnList,
.mt-68.mod-pnl-index,
.mt-68.mod-pnl-index2,
.mt-68.mod-pnl-indexBnr,
.mt-68.mod-media-article,
.mt-68.mod-media-article-02,
.mt-68.mod-media-horizontal,
.mt-68.mod-form-trendSearch,
.mt-68.str-ticker,
.mt-68.str-mainvisual-carousel-01,
.mod-link-03 .mt-68,
.mod-link-columnList .mt-68,
.mod-pnl-index .mt-68,
.mod-pnl-index2 .mt-68,
.mod-pnl-indexBnr .mt-68,
.mod-media-article .mt-68,
.mod-media-article-02 .mt-68,
.mod-media-horizontal .mt-68,
.mod-form-trendSearch .mt-68,
.str-ticker .mt-68,
.str-mainvisual-carousel-01 .mt-68 {
  margin-top: 68px !important;
}

.mb-68.mod-link-03,
.mb-68.mod-link-columnList,
.mb-68.mod-pnl-index,
.mb-68.mod-pnl-index2,
.mb-68.mod-pnl-indexBnr,
.mb-68.mod-media-article,
.mb-68.mod-media-article-02,
.mb-68.mod-media-horizontal,
.mb-68.mod-form-trendSearch,
.mb-68.str-ticker,
.mb-68.str-mainvisual-carousel-01,
.mod-link-03 .mb-68,
.mod-link-columnList .mb-68,
.mod-pnl-index .mb-68,
.mod-pnl-index2 .mb-68,
.mod-pnl-indexBnr .mb-68,
.mod-media-article .mb-68,
.mod-media-article-02 .mb-68,
.mod-media-horizontal .mb-68,
.mod-form-trendSearch .mb-68,
.str-ticker .mb-68,
.str-mainvisual-carousel-01 .mb-68 {
  margin-bottom: 68px !important;
}

.mt-69.mod-link-03,
.mt-69.mod-link-columnList,
.mt-69.mod-pnl-index,
.mt-69.mod-pnl-index2,
.mt-69.mod-pnl-indexBnr,
.mt-69.mod-media-article,
.mt-69.mod-media-article-02,
.mt-69.mod-media-horizontal,
.mt-69.mod-form-trendSearch,
.mt-69.str-ticker,
.mt-69.str-mainvisual-carousel-01,
.mod-link-03 .mt-69,
.mod-link-columnList .mt-69,
.mod-pnl-index .mt-69,
.mod-pnl-index2 .mt-69,
.mod-pnl-indexBnr .mt-69,
.mod-media-article .mt-69,
.mod-media-article-02 .mt-69,
.mod-media-horizontal .mt-69,
.mod-form-trendSearch .mt-69,
.str-ticker .mt-69,
.str-mainvisual-carousel-01 .mt-69 {
  margin-top: 69px !important;
}

.mb-69.mod-link-03,
.mb-69.mod-link-columnList,
.mb-69.mod-pnl-index,
.mb-69.mod-pnl-index2,
.mb-69.mod-pnl-indexBnr,
.mb-69.mod-media-article,
.mb-69.mod-media-article-02,
.mb-69.mod-media-horizontal,
.mb-69.mod-form-trendSearch,
.mb-69.str-ticker,
.mb-69.str-mainvisual-carousel-01,
.mod-link-03 .mb-69,
.mod-link-columnList .mb-69,
.mod-pnl-index .mb-69,
.mod-pnl-index2 .mb-69,
.mod-pnl-indexBnr .mb-69,
.mod-media-article .mb-69,
.mod-media-article-02 .mb-69,
.mod-media-horizontal .mb-69,
.mod-form-trendSearch .mb-69,
.str-ticker .mb-69,
.str-mainvisual-carousel-01 .mb-69 {
  margin-bottom: 69px !important;
}

.mt-70.mod-link-03,
.mt-70.mod-link-columnList,
.mt-70.mod-pnl-index,
.mt-70.mod-pnl-index2,
.mt-70.mod-pnl-indexBnr,
.mt-70.mod-media-article,
.mt-70.mod-media-article-02,
.mt-70.mod-media-horizontal,
.mt-70.mod-form-trendSearch,
.mt-70.str-ticker,
.mt-70.str-mainvisual-carousel-01,
.mod-link-03 .mt-70,
.mod-link-columnList .mt-70,
.mod-pnl-index .mt-70,
.mod-pnl-index2 .mt-70,
.mod-pnl-indexBnr .mt-70,
.mod-media-article .mt-70,
.mod-media-article-02 .mt-70,
.mod-media-horizontal .mt-70,
.mod-form-trendSearch .mt-70,
.str-ticker .mt-70,
.str-mainvisual-carousel-01 .mt-70 {
  margin-top: 70px !important;
}

.mb-70.mod-link-03,
.mb-70.mod-link-columnList,
.mb-70.mod-pnl-index,
.mb-70.mod-pnl-index2,
.mb-70.mod-pnl-indexBnr,
.mb-70.mod-media-article,
.mb-70.mod-media-article-02,
.mb-70.mod-media-horizontal,
.mb-70.mod-form-trendSearch,
.mb-70.str-ticker,
.mb-70.str-mainvisual-carousel-01,
.mod-link-03 .mb-70,
.mod-link-columnList .mb-70,
.mod-pnl-index .mb-70,
.mod-pnl-index2 .mb-70,
.mod-pnl-indexBnr .mb-70,
.mod-media-article .mb-70,
.mod-media-article-02 .mb-70,
.mod-media-horizontal .mb-70,
.mod-form-trendSearch .mb-70,
.str-ticker .mb-70,
.str-mainvisual-carousel-01 .mb-70 {
  margin-bottom: 70px !important;
}

.mt-71.mod-link-03,
.mt-71.mod-link-columnList,
.mt-71.mod-pnl-index,
.mt-71.mod-pnl-index2,
.mt-71.mod-pnl-indexBnr,
.mt-71.mod-media-article,
.mt-71.mod-media-article-02,
.mt-71.mod-media-horizontal,
.mt-71.mod-form-trendSearch,
.mt-71.str-ticker,
.mt-71.str-mainvisual-carousel-01,
.mod-link-03 .mt-71,
.mod-link-columnList .mt-71,
.mod-pnl-index .mt-71,
.mod-pnl-index2 .mt-71,
.mod-pnl-indexBnr .mt-71,
.mod-media-article .mt-71,
.mod-media-article-02 .mt-71,
.mod-media-horizontal .mt-71,
.mod-form-trendSearch .mt-71,
.str-ticker .mt-71,
.str-mainvisual-carousel-01 .mt-71 {
  margin-top: 71px !important;
}

.mb-71.mod-link-03,
.mb-71.mod-link-columnList,
.mb-71.mod-pnl-index,
.mb-71.mod-pnl-index2,
.mb-71.mod-pnl-indexBnr,
.mb-71.mod-media-article,
.mb-71.mod-media-article-02,
.mb-71.mod-media-horizontal,
.mb-71.mod-form-trendSearch,
.mb-71.str-ticker,
.mb-71.str-mainvisual-carousel-01,
.mod-link-03 .mb-71,
.mod-link-columnList .mb-71,
.mod-pnl-index .mb-71,
.mod-pnl-index2 .mb-71,
.mod-pnl-indexBnr .mb-71,
.mod-media-article .mb-71,
.mod-media-article-02 .mb-71,
.mod-media-horizontal .mb-71,
.mod-form-trendSearch .mb-71,
.str-ticker .mb-71,
.str-mainvisual-carousel-01 .mb-71 {
  margin-bottom: 71px !important;
}

.mt-72.mod-link-03,
.mt-72.mod-link-columnList,
.mt-72.mod-pnl-index,
.mt-72.mod-pnl-index2,
.mt-72.mod-pnl-indexBnr,
.mt-72.mod-media-article,
.mt-72.mod-media-article-02,
.mt-72.mod-media-horizontal,
.mt-72.mod-form-trendSearch,
.mt-72.str-ticker,
.mt-72.str-mainvisual-carousel-01,
.mod-link-03 .mt-72,
.mod-link-columnList .mt-72,
.mod-pnl-index .mt-72,
.mod-pnl-index2 .mt-72,
.mod-pnl-indexBnr .mt-72,
.mod-media-article .mt-72,
.mod-media-article-02 .mt-72,
.mod-media-horizontal .mt-72,
.mod-form-trendSearch .mt-72,
.str-ticker .mt-72,
.str-mainvisual-carousel-01 .mt-72 {
  margin-top: 72px !important;
}

.mb-72.mod-link-03,
.mb-72.mod-link-columnList,
.mb-72.mod-pnl-index,
.mb-72.mod-pnl-index2,
.mb-72.mod-pnl-indexBnr,
.mb-72.mod-media-article,
.mb-72.mod-media-article-02,
.mb-72.mod-media-horizontal,
.mb-72.mod-form-trendSearch,
.mb-72.str-ticker,
.mb-72.str-mainvisual-carousel-01,
.mod-link-03 .mb-72,
.mod-link-columnList .mb-72,
.mod-pnl-index .mb-72,
.mod-pnl-index2 .mb-72,
.mod-pnl-indexBnr .mb-72,
.mod-media-article .mb-72,
.mod-media-article-02 .mb-72,
.mod-media-horizontal .mb-72,
.mod-form-trendSearch .mb-72,
.str-ticker .mb-72,
.str-mainvisual-carousel-01 .mb-72 {
  margin-bottom: 72px !important;
}

.mt-73.mod-link-03,
.mt-73.mod-link-columnList,
.mt-73.mod-pnl-index,
.mt-73.mod-pnl-index2,
.mt-73.mod-pnl-indexBnr,
.mt-73.mod-media-article,
.mt-73.mod-media-article-02,
.mt-73.mod-media-horizontal,
.mt-73.mod-form-trendSearch,
.mt-73.str-ticker,
.mt-73.str-mainvisual-carousel-01,
.mod-link-03 .mt-73,
.mod-link-columnList .mt-73,
.mod-pnl-index .mt-73,
.mod-pnl-index2 .mt-73,
.mod-pnl-indexBnr .mt-73,
.mod-media-article .mt-73,
.mod-media-article-02 .mt-73,
.mod-media-horizontal .mt-73,
.mod-form-trendSearch .mt-73,
.str-ticker .mt-73,
.str-mainvisual-carousel-01 .mt-73 {
  margin-top: 73px !important;
}

.mb-73.mod-link-03,
.mb-73.mod-link-columnList,
.mb-73.mod-pnl-index,
.mb-73.mod-pnl-index2,
.mb-73.mod-pnl-indexBnr,
.mb-73.mod-media-article,
.mb-73.mod-media-article-02,
.mb-73.mod-media-horizontal,
.mb-73.mod-form-trendSearch,
.mb-73.str-ticker,
.mb-73.str-mainvisual-carousel-01,
.mod-link-03 .mb-73,
.mod-link-columnList .mb-73,
.mod-pnl-index .mb-73,
.mod-pnl-index2 .mb-73,
.mod-pnl-indexBnr .mb-73,
.mod-media-article .mb-73,
.mod-media-article-02 .mb-73,
.mod-media-horizontal .mb-73,
.mod-form-trendSearch .mb-73,
.str-ticker .mb-73,
.str-mainvisual-carousel-01 .mb-73 {
  margin-bottom: 73px !important;
}

.mt-74.mod-link-03,
.mt-74.mod-link-columnList,
.mt-74.mod-pnl-index,
.mt-74.mod-pnl-index2,
.mt-74.mod-pnl-indexBnr,
.mt-74.mod-media-article,
.mt-74.mod-media-article-02,
.mt-74.mod-media-horizontal,
.mt-74.mod-form-trendSearch,
.mt-74.str-ticker,
.mt-74.str-mainvisual-carousel-01,
.mod-link-03 .mt-74,
.mod-link-columnList .mt-74,
.mod-pnl-index .mt-74,
.mod-pnl-index2 .mt-74,
.mod-pnl-indexBnr .mt-74,
.mod-media-article .mt-74,
.mod-media-article-02 .mt-74,
.mod-media-horizontal .mt-74,
.mod-form-trendSearch .mt-74,
.str-ticker .mt-74,
.str-mainvisual-carousel-01 .mt-74 {
  margin-top: 74px !important;
}

.mb-74.mod-link-03,
.mb-74.mod-link-columnList,
.mb-74.mod-pnl-index,
.mb-74.mod-pnl-index2,
.mb-74.mod-pnl-indexBnr,
.mb-74.mod-media-article,
.mb-74.mod-media-article-02,
.mb-74.mod-media-horizontal,
.mb-74.mod-form-trendSearch,
.mb-74.str-ticker,
.mb-74.str-mainvisual-carousel-01,
.mod-link-03 .mb-74,
.mod-link-columnList .mb-74,
.mod-pnl-index .mb-74,
.mod-pnl-index2 .mb-74,
.mod-pnl-indexBnr .mb-74,
.mod-media-article .mb-74,
.mod-media-article-02 .mb-74,
.mod-media-horizontal .mb-74,
.mod-form-trendSearch .mb-74,
.str-ticker .mb-74,
.str-mainvisual-carousel-01 .mb-74 {
  margin-bottom: 74px !important;
}

.mt-75.mod-link-03,
.mt-75.mod-link-columnList,
.mt-75.mod-pnl-index,
.mt-75.mod-pnl-index2,
.mt-75.mod-pnl-indexBnr,
.mt-75.mod-media-article,
.mt-75.mod-media-article-02,
.mt-75.mod-media-horizontal,
.mt-75.mod-form-trendSearch,
.mt-75.str-ticker,
.mt-75.str-mainvisual-carousel-01,
.mod-link-03 .mt-75,
.mod-link-columnList .mt-75,
.mod-pnl-index .mt-75,
.mod-pnl-index2 .mt-75,
.mod-pnl-indexBnr .mt-75,
.mod-media-article .mt-75,
.mod-media-article-02 .mt-75,
.mod-media-horizontal .mt-75,
.mod-form-trendSearch .mt-75,
.str-ticker .mt-75,
.str-mainvisual-carousel-01 .mt-75 {
  margin-top: 75px !important;
}

.mb-75.mod-link-03,
.mb-75.mod-link-columnList,
.mb-75.mod-pnl-index,
.mb-75.mod-pnl-index2,
.mb-75.mod-pnl-indexBnr,
.mb-75.mod-media-article,
.mb-75.mod-media-article-02,
.mb-75.mod-media-horizontal,
.mb-75.mod-form-trendSearch,
.mb-75.str-ticker,
.mb-75.str-mainvisual-carousel-01,
.mod-link-03 .mb-75,
.mod-link-columnList .mb-75,
.mod-pnl-index .mb-75,
.mod-pnl-index2 .mb-75,
.mod-pnl-indexBnr .mb-75,
.mod-media-article .mb-75,
.mod-media-article-02 .mb-75,
.mod-media-horizontal .mb-75,
.mod-form-trendSearch .mb-75,
.str-ticker .mb-75,
.str-mainvisual-carousel-01 .mb-75 {
  margin-bottom: 75px !important;
}

.mt-76.mod-link-03,
.mt-76.mod-link-columnList,
.mt-76.mod-pnl-index,
.mt-76.mod-pnl-index2,
.mt-76.mod-pnl-indexBnr,
.mt-76.mod-media-article,
.mt-76.mod-media-article-02,
.mt-76.mod-media-horizontal,
.mt-76.mod-form-trendSearch,
.mt-76.str-ticker,
.mt-76.str-mainvisual-carousel-01,
.mod-link-03 .mt-76,
.mod-link-columnList .mt-76,
.mod-pnl-index .mt-76,
.mod-pnl-index2 .mt-76,
.mod-pnl-indexBnr .mt-76,
.mod-media-article .mt-76,
.mod-media-article-02 .mt-76,
.mod-media-horizontal .mt-76,
.mod-form-trendSearch .mt-76,
.str-ticker .mt-76,
.str-mainvisual-carousel-01 .mt-76 {
  margin-top: 76px !important;
}

.mb-76.mod-link-03,
.mb-76.mod-link-columnList,
.mb-76.mod-pnl-index,
.mb-76.mod-pnl-index2,
.mb-76.mod-pnl-indexBnr,
.mb-76.mod-media-article,
.mb-76.mod-media-article-02,
.mb-76.mod-media-horizontal,
.mb-76.mod-form-trendSearch,
.mb-76.str-ticker,
.mb-76.str-mainvisual-carousel-01,
.mod-link-03 .mb-76,
.mod-link-columnList .mb-76,
.mod-pnl-index .mb-76,
.mod-pnl-index2 .mb-76,
.mod-pnl-indexBnr .mb-76,
.mod-media-article .mb-76,
.mod-media-article-02 .mb-76,
.mod-media-horizontal .mb-76,
.mod-form-trendSearch .mb-76,
.str-ticker .mb-76,
.str-mainvisual-carousel-01 .mb-76 {
  margin-bottom: 76px !important;
}

.mt-77.mod-link-03,
.mt-77.mod-link-columnList,
.mt-77.mod-pnl-index,
.mt-77.mod-pnl-index2,
.mt-77.mod-pnl-indexBnr,
.mt-77.mod-media-article,
.mt-77.mod-media-article-02,
.mt-77.mod-media-horizontal,
.mt-77.mod-form-trendSearch,
.mt-77.str-ticker,
.mt-77.str-mainvisual-carousel-01,
.mod-link-03 .mt-77,
.mod-link-columnList .mt-77,
.mod-pnl-index .mt-77,
.mod-pnl-index2 .mt-77,
.mod-pnl-indexBnr .mt-77,
.mod-media-article .mt-77,
.mod-media-article-02 .mt-77,
.mod-media-horizontal .mt-77,
.mod-form-trendSearch .mt-77,
.str-ticker .mt-77,
.str-mainvisual-carousel-01 .mt-77 {
  margin-top: 77px !important;
}

.mb-77.mod-link-03,
.mb-77.mod-link-columnList,
.mb-77.mod-pnl-index,
.mb-77.mod-pnl-index2,
.mb-77.mod-pnl-indexBnr,
.mb-77.mod-media-article,
.mb-77.mod-media-article-02,
.mb-77.mod-media-horizontal,
.mb-77.mod-form-trendSearch,
.mb-77.str-ticker,
.mb-77.str-mainvisual-carousel-01,
.mod-link-03 .mb-77,
.mod-link-columnList .mb-77,
.mod-pnl-index .mb-77,
.mod-pnl-index2 .mb-77,
.mod-pnl-indexBnr .mb-77,
.mod-media-article .mb-77,
.mod-media-article-02 .mb-77,
.mod-media-horizontal .mb-77,
.mod-form-trendSearch .mb-77,
.str-ticker .mb-77,
.str-mainvisual-carousel-01 .mb-77 {
  margin-bottom: 77px !important;
}

.mt-78.mod-link-03,
.mt-78.mod-link-columnList,
.mt-78.mod-pnl-index,
.mt-78.mod-pnl-index2,
.mt-78.mod-pnl-indexBnr,
.mt-78.mod-media-article,
.mt-78.mod-media-article-02,
.mt-78.mod-media-horizontal,
.mt-78.mod-form-trendSearch,
.mt-78.str-ticker,
.mt-78.str-mainvisual-carousel-01,
.mod-link-03 .mt-78,
.mod-link-columnList .mt-78,
.mod-pnl-index .mt-78,
.mod-pnl-index2 .mt-78,
.mod-pnl-indexBnr .mt-78,
.mod-media-article .mt-78,
.mod-media-article-02 .mt-78,
.mod-media-horizontal .mt-78,
.mod-form-trendSearch .mt-78,
.str-ticker .mt-78,
.str-mainvisual-carousel-01 .mt-78 {
  margin-top: 78px !important;
}

.mb-78.mod-link-03,
.mb-78.mod-link-columnList,
.mb-78.mod-pnl-index,
.mb-78.mod-pnl-index2,
.mb-78.mod-pnl-indexBnr,
.mb-78.mod-media-article,
.mb-78.mod-media-article-02,
.mb-78.mod-media-horizontal,
.mb-78.mod-form-trendSearch,
.mb-78.str-ticker,
.mb-78.str-mainvisual-carousel-01,
.mod-link-03 .mb-78,
.mod-link-columnList .mb-78,
.mod-pnl-index .mb-78,
.mod-pnl-index2 .mb-78,
.mod-pnl-indexBnr .mb-78,
.mod-media-article .mb-78,
.mod-media-article-02 .mb-78,
.mod-media-horizontal .mb-78,
.mod-form-trendSearch .mb-78,
.str-ticker .mb-78,
.str-mainvisual-carousel-01 .mb-78 {
  margin-bottom: 78px !important;
}

.mt-79.mod-link-03,
.mt-79.mod-link-columnList,
.mt-79.mod-pnl-index,
.mt-79.mod-pnl-index2,
.mt-79.mod-pnl-indexBnr,
.mt-79.mod-media-article,
.mt-79.mod-media-article-02,
.mt-79.mod-media-horizontal,
.mt-79.mod-form-trendSearch,
.mt-79.str-ticker,
.mt-79.str-mainvisual-carousel-01,
.mod-link-03 .mt-79,
.mod-link-columnList .mt-79,
.mod-pnl-index .mt-79,
.mod-pnl-index2 .mt-79,
.mod-pnl-indexBnr .mt-79,
.mod-media-article .mt-79,
.mod-media-article-02 .mt-79,
.mod-media-horizontal .mt-79,
.mod-form-trendSearch .mt-79,
.str-ticker .mt-79,
.str-mainvisual-carousel-01 .mt-79 {
  margin-top: 79px !important;
}

.mb-79.mod-link-03,
.mb-79.mod-link-columnList,
.mb-79.mod-pnl-index,
.mb-79.mod-pnl-index2,
.mb-79.mod-pnl-indexBnr,
.mb-79.mod-media-article,
.mb-79.mod-media-article-02,
.mb-79.mod-media-horizontal,
.mb-79.mod-form-trendSearch,
.mb-79.str-ticker,
.mb-79.str-mainvisual-carousel-01,
.mod-link-03 .mb-79,
.mod-link-columnList .mb-79,
.mod-pnl-index .mb-79,
.mod-pnl-index2 .mb-79,
.mod-pnl-indexBnr .mb-79,
.mod-media-article .mb-79,
.mod-media-article-02 .mb-79,
.mod-media-horizontal .mb-79,
.mod-form-trendSearch .mb-79,
.str-ticker .mb-79,
.str-mainvisual-carousel-01 .mb-79 {
  margin-bottom: 79px !important;
}

.mt-80.mod-link-03,
.mt-80.mod-link-columnList,
.mt-80.mod-pnl-index,
.mt-80.mod-pnl-index2,
.mt-80.mod-pnl-indexBnr,
.mt-80.mod-media-article,
.mt-80.mod-media-article-02,
.mt-80.mod-media-horizontal,
.mt-80.mod-form-trendSearch,
.mt-80.str-ticker,
.mt-80.str-mainvisual-carousel-01,
.mod-link-03 .mt-80,
.mod-link-columnList .mt-80,
.mod-pnl-index .mt-80,
.mod-pnl-index2 .mt-80,
.mod-pnl-indexBnr .mt-80,
.mod-media-article .mt-80,
.mod-media-article-02 .mt-80,
.mod-media-horizontal .mt-80,
.mod-form-trendSearch .mt-80,
.str-ticker .mt-80,
.str-mainvisual-carousel-01 .mt-80 {
  margin-top: 80px !important;
}

.mb-80.mod-link-03,
.mb-80.mod-link-columnList,
.mb-80.mod-pnl-index,
.mb-80.mod-pnl-index2,
.mb-80.mod-pnl-indexBnr,
.mb-80.mod-media-article,
.mb-80.mod-media-article-02,
.mb-80.mod-media-horizontal,
.mb-80.mod-form-trendSearch,
.mb-80.str-ticker,
.mb-80.str-mainvisual-carousel-01,
.mod-link-03 .mb-80,
.mod-link-columnList .mb-80,
.mod-pnl-index .mb-80,
.mod-pnl-index2 .mb-80,
.mod-pnl-indexBnr .mb-80,
.mod-media-article .mb-80,
.mod-media-article-02 .mb-80,
.mod-media-horizontal .mb-80,
.mod-form-trendSearch .mb-80,
.str-ticker .mb-80,
.str-mainvisual-carousel-01 .mb-80 {
  margin-bottom: 80px !important;
}

.mt-81.mod-link-03,
.mt-81.mod-link-columnList,
.mt-81.mod-pnl-index,
.mt-81.mod-pnl-index2,
.mt-81.mod-pnl-indexBnr,
.mt-81.mod-media-article,
.mt-81.mod-media-article-02,
.mt-81.mod-media-horizontal,
.mt-81.mod-form-trendSearch,
.mt-81.str-ticker,
.mt-81.str-mainvisual-carousel-01,
.mod-link-03 .mt-81,
.mod-link-columnList .mt-81,
.mod-pnl-index .mt-81,
.mod-pnl-index2 .mt-81,
.mod-pnl-indexBnr .mt-81,
.mod-media-article .mt-81,
.mod-media-article-02 .mt-81,
.mod-media-horizontal .mt-81,
.mod-form-trendSearch .mt-81,
.str-ticker .mt-81,
.str-mainvisual-carousel-01 .mt-81 {
  margin-top: 81px !important;
}

.mb-81.mod-link-03,
.mb-81.mod-link-columnList,
.mb-81.mod-pnl-index,
.mb-81.mod-pnl-index2,
.mb-81.mod-pnl-indexBnr,
.mb-81.mod-media-article,
.mb-81.mod-media-article-02,
.mb-81.mod-media-horizontal,
.mb-81.mod-form-trendSearch,
.mb-81.str-ticker,
.mb-81.str-mainvisual-carousel-01,
.mod-link-03 .mb-81,
.mod-link-columnList .mb-81,
.mod-pnl-index .mb-81,
.mod-pnl-index2 .mb-81,
.mod-pnl-indexBnr .mb-81,
.mod-media-article .mb-81,
.mod-media-article-02 .mb-81,
.mod-media-horizontal .mb-81,
.mod-form-trendSearch .mb-81,
.str-ticker .mb-81,
.str-mainvisual-carousel-01 .mb-81 {
  margin-bottom: 81px !important;
}

.mt-82.mod-link-03,
.mt-82.mod-link-columnList,
.mt-82.mod-pnl-index,
.mt-82.mod-pnl-index2,
.mt-82.mod-pnl-indexBnr,
.mt-82.mod-media-article,
.mt-82.mod-media-article-02,
.mt-82.mod-media-horizontal,
.mt-82.mod-form-trendSearch,
.mt-82.str-ticker,
.mt-82.str-mainvisual-carousel-01,
.mod-link-03 .mt-82,
.mod-link-columnList .mt-82,
.mod-pnl-index .mt-82,
.mod-pnl-index2 .mt-82,
.mod-pnl-indexBnr .mt-82,
.mod-media-article .mt-82,
.mod-media-article-02 .mt-82,
.mod-media-horizontal .mt-82,
.mod-form-trendSearch .mt-82,
.str-ticker .mt-82,
.str-mainvisual-carousel-01 .mt-82 {
  margin-top: 82px !important;
}

.mb-82.mod-link-03,
.mb-82.mod-link-columnList,
.mb-82.mod-pnl-index,
.mb-82.mod-pnl-index2,
.mb-82.mod-pnl-indexBnr,
.mb-82.mod-media-article,
.mb-82.mod-media-article-02,
.mb-82.mod-media-horizontal,
.mb-82.mod-form-trendSearch,
.mb-82.str-ticker,
.mb-82.str-mainvisual-carousel-01,
.mod-link-03 .mb-82,
.mod-link-columnList .mb-82,
.mod-pnl-index .mb-82,
.mod-pnl-index2 .mb-82,
.mod-pnl-indexBnr .mb-82,
.mod-media-article .mb-82,
.mod-media-article-02 .mb-82,
.mod-media-horizontal .mb-82,
.mod-form-trendSearch .mb-82,
.str-ticker .mb-82,
.str-mainvisual-carousel-01 .mb-82 {
  margin-bottom: 82px !important;
}

.mt-83.mod-link-03,
.mt-83.mod-link-columnList,
.mt-83.mod-pnl-index,
.mt-83.mod-pnl-index2,
.mt-83.mod-pnl-indexBnr,
.mt-83.mod-media-article,
.mt-83.mod-media-article-02,
.mt-83.mod-media-horizontal,
.mt-83.mod-form-trendSearch,
.mt-83.str-ticker,
.mt-83.str-mainvisual-carousel-01,
.mod-link-03 .mt-83,
.mod-link-columnList .mt-83,
.mod-pnl-index .mt-83,
.mod-pnl-index2 .mt-83,
.mod-pnl-indexBnr .mt-83,
.mod-media-article .mt-83,
.mod-media-article-02 .mt-83,
.mod-media-horizontal .mt-83,
.mod-form-trendSearch .mt-83,
.str-ticker .mt-83,
.str-mainvisual-carousel-01 .mt-83 {
  margin-top: 83px !important;
}

.mb-83.mod-link-03,
.mb-83.mod-link-columnList,
.mb-83.mod-pnl-index,
.mb-83.mod-pnl-index2,
.mb-83.mod-pnl-indexBnr,
.mb-83.mod-media-article,
.mb-83.mod-media-article-02,
.mb-83.mod-media-horizontal,
.mb-83.mod-form-trendSearch,
.mb-83.str-ticker,
.mb-83.str-mainvisual-carousel-01,
.mod-link-03 .mb-83,
.mod-link-columnList .mb-83,
.mod-pnl-index .mb-83,
.mod-pnl-index2 .mb-83,
.mod-pnl-indexBnr .mb-83,
.mod-media-article .mb-83,
.mod-media-article-02 .mb-83,
.mod-media-horizontal .mb-83,
.mod-form-trendSearch .mb-83,
.str-ticker .mb-83,
.str-mainvisual-carousel-01 .mb-83 {
  margin-bottom: 83px !important;
}

.mt-84.mod-link-03,
.mt-84.mod-link-columnList,
.mt-84.mod-pnl-index,
.mt-84.mod-pnl-index2,
.mt-84.mod-pnl-indexBnr,
.mt-84.mod-media-article,
.mt-84.mod-media-article-02,
.mt-84.mod-media-horizontal,
.mt-84.mod-form-trendSearch,
.mt-84.str-ticker,
.mt-84.str-mainvisual-carousel-01,
.mod-link-03 .mt-84,
.mod-link-columnList .mt-84,
.mod-pnl-index .mt-84,
.mod-pnl-index2 .mt-84,
.mod-pnl-indexBnr .mt-84,
.mod-media-article .mt-84,
.mod-media-article-02 .mt-84,
.mod-media-horizontal .mt-84,
.mod-form-trendSearch .mt-84,
.str-ticker .mt-84,
.str-mainvisual-carousel-01 .mt-84 {
  margin-top: 84px !important;
}

.mb-84.mod-link-03,
.mb-84.mod-link-columnList,
.mb-84.mod-pnl-index,
.mb-84.mod-pnl-index2,
.mb-84.mod-pnl-indexBnr,
.mb-84.mod-media-article,
.mb-84.mod-media-article-02,
.mb-84.mod-media-horizontal,
.mb-84.mod-form-trendSearch,
.mb-84.str-ticker,
.mb-84.str-mainvisual-carousel-01,
.mod-link-03 .mb-84,
.mod-link-columnList .mb-84,
.mod-pnl-index .mb-84,
.mod-pnl-index2 .mb-84,
.mod-pnl-indexBnr .mb-84,
.mod-media-article .mb-84,
.mod-media-article-02 .mb-84,
.mod-media-horizontal .mb-84,
.mod-form-trendSearch .mb-84,
.str-ticker .mb-84,
.str-mainvisual-carousel-01 .mb-84 {
  margin-bottom: 84px !important;
}

.mt-85.mod-link-03,
.mt-85.mod-link-columnList,
.mt-85.mod-pnl-index,
.mt-85.mod-pnl-index2,
.mt-85.mod-pnl-indexBnr,
.mt-85.mod-media-article,
.mt-85.mod-media-article-02,
.mt-85.mod-media-horizontal,
.mt-85.mod-form-trendSearch,
.mt-85.str-ticker,
.mt-85.str-mainvisual-carousel-01,
.mod-link-03 .mt-85,
.mod-link-columnList .mt-85,
.mod-pnl-index .mt-85,
.mod-pnl-index2 .mt-85,
.mod-pnl-indexBnr .mt-85,
.mod-media-article .mt-85,
.mod-media-article-02 .mt-85,
.mod-media-horizontal .mt-85,
.mod-form-trendSearch .mt-85,
.str-ticker .mt-85,
.str-mainvisual-carousel-01 .mt-85 {
  margin-top: 85px !important;
}

.mb-85.mod-link-03,
.mb-85.mod-link-columnList,
.mb-85.mod-pnl-index,
.mb-85.mod-pnl-index2,
.mb-85.mod-pnl-indexBnr,
.mb-85.mod-media-article,
.mb-85.mod-media-article-02,
.mb-85.mod-media-horizontal,
.mb-85.mod-form-trendSearch,
.mb-85.str-ticker,
.mb-85.str-mainvisual-carousel-01,
.mod-link-03 .mb-85,
.mod-link-columnList .mb-85,
.mod-pnl-index .mb-85,
.mod-pnl-index2 .mb-85,
.mod-pnl-indexBnr .mb-85,
.mod-media-article .mb-85,
.mod-media-article-02 .mb-85,
.mod-media-horizontal .mb-85,
.mod-form-trendSearch .mb-85,
.str-ticker .mb-85,
.str-mainvisual-carousel-01 .mb-85 {
  margin-bottom: 85px !important;
}

.mt-86.mod-link-03,
.mt-86.mod-link-columnList,
.mt-86.mod-pnl-index,
.mt-86.mod-pnl-index2,
.mt-86.mod-pnl-indexBnr,
.mt-86.mod-media-article,
.mt-86.mod-media-article-02,
.mt-86.mod-media-horizontal,
.mt-86.mod-form-trendSearch,
.mt-86.str-ticker,
.mt-86.str-mainvisual-carousel-01,
.mod-link-03 .mt-86,
.mod-link-columnList .mt-86,
.mod-pnl-index .mt-86,
.mod-pnl-index2 .mt-86,
.mod-pnl-indexBnr .mt-86,
.mod-media-article .mt-86,
.mod-media-article-02 .mt-86,
.mod-media-horizontal .mt-86,
.mod-form-trendSearch .mt-86,
.str-ticker .mt-86,
.str-mainvisual-carousel-01 .mt-86 {
  margin-top: 86px !important;
}

.mb-86.mod-link-03,
.mb-86.mod-link-columnList,
.mb-86.mod-pnl-index,
.mb-86.mod-pnl-index2,
.mb-86.mod-pnl-indexBnr,
.mb-86.mod-media-article,
.mb-86.mod-media-article-02,
.mb-86.mod-media-horizontal,
.mb-86.mod-form-trendSearch,
.mb-86.str-ticker,
.mb-86.str-mainvisual-carousel-01,
.mod-link-03 .mb-86,
.mod-link-columnList .mb-86,
.mod-pnl-index .mb-86,
.mod-pnl-index2 .mb-86,
.mod-pnl-indexBnr .mb-86,
.mod-media-article .mb-86,
.mod-media-article-02 .mb-86,
.mod-media-horizontal .mb-86,
.mod-form-trendSearch .mb-86,
.str-ticker .mb-86,
.str-mainvisual-carousel-01 .mb-86 {
  margin-bottom: 86px !important;
}

.mt-87.mod-link-03,
.mt-87.mod-link-columnList,
.mt-87.mod-pnl-index,
.mt-87.mod-pnl-index2,
.mt-87.mod-pnl-indexBnr,
.mt-87.mod-media-article,
.mt-87.mod-media-article-02,
.mt-87.mod-media-horizontal,
.mt-87.mod-form-trendSearch,
.mt-87.str-ticker,
.mt-87.str-mainvisual-carousel-01,
.mod-link-03 .mt-87,
.mod-link-columnList .mt-87,
.mod-pnl-index .mt-87,
.mod-pnl-index2 .mt-87,
.mod-pnl-indexBnr .mt-87,
.mod-media-article .mt-87,
.mod-media-article-02 .mt-87,
.mod-media-horizontal .mt-87,
.mod-form-trendSearch .mt-87,
.str-ticker .mt-87,
.str-mainvisual-carousel-01 .mt-87 {
  margin-top: 87px !important;
}

.mb-87.mod-link-03,
.mb-87.mod-link-columnList,
.mb-87.mod-pnl-index,
.mb-87.mod-pnl-index2,
.mb-87.mod-pnl-indexBnr,
.mb-87.mod-media-article,
.mb-87.mod-media-article-02,
.mb-87.mod-media-horizontal,
.mb-87.mod-form-trendSearch,
.mb-87.str-ticker,
.mb-87.str-mainvisual-carousel-01,
.mod-link-03 .mb-87,
.mod-link-columnList .mb-87,
.mod-pnl-index .mb-87,
.mod-pnl-index2 .mb-87,
.mod-pnl-indexBnr .mb-87,
.mod-media-article .mb-87,
.mod-media-article-02 .mb-87,
.mod-media-horizontal .mb-87,
.mod-form-trendSearch .mb-87,
.str-ticker .mb-87,
.str-mainvisual-carousel-01 .mb-87 {
  margin-bottom: 87px !important;
}

.mt-88.mod-link-03,
.mt-88.mod-link-columnList,
.mt-88.mod-pnl-index,
.mt-88.mod-pnl-index2,
.mt-88.mod-pnl-indexBnr,
.mt-88.mod-media-article,
.mt-88.mod-media-article-02,
.mt-88.mod-media-horizontal,
.mt-88.mod-form-trendSearch,
.mt-88.str-ticker,
.mt-88.str-mainvisual-carousel-01,
.mod-link-03 .mt-88,
.mod-link-columnList .mt-88,
.mod-pnl-index .mt-88,
.mod-pnl-index2 .mt-88,
.mod-pnl-indexBnr .mt-88,
.mod-media-article .mt-88,
.mod-media-article-02 .mt-88,
.mod-media-horizontal .mt-88,
.mod-form-trendSearch .mt-88,
.str-ticker .mt-88,
.str-mainvisual-carousel-01 .mt-88 {
  margin-top: 88px !important;
}

.mb-88.mod-link-03,
.mb-88.mod-link-columnList,
.mb-88.mod-pnl-index,
.mb-88.mod-pnl-index2,
.mb-88.mod-pnl-indexBnr,
.mb-88.mod-media-article,
.mb-88.mod-media-article-02,
.mb-88.mod-media-horizontal,
.mb-88.mod-form-trendSearch,
.mb-88.str-ticker,
.mb-88.str-mainvisual-carousel-01,
.mod-link-03 .mb-88,
.mod-link-columnList .mb-88,
.mod-pnl-index .mb-88,
.mod-pnl-index2 .mb-88,
.mod-pnl-indexBnr .mb-88,
.mod-media-article .mb-88,
.mod-media-article-02 .mb-88,
.mod-media-horizontal .mb-88,
.mod-form-trendSearch .mb-88,
.str-ticker .mb-88,
.str-mainvisual-carousel-01 .mb-88 {
  margin-bottom: 88px !important;
}

.mt-89.mod-link-03,
.mt-89.mod-link-columnList,
.mt-89.mod-pnl-index,
.mt-89.mod-pnl-index2,
.mt-89.mod-pnl-indexBnr,
.mt-89.mod-media-article,
.mt-89.mod-media-article-02,
.mt-89.mod-media-horizontal,
.mt-89.mod-form-trendSearch,
.mt-89.str-ticker,
.mt-89.str-mainvisual-carousel-01,
.mod-link-03 .mt-89,
.mod-link-columnList .mt-89,
.mod-pnl-index .mt-89,
.mod-pnl-index2 .mt-89,
.mod-pnl-indexBnr .mt-89,
.mod-media-article .mt-89,
.mod-media-article-02 .mt-89,
.mod-media-horizontal .mt-89,
.mod-form-trendSearch .mt-89,
.str-ticker .mt-89,
.str-mainvisual-carousel-01 .mt-89 {
  margin-top: 89px !important;
}

.mb-89.mod-link-03,
.mb-89.mod-link-columnList,
.mb-89.mod-pnl-index,
.mb-89.mod-pnl-index2,
.mb-89.mod-pnl-indexBnr,
.mb-89.mod-media-article,
.mb-89.mod-media-article-02,
.mb-89.mod-media-horizontal,
.mb-89.mod-form-trendSearch,
.mb-89.str-ticker,
.mb-89.str-mainvisual-carousel-01,
.mod-link-03 .mb-89,
.mod-link-columnList .mb-89,
.mod-pnl-index .mb-89,
.mod-pnl-index2 .mb-89,
.mod-pnl-indexBnr .mb-89,
.mod-media-article .mb-89,
.mod-media-article-02 .mb-89,
.mod-media-horizontal .mb-89,
.mod-form-trendSearch .mb-89,
.str-ticker .mb-89,
.str-mainvisual-carousel-01 .mb-89 {
  margin-bottom: 89px !important;
}

.mt-90.mod-link-03,
.mt-90.mod-link-columnList,
.mt-90.mod-pnl-index,
.mt-90.mod-pnl-index2,
.mt-90.mod-pnl-indexBnr,
.mt-90.mod-media-article,
.mt-90.mod-media-article-02,
.mt-90.mod-media-horizontal,
.mt-90.mod-form-trendSearch,
.mt-90.str-ticker,
.mt-90.str-mainvisual-carousel-01,
.mod-link-03 .mt-90,
.mod-link-columnList .mt-90,
.mod-pnl-index .mt-90,
.mod-pnl-index2 .mt-90,
.mod-pnl-indexBnr .mt-90,
.mod-media-article .mt-90,
.mod-media-article-02 .mt-90,
.mod-media-horizontal .mt-90,
.mod-form-trendSearch .mt-90,
.str-ticker .mt-90,
.str-mainvisual-carousel-01 .mt-90 {
  margin-top: 90px !important;
}

.mb-90.mod-link-03,
.mb-90.mod-link-columnList,
.mb-90.mod-pnl-index,
.mb-90.mod-pnl-index2,
.mb-90.mod-pnl-indexBnr,
.mb-90.mod-media-article,
.mb-90.mod-media-article-02,
.mb-90.mod-media-horizontal,
.mb-90.mod-form-trendSearch,
.mb-90.str-ticker,
.mb-90.str-mainvisual-carousel-01,
.mod-link-03 .mb-90,
.mod-link-columnList .mb-90,
.mod-pnl-index .mb-90,
.mod-pnl-index2 .mb-90,
.mod-pnl-indexBnr .mb-90,
.mod-media-article .mb-90,
.mod-media-article-02 .mb-90,
.mod-media-horizontal .mb-90,
.mod-form-trendSearch .mb-90,
.str-ticker .mb-90,
.str-mainvisual-carousel-01 .mb-90 {
  margin-bottom: 90px !important;
}

.mt-91.mod-link-03,
.mt-91.mod-link-columnList,
.mt-91.mod-pnl-index,
.mt-91.mod-pnl-index2,
.mt-91.mod-pnl-indexBnr,
.mt-91.mod-media-article,
.mt-91.mod-media-article-02,
.mt-91.mod-media-horizontal,
.mt-91.mod-form-trendSearch,
.mt-91.str-ticker,
.mt-91.str-mainvisual-carousel-01,
.mod-link-03 .mt-91,
.mod-link-columnList .mt-91,
.mod-pnl-index .mt-91,
.mod-pnl-index2 .mt-91,
.mod-pnl-indexBnr .mt-91,
.mod-media-article .mt-91,
.mod-media-article-02 .mt-91,
.mod-media-horizontal .mt-91,
.mod-form-trendSearch .mt-91,
.str-ticker .mt-91,
.str-mainvisual-carousel-01 .mt-91 {
  margin-top: 91px !important;
}

.mb-91.mod-link-03,
.mb-91.mod-link-columnList,
.mb-91.mod-pnl-index,
.mb-91.mod-pnl-index2,
.mb-91.mod-pnl-indexBnr,
.mb-91.mod-media-article,
.mb-91.mod-media-article-02,
.mb-91.mod-media-horizontal,
.mb-91.mod-form-trendSearch,
.mb-91.str-ticker,
.mb-91.str-mainvisual-carousel-01,
.mod-link-03 .mb-91,
.mod-link-columnList .mb-91,
.mod-pnl-index .mb-91,
.mod-pnl-index2 .mb-91,
.mod-pnl-indexBnr .mb-91,
.mod-media-article .mb-91,
.mod-media-article-02 .mb-91,
.mod-media-horizontal .mb-91,
.mod-form-trendSearch .mb-91,
.str-ticker .mb-91,
.str-mainvisual-carousel-01 .mb-91 {
  margin-bottom: 91px !important;
}

.mt-92.mod-link-03,
.mt-92.mod-link-columnList,
.mt-92.mod-pnl-index,
.mt-92.mod-pnl-index2,
.mt-92.mod-pnl-indexBnr,
.mt-92.mod-media-article,
.mt-92.mod-media-article-02,
.mt-92.mod-media-horizontal,
.mt-92.mod-form-trendSearch,
.mt-92.str-ticker,
.mt-92.str-mainvisual-carousel-01,
.mod-link-03 .mt-92,
.mod-link-columnList .mt-92,
.mod-pnl-index .mt-92,
.mod-pnl-index2 .mt-92,
.mod-pnl-indexBnr .mt-92,
.mod-media-article .mt-92,
.mod-media-article-02 .mt-92,
.mod-media-horizontal .mt-92,
.mod-form-trendSearch .mt-92,
.str-ticker .mt-92,
.str-mainvisual-carousel-01 .mt-92 {
  margin-top: 92px !important;
}

.mb-92.mod-link-03,
.mb-92.mod-link-columnList,
.mb-92.mod-pnl-index,
.mb-92.mod-pnl-index2,
.mb-92.mod-pnl-indexBnr,
.mb-92.mod-media-article,
.mb-92.mod-media-article-02,
.mb-92.mod-media-horizontal,
.mb-92.mod-form-trendSearch,
.mb-92.str-ticker,
.mb-92.str-mainvisual-carousel-01,
.mod-link-03 .mb-92,
.mod-link-columnList .mb-92,
.mod-pnl-index .mb-92,
.mod-pnl-index2 .mb-92,
.mod-pnl-indexBnr .mb-92,
.mod-media-article .mb-92,
.mod-media-article-02 .mb-92,
.mod-media-horizontal .mb-92,
.mod-form-trendSearch .mb-92,
.str-ticker .mb-92,
.str-mainvisual-carousel-01 .mb-92 {
  margin-bottom: 92px !important;
}

.mt-93.mod-link-03,
.mt-93.mod-link-columnList,
.mt-93.mod-pnl-index,
.mt-93.mod-pnl-index2,
.mt-93.mod-pnl-indexBnr,
.mt-93.mod-media-article,
.mt-93.mod-media-article-02,
.mt-93.mod-media-horizontal,
.mt-93.mod-form-trendSearch,
.mt-93.str-ticker,
.mt-93.str-mainvisual-carousel-01,
.mod-link-03 .mt-93,
.mod-link-columnList .mt-93,
.mod-pnl-index .mt-93,
.mod-pnl-index2 .mt-93,
.mod-pnl-indexBnr .mt-93,
.mod-media-article .mt-93,
.mod-media-article-02 .mt-93,
.mod-media-horizontal .mt-93,
.mod-form-trendSearch .mt-93,
.str-ticker .mt-93,
.str-mainvisual-carousel-01 .mt-93 {
  margin-top: 93px !important;
}

.mb-93.mod-link-03,
.mb-93.mod-link-columnList,
.mb-93.mod-pnl-index,
.mb-93.mod-pnl-index2,
.mb-93.mod-pnl-indexBnr,
.mb-93.mod-media-article,
.mb-93.mod-media-article-02,
.mb-93.mod-media-horizontal,
.mb-93.mod-form-trendSearch,
.mb-93.str-ticker,
.mb-93.str-mainvisual-carousel-01,
.mod-link-03 .mb-93,
.mod-link-columnList .mb-93,
.mod-pnl-index .mb-93,
.mod-pnl-index2 .mb-93,
.mod-pnl-indexBnr .mb-93,
.mod-media-article .mb-93,
.mod-media-article-02 .mb-93,
.mod-media-horizontal .mb-93,
.mod-form-trendSearch .mb-93,
.str-ticker .mb-93,
.str-mainvisual-carousel-01 .mb-93 {
  margin-bottom: 93px !important;
}

.mt-94.mod-link-03,
.mt-94.mod-link-columnList,
.mt-94.mod-pnl-index,
.mt-94.mod-pnl-index2,
.mt-94.mod-pnl-indexBnr,
.mt-94.mod-media-article,
.mt-94.mod-media-article-02,
.mt-94.mod-media-horizontal,
.mt-94.mod-form-trendSearch,
.mt-94.str-ticker,
.mt-94.str-mainvisual-carousel-01,
.mod-link-03 .mt-94,
.mod-link-columnList .mt-94,
.mod-pnl-index .mt-94,
.mod-pnl-index2 .mt-94,
.mod-pnl-indexBnr .mt-94,
.mod-media-article .mt-94,
.mod-media-article-02 .mt-94,
.mod-media-horizontal .mt-94,
.mod-form-trendSearch .mt-94,
.str-ticker .mt-94,
.str-mainvisual-carousel-01 .mt-94 {
  margin-top: 94px !important;
}

.mb-94.mod-link-03,
.mb-94.mod-link-columnList,
.mb-94.mod-pnl-index,
.mb-94.mod-pnl-index2,
.mb-94.mod-pnl-indexBnr,
.mb-94.mod-media-article,
.mb-94.mod-media-article-02,
.mb-94.mod-media-horizontal,
.mb-94.mod-form-trendSearch,
.mb-94.str-ticker,
.mb-94.str-mainvisual-carousel-01,
.mod-link-03 .mb-94,
.mod-link-columnList .mb-94,
.mod-pnl-index .mb-94,
.mod-pnl-index2 .mb-94,
.mod-pnl-indexBnr .mb-94,
.mod-media-article .mb-94,
.mod-media-article-02 .mb-94,
.mod-media-horizontal .mb-94,
.mod-form-trendSearch .mb-94,
.str-ticker .mb-94,
.str-mainvisual-carousel-01 .mb-94 {
  margin-bottom: 94px !important;
}

.mt-95.mod-link-03,
.mt-95.mod-link-columnList,
.mt-95.mod-pnl-index,
.mt-95.mod-pnl-index2,
.mt-95.mod-pnl-indexBnr,
.mt-95.mod-media-article,
.mt-95.mod-media-article-02,
.mt-95.mod-media-horizontal,
.mt-95.mod-form-trendSearch,
.mt-95.str-ticker,
.mt-95.str-mainvisual-carousel-01,
.mod-link-03 .mt-95,
.mod-link-columnList .mt-95,
.mod-pnl-index .mt-95,
.mod-pnl-index2 .mt-95,
.mod-pnl-indexBnr .mt-95,
.mod-media-article .mt-95,
.mod-media-article-02 .mt-95,
.mod-media-horizontal .mt-95,
.mod-form-trendSearch .mt-95,
.str-ticker .mt-95,
.str-mainvisual-carousel-01 .mt-95 {
  margin-top: 95px !important;
}

.mb-95.mod-link-03,
.mb-95.mod-link-columnList,
.mb-95.mod-pnl-index,
.mb-95.mod-pnl-index2,
.mb-95.mod-pnl-indexBnr,
.mb-95.mod-media-article,
.mb-95.mod-media-article-02,
.mb-95.mod-media-horizontal,
.mb-95.mod-form-trendSearch,
.mb-95.str-ticker,
.mb-95.str-mainvisual-carousel-01,
.mod-link-03 .mb-95,
.mod-link-columnList .mb-95,
.mod-pnl-index .mb-95,
.mod-pnl-index2 .mb-95,
.mod-pnl-indexBnr .mb-95,
.mod-media-article .mb-95,
.mod-media-article-02 .mb-95,
.mod-media-horizontal .mb-95,
.mod-form-trendSearch .mb-95,
.str-ticker .mb-95,
.str-mainvisual-carousel-01 .mb-95 {
  margin-bottom: 95px !important;
}

.mt-96.mod-link-03,
.mt-96.mod-link-columnList,
.mt-96.mod-pnl-index,
.mt-96.mod-pnl-index2,
.mt-96.mod-pnl-indexBnr,
.mt-96.mod-media-article,
.mt-96.mod-media-article-02,
.mt-96.mod-media-horizontal,
.mt-96.mod-form-trendSearch,
.mt-96.str-ticker,
.mt-96.str-mainvisual-carousel-01,
.mod-link-03 .mt-96,
.mod-link-columnList .mt-96,
.mod-pnl-index .mt-96,
.mod-pnl-index2 .mt-96,
.mod-pnl-indexBnr .mt-96,
.mod-media-article .mt-96,
.mod-media-article-02 .mt-96,
.mod-media-horizontal .mt-96,
.mod-form-trendSearch .mt-96,
.str-ticker .mt-96,
.str-mainvisual-carousel-01 .mt-96 {
  margin-top: 96px !important;
}

.mb-96.mod-link-03,
.mb-96.mod-link-columnList,
.mb-96.mod-pnl-index,
.mb-96.mod-pnl-index2,
.mb-96.mod-pnl-indexBnr,
.mb-96.mod-media-article,
.mb-96.mod-media-article-02,
.mb-96.mod-media-horizontal,
.mb-96.mod-form-trendSearch,
.mb-96.str-ticker,
.mb-96.str-mainvisual-carousel-01,
.mod-link-03 .mb-96,
.mod-link-columnList .mb-96,
.mod-pnl-index .mb-96,
.mod-pnl-index2 .mb-96,
.mod-pnl-indexBnr .mb-96,
.mod-media-article .mb-96,
.mod-media-article-02 .mb-96,
.mod-media-horizontal .mb-96,
.mod-form-trendSearch .mb-96,
.str-ticker .mb-96,
.str-mainvisual-carousel-01 .mb-96 {
  margin-bottom: 96px !important;
}

.mt-97.mod-link-03,
.mt-97.mod-link-columnList,
.mt-97.mod-pnl-index,
.mt-97.mod-pnl-index2,
.mt-97.mod-pnl-indexBnr,
.mt-97.mod-media-article,
.mt-97.mod-media-article-02,
.mt-97.mod-media-horizontal,
.mt-97.mod-form-trendSearch,
.mt-97.str-ticker,
.mt-97.str-mainvisual-carousel-01,
.mod-link-03 .mt-97,
.mod-link-columnList .mt-97,
.mod-pnl-index .mt-97,
.mod-pnl-index2 .mt-97,
.mod-pnl-indexBnr .mt-97,
.mod-media-article .mt-97,
.mod-media-article-02 .mt-97,
.mod-media-horizontal .mt-97,
.mod-form-trendSearch .mt-97,
.str-ticker .mt-97,
.str-mainvisual-carousel-01 .mt-97 {
  margin-top: 97px !important;
}

.mb-97.mod-link-03,
.mb-97.mod-link-columnList,
.mb-97.mod-pnl-index,
.mb-97.mod-pnl-index2,
.mb-97.mod-pnl-indexBnr,
.mb-97.mod-media-article,
.mb-97.mod-media-article-02,
.mb-97.mod-media-horizontal,
.mb-97.mod-form-trendSearch,
.mb-97.str-ticker,
.mb-97.str-mainvisual-carousel-01,
.mod-link-03 .mb-97,
.mod-link-columnList .mb-97,
.mod-pnl-index .mb-97,
.mod-pnl-index2 .mb-97,
.mod-pnl-indexBnr .mb-97,
.mod-media-article .mb-97,
.mod-media-article-02 .mb-97,
.mod-media-horizontal .mb-97,
.mod-form-trendSearch .mb-97,
.str-ticker .mb-97,
.str-mainvisual-carousel-01 .mb-97 {
  margin-bottom: 97px !important;
}

.mt-98.mod-link-03,
.mt-98.mod-link-columnList,
.mt-98.mod-pnl-index,
.mt-98.mod-pnl-index2,
.mt-98.mod-pnl-indexBnr,
.mt-98.mod-media-article,
.mt-98.mod-media-article-02,
.mt-98.mod-media-horizontal,
.mt-98.mod-form-trendSearch,
.mt-98.str-ticker,
.mt-98.str-mainvisual-carousel-01,
.mod-link-03 .mt-98,
.mod-link-columnList .mt-98,
.mod-pnl-index .mt-98,
.mod-pnl-index2 .mt-98,
.mod-pnl-indexBnr .mt-98,
.mod-media-article .mt-98,
.mod-media-article-02 .mt-98,
.mod-media-horizontal .mt-98,
.mod-form-trendSearch .mt-98,
.str-ticker .mt-98,
.str-mainvisual-carousel-01 .mt-98 {
  margin-top: 98px !important;
}

.mb-98.mod-link-03,
.mb-98.mod-link-columnList,
.mb-98.mod-pnl-index,
.mb-98.mod-pnl-index2,
.mb-98.mod-pnl-indexBnr,
.mb-98.mod-media-article,
.mb-98.mod-media-article-02,
.mb-98.mod-media-horizontal,
.mb-98.mod-form-trendSearch,
.mb-98.str-ticker,
.mb-98.str-mainvisual-carousel-01,
.mod-link-03 .mb-98,
.mod-link-columnList .mb-98,
.mod-pnl-index .mb-98,
.mod-pnl-index2 .mb-98,
.mod-pnl-indexBnr .mb-98,
.mod-media-article .mb-98,
.mod-media-article-02 .mb-98,
.mod-media-horizontal .mb-98,
.mod-form-trendSearch .mb-98,
.str-ticker .mb-98,
.str-mainvisual-carousel-01 .mb-98 {
  margin-bottom: 98px !important;
}

.mt-99.mod-link-03,
.mt-99.mod-link-columnList,
.mt-99.mod-pnl-index,
.mt-99.mod-pnl-index2,
.mt-99.mod-pnl-indexBnr,
.mt-99.mod-media-article,
.mt-99.mod-media-article-02,
.mt-99.mod-media-horizontal,
.mt-99.mod-form-trendSearch,
.mt-99.str-ticker,
.mt-99.str-mainvisual-carousel-01,
.mod-link-03 .mt-99,
.mod-link-columnList .mt-99,
.mod-pnl-index .mt-99,
.mod-pnl-index2 .mt-99,
.mod-pnl-indexBnr .mt-99,
.mod-media-article .mt-99,
.mod-media-article-02 .mt-99,
.mod-media-horizontal .mt-99,
.mod-form-trendSearch .mt-99,
.str-ticker .mt-99,
.str-mainvisual-carousel-01 .mt-99 {
  margin-top: 99px !important;
}

.mb-99.mod-link-03,
.mb-99.mod-link-columnList,
.mb-99.mod-pnl-index,
.mb-99.mod-pnl-index2,
.mb-99.mod-pnl-indexBnr,
.mb-99.mod-media-article,
.mb-99.mod-media-article-02,
.mb-99.mod-media-horizontal,
.mb-99.mod-form-trendSearch,
.mb-99.str-ticker,
.mb-99.str-mainvisual-carousel-01,
.mod-link-03 .mb-99,
.mod-link-columnList .mb-99,
.mod-pnl-index .mb-99,
.mod-pnl-index2 .mb-99,
.mod-pnl-indexBnr .mb-99,
.mod-media-article .mb-99,
.mod-media-article-02 .mb-99,
.mod-media-horizontal .mb-99,
.mod-form-trendSearch .mb-99,
.str-ticker .mb-99,
.str-mainvisual-carousel-01 .mb-99 {
  margin-bottom: 99px !important;
}

.mt-100.mod-link-03,
.mt-100.mod-link-columnList,
.mt-100.mod-pnl-index,
.mt-100.mod-pnl-index2,
.mt-100.mod-pnl-indexBnr,
.mt-100.mod-media-article,
.mt-100.mod-media-article-02,
.mt-100.mod-media-horizontal,
.mt-100.mod-form-trendSearch,
.mt-100.str-ticker,
.mt-100.str-mainvisual-carousel-01,
.mod-link-03 .mt-100,
.mod-link-columnList .mt-100,
.mod-pnl-index .mt-100,
.mod-pnl-index2 .mt-100,
.mod-pnl-indexBnr .mt-100,
.mod-media-article .mt-100,
.mod-media-article-02 .mt-100,
.mod-media-horizontal .mt-100,
.mod-form-trendSearch .mt-100,
.str-ticker .mt-100,
.str-mainvisual-carousel-01 .mt-100 {
  margin-top: 100px !important;
}

.mb-100.mod-link-03,
.mb-100.mod-link-columnList,
.mb-100.mod-pnl-index,
.mb-100.mod-pnl-index2,
.mb-100.mod-pnl-indexBnr,
.mb-100.mod-media-article,
.mb-100.mod-media-article-02,
.mb-100.mod-media-horizontal,
.mb-100.mod-form-trendSearch,
.mb-100.str-ticker,
.mb-100.str-mainvisual-carousel-01,
.mod-link-03 .mb-100,
.mod-link-columnList .mb-100,
.mod-pnl-index .mb-100,
.mod-pnl-index2 .mb-100,
.mod-pnl-indexBnr .mb-100,
.mod-media-article .mb-100,
.mod-media-article-02 .mb-100,
.mod-media-horizontal .mb-100,
.mod-form-trendSearch .mb-100,
.str-ticker .mb-100,
.str-mainvisual-carousel-01 .mb-100 {
  margin-bottom: 100px !important;
}

/**
 * PC/SP 表示切り替え
 */
.pc-show.mod-link-03,
.pc-show.mod-link-columnList,
.pc-show.mod-pnl-index,
.pc-show.mod-pnl-index2,
.pc-show.mod-pnl-indexBnr,
.pc-show.mod-media-article,
.pc-show.mod-media-article-02,
.pc-show.mod-media-horizontal,
.pc-show.mod-form-trendSearch,
.pc-show.str-ticker,
.pc-show.str-mainvisual-carousel-01,
.mod-link-03 .pc-show,
.mod-link-columnList .pc-show,
.mod-pnl-index .pc-show,
.mod-pnl-index2 .pc-show,
.mod-pnl-indexBnr .pc-show,
.mod-media-article .pc-show,
.mod-media-article-02 .pc-show,
.mod-media-horizontal .pc-show,
.mod-form-trendSearch .pc-show,
.str-ticker .pc-show,
.str-mainvisual-carousel-01 .pc-show {
  display: none !important;
}

.pc-hide.mod-link-03,
.pc-hide.mod-link-columnList,
.pc-hide.mod-pnl-index,
.pc-hide.mod-pnl-index2,
.pc-hide.mod-pnl-indexBnr,
.pc-hide.mod-media-article,
.pc-hide.mod-media-article-02,
.pc-hide.mod-media-horizontal,
.pc-hide.mod-form-trendSearch,
.pc-hide.str-ticker,
.pc-hide.str-mainvisual-carousel-01,
.mod-link-03 .pc-hide,
.mod-link-columnList .pc-hide,
.mod-pnl-index .pc-hide,
.mod-pnl-index2 .pc-hide,
.mod-pnl-indexBnr .pc-hide,
.mod-media-article .pc-hide,
.mod-media-article-02 .pc-hide,
.mod-media-horizontal .pc-hide,
.mod-form-trendSearch .pc-hide,
.str-ticker .pc-hide,
.str-mainvisual-carousel-01 .pc-hide {
  display: block !important;
}

/* ============================================================================
 * デフォルトスタイル（特殊テンプレート用）
 * ========================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.78571;
  word-break: break-word;
  color: #000;
  background: #fff;
  min-width: 320px;
}

body *:lang(en),
html:lang(en) body {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
}

body&gt; img,
body&gt; iframe {
  /* 解析用scriptコード対策 */
  position: fixed;
  z-index: -1;
  top: 100%;
  left: 100%;
  width: 0;
  height: 0;
}

.site-header ul,
.site-header ol,
.site-header li,
.site-footer ul,
.site-footer ol,
.site-footer li,
.nav-location ul,
.nav-location ol,
.nav-location li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header a img,
.site-header button img,
.site-footer a img,
.site-footer button img,
.nav-location a img,
.nav-location button img {
  transition: opacity .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.site-header a:hover img,
.site-header a:focus img,
.site-header button:hover img,
.site-header button:focus img,
.site-footer a:hover img,
.site-footer a:focus img,
.site-footer button:hover img,
.site-footer button:focus img,
.nav-location a:hover img,
.nav-location a:focus img,
.nav-location button:hover img,
.nav-location button:focus img {
  opacity: .7;
}

.site-header a,
.site-footer a,
.nav-location a {
  text-decoration: underline;
  color: #000;
}

.site-header a:hover,
.site-header a:focus,
.site-header a:active,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active,
.nav-location a:hover,
.nav-location a:focus,
.nav-location a:active {
  text-decoration: none;
}

.site-header button[type="button"],
.site-header button[type="submit"],
.site-header input,
.site-header textarea,
.site-header select,
.site-header input[type="button"],
.site-header input[type="reset"],
.site-header input[type="search"],
.site-header input[type="submit"],
.site-footer button[type="button"],
.site-footer button[type="submit"],
.site-footer input,
.site-footer textarea,
.site-footer select,
.site-footer input[type="button"],
.site-footer input[type="reset"],
.site-footer input[type="search"],
.site-footer input[type="submit"] {
  -webkit-appearance: none;
          appearance: none;
}

.site-header select::-ms-expand,
.site-footer select::-ms-expand {
  display: none;
}

::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}

/* ============================================================================
 * _structure = ['.str-', '.nav-', '.site-']
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * [class^="str-"]
 * ------------------------------------------------------------------------- */
.str-outer,
.str-outer-narrow,
.str-outer-wide,
.str-outer-wide-02,
.str-pageTitle,
.str-contact,
.str-stepList,
.mod-hdg-l1 {
  padding-right: 10px;
  padding-left: 10px;
}

[class^="str-outer"] {
  position: relative;
  z-index: 1;
}

[class^="str-outer"].of-reset-zindex {
  z-index: auto;
}

[class^="str-outer"].var01 {
  color: #fff;
  background: #003528;
  overflow: hidden;
}

[class^="str-outer"].var02 {
  background: #dce8f5;
  overflow: hidden;
}

[class^="str-outer"].of-bgcolor-02 {
  background: #dbe0f1;
  overflow: hidden;
}

[class^="str-outer"].of-bgcolor-03 {
  background: #d7e8f0;
  overflow: hidden;
}

[class^="str-outer"].of-bgcolor-04 {
  background: #dee9dc;
  overflow: hidden;
}

[class^="str-outer"].of-bgcolor-05 {
  background: #e1deec;
  overflow: hidden;
}

[class^="str-outer"].of-bgcolor-06 {
  background: #f4dccf;
  overflow: hidden;
}

[class^="str-outer"].of-bgcolor-07 {
  background: #f4eadb;
  overflow: hidden;
}

[class^="str-outer"].of-bgcolor-08 {
  background: #f2ece6;
  overflow: hidden;
}

[class^="str-outer"].of-bgcolor-09 {
  background: #e5e7e9;
  overflow: hidden;
}

.of-bgcolor-02&gt; [class^="str-outer"] {
  background: #dbe0f1;
  overflow: hidden;
}

.of-bgcolor-03&gt; [class^="str-outer"] {
  background: #d7e8f0;
  overflow: hidden;
}

.of-bgcolor-04&gt; [class^="str-outer"] {
  background: #dee9dc;
  overflow: hidden;
}

.of-bgcolor-05&gt; [class^="str-outer"] {
  background: #e1deec;
  overflow: hidden;
}

.of-bgcolor-06&gt; [class^="str-outer"] {
  background: #f4dccf;
  overflow: hidden;
}

.of-bgcolor-07&gt; [class^="str-outer"] {
  background: #f4eadb;
  overflow: hidden;
}

.of-bgcolor-08&gt; [class^="str-outer"] {
  background: #f2ece6;
  overflow: hidden;
}

.of-bgcolor-09&gt; [class^="str-outer"] {
  background: #e5e7e9;
  overflow: hidden;
}

.of-bgcolor-10&gt; [class^="str-outer"] {
  background: #002b62;
  overflow: hidden;
}

.of-bgcolor-11&gt; [class^="str-outer"] {
  background: #003f4c;
  overflow: hidden;
}

.of-bgcolor-12&gt; [class^="str-outer"] {
  background: #003629;
  overflow: hidden;
}

.of-bgcolor-13&gt; [class^="str-outer"] {
  background: #2f2346;
  overflow: hidden;
}

.of-bgcolor-14&gt; [class^="str-outer"] {
  background: #76161b;
  overflow: hidden;
}

.of-bgcolor-15&gt; [class^="str-outer"] {
  background: #76491b;
  overflow: hidden;
}

.of-bgcolor-16&gt; [class^="str-outer"] {
  background: #422b25;
  overflow: hidden;
}

.of-bgcolor-17&gt; [class^="str-outer"] {
  background: #384249;
  overflow: hidden;
}

.of-bgcolor-18&gt; [class^="str-outer"] {
  background: #d6d8ea;
  overflow: hidden;
}

.of-bgcolor-19&gt; [class^="str-outer"] {
  background: #dadef0;
  overflow: hidden;
}

.of-bgcolor-20&gt; [class^="str-outer"] {
  background: #dce8f5;
  overflow: hidden;
}

.of-bgcolor-21&gt; [class^="str-outer"] {
  background: #f5dee4;
  overflow: hidden;
}

.of-bgcolor-22&gt; [class^="str-outer"] {
  background: #e0efed;
  overflow: hidden;
}

.of-bgcolor-23&gt; [class^="str-outer"] {
  background: #ebebeb;
  overflow: hidden;
}

.of-bgcolor-24&gt; [class^="str-outer"] {
  background: #f7f5d6;
  overflow: hidden;
}

.of-bgcolor-25&gt; [class^="str-outer"] {
  background: #f9ecdc;
  overflow: hidden;
}

.of-bgcolor-26&gt; [class^="str-outer"] {
  background: #e8f5eb;
  overflow: hidden;
}

.of-bgcolor-27&gt; [class^="str-outer"] {
  background: #04127c;
  overflow: hidden;
}

.of-bgcolor-28&gt; [class^="str-outer"] {
  background: #1e32a5;
  overflow: hidden;
}

.of-bgcolor-29&gt; [class^="str-outer"] {
  background: #286ebe;
  overflow: hidden;
}

.of-bgcolor-30&gt; [class^="str-outer"] {
  background: #be375a;
  overflow: hidden;
}

.of-bgcolor-31&gt; [class^="str-outer"] {
  background: #419b91;
  overflow: hidden;
}

.of-bgcolor-32&gt; [class^="str-outer"] {
  background: #858585;
  overflow: hidden;
}

.of-bgcolor-33&gt; [class^="str-outer"] {
  background: #d2be00;
  overflow: hidden;
}

.of-bgcolor-34&gt; [class^="str-outer"] {
  background: #dc8c23;
  overflow: hidden;
}

.of-bgcolor-35&gt; [class^="str-outer"] {
  background: #a0d8ad;
  overflow: hidden;
}

.str-inner,
.mod-form-trendSearch .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.str-outer-narrow&gt; .str-inner,
.mod-form-trendSearch .str-outer-narrow&gt; .inner {
  max-width: 900px;
}

.str-outer-wide&gt; .str-inner,
.mod-form-trendSearch .str-outer-wide&gt; .inner {
  max-width: 1200px;
}

.str-outer-wide-02&gt; .str-inner,
.mod-form-trendSearch .str-outer-wide-02&gt; .inner {
  max-width: 1300px;
}

.str-outer-full&gt; .str-inner,
.mod-form-trendSearch .str-outer-full&gt; .inner {
  max-width: none;
}

/* ----------------------------------------------------------------------------
 * メインコンテンツエリア
 * ------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
 * 非表示
 * ------------------------------------------------------------------------- */
.str-hidden {
  pointer-events: none;
  color: transparent;
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* ----------------------------------------------------------------------------
 * ビジュアルを伴わない見出しレベル1
 * ------------------------------------------------------------------------- */
.str-pageTitle {
  color: #fff;
  background: #323e94;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: 0 0 32px;
  padding: 12px 10px;
}

.str-pageTitle&gt; .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.str-pageTitle&gt; .inner&gt; .hdg:first-child {
  vertical-align: top;
  display: block;
          order: 2;
  margin: 0;

  -webkit-order: 2;
}

.str-pageTitle&gt; .inner&gt; .sub {
  font-size: 1.4rem;
  line-height: 1.6;
          order: 3;

  -webkit-order: 3;
}

.str-pageTitle&gt; .inner&gt; .sub.of-top {
          order: 1;

  -webkit-order: 1;
}

.str-pageTitle&gt; .inner&gt; .language {
          order: 4;
  margin: 12px 0 0;

  -webkit-order: 4;
}

.str-pageTitle&gt; .inner&gt; .language&gt; .list {
  display: -webkit-flex;
  display:         flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin: -8px 0 0 -46px;
}

.str-pageTitle&gt; .inner&gt; .language&gt; .list&gt; li {
  position: relative;
  padding: 8px 0 0 46px;
}

.str-pageTitle&gt; .inner&gt; .language&gt; .list&gt; li::after {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -11px -191px;
  background-size: auto;
  position: absolute;
  top: 0;
  right: -24px;
  bottom: 0;
  display: block;
  width: 1px;
  height: 22px;
  margin: auto;
  content: "";
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  border: 0;
}

.str-pageTitle&gt; .inner&gt; .language&gt; .list&gt; li:last-child::after {
  display: none;
}

.str-pageTitle&gt; .inner&gt; .language&gt; .list&gt; li&gt; a:not([href]) {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: inherit;
}

.str-pageTitle&gt; .inner&gt; .language&gt; .list&gt; li&gt; a {
  color: inherit;
}

.str-pageTitle&gt; .inner&gt; .language&gt; .list&gt; li&gt; a:visited {
  color: #d4deec;
}

.str-pageTitle .hdg:first-child {
  font-size: 2rem;
  line-height: 1.3;
}

/* ----------------------------------------------------------------------------
 * メインビジュアル（見出しレベル1）
 * ------------------------------------------------------------------------- */
.str-mainvisual {
  margin: 0 0 30px;
}

.str-mainvisual.of-caseStudy .content-inner .hdg {
  padding: 6px 0 8px;
}

.str-mainvisual.of-caseStudy .content-inner .hdg .type,
.str-mainvisual.of-caseStudy .content-inner .hdg .lede,
.str-mainvisual.of-caseStudy .content-inner .hdg .clientName {
  display: block;
}

.str-mainvisual.of-caseStudy .content-inner .hdg .type,
.str-mainvisual.of-caseStudy .content-inner .hdg .lede {
  font-size: 1.4rem;
}

.str-mainvisual.of-caseStudy .content-inner .hdg .type {
  font-weight: normal;
}

.str-mainvisual.of-caseStudy .content-inner .hdg .type {
  margin: 0 0 12px;
}

.str-mainvisual.of-caseStudy .content-inner .hdg .lede {
  margin: 0 0 7px;
}

.str-mainvisual.of-caseStudy .content-inner .hdg .clientName {
  margin: 0 0 6px;
}

.str-mainvisual.of-caseStudy .content-inner .hdg .logo {
  display: block;
  margin: 0 0 24px;
}

.str-mainvisual.of-caseStudy .content-inner .hdg .logo img {
  vertical-align: bottom;
}

.str-mainvisual.of-newsRoom {
  margin-bottom: 0;
}

.str-mainvisual.of-newsRoom&gt; .str-inner&gt; .content,
.mod-form-trendSearch .str-mainvisual.of-newsRoom&gt; .inner&gt; .content {
  min-height: calc((250 * 100vw) / 1440);
}

.str-mainvisual .pc-hide {
  display: block !important;
}

.str-mainvisual .pc-show {
  display: none !important;
}

.str-mainvisual .str-inner,
.str-mainvisual .mod-form-trendSearch .inner,
.mod-form-trendSearch .str-mainvisual .inner {
  display: table;
  width: 100%;
}

.str-mainvisual .str-inner&gt; *,
.str-mainvisual .mod-form-trendSearch .inner&gt; *,
.mod-form-trendSearch .str-mainvisual .inner&gt; * {
  display: table-cell;
}

.str-mainvisual .str-inner&gt; .content,
.str-mainvisual .mod-form-trendSearch .inner&gt; .content,
.mod-form-trendSearch .str-mainvisual .inner&gt; .content {
  background: #dce8f5;
  padding: 10px 10px 20px;
}

.str-mainvisual .str-inner&gt; .image,
.str-mainvisual .mod-form-trendSearch .inner&gt; .image,
.mod-form-trendSearch .str-mainvisual .inner&gt; .image {
  display: table-caption;
}

.str-mainvisual .str-inner&gt; .image img,
.str-mainvisual .mod-form-trendSearch .inner&gt; .image img,
.mod-form-trendSearch .str-mainvisual .inner&gt; .image img {
  width: 100%;
}

.str-mainvisual .str-inner&gt; .image img:not(.pc-show),
.str-mainvisual .mod-form-trendSearch .inner&gt; .image img:not(.pc-show),
.mod-form-trendSearch .str-mainvisual .inner&gt; .image img:not(.pc-show) {
  display: block;
}

.str-mainvisual .content-inner&gt; *:last-child {
  margin-bottom: 0;
}

.str-mainvisual .hdg {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.36364;
  margin: 0 0 .5em;
}

.str-mainvisual .mod-btn {
  margin: 20px 0;
}

/* ----------------------------------------------------------------------------
 * メインビジュアル2（見出しレベル1）
 * ------------------------------------------------------------------------- */
.str-mainvisual-02 {
  margin: 0 0 30px;
}

.str-mainvisual-02 .pc-hide {
  display: block !important;
}

.str-mainvisual-02 .pc-show {
  display: none !important;
}

.str-mainvisual-02&gt; .str-inner,
.mod-form-trendSearch .str-mainvisual-02&gt; .inner {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  max-width: none;
}

.str-mainvisual-02 .image {
  display: table-caption;
}

.str-mainvisual-02 .content {
  background: #dbe0f1;
  position: relative;
  right: 0;
  left: 0;
  display: table-cell;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 22.2222vw;
  margin: 0 auto;
  padding: 10px 10px 20px;
}

.str-mainvisual-02 video {
  z-index: 0;
  display: none;
  width: auto;
  height: 100%;
  margin: 0 auto;

  object-fit: cover;
}

html[data-script-enabled="true"] .str-mainvisual-02 video {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.str-mainvisual-02 .image img {
  display: block;
  max-width: 100%;
}

.str-mainvisual-02 .content-inner {
  position: relative;
  z-index: 1;
  top: 0;
  left: 10px;
  max-width: 480px;
  padding: 2vw 0 72px;
}

html:not([data-script-enabled="true"]) .str-mainvisual-02 .content-inner {
  color: #000;
}

.str-mainvisual-02 .content-inner&gt; *:last-child {
  margin-bottom: 0;
}

.str-mainvisual-02 .hdg {
  font-weight: normal;
  line-height: 1.53846;
  margin: 0 0 2vw;
}

.func-mainvisual-02-btn {
  color: transparent;
  display: none;
  overflow: hidden;
}

/* ----------------------------------------------------------------------------
 * 配下ページ用ヒーローヘッダ（見出しレベル1）
 * ------------------------------------------------------------------------- */
.str-mainvisual-04 {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 30px;
}

.str-mainvisual-04 .content-inner {
  background: #dbe0f1;
  padding: 10px 10px 20px;
}

.str-mainvisual-04 .content-inner .hdg {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.36364;
  margin-bottom: 0;
}

.str-mainvisual-04 .content-inner .hdg+ * {
  margin-top: .3em;
}

.str-mainvisual-04 .content-inner&gt; *:first-child {
  margin-top: 0;
}

.str-mainvisual-04 .content-inner&gt; *:last-child {
  margin-bottom: 0;
}

.str-mainvisual-04 .content-inner p:not([class^="fs-"]) {
  font-size: 1.4rem;
}

.str-mainvisual-04 .content-inner .mod-btn {
  margin-top: 1em;
}

.str-mainvisual-04 .item {
  min-height: calc(0%);
}

.str-mainvisual-04 .item img,
.str-mainvisual-04 .item video {
  vertical-align: bottom;
  width: 100%;
}

.str-mainvisual-04 .func-video-btn {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: calc(100% + 20px);
  margin-left: -20px;
  padding-top: 10px;
}

.str-mainvisual-04 .func-video-btn&gt; li {
  padding-left: 20px;
}

.str-mainvisual-04 .func-video-btn button {
  background: none;
  display: block;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  border: 0;
}

.str-mainvisual-04 .func-video-btn button img {
  vertical-align: top;
}

.str-mainvisual-04 .func-video-btn button:hover img,
.str-mainvisual-04 .func-video-btn button:focus img {
  opacity: 1;
}

.str-mainvisual-04 .func-video-btn .btn-ctrl {
  font-size: 1rem;
  color: transparent;
  position: relative;
  width: 9px;
  height: 10px;
}

.str-mainvisual-04 .func-video-btn .btn-ctrl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 9px;
  height: 10px;
  content: "";
}

.str-mainvisual-04 .func-video-btn .btn-sound {
  width: 16px;
  height: 12px;
  margin-top: -1px;
}

.str-mainvisual-04.of-video.is-playing .func-video-btn .btn-ctrl {
  border: 3px solid #717171;
  border-top: 0;
  border-bottom: 0;
}

.str-mainvisual-04.of-video.is-playing .func-video-btn .btn-ctrl::before {
  display: none;
}

.str-mainvisual-04.of-video.is-paused .func-video-btn .btn-ctrl::before {
  border-width: 5px 0 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #717171;
}

.str-mainvisual-04 .content+ .item .func-video-btn {
  background: #dbe0f1;
}

/* ----------------------------------------------------------------------------
 * 2カラム構造
 * ------------------------------------------------------------------------- */
.str-column {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1210px;
  margin: 19px auto 52px;
  border-collapse: collapse;
}

.str-column .str-column-side {
  margin: 0 0 37px;
  padding: 0 10px;
}

.str-column .str-column-main&gt; [class^="str-outer"]:first-child&gt; .str-inner:first-child&gt; *:first-child,
.str-column .mod-form-trendSearch .str-column-main&gt; [class^="str-outer"]:first-child&gt; .inner:first-child&gt; *:first-child,
.mod-form-trendSearch .str-column .str-column-main&gt; [class^="str-outer"]:first-child&gt; .inner:first-child&gt; *:first-child {
  margin-top: 0;
}

.str-column .str-column-main&gt; [class^="str-outer"]:first-child:last-child&gt; .str-inner:last-child&gt; *:last-child,
.str-column .mod-form-trendSearch .str-column-main&gt; [class^="str-outer"]:first-child:last-child&gt; .inner:last-child&gt; *:last-child,
.mod-form-trendSearch .str-column .str-column-main&gt; [class^="str-outer"]:first-child:last-child&gt; .inner:last-child&gt; *:last-child {
  margin-bottom: 0;
}

html[data-script-enabled="true"] .str-column+ .str-floatingMenu {
  margin-top: -52px;
}

.str-pageTitle+ .str-column {
  margin-top: 0;
}

.str-column-02 {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
}

.str-column-02 .str-column-main&gt; :first-child {
  margin-top: 0;
}

.str-column-02 .str-column-main&gt; :last-child {
  margin-bottom: 0;
}

.str-column-02 .str-column-side {
  margin-top: 50px;
}

/* ----------------------------------------------------------------------------
 * サイドナビリンクリスト
 * ------------------------------------------------------------------------- */
.str-link-side {
  margin-top: 30px;
}

.str-link-side&gt; .list:not(:last-child) {
  margin-bottom: 16px;
}

.str-link-side&gt; .list&gt; li {
  display: -webkit-flex;
  display:         flex;
  overflow: hidden;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin: 10px 0 0;
}

.str-link-side&gt; .list&gt; li&gt; a.bnr {
  text-decoration: none;
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}

.str-link-side&gt; .list&gt; li&gt; a.bnr:hover,
.str-link-side&gt; .list&gt; li&gt; a.bnr:focus {
  text-decoration: underline;
}

.str-link-side&gt; .list&gt; li&gt; a.bnr&gt; .img {
  display: table-cell;
  width: 100%;
}

.str-link-side&gt; .list&gt; li&gt; a.bnr&gt; .img img {
  display: block;
  max-width: 100%;
}

.str-link-side&gt; .list&gt; li&gt; a.bnr&gt; .txt {
  text-align: center;
  display: table-caption;
  caption-side: bottom;
}

.str-link-side&gt; .list&gt; li&gt; a.bnr[href$=".pdf"]&gt; .txt&gt; span,
.str-link-side&gt; .list&gt; li&gt; a.bnr[target="_blank"]&gt; .txt&gt; span,
.str-link-side&gt; .list&gt; li&gt; a.bnr[href$=".ppt"]&gt; .txt&gt; span,
.str-link-side&gt; .list&gt; li&gt; a.bnr[href$=".xls"]&gt; .txt&gt; span,
.str-link-side&gt; .list&gt; li&gt; a.bnr[href$=".doc"]&gt; .txt&gt; span,
.str-link-side&gt; .list&gt; li&gt; a.bnr[href$=".zip"]&gt; .txt&gt; span,
.str-link-side&gt; .list&gt; li&gt; a.bnr[href$=".lzh"]&gt; .txt&gt; span,
.str-link-side&gt; .list&gt; li&gt; a.bnr[href$=".exe"]&gt; .txt&gt; span,
.str-link-side&gt; .list&gt; li&gt; a.bnr.of-movie&gt; .txt&gt; span,
.str-link-side&gt; .list&gt; li&gt; a.bnr.js-modal-img&gt; .txt&gt; span {
  position: relative;
  padding-left: 24px;
}

.str-link-side&gt; [class^="side-hdgL"] {
  color: #666;
  margin: 32px 0 9px;
  padding: 0;
}

.str-link-side&gt; .side-hdgL3 {
  font-size: 1.6rem;
}

.str-link-side&gt; .side-hdgL4 {
  font-size: 1.5rem;
}

.str-link-side&gt; .side-hdgL5 {
  font-size: 1.4rem;
}

.str-link-side&gt; .side-hdgL6 {
  font-size: 1.3rem;
}

/* ----------------------------------------------------------------------------
 * コンタクト用ストラクチャ
 * ------------------------------------------------------------------------- */
.str-contact {
  text-align: center;
  margin: 41px 0 55px;
}

.str-contact&gt; .inner {
  background: #dce8f5;
  max-width: 1000px;
  margin: 0 auto;
  padding: 37px 10px 36px;
}

.str-contact&gt; .inner&gt; *:first-child {
  margin-top: 0;
}

.str-contact&gt; .inner&gt; *:last-child {
  margin-bottom: 0;
}

.str-contact .hdg {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.36364;
  text-align: center;
  margin: 0 0 18px;
}

.str-contact .title {
  font-weight: bold;
  margin: 0 0 11px;
}

.str-contact .contact {
  margin: 0 0 15px;
}

.str-contact .contact .list {
  font-weight: bold;
  margin: 0;
}

.str-contact .contact .list&gt; div {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 0 4px;
}

.str-contact .contact .list&gt; div::before {
  display: block;
  content: "";
}

.str-contact .contact .list&gt; div&gt; * {
  margin: 0;
}

.str-contact .contact .list&gt; div&gt; dt {
  white-space: pre;
}

.str-contact .contact .list&gt; div a {
  text-decoration: none;
}

.str-contact .contact .list&gt; div a:hover,
.str-contact .contact .list&gt; div a:focus {
  text-decoration: underline;
}

.str-contact .contact .tel::before,
.str-contact .contact .fax::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -198px -89px;
  background-size: auto;
  width: 21px;
  height: 21px;
  margin: 0 5px 0 0;
}

.str-contact .contact .email::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -198px -147px;
  background-size: auto;
  width: 20px;
  height: 15px;
  margin: 0 7px 0 0;
}

.str-contact .time {
  text-align: left;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
}

.str-contact .time&gt; * {
  font-size: 1.2rem;
  max-width: 100%;
}

.str-contact .time&gt; .mark {
  padding: 0 4px 0 2px;
}

/* ----------------------------------------------------------------------------
 * ステップリスト
 * ------------------------------------------------------------------------- */
.str-stepList {
  color: #656766;
  background: #ebebeb;
}

.str-stepList&gt; .inner {
  font-size: 1.2rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

.str-stepList&gt; .inner&gt; .list {
  display: -webkit-flex;
  display:         flex;
  overflow: hidden;
}

.str-stepList&gt; .inner&gt; .list li {
  position: relative;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.str-stepList&gt; .inner&gt; .list li:not(:first-child)::before,
.str-stepList&gt; .inner&gt; .list li:not(:first-child)::after,
.str-stepList&gt; .inner&gt; .list li:not(:first-child) .inner::before,
.str-stepList&gt; .inner&gt; .list li:not(:first-child) .inner::after {
  position: absolute;
  top: 50%;
  left: -14px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 24px solid transparent;
  border-right: 0;
  border-left-width: 20px;
}

.str-stepList&gt; .inner&gt; .list li:not(:first-child)::before {
  z-index: 4;
  border-left-color: #e6e7e9;
}

.str-stepList&gt; .inner&gt; .list li:not(:first-child)::after {
  z-index: 2;
  margin: 0 0 0 6px;
  border-left-color: #e6e7e9;
}

.str-stepList&gt; .inner&gt; .list li:not(:first-child) .inner::before {
  z-index: 3;
  margin: 0 0 0 3px;
  border-left-color: #a7acb0;
}

.str-stepList&gt; .inner&gt; .list li:not(:first-child) .inner::after {
  z-index: 1;
  margin: 0 0 0 9px;
  border-left-color: #a7acb0;
}

.str-stepList&gt; .inner&gt; .list li:not(:first-child) .inner .step::before,
.str-stepList&gt; .inner&gt; .list li:not(:first-child) .inner .step::after {
  background: #a7acb0;
  position: absolute;
  z-index: 5;
  left: -16px;
  display: block;
  width: 10px;
  height: 2px;
  content: "";
}

.str-stepList&gt; .inner&gt; .list li:not(:first-child) .inner .step::before {
  top: 0;
}

.str-stepList&gt; .inner&gt; .list li:not(:first-child) .inner .step::after {
  bottom: 0;
}

.str-stepList&gt; .inner&gt; .list li[aria-current="step"] {
  background: #24766b;
}

.str-stepList&gt; .inner&gt; .list li[aria-current="step"] .inner {
  background: #24766b;
  border-color: #24766b;
}

.str-stepList&gt; .inner&gt; .list li[aria-current="step"] .inner .step,
.str-stepList&gt; .inner&gt; .list li[aria-current="step"] .inner b.label {
  color: #fff;
}

.str-stepList&gt; .inner&gt; .list li[aria-current="step"] .inner::after {
  border-left-color: #24766b;
}

.str-stepList&gt; .inner&gt; .list li[aria-current="step"]+ li::before {
  border-left-color: #24766b;
}

.str-stepList&gt; .inner&gt; .list li[aria-current="step"]+ li .inner .step::before,
.str-stepList&gt; .inner&gt; .list li[aria-current="step"]+ li .inner .step::after {
  background: #24766b;
}

.str-stepList&gt; .inner&gt; .list li[aria-current="step"]+ li .inner::before {
  border-left-color: #24766b;
}

.str-stepList&gt; .inner&gt; .list li .inner {
  line-height: 1.575;
  text-align: center;
  background-color: #e6e7e9;
  padding: 5px 20px;
  border: 2px solid #a7acb0;
}

.str-stepList&gt; .inner&gt; .list li .step {
  font-weight: bold;
  line-height: 1.9;
}

.str-stepList&gt; .inner&gt; .list li .label {
  font-size: 1.4rem;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* ----------------------------------------------------------------------------
 * フローティングメニュー js-floatingMenu
 * ------------------------------------------------------------------------- */
.str-floatingMenu {
  letter-spacing: .6px;
  position: relative;
  z-index: 10;
  padding: 0 10px;
}

html[data-script-enabled="true"] .str-floatingMenu {
  margin: 100px 0 0;
  padding: 0;
}

html[data-script-enabled="true"] .str-floatingMenu:not(.is-fixed) {
  height: auto !important;
}

html[data-script-enabled="true"] .str-floatingMenu&gt; .inner {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
  will-change: scroll-position, position, transform, contents, margin, bottom;
}

.str-floatingMenu.is-expanded {
  z-index: 10;
}

html[data-script-enabled="true"] .str-floatingMenu.is-fixed&gt; .inner {
  position: fixed;
  right: 0;
  margin: 0;
}

.str-floatingMenu .floatingMenu-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background: #04127c;
  overflow: hidden;
  margin: 0 0 0 auto;
  padding: 12px 8px;
  cursor: default;
}

html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-title {
  position: relative;
  width: 320px;
  padding-right: 38px;
  transition: .3s opacity ease-out;
}

html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-title::after {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto 0;
  content: "";
  transition: .3s transform ease-out;
  -webkit-transform: rotate(45deg) translate(3px, 7px);
          transform: rotate(45deg) translate(3px, 7px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid transparent;
  border-color: #fff transparent transparent #fff;
}

html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-title[aria-pressed="true"]::after {
  -webkit-transform: rotate(225deg) translate(4px, 0);
          transform: rotate(225deg) translate(4px, 0);
}

html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-title:hover,
html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-title:focus {
  opacity: .8;
}

.str-floatingMenu.of-type2 .floatingMenu-title {
  color: #000;
  background-color: #eb6e00;
}

html[data-script-enabled="true"] .str-floatingMenu.of-type2 .floatingMenu-title::after {
  border-color: #000 transparent transparent #000;
}

html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-content:not([aria-hidden="false"])&gt; .content-inner {
  display: none;
}

html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-content&gt; .content-inner {
  width: 320px;
  margin: 0 0 0 auto;
}

.str-floatingMenu .floatingMenu-content&gt; .content-inner&gt; .list {
  font-size: 1.6rem;
  background: #fff;
  padding: 17px 0 19px;
  border: 1px solid #a4aab0;
}

.str-floatingMenu .floatingMenu-content&gt; .content-inner&gt; .list li&gt; a,
.str-floatingMenu .floatingMenu-content&gt; .content-inner&gt; .list li&gt; span {
  position: relative;
  display: block;
  padding: 7px 10px 7px 67px;
}

.str-floatingMenu .floatingMenu-content&gt; .content-inner&gt; .list li&gt; a::before,
.str-floatingMenu .floatingMenu-content&gt; .content-inner&gt; .list li&gt; span::before {
  position: absolute;
  top: calc(7px + .25em);
  left: 33px;
  display: block;
}

.str-floatingMenu .floatingMenu-content&gt; .content-inner&gt; .list li&gt; a:hover,
.str-floatingMenu .floatingMenu-content&gt; .content-inner&gt; .list li&gt; a:focus {
  background: #e5e7e9;
}

.str-floatingMenu .floatingMenu-content&gt; .content-inner&gt; .list li.of-tel span::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -26px;
  background-size: 116px 110px;
  width: 21px;
  height: 21px;
  content: "";
}

.str-floatingMenu .floatingMenu-content&gt; .content-inner&gt; .list li.of-mail a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -47px -51px;
  background-size: 116px 110px;
  width: 20px;
  height: 15px;
  content: "";
}

.str-floatingMenu .floatingMenu-content&gt; .content-inner&gt; .list li.of-download a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -76px 0;
  background-size: 116px 110px;
  width: 18px;
  height: 19px;
  content: "";
}

.str-floatingMenu .floatingMenu-content&gt; .content-inner&gt; .list li.of-chat a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -51px -25px;
  background-size: 116px 110px;
  width: 20px;
  height: 19px;
  content: "";
}

.str-floatingMenu .func-floatingMenu-dummyLabel,
.str-floatingMenu .func-floatingMenu-closeAnnounce {
  display: none;
  margin: 0;
}

.str-floatingMenu .func-floatingMenu-dummyLabel {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: #04127c;
  position: relative;
  padding: 8px 43px 8px 24px;
  cursor: default;
  transition: .3s opacity ease-out;
}

.str-floatingMenu .func-floatingMenu-dummyLabel::after {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(135deg) translate(3px, 3px);
          transform: rotate(135deg) translate(3px, 3px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid transparent;
  border-color: #fff transparent transparent #fff;
}

.str-floatingMenu .func-floatingMenu-dummyLabel:hover,
.str-floatingMenu .func-floatingMenu-dummyLabel:focus {
  opacity: .8;
}

.str-floatingMenu .func-floatingMenu-closeAnnounce {
  font-size: 1.4rem;
  text-align: right;
  color: #666;
  display: none;
  padding: 10px 0;
}

.str-floatingMenu .func-floatingMenu-closeAnnounce span {
  position: relative;
  display: inline-block;
  padding: 0 16px 0 0;
}

/* ============================================================================
 * .site-header サイト共通ヘッダ
 * ========================================================================= */
.site-header {
  background: #e5e7e9;
  position: relative;
  z-index: 100;
  padding: 15px 0 0;
}

.site-header.of-simple {
  background: transparent;
  height: 36px;
  padding: 0;
}

.site-header.of-simple&gt; .seg-primary&gt; .inner {
  background: rgba(255, 255, 255, .901961);
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  box-shadow: rgba(0, 0, 0, .498039) 0 3px 5px 0;
}

.site-header.of-simple&gt; .seg-primary&gt; .inner .logo {
  background: transparent;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 36px;
}

.site-header.of-simple&gt; .seg-primary&gt; .inner .logo&gt; * {
  position: static;
}

.site-header.of-special .func-header-search {
  right: 12px;
}

.site-header.of-group {
  padding-top: 0;
}

.site-header.of-group .hdg&gt; span {
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  min-width: 0;
  max-width: none;
}

.site-header.of-group .hdg .txt {
  color: #fff;
  background: #04127c;
  display: block;
  padding: 0 10px;
}

.site-header.of-group .logo&gt; * img {
  display: block;
  width: auto;
  height: 14px;
  margin: 11px 10px;
}

.site-header img {
  max-width: 100%;
}

html[data-script-enabled="true"] .site-header .seg-primary.js-fixed-site-header-sp.is-fixed&gt; .inner {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.site-header&gt; .seg-primary&gt; .inner {
  position: relative;
  z-index: 100;
  width: 100%;
  box-shadow: rgba(0, 0, 0, .498039) 0 3px 5px 0;
}

.site-header&gt; .seg-primary&gt; .inner .logo {
  background: rgba(255, 255, 255, .901961);
}

.site-header&gt; .seg-primary&gt; .inner .logo.of-xon .func-header-hamburger,
.site-header&gt; .seg-primary&gt; .inner .logo.of-xon .func-header-search {
  height: 57px;
}

.site-header&gt; .seg-primary&gt; .inner .logo.of-xon .hdg a {
  width: 117px;
  min-width: 0;
}

.site-header&gt; .seg-primary&gt; .inner .logo.of-xon+ .navigation .nav-global .utility&gt; .utility-inner&gt; .language&gt; span {
  margin-bottom: 57px;
}

.site-header .hdg {
  margin: 0;
}

.site-header .hdg&gt; a {
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  display: block;
  width: 27.864583333333336vw;
  min-width: 214px;
  max-width: 293px;
  margin: 0 0 0 12px;
  padding: 11px 0;
}

.site-header .hdg&gt; a img {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.site-header .logo {
  position: relative;
}

.site-header .search-wrap {
  z-index: 10;
  top: 100%;
  width: 100%;
}

html[data-script-enabled="true"] .site-header .search-wrap {
  position: absolute;
  display: none;
}

.site-header .search-wrap&gt; form {
  background: #e5e7e9;
  padding: 20px 9px 18px;
}

.site-header .search-wrap&gt; form&gt; *:last-child {
  margin-bottom: 0;
}

.site-header .func-header-search {
  text-align: center;
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 48px;
  width: 25px;
  height: 36px;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
}

.site-header .func-header-search img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  margin: auto;
  transition: .3s opacity ease;
}

.site-header .func-header-search::before,
.site-header .func-header-search::after {
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 1px;
  margin: auto;
  content: "";
  transition: .3s opacity ease;
  opacity: 0;
}

.site-header .func-header-search::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header .func-header-search::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-header .func-header-search[aria-pressed="true"] img {
  opacity: .1;
}

.site-header .func-header-search[aria-pressed="true"]::before,
.site-header .func-header-search[aria-pressed="true"]::after {
  opacity: 1;
}

.site-header .func-header-hamburger {
  font-size: 10px;
  line-height: 1.2;
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 12px;
  width: 25px;
  height: 36px;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
}

.site-header .func-header-hamburger&gt; * {
  background: #1f1f1f;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 25px;
  height: 1px;
  margin: auto;
  transition: .3s all ease;
}

.site-header .func-header-hamburger&gt; .before {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.site-header .func-header-hamburger&gt; *:not([role="presentation"]) {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.site-header .func-header-hamburger&gt; .after {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.site-header .func-header-hamburger[aria-pressed="true"] .before,
.site-header .func-header-hamburger[aria-pressed="true"] .after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 1px;
  margin: auto;
}

.site-header .func-header-hamburger[aria-pressed="true"] .before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header .func-header-hamburger[aria-pressed="true"] .after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-header .func-header-hamburger[aria-pressed="true"]&gt; *:not([role="presentation"]) {
  opacity: 0;
}

.site-header .func-close-btn {
  font-size: 2rem;
  line-height: 1.83333;
  text-align: center;
  color: #fff;
  background: #04127c;
  position: relative;
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border: 0;
}

.site-header .func-close-btn&gt; span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.site-header .func-close-btn&gt; span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: -1px 0 0;
  content: "";
  transition: .3s all ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-color: #fff transparent transparent #fff;
}

*:lang(ja) .site-header .func-close-btn&gt; span::before {
  margin: -3px 0 0;
}

/* ----------------------------------------------------------------------------
 * 新ヘッダ
 * ------------------------------------------------------------------------- */
.site-header-02 {
  position: relative;
  z-index: 120;
}

.site-header-02&gt; .inner::before {
  background-image: radial-gradient(circle at 100% 100%, #a0d8ad 0%, #65b3a4 10%, #50919b 20%, #2f5b8e 35%, #183384 45%, #091a7e 60%, #04127c 65%);
  display: block;
  width: 100vw;
  height: 6px;
  margin: 0 -10px;
  content: "";
}

.site-header-02 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header-02 a {
  text-decoration: none;
  color: #000;
}

.site-header-02 a:hover,
.site-header-02 a:focus {
  text-decoration: underline;
}

.site-header-02.of-group&gt; .inner&gt; .content&gt; .logo {
  padding-bottom: 0;
}

.site-header-02.of-group&gt; .inner&gt; .content&gt; .logo .groupName {
  font-size: 1rem;
  color: #fff;
  background: #04127c;
  margin: 0 -10px;
  padding: 1px 9px;
}

.site-header-02.of-group&gt; .inner&gt; .content&gt; .logo .siteName {
  margin-bottom: 12px;
}

.site-header-02&gt; .inner {
  background: rgba(255, 255, 255, .9);
}

.site-header-02.is-fixed&gt; .inner {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

.site-header-02&gt; .inner&gt; .content {
  position: relative;
}

.site-header-02&gt; .inner&gt; .content&gt; .logo {
  padding: 11px 10px 12px;
}

.site-header-02&gt; .inner&gt; .content&gt; .logo .siteName {
  font-size: 1rem;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: 0 0 0 3px;
}

.site-header-02&gt; .inner&gt; .content&gt; .logo .siteName a {
  display: block;
}

.site-header-02&gt; .inner&gt; .content&gt; .logo img {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.site-header-02&gt; .inner&gt; .content&gt; .logo.of-xon {
  padding-top: 6px;
  padding-bottom: 6px;
}

.site-header-02 .languageLabel&gt; .inner {
  font-size: 1rem;
  text-align: right;
  color: #fff;
  background: #04127c;
  padding: 1px 10px;
}

.site-header-02 .languageLabel&gt; .inner p {
  margin: 0;
}

.site-header-02 .searchBox {
  width: 100%;
}

.site-header-02 .searchBox&gt; .inner {
  background: #f6f6f6;
}

html[data-script-enabled="true"] .site-header-02 .searchBox&gt; .inner {
  position: absolute;
  z-index: 101;
  top: 100%;
  display: none;
  width: 100%;
}

.site-header-02 .searchBox&gt; .inner .form {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 32px 10px 28px;
}

.site-header-02 .searchBox&gt; .inner .form .list {
  margin: 0 0 16px;
}

.site-header-02 .searchBox&gt; .inner .form .list&gt; ul {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.site-header-02 .searchBox&gt; .inner .form .list&gt; ul&gt; li {
  padding: 10px 0 0 10px;
}

.site-header-02 .searchBox&gt; .inner .form .list&gt; ul&gt; li a {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #04127c;
  background-image: linear-gradient(to right, #ebecf5 0, #fff 25%);
  background-position: right center;
  background-size: 200% auto;
  position: relative;
  display: inline-block;
  padding: 3px 20px;
  transition: .2s ease;
  border: solid 1px #04127c;
  border-radius: 1000px;
}

.site-header-02 .searchBox&gt; .inner .form .list&gt; ul&gt; li a:hover,
.site-header-02 .searchBox&gt; .inner .form .list&gt; ul&gt; li a:focus {
  background-position-x: left;
}

.site-header-02 .searchBox&gt; .inner .form [type="search"],
.site-header-02 .searchBox&gt; .inner .form [type="submit"] {
  font-size: 1.6rem;
  display: block;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  border: 2px solid;
}

.site-header-02 .searchBox&gt; .inner .form [type="search"] {
  width: 100%;
  height: 52px;
  margin: 0 0 16px;
  padding: 0 20px;
  border-color: #d3d9dd;
  border-radius: 0;
}

.site-header-02 .searchBox&gt; .inner .form [type="submit"] {
  color: #be375a;
  background: #fff;
  position: relative;
  display: block;
  width: 160px;
  margin: 0 auto;
}

.site-header-02 .searchBox&gt; .inner .form [type="submit"]&gt; span {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 46px;
}

.site-header-02 .searchBox&gt; .inner .form [type="submit"]&gt; span&gt; span {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.site-header-02 .searchBox&gt; .inner .form [type="submit"]&gt; span&gt; span::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -26px -26px;
  background-size: 116px 110px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  content: "";
}

.site-header-02 .nav-global-02 {
  line-height: 1.5;
}

.site-header-02 .nav-global-02 a {
  text-decoration: none;
}

html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content {
  background: #fff;
  position: fixed;
  z-index: 100;
  display: none;
  overflow: auto;
  width: 100%;
  max-height: calc(100% - 105px);
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility {
  font-size: 1.2rem;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          order: 2;

  -webkit-order: 2;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility&gt; li {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  border: 1px solid #d3d9dd;
  border-width: 0 1px 1px 0;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility a {
  color: #646e74;
  background: #f6f6f6;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  padding: 7px 7px 8px;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility a::before {
  display: block;
  margin: 0 8px 0 0;
  content: "";
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility li.js-header-megaDropDown-hook a {
  position: relative;
}

html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility li.js-header-megaDropDown-hook a {
  padding-right: 35px;
}

html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility li.js-header-megaDropDown-hook a[href^="#"] {
  position: relative;
  padding-right: 32px;
  padding-left: 32px;
}

html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility li.js-header-megaDropDown-hook a[href^="#"]::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border: 1px solid #646e74;
  border-width: 1px 1px 0 0;
}

html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility li.js-header-megaDropDown-hook a:not([href]) {
  cursor: default;
}

html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility li.js-header-megaDropDown-hook a::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  transition: .2s transform ease-out, .2s top ease-out;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border: 1px solid #646e74;
  border-width: 1px 1px 0 0;
}

html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility li.js-header-megaDropDown-hook a[aria-pressed="true"]::after {
  top: calc(50% - 2px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility .of-contact a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -76px;
  background-size: 116px 110px;
  width: 21px;
  height: 15px;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility .of-supportAndDownload a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -76px -24px;
  background-size: 116px 110px;
  width: 18px;
  height: 19px;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility .of-recruit a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -51px;
  background-size: 116px 110px;
  width: 18px;
  height: 20px;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility .of-support a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -76px -47px;
  background-size: 116px 110px;
  width: 17px;
  height: 17px;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility .of-sitemap a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -99px 0;
  background-size: 116px 110px;
  width: 17px;
  height: 16px;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility .of-countryAndRegion a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -26px 0;
  background-size: 116px 110px;
  width: 21px;
  height: 21px;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility .of-global a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 116px 110px;
  width: 21px;
  height: 21px;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global {
          order: 1;
  padding: 2px 0;
  border-bottom: 4px solid #04127c;

  -webkit-order: 1;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global a {
  font-size: 1.6rem;
  color: #000;
  position: relative;
  display: block;
  padding: 16px 13px;
  cursor: pointer;
}

.site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global a::after {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #333;
  border-width: 1px 1px 0 0;
}

.site-header-02 .globalChild&gt; .content {
  display: none;
}

html[data-script-enabled="true"] .site-header-02 .globalChild&gt; .content {
  left: 50%;
  display: none;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

html[data-script-enabled="true"] .site-header-02 .globalChild&gt; .content&gt; .inner {
  position: relative;
  overflow: hidden;
}

html[data-script-enabled="true"] .site-header-02 .globalChild&gt; .content&gt; .inner::before {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% + 40px);
  height: 40px;
  height: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2) inset;
}

.site-header-02 .globalChild&gt; .content&gt; .inner&gt; * {
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList::before,
.site-header-02 .globalChild&gt; .content&gt; .inner .linkList::after,
.site-header-02 .globalChild&gt; .content&gt; .inner .bnrList::after {
  position: absolute;
  z-index: -1;
  top: 0;
  display: block;
  width: 50vw;
  height: 100%;
  content: "";
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList {
  background: #f6f6f6;
  position: relative;
  padding: 20px 10px;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList .hdg {
  font-size: 2.4rem;
  font-weight: bold;
  color: #04127c;
  margin: 0 0 1em;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList .hdg a {
  text-decoration: underline;
  color: inherit;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList .hdg a:hover,
.site-header-02 .globalChild&gt; .content&gt; .inner .linkList .hdg a:focus {
  text-decoration: none;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList::before,
.site-header-02 .globalChild&gt; .content&gt; .inner .linkList::after {
  background: #f6f6f6;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList::before {
  right: calc(100% - 1px);
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList::after {
  left: calc(100% - 1px);
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList .title {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin: 0 0 17px;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list {
  font-size: 1.4rem;
  margin: 30px 0 0 -20px;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list:not([class*="of-flex"]) {
  -webkit-columns: 2;
          columns: 2;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list:not([class*="of-flex"]).of-3col {
  -webkit-columns: 3;
          columns: 3;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list[class*="of-flex"] {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list.of-flex-2col&gt; li {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list.of-flex-3col&gt; li {
  -webkit-flex-basis: 33.3333%;
          flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list.of-flex-4col&gt; li {
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list[class*="of-flex"][data-ratio="2:1"]&gt; li:first-child {
  -webkit-flex-basis: 66%;
          flex-basis: 66%;
  max-width: 66%;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list[class*="of-flex"][data-ratio="2:1"]&gt; li:last-child {
  -webkit-flex-basis: 33%;
          flex-basis: 33%;
  max-width: 33%;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list[class*="of-flex"][data-ratio="1:2"]&gt; li:first-child {
  -webkit-flex-basis: 33%;
          flex-basis: 33%;
  max-width: 33%;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list[class*="of-flex"][data-ratio="1:2"]&gt; li:last-child {
  -webkit-flex-basis: 66%;
          flex-basis: 66%;
  max-width: 66%;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list li {
  margin: 0 0 10px;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list li&gt; .list.of-2col {
  -webkit-columns: 2;
          columns: 2;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list li&gt; .list.of-3col {
  -webkit-columns: 3;
          columns: 3;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .linkList&gt; .list&gt; li {
  padding-left: 20px;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .bnrList {
  font-size: 1.4rem;
  background: #d6d8ea;
  position: relative;
  padding: 20px 10px;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .bnrList::after {
  background: #d5dbef;
  left: calc(100% - 1px);
}

.site-header-02 .globalChild&gt; .content&gt; .inner .bnrList&gt; .list&gt; li {
  margin: 0 0 36px;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .bnrList&gt; .list a {
  display: table;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .bnrList&gt; .list a&gt; p {
  display: table-cell;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .bnrList&gt; .list a&gt; span {
  display: table-caption;
  padding: 0 0 9px;
  caption-side: top;
}

.site-header-02 .globalChild&gt; .content&gt; .inner .bnrList&gt; .list a&gt; span img {
  display: block;
}

.site-header-02 .utilityChild {
          order: 1;

  -webkit-order: 1;
}

.site-header-02 .utilityChild .func-headerGlobalContentClose {
  display: none;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner {
  font-size: 1.2rem;
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] a {
  font-weight: normal;
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] a.tgl-hook {
  position: relative;
  overflow: hidden;
  padding-right: 35px;
  padding-left: 24px;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] a.tgl-hook::after {
  position: relative;
  top: -2px;
  left: 11px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  transition: .3s all ease;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border: 1px solid #333;
  border-color: #333 transparent transparent #333;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] a.tgl-hook[aria-pressed="true"]::after {
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] a.tgl-hook+ .category-group {
  z-index: 1;
  left: 0;
  overflow: auto;
  width: 100%;
}

html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] a.tgl-hook+ .category-group {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] a.tgl-hook+ .category-group[aria-hidden="true"] {
  display: none;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] a.tgl-hook+ .category-group&gt; .col&gt; *.of-menu-list&gt; .list .list li {
  overflow: hidden;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] a.tgl-hook+ .category-group&gt; .col&gt; *.of-menu-list&gt; .list .list li a {
  display: block;
  float: left;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"]&gt; .list&gt; li&gt; a {
  padding: 8px 8px 8px 14px;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"]&gt; .list&gt; li&gt; .list {
  overflow: auto;

  -webkit-overflow-scrolling: touch;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner .list a {
  padding: 8px 8px 8px 25px;
  border-bottom: 1px solid #e3e3e3;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner .list&gt; li&gt; .list a {
  color: #04127c;
  position: relative;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner .list&gt; li&gt; .list a:hover,
.site-header-02 .utilityChild&gt; .content&gt; .inner .list&gt; li&gt; .list a:focus {
  text-decoration: underline;
}

.site-header-02 .utilityChild&gt; .content&gt; .inner .list&gt; li&gt; .list a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  transition: .3s all ease;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border: 1px solid #333;
  border-color: #333 transparent transparent #333;
}

.site-header-02 .func-headerHamburger {
  font-size: 10px;
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 5px;
  overflow: hidden;
  width: 35px;
  height: 36px;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
}

.site-header-02 .func-headerHamburger&gt; span,
.site-header-02 .func-headerHamburger::before,
.site-header-02 .func-headerHamburger::after {
  background: #1f1f1f;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 25px;
  height: 1px;
  margin: auto;
  transition: .3s all ease;
}

.site-header-02 .func-headerHamburger::before,
.site-header-02 .func-headerHamburger::after {
  content: "";
}

.site-header-02 .func-headerHamburger::before {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.site-header-02 .func-headerHamburger&gt; span {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.site-header-02 .func-headerHamburger::after {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.site-header-02 .func-headerHamburger[aria-pressed="true"]::before,
.site-header-02 .func-headerHamburger[aria-pressed="true"]::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  margin: auto;
}

.site-header-02 .func-headerHamburger[aria-pressed="true"]::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header-02 .func-headerHamburger[aria-pressed="true"]::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-header-02 .func-headerHamburger[aria-pressed="true"]&gt; span {
  opacity: 0;
}

.site-header-02 .func-headerSearch {
  font-size: 1.3rem;
  text-align: center;
  color: #04127c;
  background: transparent;
  position: absolute;
  z-index: 102;
  top: 0;
  right: 41px;
  overflow: hidden;
  width: 35px;
  height: 36px;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
}

.site-header-02 .func-headerSearch img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  margin: auto;
  transition: .3s opacity ease;
}

.site-header-02 .func-headerSearch span {
  position: absolute;
  z-index: -1;
  left: 100%;
}

.site-header-02 .func-headerSearch span::before {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.site-header-02 .func-headerSearch::before,
.site-header-02 .func-headerSearch::after {
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  margin: auto;
  content: "";
  transition: .3s opacity ease;
  opacity: 0;
}

.site-header-02 .func-headerSearch::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header-02 .func-headerSearch::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-header-02 .func-headerSearch[aria-pressed="true"] img {
  opacity: .1;
}

.site-header-02 .func-headerSearch[aria-pressed="true"]::before,
.site-header-02 .func-headerSearch[aria-pressed="true"]::after {
  opacity: 1;
}

.site-header-02 .func-headerSearchClose,
.site-header-02 .func-headerGlobalContentClose {
  color: #fff;
  background: #04127c;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 34px;
  border: 0;
}

.site-header-02 .func-headerSearchClose::before,
.site-header-02 .func-headerGlobalContentClose::before {
  position: relative;
  z-index: 2;
  top: 2px;
  left: -10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  -webkit-transform: rotate(45deg) translate(4px, 3px);
          transform: rotate(45deg) translate(4px, 3px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid;
  border-color: #fff transparent transparent #fff;
}

/* ============================================================================
 * [class^="nav-"] 各種固有ナビゲーション
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * グロナビ .nav-global
 * ------------------------------------------------------------------------- */

.nav-global&gt; .nav-inner {
  background: #e5e7e9;
  position: relative;
  overflow: visible !important;
  width: 100%;
}

html[data-script-enabled="true"] .nav-global&gt; .nav-inner {
  position: absolute;
}

html[data-script-enabled="true"] .nav-global&gt; .nav-inner:not([aria-hidden]) {
  height: 0;
}

html[data-script-enabled="true"] .nav-global&gt; .nav-inner[aria-expanded="false"]&gt; .list&gt; li {
  overflow: hidden;
  height: 0;
  padding: 0;
}

html[data-script-enabled="true"] .nav-global&gt; .nav-inner[aria-expanded="false"]&gt; .list&gt; li li {
  display: none;
}

html[data-script-enabled="true"] .nav-global&gt; .nav-inner[aria-expanded="false"]&gt; .list&gt; li .of-search {
  display: block;
}

.nav-global&gt; .nav-inner&gt; .list {
  overflow: hidden;
  height: 100%;

  -webkit-overflow-scrolling: touch;
}

.nav-global .utility {
  background: #e5e7e9;
}

html[data-script-enabled="true"] .nav-global .utility&gt; .utility-inner&gt; .list {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.nav-global .utility&gt; .utility-inner&gt; .list&gt; * {
  min-width: 50%;
}

html[data-script-enabled="true"] .nav-global .utility&gt; .utility-inner&gt; .list&gt; * {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.nav-global .utility&gt; .utility-inner&gt; .list&gt; *&gt; a {
  font-size: 1.2rem;
  padding: 8px 8px 8px 37px;
}

.nav-global .utility&gt; .utility-inner&gt; .list&gt; * a,
.nav-global .utility&gt; .utility-inner&gt; .list&gt; * b.title {
  font-weight: normal;
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

.nav-global .utility&gt; .utility-inner&gt; .list&gt; * a::before,
.nav-global .utility&gt; .utility-inner&gt; .list&gt; * b.title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
}

.nav-global .utility&gt; .utility-inner&gt; .list&gt; * b.title [role="button"],
.nav-global .utility&gt; .utility-inner&gt; .list&gt; * .js-header-tgl {
  position: relative;
}

html[data-script-enabled="true"] .nav-global .utility&gt; .utility-inner&gt; .list&gt; * b.title [role="button"],
html[data-script-enabled="true"]
.nav-global .utility&gt; .utility-inner&gt; .list&gt; * .js-header-tgl {
  cursor: pointer;
}

html[data-script-enabled="true"] .nav-global .utility&gt; .utility-inner&gt; .list&gt; * b.title [role="button"]::after,
html[data-script-enabled="true"]
.nav-global .utility&gt; .utility-inner&gt; .list&gt; * .js-header-tgl::after {
  position: relative;
  z-index: 1;
  top: -2px;
  left: 7px;
  display: inline-block;
  width: 7px;
  height: 7px;
  content: "";
  transition: .3s all ease;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border: 1px solid #333;
  border-color: #333 transparent transparent #333;
}

html[data-script-enabled="true"] .nav-global .utility&gt; .utility-inner&gt; .list&gt; * b.title [role="button"][aria-pressed="true"]::after,
html[data-script-enabled="true"]
.nav-global .utility&gt; .utility-inner&gt; .list&gt; * .js-header-tgl[aria-pressed="true"]::after {
  top: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-contact a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -76px;
  background-size: 116px 110px;
  width: 21px;
  height: 15px;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-support a {
  letter-spacing: -.4px;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-support a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -76px -24px;
  background-size: 116px 110px;
  width: 18px;
  height: 19px;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-support-no-download a {
  letter-spacing: -.4px;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-support-no-download a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -76px -47px;
  background-size: 116px 110px;
  width: 17px;
  height: 17px;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-sitemap a {
  letter-spacing: -.4px;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-sitemap a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -99px 0;
  background-size: 116px 110px;
  width: 17px;
  height: 16px;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-search {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-search b.title {
  display: none;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-search b.title::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -23px -51px;
  background-size: 116px 110px;
  width: 19px;
  height: 18px;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-language {
  -webkit-flex-direction: column;
          flex-direction: column;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-language&gt; a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -26px 0;
  background-size: 116px 110px;
  width: 21px;
  height: 21px;
}

.nav-global .utility&gt; .utility-inner&gt; .list .of-global a::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 116px 110px;
  width: 21px;
  height: 21px;
}

.nav-global .utility&gt; .utility-inner&gt; .language&gt; span {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  background: #04127c;
  position: absolute;
  right: 0;
  bottom: 100%;
  display: block;
  margin: 0 0 36px;
  padding: 0 5px;
}

.nav-global .utility .language-list {
  font-size: 1.2rem;
  overflow: auto;
}

html[data-script-enabled="true"] .nav-global .utility .language-list {
  display: none;
}

.nav-global .utility .language-list a {
  font-weight: normal;
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

.nav-global .utility .language-list a.tgl-hook {
  position: relative;
  overflow: hidden;
  padding-right: 35px;
  padding-left: 24px;
}

.nav-global .utility .language-list a.tgl-hook::after {
  position: relative;
  top: -2px;
  left: 11px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  transition: .3s all ease;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border: 1px solid #333;
  border-color: #333 transparent transparent #333;
}

.nav-global .utility .language-list a.tgl-hook[aria-pressed="true"]::after {
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-global .utility .language-list a.tgl-hook+ .category-group {
  z-index: 1;
  left: 0;
  overflow: auto;
  width: 100%;
}

html[data-script-enabled="true"] .nav-global .utility .language-list a.tgl-hook+ .category-group {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.nav-global .utility .language-list a.tgl-hook+ .category-group[aria-hidden="true"] {
  display: none;
}

.nav-global .utility .language-list a.tgl-hook+ .category-group&gt; .col&gt; *.of-menu-list&gt; .list .list li {
  overflow: hidden;
}

.nav-global .utility .language-list a.tgl-hook+ .category-group&gt; .col&gt; *.of-menu-list&gt; .list .list li a {
  display: block;
  float: left;
}

.nav-global .utility .language-list&gt; .inner {
  background: #fff;
}

.nav-global .utility .language-list .tgl-hook[aria-pressed="true"]::after {
  top: 3px;
}

.nav-global .utility .language-list [class^="seg-col"]&gt; .list&gt; li&gt; a {
  padding: 8px 8px 8px 14px;
}

.nav-global .utility .language-list [class^="seg-col"]&gt; .list&gt; li&gt; .list {
  overflow: auto;

  -webkit-overflow-scrolling: touch;
}

.nav-global .utility .language-list .list a {
  padding: 8px 8px 8px 25px;
  border-bottom: 1px solid #e3e3e3;
}

.nav-global .utility .language-list .list&gt; li&gt; .list a {
  color: #04127c;
  position: relative;
}

.nav-global .utility .language-list .list&gt; li&gt; .list a:hover,
.nav-global .utility .language-list .list&gt; li&gt; .list a:focus {
  text-decoration: underline;
}

.nav-global .utility .language-list .list&gt; li&gt; .list a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  transition: .3s all ease;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border: 1px solid #333;
  border-color: #333 transparent transparent #333;
}

.nav-global .common {
  padding: 0 0 40px;
}

.nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a {
  position: relative;
  display: block;
  padding: 8px 8px 8px 37px;
}

.nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a::before,
.nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a::after {
  position: absolute;
  content: "";
}

.nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a::before {
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 19px;
  height: 19px;
  margin: auto;
  border: 1px solid;
}

.nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a::after {
  top: 0;
  right: auto;
  bottom: 0;
  left: 9px;
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-color: #333 #333 transparent transparent;
}

.nav-global .common .category-group {
  display: none;
}

/* ----------------------------------------------------------------------------
 * パンくず .nav-location
 * ------------------------------------------------------------------------- */
.nav-location {
  font-size: 1.2rem;
}

.str-outer-full .nav-location {
  padding: 0 10px;
}

.nav-location&gt; .list {
  position: static;
  margin: 0;
  padding: 12px 0 10px;
}

.nav-location&gt; .list b {
  font-weight: normal;
}

.nav-location&gt; .list a {
  text-decoration: none;
  border-bottom: 1px solid #adadad;
}

.nav-location&gt; .list a:hover,
.nav-location&gt; .list a:focus {
  border-color: transparent;
}

.nav-location&gt; .list&gt; li {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 33px 0 0;
}

.nav-location&gt; .list&gt; li:last-child {
  margin-right: 0;
}

.nav-location&gt; .list&gt; li:last-child::after,
.nav-location&gt; .list&gt; li:last-child::before {
  display: none;
}

.nav-location&gt; .list&gt; li::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}

.nav-location&gt; .list&gt; li::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -18px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

/* ----------------------------------------------------------------------------
 * ローカルナビ .nav-local
 * ------------------------------------------------------------------------- */

.nav-local .root {
  font-size: 1.6rem;
  font-weight: bold;
  background: #f8f8f8;
  position: relative;
  border-top: 3px solid #858585;
}

.nav-local .root::after {
  display: block;
  float: right;
  height: 100%;
  min-height: 48px;
  content: "";
}

html[data-script-enabled="true"] .nav-local .root {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 0 0 0 60px;
}

.nav-local .root b.title,
.nav-local .root a {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  width: 100%;
  padding: 0 30px 0 0;
}

.nav-local .root a::after {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  content: "";
  transition: .3s all ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #333;
  border-color: #333 #333 transparent transparent;
}

html[data-script-enabled="true"] .nav-local .root a {
  display: none;
}

.nav-local .root .func-nav-local-btn {
  left: 0;
  width: 56px;
}

.nav-local a {
  text-decoration: none;
}

.nav-local li&gt; span {
  position: relative;
  display: block;
}

.nav-local li&gt; span&gt; a,
.nav-local li&gt; span&gt; span {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding: 11px 50px 11px 16px;
}

.nav-local li&gt; span a[href]::after {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  content: "";
  transition: .3s all ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #333;
  border-color: #333 #333 transparent transparent;
}

.nav-local li&gt; span&gt; span {
  font-weight: bold;
}

.nav-local li {
  position: relative;
}

.nav-local li li {
  font-size: 1.4rem;
}

.nav-local li li&gt; span&gt; a,
.nav-local li li&gt; span&gt; span {
  padding: 13px 31px 12px 16px;
}

.nav-local li li li&gt; span&gt; a,
.nav-local li li li&gt; span&gt; span {
  padding: 12px 31px 7px 26px;
}

.nav-local li .func-nav-local-btn {
  right: 0;
}

.nav-local li .func-nav-local-btn+ a[href]::after {
  display: none;
}

html[data-script-enabled="true"] .nav-local&gt; .content {
  transition: .5s height ease;
}

html[data-script-enabled="true"] .nav-local&gt; .content:not([aria-hidden="false"]) {
  display: none;
}

.nav-local&gt; .content&gt; .list {
  font-size: 1.6rem;
  background: #f8f8f8;
  border-bottom: 8px solid #f8f8f8;
}

.nav-local&gt; .content&gt; .list .list {
  font-size: 1.4rem;
  background: #fff;
  margin: 0 0 0 4px;
}

html[data-script-enabled="true"] .nav-local&gt; .content&gt; .list .list {
  display: none;
}

.nav-local&gt; .content&gt; .list li.is-current&gt; .list {
  display: block;
}

.nav-local .is-current&gt; span&gt; a {
  font-weight: bold;
}

.nav-local[data-current-layer="2"]&gt; .content&gt; .list&gt; li.is-current {
  background: #04127c;
}

.nav-local[data-current-layer="2"]&gt; .content&gt; .list&gt; li.is-current .func-nav-local-btn&gt; span span,
.nav-local[data-current-layer="2"]&gt; .content&gt; .list&gt; li.is-current .func-nav-local-btn&gt; span::before {
  background: #fff;
}

.nav-local[data-current-layer="2"]&gt; .content&gt; .list&gt; li.is-current&gt; span&gt; a {
  color: #fff;
}

.nav-local[data-current-layer="3"]&gt; .content&gt; .list&gt; li.is-current {
  background: #d8dbf3;
}

.nav-local[data-current-layer="3"]&gt; .content&gt; .list&gt; li&gt; .list&gt; li.is-current {
  background: #04127c;
}

.nav-local[data-current-layer="3"]&gt; .content&gt; .list&gt; li&gt; .list&gt; li.is-current .func-nav-local-btn&gt; span span,
.nav-local[data-current-layer="3"]&gt; .content&gt; .list&gt; li&gt; .list&gt; li.is-current .func-nav-local-btn&gt; span::before {
  background: #fff;
}

.nav-local[data-current-layer="3"]&gt; .content&gt; .list&gt; li&gt; .list&gt; li.is-current&gt; span&gt; a {
  color: #fff;
}

.nav-local[data-current-layer="4"]&gt; .content&gt; .list&gt; li&gt; .list&gt; li.is-current {
  background: #d8dbf3;
}

.nav-local[data-current-layer="4"]&gt; .content&gt; .list&gt; li&gt; .list&gt; li&gt; .list&gt; li a:not([href]) {
  font-weight: bold;
  color: #fff;
  background: #04127c;
}

.nav-local[data-current-layer="5"]&gt; .content&gt; .list&gt; li&gt; .list&gt; li&gt; .list&gt; li.is-current {
  background: #d8dbf3;
}

.nav-local[data-current-layer="5"]&gt; .content&gt; .list&gt; li&gt; .list&gt; li&gt; .list&gt; li&gt; .list&gt; li a:not([href]) {
  font-weight: bold;
  color: #fff;
  background: #04127c;
}

.func-nav-local-btn {
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 45px;
  margin: auto;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
}

.func-nav-local-btn&gt; span {
  display: block;
  height: 100%;
  transition: .3s transform ease;
  transition: .3s -webkit-transform ease;
}

.root&gt; .func-nav-local-btn&gt; span span,
.root&gt; .func-nav-local-btn&gt; span::before,
.root&gt; .func-nav-local-btn&gt; span::after {
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 26px;
  height: 1px;
  margin: auto;
  transition: .3s all ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.root&gt; .func-nav-local-btn&gt; span::before,
.root&gt; .func-nav-local-btn&gt; span::after {
  content: "";
}

.root&gt; .func-nav-local-btn&gt; span::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.root&gt; .func-nav-local-btn&gt; span span {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.root&gt; .func-nav-local-btn[aria-pressed="true"]&gt; span::after {
  opacity: 0;
}

.root&gt; .func-nav-local-btn[aria-pressed="true"]&gt; span::before {
  width: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.root&gt; .func-nav-local-btn[aria-pressed="true"]&gt; span span {
  width: 21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.root&gt; .func-nav-local-btn+ b.title+ a {
  display: none;
}

.root&gt; .func-nav-local-btn[aria-pressed="true"]+ b.title {
  display: none;
}

.root&gt; .func-nav-local-btn[aria-pressed="true"]+ b.title+ a {
  display: -webkit-flex;
  display:         flex;
}

:not(.root)&gt; .func-nav-local-btn&gt; span span,
:not(.root)&gt; .func-nav-local-btn&gt; span::before {
  background: #1f1f1f;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 21px;
  height: 1px;
  margin: auto;
  transition: .3s all ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

:not(.root)&gt; .func-nav-local-btn&gt; span::before {
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

:not(.root)&gt; .func-nav-local-btn[aria-pressed="true"]&gt; span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ============================================================================
 * .site-footer サイト共通フッタ
 * ========================================================================= */
html[data-script-enabled="true"][data-floatingmenu-active="true"] .site-footer .seg-primary .scroll-top&gt; a {
  transition: .3s margin ease-out, .3s opacity ease;
}

html[data-script-enabled="true"][data-floatingmenu-active="true"] .site-footer .seg-primary .scroll-top.is-fixed&gt; a {
  margin-bottom: 30px;
}

.site-footer {
  position: relative;
  margin: 60px 0 0;
}

.site-footer.of-special .seg-secondary .copyright {
  margin: 10px 0;
}

.site-footer .seg-primary {
  background: #e5e7e9;
  border-top: 1px solid #e5e7e9;
}

.site-footer .seg-primary .search {
  display: none;
}

.site-footer .seg-primary .link {
  overflow: hidden;
  padding: 15px 0 0;
}

.site-footer .seg-primary .link .list {
  margin: 0 0 25px;
}

.site-footer .seg-primary .link .list li {
  margin: 0 0 12px;
}

.site-footer .seg-primary .link a {
  word-break: keep-all;
  color: #000;
}

.site-footer .seg-primary .link .title {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
  margin: 0 0 10px;
}

[lang="ja"] .site-footer .seg-primary .link .title {
  word-break: break-all;
}

.site-footer .seg-primary .link .title&gt; a {
  text-decoration: none;
}

.site-footer .seg-primary .of-modules {
  padding-top: 20px;
  padding-bottom: 70px;
}

.site-footer .seg-primary .of-modules .str-inner&gt; *:first-child,
.site-footer .seg-primary .of-modules .mod-form-trendSearch .inner&gt; *:first-child,
.mod-form-trendSearch .site-footer .seg-primary .of-modules .inner&gt; *:first-child {
  margin-top: 0;
}

.site-footer .seg-primary .of-modules .str-inner&gt; *:last-child,
.site-footer .seg-primary .of-modules .mod-form-trendSearch .inner&gt; *:last-child,
.mod-form-trendSearch .site-footer .seg-primary .of-modules .inner&gt; *:last-child {
  margin-bottom: 0;
}

.site-footer .seg-primary .scroll-top {
  font-size: 1.2rem;
  position: relative;
  margin: 0;
}

.site-footer .seg-primary .scroll-top&gt; a {
  line-height: 2.5;
  text-decoration: none;
  text-align: right;
  color: #fff;
  background: #858585;
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 20px;
  display: block;
  overflow: hidden;
  padding: 0 10px 0 35px;
}

html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top&gt; a {
  pointer-events: none;
  transition: .3s opacity ease;
  opacity: 0;
}

.site-footer .seg-primary .scroll-top&gt; a::before {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 20px;
  height: 20px;
  margin: -3px 0 0;
  content: "";
  -webkit-transform: rotate(48deg) skew(6deg);
          transform: rotate(48deg) skew(6deg);
  border: 1px solid #fff;
  border-width: 1px 0 0 1px;
}

html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top.is-visible&gt; a {
  pointer-events: auto;
}

html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top&gt; a:focus,
html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top.is-visible&gt; a {
  opacity: 1;
}

html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top.is-fixed&gt; a {
  position: fixed;
  right: 0;
  bottom: 20px;
}

html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top&gt; a:focus {
  outline: 1px dotted #333;
}

html[data-cookiebar] .site-footer .seg-primary .scroll-top.is-fixed&gt; a {
  transition: .3s opacity ease, .2s bottom ease-out;
}

html[data-submit-bar] .site-footer .seg-primary .scroll-top.is-fixed&gt; a {
  transition: .3s opacity ease, .2s bottom ease-out;
}

.site-footer .seg-secondary {
  font-size: 1rem;
  color: #fff;
  background: #04127c;
  position: relative;
  z-index: 0;
  padding: 5px 0;
}

.site-footer .seg-secondary ul {
  overflow: hidden;
  margin: -5px 0 0 -23px;
}

.site-footer .seg-secondary ul&gt; li {
  float: left;
  padding: 5px 0 0 23px;
}

.site-footer .seg-secondary a {
  color: #fff;
}

.site-footer .seg-secondary .copyright {
  margin: 15px 0 10px;
}

.site-footer .seg-secondary .copyright small {
  font-size: 100%;
}

.site-footer .seg-secondary .copyright:first-child:last-child {
  text-align: center;
}

.site-footer .seg-pickup {
  background: #646e74;
  margin: 43px 0 0;
  padding: 24px 0;
}

.site-footer .seg-pickup .col-1 {
  background: #fff;
  padding: 18px 23px 24px;
}

.site-footer .seg-pickup .col-1&gt; *:first-child {
  margin-top: 0;
}

.site-footer .seg-pickup .col-1&gt; *:last-child {
  margin-bottom: 0;
}

.site-footer .seg-pickup .hdg {
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 21px;
}

.site-footer .seg-pickup .pnl .bnr {
  margin: 0 0 8px;
}

.site-footer .seg-pickup .pnl .bnr img {
  display: block;
  margin: 0 auto;
}

.site-footer .seg-pickup .mod-lyt {
  margin-top: 0;
}

/* ============================================================================
 * _hdg
 * ========================================================================= */
[class^="mod-hdg-"]+ * {
  margin-top: 0;
}

[class^="mod-hdg-"] a[href$=".pdf"],
[class^="mod-hdg-"] a[target="_blank"],
[class^="mod-hdg-"] a[href$=".ppt"],
[class^="mod-hdg-"] a[href$=".xls"],
[class^="mod-hdg-"] a[href$=".doc"],
[class^="mod-hdg-"] a[href$=".zip"],
[class^="mod-hdg-"] a[href$=".lzh"],
[class^="mod-hdg-"] a[href$=".exe"],
[class^="mod-hdg-"] a.of-movie,
[class^="mod-hdg-"] a.js-modal-img {
  padding-left: 0;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル1 このモジュールのみ他の mod-hdg-* と構造が異なる
 * ------------------------------------------------------------------------- */
.mod-hdg-l1 {
  background: #d8dbf3;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: 0 0 32px;
  padding: 11px 15px;
  border-top: 3px solid #04127c;
}

.mod-hdg-l1&gt; .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mod-hdg-l1&gt; .inner&gt; .hdg:first-child {
  font-size: 2rem;
  vertical-align: top;
  display: block;
          order: 2;
  margin: 0;

  -webkit-order: 2;
}

.mod-hdg-l1&gt; .inner&gt; .sub {
  font-size: 1.4rem;
          order: 3;

  -webkit-order: 3;
}

.mod-hdg-l1&gt; .inner&gt; .sub.of-top {
          order: 1;
  padding: 4px 0 2px;

  -webkit-order: 1;
}

.mod-hdg-l1&gt; .inner&gt; .sub:not(.of-top) {
  margin: 3px 0 0;
}

.mod-hdg-l1&gt; .inner&gt; .language {
          order: 4;
  margin: 12px 0 0;

  -webkit-order: 4;
}

.mod-hdg-l1&gt; .inner&gt; .language&gt; .list {
  display: -webkit-flex;
  display:         flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin: -8px 0 0 -46px;
}

.mod-hdg-l1&gt; .inner&gt; .language&gt; .list&gt; li {
  position: relative;
  padding: 8px 0 0 46px;
}

.mod-hdg-l1&gt; .inner&gt; .language&gt; .list&gt; li::after {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -11px -191px;
  background-size: auto;
  position: absolute;
  top: 0;
  right: -24px;
  bottom: 0;
  display: block;
  width: 1px;
  height: 22px;
  margin: auto;
  content: "";
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  border: 0;
}

.mod-hdg-l1&gt; .inner&gt; .language&gt; .list&gt; li:last-child::after {
  display: none;
}

.mod-hdg-l1&gt; .inner&gt; .language&gt; .list&gt; li&gt; a {
  color: inherit;
}

.mod-hdg-l1&gt; .inner&gt; .language&gt; .list&gt; li&gt; a:not([href]) {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: inherit;
}

.mod-hdg-l1&gt; .inner&gt; .language&gt; .list&gt; li&gt; a:visited {
  color: #d4deec;
}

.mod-hdg-l1 .hdg:first-child {
  font-size: 2rem;
  line-height: 1.3;
}

.mod-hdg-l1+ [class^="mod-hdg-l2"] {
  margin-top: -12px;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル2
 * ------------------------------------------------------------------------- */
.mod-hdg-l2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.41667;
  text-align: center;
  margin: 30px 0 18px;
}

.mod-hdg-l2+ .mod-hdg-l3 {
  margin-top: 20px;
}

.mod-hdg-l2.of-type-02 {
  font-size: 2rem;
  line-height: 1.4;
}

.mod-hdg-l2+ .mod-hdg-subtext {
  font-weight: bold;
  text-align: center;
  color: #646e74;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル3
 * ------------------------------------------------------------------------- */
.mod-hdg-l3 {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.36364;
  text-align: center;
  margin: 48px 0 20px;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル4
 * ------------------------------------------------------------------------- */
.mod-hdg-l4 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.36364;
  text-align: center;
  margin: 38px 0 20px;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル5
 * ------------------------------------------------------------------------- */
.mod-hdg-l5 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.36364;
  text-align: center;
  margin: 28px 0 10px;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル6
 * ------------------------------------------------------------------------- */
.mod-hdg-l6 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  margin: 18px 0 10px;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル2-02
 * ------------------------------------------------------------------------- */
.mod-hdg-l2-02 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.41667;
  margin: 30px 0 18px;
}

.mod-hdg-l2-02+ .mod-hdg-l3-02 {
  margin-top: 20px;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル3-02
 * ------------------------------------------------------------------------- */
.mod-hdg-l3-02 {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.36364;
  margin: 48px 0 20px;
  padding: 0 0 7px;
  border-bottom: 1px solid #9d9d9d;
}

.mod-hdg-l3-02+ .mod-hdg-l4-02 {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル4-02
 * ------------------------------------------------------------------------- */
.mod-hdg-l4-02 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.36364;
  margin: 38px 0 20px;
  padding: 5px 0 2px 7px;
  border-left: 7px solid #bfbfbf;
}

.mod-hdg-l4-02+ .mod-hdg-l5-02 {
  margin-top: -10px;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル5-02
 * ------------------------------------------------------------------------- */
.mod-hdg-l5-02 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.36364;
  position: relative;
  margin: 28px 0 10px;
  padding: 0 0 0 12px;
}

.mod-hdg-l5-02::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  height: calc(100% - 5px);
  content: "";
  border-left: 7px solid #bfbfbf;
}

.mod-hdg-l5-02+ .mod-hdg-l6-02 {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル6-02
 * ------------------------------------------------------------------------- */
.mod-hdg-l6-02 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  position: relative;
  margin: 18px 0 10px;
  padding: 0 0 0 30px;
}

.mod-hdg-l6-02::before {
  position: absolute;
  z-index: 0;
  top: 12px;
  left: 0;
  display: block;
  width: 23px;
  content: "";
  border-top: 1px solid #9d9d9d;
}

.mod-hdg-l6-02.line-height-wide::before {
  top: 14px;
}

.mod-hdg-l6-02.line-height-super-wide::before {
  top: 22px;
}

/* ============================================================================
 * _txt
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * テキスト
 * ------------------------------------------------------------------------- */
.mod-txt {
  margin: 0 0 1em;
}

.mod-txt&gt; p {
  margin: 0;
}

.mod-txt&gt; p b.lede {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.36364;
  color: #384249;
  display: block;
  margin: 25px 0 5px;
}

/* ----------------------------------------------------------------------------
 * アイコン付リンク、アイコン付テキスト
 * ------------------------------------------------------------------------- */
.mod-txt.of-link&gt; p&gt; a,
.mod-txt.of-link&gt; p&gt; span,
.mod-txt.of-has-icn&gt; p&gt; a,
.mod-txt.of-has-icn&gt; p&gt; span {
  position: relative;
  padding-left: 24px;
}

.mod-txt.of-link&gt; p&gt; a .icn,
.mod-txt.of-link&gt; p&gt; span .icn,
.mod-txt.of-has-icn&gt; p&gt; a .icn,
.mod-txt.of-has-icn&gt; p&gt; span .icn {
  position: absolute;
  top: .215em;
  left: 0;
  margin: 0 20px 0 0;
}

/* ----------------------------------------------------------------------------
 * リード文 .mod-lede 2017/12/14以降廃止
 * ------------------------------------------------------------------------- */
b.mod-lede {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.36364;
  color: #384249;
  display: block;
  margin: 32px 0 20px;
}

[class^="mod-"] p:first-child&gt; b.mod-lede {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
 * 汎用アイコン .mod-label
 * ------------------------------------------------------------------------- */
.mod-label {
  font-size: 1.2rem !important;
  line-height: 1.9;
  letter-spacing: .33px;
  color: #fff;
  display: inline-block;
  margin: 2px 0 0 10px;
  padding: 0 10px;
}

.mod-label-wrap-first {
  margin: 0 10px 0 -10px;
}

.mod-label.of-type-01 {
  background: #002b62;
}

.mod-label.of-type-02 {
  background: #003f4c;
}

.mod-label.of-type-03 {
  background: #003528;
}

.mod-label.of-type-04 {
  background: #2f2346;
}

.mod-label.of-type-05 {
  background: #76161b;
}

.mod-label.of-type-06 {
  background: #76491b;
}

.mod-label.of-type-07 {
  background: #422b25;
}

.mod-label.of-type-08 {
  background: #384249;
}

.mod-label.of-type-09 {
  color: #3d3a39;
  background: #dbe0f1;
}

.mod-label.of-type-10 {
  color: #3d3a39;
  background: #d7e8f0;
}

.mod-label.of-type-11 {
  color: #3d3a39;
  background: #dee9dc;
}

.mod-label.of-type-12 {
  color: #3d3a39;
  background: #dfdcea;
}

.mod-label.of-type-13 {
  color: #3d3a39;
  background: #f4dccf;
}

.mod-label.of-type-14 {
  color: #3d3a39;
  background: #f4eadb;
}

.mod-label.of-type-15 {
  color: #3d3a39;
  background: #f2ece6;
}

.mod-label.of-type-16 {
  color: #3d3a39;
  background: #e5e7e9;
}

.mod-label.of-type-17 {
  color: #000;
  background: #eb6e00;
}

.mod-label.of-type-18 {
  background: #04127c;
}

.mod-label.of-type-19 {
  background: #1e32a5;
}

.mod-label.of-type-20 {
  background: #286ebe;
}

.mod-label.of-type-21 {
  background: #be375a;
}

.mod-label.of-type-22 {
  color: #000;
  background: #419b91;
}

.mod-label.of-type-23 {
  color: #000;
  background: #858585;
}

.mod-label.of-type-24 {
  color: #000;
  background: #d2be00;
}

.mod-label.of-type-25 {
  color: #000;
  background: #dc8c23;
}

.mod-label.of-type-26 {
  color: #000;
  background: #a0d8ad;
}

.mod-label.of-type-27 {
  color: #000;
  background: #d6d8ea;
}

.mod-label.of-type-28 {
  color: #000;
  background: #dadef0;
}

.mod-label.of-type-29 {
  color: #000;
  background: #dce8f5;
}

.mod-label.of-type-30 {
  color: #000;
  background: #f5dee4;
}

.mod-label.of-type-31 {
  color: #000;
  background: #e0efed;
}

.mod-label.of-type-32 {
  color: #000;
  background: #ebebeb;
}

.mod-label.of-type-33 {
  color: #000;
  background: #f7f5d6;
}

.mod-label.of-type-34 {
  color: #000;
  background: #f9ecdc;
}

.mod-label.of-type-35 {
  color: #000;
  background: #e8f5eb;
}

/* ----------------------------------------------------------------------------
 * Newアイコン .mod-newlabel
 * ------------------------------------------------------------------------- */
b.mod-newlabel {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  color: #be375a;
  background: #fff;
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 0 0 .5em;
  padding: 1px 2px 2px;
  border: 1px solid;
}

*:lang(ja) b.mod-newlabel {
  padding: 3px 2px 1px;
}

/* ----------------------------------------------------------------------------
 * 検索結果 .mod-txt-searchResult
 * ------------------------------------------------------------------------- */
.mod-txt-searchResult {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 12px;
}

.mod-txt-searchResult .count .all {
  font-weight: normal;
}

html:lang(ja) .mod-txt-searchResult .count .all {
  padding: 0 4px 0 3px;
}

html:lang(ja) .mod-txt-searchResult .count .result {
  padding: 0 4px 0 5px;
}

.mod-txt-searchResult .count .result {
  font-size: 2rem;
  font-weight: bold;
}

.mod-txt-searchResult+ [class^="mod-"] {
  margin-top: 0;
}

/* ============================================================================
 * _link
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * リンク .mod-link
 * ------------------------------------------------------------------------- */
.mod-link[href] {
  text-decoration: none;
}

.mod-link[href]:focus,
.mod-link[href]:hover {
  text-decoration: underline;
}

.mod-link:not(.of-list) {
  color: #000;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

[lang="ja"] .mod-link:not(.of-list) {
  word-break: break-all;
}

.mod-link:not(.of-list)::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-link:not(.of-list):not([href]) {
  font-weight: bold;
  text-decoration: none;
}

.mod-link:not(.of-list)[href$=".pdf"] .icn,
.mod-link:not(.of-list)[target="_blank"] .icn,
.mod-link:not(.of-list)[href$=".ppt"] .icn,
.mod-link:not(.of-list)[href$=".xls"] .icn,
.mod-link:not(.of-list)[href$=".doc"] .icn,
.mod-link:not(.of-list)[href$=".zip"] .icn,
.mod-link:not(.of-list)[href$=".lzh"] .icn,
.mod-link:not(.of-list)[href$=".exe"] .icn,
.mod-link:not(.of-list).of-movie .icn,
.mod-link:not(.of-list).js-modal-img .icn {
  position: absolute;
  top: .2857142857142857em;
  left: 0;
  margin: 0 20px 0 0;
}

.mod-link:not(.of-list).of-up::after {
  top: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod-link:not(.of-list).of-down::after {
  top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mod-link:not(.of-list).of-left::after {
  left: 4px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.mod-link.of-list {
  margin: 0 0 52px;
}

.mod-box-05 .mod-link.of-list {
  margin-bottom: 24px;
}

.mod-link.of-list&gt; .list&gt; li {
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 14px;
}

.mod-link.of-list&gt; .list&gt; li&gt; span&gt; img.icn {
  margin-right: 8px;
}

.mod-link.of-list&gt; .list&gt; li&gt; a {
  text-decoration: none;
  color: #000;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.mod-link.of-list&gt; .list&gt; li&gt; a:focus,
.mod-link.of-list&gt; .list&gt; li&gt; a:hover {
  text-decoration: underline;
}

[lang="ja"] .mod-link.of-list&gt; .list&gt; li&gt; a {
  word-break: break-all;
}

.mod-link.of-list&gt; .list&gt; li&gt; a:not([href]) {
  font-weight: bold;
  text-decoration: none;
}

.mod-link.of-list&gt; .list&gt; li&gt; a::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-link.of-list&gt; .list&gt; li&gt; a[href$=".pdf"] .icn,
.mod-link.of-list&gt; .list&gt; li&gt; a[target="_blank"] .icn,
.mod-link.of-list&gt; .list&gt; li&gt; a[href$=".ppt"] .icn,
.mod-link.of-list&gt; .list&gt; li&gt; a[href$=".xls"] .icn,
.mod-link.of-list&gt; .list&gt; li&gt; a[href$=".doc"] .icn,
.mod-link.of-list&gt; .list&gt; li&gt; a[href$=".zip"] .icn,
.mod-link.of-list&gt; .list&gt; li&gt; a[href$=".lzh"] .icn,
.mod-link.of-list&gt; .list&gt; li&gt; a[href$=".exe"] .icn,
.mod-link.of-list&gt; .list&gt; li&gt; a.of-movie .icn,
.mod-link.of-list&gt; .list&gt; li&gt; a.js-modal-img .icn {
  position: absolute;
  top: .2857142857142857em;
  left: 0;
  margin: 0 20px 0 0;
}

.mod-link.of-list&gt; .list&gt; li.of-up&gt; a::after {
  top: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod-link.of-list&gt; .list&gt; li.of-down&gt; a::after {
  top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mod-link.of-list&gt; .list&gt; li.of-left&gt; a::after {
  left: 4px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.mod-link.of-list.of-float&gt; .list {
  font-size: 0;
  margin: 0 0 0 -20px;
}

.mod-link.of-list.of-float&gt; .list&gt; li {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 0 0 20px;
}

.mod-link.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".pdf"] .icn,
.mod-link.of-list.line-height-wide&gt; .list&gt; li&gt; a[target="_blank"] .icn,
.mod-link.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".ppt"] .icn,
.mod-link.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".xls"] .icn,
.mod-link.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".doc"] .icn,
.mod-link.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".zip"] .icn,
.mod-link.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".lzh"] .icn,
.mod-link.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".exe"] .icn,
.mod-link.of-list.line-height-wide&gt; .list&gt; li&gt; a.of-movie .icn,
.mod-link.of-list.line-height-wide&gt; .list&gt; li&gt; a.js-modal-img .icn {
  top: .5em;
}

.mod-link.of-list.line-height-wide&gt; .list&gt; li&gt; span .icn {
  top: .5em;
}

.mod-link.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".pdf"] .icn,
.mod-link.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[target="_blank"] .icn,
.mod-link.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".ppt"] .icn,
.mod-link.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".xls"] .icn,
.mod-link.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".doc"] .icn,
.mod-link.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".zip"] .icn,
.mod-link.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".lzh"] .icn,
.mod-link.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".exe"] .icn,
.mod-link.of-list.line-height-super-wide&gt; .list&gt; li&gt; a.of-movie .icn,
.mod-link.of-list.line-height-super-wide&gt; .list&gt; li&gt; a.js-modal-img .icn {
  top: 1em;
}

/* ----------------------------------------------------------------------------
 * リンク02 .mod-link-02
 * ------------------------------------------------------------------------- */
.mod-link-02[href] {
  text-decoration: none;
}

.mod-link-02[href]:focus,
.mod-link-02[href]:hover {
  text-decoration: underline;
}

.mod-link-02:not(.of-list) {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-right: 24px;
}

.mod-link-02:not(.of-list)::after {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -77px -152px;
  background-size: auto;
  position: absolute;
  top: .25em;
  right: 4px;
  display: block;
  width: 15px;
  height: 17px;
  content: "";
}

.mod-link-02:not(.of-list)[href$=".pdf"] .icn,
.mod-link-02:not(.of-list)[target="_blank"] .icn,
.mod-link-02:not(.of-list)[href$=".ppt"] .icn,
.mod-link-02:not(.of-list)[href$=".xls"] .icn,
.mod-link-02:not(.of-list)[href$=".doc"] .icn,
.mod-link-02:not(.of-list)[href$=".zip"] .icn,
.mod-link-02:not(.of-list)[href$=".lzh"] .icn,
.mod-link-02:not(.of-list)[href$=".exe"] .icn,
.mod-link-02:not(.of-list).of-movie .icn,
.mod-link-02:not(.of-list).js-modal-img .icn {
  position: absolute;
  top: .2857142857142857em;
  left: 0;
  margin: 0 20px 0 0;
}

.mod-link-02:not(.of-list).of-up::after {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -102px -152px;
  background-size: auto;
  top: .25em;
  width: 15px;
  height: 15px;
}

.mod-link-02:not(.of-list).of-left::after {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -51px -152px;
  background-size: auto;
  width: 16px;
  height: 17px;
}

.mod-link-02:not(.of-list).of-down::after {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -127px -152px;
  background-size: auto;
  top: .5em;
  width: 15px;
  height: 14px;
}

.line-height-wide .mod-link-02:not(.of-list)::after {
  top: .4em;
}

.line-height-super-wide .mod-link-02:not(.of-list)::after {
  top: 1em;
}

.mod-link-02.of-list {
  margin: 0 0 52px;
}

.mod-link-02.of-list&gt; .list&gt; li {
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 14px;
}

.mod-link-02.of-list&gt; .list&gt; li&gt; span&gt; img.icn {
  margin-right: 8px;
}

.mod-link-02.of-list&gt; .list&gt; li&gt; a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-right: 24px;
}

.mod-link-02.of-list&gt; .list&gt; li&gt; a:focus,
.mod-link-02.of-list&gt; .list&gt; li&gt; a:hover {
  text-decoration: underline;
}

.mod-link-02.of-list&gt; .list&gt; li&gt; a::after {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -77px -152px;
  background-size: auto;
  position: absolute;
  top: .25em;
  right: 4px;
  display: block;
  width: 15px;
  height: 17px;
  content: "";
}

.mod-link-02.of-list&gt; .list&gt; li&gt; a[href$=".pdf"] .icn,
.mod-link-02.of-list&gt; .list&gt; li&gt; a[target="_blank"] .icn,
.mod-link-02.of-list&gt; .list&gt; li&gt; a[href$=".ppt"] .icn,
.mod-link-02.of-list&gt; .list&gt; li&gt; a[href$=".xls"] .icn,
.mod-link-02.of-list&gt; .list&gt; li&gt; a[href$=".doc"] .icn,
.mod-link-02.of-list&gt; .list&gt; li&gt; a[href$=".zip"] .icn,
.mod-link-02.of-list&gt; .list&gt; li&gt; a[href$=".lzh"] .icn,
.mod-link-02.of-list&gt; .list&gt; li&gt; a[href$=".exe"] .icn,
.mod-link-02.of-list&gt; .list&gt; li&gt; a.of-movie .icn,
.mod-link-02.of-list&gt; .list&gt; li&gt; a.js-modal-img .icn {
  position: absolute;
  top: .2857142857142857em;
  left: 0;
  margin: 0 20px 0 0;
}

.mod-link-02.of-list&gt; .list&gt; li.of-up&gt; a::after {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -102px -152px;
  background-size: auto;
  top: .25em;
  width: 15px;
  height: 15px;
}

.mod-link-02.of-list&gt; .list&gt; li.of-left&gt; a::after {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -51px -152px;
  background-size: auto;
  width: 16px;
  height: 17px;
}

.mod-link-02.of-list&gt; .list&gt; li.of-down&gt; a::after {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -127px -152px;
  background-size: auto;
  top: .35em;
  width: 15px;
  height: 14px;
}

.mod-link-02.of-list.of-float&gt; .list {
  font-size: 0;
  margin: 0 0 0 -20px;
}

.mod-link-02.of-list.of-float&gt; .list&gt; li {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 0 0 20px;
}

.mod-link-02.of-list.line-height-wide&gt; .list&gt; li&gt; a::after {
  top: .45em;
}

.mod-link-02.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".pdf"] .icn,
.mod-link-02.of-list.line-height-wide&gt; .list&gt; li&gt; a[target="_blank"] .icn,
.mod-link-02.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".ppt"] .icn,
.mod-link-02.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".xls"] .icn,
.mod-link-02.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".doc"] .icn,
.mod-link-02.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".zip"] .icn,
.mod-link-02.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".lzh"] .icn,
.mod-link-02.of-list.line-height-wide&gt; .list&gt; li&gt; a[href$=".exe"] .icn,
.mod-link-02.of-list.line-height-wide&gt; .list&gt; li&gt; a.of-movie .icn,
.mod-link-02.of-list.line-height-wide&gt; .list&gt; li&gt; a.js-modal-img .icn {
  top: .5em;
}

.mod-link-02.of-list.line-height-super-wide&gt; .list&gt; li&gt; a::after {
  top: 1em;
}

.mod-link-02.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".pdf"] .icn,
.mod-link-02.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[target="_blank"] .icn,
.mod-link-02.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".ppt"] .icn,
.mod-link-02.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".xls"] .icn,
.mod-link-02.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".doc"] .icn,
.mod-link-02.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".zip"] .icn,
.mod-link-02.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".lzh"] .icn,
.mod-link-02.of-list.line-height-super-wide&gt; .list&gt; li&gt; a[href$=".exe"] .icn,
.mod-link-02.of-list.line-height-super-wide&gt; .list&gt; li&gt; a.of-movie .icn,
.mod-link-02.of-list.line-height-super-wide&gt; .list&gt; li&gt; a.js-modal-img .icn {
  top: 1em;
}

/* ----------------------------------------------------------------------------
 * リンク .mod-link
 * ------------------------------------------------------------------------- */

.mod-link-03.of-reverse-color&gt; .inner&gt; .list&gt; li&gt; .link {
  color: #04127c;
}

.mod-link-03.of-reverse-color&gt; .inner&gt; .list&gt; li&gt; .link&gt; .img.of-separate {
  border-bottom: 1px solid #04127c;
}

.mod-link-03.of-reverse-color&gt; .inner&gt; .list&gt; li&gt; .link&gt; .txt::after {
  border-right: 2px solid #04127c;
  border-bottom: 2px solid #04127c;
}

.mod-link-03.of-gutter&gt; .inner&gt; .list&gt; li&gt; .link&gt; .img&gt; img,
.mod-link-03.of-gutter&gt; .inner&gt; .list&gt; li&gt; .link&gt; .img&gt; picture&gt; img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mod-link-03&gt; .inner {
  margin: auto;
}

.mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  padding: 10px 5px;
}

.mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link&gt; .img {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}

.mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link&gt; .img.of-separate {
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}

.mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link&gt; .img&gt; img,
.mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link&gt; .img&gt; picture&gt; img {
  display: block;
  width: 65px;
  height: auto;
}

.mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link&gt; .txt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 1em;
  padding-right: 1em;
}

.mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link&gt; .txt::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: .5em;
  height: .5em;
  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link&gt; .txt.of-large {
  font-size: 1.6rem;
}

.mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link[href^="#"]&gt; .txt::after {
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* ----------------------------------------------------------------------------
 * リンクリスト .mod-link-list
 * ------------------------------------------------------------------------- */
.mod-link-list {
  margin-bottom: 30px;
}

.mod-link-list&gt; .list&gt; li+ li {
  margin-top: 7px;
}

.mod-link-list&gt; .list&gt; li&gt; a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.mod-link-list&gt; .list&gt; li&gt; a:focus,
.mod-link-list&gt; .list&gt; li&gt; a:hover {
  text-decoration: underline;
}

.mod-link-list&gt; .list&gt; li&gt; a:focus::before,
.mod-link-list&gt; .list&gt; li&gt; a:hover::before {
  left: 5px;
}

.mod-link-list&gt; .list&gt; li&gt; a::before {
  position: absolute;
  top: .4em;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  transition: left .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-color: #333 #333 transparent transparent;
}

/* ----------------------------------------------------------------------------
 * タブ型リンク（JavaScriptのタブとは構造が異なる）
 * ------------------------------------------------------------------------- */
.mod-list-tab {
  margin: 0 0 50px;
}

.mod-list-tab&gt; .list {
  background: #ebebeb;
  overflow: hidden;
  border: 4px solid #ebebeb;
  border-width: 4px 4px 0;
}

.mod-list-tab&gt; .list&gt; li a {
  text-decoration: none;
  text-align: center;
  color: #666;
  display: block;
  padding: 7px 24px;
  border: 3px solid transparent;
  border-width: 0 0 3px;
}

.mod-list-tab&gt; .list&gt; li a[href]:focus,
.mod-list-tab&gt; .list&gt; li a[href]:hover {
  text-decoration: underline;
}

.mod-list-tab&gt; .list&gt; li a:not([href]) {
  color: #be375a;
  background: #fff;
  border: 3px solid #be375a;
  border-width: 3px 0 0;
}

/* ----------------------------------------------------------------------------
 * ニュースリスト（mod-list-news-02 を優先的に使用。これは後々削除されるコンポーネントです。）
 * ------------------------------------------------------------------------- */
.mod-link-news {
  font-size: 1.4rem;
  margin: 0 0 30px;
}

.mod-link-news a {
  color: #000;
  padding-left: 0;
}

.mod-link-news .list&gt; li {
  margin: 0 0 25px 0;
}

.mod-link-news .list&gt; li:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * カラムリンクリスト
 * ------------------------------------------------------------------------- */
.mod-link-columnList .col {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.mod-link-columnList .content {
  color: #fff;
  background-color: #000;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 30px 25px;
}

.mod-link-columnList .content&gt; .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.mod-link-columnList .content&gt; .list {
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: block;
  margin-top: 20px;
}

.mod-link-columnList .content&gt; .list .list {
  margin-top: 15px;
  margin-left: 20px;
}

.mod-link-columnList .content&gt; .list li&gt; a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
  padding: 0 0 0 27px;
}

.mod-link-columnList .content&gt; .list li&gt; a::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  transition: left .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
}

.mod-link-columnList .image {
  position: relative;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mod-link-columnList .image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 45%;
  content: "";
}

.mod-link-columnList .image img {
  display: block;
  width: 100%;
}

/* ----------------------------------------------------------------------------
 * 重要なお知らせリンク .mod-link-important
 * ------------------------------------------------------------------------- */
.mod-link-important {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 66%;
  min-width: 221px;
  margin: 55px auto 0;
}

.mod-link-important._em a,
.mod-link-important._em strong {
  font-weight: bold;
}

.mod-link-important a {
  font-size: 1.6rem;
  line-height: 1.375;
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 44px 0 0;
}

.mod-link-important a::before,
.mod-link-important a::after {
  display: block;
  content: "";
}

.mod-link-important a::before {
  background: url("/nf_global/v3/common/img/2021/icn/important-02.jpg") no-repeat 0 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 24px;
  height: 38px;
  margin: 0 22px 0 0;
}

.mod-link-important a::after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  transition: .2s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-color: #31393c #31393c transparent transparent;
}

.mod-link-important a strong {
  font-weight: normal;
  width: 100%;
}

.mod-link-important a:hover::after,
.mod-link-important a:active::after,
.mod-link-important a:focus::after {
  right: 0;
}

.mod-link-important a.fs-01 {
  font-size: 85.71429%;
}

.mod-link-important a.fs-02 {
  font-size: 114.28571%;
}

.mod-link-important a.fs-03 {
  font-size: 128.57143%;
}

.mod-link-important a.fs-04 {
  font-size: 142.85714%;
}

/* ----------------------------------------------------------------------------
 * ボタンのラッパー [class^="mod-btn-wrap-"]
 * ------------------------------------------------------------------------- */
.mod-btn-wrap-01 {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

/* ============================================================================
 * _pnl
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * パネル .mod-pnl
 * ------------------------------------------------------------------------- */
.mod-pnl {
  margin: 0 auto 95px;
}

.mod-pnl.align-center {
  -webkit-justify-content: center;
          justify-content: center;
}

.mod-pnl&gt; .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -37px 0 0 -15px;
}

.mod-pnl&gt; .inner&gt; .col {
  -webkit-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin: 37px 0 0 0;
  padding: 0 0 0 15px;
}

.mod-pnl .pnl {
  font-size: 1.4rem;
}

.mod-pnl .pnl&gt; .inner&gt; a {
  display: table;
  width: 100%;
  table-layout: fixed;
  transition: all .3s ease 0s;
}

.mod-pnl .pnl&gt; .inner&gt; a:hover .icon span,
.mod-pnl .pnl&gt; .inner&gt; a:focus .icon span {
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, .4);
}

.mod-pnl .pnl&gt; .inner&gt; a:hover .title&gt; .inner span,
.mod-pnl .pnl&gt; .inner&gt; a:focus .title&gt; .inner span {
  border-bottom-color: transparent;
}

.mod-pnl .pnl .icon {
  display: table-header-group;
}

.mod-pnl .pnl .icon&gt; *:last-child {
  margin-bottom: 0;
}

.mod-pnl .pnl .icon span {
  text-align: center;
  background: #79aab6;
  position: relative;
  display: inline-block;
  width: 85%;
  min-height: 130px;
  transition: all .3s ease 0s;
  border-radius: 80px;
}

.mod-pnl .pnl .icon span&gt; img,
.mod-pnl .pnl .icon span&gt; picture&gt; img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 60%;
  margin: auto;
  /* ホバー時のchromeのみに起こる画像のズレを無くす */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mod-pnl .pnl .txt {
  text-align: center;
  color: #000;
  display: table-cell;
  margin: 8px 0 0 0;
}

.mod-pnl .pnl .txt&gt; *:last-child {
  margin-bottom: 0;
}

.mod-pnl .pnl .title {
  font-size: 1.6em;
  line-height: 1.38462;
  display: table;
  width: 100%;
  height: 2em;
  margin: 0 0 .2em;
  table-layout: fixed;
}

.mod-pnl .pnl .title&gt; .inner {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.mod-pnl .pnl .title&gt; .inner span {
  transition: all .3s ease 0s;
  border-bottom: 2px #333 solid;
}

.mod-pnl .pnl *:not(.title) {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
* パネル .mod-pnl-02
* ------------------------------------------------------------------------- */
.mod-pnl-02 {
  overflow: hidden;
}

.mod-pnl-02&gt; .inner {
  margin: 0 auto;
}

.mod-pnl-02&gt; .inner&gt; * {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 0 0 45px;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  min-height: calc(0%);
  margin: 0 0 10px;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 1200px;
  margin: 0 auto;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner p {
  margin: 0 0 5px;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner .tag {
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner .tag span {
  line-height: 1.675;
  background: #fff;
  display: inline-block;
  padding: 0 7px;
  border: 1px solid #ccc;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner .tag span+ span {
  margin: 0 0 0 5px;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner .tag span.var01 {
  color: #be375a;
  border-color: #be375a;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner .tag span.var02 {
  background: #04127c;
  border-color: #04127c;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner .tag span.var03 {
  color: #000;
  background: #e8f5eb;
  border-color: #e8f5eb;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title {
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
  display: block;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title a {
  color: inherit;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title a[href$=".pdf"] .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title a[target="_blank"] .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title a[href$=".ppt"] .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title a[href$=".xls"] .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title a[href$=".doc"] .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title a[href$=".zip"] .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title a[href$=".lzh"] .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title a[href$=".exe"] .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title a.of-movie .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title a.js-modal-img .icn {
  top: .35em;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .txt {
  width: 100%;
  padding: 0;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .txt a {
  display: inline-block;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .txt&gt; *:last-child {
  margin-bottom: 0;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media {
  position: relative;
  display: block;
  overflow: hidden;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".pdf"],
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[target="_blank"],
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".ppt"],
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".xls"],
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".doc"],
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".zip"],
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".lzh"],
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".exe"],
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media.of-movie,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media.js-modal-img {
  padding: 0;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".pdf"] .title,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[target="_blank"] .title,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".ppt"] .title,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".xls"] .title,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".doc"] .title,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".zip"] .title,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".lzh"] .title,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".exe"] .title,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media.of-movie .title,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media.js-modal-img .title {
  padding-left: 24px;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".pdf"] .title .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[target="_blank"] .title .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".ppt"] .title .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".xls"] .title .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".doc"] .title .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".zip"] .title .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".lzh"] .title .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media[href$=".exe"] .title .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media.of-movie .title .icn,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media.js-modal-img .title .icn {
  top: .35em;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media figure {
  margin: 0 0 10px;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media img,
.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media.replay figure {
  position: relative;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media.replay figure::before {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: .7;
}

.mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media.replay figure::after {
  position: absolute;
  z-index: 2;
  top: 38px;
  top: 50%;
  left: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: 7px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 12px solid transparent;
  border-left: 20px solid #333;
  opacity: .7;
}

.mod-pnl-02&gt; .inner&gt; *&gt; a.pnl,
.mod-pnl-02&gt; .inner&gt; * a.media {
  text-decoration: none;
  padding: 0;
  outline: 0;
}

.mod-pnl-02&gt; .inner&gt; *&gt; a.pnl .title,
.mod-pnl-02&gt; .inner&gt; * a.media .title {
  text-decoration: underline;
}

.mod-pnl-02&gt; .inner&gt; *&gt; a.pnl:hover .title,
.mod-pnl-02&gt; .inner&gt; *&gt; a.pnl:focus .title,
.mod-pnl-02&gt; .inner&gt; * a.media:hover .title,
.mod-pnl-02&gt; .inner&gt; * a.media:focus .title {
  text-decoration: none;
}

.mod-pnl-02&gt; .inner&gt; *&gt; *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * セミナーパネルリスト .mod-pnl-seminer
 * ------------------------------------------------------------------------- */
.mod-pnl-seminer {
  margin: 0 0 24px;
}

.mod-pnl-seminer&gt; .list&gt; li {
  margin: 0 0 12px;
}

.mod-pnl-seminer&gt; .list&gt; li&gt; a.wrap:hover&gt; .title,
.mod-pnl-seminer&gt; .list&gt; li&gt; a.wrap:focus&gt; .title {
  text-decoration: underline;
}

.mod-pnl-seminer&gt; .list&gt; li&gt; .wrap {
  text-decoration: none;
  background: #e5e7e9;
  display: block;
  width: 100%;
  padding: 20px;
}

.mod-pnl-seminer&gt; .list&gt; li&gt; .wrap&gt; .tag {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.83333;
  letter-spacing: .228px;
  color: #fff;
  background: #646e74;
  display: block;
  float: left;
  max-width: 100%;
  margin: 0 0 11px;
  padding: 0 5px;
}

.mod-pnl-seminer&gt; .list&gt; li&gt; .wrap&gt; .tag+ * {
  clear: both;
}

.mod-pnl-seminer&gt; .list&gt; li&gt; .wrap&gt; .title {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.55556;
  letter-spacing: -.6px;
}

.mod-pnl-seminer&gt; .list&gt; li&gt; .wrap&gt; *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 汎用パネル .mod-pnl-03
 * ------------------------------------------------------------------------- */
.mod-pnl-03 {
  overflow: hidden;
  margin: 0 0 42px;
}

.mod-pnl-03&gt; .list&gt; li {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 14px;
}

.mod-pnl-03&gt; .list&gt; li&gt; a {
  text-decoration: none;
  background: #fff;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  border: 1px solid #b8bcbf;
}

.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".pdf"],
.mod-pnl-03&gt; .list&gt; li&gt; a[target="_blank"],
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".ppt"],
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".xls"],
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".doc"],
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".zip"],
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".lzh"],
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".exe"],
.mod-pnl-03&gt; .list&gt; li&gt; a.of-movie,
.mod-pnl-03&gt; .list&gt; li&gt; a.js-modal-img {
  padding: 0;
}

.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".pdf"] .title,
.mod-pnl-03&gt; .list&gt; li&gt; a[target="_blank"] .title,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".ppt"] .title,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".xls"] .title,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".doc"] .title,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".zip"] .title,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".lzh"] .title,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".exe"] .title,
.mod-pnl-03&gt; .list&gt; li&gt; a.of-movie .title,
.mod-pnl-03&gt; .list&gt; li&gt; a.js-modal-img .title {
  position: relative;
  padding-left: 24px;
}

.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".pdf"] .title .icn,
.mod-pnl-03&gt; .list&gt; li&gt; a[target="_blank"] .title .icn,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".ppt"] .title .icn,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".xls"] .title .icn,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".doc"] .title .icn,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".zip"] .title .icn,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".lzh"] .title .icn,
.mod-pnl-03&gt; .list&gt; li&gt; a[href$=".exe"] .title .icn,
.mod-pnl-03&gt; .list&gt; li&gt; a.of-movie .title .icn,
.mod-pnl-03&gt; .list&gt; li&gt; a.js-modal-img .title .icn {
  top: .35em;
}

.mod-pnl-03 p {
  font-size: 1.4rem;
}

.mod-pnl-03 p&gt; .tag {
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  display: block;
}

.mod-pnl-03 p&gt; .tag span {
  line-height: 1.675;
  background: #fff;
  display: inline-block;
  padding: 0 7px;
  border: 1px solid #ccc;
}

.mod-pnl-03 p&gt; .tag span+ span {
  margin: 0 0 0 5px;
}

.mod-pnl-03 p&gt; .tag span.var01 {
  color: #be375a;
  border-color: #be375a;
}

.mod-pnl-03 p&gt; .tag span.var02 {
  background: #04127c;
  border-color: #04127c;
}

.mod-pnl-03 p&gt; .tag span.var03 {
  color: #000;
  background: #e8f5eb;
  border-color: #e8f5eb;
}

.mod-pnl-03 p&gt; .title {
  font-size: 1.8rem;
  font-weight: normal;
  text-decoration: underline;
  display: block;
}

.mod-pnl-03 .time {
  letter-spacing: 2px;
  text-align: right;
  display: block;
}

.mod-pnl-03 .detail {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 16px 19px 13px;
}

.mod-pnl-03 .detail p {
  margin: 0 0 10px;
}

.mod-pnl-03 .thumb {
  position: relative;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mod-pnl-03 .thumb.replay::before {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: .7;
}

.mod-pnl-03 .thumb.replay::after {
  position: absolute;
  z-index: 2;
  top: 38px;
  top: 50%;
  left: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: 7px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 12px solid transparent;
  border-left: 20px solid #333;
  opacity: .7;
}

.mod-pnl-03 .thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mod-pnl-03 .tagList {
  font-size: 1.2em;
  line-height: 2.16667;
}

.mod-pnl-03 .tagList&gt; .list {
  font-size: 1.2rem;
  display: -webkit-flex;
  display:         flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin: -5px 0 0 -5px;
}

.mod-pnl-03 .tagList&gt; .list li {
  text-align: center;
  background: #dce8f5;
  margin: 5px 0 0 5px;
  padding: 0 10px;
}

/* ----------------------------------------------------------------------------
 * 汎用パネル .mod-pnl-04
 * ------------------------------------------------------------------------- */

.mod-pnl-04&gt; .inner&gt; .col {
  margin-top: 40px;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner {
  color: #fff;
  background: #002b62;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 2;
          flex-grow: 2;
  padding: 22px 24px 30px;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner&gt; :last-child {
  margin-bottom: 0;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner .title {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner .title b {
  font-weight: normal;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner .text {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.625;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-bottom: 28px;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner .btn {
  text-align: center;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner .btn a {
  font-size: 1.8rem;
  line-height: 1.15;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 4px 36px 4px 50px;
  border: 2px solid #fff;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner .btn a::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
  content: "";
  transition: .2s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner .btn a:hover,
.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner .btn a:focus {
  opacity: .8;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner .btn a:hover::before,
.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner .btn a:focus::before {
  left: 15px;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; figure {
  overflow: hidden;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; figure img {
  display: block;
  width: 100%;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl.var01&gt; .inner {
  background: #003f4c;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl.var02&gt; .inner {
  background: #003629;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl.var03&gt; .inner {
  background: #2f2346;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl.var04&gt; .inner {
  background: #76161b;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl.var05&gt; .inner {
  background: #76491b;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl.var06&gt; .inner {
  background: #422b25;
}

.mod-pnl-04&gt; .inner&gt; .col&gt; .pnl.var07&gt; .inner {
  background: #384249;
}

.mod-pnl-04&gt; .inner&gt; .col .sub-pnl {
  margin-top: 20px;
}

.mod-pnl-04&gt; .inner&gt; .col .sub-pnl .mod-media,
.mod-pnl-04&gt; .inner&gt; .col .sub-pnl .mod-list {
  margin-bottom: 20px;
}

.mod-pnl-04&gt; .inner&gt; .col .sub-pnl.border {
  padding: 20px;
  border: 1px solid #ccc;
}

.mod-pnl-04&gt; .inner&gt; .col .sub-pnl&gt; :last-child {
  margin-bottom: 0;
}

.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl {
  position: relative;
}

.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 24px 0;
  transition: height .2s;
  opacity: .85;
}

.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .tgl-hook&gt; button,
.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .tgl-hook&gt; span {
  font-size: 1rem;
  color: transparent;
  background: none;
  position: absolute;
  right: 12px;
  bottom: 8px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  padding: 10px;
  border: none;
}

.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .tgl-hook&gt; button::before,
.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .tgl-hook&gt; button::after,
.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .tgl-hook&gt; span::before,
.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .tgl-hook&gt; span::after {
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 25px;
  height: 1px;
  content: "";
}

.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .tgl-hook&gt; button::after,
.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .tgl-hook&gt; span::after {
  transition: -webkit-transform .2s;
  transition:         transform .2s;
  transition:         transform .2s, -webkit-transform .2s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner.is-close {
  height: auto;
  padding-top: 7px;
  padding-bottom: 4px;
}

.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner.is-close .title {
  margin-bottom: 0;
  padding-right: 20px;
}

.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner.is-close .tgl-hook&gt; button::after,
.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner.is-close .tgl-hook&gt; span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner.is-close .tgl-content {
  display: none;
}

.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .title {
  margin-bottom: 5px;
}

.mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .text {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------
 * NEC News Roomトップ用パネル .mod-pnl-news
 * ------------------------------------------------------------------------- */
.mod-pnl-news .inner {
  max-width: 374px;
  margin: 0 auto;
}

.mod-pnl-news .inner .col {
  margin: 0 auto 20px;
}

.mod-pnl-news .inner .col .pnl a {
  position: relative;
  display: block;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.mod-pnl-news .inner .col .pnl .media {
  width: 100%;
}

.mod-pnl-news .inner .col .pnl .media img {
  display: block;
  max-width: 100%;
}

.mod-pnl-news .inner .col .pnl .title {
  text-align: center;
  color: #fff;
  background-color: rgba(4, 18, 124, .8);
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
}

.mod-pnl-news .inner .col .pnl .title .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 0;
}

.mod-pnl-news .inner .col .pnl .title .txt.icon::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -99px -21px;
  background-size: 116px 110px;
  position: absolute;
  top: 13px;
  left: -20px;
  width: 12px;
  height: 19px;
  content: "";
}

.str-column-side .mod-pnl-news .inner .col {
  margin-right: 0;
  margin-left: 0;
}

/* ----------------------------------------------------------------------------
 * .mod-presspnl-typea
 * ------------------------------------------------------------------------- */
.mod-presspnl-typea {
  overflow: hidden;
  margin: 0 0 42px;
}

.mod-presspnl-typea&gt; .list&gt; li {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 14px;
}

.mod-presspnl-typea&gt; .list&gt; li&gt; a {
  line-height: 1.78571;
  text-decoration: none;
  background: #dce8f5;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
}

.mod-presspnl-typea .icon {
  font-size: 1.2rem;
  line-height: 1;
  color: #be375a;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 5px;
  border: 1px solid #be375a;
}

.mod-presspnl-typea .label {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #04127c;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: inline-block;
  min-width: 140px;
  max-width: calc(100% - 52px);
  padding: 4px 8px;
}

.mod-presspnl-typea .category {
  text-align: right;
  display: block;
}

.mod-presspnl-typea .time {
  text-align: right;
  display: block;
}

.mod-presspnl-typea .detail {
  font-size: 1.4rem;
  line-height: 1.5;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 13px;
}

.mod-presspnl-typea .detail .text {
  margin: 0 0 10px;
}

.mod-presspnl-typea .detail .text::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-presspnl-typea .detail .text.js-reader span {
  padding: 0 2px;
}

.mod-presspnl-typea p {
  margin: 0;
}

.mod-presspnl-typea .thumb {
  position: relative;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mod-presspnl-typea .thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mod-presspnl-typea .thumb.replay::before {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: .7;
}

.mod-presspnl-typea .thumb.replay::after {
  position: absolute;
  z-index: 2;
  top: 38px;
  top: 50%;
  left: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: 7px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 12px solid transparent;
  border-left: 20px solid #333;
  opacity: .7;
}

/* ----------------------------------------------------------------------------
 * .mod-presspnl-typeb
 * ------------------------------------------------------------------------- */
.mod-presspnl-typeb {
  overflow: hidden;
  margin: 0 0 42px;
}

.mod-presspnl-typeb&gt; .list&gt; li {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 14px;
}

.mod-presspnl-typeb&gt; .list&gt; li&gt; a {
  line-height: 1.78571;
  text-decoration: none;
  background: #e5e7e9;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
}

.mod-presspnl-typeb&gt; .list&gt; li&gt; a:hover .thumb::before {
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  opacity: .7;
}

.mod-presspnl-typeb&gt; .list&gt; li&gt; a:hover .thumb::after {
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  opacity: .7;
}

.mod-presspnl-typeb .detail {
  font-size: 1.4rem;
  color: #fff;
  background: rgba(4, 18, 124, .7);
  position: absolute;
  top: 0;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px 15px 5px;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
}

.mod-presspnl-typeb .detail:hover {
  background: rgba(4, 18, 124, .1);
  z-index: 3;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
}

.mod-presspnl-typeb .detail:hover&gt; .contents,
.mod-presspnl-typeb .detail:hover&gt; .category-group {
  display: none;
}

.mod-presspnl-typeb .detail .label-group {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin: -12px -15px 0;
}

.mod-presspnl-typeb .detail .label-group .icon {
  font-size: 1.2rem;
  line-height: 1;
  color: #be375a;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #be375a;
}

.mod-presspnl-typeb .detail .label-group .label {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #000;
  background: #dce8f5;
  display: inline-block;
  min-width: 140px;
  max-width: calc(100% - 52px);
  padding: 4px 8px;
}

.mod-presspnl-typeb .detail .contents .text {
  line-height: 1.5;
  margin: 10px 0;
}

.mod-presspnl-typeb .detail .contents .text::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-presspnl-typeb .detail .category-group .category {
  text-align: right;
  display: block;
}

.mod-presspnl-typeb .detail .category-group .time {
  font-size: 1.4rem;
  text-align: right;
  display: block;
}

.mod-presspnl-typeb .thumb {
  position: relative;
  overflow: hidden;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 282px;
  max-height: 282px;
}

.mod-presspnl-typeb .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: auto;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mod-presspnl-typeb .thumb.replay::before {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}

.mod-presspnl-typeb .thumb.replay::after {
  position: absolute;
  z-index: 2;
  top: 38px;
  top: 50%;
  left: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: 7px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 12px solid transparent;
  border-left: 20px solid #333;
  opacity: .7;
  opacity: 0;
}

/* ----------------------------------------------------------------------------
 * .mod-presspnl-typec
 * ------------------------------------------------------------------------- */

.mod-presspnl-typec&gt; .list&gt; li {
  margin: 0 0 24px;
}

.mod-presspnl-typec&gt; .list&gt; li&gt; a {
  line-height: 1.78571;
  text-decoration: none;
  background: #dce8f5;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
}

.mod-presspnl-typec .icon {
  font-size: 1.2rem;
  line-height: 1;
  color: #be375a;
  background: #fff;
  position: absolute;
  z-index: 1;
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #be375a;
}

.mod-presspnl-typec .label {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #04127c;
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 30px;
}

.mod-presspnl-typec .category-group .category {
  text-align: right;
  display: block;
}

.mod-presspnl-typec .category-group .time {
  text-align: right;
  display: block;
}

.mod-presspnl-typec .detail {
  padding: 16px 19px 13px;
}

.mod-presspnl-typec .detail .text {
  line-height: 1.5;
  margin: 0 0 10px;
}

.mod-presspnl-typec .detail .text::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-presspnl-typec .detail .text.js-reader span {
  padding: 0 2px;
}

.mod-presspnl-typec .thumb {
  position: relative;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mod-presspnl-typec .thumb.replay::before {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: .7;
}

.mod-presspnl-typec .thumb.replay::after {
  position: absolute;
  z-index: 2;
  top: 38px;
  top: 50%;
  left: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: 7px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 12px solid transparent;
  border-left: 20px solid #333;
  opacity: .7;
}

.mod-presspnl-typec .thumb img {
  display: block;
  width: 100%;
}

/* ----------------------------------------------------------------------------
 * .mod-presspnl-typed
 * ------------------------------------------------------------------------- */
.mod-presspnl-typed {
  overflow: hidden;
  margin: 0 0 42px;
}

.mod-presspnl-typed&gt; .list&gt; li {
  margin: 0 0 2px;
}

.mod-presspnl-typed&gt; .list&gt; li&gt; a {
  line-height: 1.78571;
  text-decoration: none;
}

.mod-presspnl-typed .icon {
  font-size: 1.2rem;
  line-height: 1;
  color: #be375a;
  background: #fff;
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #be375a;
}

.mod-presspnl-typed .label {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #04127c;
  display: inline-block;
  min-width: 140px;
  padding: 4px 8px;
}

.mod-presspnl-typed .category {
  text-align: right;
  display: block;
}

.mod-presspnl-typed .category-group {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 0 15px;
}

.mod-presspnl-typed .category-group .time {
  display: block;
  min-width: 130px;
}

.mod-presspnl-typed .detail {
  padding: 15px;
  border-bottom: 1px dotted #333;
}

.mod-presspnl-typed .detail .text {
  line-height: 1.5;
  margin: 0;
}

.mod-presspnl-typed .detail .text::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-presspnl-typed .detail .text.js-reader .icon {
  margin-left: 5px;
}

.mod-presspnl-typed .detail .text.js-reader span {
  text-decoration: none;
  padding: 0 2px;
}

.mod-presspnl-typed .detail .text.js-reader span:hover {
  text-decoration: none;
}

.mod-presspnl-typed .thumb {
  max-width: 100%;
}

.mod-presspnl-typed .thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* ----------------------------------------------------------------------------
 * .mod-pnl-index
 * ------------------------------------------------------------------------- */

.mod-pnl-index .list {
  overflow: hidden;
  padding: 0 10px;
}

.mod-pnl-index .list&gt; li,
.mod-pnl-index .list .list-item {
  position: relative;
}

.mod-pnl-index .list&gt; li&gt; .label,
.mod-pnl-index .list .list-item&gt; .label {
  text-decoration: none;
  color: #fff;
  background-color: #04127c;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 10px;
  min-width: 200px;
  max-width: calc(100% - 10%);
  padding: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mod-pnl-index .list&gt; li&gt; .label:link&gt; .text::after,
.mod-pnl-index .list .list-item&gt; .label:link&gt; .text::after {
  position: relative;
  top: -.15em;
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: .5em;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mod-pnl-index .list&gt; li&gt; .label&gt; .text,
.mod-pnl-index .list .list-item&gt; .label&gt; .text {
  font-weight: bold;
  padding-right: 1.5em;
}

.mod-pnl-index .list&gt; li&gt; .inner,
.mod-pnl-index .list .list-item&gt; .inner {
  text-decoration: none;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .icons,
.mod-pnl-index .list .list-item&gt; .inner&gt; .icons {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px 0 0 -5px;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .icons&gt; li,
.mod-pnl-index .list .list-item&gt; .inner&gt; .icons&gt; li {
  font-size: 1.3rem;
  font-weight: bold;
  color: #04127c;
  display: -webkit-inline-flex;
  display:         inline-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  min-height: 32px;
  margin: 10px 0 0 5px;
  padding: 1px 20px;
  border: #04127c 1px solid;
  border-radius: 36px;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .detail,
.mod-pnl-index .list .list-item&gt; .inner&gt; .detail {
  position: relative;
  min-height: 40px;
  margin-bottom: 15px;
  padding-right: 50px;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .detail::after,
.mod-pnl-index .list .list-item&gt; .inner&gt; .detail::after {
  position: absolute;
  top: 8px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  transition: right .2s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: #04127c 2px solid;
  border-bottom: #04127c 2px solid;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .detail&gt; .date,
.mod-pnl-index .list .list-item&gt; .inner&gt; .detail&gt; .date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #04127c;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .detail&gt; .date+ .heading,
.mod-pnl-index .list .list-item&gt; .inner&gt; .detail&gt; .date+ .heading {
  margin-top: 5px;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .detail&gt; .heading,
.mod-pnl-index .list .list-item&gt; .inner&gt; .detail&gt; .heading {
  font-size: 1.7rem;
  font-weight: bold;
  color: #04127c;
  margin: 0;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .detail&gt; .text,
.mod-pnl-index .list .list-item&gt; .inner&gt; .detail&gt; .text {
  font-size: 1.4rem;
  color: #04127c;
  margin: 0;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb,
.mod-pnl-index .list .list-item&gt; .inner&gt; .thumb {
  margin-bottom: 20px;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb._replay,
.mod-pnl-index .list .list-item&gt; .inner&gt; .thumb._replay {
  position: relative;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb._replay::before,
.mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb._replay::after,
.mod-pnl-index .list .list-item&gt; .inner&gt; .thumb._replay::before,
.mod-pnl-index .list .list-item&gt; .inner&gt; .thumb._replay::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb._replay::before,
.mod-pnl-index .list .list-item&gt; .inner&gt; .thumb._replay::before {
  background: rgba(0, 0, 0, .5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 76px;
  height: 76px;
  margin: auto;
  border-radius: 50%;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb._replay::after,
.mod-pnl-index .list .list-item&gt; .inner&gt; .thumb._replay::after {
  top: 0;
  right: -7px;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 12px 0 12px 21px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb&gt; img,
.mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb&gt; picture&gt; img,
.mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb&gt; picture&gt; img,
.mod-pnl-index .list .list-item&gt; .inner&gt; .thumb&gt; img,
.mod-pnl-index .list .list-item&gt; .inner&gt; .thumb&gt; picture&gt; img,
.mod-pnl-index .list .list-item&gt; .inner&gt; .thumb&gt; picture&gt; img {
  display: block;
  width: 100%;
}

.mod-pnl-index .list&gt; li&gt; .inner[href$=".pdf"],
.mod-pnl-index .list&gt; li&gt; .inner[target="_blank"],
.mod-pnl-index .list&gt; li&gt; .inner[href$=".ppt"],
.mod-pnl-index .list&gt; li&gt; .inner[href$=".xls"],
.mod-pnl-index .list&gt; li&gt; .inner[href$=".doc"],
.mod-pnl-index .list&gt; li&gt; .inner[href$=".zip"],
.mod-pnl-index .list&gt; li&gt; .inner[href$=".lzh"],
.mod-pnl-index .list&gt; li&gt; .inner[href$=".exe"],
.mod-pnl-index .list&gt; li&gt; .inner.of-movie,
.mod-pnl-index .list&gt; li&gt; .inner.js-modal-img,
.mod-pnl-index .list .list-item&gt; .inner[href$=".pdf"],
.mod-pnl-index .list .list-item&gt; .inner[target="_blank"],
.mod-pnl-index .list .list-item&gt; .inner[href$=".ppt"],
.mod-pnl-index .list .list-item&gt; .inner[href$=".xls"],
.mod-pnl-index .list .list-item&gt; .inner[href$=".doc"],
.mod-pnl-index .list .list-item&gt; .inner[href$=".zip"],
.mod-pnl-index .list .list-item&gt; .inner[href$=".lzh"],
.mod-pnl-index .list .list-item&gt; .inner[href$=".exe"],
.mod-pnl-index .list .list-item&gt; .inner.of-movie,
.mod-pnl-index .list .list-item&gt; .inner.js-modal-img {
  padding-left: 0;
}

.mod-pnl-index .list&gt; li&gt; .inner[href$=".pdf"] .icn,
.mod-pnl-index .list&gt; li&gt; .inner[target="_blank"] .icn,
.mod-pnl-index .list&gt; li&gt; .inner[href$=".ppt"] .icn,
.mod-pnl-index .list&gt; li&gt; .inner[href$=".xls"] .icn,
.mod-pnl-index .list&gt; li&gt; .inner[href$=".doc"] .icn,
.mod-pnl-index .list&gt; li&gt; .inner[href$=".zip"] .icn,
.mod-pnl-index .list&gt; li&gt; .inner[href$=".lzh"] .icn,
.mod-pnl-index .list&gt; li&gt; .inner[href$=".exe"] .icn,
.mod-pnl-index .list&gt; li&gt; .inner.of-movie .icn,
.mod-pnl-index .list&gt; li&gt; .inner.js-modal-img .icn,
.mod-pnl-index .list .list-item&gt; .inner[href$=".pdf"] .icn,
.mod-pnl-index .list .list-item&gt; .inner[target="_blank"] .icn,
.mod-pnl-index .list .list-item&gt; .inner[href$=".ppt"] .icn,
.mod-pnl-index .list .list-item&gt; .inner[href$=".xls"] .icn,
.mod-pnl-index .list .list-item&gt; .inner[href$=".doc"] .icn,
.mod-pnl-index .list .list-item&gt; .inner[href$=".zip"] .icn,
.mod-pnl-index .list .list-item&gt; .inner[href$=".lzh"] .icn,
.mod-pnl-index .list .list-item&gt; .inner[href$=".exe"] .icn,
.mod-pnl-index .list .list-item&gt; .inner.of-movie .icn,
.mod-pnl-index .list .list-item&gt; .inner.js-modal-img .icn {
  vertical-align: middle;
  position: relative;
  top: 0;
  display: inline-block;
  height: 1em;
  margin: 0 8px 0 0;
}

.mod-pnl-index.of-center&gt; .list {
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.mod-pnl-index._carousel {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.mod-pnl-index._carousel .list {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}

.mod-pnl-index._carousel .list .list-item {
  padding: 40px 20px 0 40px;
}

.mod-pnl-index._carousel .slick-inner {
  position: static;
  max-width: 1300px;
  margin: 0 auto 15px;
}

.mod-pnl-index._carousel .slick-arrow {
  color: #000;
  background: rgba(255, 255, 255, .9);
  position: absolute;
  z-index: 1;
  top: 140px;
  display: block !important;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 1px solid rgba(4, 18, 124, .35);
}

.mod-pnl-index._carousel .slick-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  content: "";
  border: 1px solid;
  border-color: #04127c #04127c transparent transparent;
}

.mod-pnl-index._carousel .slick-arrow.slick-prev {
  left: 10px;
}

.mod-pnl-index._carousel .slick-arrow.slick-prev::before {
  left: 14px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.mod-pnl-index._carousel .slick-arrow.slick-next {
  right: 10px;
}

.mod-pnl-index._carousel .slick-arrow.slick-next::before {
  right: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod-pnl-index._carousel .slick-arrow:focus {
  outline: 1px dotted #333;
  outline: -webkit-focus-ring-color auto 5px;
}

.mod-pnl-index._carousel .slick-dots-wrap {
  text-align: center;
}

.mod-pnl-index._carousel .slick-dots-wrap .slick-dots {
  display: none !important;
}

.mod-pnl-index._carousel .btn-control {
  font-size: 0;
  color: transparent;
  background-color: transparent;
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border: 0;
}

.mod-pnl-index._carousel .btn-control::before,
.mod-pnl-index._carousel .btn-control::after {
  background: #04127c;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4px;
  height: 16px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mod-pnl-index._carousel .btn-control::before {
  margin-left: -6px;
}

.mod-pnl-index._carousel .btn-control::after {
  margin-left: 2px;
}

.mod-pnl-index._carousel .btn-control:focus {
  outline: 1px dotted #04127c;
}

.mod-pnl-index._carousel .btn-control.is-stop::before {
  background: none;
  border-width: 8px 0 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #04127c;
}

.mod-pnl-index._carousel .btn-control.is-stop::after {
  content: none;
}

/* ----------------------------------------------------------------------------
 * .mod-pnl-index2
 * ------------------------------------------------------------------------- */

.mod-pnl-index2&gt; .list {
  padding: 0 10px;
}

.mod-pnl-index2&gt; .list&gt; li {
  position: relative;
}

.mod-pnl-index2&gt; .list&gt; li&gt; .thumb {
  margin-bottom: 20px;
}

.mod-pnl-index2&gt; .list&gt; li&gt; .thumb&gt; img,
.mod-pnl-index2&gt; .list&gt; li&gt; .thumb&gt; picture&gt; img {
  display: block;
  width: 100%;
}

.mod-pnl-index2&gt; .list&gt; li&gt; .detail&gt; .heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}

.mod-pnl-index2&gt; .list&gt; li&gt; .detail&gt; .text {
  font-weight: bold;
  text-align: center;
  color: #646e74;
}

.mod-pnl-index2&gt; .list&gt; li&gt; .btnArea {
  margin: 18px 0 0;
}

/* ----------------------------------------------------------------------------
 * .mod-pnl-indexBnr
 * ------------------------------------------------------------------------- */
.mod-pnl-indexBnr a {
  display: block;
}

.mod-pnl-indexBnr a img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------
 * パネル .mod-pnl-news-mv
 * ------------------------------------------------------------------------- */
.mod-pnl-news-mv {
  text-decoration: none;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.mod-pnl-news-mv&gt; .item {
  overflow: hidden;
}

.mod-pnl-news-mv&gt; .item.of-content {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  padding: 20px;
}

.mod-pnl-news-mv&gt; .item.of-content::before {
  background-color: #1e32a5;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100%;
  bottom: -100%;
  left: 0;
  display: block;
  content: "";
}

.mod-pnl-news-mv&gt; .item.of-content .lede,
.mod-pnl-news-mv&gt; .item.of-content .sub,
.mod-pnl-news-mv&gt; .item.of-content .time {
  color: #fff;
  margin-bottom: 0;
}

.mod-pnl-news-mv&gt; .item.of-content .lede {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}

.mod-pnl-news-mv&gt; .item.of-content .sub {
  font-size: 1.4rem;
}

.mod-pnl-news-mv&gt; .item.of-content .time {
  font-size: 1.4rem;
  margin-top: 25px;
}

.mod-pnl-news-mv&gt; .item&gt; img {
  width: 100%;
}

/* ----------------------------------------------------------------------------
 * パネル .mod-pnl-carousel
 * ------------------------------------------------------------------------- */

.mod-pnl-carousel .img {
  width: 100%;
  margin-bottom: 17px;
}

.mod-pnl-carousel .labels {
  font-size: 12px;
  color: #fff;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -3px 7px;
}

.mod-pnl-carousel .labels&gt; li {
  margin: 3px;
  padding: 0 10px;
}

.mod-pnl-carousel .labels .type1 {
  background-color: #04127c;
}

.mod-pnl-carousel .labels .type2 {
  background-color: #286ebe;
}

.mod-pnl-carousel .labels .type3 {
  background-color: #be375a;
}

.mod-pnl-carousel .text {
  font-size: 14px;
  margin-bottom: 0;
}

.mod-pnl-carousel .time {
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
}

/* ============================================================================
 * _btn
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 汎用的なアクションボタン .mod-btn
 * ------------------------------------------------------------------------- */

div.mod-btn .btn {
  text-align: center;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

div.mod-btn.of-list .btn {
  margin-bottom: 9px;
}

/* ----------------------------------------------------------------------------
 * 汎用的なアクションボタン .mod-btn
 * ------------------------------------------------------------------------- */
.mod-btn {
  text-align: center;
  margin: 0 0 16px;
}

.mod-btn a,
.mod-btn button,
.mod-btn&gt; span,
.mod-btn .btn&gt; span {
  font-size: 1.8rem;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  color: #be375a;
  background: transparent;
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 1px 34px 1px 50px;
  transition: .2s ease;
  border: 2px solid;
}

.mod-btn a::before,
.mod-btn button::before,
.mod-btn&gt; span::before,
.mod-btn .btn&gt; span::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  transition: .2s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid;
  border-color: #be375a #be375a transparent transparent;
}

.mod-btn a.of-left::before,
.mod-btn button.of-left::before,
.mod-btn&gt; span.of-left::before,
.mod-btn .btn&gt; span.of-left::before {
  left: 22px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mod-btn a.of-bottom::before,
.mod-btn button.of-bottom::before,
.mod-btn&gt; span.of-bottom::before,
.mod-btn .btn&gt; span.of-bottom::before {
  left: 22px;
  transition: .2s ease;
  -webkit-transform: rotate(135deg) translate(1px, 9px);
          transform: rotate(135deg) translate(1px, 9px);
}

.mod-btn a.of-bottom[aria-pressed="true"]::before,
.mod-btn button.of-bottom[aria-pressed="true"]::before,
.mod-btn&gt; span.of-bottom[aria-pressed="true"]::before,
.mod-btn .btn&gt; span.of-bottom[aria-pressed="true"]::before {
  -webkit-transform: rotate(-45deg) translate(-9px, -1px);
          transform: rotate(-45deg) translate(-9px, -1px);
}

.mod-btn a.of-bottom[aria-expanded="true"]::before,
.mod-btn button.of-bottom[aria-expanded="true"]::before,
.mod-btn&gt; span.of-bottom[aria-expanded="true"]::before,
.mod-btn .btn&gt; span.of-bottom[aria-expanded="true"]::before {
  -webkit-transform: rotate(315deg) translate(-9px, -1px);
          transform: rotate(315deg) translate(-9px, -1px);
}

.mod-btn a:hover,
.mod-btn a:focus,
.mod-btn button:hover,
.mod-btn button:focus {
  opacity: 1;
}

.mod-btn a:hover::before,
.mod-btn a:focus::before,
.mod-btn button:hover::before,
.mod-btn button:focus::before {
  left: 15px;
}

.mod-btn a.of-bottom:hover::before,
.mod-btn a.of-bottom:focus::before,
.mod-btn button.of-bottom:hover::before,
.mod-btn button.of-bottom:focus::before {
  bottom: -6px;
}

.mod-btn a.of-left:hover::before,
.mod-btn a.of-left:focus::before,
.mod-btn button.of-left:hover::before,
.mod-btn button.of-left:focus::before {
  left: 17px;
}

.mod-btn&gt; span,
.mod-btn button:disabled {
  color: #666;
  background: #f6f6f6;
  padding-left: 34px;
  cursor: default;
  transition: none;
  border: 2px solid #aaa;
}

.mod-btn&gt; span::before,
.mod-btn button:disabled::before {
  display: none !important;
}

.mod-btn.of-full a,
.mod-btn.of-full button,
.mod-btn.of-full .btn {
  width: 100%;
}

.mod-btn.of-has-limit a,
.mod-btn.of-has-limit button {
  max-width: 300px;
  padding: 6px 34px 6px 42px;
}

.mod-btn.of-has-limit a::before,
.mod-btn.of-has-limit button::before {
  left: 2px;
}

.mod-btn.of-has-limit a:hover::before,
.mod-btn.of-has-limit a:focus::before,
.mod-btn.of-has-limit button:hover::before,
.mod-btn.of-has-limit button:focus::before {
  left: 6px;
}

.mod-btn.var01 a,
.mod-btn.var01 button {
  background: #fff;
}

.mod-btn.var02 a,
.mod-btn.var02 button {
  color: #fff;
  background: #04127c;
  border: 2px solid #04127c;
}

.mod-btn.var02 a::before,
.mod-btn.var02 button::before {
  border-color: #fff #fff transparent transparent;
}

.mod-btn.var02 a:hover,
.mod-btn.var02 a:focus,
.mod-btn.var02 button:hover,
.mod-btn.var02 button:focus {
  outline-offset: -1px;
}

.mod-btn.of-contact a,
.mod-btn.of-contact button {
  color: #000;
  background: #f6e1c5;
  border-color: #be375a;
}

.mod-btn.of-contact a::before,
.mod-btn.of-contact button::before {
  border-color: #be375a #be375a transparent transparent;
}

.mod-btn.of-contact a:hover,
.mod-btn.of-contact a:focus,
.mod-btn.of-contact button:hover,
.mod-btn.of-contact button:focus {
  outline-offset: -1px;
}

.mod-btn.of-download a,
.mod-btn.of-download button {
  color: #fff;
  background: #be375a;
  border: 2px solid #be375a;
}

.mod-btn.of-download a::before,
.mod-btn.of-download button::before {
  border-color: #fff #fff transparent transparent;
}

.mod-btn.of-download a:hover,
.mod-btn.of-download a:focus,
.mod-btn.of-download button:hover,
.mod-btn.of-download button:focus {
  outline-offset: -1px;
}

.mod-btn small.notice {
  font-size: 1.4rem;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  max-width: 100%;
  margin: 10px 0 0;
}

.mod-btn small.notice span {
  text-align: left;
  max-width: 100%;
}

.mod-btn small.notice span+ span {
  padding-left: 7px;
}

.mod-btn.of-no-arrow a,
.mod-btn.of-no-arrow button,
.mod-btn.of-no-arrow&gt; span,
.mod-btn.of-no-arrow .btn&gt; span {
  padding-left: 34px;
}

.mod-btn.of-no-arrow a::before,
.mod-btn.of-no-arrow button::before,
.mod-btn.of-no-arrow&gt; span::before,
.mod-btn.of-no-arrow .btn&gt; span::before {
  display: none;
}

.mod-btn.align-left small {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.mod-btn.align-right small {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.mod-btn img.icn {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
}

p:not(.mod-btn)+ .mod-btn {
  margin-top: 1.7em;
}

/* ----------------------------------------------------------------------------
 * 汎用的なアクションボタンリスト .mod-btn-list
 * ------------------------------------------------------------------------- */
.mod-btn-list {
  position: relative;
  overflow: hidden;
  margin: 0 0 16px;
}

.mod-btn-list&gt; .list&gt; li {
  margin: 0 0 9px;
}

/* ----------------------------------------------------------------------------
 * 汎用的なアクションボタン .mod-btn-02
 * ------------------------------------------------------------------------- */

div.mod-btn-02 .btn {
  text-align: center;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

div.mod-btn-02.of-list .btn {
  margin-bottom: 9px;
}

/* ----------------------------------------------------------------------------
 * 汎用的なアクションボタン .mod-btn-02
 * ------------------------------------------------------------------------- */
.mod-btn-02 {
  text-align: center;
  margin: 0 0 16px;
}

.mod-btn-02 a,
.mod-btn-02 button,
.mod-btn-02&gt; span,
.mod-btn-02 .btn&gt; span {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #04127c 0, #6069ac 50%, #04127c 100%);
  background-size: 200% auto;
  position: relative;
  display: inline-block;
  padding: 10px 48px 9px 32px;
  transition: .2s ease;
  border: 0;
  border-radius: 1000px;
}

.mod-btn-02 a::before,
.mod-btn-02 button::before,
.mod-btn-02&gt; span::before,
.mod-btn-02 .btn&gt; span::before {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  transition: right .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}

.mod-btn-02 a:hover,
.mod-btn-02 a:focus,
.mod-btn-02 button:hover,
.mod-btn-02 button:focus {
  background-position: right center;
}

.mod-btn-02 a:hover::before,
.mod-btn-02 a:focus::before,
.mod-btn-02 button:hover::before,
.mod-btn-02 button:focus::before {
  right: 11px;
}

.mod-btn-02&gt; span,
.mod-btn-02 button:disabled {
  color: #666;
  background: #f6f6f6;
  padding-left: 34px;
  cursor: default;
  transition: none;
  border: 2px solid #aaa;
}

.mod-btn-02&gt; span::before,
.mod-btn-02 button:disabled::before {
  display: none !important;
}

.mod-btn-02.of-full a,
.mod-btn-02.of-full button,
.mod-btn-02.of-full .btn {
  width: 100%;
}

.mod-btn-02.of-has-limit a,
.mod-btn-02.of-has-limit button {
  max-width: 300px;
}

.mod-btn-02.of-top a::before,
.mod-btn-02.of-top button::before {
  top: 10px;
  transition: top .2s;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.mod-btn-02.of-top a:hover::before,
.mod-btn-02.of-top a:focus::before,
.mod-btn-02.of-top button:hover::before,
.mod-btn-02.of-top button:focus::before {
  top: 5px;
  right: 16px;
}

.mod-btn-02.of-bottom a::before,
.mod-btn-02.of-bottom button::before {
  bottom: 15px;
  transition: bottom .2s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mod-btn-02.of-bottom a:hover::before,
.mod-btn-02.of-bottom a:focus::before,
.mod-btn-02.of-bottom button:hover::before,
.mod-btn-02.of-bottom button:focus::before {
  right: 16px;
  bottom: 10px;
}

.mod-btn-02.of-left a::before,
.mod-btn-02.of-left button::before {
  right: 11px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.mod-btn-02.of-left a:hover::before,
.mod-btn-02.of-left a:focus::before,
.mod-btn-02.of-left button:hover::before,
.mod-btn-02.of-left button:focus::before {
  right: 16px;
}

.mod-btn-02.of-type-02 a,
.mod-btn-02.of-type-02 button {
  color: #fff;
  background-image: linear-gradient(to right, #04127c 0, #6069ac 50%, #04127c 100%);
}

.mod-btn-02.of-type-02 a::before,
.mod-btn-02.of-type-02 button::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mod-btn-02.of-type-02.of-outline a,
.mod-btn-02.of-type-02.of-outline button {
  color: #04127c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #04127c;
}

.mod-btn-02.of-type-02.of-outline a::before,
.mod-btn-02.of-type-02.of-outline button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-btn-02.of-type-02.of-translucent a,
.mod-btn-02.of-type-02.of-translucent button {
  color: #04127c;
  background-color: rgba(255, 255, 255, .7);
  background-image: none;
  border: 1px solid #04127c;
}

.mod-btn-02.of-type-02.of-translucent a::before,
.mod-btn-02.of-type-02.of-translucent button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-btn-02.of-type-03 a,
.mod-btn-02.of-type-03 button {
  color: #fff;
  background-image: linear-gradient(to right, #962c47 0, #be375a 50%, #962c47 100%);
}

.mod-btn-02.of-type-03 a::before,
.mod-btn-02.of-type-03 button::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mod-btn-02.of-type-03.of-outline a,
.mod-btn-02.of-type-03.of-outline button {
  color: #04127c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #be375a;
}

.mod-btn-02.of-type-03.of-outline a::before,
.mod-btn-02.of-type-03.of-outline button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-btn-02.of-type-03.of-translucent a,
.mod-btn-02.of-type-03.of-translucent button {
  color: #04127c;
  background-color: rgba(255, 255, 255, .7);
  background-image: none;
  border: 1px solid #be375a;
}

.mod-btn-02.of-type-03.of-translucent a::before,
.mod-btn-02.of-type-03.of-translucent button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-btn-02.of-type-04 a,
.mod-btn-02.of-type-04 button {
  color: #04127c;
  background-image: linear-gradient(to right, #dc8c23 0, #e9b674 50%, #dc8c23 100%);
}

.mod-btn-02.of-type-04 a::before,
.mod-btn-02.of-type-04 button::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mod-btn-02.of-type-04.of-outline a,
.mod-btn-02.of-type-04.of-outline button {
  color: #04127c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dc8c23;
}

.mod-btn-02.of-type-04.of-outline a::before,
.mod-btn-02.of-type-04.of-outline button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-btn-02.of-type-04.of-translucent a,
.mod-btn-02.of-type-04.of-translucent button {
  color: #04127c;
  background-color: rgba(255, 255, 255, .7);
  background-image: none;
  border: 1px solid #dc8c23;
}

.mod-btn-02.of-type-04.of-translucent a::before,
.mod-btn-02.of-type-04.of-translucent button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-btn-02 small.notice {
  font-size: 1.4rem;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  max-width: 100%;
  margin: 10px 0 0;
}

.mod-btn-02 small.notice span {
  text-align: left;
  max-width: 100%;
}

.mod-btn-02 small.notice span+ span {
  padding-left: 7px;
}

.mod-btn-02.of-no-arrow a,
.mod-btn-02.of-no-arrow button,
.mod-btn-02.of-no-arrow&gt; span,
.mod-btn-02.of-no-arrow .btn&gt; span {
  padding-left: 34px;
}

.mod-btn-02.of-no-arrow a::before,
.mod-btn-02.of-no-arrow button::before,
.mod-btn-02.of-no-arrow&gt; span::before,
.mod-btn-02.of-no-arrow .btn&gt; span::before {
  display: none;
}

.mod-btn-02.align-left small {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.mod-btn-02.align-right small {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.mod-btn-02 img.icn {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
}

p:not(.mod-btn)+ .mod-btn-02 {
  margin-top: 1.7em;
}

.mod-btn-02 .btn.of-type-02 a,
.mod-btn-02 .btn.of-type-02 button {
  color: #fff;
  background-image: linear-gradient(to right, #04127c 0, #6069ac 50%, #04127c 100%);
}

.mod-btn-02 .btn.of-type-02 a::before,
.mod-btn-02 .btn.of-type-02 button::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mod-btn-02 .btn.of-type-02.of-outline a,
.mod-btn-02 .btn.of-type-02.of-outline button {
  color: #04127c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #04127c;
}

.mod-btn-02 .btn.of-type-02.of-outline a::before,
.mod-btn-02 .btn.of-type-02.of-outline button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-btn-02 .btn.of-type-02.of-translucent a,
.mod-btn-02 .btn.of-type-02.of-translucent button {
  color: #04127c;
  background-color: rgba(255, 255, 255, .7);
  background-image: none;
  border: 1px solid #04127c;
}

.mod-btn-02 .btn.of-type-02.of-translucent a::before,
.mod-btn-02 .btn.of-type-02.of-translucent button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-btn-02 .btn.of-type-03 a,
.mod-btn-02 .btn.of-type-03 button {
  color: #fff;
  background-image: linear-gradient(to right, #962c47 0, #be375a 50%, #962c47 100%);
}

.mod-btn-02 .btn.of-type-03 a::before,
.mod-btn-02 .btn.of-type-03 button::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mod-btn-02 .btn.of-type-03.of-outline a,
.mod-btn-02 .btn.of-type-03.of-outline button {
  color: #04127c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #be375a;
}

.mod-btn-02 .btn.of-type-03.of-outline a::before,
.mod-btn-02 .btn.of-type-03.of-outline button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-btn-02 .btn.of-type-03.of-translucent a,
.mod-btn-02 .btn.of-type-03.of-translucent button {
  color: #04127c;
  background-color: rgba(255, 255, 255, .7);
  background-image: none;
  border: 1px solid #be375a;
}

.mod-btn-02 .btn.of-type-03.of-translucent a::before,
.mod-btn-02 .btn.of-type-03.of-translucent button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-btn-02 .btn.of-type-04 a,
.mod-btn-02 .btn.of-type-04 button {
  color: #04127c;
  background-image: linear-gradient(to right, #dc8c23 0, #e9b674 50%, #dc8c23 100%);
}

.mod-btn-02 .btn.of-type-04 a::before,
.mod-btn-02 .btn.of-type-04 button::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mod-btn-02 .btn.of-type-04.of-outline a,
.mod-btn-02 .btn.of-type-04.of-outline button {
  color: #04127c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dc8c23;
}

.mod-btn-02 .btn.of-type-04.of-outline a::before,
.mod-btn-02 .btn.of-type-04.of-outline button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-btn-02 .btn.of-type-04.of-translucent a,
.mod-btn-02 .btn.of-type-04.of-translucent button {
  color: #04127c;
  background-color: rgba(255, 255, 255, .7);
  background-image: none;
  border: 1px solid #dc8c23;
}

.mod-btn-02 .btn.of-type-04.of-translucent a::before,
.mod-btn-02 .btn.of-type-04.of-translucent button::before {
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

/* ----------------------------------------------------------------------------
 * ボタンリスト [class^="mod-btn-list-"]
 * ------------------------------------------------------------------------- */
.mod-btn-list-01 {
  max-width: 830px;
  margin: 19px auto 0;
}

.mod-btn-list-01&gt; ul {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -20px 0 0 -20px;
}

.mod-btn-list-01&gt; ul&gt; li {
  padding: 20px 0 0 20px;
}

.mod-btn-list-01 .btn {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #042f5e;
  background-image: linear-gradient(to right, #d8deef 0, #fff 25%);
  background-position: right center;
  background-size: 200% auto;
  position: relative;
  display: inline-block;
  padding: 5px 20px 4px;
  transition: .2s ease;
  border: solid 1px #3b5a81;
  border-radius: 1000px;
}

.mod-btn-list-01 .btn:hover,
.mod-btn-list-01 .btn:focus {
  background-position-x: left;
}

/* ============================================================================
 * _list
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * リストコンポーネント .mod-list
 * ------------------------------------------------------------------------- */
.mod-list {
  margin: 0 0 45px;
}

.mod-box-05 .mod-list {
  margin-bottom: 24px;
}

.mod-list&gt; .list,
.mod-list&gt; .list&gt; li&gt; .list {
  letter-spacing: 1.2px;
  margin: 0 0 -14px -26px;
}

.mod-list&gt; .list&gt; li,
.mod-list&gt; .list&gt; li&gt; .list&gt; li {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 0 3px 50px;
}

[lang="ja"] .mod-list&gt; .list&gt; li,
[lang="ja"]
.mod-list&gt; .list&gt; li&gt; .list&gt; li {
  word-break: break-all;
}

.mod-list&gt; .list&gt; li&gt; *:last-child,
.mod-list&gt; .list&gt; li&gt; .list&gt; li&gt; *:last-child {
  margin-bottom: 0;
}

.mod-list&gt; .list&gt; li::before,
.mod-list&gt; .list&gt; li&gt; .list&gt; li::before {
  background: #646e74;
  position: absolute;
  top: .6em;
  left: 31px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 12px;
}

.mod-list&gt; .list&gt; li&gt; *:last-child,
.mod-list&gt; .list&gt; li&gt; .list&gt; li&gt; *:last-child {
  margin-bottom: 0;
}

.mod-list&gt; .list&gt; li&gt; .mod-list,
.mod-list&gt; .list&gt; li&gt; .list&gt; li&gt; .mod-list {
  margin: 16px 0 0 4px;
}

.mod-list&gt; .list&gt; li&gt; .mod-list&gt; .list&gt; li,
.mod-list&gt; .list&gt; li&gt; .list&gt; li,
.mod-list&gt; .list&gt; li&gt; .list&gt; li&gt; .mod-list&gt; .list&gt; li,
.mod-list&gt; .list&gt; li&gt; .list&gt; li&gt; .list&gt; li {
  padding-left: 46px;
}

.mod-list&gt; .list&gt; li&gt; .mod-list&gt; .list&gt; li::before,
.mod-list&gt; .list&gt; li&gt; .list&gt; li::before,
.mod-list&gt; .list&gt; li&gt; .list&gt; li&gt; .mod-list&gt; .list&gt; li::before,
.mod-list&gt; .list&gt; li&gt; .list&gt; li&gt; .list&gt; li::before {
  background: #a4aab0;
}

.mod-list&gt; .list&gt; li&gt; .list,
.mod-list&gt; .list&gt; li&gt; .list&gt; li&gt; .list {
  margin-top: 2px;
  margin-left: -22px;
}

.mod-list&gt; .list&gt; li&gt; *:not([class^="mod-list"]):not(:last-child):first-child,
.mod-list&gt; .list&gt; li&gt; .list&gt; li&gt; *:not([class^="mod-list"]):not(:last-child):first-child {
  margin-bottom: 6px;
}

.mod-list.of-notice li {
  padding: 0;
}

.mod-list.of-notice li::before {
  content: none;
}

.mod-list.line-height-wide&gt; .list&gt; li::before {
  top: 20px;
}

.mod-list.line-height-wide&gt; .list&gt; li&gt; .list&gt; li::before {
  top: 19px;
}

.mod-list.line-height-super-wide&gt; .list&gt; li::before {
  top: 27px;
}

.mod-list.line-height-super-wide&gt; .list&gt; li&gt; .list&gt; li::before {
  top: 26px;
}

/* ----------------------------------------------------------------------------
 * リストコンポーネント2 .mod-list-02
 * ------------------------------------------------------------------------- */
.mod-list-02 {
  margin-bottom: 52px;
}

.mod-list-02&gt; ul.list {
  display: table;
}

.mod-list-02&gt; ul.list&gt; li {
  display: table-row;
}

.mod-list-02&gt; ul.list&gt; li .mark {
  text-align: left;
  white-space: pre;
  padding: 0 7px 3px 0;
}

.mod-list-02&gt; ul.list&gt; li&gt; * {
  font-size: 100%;
  vertical-align: top;
  display: table-cell;
}

.mod-list-02&gt; ul.list&gt; li&gt; .content {
  padding: 0 0 3px 0;
}

.mod-list-02&gt; ul.list&gt; li&gt; .content&gt; *:last-child {
  margin-bottom: 0;
}

.mod-list-02.of-notice {
  font-size: 1.4rem;
}

.mod-list-02.of-notice small {
  font-size: 100%;
}

/* ----------------------------------------------------------------------------
 * 順序リスト .mod-list-ordered
 * ------------------------------------------------------------------------- */
.mod-list-ordered {
  margin: 0 0 37px;
  counter-reset: mod_list_ordered;
}

.mod-box-05 .mod-list-ordered {
  margin-bottom: 24px;
}

.mod-list-ordered&gt; *:last-child {
  margin-bottom: 0;
}

.mod-list-ordered&gt; ol.list {
  display: table;
  width: 100%;
}

.mod-list-ordered&gt; ol.list&gt; li {
  display: table-row;
  margin: 0;
}

.mod-list-ordered&gt; ol.list&gt; li&gt; .content {
  vertical-align: top;
  display: table-cell;
  width: 100%;
}

.mod-list-ordered&gt; ol.list&gt; li&gt; .content+ * {
  margin-top: 10px;
}

.mod-list-ordered&gt; ol.list&gt; li&gt; .content&gt; *:first-child {
  margin-top: 0;
}

.mod-list-ordered&gt; ol.list&gt; li&gt; .content&gt; *:not([class^="mod-list"]):not(:last-child):first-child {
  margin-bottom: 3px;
}

.mod-list-ordered&gt; ol.list&gt; li::before {
  vertical-align: top;
  white-space: pre;
  word-wrap: normal;
  display: table-cell;
  padding: 0 7px 3px 0;
  content: counter(mod_list_ordered) ".";
  counter-increment: mod_list_ordered;
}

.mod-list-ordered&gt; ol.list&gt; li&gt; *:last-child {
  margin-bottom: 0;
}

.mod-list-ordered .mod-list-ordered {
  padding: 0 0 0 30px;
}

.mod-list-ordered .mod-list&gt; .list,
.mod-list-ordered .mod-list&gt; .list&gt; li&gt; .list {
  margin-top: -3px;
}

.mod-list-ordered .mod-list&gt; .list&gt; li::before,
.mod-list-ordered .mod-list&gt; .list&gt; li&gt; .list&gt; li::before {
  top: calc(4px + .55em);
}

.mod-list-ordered.line-height-wide .mod-list&gt; .list&gt; li::before {
  top: 13px;
}

.mod-list-ordered.line-height-super-wide .mod-list&gt; .list&gt; li::before {
  top: 20px;
}

/* ----------------------------------------------------------------------------
 * カテゴリリスト .mod-list-category
 * ------------------------------------------------------------------------- */
.mod-list-category {
  margin: 0 0 38px;
}

.mod-list-category&gt; .list {
  display: -webkit-flex;
  display:         flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: -8px 0 0 -46px;
}

.mod-list-category&gt; .list&gt; li {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 8px 0 0 46px;
}

.mod-list-category&gt; .list&gt; li::after {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -11px -191px;
  background-size: auto;
  position: absolute;
  top: 0;
  right: -24px;
  bottom: 0;
  display: block;
  width: 1px;
  height: 22px;
  margin: auto;
  content: "";
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  border: 0;
}

.mod-list-category&gt; .list&gt; li&gt; a {
  max-width: 100%;
}

.mod-list-category&gt; .list&gt; li:last-child::after {
  display: none;
}

.mod-list-category&gt; .list&gt; li&gt; em,
.mod-list-category&gt; .list&gt; li&gt; a:not([href]) {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: inherit;
}

.mod-list-category&gt; .list&gt; li&gt; a {
  color: inherit;
}

.mod-list-category&gt; .list&gt; li&gt; a:visited {
  color: #000;
}

.mod-list-category.align-center&gt; .list {
  -webkit-justify-content: center;
          justify-content: center;
}

.mod-list-category.align-right&gt; .list {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

/* ----------------------------------------------------------------------------
 * 記述リストコンポーネント .mod-list-desc
 * ------------------------------------------------------------------------- */
.mod-list-desc {
  margin: 0 0 32px;
}

.mod-list-desc&gt; dl.list {
  margin: 0;
}

.mod-list-desc&gt; dl.list&gt; div dt,
.mod-list-desc&gt; dl.list&gt; div dd {
  margin: 0;
}

.mod-list-desc&gt; dl.list&gt; div dt {
  font-weight: bold;
}

.mod-list-desc&gt; dl.list&gt; div dt dfn {
  font-style: normal;
}

.mod-list-desc&gt; dl.list&gt; div dd {
  margin: 0 0 1em;
}

.mod-list-desc&gt; dl.list&gt; div dd&gt; *:first-child {
  margin-top: 0;
}

.mod-list-desc&gt; dl.list&gt; div dd&gt; *:last-child {
  margin-bottom: 0;
}

.mod-list-desc&gt; dl.list&gt; div:last-child&gt; dd:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 警告リスト .mod-list-alert
 * ------------------------------------------------------------------------- */
.mod-list-alert {
  font-size: 1.4rem;
  color: #be375a;
  margin: 0 0 14px;
}

.mod-tbl-form td.caption .mod-list-alert {
  margin-top: 14px;
  margin-bottom: 0;
}

.mod-list-alert&gt; .list {
  margin: 0;
  padding: 0;
}

.mod-list-alert&gt; .list&gt; li:not(.no-icon) {
  position: relative;
  padding: 0 0 0 28px;
}

.mod-list-alert&gt; .list&gt; li:not(.no-icon)::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-position: -198px -120px;
  background-size: auto;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 19px;
  height: 17px;
  content: "";
}

.mod-list-alert.line-height-wide&gt; .list&gt; li::before {
  top: 4px;
}

.mod-list-alert.line-height-super-wide&gt; .list&gt; li::before {
  top: 12px;
}

/* ----------------------------------------------------------------------------
 * ニュースリスト .mod-list-news
 * ------------------------------------------------------------------------- */

.mod-list-news&gt; dl.list {
  font-size: 1.4rem;
  line-height: 1.75;
  width: 100%;
  margin: 0 0 40px;
}

.mod-list-news&gt; dl.list&gt; .row dt {
  padding: 0 0 3px;
}

.mod-list-news&gt; dl.list&gt; .row dd {
  width: 100%;
  margin: 0;
  padding: 0 0 24px;
}

.mod-list-news&gt; dl.list&gt; .row dd .content a {
  text-decoration: none;
}

.mod-list-news&gt; dl.list&gt; .row dd .content a::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-list-news&gt; dl.list&gt; .row dd .content a:focus,
.mod-list-news&gt; dl.list&gt; .row dd .content a:hover {
  text-decoration: underline;
}

.mod-list-news&gt; dl.list&gt; .row dd .content a.inner-link {
  text-decoration: underline;
}

.mod-list-news&gt; dl.list&gt; .row dd .content a.inner-link::after {
  display: none;
}

.mod-list-news&gt; dl.list&gt; .row dd .content a.inner-link:focus,
.mod-list-news&gt; dl.list&gt; .row dd .content a.inner-link:hover {
  text-decoration: none;
}

.mod-list-news&gt; dl.list&gt; .row:last-child dd {
  padding-bottom: 0;
}

.mod-list-news.of-type-02&gt; dl.list&gt; .row {
  border-bottom: 1px dotted #333;
}

.mod-list-news.of-type-02&gt; dl.list&gt; .row dt {
  padding-bottom: 1px;
}

.mod-list-news.of-type-02&gt; dl.list&gt; .row dd {
  padding-bottom: 10px;
}

.mod-list-news.of-type-02&gt; dl.list&gt; .row:not(:first-child) dt {
  padding-top: 18px;
}

.mod-list-news.of-type-02&gt; dl.list&gt; .row:not(:first-child) dd {
  padding: 0 0 8px;
}

.mod-list-news.of-type-03&gt; dl.list&gt; .row dt,
.mod-list-news.of-type-03&gt; dl.list&gt; .row dd {
  display: inline;
}

.mod-list-news.of-type-03&gt; dl.list&gt; .row dt {
  padding: 0 13px 0 0;
}

.mod-list-news.of-type-03 b.label {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  background: #dce8f5;
  display: inline-block;
  width: 120px;
}

.mod-list-news.of-type-03 b.label+ * {
  padding: 4px 0 27px;
}

.mod-list-news.of-type-04&gt; dl.list&gt; .row dt {
  padding-bottom: 5px;
}

.mod-list-news.of-type-04&gt; dl.list&gt; .row dd {
  padding-bottom: 26px;
}

.mod-list-news.of-type-04 ul.label {
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
  top: -5px;
  left: -5px;
  display: block;
  overflow: hidden;
  width: calc(100% + 5px);
  margin: 0 0 2px;
}

.mod-list-news.of-type-04 ul.label li {
  text-align: center;
  background: #e0efed;
  display: block;
  float: left;
  margin: 5px 0 0 5px;
  padding: 0 10px;
}

.mod-list-news.of-type-05&gt; ul.list {
  margin: 0 0 40px;
}

.mod-list-news.of-type-05&gt; ul.list&gt; .row {
  padding-bottom: 14px;
  border-bottom: 1px dotted #333;
}

.mod-list-news.of-type-05&gt; ul.list&gt; .row+ .row {
  padding-top: 14px;
}

.mod-list-news.of-type-05&gt; ul.list&gt; .row .content&gt; li&gt; a {
  text-decoration: none;
}

.mod-list-news.of-type-05&gt; ul.list&gt; .row .content&gt; li&gt; a::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-list-news.of-type-05&gt; ul.list&gt; .row .content&gt; li&gt; a:focus,
.mod-list-news.of-type-05&gt; ul.list&gt; .row .content&gt; li&gt; a:hover {
  text-decoration: underline;
}

.mod-list-news.of-type-05 .schedule {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.mod-list-news.of-type-05 .tag {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 -10px -10px;
}

.mod-list-news.of-type-05 .tag&gt; li {
  padding: 0 0 10px 10px;
}

.mod-list-news.of-type-05 .tag&gt; li[class^="of-"] span {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  background: transparent;
  display: block;
  min-width: 120px;
}

.mod-list-news.of-type-05 .tag&gt; li.of-category span {
  background: #dce8f5;
}

.mod-list-news.of-type-05 .tag&gt; li.of-full span {
  color: #fff;
  background: #24766b;
}

.mod-list-news.of-type-05 .tag&gt; li.of-accept span {
  color: #000;
  background: #f5dee4;
}

.mod-list-news.of-type-05 .notice {
  clear: both;
  padding-top: 5px;
}

.mod-list-news.of-type-05 .notice&gt; *:last-child {
  margin-bottom: 0;
}

.mod-list-news.of-type-05 .content {
  padding-top: 5px;
}

.mod-list-news.of-type-05 .supplement {
  font-size: 1.4rem;
  margin-top: 5px;
}

.mod-list-news.of-type-05 .supplement&gt; *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * ニュースリスト（トップ用）
 * ------------------------------------------------------------------------- */
.mod-list-news-02 {
  font-size: 1.4rem;
  margin: 0 0 30px;
}

.mod-list-news-02 a {
  text-decoration: none;
  color: #000;
  padding-left: 0;
}

.mod-list-news-02 a::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-list-news-02 a:focus,
.mod-list-news-02 a:hover {
  text-decoration: underline;
}

.mod-list-news-02 .list&gt; div {
  margin: 0 0 25px 0;
}

.mod-list-news-02 .list&gt; div&gt; dd {
  margin: 0;
}

.mod-list-news-02 .list&gt; div:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 質問リストコンポーネント .mod-list-faq
 * ------------------------------------------------------------------------- */

.mod-list-faq&gt; dl.list {
  font-size: 1.4rem;
  line-height: 1.71429;
  display: table;
  width: 100%;
  margin: 0 0 46px;
  border-collapse: collapse;
}

.mod-list-faq&gt; dl.list&gt; dt,
.mod-list-faq&gt; dl.list&gt; dd {
  display: table-row;
}

.mod-list-faq&gt; dl.list&gt; dt&gt; *,
.mod-list-faq&gt; dl.list&gt; dd&gt; * {
  vertical-align: top;
  display: table-cell;
}

.mod-list-faq&gt; dl.list&gt; dt&gt; .label,
.mod-list-faq&gt; dl.list&gt; dd&gt; .label {
  font-size: 2rem;
  line-height: 1.4;
  white-space: pre;
}

.mod-list-faq&gt; dl.list&gt; dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}

.mod-list-faq&gt; dl.list&gt; dt&gt; .label {
  color: #04127c;
  padding: 0 17px 0 0;
}

.mod-list-faq&gt; dl.list&gt; dt&gt; .label+ .content {
  padding: 0 0 17px 1px;
}

.mod-list-faq&gt; dl.list&gt; dd&gt; .label {
  color: #be375a;
}

.mod-list-faq&gt; dl.list&gt; dd&gt; .label+ .content {
  width: 100%;
  padding: 2px 0 40px;
}

.mod-list-faq&gt; dl.list&gt; dd&gt; .label+ .content&gt; *:first-child {
  margin-top: 0;
}

.mod-list-faq&gt; dl.list&gt; dd&gt; .label+ .content&gt; *:last-child {
  margin-bottom: 0;
}

.mod-list-faq&gt; dl.list&gt; dd:last-child&gt; .label+ .content {
  padding-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * セミナーリストコンポーネント .mod-list-seminar
 * ------------------------------------------------------------------------- */
.mod-list-seminar {
  font-size: 1.2rem;
  margin: 16px 0 0;
}

.mod-list-seminar .seminar-itemGroup {
  background: #ebebeb;
  margin: 0 0 16px;
  padding: 17px 20px 24px;
}

.mod-list-seminar .seminar-itemGroup&gt; .itemGroup-time {
  font-size: 1.6rem;
  margin: 0 0 20px;
  padding: 0 0 3px;
  border-bottom: 1px solid #bbb;
}

.mod-list-seminar .seminar-itemGroup&gt; .session-list&gt; .list&gt; li:not(:first-child) {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px dotted #666;
}

.mod-list-seminar .seminar-itemGroup&gt; .session-list&gt; .list&gt; li:first-child:not(.is-visible)~ li.is-visible {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.mod-list-seminar .seminar-itemGroup&gt; .session-list&gt; .list&gt; li:first-child:not(.is-visible)~ li.is-visible~ li {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px dotted #666;
}

.mod-list-seminar .seminar-itemGroup&gt; .session-list&gt; .list&gt; li&gt; .session {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.mod-list-seminar .seminar-itemGroup .session-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.mod-list-seminar .session-summary {
  margin: 16px 0 0;
}

.mod-list-seminar .session-summary&gt; .item-status {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0 0 17px;
}

.mod-list-seminar .item-status&gt; .list {
  overflow: hidden;
          order: 1;
  margin: -4px 0 0 -4px;

  -webkit-order: 1;
}

.mod-list-seminar .item-status&gt; .list&gt; li {
  color: #fff;
  float: left;
  max-width: 100%;
  padding: 4px 0 0 4px;
}

.mod-list-seminar .item-status&gt; .list&gt; li&gt; span {
  line-height: 1.85;
  color: #000;
  background: transparent;
  display: block;
  padding: 0;
}

.mod-list-seminar .item-status&gt; .list&gt; li[class^="of-"] span {
  color: #fff;
  padding: 0 6px;
}

.mod-list-seminar .item-status&gt; .list&gt; li.of-class&gt; span {
  background: #04127c;
}

.mod-list-seminar .item-status&gt; .list&gt; li.of-accept&gt; span {
  background: #be375a;
}

.mod-list-seminar .item-status&gt; .list&gt; li.of-full&gt; span {
  background: #24766b;
}

.mod-list-seminar .item-status .item-time {
          order: 3;
  margin: 0 0 6px;

  -webkit-order: 3;
}

.mod-list-seminar .item-status .item-place {
          order: 2;
  margin: 0 0 6px;

  -webkit-order: 2;
}

.mod-list-seminar .itemGroup-time {
  margin: 20px 0 6px;
}

.mod-list-seminar .item-content p {
  margin: 0 0 .5em;
}

.mod-list-seminar .item-content&gt; .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33333;
}

.mod-list-seminar .item-content .presenterList {
  margin: 14px 0 22px;
}

.mod-list-seminar .item-content .presenterList&gt; li {
  margin: 0 0 1em;
}

.mod-list-seminar .item-content .presenterList&gt; li p {
  margin: 0;
}

.mod-list-seminar .item-content .presenterList&gt; li .position {
  display: block;
}

.mod-list-seminar .item-content .presenterList&gt; li .name {
  font-weight: bold;
}

.mod-list-seminar .item-content .presenterList&gt; li:last-child {
  margin-bottom: 0;
}

.mod-list-seminar .entry-ui {
  margin: 22px 0 0;
}

.mod-list-seminar .ui-item&gt; .item,
.mod-list-seminar .ui-item&gt; .item-cancel {
  text-align: center;
  margin: 0;
}

.mod-list-seminar .ui-item&gt; .item&gt; label,
.mod-list-seminar .ui-item&gt; .item&gt; label&gt; span,
.mod-list-seminar .ui-item&gt; .item&gt; span&gt; span,
.mod-list-seminar .ui-item&gt; .item-cancel&gt; label,
.mod-list-seminar .ui-item&gt; .item-cancel&gt; label&gt; span,
.mod-list-seminar .ui-item&gt; .item-cancel&gt; span&gt; span {
  display: block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mod-list-seminar .ui-item&gt; .item&gt; label&gt; span,
.mod-list-seminar .ui-item&gt; .item&gt; span,
.mod-list-seminar .ui-item&gt; .item-cancel&gt; label&gt; span,
.mod-list-seminar .ui-item&gt; .item-cancel&gt; span {
  font-size: 1.6rem;
  background: #fff;
  padding: 9px 8px 7px;
  cursor: default;
}

.mod-list-seminar .ui-item label {
  position: relative;
}

.mod-list-seminar .ui-item label&gt; span::before,
.mod-list-seminar .ui-item label&gt; span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  content: "";
}

.mod-list-seminar .ui-item label&gt; span::before {
  z-index: 1;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid #c9cfd6;
  box-shadow: 1px 1px 0 0 #f0f0f0 inset;
}

.mod-list-seminar .ui-item label&gt; span::after {
  z-index: 2;
  left: 20px;
  width: 11px;
  height: 9px;
  transition: .2s opacity ease-out;
  -webkit-transform: skew(-19deg) rotate(-65deg) translate(2px, -2px);
          transform: skew(-19deg) rotate(-65deg) translate(2px, -2px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 2px -2px 0 0 #04127c inset;
  opacity: 0;
}

.mod-list-seminar .ui-item input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  top: -100%;
  left: -100%;
}

.mod-list-seminar .ui-item input[type="checkbox"]:checked+ span::after {
  opacity: 1;
}

.mod-list-seminar .ui-item input[type="checkbox"]:focus+ span {
  outline: 1px dotted #333;
  outline: -webkit-focus-ring-color auto 5px;
}

.mod-list-seminar .ui-item.of-apply&gt; .item&gt; label&gt; span {
  color: #be375a;
  padding: 7px 48px 5px;
  border: 2px solid;
}

.mod-list-seminar .ui-item.of-seleted&gt; .item&gt; label&gt; span {
  color: #666;
  padding: 7px 48px 5px;
  border: 2px solid #c9cfd6;
}

.mod-list-seminar .ui-item.of-message&gt; .item&gt; label&gt; span {
  color: #666;
  background: #f6f6f6;
  padding-right: 50px;
  padding-left: 50px;
}

.mod-list-seminar .ui-item.of-message&gt; .item&gt; label&gt; span::before {
  background: #e5e7e9;
  left: 17px;
  box-shadow: none;
}

.mod-list-seminar .ui-item.of-applied&gt; .item&gt; span {
  color: #666;
  display: block;
}

.mod-list-seminar .ui-item.of-disabled&gt; .item&gt; span,
.mod-list-seminar .ui-item.of-disabled&gt; .item&gt; label {
  color: #666;
  background: #f6f6f6;
}

.mod-list-seminar .ui-item.of-disabled&gt; .item&gt; span {
  display: block;
}

.mod-list-seminar .ui-item&gt; .item-cancel {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.mod-list-seminar .ui-item&gt; .item-cancel&gt; label {
  margin-top: 30px;
}

.mod-list-seminar .ui-item&gt; .item-cancel&gt; label&gt; span {
  background: transparent;
  padding: 0 47px;
}

.mod-list-seminar .ui-item&gt; .item-cancel&gt; label&gt; span::before {
  background: #fff;
}

/* ----------------------------------------------------------------------------
 * セミナーリストコンポーネント02 .mod-list-seminar-02
 * ------------------------------------------------------------------------- */
.mod-list-seminar-02 {
  margin: 14px 0 24px;
}

.mod-list-seminar-02.of-horizontal.of-noBreak&gt; .list {
  display: block;
}

.mod-list-seminar-02.of-horizontal.of-noBreak&gt; .list&gt; li {
  max-width: 100%;
}

.mod-list-seminar-02.of-horizontal.of-noBreak&gt; .list&gt; li&gt; .wrap {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.mod-list-seminar-02.of-horizontal.of-noBreak&gt; .list&gt; li&gt; .wrap&gt; .summary {
  -webkit-flex-basis: calc(63.6708% + 10px);
          flex-basis: calc(63.6708% + 10px);
  max-width: calc(63.6708% + 10px);
  padding-left: 10px;
}

.mod-list-seminar-02.of-horizontal.of-noBreak&gt; .list&gt; li&gt; .wrap&gt; .img {
  -webkit-flex-basis: calc(36.3292% - 10px);
          flex-basis: calc(36.3292% - 10px);
  max-width: calc(36.3292% - 10px);
  margin: 0;
}

.mod-list-seminar-02.of-horizontal.of-noBreak&gt; .list&gt; li&gt; .wrap&gt; .img img {
  margin: 0;
}

.mod-list-seminar-02&gt; .list&gt; li {
  margin: 0 0 16px;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap {
  background: #ebebeb;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  width: 100%;
  padding: 20px;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .img {
  display: table;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin: 0 0 20px;
  table-layout: fixed;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .img&gt; * {
  display: table-cell;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .img&gt; * img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .summary {
  font-size: 1.2rem;
  width: 100%;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .summary&gt; p {
  margin: 0 0 6px;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .summary .tag {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -4px 0 19px -4px;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .summary .tag span {
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: .33px;
  color: #000;
  background: transparent;
  display: block;
  padding: 0;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .summary .tag&gt; li {
  max-width: 100%;
  padding: 4px 0 0 4px;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .summary .tag&gt; li[class^="of-"] span {
  color: #fff;
  padding: 0 5px;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .summary .tag&gt; li.of-class span {
  background: #04127c;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .summary .tag&gt; li.of-accept span {
  background: #be375a;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .summary .tag&gt; li.of-full span {
  background: #24766b;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .summary .title {
  font-size: 1.8rem;
  line-height: 1.33333;
  margin: 0 0 16px;
}

.mod-list-seminar-02&gt; .list&gt; li&gt; .wrap .summary&gt; *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * セミナーリストコンポーネント02 .mod-list-thisCategory
 * ------------------------------------------------------------------------- */
.mod-list-thisCategory {
  overflow: hidden;
  margin: 0 0 34px;
}

.mod-list-thisCategory&gt; .list {
  margin: -18px 0 0 -20px;
}

.mod-list-thisCategory&gt; .list&gt; div {
  font-size: 1.2rem;
  display: -webkit-flex;
  display:         flex;
  float: left;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 18px 0 0 20px;
}

.mod-list-thisCategory&gt; .list&gt; div&gt; dt {
  font-weight: bold;
  letter-spacing: -.4px;
  word-break: keep-all;
  padding: 4px 6px 0 0;
}

.mod-list-thisCategory&gt; .list&gt; div&gt; dd {
  margin: 0;
}

.mod-list-thisCategory&gt; .list&gt; div&gt; dd&gt; ul {
  margin: -8px 0 0 -5px;
}

.mod-list-thisCategory&gt; .list&gt; div&gt; dd&gt; ul&gt; li {
  float: left;
  padding: 8px 0 0 5px;
}

.mod-list-thisCategory&gt; .list&gt; div&gt; dd&gt; ul&gt; li&gt; * {
  line-height: 1.5;
  display: block;
  padding: 4px 8px;
}

.mod-list-thisCategory&gt; .list&gt; div&gt; dd&gt; ul&gt; li&gt; span {
  background: #ccc;
}

.mod-list-thisCategory&gt; .list&gt; div&gt; dd&gt; ul&gt; li&gt; a {
  text-decoration: none;
  color: #04127c;
  background: #dce8f5;
}

/* ----------------------------------------------------------------------------
 * タグリスト .mod-list-label
 * ------------------------------------------------------------------------- */
.mod-list-tag {
  line-height: 1.5;
  margin: 0 0 2px;
}

.mod-list-tag&gt; .list {
  font-size: 1.2rem;
  display: block;
  overflow: hidden;
  margin: -5px 0 0 -5px;
}

.mod-list-tag&gt; .list li {
  text-align: center;
  background: #dce8f5;
  display: block;
  float: left;
  margin: 5px 0 0 5px;
  padding: 0 10px;
}

/* ----------------------------------------------------------------------------
 * NEC News Roomトップ用
 * ------------------------------------------------------------------------- */
.mod-list-room {
  margin-bottom: 40px;
}

.mod-list-room&gt; li&gt; a {
  text-decoration: none;
  background: #dce8f5;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-height: 120px;
  padding: 10px;
}

.mod-list-room&gt; li&gt; a .img {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
}

.mod-list-room&gt; li&gt; a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-height: 120px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mod-list-room&gt; li&gt; a .item .txt {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.mod-list-room&gt; li&gt; a .item .txt::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-list-room&gt; li&gt; a .item .date {
  font-size: 1.4rem;
  margin: 0;
}

.mod-list-room&gt; li:focus .txt,
.mod-list-room&gt; li:focus .date,
.mod-list-room&gt; li:hover .txt,
.mod-list-room&gt; li:hover .date {
  text-decoration: underline;
}

.mod-list-room&gt; li+ li {
  margin-top: 12px;
}

.mod-list-room-02 {
  margin-bottom: 20px;
}

.mod-list-room-02&gt; li {
  line-height: 1.4;
  padding: 15px 0 14px;
  border-bottom: 1px dotted #333;
}

.mod-list-room-02&gt; li&gt; a {
  font-size: 1.4rem;
}

.mod-list-room-03 {
  margin-bottom: 40px;
}

.mod-list-room-03&gt; li+ li {
  margin-top: 26px;
}

.mod-list-room-03&gt; li&gt; a {
  text-decoration: none;
  display: -webkit-flex;
  display:         flex;
}

.mod-list-room-03&gt; li&gt; a&gt; .img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.mod-list-room-03&gt; li&gt; a&gt; .img img {
  max-width: 173px;
}

.mod-list-room-03&gt; li&gt; a&gt; .item {
  margin: -5px 0 0 20px;
}

.mod-list-room-03&gt; li&gt; a&gt; .item&gt; .icon {
  margin-bottom: 2px;
}

.mod-list-room-03&gt; li&gt; a&gt; .item&gt; .icon&gt; .mod-label {
  line-height: inherit;
  height: 18px;
  margin: 0;
}

.mod-list-room-03&gt; li&gt; a&gt; .item&gt; .txt {
  font-size: 1.4rem;
  margin: 0;
}

.mod-list-room-03&gt; li&gt; a:focus&gt; .item&gt; .txt,
.mod-list-room-03&gt; li&gt; a:hover&gt; .item&gt; .txt {
  text-decoration: underline;
}

.mod-list-room-04 {
  margin-bottom: 20px;
}

.mod-list-room-04&gt; li+ li {
  margin-top: 24px;
}

.mod-list-room-04&gt; li&gt; a {
  text-decoration: none;
  display: block;
}

.mod-list-room-04&gt; li&gt; a&gt; .img {
  text-align: center;
  position: relative;
}

.mod-list-room-04&gt; li&gt; a&gt; .img img {
  max-width: 280px;
}

.mod-list-room-04&gt; li&gt; a&gt; .img::before {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 34px;
  height: 34px;
  margin: auto;
  content: "";
  border-radius: 50%;
  opacity: .8;
}

.mod-list-room-04&gt; li&gt; a&gt; .img::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -14px;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border: 10px solid transparent;
  border-left: 15px solid #333;
  opacity: .7;
}

.mod-list-room-04&gt; li&gt; a&gt; .txt {
  font-size: 1.4rem;
}

.mod-list-room-04&gt; li&gt; a:focus&gt; .txt,
.mod-list-room-04&gt; li&gt; a:hover&gt; .txt {
  text-decoration: underline;
}

.mod-list-sns .hdg {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #04127c;
  margin-bottom: 10px;
  padding: 10px;
}

.mod-list-sns .list&gt; li:not(first-child) {
  margin-top: 10px;
}

.mod-list-sns .list&gt; li&gt; a {
  font-size: 16px;
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  height: 80px;
  padding-left: 90px;
  border: 1px solid #d6d6d6;
}

.mod-list-sns .list&gt; li&gt; a&gt; span&gt; img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}

/* ============================================================================
 * _tbl
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * テーブル .mod-tbl
 * ------------------------------------------------------------------------- */
.mod-tbl {
  margin: 0 0 52px;
}

.mod-tbl&gt; table {
  font-size: 1.4rem;
  width: 100%;
  margin: 0 0 52px;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.mod-tbl&gt; table:last-child {
  margin-bottom: 0;
}

.mod-tbl&gt; table th,
.mod-tbl&gt; table td {
  word-wrap: break-word;
  background: #fff;
  padding: 13px 20px 10px;
  border: 1px solid #bbb;
}

.mod-tbl&gt; table th.var01,
.mod-tbl&gt; table td.var01 {
  background: #dbe0f1;
}

.mod-tbl&gt; table th.var02,
.mod-tbl&gt; table td.var02 {
  background: #efefef;
}

.mod-tbl&gt; table th.var01,
.mod-tbl&gt; table th.var02 {
  font-weight: bold;
}

.mod-tbl caption {
  text-align: center;
  max-width: 100%;
  margin: 0 0 5px;

  overflow-wrap: break-word;
}

.mod-tbl thead td,
.mod-tbl thead th {
  background: #d5d5d5;
}

.mod-tbl tbody th {
  font-weight: normal;
  text-align: left;
  background: #efefef;
}

.mod-tbl tbody td&gt; *:first-child {
  margin-top: 0;
}

.mod-tbl tbody td&gt; *:last-child {
  margin-bottom: 0;
}

.mod-tbl.of-type-02&gt; table {
  font-size: 1.3rem;
}

.mod-tbl.of-type-02 td,
.mod-tbl.of-type-02 th {
  padding: 10px 20px 8px;
}

.mod-tbl.of-type-02 thead td,
.mod-tbl.of-type-02 thead th {
  padding: 9px 10px 9px;
}

.mod-tbl.of-scroll {
  overflow: auto;
}

.mod-tbl.of-scroll&gt; table {
  width: 620px;
  table-layout: auto;
}

.mod-tbl.of-scroll&gt; table caption {
  text-align: left;
}

.mod-tbl.of-scroll th {
  word-break: keep-all;
}

.mod-tbl.of-along&gt; table {
  word-break: normal;
  table-layout: auto;
}

/* ----------------------------------------------------------------------------
 * フォーム用テーブル .mod-tbl-form
 * ------------------------------------------------------------------------- */
.mod-tbl-form {
  margin: 0 0 20px;
}

.mod-tbl-form .form-inputLyt {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 9px;
}

.mod-tbl-form .form-inputLyt&gt; li {
  padding: 16px 0 0 16px;
}

.mod-tbl-form .form-inputLyt&gt; li&gt; *:first-child {
  margin-top: 0;
}

.mod-tbl-form .form-inputLyt&gt; li&gt; *:last-child {
  margin-bottom: 0;
}

.mod-tbl-form .form-inputLyt+ [class^="mod-"] {
  margin-top: 15px;
}

.mod-tbl-form&gt; table {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #bbb;
}

.mod-tbl-form&gt; table thead,
.mod-tbl-form&gt; table tbody,
.mod-tbl-form&gt; table tr,
.mod-tbl-form&gt; table th,
.mod-tbl-form&gt; table td {
  display: block;
}

.mod-tbl-form&gt; table&gt; tbody&gt; tr&gt; td.caption {
  text-align: left;
  vertical-align: top;
  background: #ebebeb;
}

.mod-tbl-form&gt; table&gt; tbody&gt; tr&gt; td.caption.is-error {
  background: #fbf0eb;
}

.mod-tbl-form&gt; table&gt; tbody&gt; tr&gt; td.caption&gt; .inner {
  position: relative;
  padding: 19px 69px 19px 19px;
}

.mod-tbl-form&gt; table&gt; tbody&gt; tr&gt; td.caption&gt; .inner .required {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.61538;
  letter-spacing: .5px;
  color: #fff;
  background: #be375a;
  position: absolute;
  z-index: 0;
  top: 20px;
  right: 16px;
  padding: 0 5px;
}

.mod-tbl-form&gt; table&gt; tbody&gt; tr&gt; td.caption&gt; .inner:not(:lang(ja)) {
  padding-right: 19px;
  padding-bottom: 50px;
}

.mod-tbl-form&gt; table&gt; tbody&gt; tr&gt; td.caption&gt; .inner:not(:lang(ja)) .required {
  top: auto;
  right: auto;
  bottom: 24px;
  left: 19px;
}

.mod-tbl-form&gt; table&gt; tbody&gt; tr&gt; td:not(.caption) {
  vertical-align: middle;
  padding: 20px;
  border-bottom: 1px solid #bbb;
}

.mod-tbl-form&gt; table&gt; tbody&gt; tr&gt; td:not(.caption)&gt; *:first-child {
  margin-top: 0;
}

.mod-tbl-form&gt; table&gt; tbody&gt; tr&gt; td:not(.caption)&gt; *:last-child {
  margin-bottom: 0;
}

.mod-tbl-form&gt; table&gt; tbody&gt; tr&gt; td:not(.caption)&gt; .form-inputLyt {
  margin-top: -16px;
  margin-left: -16px;
}

/* ============================================================================
 * _box
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 汎用ボックス .mod-box
 * ------------------------------------------------------------------------- */
.mod-box {
  overflow: hidden;
  margin: 0 0 30px;
  border: 1px solid #ccc;
}

.mod-box&gt; *:first-child:not(.inner) {
  margin-top: 30px;
  margin-right: 24px;
  margin-left: 24px;
}

.mod-box&gt; .inner {
  margin: 30px 24px;
}

.mod-box&gt; .inner&gt; *:first-child {
  margin-top: 0;
}

.mod-box&gt; .inner&gt; *:last-child {
  margin-bottom: 0;
}

.mod-box.of-scroll&gt; .inner {
  overflow-x: hidden;
  overflow-y: auto;
  height: 300px;

  -webkit-overflow-scrolling: touch;
}

html:not([data-script-enabled="true"]) .mod-box.of-scroll&gt; .inner {
  height: auto !important;
}

/* ----------------------------------------------------------------------------
 * 汎用ボックス02 .mod-box-02
 * ------------------------------------------------------------------------- */
.mod-box-02 {
  font-size: 1.8rem;
  color: #fff;
  background: #323e94;
  margin: 0 10px 20px;
  padding: 5px;
}

.mod-box-02&gt; *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 汎用ボックス03 .mod-box-03
 * ------------------------------------------------------------------------- */
.mod-box-03 {
  margin: 0 0 24px;
}

.mod-box-03&gt; .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -12px 0 0 -12px;
}

.mod-box-03&gt; .inner&gt; .col {
  width: 100%;
  padding: 12px 0 0 12px;
}

.mod-box-03&gt; .inner&gt; .col&gt; .box,
.mod-box-03&gt; .inner&gt; .col .mod-link&gt; .list&gt; li&gt; a,
.mod-box-03&gt; .inner&gt; .col a {
  color: #fff;
}

.mod-box-03&gt; .inner&gt; .col&gt; .box {
  background: #323e94;
  padding: 24px;
}

.mod-box-03&gt; .inner&gt; .col&gt; .box&gt; *:first-child {
  margin-top: 0;
}

.mod-box-03&gt; .inner&gt; .col&gt; .box&gt; *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 汎用ボックス04 .mod-box-04
 * ------------------------------------------------------------------------- */
.mod-box-04 {
  margin: 0 0 20px;
}

.mod-box-04&gt; .inner {
  border: solid #f6f6f6;
  border-width: 0 4px 4px;
}

.mod-box-04&gt; .inner&gt; li {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 16px 16px 13px;
  border: solid #f6f6f6;
  border-width: 4px 0 0;
}

.mod-box-04&gt; .inner&gt; li&gt; *:first-child {
  margin-top: 0;
}

.mod-box-04&gt; .inner&gt; li&gt; *:last-child {
  margin-bottom: 0;
}

.mod-box-04&gt; .inner&gt; li .link {
  font-size: 1.6rem;
  margin: 0 0 11px;
}

.mod-box-04&gt; .inner&gt; li .link a::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

/* ----------------------------------------------------------------------------
 * 汎用ボックス05 .mod-box-05
 * ------------------------------------------------------------------------- */
.mod-box-05 {
  margin: 0 0 24px;
}

.mod-box-05&gt; .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -12px 0 0 -12px;
}

.mod-box-05&gt; .inner&gt; .col {
  display: -webkit-flex;
  display:         flex;
  width: 100%;
  padding: 12px 0 0 12px;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box {
  background: #fff;
  width: 100%;
  padding: 24px 24px 30px;
  border: 1px solid #ccc;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box[class*="of-bgcolor"] {
  border: 0;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-02 {
  background: #dbe0f1;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-03 {
  background: #d7e8f0;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-04 {
  background: #dee9dc;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-05 {
  background: #e1deec;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-06 {
  background: #f4dccf;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-07 {
  background: #f4eadb;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-08 {
  background: #f2ece6;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-09 {
  background: #e5e7e9;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-10 {
  background: #002b62;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-11 {
  background: #003f4c;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-12 {
  background: #003629;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-13 {
  background: #2f2346;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-14 {
  background: #76161b;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-15 {
  background: #76491b;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-16 {
  background: #422b25;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-17 {
  background: #384249;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-18 {
  background: #d6d8ea;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-19 {
  background: #dadef0;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-20 {
  background: #dce8f5;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-21 {
  background: #f5dee4;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-22 {
  background: #e0efed;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-23 {
  background: #ebebeb;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-24 {
  background: #f7f5d6;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-25 {
  background: #f9ecdc;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-26 {
  background: #e8f5eb;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-27 {
  background: #04127c;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-28 {
  background: #1e32a5;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-29 {
  background: #286ebe;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-30 {
  background: #be375a;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-31 {
  background: #419b91;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-32 {
  background: #858585;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-33 {
  background: #d2be00;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-34 {
  background: #dc8c23;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box.of-bgcolor-35 {
  background: #a0d8ad;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box&gt; *:first-child {
  margin-top: 0;
}

.mod-box-05&gt; .inner&gt; .col&gt; .box&gt; *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * おしらせボックス .mod-box-notice
 * ------------------------------------------------------------------------- */
.mod-box-notice {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 0 0 37px;
}

.mod-box-notice&gt; .heading {
  text-align: center;
  background: #006b7f;
}

.mod-box-notice&gt; .heading&gt; .hdg {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  padding: 10px;
}

.mod-box-notice&gt; .content {
  font-size: 1.6rem;
  line-height: 1.71429;
  background: #d7e8f0;
  padding: 22px 24px;
}

.mod-box-notice&gt; .content&gt; *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 警告ボックス .mod-box-alert
 * ------------------------------------------------------------------------- */
.mod-box-alert {
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid #be375a;
}

.mod-box-alert&gt; .inner {
  margin: 18px 20px 16px;
}

.mod-box-alert&gt; .inner&gt; *:first-child {
  margin-top: 0;
}

.mod-box-alert&gt; .inner&gt; *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 検索ボックス .mod-box-search
 * ------------------------------------------------------------------------- */
.mod-box-search {
  margin: 0 0 24px;
}

.mod-box-search:not(.of-narrow)&gt; .content&gt; .link {
  text-align: right;
}

.mod-box-search.of-narrow&gt; .content {
  padding: 24px 16px 21px;
}

.mod-box-search.of-narrow&gt; .content .form .submit {
  max-width: none;
}

.mod-box-search&gt; .hdg {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 0;
  padding: 9px 0 3px;
}

.mod-box-search&gt; .content {
  background: #dadef0;
  padding: 20px 20px 21px;
  border-width: 3px 0 0;
}

.mod-box-search&gt; .content&gt; *:first-child {
  margin-top: 0;
}

.mod-box-search&gt; .content&gt; *:last-child {
  margin-bottom: 0;
}

.mod-box-search&gt; .content&gt; .link {
  text-align: center;
}

.mod-box-search&gt; .content&gt; .link a::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-box-search&gt; .content .form {
  margin: 0;
}

.mod-box-search&gt; .content .form:not(:last-child) {
  margin: 0 0 17px;
}

.mod-box-search&gt; .content .form .input,
.mod-box-search&gt; .content .form .submit {
  display: block;
}

.mod-box-search&gt; .content .form .input {
  margin: 0 0 14px;
}

.mod-box-search&gt; .content .form .submit {
  max-width: 178px;
  margin: 0 auto;
}

.mod-box-search&gt; .content .form input {
  width: 100%;
  margin: 0;
  padding: 14px 10px 12px 18px;
  border: 0;
}

.mod-box-search&gt; .content .form button {
  color: #be375a;
  background: #fff;
  width: 100%;
  padding: 9px 10px 7px;
  border: 2px solid;
}

.mod-box-search&gt; .content .form button&gt; span {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  padding: 0 17px 0 0;
}

.mod-box-search&gt; .content .form button&gt; span::before,
.mod-box-search&gt; .content .form button&gt; span&gt; span {
  display: block;
}

.mod-box-search&gt; .content .form button&gt; span::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -51px 0;
  background-size: 116px 110px;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  content: "";
}

/* ----------------------------------------------------------------------------
 * NEC News Roomトップ用
 * ------------------------------------------------------------------------- */
.mod-box-room {
  margin-top: 50px;
}

.mod-box-room&gt; .hdg {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background: #04127c;
  margin: 0;
  padding: 6px 35px;
}

.mod-box-room&gt; .content {
  background: #ebebeb;
  padding: 20px 18px;
}

.mod-box-room&gt; .content&gt; :last-child {
  margin-bottom: 0;
}

/* ============================================================================
 * _lyt
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 画像レイアウト .mod-lyt
 * ------------------------------------------------------------------------- */
.mod-lyt {
  max-width: 1210px;
  margin: 30px auto;
}

.mod-lyt.of-float:not([data-col])&gt; .inner {
  display: -webkit-flex;
  display:         flex;
}

.mod-lyt[data-col]&gt; .inner&gt; * {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}

.mod-lyt[data-sp-1col]&gt; .inner&gt; * {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

.mod-lyt&gt; .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -16px 0 0 -10px;
}

.mod-lyt&gt; .inner&gt; * {
  padding: 16px 0 0 10px;
}

.mod-lyt&gt; .inner&gt; *&gt; *:last-child {
  margin-bottom: 0;
}

.mod-lyt&gt; .inner&gt; * img:not(.icn) {
  display: block;
  max-width: 100%;
}

.mod-lyt.of-adjust-height&gt; .inner&gt; * {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.mod-lyt.align-center&gt; .inner {
  text-align: left;
  -webkit-justify-content: center;
          justify-content: center;
}

/* ----------------------------------------------------------------------------
 * トグル（.mod-tgl-02）用カラムレイアウト .mod-lyt-02
 * ------------------------------------------------------------------------- */
.mod-lyt-02&gt; .inner&gt; .col&gt; .mod-media {
  margin-bottom: 10px;
}

.mod-lyt-02&gt; .inner&gt; .col&gt; .mod-media&gt; span img {
  width: 100% !important;
  max-width: 100% !important;
}

.mod-lyt-02&gt; .inner&gt; .col&gt; .mod-media+ .mod-tgl-02&gt; .tgl-hook-wrap-uni {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
 * 背景画像コンテンツ
 * ------------------------------------------------------------------------- */
.mod-bg-img {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}

.mod-bg-img .mod-bg-img-inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  min-height: calc(560vw * 100 / 1800);
  margin: 0 auto;
  padding: 50px 0;
}

.mod-bg-img .mod-bg-img-inner&gt; :first-child {
  margin-top: 0;
}

.mod-bg-img .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}

.mod-bg-img .bg-img&gt; img {
  position: absolute;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mod-bg-img._middle .mod-bg-img-inner {
  max-width: 900px;
}

.mod-bg-img._narrow .mod-bg-img-inner {
  max-width: 600px;
}

.mod-bg-img._color-bright .mod-bg-img-inner {
  color: #fff;
}

.mod-bg-img._color-bright .mod-bg-img-inner .mod-link {
  color: #fff;
}

.mod-bg-img._cover::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.mod-bg-img._cover._cover-dark-50::before {
  background: rgba(0, 0, 0, .5);
}

.mod-bg-img._cover._cover-dark-70::before {
  background: rgba(0, 0, 0, .7);
}

.mod-bg-img._cover._cover-dark-80::before {
  background: rgba(0, 0, 0, .8);
}

.mod-bg-img._cover._cover-bright-50::before {
  background: rgba(255, 255, 255, .5);
}

.mod-bg-img._cover._cover-bright-70::before {
  background: rgba(255, 255, 255, .7);
}

.mod-bg-img._cover._cover-bright-80::before {
  background: rgba(255, 255, 255, .8);
}

/* ----------------------------------------------------------------------------
 * 最新のプレスリリース  .mod-news-lyt-lqd
 * ------------------------------------------------------------------------- */
.mod-news-lyt-lqd .col {
  background-color: #f2ece6;
  position: relative;
  margin: 0 0 20px 0;
  margin: 0 0 35px 0;
}

.mod-news-lyt-lqd .col .inner a {
  text-decoration: none;
  display: block;
  max-width: 100%;
}

.mod-news-lyt-lqd .col .inner a:hover {
  text-decoration: underline;
}

.mod-news-lyt-lqd .col .inner a .item {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 10px 0;
}

.mod-news-lyt-lqd .col .content {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 10px;
}

.mod-news-lyt-lqd .col .content .txt {
  margin: 0;
}

.mod-news-lyt-lqd .col .content .date {
  text-align: right;
  margin: 0;
}

.mod-news-lyt-lqd .col .media {
  display: block;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto 10px;
}

.mod-news-lyt-lqd .col .media .news-media {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 156px;
  height: 156px;
}

.mod-news-lyt-lqd .col .media .news-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ----------------------------------------------------------------------------
 * NEC News Roomトップ用
 * ------------------------------------------------------------------------- */
.mod-latest-area {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.mod-latest-area .latest-news {
  padding: 10px;
}

.mod-latest-area .latest-news .mod-hdg-l3-02 {
  font-size: 26px;
}

.mod-latest-area .latest-news .wrap {
  width: 100%;
}

.mod-latest-area .latest-news .col {
  width: 80vw;
  max-width: 373px;
  margin: 0 0 20px;
  margin: 0 auto;
}

.mod-latest-area .latest-news .col .pnl {
  margin: 0 0 20px;
  border: solid 1px #ddd;
}

.mod-latest-area .latest-news .col .pnl a {
  text-decoration: none;
}

.mod-latest-area .latest-news .col .pnl a:hover {
  text-decoration: underline;
}

.mod-latest-area .latest-news .col .pnl .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.mod-latest-area .latest-news .col .pnl .inner .txt {
  word-wrap: break-word;
  word-break: break-all;
  padding: 20px;
}

.mod-latest-area .latest-news .col .pnl .inner .txt .txt-top {
  text-align: center;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.mod-latest-area .latest-news .col .pnl .inner .txt .txt-top .label {
  line-height: 1;
  background-color: #dbe0f1;
  display: inline-block;
  padding: 5px 10px 2px;
}

.mod-latest-area .latest-news .col .pnl .inner .txt .cont::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.mod-latest-area .latest-news .col .pnl .inner .media {
  position: relative;
  margin: 0 auto;
}

.mod-latest-area .latest-news .col .pnl .inner .media .category {
  color: #fff;
  background-color: #615279;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 7px;
}

.mod-latest-area .latest-news .col .pnl .inner .media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mod-latest-area .latest-video .inner {
  background-color: #d7e8f0;
  max-width: 370px;
  margin: 0 auto 30px;
  padding: 20px 20px 5px;
}

.mod-latest-area .latest-video .inner .col {
  margin-bottom: 20px;
}

.mod-latest-area .latest-video .inner .col .pnl a {
  text-decoration: none;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.mod-latest-area .latest-video .inner .col .pnl a:hover {
  text-decoration: underline;
}

.mod-latest-area .latest-video .inner .col .pnl a .txt {
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  padding: 0 0 0 10px;
}

.mod-latest-area .latest-video .inner .col .pnl a .media {
  position: relative;
  margin: 0 10px 0 0;
}

.mod-latest-area .latest-video .inner .col .pnl a .media img {
  display: block;
  max-width: 190px;
}

.mod-latest-area .latest-video .inner .col .pnl a .media::before {
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 50%;
  display: block;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  content: "";
  border-radius: 50%;
  opacity: .8;
}

.mod-latest-area .latest-video .inner .col .pnl a .media::after {
  position: absolute;
  z-index: 4;
  top: 38px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -5px;
  content: "";
  border: 10px solid transparent;
  border-left: 15px solid #333;
  opacity: .7;
}

/* ============================================================================
 * _media = ['.mod-media']
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 単一メディアレイアウト .mod-media
 * ------------------------------------------------------------------------- */
.mod-media {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto 28px;
}

.mod-box-05 .mod-media {
  margin-bottom: 24px;
}

.mod-media figcaption {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  margin: 14px 0 0;
}

.mod-media figcaption .js-modal-img {
  display: none;
}

.mod-media figcaption .js-modal-img+ br {
  display: none;
}

.mod-media&gt; span {
  text-align: center;
  width: 100%;
  min-height: calc(0%);
}

.mod-media&gt; span a {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  padding: 0;
}

.mod-media&gt; span a[href$=".pdf"]&gt; .link,
.mod-media&gt; span a[target="_blank"]&gt; .link,
.mod-media&gt; span a[href$=".ppt"]&gt; .link,
.mod-media&gt; span a[href$=".xls"]&gt; .link,
.mod-media&gt; span a[href$=".doc"]&gt; .link,
.mod-media&gt; span a[href$=".zip"]&gt; .link,
.mod-media&gt; span a[href$=".lzh"]&gt; .link,
.mod-media&gt; span a[href$=".exe"]&gt; .link,
.mod-media&gt; span a.of-movie&gt; .link,
.mod-media&gt; span a.js-modal-img&gt; .link {
  text-decoration: underline;
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

.mod-media&gt; span a[href$=".pdf"]&gt; .link .icn,
.mod-media&gt; span a[target="_blank"]&gt; .link .icn,
.mod-media&gt; span a[href$=".ppt"]&gt; .link .icn,
.mod-media&gt; span a[href$=".xls"]&gt; .link .icn,
.mod-media&gt; span a[href$=".doc"]&gt; .link .icn,
.mod-media&gt; span a[href$=".zip"]&gt; .link .icn,
.mod-media&gt; span a[href$=".lzh"]&gt; .link .icn,
.mod-media&gt; span a[href$=".exe"]&gt; .link .icn,
.mod-media&gt; span a.of-movie&gt; .link .icn,
.mod-media&gt; span a.js-modal-img&gt; .link .icn {
  position: absolute;
  top: .125em;
  left: 0;
  margin: 3px 20px 0 0;
}

.mod-media&gt; span a.js-modal-img {
  text-decoration: none;
  cursor: default;
}

.mod-media&gt; span a.js-modal-img:focus img,
.mod-media&gt; span a.js-modal-img:hover img {
  opacity: 1;
}

.mod-media&gt; span a.js-modal-img&gt; .link {
  display: none;
  padding-left: 0;
}

.mod-media&gt; span img {
  max-width: 100%;
  height: auto;
}

.mod-media img,
.mod-media iframe,
.mod-media video {
  display: block;
  margin: 0 auto;
}

.mod-media.align-left {
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.mod-media.align-left&gt; span {
  text-align: left;
}

.mod-media.align-left&gt; span&gt; img,
.mod-media&gt; picture&gt; img {
  margin-left: 0;
}

.mod-media.align-right {
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.mod-media.align-right&gt; span {
  text-align: right;
}

.mod-media.align-right&gt; span&gt; img,
.mod-media&gt; picture&gt; img {
  margin-right: 0;
}

/* ----------------------------------------------------------------------------
 * 画像レイアウト .mod-media-lyt
 * ------------------------------------------------------------------------- */
.mod-media-lyt {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 10px;
}

.mod-media-lyt.var01 {
  background: rgba(220, 232, 245, .9);
}

.mod-media-lyt.var01&gt; .inner&gt; .txt p:not([class^="mod-"]) {
  font-size: 114.28571%;
}

.mod-media-lyt&gt; .inner {
  display: table;
  max-width: 1200px;
  margin: 0 auto;
}

.mod-media-lyt&gt; .inner&gt; .txt {
  vertical-align: top;
  display: table-cell;
}

.mod-media-lyt&gt; .inner&gt; .txt .lede {
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  margin: 0 0 1rem;
}

.mod-media-lyt&gt; .inner&gt; .txt .lede a {
  color: inherit;
}

.mod-media-lyt&gt; .inner&gt; .txt&gt; *:last-child {
  margin-bottom: 0;
}

.mod-media-lyt&gt; .inner&gt; .media {
  vertical-align: top;
  display: table-header-group;
}

.mod-media-lyt&gt; .inner&gt; .media img,
.mod-media-lyt&gt; .inner&gt; .media iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}

/* ----------------------------------------------------------------------------
 * 画像レイアウト（フロート、リキッド共通） .mod-media-lyt-flt, .mod-media-lyt-lqd
 * ------------------------------------------------------------------------- */
.mod-media-lyt-flt,
.mod-media-lyt-lqd {
  width: 100%;
  margin: 0 0 30px;
}

.mod-media-lyt-flt&gt; .media,
.mod-media-lyt-lqd&gt; .media {
  margin: 0 auto 16px;
}

.mod-media-lyt-flt&gt; .media .mod-media,
.mod-media-lyt-lqd&gt; .media .mod-media {
  margin: 0 auto;
}

.mod-media-lyt-flt&gt; .media&gt; img,
.mod-media-lyt-flt&gt; .media&gt; picture&gt; img,
.mod-media-lyt-lqd&gt; .media&gt; img,
.mod-media-lyt-lqd&gt; .media&gt; picture&gt; img {
  width: 100%;
  margin: 0 0 20px;
}

.mod-media-lyt-flt .media,
.mod-media-lyt-flt figcaption,
.mod-media-lyt-lqd .media,
.mod-media-lyt-lqd figcaption {
  text-align: center;
}

.mod-media-lyt-flt&gt; .content&gt; p&gt; b.title,
.mod-media-lyt-lqd&gt; .content&gt; p&gt; b.title {
  font-size: 2rem;
}

/* ----------------------------------------------------------------------------
 * 画像レイアウト（フロート） .mod-media-lyt-flt
 * ------------------------------------------------------------------------- */

.mod-media-lyt-flt.sp-mediaBottom {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.mod-media-lyt-flt&gt; .media {
  text-align: center;
}

.mod-media-lyt-flt&gt; .text&gt; *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 画像レイアウト（リキッド） .mod-media-lyt-lqd
 * ------------------------------------------------------------------------- */
.mod-media-lyt-lqd {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.mod-media-lyt-lqd.of-noBreak {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.mod-media-lyt-lqd.of-noBreak&gt; .media {
  width: auto;
  padding: 0 30px 0 0;
}

.mod-media-lyt-lqd.of-noBreak&gt; .media .mod-media img {
  max-width: none;
}

.mod-media-lyt-lqd.of-noBreak.of-reverse {
  -webkit-flex-direction: row;
          flex-direction: row;
}

.mod-media-lyt-lqd.of-noBreak.of-reverse&gt; .media {
  padding: 0 0 0 30px;
}

.mod-media-lyt-lqd.sp-mediaBottom {
  -webkit-flex-direction: column;
          flex-direction: column;
}

.mod-media-lyt-lqd.sp-mediaBottom&gt; .media {
  padding-top: 16px;
}

.mod-media-lyt-lqd.sp-mediaBottom&gt; .content {
  width: 100%;
}

.mod-media-lyt-lqd&gt; .content&gt; *:last-child {
  margin-bottom: 0;
}

.mod-media-lyt-lqd&gt; .media {
  width: 100%;
}

/* ----------------------------------------------------------------------------
 * 動画レイアウト .mod-media-video
 * ------------------------------------------------------------------------- */
.mod-media-video {
  margin: 0 auto 28px;
}

.mod-media-video&gt; .outer {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.mod-media-video&gt; .outer&gt; .inner {
  display: block;
  padding-top: 56.25%;
}

.mod-media-video&gt; .outer&gt; .inner&gt; * {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.mod-media-video&gt; .outer&gt; .inner&gt; *:active .vjs-big-play-button,
.mod-media-video&gt; .outer&gt; .inner&gt; *:hover .vjs-big-play-button,
.mod-media-video&gt; .outer&gt; .inner&gt; *:focus .vjs-big-play-button {
  background-color: #04127c;
}

.mod-media-video.of-full&gt; .outer {
  max-width: none;
}

/* ----------------------------------------------------------------------------
 * .mod-media-article
 * ------------------------------------------------------------------------- */
.mod-media-article {
  position: relative;
  margin-top: 30px;
}

.mod-media-article&gt; .inner {
  padding: 0 !important;
}

.mod-media-article&gt; .inner&gt; .img {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.mod-media-article&gt; .inner&gt; .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mod-media-article&gt; .inner&gt; .contents {
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0 0 14px 0 rgba(56, 66, 73, .1);
}

.mod-media-article&gt; .inner&gt; .contents .mod-hdg-l2 {
  text-align: left;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.mod-media-article&gt; .inner&gt; .contents .mod-hdg-l2.align-right {
  text-align: start !important;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.mod-media-article&gt; .inner&gt; .contents .mod-hdg-l2.align-left {
  text-align: start !important;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.mod-media-article&gt; .inner&gt; .contents .btnArea {
  margin: 26px 0 0;
}

/* ----------------------------------------------------------------------------
 * .mod-media-article-02
 * ------------------------------------------------------------------------- */

.mod-media-article-02&gt; .col {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-right: -10px;
  margin-left: -10px;
  padding: 0 20px;
}

.mod-media-article-02&gt; .col+ .col {
  margin-top: 50px;
}

.mod-media-article-02&gt; .col&gt; .container {
  background-color: rgba(255, 255, 255, .95);
  width: 100%;
  margin-top: -35px;
  margin-right: -20px;
  margin-left: auto;
  padding: 40px 20px;
  box-shadow: 0 0 14px 0 rgba(56, 66, 73, .1);
}

.mod-media-article-02&gt; .col&gt; .container&gt; .hdg {
  font-size: 2rem;
  line-height: 1.375;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
}

.mod-media-article-02&gt; .col&gt; .container&gt; .hdg+ .sub {
  margin-top: 5px;
}

.mod-media-article-02&gt; .col&gt; .container&gt; .hdg.align-right {
  text-align: start !important;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.mod-media-article-02&gt; .col&gt; .container&gt; .hdg.align-left {
  text-align: start !important;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.mod-media-article-02&gt; .col&gt; .container&gt; .sub {
  font-weight: bold;
  color: #646e74;
  margin: 0;
}

.mod-media-article-02&gt; .col&gt; .container&gt; .content {
  margin-top: 30px;
}

.mod-media-article-02&gt; .col&gt; .container&gt; .btnArea {
  max-width: 300px;
  margin: 20px auto 0;
}

.mod-media-article-02&gt; .col&gt; .container&gt; .btnArea [class*="mod-btn"].align-right {
  text-align: start !important;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.mod-media-article-02&gt; .col&gt; .container&gt; .btnArea [class*="mod-btn"].align-left {
  text-align: start !important;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.mod-media-article-02&gt; .col&gt; .container&gt; .btnArea [class*="mod-btn"]&gt; .btn&gt; a,
.mod-media-article-02&gt; .col&gt; .container&gt; .btnArea [class*="mod-btn"]&gt; .btn&gt; button,
.mod-media-article-02&gt; .col&gt; .container&gt; .btnArea [class*="mod-btn"]&gt; .btn&gt; span {
  width: 100%;
}

.mod-media-article-02&gt; .col&gt; .img {
  position: relative;
  z-index: -1;
  margin-left: -20px;
}

.mod-media-article-02&gt; .col&gt; .img&gt; img,
.mod-media-article-02&gt; .col&gt; .img&gt; picture&gt; img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------
 * .mod-media-horizontal
 * ------------------------------------------------------------------------- */
.mod-media-horizontal {
  position: relative;
}

.mod-media-horizontal::before {
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: block;
  width: calc(80% + 4vw);
  height: 100%;
}

.mod-media-horizontal&gt; .media {
  position: relative;
  z-index: 10;
}

.mod-media-horizontal&gt; .media&gt; img,
.mod-media-horizontal&gt; .media&gt; picture&gt; img {
  width: 100%;
}

.mod-media-horizontal&gt; .media&gt; img.pc,
.mod-media-horizontal&gt; .media&gt; picture&gt; img.pc {
  display: none;
}

.mod-media-horizontal&gt; .media&gt; img.sp,
.mod-media-horizontal&gt; .media&gt; picture&gt; img.sp {
  display: block;
}

.mod-media-horizontal&gt; .content {
  background-color: #edeff8;
  z-index: 30;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 15px 20px;
}

.mod-media-horizontal&gt; .content&gt; .hdg {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 20px;
}

.mod-media-horizontal&gt; .content&gt; p {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mod-media-horizontal&gt; .content&gt; p.top,
.mod-media-horizontal&gt; .content&gt; p.bottom {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #333;
  margin: 0 0 20px;
}

.mod-media-horizontal&gt; .content&gt; p.top {
          order: -1;

  -webkit-order: -1;
}

/* ============================================================================
 * _form
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 入力系コンポーネント共通スタイル
 * ------------------------------------------------------------------------- */
.mod-input input,
.mod-input textarea,
.mod-input-tel input,
.mod-input-postalCode input {
  line-height: 1;
  width: 100%;
  max-width: 235px;
  min-height: 44px;
  padding: 9px;
  border: 1px solid #c9cfd6;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .24) inset;
}

.mod-input input[aria-invalid]:not([aria-invalid="false"]),
.mod-input textarea[aria-invalid]:not([aria-invalid="false"]),
.mod-input-tel input[aria-invalid]:not([aria-invalid="false"]),
.mod-input-postalCode input[aria-invalid]:not([aria-invalid="false"]) {
  background: #f6e1c5;
  border-color: #be375a;
}

.mod-input input:disabled,
.mod-input textarea:disabled,
.mod-input-tel input:disabled,
.mod-input-postalCode input:disabled {
  background: #efefef;
}

/* ----------------------------------------------------------------------------
 * ラベル・フォームコンポーネント内テキスト共通スタイル
 * ------------------------------------------------------------------------- */
.mod-input .description,
.mod-input-tel .description,
.mod-input-postalCode .description,
.mod-input-select .description {
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 4px;
}

.mod-input .description+ .description,
.mod-input-tel .description+ .description,
.mod-input-postalCode .description+ .description,
.mod-input-select .description+ .description {
  margin-top: -4px;
}

.mod-input b.label,
.mod-input-tel b.label,
.mod-input-postalCode b.label,
.mod-input-select b.label {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
}

.mod-input .example,
.mod-input-tel .example,
.mod-input-postalCode .example,
.mod-input-select .example {
  font-size: 1.2rem;
  color: #666;
}

/* ----------------------------------------------------------------------------
 * 単一テキストフィールドコンポーネント .mod-input
 * ------------------------------------------------------------------------- */
.mod-input {
  margin: 0 0 10px;
}

.mod-input textarea {
  line-height: 1.75;
  width: auto;
  width: 100%;
  max-width: 100%;
  min-height: 117px;
}

.site-header .mod-input input,
.site-footer .mod-input input {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: .5em 15px;
  border-color: #333 #999 #999 #333;
  box-shadow: none;
}

/* ----------------------------------------------------------------------------
 * 電話番号入力フォーム .mod-input-tel
 * ------------------------------------------------------------------------- */
.mod-input-tel {
  margin: 0 0 10px;
}

.mod-input-tel input {
  max-width: 110px;
}

.mod-input-tel&gt; .list {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 0 -20px;
}

.mod-input-tel&gt; .list&gt; li {
  position: relative;
  padding: 0 0 0 20px;
}

.mod-input-tel&gt; .list&gt; li:not(:first-child)::before {
  background: #333;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 7px;
  display: block;
  width: 6px;
  height: 1px;
  margin: auto 0;
  content: "";
  border: 1px solid #bfbfbf;
  border-width: 0 1px;
}

/* ----------------------------------------------------------------------------
 * 郵便番号入力コンポーネント .mod-input-postalCode
 * ------------------------------------------------------------------------- */
.mod-input-postalCode {
  margin: 0 0 10px;
}

.mod-input-postalCode+ [class^="mod-"] {
  margin-top: 15px;
}

.mod-input-postalCode input {
  max-width: 110px;
}

.mod-input-postalCode&gt; .wrap {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
}

.mod-input-postalCode&gt; .wrap&gt; .mark {
  padding: 0 6px 0 0;
}

.mod-input-postalCode&gt; .wrap&gt; .list {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 0 -20px;
}

.mod-input-postalCode&gt; .wrap&gt; .list&gt; li {
  position: relative;
  padding: 0 0 0 20px;
}

.mod-input-postalCode&gt; .wrap&gt; .list&gt; li:not(:first-child)::before {
  background: #333;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 7px;
  display: block;
  width: 6px;
  height: 1px;
  margin: auto 0;
  content: "";
  border: 1px solid #bfbfbf;
  border-width: 0 1px;
}

/* ----------------------------------------------------------------------------
 * セレクト .mod-input-select
 * ------------------------------------------------------------------------- */
.mod-input-select {
  margin: 0 0 10px;
}

.mod-input-select .wrap {
  line-height: 1;
  background: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 340px;
  height: 44px;
  padding: 1px;
}

.mod-input-select .wrap::before,
.mod-input-select .wrap::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  content: "";
}

.mod-input-select .wrap::before {
  background: #fff;
  z-index: 1;
  right: 0;
  width: 39px;
  height: 100%;
}

.mod-input-select .wrap::after {
  z-index: 2;
  right: 14px;
  bottom: 6px;
  width: 18px;
  height: 18px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: -1px -1px 1px 0 #767676 inset;
}

.mod-input-select select {
  font-size: 1.6rem;
  line-height: 1;
  background: transparent;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 9px 53px 8px 19px;
  border: 0;
  border: 1px solid #c9cfd6;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .24) inset;
}

.mod-input-select select[aria-invalid]:not([aria-invalid="false"]) {
  background: #f6e1c5;
  border-color: #be375a;
}

.mod-input-select select:disabled {
  background: #efefef;
}

/* ----------------------------------------------------------------------------
 * ラジオボタン .mod-input-radio
 * ------------------------------------------------------------------------- */
.mod-input-radio {
  overflow: hidden;
  margin: 0 0 32px;
}

.mod-input-radio .description {
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 4px;
}

.mod-input-radio .description+ .description {
  margin-top: -4px;
}

.mod-input-radio&gt; .list {
  width: calc(100% + 38px);
  margin: -18px 0 0 -38px;
}

.mod-input-radio li {
  float: left;
  overflow: hidden;
  max-width: 100%;
  padding: 18px 0 0 38px;
}

.mod-input-radio label {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  max-width: 100%;
  padding: 1px;
}

.mod-input-radio label .label {
  font-weight: normal;
  line-height: 1.71429;
  position: relative;
  display: block;
  padding: 0 0 0 34px;
  cursor: default;
}

.mod-input-radio label .label::before,
.mod-input-radio label .label::after {
  position: absolute;
  display: block;
  content: "";
}

.mod-input-radio label .label::before {
  background: #fff;
  z-index: 1;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cad0d7;
  border-radius: 24px;
}

.mod-input-radio label [type="radio"]:checked+ .label::after {
  background: #04127c;
  z-index: 2;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}

.mod-input-radio label [type="radio"]:disabled+ .label::before {
  background: #efefef;
}

.mod-input-radio label [type="radio"][aria-invalid]:not([aria-invalid="false"])+ .label::before {
  background: #f6e1c5;
  border-color: #be375a;
}

.mod-input-radio label [type="radio"]:focus:not(:hover)+ .label {
  outline: 1px dotted #333;
  outline: -webkit-focus-ring-color auto 5px;
}

.mod-input-radio input {
  position: absolute;
  top: -100%;
  left: -100%;
}

/* ----------------------------------------------------------------------------
 * チェックボックス .mod-input-check
 * ------------------------------------------------------------------------- */
.mod-input-check {
  overflow: hidden;
  margin: 0 0 32px;
}

.mod-input-check .description {
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 4px;
}

.mod-input-check .description+ .description {
  margin-top: -4px;
}

.mod-tbl-form td.caption .mod-input-check {
  margin-bottom: 0;
}

.mod-input-check&gt; .list {
  margin: -18px 0 0 -38px;
}

.mod-input-check li {
  float: left;
  overflow: hidden;
  max-width: 100%;
  padding: 18px 0 0 38px;
}

.mod-input-check label {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  max-width: 100%;
  min-height: 24px;
  padding: 1px;
}

.mod-input-check label .label {
  font-weight: normal;
  line-height: 1.71429;
  position: relative;
  display: block;
  padding: 0 0 0 34px;
  cursor: default;
}

.mod-tbl-form td.caption .mod-input-check label .label {
  font-weight: bold;
}

.mod-input-check label .label::before,
.mod-input-check label .label::after {
  position: absolute;
  display: block;
  content: "";
}

.mod-input-check label .label::before {
  background: #fff;
  z-index: 1;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cad0d7;
}

.mod-input-check label .label::after {
  z-index: 2;
  top: 9px;
  left: 6px;
  width: 13px;
  height: 8px;
  transition: .2s opacity ease-out;
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
          transform: rotate(-45deg) translate(2px, -2px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid #04127c;
  border-width: 0 0 2px 2px;
  opacity: 0;
}

.mod-input-check label [type="checkbox"]:checked+ .label::after {
  opacity: 1;
}

.mod-input-check label [type="checkbox"]:disabled+ .label::before {
  background: #efefef;
}

.mod-input-check label [type="checkbox"][aria-invalid]:not([aria-invalid="false"])+ .label::before {
  background: #f6e1c5;
  border-color: #be375a;
}

.mod-input-check label [type="checkbox"]:focus:not(:hover)+ .label {
  outline: 1px dotted #333;
  outline: -webkit-focus-ring-color auto 5px;
}

.mod-input-check input {
  position: absolute;
  top: -100%;
  left: -100%;
}

/* ----------------------------------------------------------------------------
 * チェックボックス02 .mod-input-check-02
 * ------------------------------------------------------------------------- */
.mod-input-check-02 {
  font-size: 1.4rem;
  overflow: hidden;
  margin: 0 0 23px;
}

.mod-input-check-02 .description {
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 4px;
}

.mod-input-check-02 .description+ .description {
  margin-top: -4px;
}

.mod-input-check-02 li {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 12px;
}

.mod-input-check-02 label {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  overflow: hidden;
  width: 100%;
  padding: 1px;
}

.mod-input-check-02 label .label {
  font-weight: normal;
  line-height: 1.71429;
  background: #fff;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding: 9px 12px 7px 46px;
  cursor: default;
  border: 2px solid #ebebeb;
}

.mod-input-check-02 label .label::before,
.mod-input-check-02 label .label::after {
  position: absolute;
  display: block;
  content: "";
}

.mod-input-check-02 label .label::before {
  background: #fff;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 24px;
  height: 24px;
  margin: auto;
  border: 1px solid #d7d7d7;
  box-shadow: 1px 1px 0 0 #f0f0f0 inset;
}

.mod-input-check-02 label .label::after {
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 19px;
  width: 15px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate(0px, -3px);
          transform: rotate(-45deg) translate(0px, -3px);
  box-shadow: 2px -2px 0 0 #04127c inset;
  opacity: 0;
}

.mod-input-check-02 label [type="checkbox"]:checked+ .label {
  background: #ebebeb;
}

.mod-input-check-02 label [type="checkbox"]:checked+ .label::before {
  background: #fff;
  border-color: #ebebeb;
}

.mod-input-check-02 label [type="checkbox"]:checked+ .label::after {
  opacity: 1;
}

.mod-input-check-02 label [type="checkbox"]:focus:not(:hover)+ .label {
  outline: 1px dotted #333;
  outline: -webkit-focus-ring-color auto 5px;
}

.mod-input-check-02 input {
  position: absolute;
  top: -100%;
  left: -100%;
}

/* ----------------------------------------------------------------------------
 * フィールドセット .mod-fieldset
 * ------------------------------------------------------------------------- */
.mod-fieldset {
  margin: 0 0 26px;
}

.mod-fieldset&gt; fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.mod-fieldset&gt; fieldset&gt; legend {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  top: -1px;
  left: -1px;
  display: block;
  margin: 0 0 10px;
}

.mod-fieldset&gt; fieldset&gt; *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 検索ボックス .mod-form-search
 * ------------------------------------------------------------------------- */
.mod-form-search {
  background: #dadef0;
  max-width: 1200px;
  margin: 0 auto 22px;
}

.mod-form-search .search {
  font-size: 2rem;
  text-align: center;
  padding: 17px 10px 24px;
}

.mod-form-search .search button {
  color: #be375a;
  background: #fff;
  cursor: pointer;
  border: 2px solid;
}

.mod-form-search .search&gt; .layout .label {
  font-weight: bold;
  display: block;
  margin: 0 0 6px;
}

.mod-form-search .search&gt; .layout .keyword {
  position: relative;
  margin: 0 0 42px;
}

.mod-form-search .search&gt; .layout .keyword::before,
.mod-form-search .search&gt; .layout .keyword::after {
  background: #3c3c3d;
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  display: block;
  width: 25px;
  height: 1px;
  margin: 0 auto;
  content: "";
}

.mod-form-search .search&gt; .layout .keyword::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod-form-search .search&gt; .layout .keyword::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod-form-search .search&gt; .layout .keyword .wrap {
  display: -webkit-flex;
  display:         flex;
}

.mod-form-search .search&gt; .layout .keyword .input {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.mod-form-search .search&gt; .layout .keyword .submit {
  -webkit-flex-basis: 90px;
          flex-basis: 90px;
  min-width: 90px;
}

html:not(:lang(ja)) .mod-form-search .search&gt; .layout .keyword .submit {
  -webkit-flex-basis: 110px;
          flex-basis: 110px;
  min-width: 110px;
}

.mod-form-search .search&gt; .layout .keyword input[type="search"],
.mod-form-search .search&gt; .layout .keyword button {
  font-size: 1.6rem;
  width: 100%;
}

.mod-form-search .search&gt; .layout .keyword input[type="search"] {
  text-align: left;
  padding: 0 0 0 18px;
  border: 0;
}

.mod-form-search .search&gt; .layout .keyword button {
  line-height: 2.875;
  position: relative;
  padding: 2px 0 0 21px;
  cursor: pointer;
}

.mod-form-search .search&gt; .layout .keyword button::before {
  background-image: url("/nf_global/v3/common/img/2021/sprite.png");
  background-repeat: no-repeat;
  background-position: -26px -26px;
  background-size: 116px 110px;
  position: absolute;
  top: 13px;
  left: 12px;
  width: 20px;
  height: 20px;
  content: "";
}

.mod-form-search .search&gt; .layout .category button {
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 9px 45px 7px;
}

.mod-form-search .search&gt; .layout .category button::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  transition: .2s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid;
  border-color: #be375a #be375a transparent transparent;
}

.mod-form-search .search&gt; .layout .category button .func-icn {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
}

.mod-form-search .modal-content&gt; *:first-child {
  margin-top: 0;
}

.mod-form-search .modal-content&gt; *:last-child {
  margin-bottom: 0;
}

html[data-script-enabled="true"] .mod-form-search .modal-content {
  display: none;
}

/* ----------------------------------------------------------------------------
 * News Room用検索ボックス幅1200px .mod-search-news
 * ------------------------------------------------------------------------- */
.mod-search-news {
  background-color: #dbe0f1;
  max-width: 640px;
  margin: 0 auto;
  padding: 20px;
}

.mod-search-news form {
  line-height: 2;
}

.mod-search-news .title {
  margin: 0 0 10px 0;
}

.mod-search-news .title .label {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.mod-search-news .mod-input-select .wrap,
.mod-search-news .mod-input-keyword .wrap {
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 54px;
  padding: 0;
  border-radius: 5px;
}

.mod-search-news .mod-input-select .wrap select,
.mod-search-news .mod-input-select .wrap input {
  border: 0;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .24) inset;
}

.mod-search-news .mod-input-keyword .search-area .wrap .input {
  width: 100%;
}

.mod-search-news .mod-input-keyword .search-area .wrap .input input[type="text"] {
  width: 100%;
  height: 54px;
  padding: 10px 20px;
  border: 0;
}

.mod-search-news .mod-input-select .wrap::before,
.mod-search-news .mod-input-keyword .wrap::before {
  background: #fff;
  z-index: 1;
  right: 0;
  width: 39px;
  height: 100%;
}

.mod-search-news .search-area {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 15px 0;
}

.mod-search-news .search-area .mod-input {
  width: 100%;
  height: 54px;
}

.mod-search-news .search-area .mod-input .wrap {
  width: 100%;
}

.mod-search-news .search-area.type-date .wrap:first-child {
  margin: 0 5px 0 0;
}

.mod-search-news .submit .mod-input-select .wrap {
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 340px;
  height: 54px;
  padding: 1px;
}

.mod-search-news .submit button[type="submit"],
.mod-search-news .submit button[type="button"] {
  line-height: 1;
  color: #76161b;
  background-color: #fff;
  min-width: 58px;
  height: 54px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
  border: solid 2px #76161b;
}

.mod-search-news .submit button[type="submit"] .search-wrap,
.mod-search-news .submit button[type="button"] .search-wrap {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  margin: auto;
}

.mod-search-news .submit button[type="submit"] .icn img,
.mod-search-news .submit button[type="button"] .icn img {
  max-width: 100%;
}

.mod-search-news .submit button[type="submit"] .txt,
.mod-search-news .submit button[type="button"] .txt {
  display: inline-block;
  max-width: 100%;
  margin: auto;
}

/* ----------------------------------------------------------------------------
 * News Room下層用検索ボックス幅1200px .mod-search-news-02
 * ------------------------------------------------------------------------- */
.mod-search-news-02 {
  background-color: #dbe0f1;
  padding: 20px 10px;
}

.mod-search-news-02 .form {
  line-height: 2;
}

.mod-search-news-02 .title {
  margin: 0 0 10px 0;
}

.mod-search-news-02 .title .label {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.mod-search-news-02 .mod-input-select .wrap,
.mod-search-news-02 .mod-input-keyword .wrap {
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 54px;
  padding: 0;
  border-radius: 5px;
}

.mod-search-news-02 .mod-input-select .wrap select,
.mod-search-news-02 .mod-input-select .wrap input {
  border: 0;
}

.mod-search-news-02 .mod-input-keyword .search-area .wrap .input {
  width: 100%;
}

.mod-search-news-02 .mod-input-keyword .search-area .wrap .input input[type="text"] {
  width: 100%;
  height: 54px;
  padding: 10px 20px;
  border: 0;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .24) inset;
}

.mod-search-news-02 .mod-input-select .wrap::before,
.mod-search-news-02 .mod-input-keyword .wrap::before {
  background: #fff;
  z-index: 1;
  right: 0;
  width: 39px;
  height: 100%;
}

.mod-search-news-02 .search-area {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 15px 0;
}

.mod-search-news-02 .search-area .mod-input {
  width: 100%;
  height: 54px;
}

.mod-search-news-02 .search-area .mod-input .wrap {
  width: 100%;
}

.mod-search-news-02 .search-area.type-date .wrap:first-child {
  margin: 0 5px 0 0;
}

.mod-search-news-02 .submit .mod-input-select .wrap {
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 340px;
  height: 54px;
  padding: 1px;
}

.mod-search-news-02 .submit button[type="submit"],
.mod-search-news-02 .submit button[type="button"] {
  line-height: 1;
  color: #76161b;
  background-color: #fff;
  min-width: 58px;
  height: 54px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
  border: solid 2px #76161b;
}

.mod-search-news-02 .submit button[type="submit"] .search-wrap,
.mod-search-news-02 .submit button[type="button"] .search-wrap {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  margin: auto;
}

.mod-search-news-02 .submit button[type="submit"] .icn img,
.mod-search-news-02 .submit button[type="button"] .icn img {
  max-width: 100%;
}

.mod-search-news-02 .submit button[type="submit"] .txt,
.mod-search-news-02 .submit button[type="button"] .txt {
  display: inline-block;
  max-width: 100%;
  margin: auto;
}

/* ----------------------------------------------------------------------------
 * News Room用検索ボックス .mod-search-news-03
 * ------------------------------------------------------------------------- */
.mod-search-news-03 {
  margin: 40px 0;
}

.mod-search-news-03 .input-month-wrap {
  position: relative;
}

.mod-search-news-03 .input-month-wrap.is-open .picker-content {
  display: block;
}

.mod-search-news-03 .input-month-wrap+ .input-keyword {
  position: relative;
  margin-top: 38px;
}

.mod-search-news-03 .input-month-wrap+ .input-keyword::before,
.mod-search-news-03 .input-month-wrap+ .input-keyword::after {
  background: #3e3e3e;
  position: absolute;
  top: -19px;
  left: 50%;
  width: 24px;
  height: 1px;
  margin-left: -12px;
  content: "";
}

.mod-search-news-03 .input-month-wrap+ .input-keyword::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod-search-news-03 .input-month-wrap+ .input-keyword::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod-search-news-03 .input-month {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 44px;
  padding: 3px 10px 3px 2px;
  border: 1px solid #c9cfd6;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .24) inset;
}

.mod-search-news-03 .input-month&gt; input {
  width: calc(100% - 30px);
  padding: 6px 0 6px 10px;
  border: none;
}

.mod-search-news-03 .input-month&gt; button {
  background: none;
  display: none;
  padding: 0;
  border: none;
}

.mod-search-news-03 .input-month&gt; button img {
  vertical-align: middle;
}

[data-script-enabled="true"] .mod-search-news-03 .input-month&gt; button {
  display: block;
}

.mod-search-news-03 .input-keyword {
  margin: 0;
}

.mod-search-news-03 .input-keyword input {
  width: 100%;
  max-width: inherit;
  height: 44px;
  padding: 13px 10px;
  border: 1px solid #c9cfd6;
  border-radius: 0;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .24) inset;
}

.mod-search-news-03 .label {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 3px;
}

.mod-search-news-03 .btn-search {
  margin-top: 20px;
}

.mod-search-news-03 .btn-search button {
  color: #be375a;
  background: none;
  width: 100%;
  height: 44px;
  padding: 8px 13px;
  border: 2px solid #be375a;
}

.mod-search-news-03 .btn-search button&gt; span {
  position: relative;
  padding-left: 28px;
}

.mod-search-news-03 .btn-search button&gt; span::before {
  background: url(/nf_global/v3/common/img/2021/icn/search-icn.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 21px;
  content: "";
}

.mod-search-news-03 .picker-content {
  background: #fff;
  position: absolute;
  z-index: 10;
  display: none;
  width: 288px;
  border: 1px solid #c9cfd6;
}

.mod-search-news-03 .picker-content&gt; .hdg {
  background: #646e74;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 40px;
}

.mod-search-news-03 .picker-content&gt; .hdg&gt; p {
  margin: 0;
}

.mod-search-news-03 .picker-content&gt; .hdg .txt-month {
  text-align: center;
  color: #fff;
}

.mod-search-news-03 .picker-content&gt; .hdg button {
  font-size: 1px;
  color: transparent;
  background: #646e74;
  display: -webkit-flex;
  display:         flex;
  width: 43px;
  height: 100%;
  cursor: pointer;
  border: none;
}

.mod-search-news-03 .picker-content&gt; .hdg button[disabled] {
  background: #a4aab0;
  cursor: default;
}

.mod-search-news-03 .picker-content&gt; .hdg .btn-prev {
  position: relative;
  height: 100%;
  border-right: 1px solid #fff;
}

.mod-search-news-03 .picker-content&gt; .hdg .btn-prev::before {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5px;
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
}

.mod-search-news-03 .picker-content&gt; .hdg .btn-next {
  position: relative;
  height: 100%;
  border-left: 1px solid #fff;
}

.mod-search-news-03 .picker-content&gt; .hdg .btn-next::before {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
}

.mod-search-news-03 .picker-content&gt; .content {
  background: #f6f6f6;
  padding: 15px 15px 10px 15px;
}

.mod-search-news-03 .picker-content&gt; .content .list-month {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -8px 0 0 -8px;
}

.mod-search-news-03 .picker-content&gt; .content .list-month&gt; li {
  margin: 8px 0 0 8px;
}

.mod-search-news-03 .picker-content&gt; .content .list-month&gt; li button {
  font-size: 1.4rem;
  color: #000;
  background: #fff;
  width: 80px;
  padding: 7px;
  cursor: pointer;
  transition: all .2s;
  border: 2px solid #666;
}

.mod-search-news-03 .picker-content&gt; .content .list-month&gt; li button:not([disabled]):hover,
.mod-search-news-03 .picker-content&gt; .content .list-month&gt; li button:not([disabled]):focus {
  font-weight: bold;
  color: #fff;
  background: #002b62;
  border-color: #002b62;
}

.mod-search-news-03 .picker-content&gt; .content .list-month&gt; li button[disabled] {
  color: #666;
  background: #e5e7e9;
  cursor: default;
  border-color: #e5e7e9;
}

.mod-search-news-03 .picker-content&gt; .content .btn-reset {
  text-align: center;
  margin: 12px 0 0;
}

.mod-search-news-03 .picker-content&gt; .content .btn-reset button {
  font-size: 1.4rem;
  color: #000;
  background: #fff;
  width: 100%;
  padding: 7px;
  cursor: pointer;
  border: 2px solid #666;
}

.mod-search-news-03 .picker-content&gt; .content .btn-close {
  text-align: center;
  margin: 12px 0 0;
}

.mod-search-news-03 .picker-content&gt; .content .btn-close button {
  font-size: 1.5rem;
  background: none;
  position: relative;
  padding-left: 20px;
  border: none;
}

.mod-search-news-03 .picker-content&gt; .content .btn-close button::before,
.mod-search-news-03 .picker-content&gt; .content .btn-close button::after {
  background: #3e3e3e;
  position: absolute;
  top: 11px;
  left: 0;
  width: 17px;
  height: 1px;
  content: "";
}

.mod-search-news-03 .picker-content&gt; .content .btn-close button::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod-search-news-03 .picker-content&gt; .content .btn-close button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod-search-news-03 .form-wrap {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
  -webkit-align-items: flex-end;
          align-items: center;
          align-items: flex-end;
  width: 100%;
}

.mod-search-news-03 .form-wrap * {
  line-height: 1.65;
}

.mod-search-news-03 .form-wrap+ .form-wrap {
  margin: 20px 0 0 0;
}

.mod-search-news-03 .form-wrap&gt; .input-month-wrap,
.mod-search-news-03 .form-wrap&gt; .input-keyword {
  width: calc(100% - 58px);
}

.mod-search-news-03 .form-wrap&gt; .btn-search {
  margin-top: 0;
}

.mod-search-news-03 .form-wrap&gt; .btn-search&gt; button {
  font-size: 1.4rem;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  width: 58px;
  padding: 3px;
}

.mod-search-news-03 .form-wrap&gt; .btn-search&gt; button&gt; span {
  padding: 17px 0 0 0;
}

.mod-search-news-03 .form-wrap&gt; .btn-search&gt; button&gt; span::before {
  left: 12px;
}

/* ----------------------------------------------------------------------------
 * 検索フィールドコンポーネント .mod-search-input
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * トレンドサーチボックス
 * ------------------------------------------------------------------------- */
.mod-form-trendSearch {
  position: relative;
  max-width: 100% !important;
  padding: 0 10px;
}

.mod-form-trendSearch .inner {
  position: static;
  padding: 45px 0 60px;
}

.mod-form-trendSearch._narrow&gt; .inner {
  max-width: 900px;
}

.mod-form-trendSearch._wide&gt; .inner {
  max-width: 1200px;
}

.mod-form-trendSearch._wide-02&gt; .inner {
  max-width: 1300px;
}

.mod-form-trendSearch._full&gt; .inner {
  max-width: none;
}

.mod-form-trendSearch .hdg {
  font-size: 1.6rem;
  font-weight: bold;
}

.mod-form-trendSearch .list&gt; ul {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -20px 0 0 -20px;
}

.mod-form-trendSearch .list&gt; ul&gt; li {
  padding: 20px 0 0 20px;
}

.mod-form-trendSearch .list&gt; ul&gt; li a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #04127c;
  background-image: linear-gradient(to right, #ebecf5 0, #fff 25%);
  background-position: right center;
  background-size: 200% auto;
  position: relative;
  display: inline-block;
  padding: 5px 20px 4px;
  transition: .2s ease;
  border: solid 1px #04127c;
  border-radius: 1000px;
}

.mod-form-trendSearch .list&gt; ul&gt; li a:hover,
.mod-form-trendSearch .list&gt; ul&gt; li a:focus {
  background-position-x: left;
}

.mod-form-trendSearch form {
  margin: 30px auto 0;
}

.mod-form-trendSearch .search {
  display: -webkit-flex;
  display:         flex;
  border: solid 2px #04127c;
}

.mod-form-trendSearch .search input {
  background-color: #fff;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 55px);
  height: 50px;
  padding: 7px 0 5px 19px;
  border: 0;
  border-radius: 0;
}

.mod-form-trendSearch .search button,
.mod-form-trendSearch .search [type="button"],
.mod-form-trendSearch .search [type="submit"] {
  background: #fff;
  position: relative;
  -webkit-flex: 0 0 55px;
          flex: 0 0 55px;
  min-width: 55px;
  max-width: 55px;
  height: 50px;
  border: none;
}

.mod-form-trendSearch .search button img,
.mod-form-trendSearch .search [type="button"] img,
.mod-form-trendSearch .search [type="submit"] img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mod-form-trendSearch .image {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mod-form-trendSearch .image&gt; img,
.mod-form-trendSearch .image&gt; picture&gt; img {
  display: block;
  width: auto;
  height: 100%;
}

/* ============================================================================
 * _widget
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * スクロールロック
 * ------------------------------------------------------------------------- */
html[data-scroll-sp="disabled"] body {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

html[data-scroll-disabled="true"] {
  overflow: hidden;
}

html[data-scroll-disabled="true"] body {
  overflow: hidden;
}

/* ----------------------------------------------------------------------------
 * トグル共通スタイル .js-tgl
 * ------------------------------------------------------------------------- */
html[data-script-enabled="true"] .js-tgl *[id^="tgl-"]:not([aria-hidden="false"]) {
  display: none;
}

/* ----------------------------------------------------------------------------
 * タブ共通スタイル .js-tab
 * ------------------------------------------------------------------------- */
html[data-script-enabled="true"] .js-tab .tab-list&gt; li&gt; a {
  pointer-events: none;
}

html[data-script-enabled="true"] .js-tab .tab-panel:not([aria-hidden="false"]):not(:nth-child(2)) {
  display: none;
}

html[data-script-enabled="true"] .js-tab .tab-panel[aria-hidden="true"] {
  display: none;
}

/* ----------------------------------------------------------------------------
 * フィルタ共通スタイル js-filter-02
 * ------------------------------------------------------------------------- */
[data-fileter-view]:not([data-fileter-view=""]) [data-fileter-key] {
  display: none;
}

/*
使用するページに次のようなCSSを読み込む
[data-fileter-view][data-fileter-view*="おもてなしIT"] [data-fileter-key="おもてなしIT"],
[data-fileter-view][data-fileter-view*="セーフティ"] [data-fileter-key="セーフティ"],
[data-fileter-view][data-fileter-view*="防災/災害対策"] [data-fileter-key="防災/災害対策"],
[data-fileter-view][data-fileter-view*="ICT街づくり"] [data-fileter-key="ICT街づくり"] {
    display: block; // 状況に応じて flex や table にもなりうる
}
*/
/* ----------------------------------------------------------------------------
 * モーダル共通スタイル .func-modal
 * ------------------------------------------------------------------------- */
html[data-script-enabled="true"] .func-modal {
  background: rgba(0, 0, 0, .6);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  transition: .2s opacity ease-out;
  opacity: 0;
}

html[data-script-enabled="true"] .func-modal[aria-expanded="true"] {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

html[data-script-enabled="true"] .func-modal[aria-hidden="false"] {
  opacity: 1;
}

html[data-script-enabled="true"] .func-modal&gt; .modal-close,
html[data-script-enabled="true"] .func-modal&gt; .modal-inner {
  max-width: 1040px;
}

html[data-script-enabled="true"] .func-modal&gt; .modal-close {
  line-height: 2.375;
  text-align: right;
  color: #fff;
  width: 100%;
  padding: 0 20px 0 0;
}

html[data-script-enabled="true"] .func-modal&gt; .modal-close span {
  position: relative;
  padding: 0 28px 0 0;
  cursor: pointer;
}

html[data-script-enabled="true"] .func-modal&gt; .modal-close span::before,
html[data-script-enabled="true"] .func-modal&gt; .modal-close span::after {
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 21px;
  height: 1px;
  margin: auto 0;
  content: "";
}

html[data-script-enabled="true"] .func-modal&gt; .modal-close span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

html[data-script-enabled="true"] .func-modal&gt; .modal-close span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

html[data-script-enabled="true"] .func-modal&gt; .modal-inner {
  background: #fff;
  overflow: auto;
  max-height: calc(100vh - 68px);
  padding: 40px 20px;
}

html[data-script-enabled="true"] .func-modal&gt; .modal-inner&gt; *:first-child {
  margin-top: 0;
}

html[data-script-enabled="true"] .func-modal&gt; .modal-inner&gt; *:last-child {
  margin-bottom: 00px;
}

html[data-script-enabled="true"] .func-modal&gt; .modal-inner&gt; *&gt; [class^="mod"]:first-child,
html[data-script-enabled="true"] .func-modal&gt; .modal-inner&gt; *&gt; [class^="comp"]:first-child {
  margin-top: 0;
}

html[data-script-enabled="true"] .func-modal&gt; .modal-inner&gt; *&gt; [class^="mod"]:last-child,
html[data-script-enabled="true"] .func-modal&gt; .modal-inner&gt; *&gt; [class^="comp"]:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * トグル .mod-tgl
 * ------------------------------------------------------------------------- */
.mod-tgl {
  margin: 0 0 40px;
}

.mod-tgl.var01 .tgl-hook {
  border-top: 3px solid #04127c;
}

.mod-tgl .tgl-hook-wrap {
  margin: 0;
}

.mod-tgl .tgl-hook {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  background: #ebebeb;
  position: relative;
  display: block;
  padding: 17px 19px 16px;
  cursor: default;
}

.mod-tgl .tgl-hook::before,
.mod-tgl .tgl-hook::after {
  background: #1f1f1f;
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 21px;
  height: 1px;
  margin: auto 0;
  content: "";
  transition: .3s all ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mod-tgl .tgl-hook[aria-expanded="false"]::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mod-tgl .tgl-hook[aria-expanded="false"]::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mod-tgl .tgl-content {
  background: #ebebeb;
  padding: 0 20px 17px;
}

.mod-tgl .tgl-content&gt; *:last-child {
  margin-bottom: 0;
}

.mod-tgl-02 {
  margin: 0 0 20px;
}

.mod-tgl-02 .tgl-hook-wrap-uni {
  margin-top: 0;
}

.mod-tgl-02 .tgl-content {
  word-wrap: break-word;
}

.mod-tgl-02 .tgl-content&gt; *:last-child {
  margin-bottom: 0;
}

.mod-tgl-03 .tgl-hook-wrap {
  margin: 0;
}

.mod-tgl-03 .tgl-hook {
  font-size: 2rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #04127c;
  position: relative;
  display: block;
  padding: 6px 35px;
}

.mod-tgl-03 .tgl-hook::before {
  position: absolute;
  top: 19px;
  right: 10px;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
}

.mod-tgl-03 .tgl-hook[aria-expanded="false"]::before {
  top: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mod-tgl-03 .tgl-hook.has-icon span {
  position: relative;
  padding-left: 24px;
}

.mod-tgl-03 .tgl-hook.has-icon span::before {
  background: url("/nf_global/v3/common/img/2021/icn/important.png") no-repeat 0 0;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 23px;
  content: "";
}

.mod-tgl-03 .tgl-content {
  background: #ebebeb;
  padding: 5px 20px 20px;
}

.mod-tgl-03 .tgl-content&gt; *:last-child {
  margin-bottom: 0;
}

.mod-tgl-03+ .mod-tgl-03 {
  margin-top: 12px;
}

.mod-tgl-04 .tgl-hook-wrap {
  margin: 0;
}

.mod-tgl-04 .tgl-hook {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #002b62;
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding: 2px 35px 10px 0;
  border-bottom: 1px solid #002554;
}

.mod-tgl-04 .tgl-hook::before {
  position: absolute;
  top: 19px;
  right: 10px;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid;
  border-color: #1f1f1f #1f1f1f transparent transparent;
}

.mod-tgl-04 .tgl-hook[aria-expanded="false"]::before {
  top: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mod-tgl-04 .tgl-content {
  padding-bottom: 40px;
}

.mod-tgl-04 .tgl-content&gt; *:last-child {
  margin-bottom: 0;
}

.tgl-hook-wrap-uni {
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  min-height: 88px;
  margin: 40px 0 24px;
  padding: 0 30px 12px 97px;
  border-bottom: 1px solid #04127c;
}

.tgl-hook-wrap-uni&gt; .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #04127c;
}

.tgl-hook-wrap-uni&gt; a.title {
  text-decoration: none;
}

.tgl-hook-wrap-uni&gt; a.title::after {
  position: relative;
  bottom: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 1px 1px 0 0;
}

.tgl-hook-wrap-uni&gt; a.title:hover,
.tgl-hook-wrap-uni&gt; a.title:focus {
  text-decoration: underline;
}

.tgl-hook-wrap-uni&gt; .tgl-icon {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tgl-hook-wrap-uni .tgl-hook {
  font-size: 1rem;
  color: transparent;
  position: absolute;
  right: 0;
  bottom: 15px;
  overflow: hidden;
  width: 25px;
  height: 25px;
}

.tgl-hook-wrap-uni .tgl-hook:focus {
  border: 1px dotted #000;
}

.tgl-hook-wrap-uni .tgl-hook::before,
.tgl-hook-wrap-uni .tgl-hook::after {
  background: #1f1f1f;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 25px;
  height: 1px;
  margin: auto 0;
  content: "";
  transition: .3s all ease;
}

.tgl-hook-wrap-uni .tgl-hook[aria-expanded="false"]::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tgl-hook-wrap-uni .tgl-hook[aria-expanded="false"]::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.tgl-hook-wrap-uni.no-icon {
  min-height: inherit;
  padding-left: 2px;
}

.tgl-hook-wrap-uni.no-tgl {
  padding-right: 0;
}

.no-border .tgl-hook-wrap-uni {
  border-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * タブ .mod-tab
 * ------------------------------------------------------------------------- */
.mod-tab {
  margin: 0 0 40px;
}

.mod-tab .tab-list {
  background: #ebebeb;
  overflow: hidden;
  border: 4px solid #ebebeb;
  border-width: 4px 4px 0;
}

.mod-tab .tab-list&gt; li {
  text-align: center;
  padding: 7px 24px;
  border: 3px solid transparent;
  border-width: 0 0 3px;
}

.mod-tab .tab-list&gt; li a {
  text-decoration: none;
  color: #666;
}

.mod-tab .tab-list&gt; li[aria-selected="true"] {
  background: #fff;
  border: 3px solid #be375a;
  border-width: 3px 0 0;
}

.mod-tab .tab-list&gt; li[aria-selected="true"] a {
  color: #be375a;
}

.mod-tab .tab-list.of-foot {
  border-width: 0 4px 4px;
}

.mod-tab .tab-list.of-foot&gt; li[aria-selected="true"] {
  border-width: 0 0 3px;
}

/* ----------------------------------------------------------------------------
 * カルーセル .js-carousel
 * ------------------------------------------------------------------------- */
.mod-carousel {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 0 0 14px;
}

.mod-carousel .slick-inner {
  height: auto !important;
  margin: 0 0 14px;
}

.mod-carousel .slick-arrow {
  display: none !important;
}

.mod-carousel .slick-dots {
  position: static;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: center;
          justify-content: center;
  width: auto;
}

.mod-carousel .slick-dots li,
.mod-carousel .slick-dots li button {
  width: 10px;
  height: 10px;
}

.mod-carousel .slick-dots li {
  vertical-align: top;
  background: #fff;
  margin: 0 10px;
  border: 1px solid #a4aab0;
}

.mod-carousel .slick-dots li button {
  padding: 0;
}

.mod-carousel .slick-dots li button::before {
  display: none;
}

.mod-carousel .slick-dots li.slick-active {
  background: #be375a;
  border: 1px solid #be375a;
}

.mod-carousel .slick-track {
  display: -webkit-flex;
  display:         flex;
}

.mod-carousel .slick-slide {
  float: none;
  height: auto;
}

.mod-carousel .slide&gt; *:first-child {
  margin-top: 0;
}

.mod-carousel .slide&gt; *:last-child {
  margin-bottom: 0;
}

.mod-carousel .slick-dots-wrap {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: center;
          justify-content: center;
}

.mod-carousel .slick-dots-wrap .btn-control {
  font-size: 1rem;
  color: transparent;
  background: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
  border: none;
}

.mod-carousel .slick-dots-wrap .btn-control::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 9px;
  height: 10px;
  content: "";
  border: 3px solid #717171;
  border-top: 0;
  border-bottom: 0;
}

.mod-carousel .slick-dots-wrap .btn-control.is-stop::before {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-width: 5px 0 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #717171;
}

.mod-carousel .slick-dots-wrap .btn-control:focus {
  outline: 1px dotted #fff;
}

.mod-carousel.of-newsroom {
  margin-right: -10px;
  margin-bottom: 50px;
  margin-left: -10px;
}

.mod-carousel.of-newsroom .slick-arrow {
  display: none !important;
}

.mod-carousel.of-newsroom .slick-dots-wrap {
  -webkit-flex-direction: row;
          flex-direction: row;
}

.mod-carousel.of-newsroom .slick-dots {
  -webkit-align-items: center;
          align-items: center;
  margin-right: 20px;
}

.mod-carousel.of-newsroom .slick-dots li {
  margin-right: 15px;
  margin-left: 15px;
  border: 2px solid #1e32a5;
  border-radius: 50%;
}

.mod-carousel.of-newsroom .slick-dots li.slick-active {
  background-color: #1e32a5;
  width: 14px;
  height: 14px;
}

.mod-carousel.of-newsroom .slick-dots li.slick-active&gt; button {
  width: 14px;
  height: 14px;
}

.mod-carousel.of-newsroom .btn-control {
  height: 16px;
  margin-right: 0;
}

.mod-carousel.of-newsroom .btn-control::before {
  height: 16px;
  border-color: #1e32a5;
}

.mod-carousel.of-newsroom .btn-control.is-stop::before {
  height: 16px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #1e32a5;
}

.mod-carousel.of-newsroom .btn-control:focus {
  outline: 2px dotted #000;
}

.mod-carousel.of-newsroom2 {
  margin: 0 0 30px;
  padding: 0 15px;
}

.mod-carousel.of-newsroom2 .slick-inner {
  margin-bottom: 0;
}

.mod-carousel.of-newsroom2 .slick-arrow {
  background-color: rgba(255, 255, 255, .9);
  z-index: 1;
  top: 30%;
  display: block !important;
  width: 60px;
  height: 60px;
  border: 1px solid #04127c;
}

.mod-carousel.of-newsroom2 .slick-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  content: "";
  border: 1px solid;
  border-color: #04127c #04127c transparent transparent;
}

.mod-carousel.of-newsroom2 .slick-arrow.slick-prev {
  left: -15px;
}

.mod-carousel.of-newsroom2 .slick-arrow.slick-prev::before {
  left: 14px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mod-carousel.of-newsroom2 .slick-arrow.slick-next {
  right: -15px;
}

.mod-carousel.of-newsroom2 .slick-arrow.slick-next::before {
  right: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ----------------------------------------------------------------------------
 * Cookieバー
 * ------------------------------------------------------------------------- */
.func-cookie {
  display: none;
}

html[data-script-enabled="true"] .func-cookie {
  font-size: 1.4rem;
  background: #be375a;
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}

.func-cookie&gt; .inner {
  color: #fff;
  padding: 10px;
}

.func-cookie&gt; .inner .txt {
  line-height: 1.5;
  margin-bottom: 0;
}

.func-cookie&gt; .inner .txt a {
  color: #fff;
}

.func-cookie&gt; .inner .mod-btn {
  min-width: 240px;
  margin-top: 10px;
  margin-bottom: 0;
}

.func-cookie&gt; .inner .mod-btn button {
  font-size: 1.4rem;
}

/* ----------------------------------------------------------------------------
 * グーグルマップ js-map
 * ------------------------------------------------------------------------- */
.mod-map {
  margin: 0 auto 40px;
}

.mod-map&gt; .map-wrap {
  height: 380px;
  margin: 0 0 20px;
}

.mod-map&gt; .map-wrap&gt; .map-area {
  width: 100% !important;
  height: 100% !important;
}

/* ----------------------------------------------------------------------------
 * モーダル(fancybox) fancybox
 * ------------------------------------------------------------------------- */
html.fancybox-modal-open {
  overflow-x: visible;
}

#fancybox-wrap {
  right: 0 !important;
  left: 0 !important;
  max-width: 100%;
  height: auto !important;
  margin: auto;
  padding: 20px 10px;
}

#fancybox-wrap.fancybox-video {
  width: 100% !important;
  max-width: 670px;
}

#fancybox-wrap #fancybox-content {
  width: 100% !important;
  height: 100% !important;
}

#fancybox-wrap #fancybox-content .videoBox {
  position: static;
}

#fancybox-wrap #fancybox-close {
  text-decoration: none;
  text-align: center;
  color: #ccc;
  background: transparent;
  top: -25px;
  right: -3px;
  width: auto;
  height: 20px;
}

#fancybox-wrap #fancybox-close img {
  vertical-align: middle;
}

#fancybox-wrap #fancybox-close:hover {
  background-position: 0 -40px;
}

.vjs-big-play-button {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
}

#fancybox-loading div {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox.png");
}

#fancybox-left,
#fancybox-right {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/blank.gif");
}

#fancybox-left-ico {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox.png");
}

#fancybox-right-ico {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox.png");
}

#fancybox-bg-n {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox.png");
}

#fancybox-bg-e {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox-y.png");
}

#fancybox-bg-se {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox.png");
}

#fancybox-bg-s {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox-x.png");
}

#fancybox-bg-sw {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox.png");
}

#fancybox-bg-w {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox.png");
}

#fancybox-title-over {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancy_title_over.png");
}

#fancybox-title-float-main {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox-x.png");
}

#fancybox-title-float-right {
  background-image: url("/nf_global/v3/common/img/2021/lib/fancybox/fancybox.png");
}

/* ----------------------------------------------------------------------------
 * Globalサイトへの遷移予告ポップアップ
 * ------------------------------------------------------------------------- */
.func-global-notice {
  display: none;
}

html[data-script-enabled="true"] .func-global-notice {
  font-size: 1.4rem;
  letter-spacing: .3px;
  color: #fff;
  background: #384249;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 50%;
  display: block;
  width: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

html[data-script-enabled="true"] .func-global-notice&gt; .inner {
  padding: 10px 20px;
}

html[data-script-enabled="true"] .func-global-notice&gt; .inner .txt {
  line-height: 1.5;
  margin-bottom: 0;
}

html[data-script-enabled="true"] .func-global-notice&gt; .inner .func-global-notice-btn {
  text-align: center;
  margin-top: 10px;
}

html[data-script-enabled="true"] .func-global-notice&gt; .inner .func-global-notice-btn button {
  color: #fff;
  background-color: transparent;
  position: relative;
  padding: 2px 25px 2px 55px;
  cursor: pointer;
  transition: opacity .2s ease;
  border: 2px solid #fff;
}

html[data-script-enabled="true"] .func-global-notice&gt; .inner .func-global-notice-btn button::before,
html[data-script-enabled="true"] .func-global-notice&gt; .inner .func-global-notice-btn button::after {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 24px;
  display: block;
  width: 24px;
  height: 1px;
  content: "";
}

html[data-script-enabled="true"] .func-global-notice&gt; .inner .func-global-notice-btn button::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

html[data-script-enabled="true"] .func-global-notice&gt; .inner .func-global-notice-btn button::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

html[data-script-enabled="true"] .func-global-notice&gt; .inner .func-global-notice-btn button:hover,
html[data-script-enabled="true"] .func-global-notice&gt; .inner .func-global-notice-btn button:active,
html[data-script-enabled="true"] .func-global-notice&gt; .inner .func-global-notice-btn button:focus {
  opacity: .8;
}

/* ----------------------------------------------------------------------------
 * ティッカー .str-ticker
 * ------------------------------------------------------------------------- */
.str-ticker {
  color: #fff;
  background: #042f5e linear-gradient(to right, #04127c 0%, #6069ac 50%, #04127c 100%) center no-repeat;
  background-size: 1940px 100%;
  display: block;
  width: 100%;
}

.str-ticker&gt; .str-ticker-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 17px 20px;
}

.str-ticker._narrow&gt; .str-ticker-inner {
  max-width: 900px;
}

.str-ticker._wide&gt; .str-ticker-inner {
  max-width: 1200px;
}

.str-ticker._wide-02&gt; .str-ticker-inner {
  max-width: 1300px;
}

.str-ticker._full&gt; .str-ticker-inner {
  max-width: none;
}

.str-ticker._widthBtn&gt; .str-ticker-inner {
  position: relative;
  min-height: 112px;
}

/* ----------------------------------------------------------------------------
 * ティッカーカルーセル .mod-ticker-01
 * ------------------------------------------------------------------------- */
.mod-ticker-01.js-carousel {
  position: relative;
}

html[data-script-enabled="true"] .mod-ticker-01.js-carousel {
  display: -webkit-flex;
  display:         flex;
}

.mod-ticker-01.js-carousel button {
  background-color: transparent;
  border: 0;
}

.mod-ticker-01.js-carousel .slick-slider {
  position: static;
}

.mod-ticker-01.js-carousel .slick-inner {
  width: calc(100% - 180px);
}

.mod-ticker-01.js-carousel .slick-arrow {
  z-index: 1;
  width: 26px;
  height: 26px;
  border: solid 1px rgba(255, 255, 255, .35);
}

.mod-ticker-01.js-carousel .slick-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 11px;
  height: 11px;
  margin: auto;
  content: "";
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
}

.mod-ticker-01.js-carousel .slick-arrow.slick-prev {
  right: 114px;
  left: auto;
}

.mod-ticker-01.js-carousel .slick-arrow.slick-prev::before {
  left: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mod-ticker-01.js-carousel .slick-arrow.slick-next {
  right: 79px;
}

.mod-ticker-01.js-carousel .slick-arrow.slick-next::before {
  left: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod-ticker-01.js-carousel .slick-arrow:focus {
  outline: 1px dotted #fff;
}

.mod-ticker-01.js-carousel .slick-dots-wrap {
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 180px;
}

.mod-ticker-01.js-carousel .slick-dots-wrap .slick-dots {
  display: none !important;
}

.mod-ticker-01.js-carousel .slick-dotted.slick-slider {
  margin: 0;
}

.mod-ticker-01.js-carousel .btn-control {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 26px;
  height: 26px;
  margin: auto;
}

.mod-ticker-01.js-carousel .btn-control::before,
.mod-ticker-01.js-carousel .btn-control::after {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4px;
  height: 16px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mod-ticker-01.js-carousel .btn-control::before {
  margin-left: -6px;
}

.mod-ticker-01.js-carousel .btn-control::after {
  margin-left: 2px;
}

.mod-ticker-01.js-carousel .btn-control:focus {
  outline: 1px dotted #fff;
}

.mod-ticker-01.js-carousel .btn-control.is-stop::before {
  background: none;
  border-width: 8px 0 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.mod-ticker-01.js-carousel .btn-control.is-stop::after {
  content: none;
}

.mod-ticker-01.js-carousel .mod-list-news-02 {
  margin: 0;
  padding: 0;
}

.mod-ticker-01.js-carousel .mod-list-news-02&gt; div {
  font-weight: bold;
  color: #fff;
  display: -webkit-flex;
  display:         flex;
}

.mod-ticker-01.js-carousel .mod-list-news-02&gt; div&gt; .date,
.mod-ticker-01.js-carousel .mod-list-news-02&gt; div&gt; .desc {
  display: block;
  padding-bottom: 0;
  border: 0;
}

.mod-ticker-01.js-carousel .mod-list-news-02&gt; div&gt; .date {
  font-size: 1.4rem;
  -webkit-flex: 0 0 10em;
          flex: 0 0 10em;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  min-width: 10em;
  max-width: 10em;
  padding: 2px 20px 0 0;
}

.mod-ticker-01.js-carousel .mod-list-news-02&gt; div&gt; .desc {
  font-size: 1.6rem;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding: 0;
}

.mod-ticker-01.js-carousel .mod-list-news-02&gt; div&gt; .desc&gt; .inner&gt; a {
  text-decoration: underline;
  color: #fff;
  display: block;
}

.mod-ticker-01.js-carousel .slick-current .mod-list-news-02&gt; div&gt; .desc&gt; .inner&gt; a:focus {
  outline: 1px dotted #fff;
  outline-offset: -1px;
}

.mod-ticker-01.js-carousel .mod-list-news-02&gt; div&gt; .desc&gt; .inner&gt; a::after {
  content: none;
}

.mod-ticker-01.js-carousel .mod-list-news-02&gt; div&gt; .desc&gt; .inner&gt; a&gt; span {
  display: block;
}

html[data-script-enabled="true"] ._widthBtn .mod-ticker-01.js-carousel {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

._widthBtn .mod-ticker-01.js-carousel .slick-inner {
  width: calc(100% - 230px);
}

._widthBtn .mod-ticker-01.js-carousel .slick-arrow.slick-prev {
  top: 13px;
}

._widthBtn .mod-ticker-01.js-carousel .slick-arrow.slick-next {
  top: 13px;
}

._widthBtn .mod-ticker-01.js-carousel .btn-control {
  bottom: initial;
}

/* ----------------------------------------------------------------------------
 * ティッカー用ボタン .mod-ticker-btn
 * ------------------------------------------------------------------------- */
.mod-ticker-btn {
  position: absolute;
  top: 60px;
  right: 20px;
  margin-bottom: 0;
}

.mod-ticker-btn&gt; a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  color: #04127c;
  background-color: #fff;
  position: relative;
  display: block;
  padding: 3px 34px 3px 18px;
  border-radius: 1em;
}

.mod-ticker-btn&gt; a::after {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  display: inline-block;
  width: .6em;
  height: .6em;
  margin: auto;
  content: "";
  transition: right .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
}

.mod-ticker-btn&gt; a:hover::after,
.mod-ticker-btn&gt; a:active::after,
.mod-ticker-btn&gt; a:focus::after {
  right: 14px;
}

/* ----------------------------------------------------------------------------
 * メインビジュアルカルーセル
 * ------------------------------------------------------------------------- */
.str-mainvisual-carousel-01 {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.str-mainvisual-carousel-01.of-float .slide-content::before {
  content: none;
}

.str-mainvisual-carousel-01.of-float .slide-content&gt; .inner {
  background: rgba(255, 255, 255, .75);
}

.str-mainvisual-carousel-01.of-float.of-bgcolor-02 .slide-content&gt; .inner {
  color: #fff;
  background: rgba(0, 0, 0, .75);
}

.str-mainvisual-carousel-01.of-reverse .slide-content {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-left: auto;
}

.str-mainvisual-carousel-01.of-reverse .slide-content::before {
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  right: -4vw;
  left: auto;
}

.str-mainvisual-carousel-01.of-reverse .slide-content.of-bgcolor-02::before {
  background-image: linear-gradient(to left, #000, transparent);
}

.str-mainvisual-carousel-01.of-bgcolor-02 .slide-content::before {
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}

.str-mainvisual-carousel-01.of-bgcolor-02 .slide-content&gt; .inner {
  color: #fff;
}

.str-mainvisual-carousel-01.of-bgcolor-02.of-reverse .slide-content::before {
  background-image: linear-gradient(to left, #000, rgba(0, 0, 0, 0));
}

.str-mainvisual-carousel-01.of-bgcolor-02.of-reverse .slide-content&gt; .inner {
  color: #fff;
}

.str-mainvisual-carousel-01 .slick-slider.slick-dotted {
  margin-bottom: 0;
}

.str-mainvisual-carousel-01 .slick-list {
  height: 100%;
}

.str-mainvisual-carousel-01 .slick-track::before,
.str-mainvisual-carousel-01 .slick-track::after {
  content: none;
}

.str-mainvisual-carousel-01 .slick-track&gt; .slick-slide:not(.slick-current) * {
  pointer-events: none;
}

.str-mainvisual-carousel-01 .slick-dots-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.str-mainvisual-carousel-01 .slick-dots {
  position: static;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: auto;
}

.str-mainvisual-carousel-01 .slick-dots&gt; li {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
}

.str-mainvisual-carousel-01 .slick-dots&gt; li+ li {
  margin-left: 25px;
}

.str-mainvisual-carousel-01 .slick-dots&gt; li.slick-active&gt; button::before {
  background-color: #04127c;
  width: 14px;
  height: 14px;
}

.str-mainvisual-carousel-01 .slick-dots&gt; li&gt; button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
}

.str-mainvisual-carousel-01 .slick-dots&gt; li&gt; button::before {
  pointer-events: none;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #04127c;
  border-radius: 50%;
  opacity: 1;
}

.str-mainvisual-carousel-01 .btn-control {
  font-size: 0;
  background-color: transparent;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-left: 40px;
  padding: 0;
  border: 0;
}

.str-mainvisual-carousel-01 .btn-control::before,
.str-mainvisual-carousel-01 .btn-control::after {
  pointer-events: none;
  background-color: #04127c;
  position: absolute;
  top: 0;
  display: block;
  width: 4px;
  height: 14px;
  content: "";
}

.str-mainvisual-carousel-01 .btn-control::before {
  left: 1px;
}

.str-mainvisual-carousel-01 .btn-control::after {
  right: 1px;
}

.str-mainvisual-carousel-01 .btn-control.is-stop::before {
  background-color: transparent;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #04127c;
}

.str-mainvisual-carousel-01 .btn-control.is-stop::after {
  content: none;
}

.str-mainvisual-carousel-01 .slide {
  display: -webkit-flex;
  display:         flex;
  overflow: hidden;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.str-mainvisual-carousel-01 .slide-content {
  background-color: #fff;
  position: relative;
  z-index: 2;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 0 0 35px;
}

.str-mainvisual-carousel-01 .slide-content::before {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  z-index: -1;
  top: 0;
  left: -4vw;
  display: block;
  width: calc(120% + 4vw);
  height: 100%;
  content: "";
}

.str-mainvisual-carousel-01 .slide-content&gt; .inner {
  padding: 15px 20px;
}

.str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .hdg {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 15px;
}

.str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .text {
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 0 0 20px;
}

.str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .btnArea {
  margin-top: 30px;
}

.str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .btnArea [class*="mod-btn-"] a {
  width: 300px;
}

.str-mainvisual-carousel-01 .slide-content.of-float::before {
  content: none;
}

.str-mainvisual-carousel-01 .slide-content.of-float&gt; .inner {
  background: rgba(255, 255, 255, .75);
}

.str-mainvisual-carousel-01 .slide-content.of-float.of-bgcolor-02&gt; .inner {
  color: #fff;
  background: rgba(0, 0, 0, .75);
}

.str-mainvisual-carousel-01 .slide-content.of-bgcolor-02::before {
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}

.str-mainvisual-carousel-01 .slide-content.of-bgcolor-02&gt; .inner {
  color: #fff;
}

.str-mainvisual-carousel-01 .slide-content.of-reverse {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-left: auto;
}

.str-mainvisual-carousel-01 .slide-content.of-reverse+ .slide-image::after {
  right: inherit;
  left: -150px;
}

.str-mainvisual-carousel-01 .slide-content.of-reverse::before {
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  right: -4vw;
  left: auto;
}

.str-mainvisual-carousel-01 .slide-content.of-reverse.of-bgcolor-02::before {
  background-image: linear-gradient(to left, #000, transparent);
}

.str-mainvisual-carousel-01 .slide-image {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.str-mainvisual-carousel-01 .slide-image img {
  display: block;
  width: 100%;
  margin: auto;
}

.str-mainvisual-carousel-01 .slide-image::after,
.str-mainvisual-carousel-01 .slide::after {
  pointer-events: none;
  background: 0 0 transparent no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 0;
  right: calc(-340vw * 100 / 1800);
  display: block;
  min-width: 320px;
}

.str-mainvisual-carousel-01 .slide-image::after {
  z-index: 0;
  top: -63px;
  content: none;
}

.str-mainvisual-carousel-01 .slide::after {
  z-index: 0;
  top: 0;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.str-mainvisual-carousel-01.of-reverse .slide-image::after {
  right: inherit;
  left: -150px;
}

.str-mainvisual-carousel-01.of-decorate .slide-image::after,
.str-mainvisual-carousel-01.of-decorate .slide::after {
  background-image: url("/nf_global/v3/common/img/2021/str/mainvisual-img.png");
  max-width: 1192px;
  min-height: 308px;
  max-height: 1149px;
}

.str-mainvisual-carousel-01.of-decorate-02 .slide-image::after,
.str-mainvisual-carousel-01.of-decorate-02 .slide::after {
  background-image: url("/nf_global/v3/common/img/2021/str/mainvisual-img-02.png");
  max-width: 1157px;
  min-height: 266px;
  max-height: 963px;
}

.str-mainvisual-carousel-01.of-decorate-03 .slide-image::after,
.str-mainvisual-carousel-01.of-decorate-03 .slide::after {
  background-image: url("/nf_global/v3/common/img/2021/str/mainvisual-img-03.png");
  max-width: 869px;
  min-height: 442px;
  max-height: 1201px;
}

.str-mainvisual-carousel-01.of-decorate-04 .slide-image::after,
.str-mainvisual-carousel-01.of-decorate-04 .slide::after {
  background-image: url("/nf_global/v3/common/img/2021/str/mainvisual-img-04.png");
  max-width: 1021px;
  min-height: 268px;
  max-height: 856px;
}

.str-mainvisual-carousel-01.of-decorate-05 .slide-image::after,
.str-mainvisual-carousel-01.of-decorate-05 .slide::after {
  background-image: url("/nf_global/v3/common/img/2021/str/mainvisual-img-05.png");
  max-width: 1184px;
  min-height: 263px;
  max-height: 973px;
}

.str-mainvisual-carousel-01.of-decorate-06 .slide-image::after,
.str-mainvisual-carousel-01.of-decorate-06 .slide::after {
  background-image: url("/nf_global/v3/common/img/2021/str/mainvisual-img-06.png");
  max-width: 1129px;
  min-height: 308px;
  max-height: 1088px;
}

.str-mainvisual-carousel-01.of-decorate-07 .slide-image::after,
.str-mainvisual-carousel-01.of-decorate-07 .slide::after {
  background-image: url("/nf_global/v3/common/img/2021/str/mainvisual-img-07.png");
  max-width: 1565px;
  min-height: 172px;
  max-height: 840px;
}

.str-mainvisual-carousel-01.of-decorate .slide-image::after {
  top: calc(-339vw * 100 / 1800);
  width: calc(1192vw * 100 / 1800);
  height: calc(1149vw * 100 / 1800);
}

.str-mainvisual-carousel-01.of-decorate .slide::after {
  width: 100vw;
  height: calc(1149vw * 100 / 1192);
}

.str-mainvisual-carousel-01.of-decorate-02 .slide-image::after {
  top: calc(-160vw * 100 / 1800);
  width: calc(1154vw * 100 / 1800);
  height: calc(963vw * 100 / 1800);
}

.str-mainvisual-carousel-01.of-decorate-02 .slide::after {
  width: 100vw;
  height: calc(963vw * 100 / 1157);
}

.str-mainvisual-carousel-01.of-decorate-03 .slide-image::after {
  top: calc(-339vw * 100 / 1800);
  right: calc(-60vw * 100 / 1800);
  width: calc(869vw * 100 / 1800);
  height: calc(1201vw * 100 / 1800);
}

.str-mainvisual-carousel-01.of-decorate-03 .slide::after {
  width: 100vw;
  height: calc(1201vw * 100 / 869);
}

.str-mainvisual-carousel-01.of-decorate-04 .slide-image::after {
  top: calc(-190vw * 100 / 1800);
  right: calc(-160vw * 100 / 1800);
  width: calc(1021vw * 100 / 1800);
  height: calc(856vw * 100 / 1800);
}

.str-mainvisual-carousel-01.of-decorate-04 .slide::after {
  width: 100vw;
  height: calc(856vw * 100 / 1021);
}

.str-mainvisual-carousel-01.of-decorate-05 .slide-image::after {
  top: calc(-80vw * 100 / 1800);
  width: calc(1184vw * 100 / 1800);
  height: calc(973vw * 100 / 1800);
}

.str-mainvisual-carousel-01.of-decorate-05 .slide::after {
  width: 100vw;
  height: calc(973vw * 100 / 1184);
}

.str-mainvisual-carousel-01.of-decorate-06 .slide-image::after {
  top: calc(-320vw * 100 / 1800);
  right: calc(-260vw * 100 / 1800);
  width: calc(1129vw * 100 / 1800);
  height: calc(1088vw * 100 / 1800);
}

.str-mainvisual-carousel-01.of-decorate-06 .slide::after {
  width: 100vw;
  height: calc(1088vw * 100 / 1129);
}

.str-mainvisual-carousel-01.of-decorate-07 .slide-image::after {
  top: calc(-200vw * 100 / 1800);
  right: calc(-580vw * 100 / 1800);
  width: calc(1565vw * 100 / 1800);
  height: calc(840vw * 100 / 1800);
}

.str-mainvisual-carousel-01.of-decorate-07 .slide::after {
  width: 100vw;
  height: calc(840vw * 100 / 1565);
}

/* ----------------------------------------------------------------------------
 * ニュース
 * ------------------------------------------------------------------------- */
#v3r-news.comp-tab-news.js-tab {
  margin: 48px 0 0;
}

#v3r-news.comp-tab-news.js-tab .tab-list {
  width: 100%;
  margin: 0 0 47px;
  border-top: solid 1px #a4aab0;
}

#v3r-news.comp-tab-news.js-tab .tab-list&gt; li {
  width: 100%;
  margin: 0;
  border-top: none;
  border-right: none;
  border-bottom: solid 1px #a4aab0;
  border-left: none;
}

#v3r-news.comp-tab-news.js-tab .tab-list&gt; li&gt; a {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  color: #646e74;
  padding: 16px 36px 15px 0;
}

#v3r-news.comp-tab-news.js-tab .tab-list&gt; li[role="tab"][aria-selected="true"] {
  background-color: #04127c;
  border-bottom-width: 4px;
  border-bottom-color: #04127c;
}

#v3r-news.comp-tab-news.js-tab .tab-list&gt; li[role="tab"][aria-selected="true"]&gt; a {
  color: #fff;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner {
  overflow: visible;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .rss {
  font-size: 1.6rem;
  text-align: right;
  display: block;
  margin: 0 0 9px;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .rss&gt; a {
  font-weight: bold;
  text-align: center;
  white-space: normal;
  color: #04127c;
  background: #fff;
  display: inline-block;
  width: 80px;
  max-width: 80px;
  padding: 3px 5px 1px;
  transition: opacity .3s;
  border: solid 2px #eb6e00;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .rss&gt; a&gt; span {
  line-height: 1;
  display: block;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news {
  font-size: 1.6rem;
  margin: 0;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news+ * {
  margin-top: 49px;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li {
  margin: 0;
  padding: 48px 0 14px;
  border-bottom: dashed 1px #a4aab0;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li:first-child {
  padding-top: 0;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li&gt; .date {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li&gt; .desc {
  margin: 17px 0 0;
  padding: 0;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li&gt; .desc&gt; .inner&gt; a {
  font-size: 1.4rem;
  color: #31393c;
  transition: color .2s;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li&gt; .desc&gt; .inner&gt; a:hover,
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li&gt; .desc&gt; .inner&gt; a:active,
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li&gt; .desc&gt; .inner&gt; a:focus {
  text-decoration: underline;
  color: #757575;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn {
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn&gt; a {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: inherit;
  color: #fff;
  background-image: linear-gradient(to right, #04127c 0, #6069ac 50%, #04127c 100%);
  background-size: 200% auto;
  width: 100%;
  min-width: 180px;
  padding: 10px 48px 9px 32px;
  transition: .2s ease;
  border: none;
  border-radius: 1000px;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn&gt; a:hover,
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn&gt; a:active,
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn&gt; a:focus {
  background-position: right center;
  opacity: 1;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn&gt; a:hover::before,
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn&gt; a:active::before,
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn&gt; a:focus::before {
  right: 11px;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn&gt; a::before {
  right: 16px;
  left: auto;
  transition: right .2s;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
}

/* ----------------------------------------------------------------------------
 * インラインモーダル
 * ------------------------------------------------------------------------- */
.mod-inline-modal-wrap&gt; .mod-inline-modal-contents&gt; .mod-inline-modal-inner&gt; .header+ .body {
  margin-top: 28px;
}

.mod-inline-modal-wrap&gt; .mod-inline-modal-contents&gt; .mod-inline-modal-inner&gt; .header&gt; .hdg {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.41667;
  text-align: center;
  margin: 30px 0 18px;
}

.mod-inline-modal-wrap&gt; .mod-inline-modal-contents&gt; .mod-inline-modal-inner&gt; .body+ .footer {
  margin-top: 20px;
}

.mod-inline-modal-wrap.is-modal-open {
  position: fixed;
  z-index: 130;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 60px 0;
}

.mod-inline-modal-wrap.is-modal-open&gt; .mod-inline-modal-contents {
  background-color: #fff;
  position: relative;
  z-index: 130;
  top: 50%;
  display: -webkit-flex;
  display:         flex;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 640px;
  max-height: 100%;
  margin: 0 auto;
  padding-top: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mod-inline-modal-wrap.is-modal-open&gt; .mod-inline-modal-contents&gt; .mod-inline-modal-inner {
  position: relative;
          order: 2;
  width: 100vw;
  max-width: 640px;
  margin: 32px auto 40px;
  padding-right: 20px;
  padding-left: 20px;

  -webkit-order: 2;
}

.mod-inline-modal-wrap.is-modal-open&gt; .mod-inline-modal-contents .fn-modal-close {
  position: relative;
  display: block;
          order: 1;
  width: 100vw;
  max-width: 640px;
  margin: 0 10px 0 auto;
  padding-right: 20px;
  padding-left: 20px;

  -webkit-order: 1;
}

.mod-inline-modal-wrap.is-modal-open&gt; .mod-inline-modal-contents .fn-modal-close&gt; button {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  width: auto;
  margin: 0 10px 0 auto;
  padding-right: 20px;
  border: 0;
}

.mod-inline-modal-wrap.is-modal-open&gt; .mod-inline-modal-contents .fn-modal-close&gt; button:before,
.mod-inline-modal-wrap.is-modal-open&gt; .mod-inline-modal-contents .fn-modal-close&gt; button:after {
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 12px;
  height: 2px;
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.mod-inline-modal-wrap.is-modal-open&gt; .mod-inline-modal-contents .fn-modal-close&gt; button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.mod-inline-modal-wrap.is-modal-open&gt; .fn-modal-inline-overlay {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  z-index: 129;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================================================
 * _adjust
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 文字の位置揃え .align-
 * ------------------------------------------------------------------------- */
.align-right {
  text-align: right !important;
}

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

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

.align-top {
  vertical-align: top !important;
}

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

.align-bottom {
  vertical-align: bottom !important;
}

/* ----------------------------------------------------------------------------
 * 幅調整 .w-
 * ------------------------------------------------------------------------- */
.w-0 {
  width: 0 !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-33 {
  width: 33.3333% !important;
}

.w-44 {
  width: 44.4444% !important;
}

.w-66 {
  width: 66.6666% !important;
}

.w-77 {
  width: 77.7777% !important;
}

/* ----------------------------------------------------------------------------
 * 余白調整 .mt-
 * ------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

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

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

.mt-15 {
  margin-top: 15px !important;
}

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

.mt-25 {
  margin-top: 25px !important;
}

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

.mt-35 {
  margin-top: 35px !important;
}

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

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* ----------------------------------------------------------------------------
 * 余白調整 .mb-
 * ------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
 * 余白調整 .pt-
 * ------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/* ----------------------------------------------------------------------------
 * 余白調整 .pb-
 * ------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
 * RWD調整 .pc-
 * ------------------------------------------------------------------------- */

.pc-show {
  display: none;
}

/* ----------------------------------------------------------------------------
 * フォントサイズ調整 .fs-
 * ------------------------------------------------------------------------- */
p.fs-01,
span.fs-01,
ul.fs-01,
ol.fs-01,
dl.fs-01,
table.fs-01 {
  font-size: 85.71429%;
}

p.fs-02,
span.fs-02,
ul.fs-02,
ol.fs-02,
dl.fs-02,
table.fs-02 {
  font-size: 114.28571%;
}

p.fs-03,
span.fs-03,
ul.fs-03,
ol.fs-03,
dl.fs-03,
table.fs-03 {
  font-size: 128.57143%;
}

p.fs-04,
span.fs-04,
ul.fs-04,
ol.fs-04,
dl.fs-04,
table.fs-04 {
  font-size: 142.85714%;
}

/* ----------------------------------------------------------------------------
 * 強制折り返し .adjust-breakAll
 * ------------------------------------------------------------------------- */
.adjust-breakAll {
  word-break: break-all !important;
}

/* ----------------------------------------------------------------------------
 * border付与 .adjust-has-border
 * ------------------------------------------------------------------------- */
.adjust-has-border {
  border: 1px solid #ccc !important;
}

/* ----------------------------------------------------------------------------
 * 行間調整 .line-height-
 * ------------------------------------------------------------------------- */
.line-height-wide {
  line-height: 2;
}

.line-height-super-wide {
  line-height: 3;
}

/* ----------------------------------------------------------------------------
 * 文字色変更 .color-
 * ------------------------------------------------------------------------- */
.color-white {
  color: #fff !important;
}

[data-template-id="special-02"] .site-header-02 .func-headerSearch {
  right: 5px;
}

@media screen and (min-width: 500px), print {
  .mod-list-seminar-02&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -24px 0 0 -24px;
  }
  .mod-list-seminar-02&gt; .list&gt; li {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    margin: 0;
    padding: 24px 0 0 24px;
  }
  .mod-list-seminar-02.of-horizontal&gt; .list {
    display: block;
  }
  .mod-list-seminar-02.of-horizontal&gt; .list&gt; li {
    max-width: 100%;
  }
  .mod-list-seminar-02.of-horizontal&gt; .list&gt; li&gt; .wrap {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mod-list-seminar-02.of-horizontal&gt; .list&gt; li&gt; .wrap&gt; .summary {
    -webkit-flex-basis: calc(63.6708% + 10px);
            flex-basis: calc(63.6708% + 10px);
    max-width: calc(63.6708% + 10px);
    padding-left: 10px;
  }
  .mod-list-seminar-02.of-horizontal&gt; .list&gt; li&gt; .wrap&gt; .img {
    -webkit-flex-basis: calc(36.3292% - 10px);
            flex-basis: calc(36.3292% - 10px);
    max-width: calc(36.3292% - 10px);
    margin: 0;
  }
  .mod-list-seminar-02.of-horizontal&gt; .list&gt; li&gt; .wrap&gt; .img img {
    margin: 0;
  }
}

@media screen and (min-width: 540px), print {
  .mod-inline-modal-wrap.is-modal-open {
    padding: 3% 0;
  }
}

@media screen and (min-width: 640px), print {
  .mod-hdg-l2+ .mod-hdg-subtext,
  .mod-link-03,
  .mod-link-columnList,
  .mod-link-important,
  .mod-pnl-index,
  .mod-pnl-index2,
  .mod-pnl-indexBnr,
  .mod-media-article,
  .mod-media-article-02,
  .mod-form-trendSearch,
  .str-ticker {
    margin-bottom: 50px;
  }
  .pc-show.mod-link-03,
  .pc-show.mod-link-columnList,
  .pc-show.mod-pnl-index,
  .pc-show.mod-pnl-index2,
  .pc-show.mod-pnl-indexBnr,
  .pc-show.mod-media-article,
  .pc-show.mod-media-article-02,
  .pc-show.mod-media-horizontal,
  .pc-show.mod-form-trendSearch,
  .pc-show.str-ticker,
  .pc-show.str-mainvisual-carousel-01,
  .mod-link-03 .pc-show,
  .mod-link-columnList .pc-show,
  .mod-pnl-index .pc-show,
  .mod-pnl-index2 .pc-show,
  .mod-pnl-indexBnr .pc-show,
  .mod-media-article .pc-show,
  .mod-media-article-02 .pc-show,
  .mod-media-horizontal .pc-show,
  .mod-form-trendSearch .pc-show,
  .str-ticker .pc-show,
  .str-mainvisual-carousel-01 .pc-show {
    display: block !important;
  }
  .pc-hide.mod-link-03,
  .pc-hide.mod-link-columnList,
  .pc-hide.mod-pnl-index,
  .pc-hide.mod-pnl-index2,
  .pc-hide.mod-pnl-indexBnr,
  .pc-hide.mod-media-article,
  .pc-hide.mod-media-article-02,
  .pc-hide.mod-media-horizontal,
  .pc-hide.mod-form-trendSearch,
  .pc-hide.str-ticker,
  .pc-hide.str-mainvisual-carousel-01,
  .mod-link-03 .pc-hide,
  .mod-link-columnList .pc-hide,
  .mod-pnl-index .pc-hide,
  .mod-pnl-index2 .pc-hide,
  .mod-pnl-indexBnr .pc-hide,
  .mod-media-article .pc-hide,
  .mod-media-article-02 .pc-hide,
  .mod-media-horizontal .pc-hide,
  .mod-form-trendSearch .pc-hide,
  .str-ticker .pc-hide,
  .str-mainvisual-carousel-01 .pc-hide {
    display: none !important;
  }
  body {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .site-main {
    margin: 0 0 52px;
  }
  body[data-path="/"] .site-main {
    overflow: hidden;
  }
  .str-pageTitle&gt; .inner&gt; .language {
    font-size: 1.8rem;
  }
  .str-mainvisual.of-newsRoom {
    margin-bottom: 62px;
  }
  .str-contact&gt; .inner {
    padding: 35px 20px 33px;
  }
  .str-contact .hdg {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .str-contact .title {
    margin-bottom: 21px;
  }
  .str-contact .contact .list {
    position: relative;
    left: -1px;
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 0 0 -37px;
  }
  .str-contact .contact .list&gt; div {
    margin: 0;
    padding: 0 0 0 37px;
  }
  .str-contact .time&gt; * {
    font-size: 1.4rem;
  }
  .str-contact .time&gt; .mark {
    padding: 0 6px 0 28px;
  }
  .str-stepList&gt; .inner&gt; .list li:not(:first-child)::before,
  .str-stepList&gt; .inner&gt; .list li:not(:first-child)::after,
  .str-stepList&gt; .inner&gt; .list li:not(:first-child) .inner::before,
  .str-stepList&gt; .inner&gt; .list li:not(:first-child) .inner::after {
    border-width: 40px 0 40px 20px;
  }
  .str-stepList&gt; .inner&gt; .list li .inner {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .str-stepList&gt; .inner&gt; .list li .label {
    font-weight: normal;
    position: static;
    display: block;
    width: auto;
    height: auto;
  }
  .site-footer .seg-pickup {
    margin: 60px 0 0;
    padding: 60px 0;
  }
  .site-footer .seg-pickup .col-1 {
    padding: 29px 50px 47px;
  }
  .site-footer .seg-pickup .col-1:not(:last-child) {
    margin-bottom: 20px;
  }
  .site-footer .seg-pickup .col-2 .hdg {
    font-size: 2.8rem;
  }
  .site-footer .seg-pickup .pnl {
    position: relative;
    left: 26px;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    max-width: 600px;
    margin: 0 auto;
  }
  .site-footer .seg-pickup .pnl .bnr {
    margin: 0;
    padding: 0 39px 0 0;
  }
  .site-footer .seg-pickup .pnl .bnr img {
    width: auto;
    height: auto;
  }
  .site-footer .seg-pickup .pnl .txt {
    -webkit-flex: 0 1 calc(100% - 185px);
            flex: 0 1 calc(100% - 185px);
    max-width: calc(100% - 185px);
  }
  [class^="mod-hdg-"]+ * {
    margin-top: 0;
  }
  .mod-hdg-l1&gt; .inner&gt; .language {
    font-size: 1.8rem;
  }
  .mod-hdg-l2 {
    font-size: 3rem;
    margin: 62px 0 28px;
  }
  .mod-hdg-l2+ .mod-hdg-l3 {
    margin-top: 28px;
  }
  .mod-hdg-l2.of-type-02 {
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.3;
  }
  .mod-hdg-l2+ .mod-hdg-subtext {
    font-size: 1.8rem;
  }
  .mod-hdg-l3 {
    font-size: 2.6rem;
    margin: 56px 0 28px;
  }
  .mod-hdg-l4 {
    font-size: 2.3rem;
    margin: 50px 0 28px;
  }
  .mod-hdg-l5 {
    font-size: 2rem;
    margin: 44px 0 18px;
  }
  .mod-hdg-l6 {
    font-size: 1.8rem;
    margin: 38px 0 18px;
  }
  .mod-hdg-l2-02 {
    font-size: 3rem;
    margin: 62px 0 28px;
  }
  .mod-hdg-l2-02+ .mod-hdg-l3-02 {
    margin-top: 0;
  }
  .mod-hdg-l3-02 {
    font-size: 2.6rem;
    margin: 56px 0 28px;
  }
  .mod-hdg-l4-02 {
    font-size: 2.3rem;
    margin: 50px 0 28px;
  }
  .mod-hdg-l5-02 {
    font-size: 2rem;
    margin: 44px 0 18px;
  }
  .mod-hdg-l6-02 {
    font-size: 1.8rem;
    margin: 38px 0 18px;
  }
  .mod-hdg-l6-02.line-height-wide::before {
    top: 16px;
  }
  .mod-hdg-l6-02.line-height-super-wide::before {
    top: 25px;
  }
  .mod-txt&gt; p b.lede {
    font-size: 2rem;
    margin: 35px 0 10px;
  }
  b.mod-lede {
    font-size: 2rem;
    margin: 32px 0 28px;
  }
  .mod-txt-searchResult {
    font-size: 1.6rem;
    letter-spacing: .2px;
  }
  html:lang(ja) .mod-txt-searchResult .count .all {
    padding-right: 3px;
    padding-left: 16px;
  }
  html:lang(ja) .mod-txt-searchResult .count .result {
    padding: 0 4px 0 7px;
  }
  .mod-txt-searchResult+ [class^="mod-"] {
    margin-top: 0;
  }
  .mod-link[data-col]&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -20px;
  }
  .mod-link[data-col]&gt; .list&gt; li {
    padding: 0 0 0 20px;
  }
  [lang="ja"] .mod-link[data-col]&gt; .list&gt; li&gt; * {
    word-break: break-all;
  }
  .mod-link[data-col="2"]&gt; .list&gt; li {
    width: 50%;
  }
  .mod-link[data-col="3"]&gt; .list&gt; li {
    width: 33.3333%;
  }
  .mod-link[data-col="4"]&gt; .list&gt; li {
    width: 25%;
  }
  .mod-link[data-col="5"]&gt; .list&gt; li {
    width: 20%;
  }
  .mod-link.of-list.of-float&gt; .list&gt; li {
    font-size: 1.6rem;
  }
  .mod-link-02[data-col]&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -20px;
  }
  .mod-link-02[data-col]&gt; .list&gt; li {
    padding: 0 0 0 20px;
  }
  [lang="ja"] .mod-link-02[data-col]&gt; .list&gt; li&gt; * {
    word-break: break-all;
  }
  .mod-link-02[data-col="2"]&gt; .list&gt; li {
    width: 50%;
  }
  .mod-link-02[data-col="3"]&gt; .list&gt; li {
    width: 33.3333%;
  }
  .mod-link-02[data-col="4"]&gt; .list&gt; li {
    width: 25%;
  }
  .mod-link-02[data-col="5"]&gt; .list&gt; li {
    width: 20%;
  }
  .mod-link-02.of-list.of-float&gt; .list&gt; li {
    font-size: 1.6rem;
  }
  .mod-link-03.of-gutter&gt; .inner&gt; .list&gt; li&gt; .link {
    padding: 20px;
  }
  .mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link {
    padding: 25px 5px;
  }
  .mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link&gt; .img.of-separate {
    padding-bottom: 2em;
  }
  .mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link&gt; .txt::after {
    top: 46.5%;
  }
  .mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link&gt; .txt.of-large {
    font-size: 2rem;
  }
  .mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link[href^="#"]&gt; .txt::after {
    top: 37.5%;
  }
  .mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link:not([href^="#"])&gt; .txt::after {
    transition: right .2s;
  }
  .mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link:not([href^="#"]):hover&gt; .txt::after,
  .mod-link-03&gt; .inner&gt; .list&gt; li&gt; .link:not([href^="#"]):focus&gt; .txt::after {
    right: -10px;
  }
  .mod-link-03[data-col]&gt; .inner&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .mod-link-03[data-col="1"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-link-03[data-col="2"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .mod-link-03[data-col="3"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    min-width: 33.33333%;
    max-width: 33.33333%;
  }
  .mod-link-03[data-col="4"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    min-width: 25%;
    max-width: 25%;
  }
  .mod-link-03[data-col="5"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    min-width: 20%;
    max-width: 20%;
  }
  .mod-link-03[data-col="6"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    min-width: 16.66667%;
    max-width: 16.66667%;
  }
  .mod-link-03[data-col="7"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    min-width: 14.28571%;
    max-width: 14.28571%;
  }
  .mod-link-03[data-col="8"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    min-width: 12.5%;
    max-width: 12.5%;
  }
  .mod-link-list {
    margin-bottom: 40px;
  }
  .mod-list-tab.of-fixed&gt; .list {
    display: -webkit-flex;
    display:         flex;
  }
  .mod-list-tab.of-fixed&gt; .list&gt; li {
    text-align: center;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .mod-list-tab:not(.of-fixed)&gt; .list {
    overflow: hidden;
  }
  .mod-list-tab:not(.of-fixed)&gt; .list li {
    text-align: left;
    float: left;
    max-width: 100%;
  }
  .mod-link-news .date,
  .mod-link-news .desc {
    text-align: left;
    vertical-align: top;
    display: table-cell;
    padding: 2px 0 15px 0;
    border-bottom: 1px #333 dotted;
  }
  .mod-link-news .date {
    white-space: nowrap;
    padding-right: 20px;
  }
  .mod-link-news .date&gt; .inner {
    white-space: normal;
    display: block;
    min-width: 10em;
  }
  .mod-link-news .desc {
    width: 100%;
  }
  .mod-link-columnList .content&gt; .title {
    font-size: 2.4rem;
  }
  .mod-link-columnList .content&gt; .list li&gt; a::before {
    top: 6px;
    width: 11px;
    height: 11px;
  }
  .mod-link-columnList[data-col-mid]&gt; .container {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .mod-link-columnList[data-col-mid="1"]&gt; .container {
    margin: -20px 0 0 -50px;
  }
  .mod-link-columnList[data-col-mid="1"]&gt; .container&gt; .col {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 20px 0 0 50px;
  }
  .mod-link-columnList[data-col-mid="2"]&gt; .container {
    margin: -20px 0 0 -50px;
  }
  .mod-link-columnList[data-col-mid="2"]&gt; .container&gt; .col {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 20px 0 0 50px;
  }
  .mod-link-columnList[data-col-mid="3"]&gt; .container {
    margin: -20px 0 0 -50px;
  }
  .mod-link-columnList[data-col-mid="3"]&gt; .container&gt; .col {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    min-width: 33.33333%;
    max-width: 33.33333%;
    padding: 20px 0 0 50px;
  }
  .mod-link-columnList[data-col-mid="4"]&gt; .container {
    margin: -20px 0 0 -50px;
  }
  .mod-link-columnList[data-col-mid="4"]&gt; .container&gt; .col {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    min-width: 25%;
    max-width: 25%;
    padding: 20px 0 0 50px;
  }
  .mod-link-important {
    width: auto;
    margin-top: 60px;
  }
  .mod-link-important a {
    font-size: 2rem;
    padding-right: 37px;
  }
  .mod-btn-wrap-01 {
    max-width: none;
  }
  .mod-pnl[data-col="3"]&gt; .inner&gt; * {
    -webkit-flex: 1 1 33.3333%;
            flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
  .mod-pnl[data-col="4"] {
    margin: 0 0 32px;
  }
  .mod-pnl[data-col="4"]&gt; .inner&gt; * {
    -webkit-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
  }
  .mod-pnl&gt; .inner {
    margin: -16px 0 0 -24px;
  }
  .mod-pnl&gt; .inner&gt; * {
    padding: 16px 0 0 24px;
  }
  .mod-pnl .pnl .title {
    font-size: 2.3rem;
  }
  .mod-pnl-02 {
    margin: 0 0 42px;
  }
  .mod-pnl-02[data-col="3"]&gt; .inner&gt; * {
    -webkit-flex: 1 1 33.3333%;
            flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
  .mod-pnl-02[data-col="4"] {
    margin: 0 0 52px;
  }
  .mod-pnl-02[data-col="4"]&gt; .inner&gt; * {
    -webkit-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
  }
  .mod-pnl-02&gt; .inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -36px 0 0 -40px;
  }
  .mod-pnl-02&gt; .inner&gt; * {
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 36px 0 0 40px;
  }
  .mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner b.title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .txt p {
    margin-bottom: 10px;
  }
  .mod-pnl-02&gt; .inner&gt; *&gt; .pnl&gt; .inner&gt; .media&gt; figure {
    margin: 0 0 20px;
  }
  .mod-pnl-seminer {
    margin-bottom: 48px;
  }
  .mod-pnl-seminer&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -24px 0 0 -24px;
  }
  .mod-pnl-seminer&gt; .list&gt; li {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%;
    margin: 0;
    padding: 24px 0 0 24px;
  }
  .mod-pnl-03 {
    margin-top: 44px;
    margin-bottom: 80px;
  }
  .mod-pnl-03&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: -24px 0 0 -24px;
  }
  .mod-pnl-03&gt; .list&gt; li {
    -webkit-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 0;
    padding: 24px 0 0 24px;
  }
  .mod-pnl-03 .detail {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 13px 16px 16px;
  }
  .mod-pnl-03 .detail:last-child {
    padding-top: 27px;
  }
  .mod-pnl-03 .detail p {
    margin-bottom: 7px;
    padding-right: 3px;
    padding-left: 3px;
  }
  .mod-pnl-03 .time {
    font-size: 1.4rem;
  }
  .mod-pnl-04 {
    margin-left: -40px;
  }
  .mod-pnl-04&gt; .inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mod-pnl-04&gt; .inner&gt; .col {
    margin-left: 40px;
  }
  .mod-pnl-04&gt; .inner&gt; .col&gt; .pnl&gt; .inner .title {
    font-size: 2.2rem;
  }
  .mod-pnl-04[data-col="2"]&gt; .inner&gt; .col {
    width: calc((100% - 80px) / 2);
  }
  .mod-pnl-04[data-col="3"]&gt; .inner&gt; .col {
    width: calc((100% - 80px) / 2);
  }
  .mod-pnl-04[data-col="4"]&gt; .inner&gt; .col {
    width: calc((100% - 80px) / 2);
  }
  .mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner {
    padding: 22px 24px 30px;
  }
  .mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .title {
    margin-bottom: 10px;
  }
  .mod-pnl-04.overlay&gt; .inner&gt; .col&gt; .pnl&gt; .inner .text {
    margin-bottom: 15px;
  }
  .mod-pnl-news .inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    max-width: 100%;
    margin: 0;
  }
  .mod-pnl-news .inner .col {
    margin: 0 10px 20px;
  }
  .mod-pnl-news .pc-none {
    display: none;
  }
  .mod-presspnl-typea {
    margin-top: 44px;
    margin-bottom: 60px;
  }
  .mod-presspnl-typea&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: -24px 0 0 -24px;
  }
  .mod-presspnl-typea&gt; .list&gt; li {
    -webkit-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 0;
    padding: 24px 0 0 24px;
  }
  .mod-presspnl-typea .label-group {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .mod-presspnl-typea .detail .text {
    margin-bottom: 7px;
  }
  .mod-presspnl-typea .detail .category-group {
    margin-bottom: 10px;
  }
  .mod-presspnl-typea .time {
    font-size: 1.4rem;
  }
  .mod-presspnl-typeb {
    margin-top: 44px;
    margin-bottom: 60px;
  }
  .mod-presspnl-typeb&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: -24px 0 0 -24px;
  }
  .mod-presspnl-typeb&gt; .list&gt; li {
    -webkit-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 0;
    padding: 24px 0 0 24px;
  }
  .mod-presspnl-typec {
    margin-top: 44px;
    margin-bottom: 60px;
  }
  .mod-presspnl-typec&gt; .list&gt; li&gt; a {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mod-presspnl-typec .detail {
    font-size: 1.4rem;
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .mod-presspnl-typec .detail .text {
    margin-bottom: 7px;
  }
  .mod-presspnl-typec .time {
    font-size: 1.4rem;
  }
  .mod-presspnl-typec .thumb {
    position: relative;
    overflow: hidden;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 300px;
    min-height: 157px;
  }
  .mod-presspnl-typec .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .mod-presspnl-typed {
    margin-top: 44px;
    margin-bottom: 60px;
  }
  .mod-presspnl-typed .detail {
    font-size: 1.4rem;
    display: -webkit-flex;
    display:         flex;
    padding: 15px 15px 10px 15px;
  }
  .mod-presspnl-typed .category-group .time {
    font-size: 1.4rem;
  }
  .mod-presspnl-typed .category-group .label-group {
    max-width: 140px;
    margin-right: 30px;
  }
  .mod-pnl-index {
    margin-top: 50px;
  }
  .mod-pnl-index .list&gt; li&gt; .label,
  .mod-pnl-index .list .list-item&gt; .label {
    left: 30px;
  }
  .mod-pnl-index .list&gt; li&gt; .inner&gt; .detail,
  .mod-pnl-index .list .list-item&gt; .inner&gt; .detail {
    margin-bottom: 20px;
  }
  .mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb,
  .mod-pnl-index .list .list-item&gt; .inner&gt; .thumb {
    margin-bottom: 30px;
  }
  .mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb._replay::after,
  .mod-pnl-index .list .list-item&gt; .inner&gt; .thumb._replay::after {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    border-width: 16px 0 16px 28px;
  }
  .mod-pnl-index .list&gt; li&gt; .inner&gt; .detail::after,
  .mod-pnl-index .list .list-item&gt; .inner&gt; .detail::after {
    transition: right .2s;
  }
  .mod-pnl-index .list&gt; li&gt; .inner:hover&gt; .detail::after,
  .mod-pnl-index .list&gt; li&gt; .inner:focus&gt; .detail::after,
  .mod-pnl-index .list .list-item&gt; .inner:hover&gt; .detail::after,
  .mod-pnl-index .list .list-item&gt; .inner:focus&gt; .detail::after {
    right: 10px;
  }
  .mod-pnl-index[data-col]&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mod-pnl-index[data-col="1"]&gt; .list {
    margin: -40px 0 0 -40px;
  }
  .mod-pnl-index[data-col="1"]&gt; .list&gt; li {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 40px 0 0 40px;
  }
  .mod-pnl-index[data-col="2"]&gt; .list {
    margin: -40px 0 0 -40px;
  }
  .mod-pnl-index[data-col="2"]&gt; .list&gt; li {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 40px 0 0 40px;
  }
  .mod-pnl-index[data-col="3"]&gt; .list {
    margin: -40px 0 0 -40px;
  }
  .mod-pnl-index[data-col="3"]&gt; .list&gt; li {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    min-width: 33.33333%;
    max-width: 33.33333%;
    padding: 40px 0 0 40px;
  }
  .mod-pnl-index[data-col="4"]&gt; .list {
    margin: -40px 0 0 -40px;
  }
  .mod-pnl-index[data-col="4"]&gt; .list&gt; li {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    min-width: 25%;
    max-width: 25%;
    padding: 40px 0 0 40px;
  }
  .mod-pnl-index.of-center&gt; .list {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .mod-pnl-index {
    margin-bottom: 30px;
  }
  .mod-pnl-index._carousel {
    margin-bottom: 30px;
  }
  .mod-pnl-index._carousel .list .list-item {
    margin-right: 15px;
    margin-left: 15px;
    padding: 40px 0 0 10px;
  }
  .mod-pnl-index._carousel .list .list-item&gt; .label {
    left: 0;
  }
  .mod-pnl-index2 {
    margin-top: 50px;
  }
  .mod-pnl-index2&gt; .list&gt; li&gt; .thumb {
    margin-bottom: 30px;
  }
  .mod-pnl-index2&gt; .list&gt; li&gt; .detail&gt; .heading {
    font-size: 3.6rem;
    font-weight: normal;
  }
  .mod-pnl-index2&gt; .list&gt; li&gt; .detail&gt; .text {
    font-size: 1.8rem;
  }
  .mod-pnl-index2[data-col]&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mod-pnl-index2[data-col="1"]&gt; .list {
    margin: calc(-100vw * 100 / 1340) 0 0 calc(-100vw * 130 / 1340);
  }
  .mod-pnl-index2[data-col="1"]&gt; .list&gt; li {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: calc(100vw * 100 / 1340) 0 0 calc(100vw * 130 / 1340);
  }
  .mod-pnl-index2[data-col="2"]&gt; .list {
    margin: calc(-100vw * 100 / 1340) 0 0 calc(-100vw * 130 / 1340);
  }
  .mod-pnl-index2[data-col="2"]&gt; .list&gt; li {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
    padding: calc(100vw * 100 / 1340) 0 0 calc(100vw * 130 / 1340);
  }
  .mod-pnl-index2[data-col="3"]&gt; .list {
    margin: calc(-100vw * 100 / 1340) 0 0 calc(-100vw * 130 / 1340);
  }
  .mod-pnl-index2[data-col="3"]&gt; .list&gt; li {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    min-width: 33.33333%;
    max-width: 33.33333%;
    padding: calc(100vw * 100 / 1340) 0 0 calc(100vw * 130 / 1340);
  }
  .mod-pnl-index2[data-col="4"]&gt; .list {
    margin: calc(-100vw * 100 / 1340) 0 0 calc(-100vw * 130 / 1340);
  }
  .mod-pnl-index2[data-col="4"]&gt; .list&gt; li {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    min-width: 25%;
    max-width: 25%;
    padding: calc(100vw * 100 / 1340) 0 0 calc(100vw * 130 / 1340);
  }
  .mod-pnl-indexBnr[data-col]&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mod-pnl-indexBnr[data-col="1"]&gt; .list {
    margin: -15px 0 0 -15px;
  }
  .mod-pnl-indexBnr[data-col="1"]&gt; .list&gt; li {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 15px 0 0 15px;
  }
  .mod-pnl-indexBnr[data-col="2"]&gt; .list {
    margin: -15px 0 0 -15px;
  }
  .mod-pnl-indexBnr[data-col="2"]&gt; .list&gt; li {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 15px 0 0 15px;
  }
  .mod-pnl-indexBnr[data-col="3"]&gt; .list {
    margin: -15px 0 0 -15px;
  }
  .mod-pnl-indexBnr[data-col="3"]&gt; .list&gt; li {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    min-width: 33.33333%;
    max-width: 33.33333%;
    padding: 15px 0 0 15px;
  }
  .mod-pnl-indexBnr[data-col="4"]&gt; .list {
    margin: -15px 0 0 -15px;
  }
  .mod-pnl-indexBnr[data-col="4"]&gt; .list&gt; li {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    min-width: 25%;
    max-width: 25%;
    padding: 15px 0 0 15px;
  }
  .mod-pnl-news-mv {
    -webkit-flex-direction: row;
            flex-direction: row;
    height: 290px;
  }
  .mod-pnl-news-mv .item {
    width: 50%;
  }
  .mod-pnl-news-mv .item.of-content {
    padding: 40px;
  }
  .mod-pnl-news-mv .item.of-img {
    position: relative;
  }
  .mod-pnl-news-mv .item.of-img&gt; img {
    position: absolute;
    top: 0;
    right: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .mod-pnl-carousel {
    margin: 0 12px;
  }
  .mod-pnl-carousel .link {
    text-decoration: none;
  }
  .mod-pnl-carousel .link:hover .text,
  .mod-pnl-carousel .link:active .text,
  .mod-pnl-carousel .link:focus .text {
    text-decoration: none;
  }
  .mod-pnl-carousel .link:hover .time,
  .mod-pnl-carousel .link:active .time,
  .mod-pnl-carousel .link:focus .time {
    text-decoration: none;
  }
  .mod-pnl-carousel .text {
    font-size: 16px;
    text-decoration: underline;
  }
  .mod-pnl-carousel .time {
    text-decoration: underline;
    margin-top: 12px;
  }
  div.mod-btn {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  div.mod-btn.align-left {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  div.mod-btn.align-center {
    -webkit-justify-content: center;
            justify-content: center;
  }
  div.mod-btn.align-right {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  div.mod-btn.of-list {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -16px;
    margin-left: -16px;
  }
  div.mod-btn.of-list .btn {
    padding: 16px 0 0 16px;
  }
  div.mod-btn.of-list.align-left {
    margin-right: -16px;
    margin-left: 0;
  }
  div.mod-btn.of-list.align-left .btn {
    padding-right: 16px;
    padding-left: 0;
  }
  div.mod-btn.of-list.align-right {
    margin-left: -16px;
  }
  .mod-btn .btn {
    max-width: 100%;
  }
  .mod-btn.of-has-limit a,
  .mod-btn.of-has-limit button {
    max-width: 312px;
  }
  [data-col] .mod-btn .btn {
    min-width: calc(0%);
  }
  [data-col] .mod-btn .btn a,
  [data-col] .mod-btn .btn button,
  [data-col] .mod-btn .btn&gt; span {
    width: 100%;
  }
  [lang="ja"] [data-col] .mod-btn .btn a&gt; *,
  [lang="ja"]
  [data-col] .mod-btn .btn button&gt; *,
  [lang="ja"]
  [data-col] .mod-btn .btn&gt; span&gt; * {
    word-break: break-all;
  }
  .mod-btn-list {
    margin: 0 0 52px;
  }
  .mod-btn-list&gt; .list {
    position: relative;
    margin: -16px 0 0 -16px;
  }
  .mod-btn-list&gt; .list&gt; li {
    position: relative;
    float: left;
    margin: 0;
    padding: 16px 0 0 16px;
  }
  .mod-btn-list.align-center {
    margin: -16px 0 52px -78px;
  }
  .mod-btn-list.align-center&gt; .list {
    left: 50%;
    float: left;
    margin: auto;
  }
  .mod-btn-list.align-center&gt; .list&gt; li {
    left: -50%;
    padding: 16px 0 0 78px;
  }
  .mod-btn-list.align-right&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin: -16px -16px 0 0;
  }
  .mod-btn-list.align-right&gt; .list&gt; li {
    padding: 16px 16px 0 0;
  }
  div.mod-btn-02 {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  div.mod-btn-02.pc-show {
    display: -webkit-flex !important;
    display:         flex !important;
  }
  div.mod-btn-02.align-left {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  div.mod-btn-02.align-center {
    -webkit-justify-content: center;
            justify-content: center;
  }
  div.mod-btn-02.align-right {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  div.mod-btn-02.of-list {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -16px;
    margin-left: -16px;
  }
  div.mod-btn-02.of-list .btn {
    padding: 16px 0 0 16px;
  }
  div.mod-btn-02.of-list.align-left {
    margin-right: -16px;
    margin-left: 0;
  }
  div.mod-btn-02.of-list.align-left .btn {
    padding-right: 16px;
    padding-left: 0;
  }
  div.mod-btn-02.of-list.align-right {
    margin-left: -16px;
  }
  .mod-btn-02 .btn {
    max-width: 100%;
  }
  .mod-btn-02.of-has-limit a,
  .mod-btn-02.of-has-limit button {
    max-width: 312px;
  }
  [data-col] .mod-btn-02 .btn {
    min-width: calc(0%);
  }
  [data-col] .mod-btn-02 .btn a,
  [data-col] .mod-btn-02 .btn button,
  [data-col] .mod-btn-02 .btn&gt; span {
    width: 100%;
  }
  [lang="ja"] [data-col] .mod-btn-02 .btn a&gt; *,
  [lang="ja"]
  [data-col] .mod-btn-02 .btn button&gt; *,
  [lang="ja"]
  [data-col] .mod-btn-02 .btn&gt; span&gt; * {
    word-break: break-all;
  }
  .mod-list.of-float&gt; .list&gt; li {
    width: auto;
  }
  .mod-list[data-col]&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .mod-list[data-col="2"]&gt; .list&gt; li {
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
  .mod-list[data-col="3"]&gt; .list&gt; li {
    -webkit-flex: 1 1 33.3333%;
            flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
  .mod-list[data-col="4"]&gt; .list&gt; li {
    -webkit-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
  }
  .mod-list.line-height-wide&gt; .list&gt; li::before {
    top: 22px;
  }
  .mod-list.line-height-wide&gt; .list&gt; li&gt; .list&gt; li::before {
    top: 21px;
  }
  .mod-list.line-height-super-wide&gt; .list&gt; li::before {
    top: 30px;
  }
  .mod-list.line-height-super-wide&gt; .list&gt; li&gt; .list&gt; li::before {
    top: 29px;
  }
  .mod-list-02.of-float&gt; .list&gt; li {
    display: inline-block;
    float: left;
    width: auto;
    max-width: calc(100% - 20px);
    margin: 0 0 0 20px;
  }
  .mod-list-02.of-float&gt; .list&gt; li .mark {
    padding-right: 0;
  }
  .mod-list-02.of-float&gt; .list&gt; li&gt; * {
    display: inline-block;
    max-width: 100%;
  }
  .mod-list-02.of-float&gt; .list,
  .mod-list-02[data-col]&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% + 20px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  [data-col] .mod-list-02&gt; .list&gt; li {
    display: table;
  }
  .mod-list-02[data-col]&gt; .list&gt; li {
    display: table;
    margin: 0 0 0 20px;
  }
  .mod-list-02[data-col="2"]&gt; .list&gt; li {
    -webkit-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .mod-list-02[data-col="3"]&gt; .list&gt; li {
    -webkit-flex: 1 1 calc(33.3333% - 20px);
            flex: 1 1 calc(33.3333% - 20px);
    max-width: calc(33.3333% - 20px);
  }
  .mod-list-02[data-col="4"]&gt; .list&gt; li {
    -webkit-flex: 1 1 calc(25% - 20px);
            flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .mod-list-ordered.of-float&gt; .list {
    display: block;
    width: calc(100% + 20px);
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  .mod-list-ordered.of-float&gt; .list&gt; li {
    float: left;
    width: auto;
    max-width: 100%;
    margin: 20px 0 0 20px;
  }
  .mod-list-ordered.of-float&gt; .list&gt; li::before {
    display: inline-block;
    padding-right: 0;
  }
  .mod-list-ordered.of-float&gt; .list&gt; li&gt; .content {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }
  .mod-list-ordered[data-col]&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% + 20px);
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  [data-col] .mod-list-ordered&gt; .list&gt; li {
    display: table;
    width: 100%;
  }
  .mod-list-ordered[data-col]&gt; .list&gt; li {
    display: -webkit-flex;
    display:         flex;
    width: 100%;
    margin: 20px 0 0 20px;
  }
  .mod-list-ordered[data-col="2"]&gt; .list&gt; li {
    -webkit-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .mod-list-ordered[data-col="3"]&gt; .list&gt; li {
    -webkit-flex: 1 1 calc(33.3333% - 20px);
            flex: 1 1 calc(33.3333% - 20px);
    max-width: calc(33.3333% - 20px);
  }
  .mod-list-ordered[data-col="4"]&gt; .list&gt; li {
    -webkit-flex: 1 1 calc(25% - 20px);
            flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .mod-list-ordered.line-height-wide .mod-list&gt; .list&gt; li::before {
    top: 15px;
  }
  .mod-list-ordered.line-height-super-wide .mod-list&gt; .list&gt; li::before {
    top: 22px;
  }
  .mod-list-category {
    margin: 0 0 52px;
  }
  .mod-list-desc.of-horizontal&gt; dl.list {
    display: table;
    width: 100%;
  }
  .mod-list-desc.of-horizontal&gt; dl.list&gt; div {
    display: table-row;
  }
  .mod-list-desc.of-horizontal&gt; dl.list&gt; div&gt; dt {
    word-break: keep-all;
    padding: 0 1em 0 0;
  }
  .mod-list-desc.of-horizontal&gt; dl.list&gt; div&gt; * {
    display: table-cell;
    margin-bottom: 0;
    padding: 0 0 1em;
  }
  .mod-list-news b.mod-newlabel {
    top: 0;
  }
  .mod-list-news&gt; dl.list {
    display: table;
    border-collapse: collapse;
  }
  .mod-list-news&gt; dl.list&gt; .row {
    display: table-row;
  }
  .mod-list-news&gt; dl.list&gt; .row&gt; * {
    vertical-align: top;
    display: table-cell;
  }
  .mod-list-news&gt; dl.list&gt; .row dt {
    white-space: pre;
    padding: 0 49px 0 0;
  }
  .mod-list-news&gt; dl.list&gt; .row dd {
    padding: 0 0 23px;
  }
  .mod-list-news.of-type-02&gt; dl.list&gt; .row {
    border-bottom: 1px dotted #333;
  }
  .mod-list-news.of-type-02&gt; dl.list&gt; .row dt {
    padding-top: 2px;
    padding-bottom: 3px;
  }
  .mod-list-news.of-type-02&gt; dl.list&gt; .row dd {
    padding-bottom: 19px;
  }
  .mod-list-news.of-type-02&gt; dl.list&gt; .row:not(:first-child) dt {
    padding-top: 27px;
  }
  .mod-list-news.of-type-02&gt; dl.list&gt; .row:not(:first-child) dd {
    padding: 25px 0 18px;
  }
  .mod-list-news.of-type-03&gt; dl.list&gt; .row dt,
  .mod-list-news.of-type-03&gt; dl.list&gt; .row dd {
    display: table-cell;
  }
  .mod-list-news.of-type-03&gt; dl.list&gt; .row dt {
    padding: 0 49px 0 0;
  }
  .mod-list-news.of-type-03&gt; dl.list&gt; .row dd {
    overflow: hidden;
  }
  .mod-list-news.of-type-03 b.label {
    display: block;
    float: left;
    margin: 2px 10px 0 0;
  }
  .mod-list-news.of-type-03 b.label+ * {
    float: left;
    max-width: calc(100% - 130px);
    padding: 0;
  }
  .mod-list-news.of-type-04&gt; dl.list&gt; .row dt {
    padding-bottom: 3px;
  }
  .mod-list-news.of-type-04&gt; dl.list&gt; .row dd {
    padding-bottom: 20px;
  }
  .mod-list-news.of-type-04 ul.label {
    margin: 0 0 1px;
    padding: 2px 0 0;
  }
  .mod-list-news.of-type-05 .schedule {
    float: left;
    clear: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .mod-list-news.of-type-05 .tag {
    float: left;
    margin-bottom: 0;
  }
  .mod-list-news.of-type-05 .notice {
    padding-top: 0;
  }
  .mod-list-news.of-type-05 .content {
    clear: left;
    padding-top: 8px;
  }
  .mod-list-news-02 .list&gt; div {
    display: table;
  }
  .mod-list-news-02 .date,
  .mod-list-news-02 .desc {
    text-align: left;
    vertical-align: top;
    display: table-cell;
    padding: 2px 0 15px 0;
    border-bottom: 1px #333 dotted;
  }
  .mod-list-news-02 .date {
    white-space: nowrap;
    padding-right: 20px;
  }
  .mod-list-news-02 .date&gt; .inner {
    white-space: normal;
    display: block;
    min-width: 10em;
  }
  .mod-list-news-02 .desc {
    width: 100%;
  }
  .mod-list-faq&gt; dl.list&gt; dt {
    line-height: 1.75;
  }
  .mod-list-faq&gt; dl.list&gt; dt&gt; .label+ .content {
    padding-bottom: 19px;
  }
  .mod-list-seminar.of-noImage .session-summary {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .mod-list-seminar .seminar-itemGroup {
    display: -webkit-flex;
    display:         flex;
    padding: 20px 27px;
  }
  .mod-list-seminar .seminar-itemGroup&gt; .itemGroup-time {
    white-space: pre;
    margin: 0;
    padding: 0 28px 0 0;
    border-right: 1px solid #bbb;
    border-bottom: 0;
  }
  .mod-list-seminar .seminar-itemGroup&gt; .session-list {
    width: 100%;
    padding: 7px 0 0 28px;
  }
  .mod-list-seminar .seminar-itemGroup&gt; .session-list&gt; .list&gt; li&gt; .session {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mod-list-seminar .seminar-itemGroup .session-img {
    -webkit-flex-basis: 36.3292%;
            flex-basis: 36.3292%;
    max-width: 36.3292%;
  }
  .mod-list-seminar .seminar-itemGroup .session-img img {
    margin: 0;
  }
  .mod-list-seminar .session-summary {
    -webkit-flex-basis: 63.6708%;
            flex-basis: 63.6708%;
    max-width: 63.6708%;
    margin: 0;
  }
  .mod-list-seminar .session-summary&gt; .item-status {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin: 0 0 16px;
    padding: 0 0 0 8px;
  }
  .mod-list-seminar .item-status .item-time {
    margin: 0 22px 0 0;
    padding: 2px 0 0;
  }
  .mod-list-seminar .item-status .item-place {
    margin: 0 6px 0 -10px;
    padding: 2px 0 0;
  }
  .mod-list-seminar .item-content {
    padding: 0 0 0 11px;
  }
  .mod-list-seminar .item-content .presenterList {
    margin: 25px 0 22px;
  }
  .mod-list-seminar .entry-ui {
    margin: 25px 0 0;
  }
  .mod-list-seminar .ui-item&gt; .item,
  .mod-list-seminar .ui-item&gt; .item-cancel {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .mod-list-seminar .ui-item&gt; .item&gt; *,
  .mod-list-seminar .ui-item&gt; .item-cancel&gt; * {
    width: 100%;
    max-width: 235px;
  }
  .mod-list-seminar .ui-item&gt; .item-cancel&gt; label {
    margin-top: 7px;
  }
  .mod-list-seminar .ui-item&gt; .item-cancel&gt; label&gt; span {
    padding: 9px 8px 7px;
  }
  .mod-list-seminar-02 {
    margin-top: 0;
    margin-bottom: 48px;
  }
  .mod-list-thisCategory {
    margin: 0 0 54px;
  }
  .mod-list-thisCategory&gt; .list {
    margin: -22px 0 0 -40px;
  }
  .mod-list-thisCategory&gt; .list&gt; div {
    padding: 22px 0 0 40px;
  }
  .mod-list-thisCategory&gt; .list&gt; div&gt; dd&gt; ul&gt; li&gt; a:hover,
  .mod-list-thisCategory&gt; .list&gt; div&gt; dd&gt; ul&gt; li&gt; a:focus {
    text-decoration: underline;
  }
  .mod-tbl.of-scroll&gt; table {
    width: 100%;
  }
  .mod-tbl.of-scroll&gt; table caption {
    text-align: center;
  }
  .mod-tbl-form {
    margin-bottom: 40px;
  }
  .mod-tbl-form&gt; table {
    display: table !important;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .mod-tbl-form&gt; table tr {
    display: table-row !important;
  }
  .mod-tbl-form&gt; table th,
  .mod-tbl-form&gt; table td {
    display: table-cell !important;
    border-bottom: 1px solid #bbb;
  }
  .mod-tbl-form&gt; table thead {
    display: table-header-group !important;
  }
  .mod-tbl-form&gt; table tbody {
    display: table-row-group !important;
  }
  .mod-box {
    margin: 0 0 52px;
  }
  .mod-box&gt; *:first-child:not(.inner) {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mod-box&gt; .inner {
    margin: 40px;
  }
  .mod-box-02 {
    text-align: center;
    margin: 0 0 20px;
  }
  .mod-box-03 {
    margin-bottom: 48px;
  }
  .mod-box-03&gt; .inner {
    margin: -24px 0 0 -24px;
  }
  .mod-box-03&gt; .inner&gt; .col {
    display: -webkit-flex;
    display:         flex;
    padding: 24px 0 0 24px;
  }
  .mod-box-03[data-col="2"]&gt; .inner&gt; .col {
    width: 50%;
  }
  .mod-box-03[data-col="3"]&gt; .inner&gt; .col {
    width: 33.3333%;
  }
  .mod-box-03[data-col="4"]&gt; .inner&gt; .col {
    width: 25%;
  }
  .mod-box-05 {
    margin-bottom: 48px;
  }
  .mod-box-05&gt; .inner {
    margin: -24px 0 0 -24px;
  }
  .mod-box-05&gt; .inner&gt; .col {
    padding: 24px 0 0 24px;
  }
  .mod-box-05[data-col="2"]&gt; .inner&gt; .col {
    width: 50%;
  }
  .mod-box-05[data-col="3"]&gt; .inner&gt; .col {
    width: 33.3333%;
  }
  .mod-box-05[data-col="4"]&gt; .inner&gt; .col {
    width: 25%;
  }
  .mod-box-notice {
    -webkit-flex-direction: row;
            flex-direction: row;
    margin-bottom: 42px;
  }
  .mod-box-notice&gt; .heading {
    word-break: keep-all;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .mod-box-notice&gt; .heading&gt; .hdg {
    padding: 9px 39px 5px;
  }
  .mod-box-notice&gt; .content {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
    padding: 21px 41px 18px;
  }
  .mod-box-alert {
    margin: 0 0 32px;
  }
  .mod-box-alert&gt; .inner {
    margin: 21px 24px 19px;
  }
  .mod-box-search:not(.of-narrow)&gt; .hdg {
    font-size: 3.8rem;
    padding: 9px 0 22px;
  }
  .mod-box-search:not(.of-narrow)&gt; .content {
    padding: 32px 58px 29px;
  }
  .mod-box-search:not(.of-narrow)&gt; .content .form {
    display: -webkit-flex;
    display:         flex;
  }
  .mod-box-search:not(.of-narrow)&gt; .content .form:not(:last-child) {
    margin: 0 0 21px;
  }
  .mod-box-search:not(.of-narrow)&gt; .content .form .input,
  .mod-box-search:not(.of-narrow)&gt; .content .form .submit {
    margin: 0;
  }
  .mod-box-search:not(.of-narrow)&gt; .content .form .input {
    -webkit-flex-basis: calc(100% - 178px);
            flex-basis: calc(100% - 178px);
    width: calc(100% - 178px);
    max-width: calc(100% - 178px);
  }
  .mod-box-search:not(.of-narrow)&gt; .content .form .input input {
    border-right: 0;
  }
  .mod-box-search:not(.of-narrow)&gt; .content .form .submit {
    -webkit-flex-basis: 178px;
            flex-basis: 178px;
    width: 178px;
  }
  .mod-box-search:not(.of-narrow)&gt; .content .form .submit button {
    padding: 12px 10px 10px 11px;
  }
  .mod-lyt {
    margin: 66px auto 54px;
  }
  .mod-lyt[data-col="2"]&gt; .inner&gt; * {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .mod-lyt[data-col="3"]&gt; .inner&gt; * {
    -webkit-flex-basis: 33.3333%;
            flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }
  .mod-lyt[data-col="4"]&gt; .inner&gt; * {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .mod-lyt-02&gt; .inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -32px;
  }
  .mod-lyt-02&gt; .inner&gt; .col {
    padding-left: 32px;
  }
  .mod-lyt-02[data-col="2"]&gt; .inner&gt; .col {
    width: 50%;
  }
  .mod-lyt-02[data-col="3"]&gt; .inner&gt; .col {
    width: 50%;
  }
  .mod-lyt-02[data-col="4"]&gt; .inner&gt; .col {
    width: 50%;
  }
  .mod-news-lyt-lqd {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .mod-news-lyt-lqd .col {
    position: relative;
    width: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .mod-news-lyt-lqd .col .inner .item .media {
    width: 156px;
  }
  .mod-news-lyt-lqd .col .content {
    font-size: 14px;
  }
  .mod-news-lyt-lqd .col .content .txt::after {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid;
    border-width: 1px 1px 0 0;
  }
  .mod-news-lyt-lqd .col .content .media {
    margin: 0;
  }
  .mod-latest-area .latest-news .wrap {
    font-size: 1.4rem;
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    margin: 0 auto;
  }
  .mod-latest-area .latest-news .wrap .col {
    display:         flex;
    display: -webkit-flex;
    width: calc(50% - 20px);
    max-width: 45vw;
    margin: 0 10px 20px;
  }
  .mod-latest-area .latest-news .wrap .col .pnl {
    width: 100%;
  }
  .mod-latest-area .latest-news .wrap .col .pnl a {
    text-decoration: none;
  }
  .mod-latest-area .latest-news .wrap .col .pnl a .media {
    width: 100%;
  }
  .mod-latest-area .latest-news .wrap .col .pnl a .media figure img {
    width: 100%;
  }
  .mod-latest-area .latest-video .inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 20px 20px 0;
  }
  .mod-latest-area .latest-video .inner .col {
    width: 44vw;
    max-width: calc(calc(100vw - 80px) / 2);
  }
  .mod-latest-area .latest-video .inner .col .pnl a .media img {
    max-width: 160px;
  }
  .mod-media {
    margin: 0 auto 52px;
  }
  .mod-media img,
  .mod-media iframe {
    margin: 0 auto;
  }
  .mod-media figcaption .js-modal-img {
    font-size: 1.6rem;
    display: inline-block;
    max-width: 100%;
  }
  .mod-media figcaption .js-modal-img+ br {
    display: block;
  }
  .mod-media&gt; span a.js-modal-img {
    cursor: pointer;
  }
  .mod-media&gt; span a.js-modal-img:focus img,
  .mod-media&gt; span a.js-modal-img:hover img {
    opacity: .7;
  }
  .mod-media&gt; span a.js-modal-img&gt; .link {
    text-decoration: underline;
    display: inline-block;
    padding-left: 24px;
  }
  .mod-media&gt; span a:focus&gt; .link,
  .mod-media&gt; span a:hover&gt; .link {
    text-decoration: none;
  }
  .mod-media-lyt {
    font-size: 1.4rem;
    margin: 0 0 40px;
    padding: 0 10px;
  }
  .mod-media-lyt&gt; .inner {
    direction: rtl;
  }
  .mod-media-lyt&gt; .inner&gt; .txt {
    width: 100%;
    padding: 18px 0 18px 7.66666vw;

    direction: ltr;
  }
  .mod-media-lyt&gt; .inner&gt; .txt .lede {
    font-size: 2.6rem;
  }
  .mod-media-lyt&gt; .inner&gt; .media {
    vertical-align: middle;
    display: table-cell;
  }
  .mod-media-lyt&gt; .inner&gt; .media img,
  .mod-media-lyt&gt; .inner&gt; .media iframe {
    max-width: none;
    margin: 0 auto;
  }
  .mod-media-lyt .mod-btn {
    text-align: left;
    margin-top: 40px;
  }
  .mod-media-video {
    margin: 0 auto 52px;
  }
  .mod-media-article {
    margin-top: 50px;
  }
  .mod-media-article&gt; .inner&gt; .img {
    overflow: visible;
    width: 100%;
    min-height: auto;
    padding-top: 11.6%;
  }
  .mod-media-article&gt; .inner&gt; .img img {
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
  .mod-media-article&gt; .inner&gt; .contents {
    background-color: rgba(255, 255, 255, .9);
    position: relative;
    width: 84.6%;
    margin: 0 auto;
    padding: calc(29px + (21 * (100vw - 640px) / 700)) calc(20px + (50 * (100vw - 640px) / 700)) calc(35px + (7 * (100vw - 640px) / 700));
  }
  .mod-media-article-02 {
    margin-top: 50px;
  }
  .mod-media-article-02&gt; .col+ .col {
    margin-top: 100px;
  }
  .mod-media-article-02&gt; .col&gt; .container&gt; .hdg {
    font-size: calc(20px + (16 * (100vw - 640px) / 700));
    font-weight: normal;
  }
  .mod-media-article-02&gt; .col&gt; .container&gt; .sub {
    font-size: calc(14px + (4 * (100vw - 640px) / 700));
  }
  .mod-media-article-02&gt; .col&gt; .container&gt; .btnArea {
    max-width: none;
  }
  .mod-media-article-02&gt; .col&gt; .container&gt; .btnArea [class*="mod-btn"]&gt; .btn&gt; a,
  .mod-media-article-02&gt; .col&gt; .container&gt; .btnArea [class*="mod-btn"]&gt; .btn&gt; button,
  .mod-media-article-02&gt; .col&gt; .container&gt; .btnArea [class*="mod-btn"]&gt; .btn&gt; span {
    width: auto;
  }
  .mod-media-horizontal&gt; .content&gt; .hdg {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3369;
    color: #03315e;
  }
  .mod-input-radio label .label {
    line-height: 1.71429;
  }
  .mod-input-check label .label {
    line-height: 1.5;
  }
  .mod-input-check-02&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% + 12px);
    margin: -12px 0 0 -12px;
  }
  .mod-input-check-02&gt; .list li {
    float: left;
    -webkit-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%;
    margin: 0;
    padding: 12px 0 0 12px;
  }
  .mod-input-check-02[data-col="5"]&gt; .list&gt; li {
    -webkit-flex-basis: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
  html[data-script-enabled="true"] .func-modal&gt; .modal-inner {
    padding: 40px;
  }
  .mod-tab.of-fixed .tab-list {
    display: -webkit-flex;
    display:         flex;
  }
  .mod-tab.of-fixed .tab-list&gt; li {
    text-align: center;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .mod-tab:not(.of-fixed) .tab-list {
    overflow: hidden;
  }
  .mod-tab:not(.of-fixed) .tab-list li {
    text-align: left;
    float: left;
  }
  .mod-carousel .slick-inner {
    margin-bottom: 0;
  }
  .mod-carousel .slick-arrow {
    color: #000;
    background: #333;
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block !important;
    overflow: hidden;
    width: 48px;
    height: 48px;
    margin: auto;
  }
  .mod-carousel .slick-arrow::before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 34px;
    height: 34px;
    margin: auto;
    content: "";
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
  }
  .mod-carousel .slick-arrow.slick-prev {
    left: 0;
  }
  .mod-carousel .slick-arrow.slick-prev::before {
    left: 14px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .mod-carousel .slick-arrow.slick-next {
    right: 0;
  }
  .mod-carousel .slick-arrow.slick-next::before {
    right: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mod-carousel .slick-arrow:focus {
    outline: 1px dotted #333;
    outline: -webkit-focus-ring-color auto 5px;
  }
  .mod-carousel:not(.of-dots) .slick-dots {
    -webkit-align-items: stretch;
            align-items: stretch;
    width: 100%;
  }
  .mod-carousel:not(.of-dots) .slick-dots li,
  .mod-carousel:not(.of-dots) .slick-dots li button {
    width: auto;
    height: auto;
    margin: 0;
  }
  .mod-carousel:not(.of-dots) .slick-dots li {
    vertical-align: baseline;
    background: #ebebeb;
    display: -webkit-flex;
    display:         flex;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    border: 0;
  }
  .mod-carousel:not(.of-dots) .slick-dots li:not(:first-child) {
    border-left: 1px solid #fff;
  }
  .mod-carousel:not(.of-dots) .slick-dots li button {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
    width: 100%;
    height: auto;
    padding: 13px;
  }
  [lang="ja"] .mod-carousel:not(.of-dots) .slick-dots li button&gt; * {
    word-break: break-all;
  }
  .mod-carousel:not(.of-dots) .slick-dots li.slick-active {
    background: #be375a;
    border: 1px solid #be375a;
  }
  .mod-carousel:not(.of-dots) .slick-dots li.slick-active button {
    font-weight: bold;
    color: #fff;
  }
  .mod-carousel.of-newsroom {
    margin-right: 0;
    margin-left: 0;
  }
  .mod-carousel.of-newsroom .slick-dots-wrap {
    margin-top: 20px;
  }
  .mod-carousel.of-newsroom2 {
    margin: 0 -12px 40px;
    padding: 0 30px;
  }
  .mod-carousel.of-newsroom2 .slick-arrow.slick-prev {
    left: -18px;
  }
  .mod-carousel.of-newsroom2 .slick-arrow.slick-next {
    right: -18px;
  }
  .mod-carousel.of-newsroom2 .slick-track {
    margin: auto;
  }
  .func-cookie&gt; .inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .func-cookie&gt; .inner .mod-btn {
    margin-top: 0;
  }
  .func-cookie&gt; .inner .txt {
    padding-right: 30px;
  }
  .mod-map&gt; .map-wrap {
    height: 556px;
  }
  .func-global-notice {
    max-width: 400px;
  }
  .str-mainvisual-carousel-01.of-reverse .slide-content&gt; .inner {
    margin-right: 4vw;
    margin-left: 0;
  }
  .str-mainvisual-carousel-01.of-size-02 .slide-content&gt; .inner {
    width: 45vw;
  }
  .str-mainvisual-carousel-01.of-size-03 .slide-content&gt; .inner {
    width: 40vw;
  }
  .str-mainvisual-carousel-01.of-size-04 .slide-content&gt; .inner {
    width: 35vw;
  }
  .str-mainvisual-carousel-01.of-size-05 .slide-content&gt; .inner {
    width: 30vw;
  }
  .str-mainvisual-carousel-01 .slick-track {
    display: -webkit-flex;
    display:         flex;
    height: 100%;
  }
  .str-mainvisual-carousel-01 .slick-track&gt; .slick-slide {
    float: none;
  }
  .str-mainvisual-carousel-01 .slick-slide {
    display: -webkit-flex;
    display:         flex;
  }
  .str-mainvisual-carousel-01 .slick-dots-wrap {
    position: absolute;
    bottom: 40px;
    left: calc(4vw + 10px);
  }
  .str-mainvisual-carousel-01 .slide-content {
    background-color: transparent;
    z-index: 1;
    right: 0;
    left: 0;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    width: calc(100% - 100px);
    max-width: 100%;
    min-height: calc(100vw * 600 / 1800);
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner {
    width: 50vw;
    max-width: 100%;
    height: auto;
    margin-left: 4vw;
    padding: 28px 10px;
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .hdg {
    font-weight: normal;
    line-height: 1.3369;
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .btnArea [class*="mod-btn-"].align-right {
    text-align: start !important;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .btnArea [class*="mod-btn-"].align-left {
    text-align: start !important;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .btnArea [class*="mod-btn-"] a {
    font-size: 1.2rem;
    width: auto;
  }
  .str-mainvisual-carousel-01 .slide-content.of-reverse&gt; .inner {
    margin-right: 4vw;
    margin-left: 0;
  }
  .str-mainvisual-carousel-01 .slide-content.of-size-02&gt; .inner {
    width: 45vw;
  }
  .str-mainvisual-carousel-01 .slide-content.of-size-03&gt; .inner {
    width: 40vw;
  }
  .str-mainvisual-carousel-01 .slide-content.of-size-04&gt; .inner {
    width: 35vw;
  }
  .str-mainvisual-carousel-01 .slide-content.of-size-05&gt; .inner {
    width: 30vw;
  }
  .str-mainvisual-carousel-01 .slide-image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    margin: auto;
  }
  .str-mainvisual-carousel-01 .slide-image img {
    position: absolute;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100% !important;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .str-mainvisual-carousel-01 .slide-image::after {
    content: "";
  }
  .str-mainvisual-carousel-01 .slide::after {
    content: none;
  }
  #v3r-news.comp-tab-news.js-tab .tab-list {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 52px;
    padding: 0 100px;
    border-top: none;
    border-bottom: solid 1px #a4aab0;
  }
  #v3r-news.comp-tab-news.js-tab .tab-list&gt; li {
    display: -webkit-flex;
    display:         flex;
    overflow: hidden;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    min-width: 0;
    max-width: 260px;
    margin: 0;
    border-bottom: none;
  }
  #v3r-news.comp-tab-news.js-tab .tab-list&gt; li&gt; a {
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    padding: 22px 10px;
  }
  #v3r-news.comp-tab-news.js-tab .tab-list&gt; li&gt; a::after {
    content: none;
  }
  #v3r-news.comp-tab-news.js-tab .tab-list&gt; li[role="tab"][aria-selected="true"]&gt; a::before {
    background: #04127c;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .rss {
    position: absolute;
    top: 24px;
    right: 0;
    margin: 0;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li {
    padding-top: 26px;
    padding-bottom: 24px;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li:first-child {
    padding-top: 26px;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li&gt; .date {
    font-size: 1.6rem;
    border-bottom: none;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li&gt; .desc {
    margin-top: 0;
    border-bottom: none;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list&gt; li&gt; .desc&gt; .inner&gt; a {
    font-size: 1.6rem;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn {
    max-width: none;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn&gt; a {
    font-size: 1.6rem;
    width: auto;
    max-width: none;
  }
  .pc-hide {
    display: none !important;
  }
  .pc-show {
    display: block !important;
  }
}

@media screen and (min-width: 668px), print {
  .mod-media-lyt-flt,
  .mod-media-lyt-lqd {
    margin: 0 0 52px;
  }
  .mod-media-lyt-flt.sp-mediaBottom {
    display: block;
  }
  .mod-media-lyt-flt .media {
    float: left;
    margin: 0 30px 36px 0;
  }
  .mod-media-lyt-flt.of-reverse&gt; .media {
    float: right;
    margin: 0 0 36px 30px;
  }
  .mod-media-lyt-lqd {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .mod-media-lyt-lqd&gt; .media .mod-media img:not(.icn) {
    max-width: none;
  }
  .mod-media-lyt-lqd&gt; .media,
  .mod-media-lyt-lqd.sp-mediaBottom&gt; .media {
    width: auto;
    padding: 0 30px 0 0;
  }
  .mod-media-lyt-lqd&gt; .content,
  .mod-media-lyt-lqd.sp-mediaBottom&gt; .content {
    width: 100%;
  }
  .mod-media-lyt-lqd.sp-mediaBottom {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mod-media-lyt-lqd.of-reverse {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .mod-media-lyt-lqd.of-reverse&gt; .media {
    padding: 0 0 0 30px;
  }
}

@media screen and (min-width: 850px), print {
  .mod-list-seminar-02&gt; .list&gt; li {
    -webkit-flex-basis: 33.3333%;
            flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}

@media screen and (min-width: 960px), print {
  .mod-link-columnList[data-col]&gt; .container {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .mod-link-columnList[data-col="1"]&gt; .container {
    margin: -20px 0 0 -50px;
  }
  .mod-link-columnList[data-col="1"]&gt; .container&gt; .col {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 20px 0 0 50px;
  }
  .mod-link-columnList[data-col="2"]&gt; .container {
    margin: -20px 0 0 -50px;
  }
  .mod-link-columnList[data-col="2"]&gt; .container&gt; .col {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 20px 0 0 50px;
  }
  .mod-link-columnList[data-col="3"]&gt; .container {
    margin: -20px 0 0 -50px;
  }
  .mod-link-columnList[data-col="3"]&gt; .container&gt; .col {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    min-width: 33.33333%;
    max-width: 33.33333%;
    padding: 20px 0 0 50px;
  }
  .mod-link-columnList[data-col="4"]&gt; .container {
    margin: -20px 0 0 -50px;
  }
  .mod-link-columnList[data-col="4"]&gt; .container&gt; .col {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    min-width: 25%;
    max-width: 25%;
    padding: 20px 0 0 50px;
  }
  .mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb._replay::before,
  .mod-pnl-index .list .list-item&gt; .inner&gt; .thumb._replay::before {
    width: 100px;
    height: 100px;
  }
  .mod-pnl-index .list&gt; li&gt; .inner&gt; .thumb._replay::after,
  .mod-pnl-index .list .list-item&gt; .inner&gt; .thumb._replay::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (min-width: 1000px), print {
  .mod-media-article&gt; .inner&gt; .contents {
    padding: 45px 70px;
  }
}

@media screen and (min-width: 1024px), print {
  .mod-media-horizontal::before {
    content: "";
  }
  .mod-media-horizontal&gt; .media&gt; img.pc,
  .mod-media-horizontal&gt; .media&gt; picture&gt; img.pc {
    display: block;
  }
  .mod-media-horizontal&gt; .media&gt; img.sp,
  .mod-media-horizontal&gt; .media&gt; picture&gt; img.sp {
    display: none;
  }
  .mod-media-horizontal&gt; .content {
    background: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 2vw;
    width: 35vw;
    max-width: 100%;
    height: auto;
    padding: 28px 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner {
    padding: calc(28vw * 100 / 1024) calc(24vw * 100 / 1024);
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .hdg {
    font-size: calc(20px + (24 * (100vw - 1024px) / 476));
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .text {
    font-size: calc(14px + (6 * (100vw - 1024px) / 476));
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .btnArea [class*="mod-btn-"] a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1499px) and (min-width: 1025px), print {
  .str-mainvisual-04 .content-inner .fs-02 {
    font-size: calc(18vw * 100 / 1500);
  }
  .str-mainvisual-04 .content-inner .fs-03 {
    font-size: calc(20vw * 100 / 1500);
  }
  .str-mainvisual-04 .content-inner .fs-04 {
    font-size: calc(23vw * 100 / 1500);
  }
}

@media screen and (min-width: 1025px), print {
  .str-pageTitle {
    margin: 0 0 58px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .str-pageTitle&gt; .inner .hdg:first-child {
    font-size: 3rem;
  }
  .str-pageTitle&gt; .inner&gt; .sub {
    font-size: 1.6rem;
  }
  .str-mainvisual {
    margin: 0 0 62px;
  }
  .str-mainvisual .pc-hide {
    display: none !important;
  }
  .str-mainvisual .pc-show {
    display: block !important;
  }
  .str-mainvisual.var01&gt; .str-inner&gt; .content::before,
  .mod-form-trendSearch .str-mainvisual.var01&gt; .inner&gt; .content::before {
    background: rgba(255, 255, 255, .7);
  }
  .str-mainvisual.var02&gt; .str-inner&gt; .content::before,
  .mod-form-trendSearch .str-mainvisual.var02&gt; .inner&gt; .content::before {
    background: rgba(255, 255, 255, .8);
  }
  .str-mainvisual&gt; .str-inner,
  .mod-form-trendSearch .str-mainvisual&gt; .inner {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: none;
  }
  .str-mainvisual&gt; .str-inner&gt; *,
  .mod-form-trendSearch .str-mainvisual&gt; .inner&gt; * {
    display: block;
  }
  .str-mainvisual&gt; .str-inner&gt; .content,
  .mod-form-trendSearch .str-mainvisual&gt; .inner&gt; .content {
    background-color: transparent;
    position: relative;
    right: 0;
    left: 0;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    min-height: 22.2222vw;
    margin: 0 auto;
    padding: 0;
  }
  .str-mainvisual&gt; .str-inner&gt; .content::before,
  .mod-form-trendSearch .str-mainvisual&gt; .inner&gt; .content::before {
    background: rgba(255, 255, 255, .75);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 10px;
    display: block;
    width: 460px;
    height: 100%;
    content: "";
  }
  .str-mainvisual&gt; .str-inner&gt; .image,
  .mod-form-trendSearch .str-mainvisual&gt; .inner&gt; .image {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .str-mainvisual&gt; .str-inner&gt; .image img,
  .mod-form-trendSearch .str-mainvisual&gt; .inner&gt; .image img {
    position: absolute;
    z-index: 0;
    left: 50%;
    width: auto;
    height: 100% !important;
    margin: auto;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .str-mainvisual .content-inner {
    position: relative;
    z-index: 1;
    top: 0;
    left: 10px;
    max-width: 460px;
    padding: 2.6666666666666665vw;
  }
  .str-mainvisual .content-inner *:not(ruby):not(rp):not(rt) {
    font-size: 1.33333vw;
  }
  .str-mainvisual .content-inner .mod-btn {
    font-size: 1.0666666666666667vw;
  }
  .str-mainvisual .content-inner .hdg {
    font-size: 1.7333333333333334vw;
    line-height: 1.53846;
    margin: 0 0 .8em;
  }
  .str-mainvisual .content-inner .mod-btn {
    margin-top: 0;
  }
  .str-mainvisual .content-inner .mod-btn:last-child {
    margin-bottom: 0;
  }
  .str-mainvisual .content-inner .mod-btn a,
  .str-mainvisual .content-inner .mod-btn button {
    font-size: 1.0666666666666667vw;
  }
  .str-mainvisual .content-inner .mod-btn a::before,
  .str-mainvisual .content-inner .mod-btn button::before {
    width: 1.1333333333333333vw;
    height: 1.1333333333333333vw;
  }
  .str-mainvisual .content-inner .mod-list&gt; .list {
    margin-top: -.8196721311475409vw;
  }
  .str-mainvisual .content-inner .mod-list&gt; .list&gt; li {
    padding-top: .8196721311475409vw;
  }
  .str-mainvisual .content-inner .mod-list&gt; .list&gt; li::before {
    top: calc(.8196721311475409vw + .55em);
  }
  .str-mainvisual.of-caseStudy .content-inner .hdg .type,
  .str-mainvisual.of-caseStudy .content-inner .hdg .lede {
    font-size: 1.13333vw;
  }
  .str-mainvisual.of-caseStudy .content-inner .hdg .clientName {
    font-size: 1.73333vw;
  }
  .str-mainvisual-02 .pc-hide {
    display: none !important;
  }
  .str-mainvisual-02 .pc-show {
    display: block !important;
  }
  .str-mainvisual-02&gt; .str-inner,
  .mod-form-trendSearch .str-mainvisual-02&gt; .inner {
    display: block;
  }
  .str-mainvisual-02 .image {
    display: none;
  }
  .str-mainvisual-02 .content {
    background: transparent;
    display: block;
    padding: 0;
  }
  .str-mainvisual-02 .content-inner {
    font-size: 1.6420361247947455vw;
    color: #fff;
  }
  .str-mainvisual-02 .hdg {
    font-size: 3.284072249589491vw;
  }
  .str-mainvisual-02 video {
    width: 100%;
    height: auto;
  }
  .str-mainvisual-02 .mod-btn {
    margin: 0;
  }
  .str-mainvisual-02 .mod-btn a,
  .str-mainvisual-02 .mod-btn button {
    font-size: 1.0666666666666667vw;
  }
  .str-mainvisual-02 .mod-btn a::before,
  .str-mainvisual-02 .mod-btn button::before {
    width: 1.1333333333333333vw;
    height: 1.1333333333333333vw;
  }
  .str-mainvisual-02 .mod-list&gt; .list {
    margin-top: -.8196721311475409vw;
  }
  .str-mainvisual-02 .mod-list&gt; .list&gt; li {
    padding-top: .8196721311475409vw;
  }
  .str-mainvisual-02 .mod-list&gt; .list&gt; li::before {
    top: calc(.8196721311475409vw + .55em);
  }
  .func-mainvisual-02-btn {
    background: #081119;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 11px;
    display: block;
    width: 32px;
    height: 32px;
    border: 0;
  }
  .func-mainvisual-02-btn::before,
  .func-mainvisual-02-btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    content: "";
    border: solid;
  }
  .func-mainvisual-02-btn::before {
    z-index: 1;
    left: 12px;
    border-width: 7px 9px;
    border-color: transparent transparent transparent #fff;
  }
  .func-mainvisual-02-btn::after {
    z-index: 2;
    left: 13px;
    border-width: 5px 7px;
    border-color: transparent transparent transparent #081119;
  }
  .func-mainvisual-02-btn[aria-pressed="false"]::before,
  .func-mainvisual-02-btn[aria-pressed="false"]::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 14px;
    margin: auto;
    content: "";
    border: 1px solid #cdcfd1;
  }
  .func-mainvisual-02-btn[aria-pressed="false"]::before {
    left: 11px;
  }
  .func-mainvisual-02-btn[aria-pressed="false"]::after {
    left: 18px;
  }
  .str-mainvisual-04 {
    margin-bottom: 60px;
  }
  .str-mainvisual-04 .content-inner .hdg {
    font-weight: normal;
  }
  .str-mainvisual-04 .content-inner .hdg+ * {
    margin-top: 14px;
  }
  .str-mainvisual-04 .content-inner .mod-btn {
    text-align: left;
  }
  .str-mainvisual-04:not(.of-vertical) {
    display: block;
  }
  .str-mainvisual-04:not(.of-vertical) .content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .str-mainvisual-04:not(.of-vertical) .content.var01 .content-inner {
    background: rgba(255, 255, 255, .7);
  }
  .str-mainvisual-04:not(.of-vertical) .content.var02 .content-inner {
    background: rgba(255, 255, 255, .8);
  }
  .str-mainvisual-04:not(.of-vertical) .content.of-bgcolor-02 .content-inner {
    background: rgba(0, 0, 0, .75);
  }
  .str-mainvisual-04:not(.of-vertical) .content.of-bgcolor-02 .content-inner * {
    color: #fff;
  }
  .str-mainvisual-04:not(.of-vertical) .content.of-bgcolor-02 .content-inner .mod-btn a::before {
    border-color: #fff #fff transparent transparent;
  }
  .str-mainvisual-04:not(.of-vertical) .content.of-bgcolor-02.var01 .content-inner {
    background: rgba(0, 0, 0, .7);
  }
  .str-mainvisual-04:not(.of-vertical) .content.of-bgcolor-02.var02 .content-inner {
    background: rgba(0, 0, 0, .8);
  }
  .str-mainvisual-04:not(.of-vertical) .content.of-size-02 .content-inner {
    width: 45%;
  }
  .str-mainvisual-04:not(.of-vertical) .content.of-size-03 .content-inner {
    width: 40%;
  }
  .str-mainvisual-04:not(.of-vertical) .content.of-size-04 .content-inner {
    width: 35%;
  }
  .str-mainvisual-04:not(.of-vertical) .content.of-size-05 .content-inner {
    width: 30%;
  }
  .str-mainvisual-04:not(.of-vertical) .content-inner {
    background: rgba(255, 255, 255, .75);
    width: 50%;
    padding: calc(40vw * 100 / 1500) calc(50vw * 100 / 1500);
  }
  .str-mainvisual-04:not(.of-vertical) .content-inner .hdg {
    font-size: calc(32vw * 100 / 1500);
  }
  :not(:lang(en)) .str-mainvisual-04:not(.of-vertical) .content-inner .hdg:only-child {
    margin-bottom: -5px;
  }
  .str-mainvisual-04:not(.of-vertical) .content-inner p:not([class^="fs-"]) {
    font-size: calc(18vw * 100 / 1500);
  }
  .str-mainvisual-04:not(.of-vertical) .content-inner .mod-btn a {
    font-size: 1.0666666666666667vw;
  }
  .str-mainvisual-04:not(.of-vertical) .content-inner .mod-btn a::before {
    width: 1.1333333333333333vw;
    height: 1.1333333333333333vw;
  }
  .str-mainvisual-04:not(.of-vertical) .func-video-btn {
    background: transparent;
  }
  .str-mainvisual-04.of-reverse .content {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .str-mainvisual-04.of-center .content {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .str-mainvisual-04.of-vertical .content-inner {
    background: #dbe0f1;
    padding: 48px 48px;
  }
  .str-mainvisual-04.of-vertical .content-inner .hdg {
    font-size: 3.2rem;
  }
  .str-mainvisual-04.of-vertical .content-inner p:not([class^="fs-"]) {
    font-size: 1.8rem;
  }
  .str-mainvisual-04.of-vertical .content-inner .mod-btn a {
    font-size: 1.6rem;
  }
  .str-mainvisual-04.of-vertical .content-inner .mod-btn a::before {
    width: 17px;
    height: 17px;
  }
  .str-mainvisual-04.of-video:not(.of-vertical) .content {
    position: static;
  }
  .str-mainvisual-04.of-video:not(.of-vertical) .content-inner,
  .str-mainvisual-04.of-video:not(.of-vertical) .content.of-size-02 .content-inner,
  .str-mainvisual-04.of-video:not(.of-vertical) .content.of-size-03 .content-inner,
  .str-mainvisual-04.of-video:not(.of-vertical) .content.of-size-04 .content-inner,
  .str-mainvisual-04.of-video:not(.of-vertical) .content.of-size-05 .content-inner {
    width: 100%;
  }
  [data-script-enabled="true"] .str-mainvisual-04.of-video:not(.of-vertical) .content {
    position: absolute;
    height: calc(100% - 20px);
  }
  [data-script-enabled="true"] .str-mainvisual-04.of-video:not(.of-vertical) .content-inner {
    width: 50%;
  }
  [data-script-enabled="true"] .str-mainvisual-04.of-video:not(.of-vertical) .content.of-size-02 .content-inner {
    width: 45%;
  }
  [data-script-enabled="true"] .str-mainvisual-04.of-video:not(.of-vertical) .content.of-size-03 .content-inner {
    width: 40%;
  }
  [data-script-enabled="true"] .str-mainvisual-04.of-video:not(.of-vertical) .content.of-size-04 .content-inner {
    width: 35%;
  }
  [data-script-enabled="true"] .str-mainvisual-04.of-video:not(.of-vertical) .content.of-size-05 .content-inner {
    width: 30%;
  }
  .str-mainvisual-04.of-video:not(.of-vertical) .func-video-btn {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  .str-mainvisual-04.of-video.of-vertical .func-video-btn {
    background: #dbe0f1 !important;
    margin-bottom: -20px;
    padding-top: 20px;
  }
  .str-mainvisual-04 .content+ .item .func-video-btn {
    background: transparent;
  }
  .str-column {
    -webkit-flex-direction: row;
            flex-direction: row;
    margin-top: 36px;
  }
  .str-mainvisual+ .str-column {
    margin-top: -20px;
  }
  .str-pageTitle+ .str-column {
    margin-top: -20px;
  }
  .str-pageTitle+ .str-column .str-column-side {
    padding-top: 3px;
  }
  .str-column .str-column-main {
    -webkit-flex: 0 1 calc(100% - 300px);
            flex: 0 1 calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
  .str-column .str-column-side {
    width: 300px;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .str-column .str-column-side:first-child {
    padding-right: 0;
    padding-left: 10px;
  }
  .str-column-02 {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width: 1220px;
    margin: 0 auto;
  }
  .str-column-02 .str-column-main {
    width: calc(100% - 420px);
  }
  .str-column-02 .str-column-side {
    width: 370px;
    margin-top: 0;
  }
  .str-link-side {
    width: 250px;
  }
  .str-floatingMenu&gt; .inner {
    position: relative;
  }
  html[data-script-enabled="true"] .str-floatingMenu&gt; .inner {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: none;
  }
  html[data-script-enabled="true"] .str-floatingMenu.is-fixed&gt; .inner {
    margin: 0 0 220px;
  }
  html[data-script-enabled="true"] .str-floatingMenu.is-ready&gt; .inner {
    transition: .3s margin ease-out;
  }
  .str-floatingMenu .floatingMenu-title {
    font-size: 1.7rem;
    position: relative;
    z-index: 0;
  }
  html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-title {
        -ms-writing-mode: tb-rl;
    white-space: nowrap;
    float: right;
    width: 51px;
    padding: 19px 11px 50px;
    transition: .3s opacity ease-out, .3s transform ease-out;

    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-title[aria-pressed="true"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-title[aria-pressed]::after {
    top: auto;
    right: 0;
    bottom: 16px;
    left: 0;
    margin: 0 auto;
    -webkit-transform: rotate(-45deg) translate(6px, 3px);
            transform: rotate(-45deg) translate(6px, 3px);
  }
  html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-content {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: hidden;
    width: auto;
  }
  html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-content&gt; .content-inner {
    display: block;
    width: auto;
    min-width: 320px;
    transition: .3s transform ease-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-content[aria-hidden="false"] {
    pointer-events: auto;
  }
  html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-content[aria-hidden="false"]&gt; .content-inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .str-floatingMenu .func-floatingMenu-dummyLabel,
  .str-floatingMenu .func-floatingMenu-closeAnnounce {
    display: block;
  }
  .site-header {
    padding: 0;
  }
  .site-header.of-simple {
    background: transparent;
    height: 63px;
  }
  .site-header.of-simple&gt; .seg-primary&gt; .inner {
    background: rgba(255, 255, 255, .901961);
    box-shadow: rgba(0, 0, 0, .498039) 0 3px 5px 0;
  }
  .site-header.of-simple&gt; .seg-primary&gt; .inner .logo {
    background: transparent;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    height: 63px;
  }
  .site-header.of-simple&gt; .seg-primary&gt; .inner .logo&gt; * {
    position: static;
  }
  .site-header.of-special {
    background: transparent;
  }
  .site-header.of-special&gt; .seg-primary&gt; .inner {
    background: rgba(255, 255, 255, .901961);
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    box-shadow: rgba(0, 0, 0, .498039) 0 3px 5px 0;
  }
  .site-header.of-special&gt; .seg-primary&gt; .inner .logo {
    background: transparent;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    height: 63px;
  }
  .site-header.of-special&gt; .seg-primary&gt; .inner .logo&gt; * {
    position: static;
  }
  .site-header.of-group .logo&gt; * img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .site-header.of-group .logo .hdg {
    display: table;
    width: 500px;
  }
  .site-header.of-group .logo .hdg&gt; span {
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    min-width: 0;
    max-width: none;
  }
  .site-header.of-group .logo .hdg .img {
    width: 90px;
    padding: 0 0 0 10px;
  }
  .site-header.of-group .logo .hdg .txt {
    color: #000;
    background: transparent;
    display: inline-block;
  }
  html[data-script-enabled="true"] .site-header .hdg.is-fixed {
    position: fixed;
    top: 0;
  }
  html[data-script-enabled="true"] .site-header .is-fixed&gt; .inner {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
  }
  .site-header&gt; .seg-primary&gt; .inner {
    box-shadow: none;
  }
  .site-header .logo {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
  }
  .site-header .logo&gt; * {
    z-index: 100;
    left: 0;
  }
  html[data-script-enabled="true"] .site-header .logo&gt; * {
    position: absolute;
  }
  .site-header .logo&gt; * img {
    width: 27.864583333333336vw;
    min-width: 214px;
    max-width: 293px;
    height: auto;
  }
  .site-header .logo.of-xon a {
    width: 128px;
  }
  .site-header .logo.of-xon img {
    width: auto;
    min-width: 128px;
    max-width: 128px;
  }
  .site-header .logo .hdg {
    top: 40px;
    width: auto;
  }
  .site-header .search-wrap&gt; form {
    background: #e5e7e9;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 9px 18px;
  }
  .site-header .search-wrap&gt; form&gt; *:last-child {
    margin-bottom: 0;
  }
  .site-header .func-header-hamburger,
  .site-header .func-header-search {
    display: none;
  }
  .site-header .func-close-btn {
    display: block;
  }
  .site-header&gt; .seg-primary&gt; .inner .logo.of-xon+ .navigation .nav-global .utility&gt; .utility-inner&gt; .language&gt; span {
    margin-bottom: 0;
  }
  .site-header-02.of-group&gt; .inner&gt; .content&gt; .logo {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .site-header-02.of-group&gt; .inner&gt; .content&gt; .logo .groupName {
    font-size: 1.6rem;
    font-weight: bold;
    white-space: nowrap;
    color: #000;
    background: transparent;
    margin: 0 0 0 11px;
    padding: 7px 0 0;
    border-bottom: 1px solid #d3d9dd;
  }
  .site-header-02.of-group&gt; .inner&gt; .content&gt; .logo .siteName {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .site-header-02&gt; .inner&gt; .content,
  .site-header-02&gt; .inner&gt; .content&gt; .logo .siteName,
  .site-header-02 .languageLabel,
  .site-header-02 .searchBox {
    margin: 0 auto;
  }
  .site-header-02&gt; .inner {
    position: relative;
    z-index: 100;
    padding: 0 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  }
  .site-header-02&gt; .inner&gt; .content {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  html[data-script-enabled="true"] .site-header-02&gt; .inner&gt; .content {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .site-header-02&gt; .inner&gt; .content&gt; .logo {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    padding: 36px 10px 36px 0;
  }
  .site-header-02&gt; .inner&gt; .content&gt; .logo .siteName {
    margin-left: 11px;
  }
  .site-header-02&gt; .inner&gt; .content&gt; .logo img {
    width: 293px;
    height: 21px;
  }
  .site-header-02&gt; .inner&gt; .content&gt; .logo.of-xon {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header-02&gt; .inner&gt; .content&gt; .logo.of-xon img {
    width: 177px;
    height: 53px;
  }
  .site-header-02 .languageLabel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .site-header-02 .languageLabel&gt; .inner {
    font-size: 1.1rem;
    background: transparent;
    position: absolute;
    right: 0;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    height: 41px;
    padding: 0;
  }
  .site-header-02 .languageLabel&gt; .inner p {
    line-height: 1.2;
    text-align: center;
    background: #04127c;
    min-width: 72px;
    max-width: 135px;
    padding: 3px 5px;
  }
  html[data-script-enabled="true"] .site-header-02 .searchBox {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  html[data-script-enabled="true"] .site-header-02 .searchBox&gt; .inner {
    top: calc(100% - 13px);
  }
  .site-header-02 .searchBox&gt; .inner {
    right: 0;
    border: 2px solid #323e94;
  }
  html[data-script-enabled="true"] .site-header-02 .searchBox&gt; .inner {
    max-width: 663px;
  }
  .site-header-02 .searchBox&gt; .inner .form {
    padding: 32px 27px 28px 31px;
  }
  html[data-script-enabled="true"] .site-header-02 .searchBox+ .nav-global-02&gt; .content&gt; .inner&gt; .of-global {
    padding: 0 135px 0 0;
  }
  html[data-script-enabled="true"][lang="fr"] .site-header-02 .searchBox+ .nav-global-02&gt; .content&gt; .inner&gt; .of-global {
    padding: 0 150px 0 0;
  }
  html[data-script-enabled="true"] .site-header-02 .languageLabel~ .nav-global-02&gt; .content&gt; .inner&gt; .of-utility {
    padding: 0 135px 0 0;
  }
  .site-header-02 .nav-global-02 {
    top: 0;
    right: 0;
    left: 0;
    -webkit-flex-basis: calc(100% - 303px);
            flex-basis: calc(100% - 303px);
    max-width: calc(100% - 303px);
  }
  html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content {
    background: transparent;
    position: relative;
    display: block;
    overflow: visible;
    max-height: none;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility&gt; li {
    letter-spacing: .2px;
    position: relative;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -webkit-flex-basis: auto;
            flex-basis: auto;
    max-width: none;
    padding: 10px 15px;
    border: 0;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility&gt; li a {
    background: transparent;
    padding: 0;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility&gt; li a::before {
    margin-right: 10px;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility&gt; li[aria-owns]&gt; a[href^="#"] {
    padding-right: 22px;
    padding-left: 0;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility&gt; li[aria-owns]&gt; a[href^="#"]::after {
    top: 2px;
    right: 0;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    padding: 0 6px 0 0;
    border: 0;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global a {
    font-size: 1.5rem;
    word-break: keep-all;
    padding: 15px 24px 15px 24px;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global a::after {
    display: none;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global&gt; li {
    display: -webkit-flex;
    display:         flex;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global&gt; li&gt; a {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global&gt; li:not(:first-child)&gt; a::before {
    background: #d6dbdf;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 14px;
    margin: auto 0;
    content: "";
  }
  html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global li.js-header-megaDropDown-hook a {
    padding-right: 40px;
    transition: .2s text-shadow ease-out;
  }
  html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global li.js-header-megaDropDown-hook a:not([href]) {
    cursor: default;
  }
  html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global li.js-header-megaDropDown-hook a::after {
    top: calc(50% - 12px);
    right: 12px;
    bottom: auto;
    display: block;
    transition: .2s transform ease-out, .2s top ease-out;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global li.js-header-megaDropDown-hook a[aria-pressed="true"] {
    text-shadow: -1px 0 0 #333, 0 0 0 #333;
  }
  html[data-script-enabled="true"] .site-header-02 .nav-global-02&gt; .content&gt; .inner&gt; .of-global li.js-header-megaDropDown-hook a[aria-pressed="true"]::after {
    top: calc(50% - 4px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .site-header-02 .globalChild {
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
  }
  html[data-script-enabled="true"] .site-header-02 .globalChild {
    position: absolute;
  }
  html[data-script-enabled="true"] .site-header-02 .globalChild&gt; .content {
    position: absolute;
    top: 100%;
    overflow: auto;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner .linkList {
    padding: 34px 14px 39px 30px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner .linkList:first-child:not(:last-child) {
    -webkit-flex-basis: 65%;
            flex-basis: 65%;
    max-width: 970px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner .linkList:first-child:not(:last-child)::after {
    display: none;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner .linkList:first-child:last-child {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 1500px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner .bnrList {
    -webkit-flex-basis: 35%;
            flex-basis: 35%;
    max-width: 530px;
    padding: 40px 30px 39px 40px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 {
    background: #fff;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02&gt; .hdg {
    background: #323e94;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2) inset;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02&gt; .hdg * {
    color: #fff;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02&gt; .hdg&gt; .inner {
    font-size: 2.2rem;
    max-width: 1500px;
    margin: 0 auto;
    padding: 15px 30px 11px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02&gt; .hdg&gt; .inner&gt; a {
    text-decoration: underline;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02&gt; .hdg&gt; .inner&gt; a:hover,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02&gt; .hdg&gt; .inner&gt; a:active,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02&gt; .hdg&gt; .inner&gt; a:focus {
    text-decoration: none;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02&gt; .bnrList {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 30px 15px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list {
    margin-bottom: -35px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list&gt; li {
    padding-bottom: 35px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list&gt; li a {
    font-size: 1.4rem;
    text-decoration: none;
    display: inline-block;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list&gt; li a img {
    max-width: 100%;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list&gt; li a p {
    margin: 0;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list&gt; li a p::after {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid;
    border-width: 1px 1px 0 0;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list&gt; li a:hover,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list&gt; li a:active,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list&gt; li a:focus {
    text-decoration: underline;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list&gt; li a+ p {
    font-size: 1.4rem;
    margin: 5px 0 0;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list.of-3col {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -60px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .bnrList&gt; .list.of-3col&gt; li {
    width: 33.3333%;
    padding-left: 60px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav {
    display: -webkit-flex;
    display:         flex;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 8px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav {
    background: #d6d8ea;
    width: 100%;
    max-width: calc(550vw * 100 / 1500);
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav&gt; .list&gt; li+ li {
    border-top: 1px solid #b8bccc;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav&gt; .list&gt; li&gt; a {
    font-size: 1.4rem;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 8px 30px 7px 27px;
    border-left: 3px solid transparent;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav&gt; .list&gt; li&gt; a:not(.js-childNav-hook)::after {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid;
    border-width: 1px 1px 0 0;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav&gt; .list&gt; li&gt; a.js-childNav-hook&gt; img {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8.5px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav&gt; .list&gt; li&gt; a.js-childNav-hook:hover&gt; img,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav&gt; .list&gt; li&gt; a.js-childNav-hook:focus&gt; img,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav&gt; .list&gt; li&gt; a.js-childNav-hook:active&gt; img {
    opacity: 1;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav&gt; .list&gt; li.is-active&gt; a,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav&gt; .list&gt; li&gt; a:hover,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav&gt; .list&gt; li&gt; a:focus,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav&gt; .list&gt; li&gt; a:active {
    background: #f6f6f6;
    padding-left: 27px;
    transition: background .3s ease, border-left-color .3s ease, padding-left .3s ease;
    border-left-color: #323e94;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .detailItemWrap {
    background: #f6f6f6;
    width: 100%;
    max-width: calc(958vw * 100 / 1500);
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .detailItem {
    display: -webkit-flex;
    display:         flex;
    height: 100%;
    margin-right: 8px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .detailItem:not(.is-active) {
    display: none;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .bnrList {
    min-width: calc(400vw * 100 / 1500);
    padding: 20px 30px 20px calc(50vw * 100 / 1500);
    border-left: 1px solid #d2d2d2;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav {
    width: 100%;
    padding: 6px 30px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav&gt; .list&gt; li+ li {
    margin-top: 10px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav&gt; .list&gt; li&gt; a {
    font-size: 1.4rem;
    text-decoration: none;
    display: inline-block;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav&gt; .list&gt; li&gt; a::after {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid;
    border-width: 1px 1px 0 0;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav&gt; .list&gt; li&gt; a:hover,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav&gt; .list&gt; li&gt; a:active,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav&gt; .list&gt; li&gt; a:focus {
    text-decoration: underline;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02 {
    display: -webkit-flex;
    display:         flex;
    padding: 30px 0 30px 30px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list {
    width: 460px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list&gt; li {
    padding-bottom: 5px;
    border-bottom: 1px solid #a4abb0;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list&gt; li+ li {
    margin-top: 7px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list&gt; li&gt; a {
    font-size: 1.4rem;
    text-decoration: none;
    display: inline-block;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list&gt; li&gt; a::after {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid;
    border-width: 1px 1px 0 0;
    border-color: #333;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list&gt; li&gt; a:hover,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list&gt; li&gt; a:active,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list&gt; li&gt; a:focus {
    text-decoration: underline;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list&gt; li.overview {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list&gt; li.overview a {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list&gt; li.overview a::after {
    width: 13px;
    height: 13px;
    margin: 0 16px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02&gt; .list&gt; li.overview&gt; .text {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 10px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02 .other {
    max-width: 400px;
    margin-left: 57px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02 .other .img {
    width: 100%;
    height: auto;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02 .other .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 13px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02 .other .list&gt; li+ li {
    margin-top: 7px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02 .other .list&gt; li&gt; a {
    font-size: 1.4rem;
    text-decoration: none;
    display: inline-block;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02 .other .list&gt; li&gt; a::after {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid;
    border-width: 1px 1px 0 0;
    border-color: #333;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02 .other .list&gt; li&gt; a:hover,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02 .other .list&gt; li&gt; a:active,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav-02 .other .list&gt; li&gt; a:focus {
    text-decoration: underline;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 {
    background: #f6f6f6;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02&gt; .inner {
    display: -webkit-flex;
    display:         flex;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList {
    width: 100%;
    padding: 25px 30px 50px 0;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .title {
    font-size: 2rem;
    margin: 0 0 17px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .title a {
    text-decoration: underline;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .title a:hover,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .title a:active,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .title a:focus {
    text-decoration: none;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .layout {
    display: -webkit-flex;
    display:         flex;
    margin-left: -30px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .layout&gt; li {
    width: 100%;
    padding-left: 30px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .layout[data-ratio="2:1"]&gt; li:first-child {
    width: 66%;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .layout[data-ratio="2:1"]&gt; li:last-child {
    width: 33%;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .layout[data-ratio="1:2"]&gt; li:first-child {
    width: 33%;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .layout[data-ratio="1:2"]&gt; li:last-child {
    width: 66%;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -30px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li {
    width: 100%;
    padding-left: 30px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li:only-child {
    width: 100%;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list.of-2col&gt; li {
    width: 50%;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list.of-3col&gt; li {
    width: 33.33333%;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list.of-4col&gt; li {
    width: 25%;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul li+ li {
    margin-top: 10px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li button {
    text-align: left;
    color: #000;
    background: transparent;
    padding: 0;
    border: 0;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li a,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li button {
    font-size: 1.4rem;
    text-decoration: none;
    display: inline-block;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li a::after,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li button::after {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    content: "";
    transition: .2s transform ease-out, .2s margin ease-out;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid;
    border-width: 1px 1px 0 0;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li a:hover,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li a:active,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li a:focus,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li button:hover,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li button:active,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li button:focus {
    text-decoration: underline;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li.is-close button::after {
    margin-bottom: 2px;
    margin-left: 9px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li.is-close&gt; ul {
    display: none;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li.is-open button::after {
    margin-bottom: -2px;
    margin-left: 9px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li.is-open&gt; ul {
    display: block;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .linkList .list&gt; li&gt; ul&gt; li&gt; ul {
    margin-top: 8px;
    margin-left: 28px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .bnrList {
    min-width: calc(375vw * 100 / 1500);
    padding: 30px 0 30px calc(40vw * 100 / 1500);
    border-left: 1px solid #d2d2d2;
  }
  .site-header-02 .utilityChild {
    z-index: 1;
    top: 100%;
    right: 0;
    width: 100%;
  }
  .site-header-02 .utilityChild .func-headerGlobalContentClose {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild {
    position: absolute;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 100vw;
    margin: 0 -10px 0 0;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner {
    position: relative;
    overflow: hidden;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner::before {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    display: block;
    width: calc(100% + 40px);
    height: 40px;
    height: 100%;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2) inset;
  }
  .site-header-02 .utilityChild&gt; .content&gt; .inner {
    background: #f6f6f6;
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 24px;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] {
    margin: 0 2em;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"]:first-child {
    min-width: 12%;
    margin-left: 0;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"]:last-child {
    margin-right: 0;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] a.tgl-hook {
    cursor: default;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"] a.tgl-hook::after {
    display: none;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"]&gt; .list&gt; li {
    margin: 0 0 38px 0;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"]&gt; .list&gt; li:last-child {
    margin-bottom: 0;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"]&gt; .list&gt; li&gt; .list {
    display: -webkit-flex;
    display:         flex;
    overflow: hidden;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"]&gt; .list&gt; li&gt; .list a {
    padding: 8px 2px 7px 2px;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"]&gt; .list&gt; li&gt; .list&gt; li {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: stretch;
            align-items: stretch;
    padding: 0 5px;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"]&gt; .list&gt; li&gt; .list&gt; li a {
    padding: 8px 27px 7px 8px;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild&gt; .content&gt; .inner [class^="seg-col"]&gt; .list&gt; li&gt; .list&gt; li a::after {
    right: 2px;
  }
  .site-header-02 .utilityChild&gt; .content&gt; .inner .seg-col1 {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-basis: 16.6666%;
            flex-basis: 16.6666%;
  }
  .site-header-02 .utilityChild&gt; .content&gt; .inner .seg-col1&gt; .list&gt; li&gt; .list&gt; li {
    float: none;
    width: 100%;
  }
  .site-header-02 .utilityChild&gt; .content&gt; .inner .seg-col1 a {
    margin-right: 0;
  }
  .site-header-02 .utilityChild&gt; .content&gt; .inner .seg-col2 {
    -webkit-flex-grow: 2;
            flex-grow: 2;
    -webkit-flex-basis: 33.3333%;
            flex-basis: 33.3333%;
  }
  .site-header-02 .utilityChild&gt; .content&gt; .inner .seg-col2&gt; .list&gt; li&gt; .list&gt; li {
    width: 50%;
  }
  .site-header-02 .utilityChild&gt; .content&gt; .inner .seg-col2&gt; .list&gt; li&gt; .list&gt; li:nth-child(2n+1) {
    clear: both;
  }
  .site-header-02 .utilityChild&gt; .content&gt; .inner .seg-col3 {
    -webkit-flex-grow: 3;
            flex-grow: 3;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .site-header-02 .utilityChild&gt; .content&gt; .inner .seg-col3&gt; .list&gt; li&gt; .list&gt; li {
    width: 33.333333%;
  }
  .site-header-02 .utilityChild&gt; .content&gt; .inner .seg-col3&gt; .list&gt; li&gt; .list&gt; li:nth-child(3n+1) {
    clear: both;
  }
  .site-header-02.of-type-01 .languageLabel&gt; .inner {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .site-header-02.of-type-01 .languageLabel&gt; .inner p {
    min-width: 113px;
    max-width: 113px;
    padding: 6px 5px 5px;
  }
  .site-header-02.of-type-01 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility&gt; li {
    min-height: 42px;
  }
  .site-header-02.of-type-01 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility&gt; li.of-global {
    position: relative;
    padding-left: 35px;
  }
  .site-header-02.of-type-01 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility&gt; li.of-global::before {
    background: #d6dbdf;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    display: block;
    width: 1px;
    height: 14px;
    margin: auto 0;
    content: "";
  }
  .site-header-02.of-type-01 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility&gt; li.of-countryAndRegion {
    position: absolute;
    top: 8px;
    right: 112px;
    display: block;
    padding: 0;
  }
  .site-header-02.of-type-01 .nav-global-02&gt; .content&gt; .inner&gt; .of-utility&gt; li.of-countryAndRegion&gt; a {
    padding: 1px 8px;
    border: 1px solid #04127c;
  }
  html[data-script-enabled="true"] .site-header-02.of-type-01 .languageLabel~ .nav-global-02&gt; .content&gt; .inner&gt; .of-utility {
    padding: 0 274px 0 0;
  }
  .site-header-02 .func-headerHamburger {
    display: none;
  }
  .site-header-02 .func-headerSearch {
    top: auto;
    right: 0;
    bottom: 11px;
    width: 135px;
    height: 32px;
    transition: .3s background ease-out;
    border: 2px solid #323e94;
    border-radius: 4px;
  }
  [lang="fr"] .site-header-02 .func-headerSearch {
    width: 150px;
  }
  .site-header-02 .func-headerSearch img {
    position: relative;
    top: 4px;
    left: -6px;
    width: 16px;
    height: 16px;
  }
  .site-header-02 .func-headerSearch span {
    position: static;
  }
  .site-header-02 .func-headerSearch span::before {
    display: none;
  }
  .site-header-02 .func-headerSearch[aria-pressed="true"] {
    background: #f6f6f6;
    border-bottom-color: #f6f6f6;
  }
  .site-header-02 .func-headerSearch[aria-pressed="true"]::before,
  .site-header-02 .func-headerSearch[aria-pressed="true"]::after {
    display: none;
  }
  .site-header-02 .func-headerSearch[aria-pressed="true"] img {
    opacity: 1;
  }
  html[data-script-enabled="true"] .site-header.of-group .nav-global .common&gt; .common-inner&gt; .list {
    margin: 0 0 0 500px;
  }
  .nav-global&gt; .nav-inner {
    background: transparent;
    position: static;
    height: auto !important;
  }
  html[data-script-enabled="true"] .nav-global&gt; .nav-inner {
    position: static;
  }
  .nav-global&gt; .nav-inner&gt; .list {
    display: -webkit-flex !important;
    display:         flex !important;
    overflow: visible;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    width: auto;
    height: auto;
    max-height: none;
  }
  .nav-global .utility&gt; .utility-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  html[data-script-enabled="true"] .nav-global .utility&gt; .utility-inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .nav-global .utility&gt; .utility-inner&gt; .language&gt; span {
    font-size: 1.2rem;
    line-height: 2.5;
    white-space: pre;
    position: static;
    top: auto;
    bottom: 0;
    margin: 0;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list {
    font-size: 1.2rem;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list&gt; * {
    min-width: 0;
  }
  html[data-script-enabled="true"] .nav-global .utility&gt; .utility-inner&gt; .list&gt; * {
    -webkit-flex: none;
            flex: none;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list&gt; *&gt; a::before {
    border: 0;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list&gt; *&gt; a::after {
    display: none;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list a,
  .nav-global .utility&gt; .utility-inner&gt; .list b.title {
    margin: 0 18px 0 0;
    padding: 5px 0 4px 25px;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list a::before,
  .nav-global .utility&gt; .utility-inner&gt; .list b.title::before {
    left: 0;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list a.tgl-hook,
  .nav-global .utility&gt; .utility-inner&gt; .list b.title.tgl-hook {
    margin-right: 14px;
    padding-right: 12px;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list .of-search {
    position: static;
    top: 36px;
    width: auto;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list .of-search b.title {
    display: block;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list .of-search .search-wrap {
    z-index: 4;
    top: 100%;
    right: 0;
  }
  html[data-script-enabled="true"] .nav-global .utility&gt; .utility-inner&gt; .list .of-search .search-wrap {
    display: none;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list .of-search .search-wrap&gt; form {
    background: #fff;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list .of-search .search-wrap .mod-input {
    text-align: center;
    margin: 0 0 14px;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list .of-search .search-wrap .mod-input input[type="search"] {
    font-size: 1.8rem;
    line-height: 1.55556;
    width: 70%;
    padding: 3px 10px;
  }
  .nav-global .utility&gt; .utility-inner&gt; .list .of-language {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  html[data-script-enabled="true"] .nav-global .utility&gt; .utility-inner&gt; .list .of-language {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list {
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;
    display: none;
    width: 100%;
  }
  .nav-global .utility .language-list&gt; .inner {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list&gt; .inner {
    display: -webkit-flex;
    display:         flex;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list {
    position: absolute;
    overflow: auto;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list:not([aria-hidden]) {
    display: none;
  }
  .nav-global .utility .language-list .tgl-hook::after {
    display: none;
  }
  .nav-global .utility .language-list&gt; .inner {
    padding: 2em;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list&gt; .inner {
    display: -webkit-flex;
    display:         flex;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"] {
    margin: 0 2em;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"]:first-child {
    min-width: 12%;
    margin-left: 0;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"]:last-child {
    margin-right: 0;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"] a.tgl-hook::after {
    display: none;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"]&gt; .list&gt; li {
    margin: 0 0 38px 0;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"]&gt; .list&gt; li:last-child {
    margin-bottom: 0;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"]&gt; .list&gt; li&gt; .list {
    display: -webkit-flex;
    display:         flex;
    overflow: hidden;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"]&gt; .list&gt; li&gt; .list a {
    padding: 8px 2px 7px 2px;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"]&gt; .list&gt; li&gt; .list&gt; li {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: stretch;
            align-items: stretch;
    padding: 0 5px;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"]&gt; .list&gt; li&gt; .list&gt; li a {
    padding: 8px 27px 7px 8px;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"]&gt; .list&gt; li&gt; .list&gt; li a::after {
    right: 2px;
  }
  .nav-global .utility .language-list .seg-col1 {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-basis: 16.6666%;
            flex-basis: 16.6666%;
  }
  .nav-global .utility .language-list .seg-col1&gt; .list&gt; li&gt; .list&gt; li {
    float: none;
    width: 100%;
  }
  .nav-global .utility .language-list .seg-col1 a {
    margin-right: 0;
  }
  .nav-global .utility .language-list .seg-col2 {
    -webkit-flex-grow: 2;
            flex-grow: 2;
    -webkit-flex-basis: 33.3333%;
            flex-basis: 33.3333%;
  }
  .nav-global .utility .language-list .seg-col2&gt; .list&gt; li&gt; .list&gt; li {
    width: 50%;
  }
  .nav-global .utility .language-list .seg-col2&gt; .list&gt; li&gt; .list&gt; li:nth-child(2n+1) {
    clear: both;
  }
  .nav-global .utility .language-list .seg-col3 {
    -webkit-flex-grow: 3;
            flex-grow: 3;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .nav-global .utility .language-list .seg-col3&gt; .list&gt; li&gt; .list&gt; li {
    width: 33.333333%;
  }
  .nav-global .utility .language-list .seg-col3&gt; .list&gt; li&gt; .list&gt; li:nth-child(3n+1) {
    clear: both;
  }
  .nav-global .common {
    background: rgba(255, 255, 255, .9);
    padding: 0;
    box-shadow: rgba(0, 0, 0, .498039) 0 3px 5px 0;
  }
  .nav-global .common&gt; .common-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  html[data-script-enabled="true"] .nav-global .common&gt; .common-inner&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin: 0 0 0 254px;
  }
  html[data-script-enabled="true"] .nav-global .common&gt; .common-inner&gt; .list&gt; li {
    word-wrap: break-word;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; * {
    font-size: 1.4rem;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a {
    text-decoration: none;
    word-break: normal;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    padding: 20px 12px 19px;
    transition: .3s all ease;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a::before {
    background-image: url("/nf_global/v3/common/img/2021/sprite.png");
    background-position: 0 -191px;
    background-size: auto;
    left: 0;
    display: block;
    width: 1px;
    height: 29px;
    content: "";
    border: 0;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a::after {
    display: none;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a.js-header-tgl {
    position: relative;
    overflow: hidden;
    padding-right: 35px;
    padding-left: 12px;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a.js-header-tgl::after {
    position: absolute;
    top: -3px;
    right: 14px;
    left: auto;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    transition: .3s all ease;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    border: 1px solid #333;
    border-color: #333 transparent transparent #333;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a.js-header-tgl[aria-pressed="true"],
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a.js-header-tgl.is-current {
    color: #fff;
    background: #04127c;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a.js-header-tgl[aria-pressed="true"]::after,
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a.js-header-tgl.is-current::after {
    top: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-color: #fff  transparent transparent #fff;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a.js-header-tgl+ .category-group {
    z-index: 1;
    left: 0;
    overflow: auto;
    width: 100%;
  }
  html[data-script-enabled="true"] .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a.js-header-tgl+ .category-group {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a.js-header-tgl+ .category-group[aria-hidden="true"] {
    display: none;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a.js-header-tgl+ .category-group&gt; .col&gt; *.of-menu-list&gt; .list .list li {
    overflow: hidden;
  }
  .nav-global .common&gt; .common-inner&gt; .list&gt; li&gt; a.js-header-tgl+ .category-group&gt; .col&gt; *.of-menu-list&gt; .list .list li a {
    display: block;
    float: left;
  }
  .nav-global .category-group {
    display: block;
  }
  html[data-script-enabled="true"] .nav-global .category-group {
    display: none;
  }
  .nav-global .category-group a {
    text-decoration: underline;
    padding: 0;
  }
  .nav-global .category-group&gt; .col {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .nav-global .category-group&gt; .col&gt; .category-title {
    font-size: 2.4rem;
    font-weight: normal;
    color: #fff;
    background: #323e94;
    display: table-caption;
    margin: 0;
    padding: 22px 20px 7px;
  }
  .nav-global .category-group&gt; .col&gt; .category-title a {
    color: #fff;
    padding: 0;
  }
  .nav-global .category-group&gt; .col&gt; * {
    vertical-align: top;
    display: table-cell;
  }
  .nav-global .category-group&gt; .col&gt; *&gt; .list:first-child {
    margin-top: 13px;
  }
  .nav-global .category-group&gt; .col&gt; * .title {
    font-size: 2rem;
    font-style: normal;
    margin: 0 0 15px;
    padding: 0;
  }
  .nav-global .category-group&gt; .col&gt; *.of-menu-list {
    background: #e5e7e9;
    padding: 0 0 0 20px;
  }
  .nav-global .category-group&gt; .col&gt; *.of-menu-list&gt; .list .title {
    margin: 33px 0 17px;
  }
  .nav-global .category-group&gt; .col&gt; *.of-menu-list&gt; .list&gt; li:first-child .title {
    margin-top: 13px;
  }
  .nav-global .category-group&gt; .col&gt; *.of-menu-list&gt; .list .list li {
    margin: 0 0 10px;
  }
  .nav-global .category-group&gt; .col&gt; *.of-menu-pnl {
    background: #fff;
    padding: 0 20px;
  }
  .nav-global .category-group&gt; .col&gt; *.of-menu-pnl&gt; .list {
    max-width: 400px;
    margin: 0 auto;
  }
  .nav-global .category-group&gt; .col&gt; *.of-menu-pnl figure {
    margin: 0 0 15px;
  }
  .nav-global .category-group&gt; .col&gt; *.of-menu-pnl figure:first-child {
    margin-top: 13px;
  }
  .nav-local {
    width: 250px;
    margin-bottom: 30px;
  }
  .nav-local .root {
    font-size: 1.8rem;
    background: transparent;
    min-height: 56px;
    border-top: 3px solid #04127c;
    border-bottom: 3px solid #858585;
  }
  html[data-script-enabled="true"] .nav-local .root {
    -webkit-align-items: stretch;
            align-items: stretch;
    padding: 0;
  }
  .nav-local .root::after {
    height: 73px;
  }
  .nav-local .root b.title {
    display: none;
  }
  .nav-local .root b.title+ a {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-align-items: center;
            align-items: center;
    padding: 10px 30px 10px 16px;
  }
  .nav-local .root b.title+ a::after {
    width: 14px;
    height: 14px;
  }
  .nav-local a[href]:hover,
  .nav-local a[href]:focus {
    text-decoration: underline;
  }
  .nav-local&gt; .content&gt; .list&gt; li&gt; span&gt; a[href]::after {
    width: 14px;
    height: 14px;
  }
  .nav-local li&gt; span&gt; a,
  .nav-local li&gt; span&gt; span {
    padding: 17px 50px 15px 19px;
  }
  .nav-local li .func-nav-local-btn+ a[href]::after {
    display: block;
  }
  html[data-script-enabled="true"] .nav-local&gt; .content {
    display: block;
    transition: none;
  }
  html[data-script-enabled="true"] .nav-local&gt; .content:not([aria-hidden]) {
    display: block;
  }
  .nav-local&gt; .content&gt; .list li span&gt; a,
  .nav-local&gt; .content&gt; .list li span&gt; span {
    min-height: 60px;
  }
  .nav-local&gt; .content&gt; .list .list li span&gt; a,
  .nav-local&gt; .content&gt; .list .list li span&gt; span {
    min-height: 54px;
  }
  .nav-local&gt; .content&gt; .list .list .list li span&gt; a,
  .nav-local&gt; .content&gt; .list .list .list li span&gt; span {
    min-height: 43px;
  }
  .nav-local li&gt; span&gt; a,
  .nav-local li&gt; span&gt; span {
    padding: 15px 31px 14px 20px;
  }
  .nav-local li li&gt; span&gt; a,
  .nav-local li li&gt; span&gt; span {
    padding: 18px 31px 14px 16px;
  }
  .nav-local li li li&gt; span&gt; a,
  .nav-local li li li&gt; span&gt; span {
    padding: 12px 31px 7px 26px;
  }
  .nav-local .func-nav-local-btn {
    display: none;
  }
  html[data-script-enabled="true"][data-floatingmenu-active="true"] .site-footer .seg-primary .scroll-top.is-fixed&gt; a {
    margin-bottom: 0;
  }
  html[data-script-enabled="true"][data-floatingmenu-active="true"][data-cookiebar="visible"] .site-footer .seg-primary .scroll-top.is-fixed&gt; a {
    margin: 0;
  }
  .site-footer .seg-primary .search {
    display: block;
    padding: 35px 0 0;
  }
  .site-footer .seg-primary .link {
    padding: 15px 0 25px;
  }
  .site-footer .seg-primary .link&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: calc(100% + 24px);
    margin: -24px 0 0 -24px;
  }
  .site-footer .seg-primary .link&gt; .list&gt; li {
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 0 12px;
    padding: 24px 0 0 24px;
  }
  .site-footer .seg-primary .link .title {
    font-size: 2.4rem;
    margin: 0 0 45px;
  }
  .site-footer .seg-primary .mod-input {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 14px;
  }
  .site-footer .seg-primary .mod-input input[type="search"] {
    font-size: 1.8rem;
    line-height: 1.55556;
    padding: 3px 10px;
  }
  .site-footer .seg-secondary .wrap {
    display: table;
    width: 100%;
  }
  .site-footer .seg-secondary .wrap&gt; * {
    vertical-align: middle;
    display: table-cell;
    margin: 0;
  }
  .site-footer .seg-secondary .wrap&gt; * li {
    padding: 0 23px 0 0;
  }
  .site-footer .seg-secondary .wrap .copyright {
    text-align: right;
  }
  .site-footer .seg-pickup .col-2&gt; .inner {
    display: -webkit-flex;
    display:         flex;
  }
  .site-footer .seg-pickup .col-2&gt; .inner&gt; .col {
    -webkit-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
  [class^="mod-hdg-"]+ * {
    margin-top: 0;
  }
  .mod-hdg-l1 {
    margin: 0 0 40px;
    padding: 13px 21px 13px;
  }
  .mod-hdg-l1&gt; .inner .hdg:first-child {
    font-size: 3.2rem;
    letter-spacing: 1.7px;
  }
  .mod-hdg-l1&gt; .inner&gt; .sub {
    font-size: 1.6rem;
  }
  .mod-hdg-l1&gt; .inner&gt; .sub.of-top {
    padding-top: 1px;
  }
  .mod-hdg-l1&gt; .inner&gt; .sub:not(.of-top) {
    margin-top: -3px;
  }
  .str-column-main .mod-hdg-l1 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mod-pnl-03&gt; .list&gt; li {
    -webkit-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%;
  }
  .mod-pnl-03&gt; .list&gt; li&gt; a:hover p&gt; .title,
  .mod-pnl-03&gt; .list&gt; li&gt; a:focus p&gt; .title {
    text-decoration: none;
  }
  .mod-pnl-04[data-col="3"]&gt; .inner&gt; .col {
    width: calc((100% - 120px) / 3);
  }
  .mod-pnl-04[data-col="4"]&gt; .inner&gt; .col {
    width: calc((100% - 160px) / 4);
  }
  .mod-presspnl-typea[data-col="2"]&gt; .list&gt; li {
    font-weight: normal;
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
  .mod-presspnl-typea[data-col="3"]&gt; .list&gt; li {
    -webkit-flex: 1 1 33.3333%;
            flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
  .mod-presspnl-typea[data-col="4"]&gt; .list&gt; * {
    -webkit-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
  }
  .mod-presspnl-typea&gt; .list&gt; li&gt; a:hover p,
  .mod-presspnl-typea&gt; .list&gt; li&gt; a:focus p {
    text-decoration: underline;
  }
  .mod-presspnl-typeb[data-col="2"]&gt; .list&gt; li {
    font-weight: normal;
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
  .mod-presspnl-typeb[data-col="3"]&gt; .list&gt; li {
    -webkit-flex: 1 1 33.3333%;
            flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
  .mod-presspnl-typeb[data-col="4"]&gt; .list&gt; * {
    -webkit-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
  }
  .mod-presspnl-typeb&gt; .list&gt; li&gt; a {
    position: relative;
  }
  .mod-presspnl-typeb&gt; .list&gt; li&gt; a:hover p,
  .mod-presspnl-typeb&gt; .list&gt; li&gt; a:focus p {
    text-decoration: underline;
  }
  .mod-presspnl-typec&gt; .list&gt; li&gt; a:hover p,
  .mod-presspnl-typec&gt; .list&gt; li&gt; a:focus p {
    text-decoration: underline;
  }
  .mod-presspnl-typed&gt; .list&gt; li&gt; a:hover p,
  .mod-presspnl-typed&gt; .list&gt; li&gt; a:focus p {
    text-decoration: underline;
  }
  .mod-pnl-index._carousel .slick-arrow {
    top: 170px;
  }
  .mod-pnl-index._carousel .slick-arrow.slick-prev {
    left: 0;
  }
  .mod-pnl-index._carousel .slick-arrow.slick-next {
    right: 0;
  }
  .mod-list-seminar-02&gt; .list&gt; li {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .mod-list-room&gt; li&gt; a {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .mod-list-room&gt; li&gt; a .img {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-bottom: 0;
  }
  .mod-list-room&gt; li&gt; a .item {
    width: 100%;
    padding: 10px 20px;
  }
  .mod-list-room&gt; li+ li {
    margin-top: 20px;
  }
  .mod-lyt-02[data-col="3"]&gt; .inner&gt; .col {
    width: 33.3333%;
  }
  .mod-lyt-02[data-col="4"]&gt; .inner&gt; .col {
    width: 25%;
  }
  .mod-media-article-02&gt; .col {
    position: relative;
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    padding-bottom: 60px;
  }
  .mod-media-article-02&gt; .col&gt; .container,
  .mod-media-article-02&gt; .col&gt; .img {
    -webkit-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
    min-height: calc(100vw * 380 / 1340);
    margin: 0;
  }
  .mod-media-article-02&gt; .col&gt; .container {
    padding: 40px 60px;
  }
  .mod-media-article-02&gt; .col&gt; .img {
    position: absolute;
    top: 60px;
    right: 20px;
    overflow: hidden;
  }
  .mod-media-article-02&gt; .col.of-reverse {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .mod-media-article-02&gt; .col.of-reverse&gt; .img {
    right: auto;
    left: 20px;
  }
  .mod-form-search {
    margin-bottom: 35px;
  }
  .mod-form-search .search {
    text-align: left;
    padding: 27px 40px 38px;
  }
  .mod-form-search .search&gt; .layout {
    display: -webkit-flex;
    display:         flex;
  }
  .mod-form-search .search&gt; .layout .label {
    margin: 0 0 15px;
  }
  .mod-form-search .search&gt; .layout .keyword {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    margin: 0 60px 0 0;
  }
  .mod-form-search .search&gt; .layout .keyword::before,
  .mod-form-search .search&gt; .layout .keyword::after {
    top: auto;
    right: -42px;
    bottom: 26px;
    left: auto;
    margin: 0;
  }
  .mod-form-search .search&gt; .layout .keyword .submit {
    -webkit-flex-basis: 158px;
            flex-basis: 158px;
    min-width: 158px;
  }
  html:not(:lang(ja)) .mod-form-search .search&gt; .layout .keyword .submit {
    -webkit-flex-basis: 200px;
            flex-basis: 200px;
    min-width: 200px;
  }
  .mod-form-search .search&gt; .layout .keyword button {
    padding-left: 16px;
    transition: .2s opacity ease;
  }
  .mod-form-search .search&gt; .layout .keyword button::before {
    left: 40px;
  }
  .mod-form-search .search&gt; .layout .keyword button:hover,
  .mod-form-search .search&gt; .layout .keyword button:focus {
    opacity: .8;
  }
  .mod-form-search .search&gt; .layout .category {
    -webkit-flex-basis: 30%;
            flex-basis: 30%;
    min-width: 210px;
  }
  .mod-form-search .search&gt; .layout .category button {
    padding: 10px 45px 9px;
    transition: .2s opacity ease;
  }
  .mod-form-search .search&gt; .layout .category button::before {
    transition: .2s left ease;
  }
  .mod-form-search .search&gt; .layout .category button:hover,
  .mod-form-search .search&gt; .layout .category button:focus {
    opacity: .8;
  }
  .mod-form-search .search&gt; .layout .category button:hover::before,
  .mod-form-search .search&gt; .layout .category button:focus::before {
    left: 15px;
  }
  .mod-tgl-04 .mod-search-news-03,
  .mod-search-news-03.of-lateral {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    margin-top: 0;
  }
  .mod-tgl-04 .mod-search-news-03 .input-month-wrap+ .input-keyword,
  .mod-search-news-03.of-lateral .input-month-wrap+ .input-keyword {
    margin-top: 0;
    margin-left: 58px;
  }
  .mod-tgl-04 .mod-search-news-03 .input-month-wrap+ .input-keyword::before,
  .mod-tgl-04 .mod-search-news-03 .input-month-wrap+ .input-keyword::after,
  .mod-search-news-03.of-lateral .input-month-wrap+ .input-keyword::before,
  .mod-search-news-03.of-lateral .input-month-wrap+ .input-keyword::after {
    top: 50px;
    left: -41px;
    margin-left: 0;
  }
  .mod-tgl-04 .mod-search-news-03&gt; .input-keyword,
  .mod-search-news-03.of-lateral&gt; .input-keyword {
    width: calc(100% - 368px);
  }
  .mod-tgl-04 .mod-search-news-03&gt; .icon-multi,
  .mod-search-news-03.of-lateral&gt; .icon-multi {
    margin: 17px 20px;
  }
  .mod-tgl-04 .mod-search-news-03&gt; .input-month-wrap .input-month,
  .mod-search-news-03.of-lateral&gt; .input-month-wrap .input-month {
    width: 200px;
  }
  .mod-tgl-04 .mod-search-news-03&gt; .btn-search,
  .mod-search-news-03.of-lateral&gt; .btn-search {
    margin: 0 0 0 20px;
  }
  .mod-tgl-04 .mod-search-news-03 .form-wrap+ .form-wrap,
  .mod-search-news-03.of-lateral .form-wrap+ .form-wrap {
    margin: 0 0 0 20px;
  }
  .mod-tgl-04 .mod-search-news-03 .form-wrap&gt; .input-month-wrap,
  .mod-tgl-04 .mod-search-news-03 .form-wrap&gt; .input-keyword,
  .mod-search-news-03.of-lateral .form-wrap&gt; .input-month-wrap,
  .mod-search-news-03.of-lateral .form-wrap&gt; .input-keyword {
    width: calc(100% - 90px);
  }
  .mod-tgl-04 .mod-search-news-03 .form-wrap&gt; .btn-search&gt; button,
  .mod-search-news-03.of-lateral .form-wrap&gt; .btn-search&gt; button {
    font-size: 1.6rem;
    display: block;
    width: auto;
    padding: 8px 5px;
  }
  .mod-tgl-04 .mod-search-news-03 .form-wrap&gt; .btn-search&gt; button&gt; span,
  .mod-search-news-03.of-lateral .form-wrap&gt; .btn-search&gt; button&gt; span {
    padding: 0 0 0 22px;
  }
  .mod-tgl-04 .mod-search-news-03 .form-wrap&gt; .btn-search&gt; button&gt; span::before,
  .mod-search-news-03.of-lateral .form-wrap&gt; .btn-search&gt; button&gt; span::before {
    left: 0;
  }
  .str-column-side .mod-search-news-03 .input-month input,
  .str-column-side .mod-search-news-03 .input-keyword input {
    font-size: 1.4rem;
  }
  html[data-scroll-sp="disabled"] body {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
  }
  .mod-tgl-04 .tgl-hook {
    display: none;
  }
  .mod-tgl-04 .tgl-content {
    display: block !important;
  }
  .str-ticker._widthBtn&gt; .str-ticker-inner {
    position: static;
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    min-height: 100%;
  }
  .mod-ticker-01.js-carousel .mod-list-news-02&gt; div&gt; .desc {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .mod-ticker-01.js-carousel .mod-list-news-02&gt; div&gt; .desc&gt; .inner&gt; a&gt; span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }
  html[data-script-enabled="true"] ._widthBtn .mod-ticker-01.js-carousel {
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    width: calc(100% - 240px);
  }
  ._widthBtn .mod-ticker-01.js-carousel .slick-inner {
    width: calc(100% - 180px);
  }
  ._widthBtn .mod-ticker-01.js-carousel .slick-arrow.slick-prev {
    top: 50%;
  }
  ._widthBtn .mod-ticker-01.js-carousel .slick-arrow.slick-next {
    top: 50%;
  }
  ._widthBtn .mod-ticker-01.js-carousel .btn-control {
    bottom: 0;
  }
  .mod-ticker-btn {
    position: static;
    margin-left: 13px;
  }
  .mod-ticker-btn&gt; a {
    font-size: 1.6rem;
    padding: 3px 42px 2px 23px;
  }
  .mod-ticker-btn&gt; a::after {
    right: 23px;
  }
  .mod-ticker-btn&gt; a:hover::after,
  .mod-ticker-btn&gt; a:active::after,
  .mod-ticker-btn&gt; a:focus::after {
    right: 20px;
  }
  .mod-inline-modal-wrap.is-modal-open {
    padding: 5% 0;
  }
  [data-template-id="special-02"] .site-header-02 .func-headerSearch {
    right: 0;
  }
  [data-template-id="special-03"] .site-header-02&gt; .inner&gt; .content&gt; .logo {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

@media screen and (min-width: 1200px), print {
  .mod-pnl-news .inner .col .pnl a {
    display: block;
  }
  .mod-news-lyt-lqd .col {
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .mod-news-lyt-lqd .col .inner a .item {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
  }
  .mod-news-lyt-lqd .col .inner a .item .media {
    display: block;
    margin: 0;
  }
  .mod-news-lyt-lqd .col .content {
    width: 420px;
    max-width: 100%;
    padding: 10px 20px;
  }
  .mod-news-lyt-lqd .col .content .txt {
    margin: 0;
  }
  .mod-latest-area {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 0 0 120px 0;
  }
  .mod-latest-area .div.mod-btn {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-basis: 50px;
            flex-basis: 50px;
  }
  .mod-latest-area .inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-grow: 2;
            flex-grow: 2;
    max-width: 765px;
  }
  .mod-latest-area .latest-news {
    position: relative;
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 0 50px 0 0;
    padding: 0;
  }
  .mod-latest-area .latest-news .mod-hdg-l3-02 {
    -webkit-flex-grow: 0;
            flex-grow: 0;
    min-width: 720px;
  }
  .mod-latest-area .latest-news .wrap {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    max-width: 720px;
  }
  .mod-latest-area .latest-news .wrap .col {
    max-width: 340px;
    margin: 0;
  }
  .mod-latest-area .latest-news .wrap .col .media img {
    max-width: 100%;
  }
  .mod-latest-area .latest-news .mod-btn {
    position: absolute;
    bottom: -60px;
    width: 100%;
  }
  .mod-latest-area .latest-news .mod-btn .pc-none {
    display: none;
  }
  .mod-latest-area .latest-video {
    position: relative;
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 430px;
    max-width: 430px;
  }
  .mod-latest-area .latest-video .inner {
    -webkit-justify-content: end;
            justify-content: end;
    width: initial;
    margin-bottom: 20px;
  }
  .mod-latest-area .latest-video .inner .col {
    width: initial;
    margin-bottom: 20px;
  }
  .mod-latest-area .latest-video .inner .col .pnl a .media img {
    max-width: 190px;
  }
  .mod-latest-area .latest-video .mod-btn {
    position: absolute;
    bottom: -60px;
    width: 100%;
  }
  .mod-media-lyt&gt; .inner&gt; .txt {
    padding: 18px 0 18px 92px;
  }
  .mod-search-news {
    max-width: 100%;
    padding: 30px 40px;
  }
  .mod-search-news .form {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .mod-search-news .form .mod-input-select {
    max-width: 340px;
    margin-right: 30px;
  }
  .mod-search-news .form .mod-input-select select {
    width: 100%;
    min-width: 120px;
    padding: 9px 40px 8px 20px;
  }
  .mod-search-news .form .submit button[type="submit"],
  .mod-search-news .form .submit button[type="button"] {
    -webkit-flex-direction: row;
            flex-direction: row;
    min-width: 90px;
    margin: auto;
  }
  .mod-search-news .form .submit button[type="submit"] .txt,
  .mod-search-news .form .submit button[type="button"] .txt {
    line-height: 2;
    margin: 0;
  }
  .mod-search-news .form .submit button[type="submit"] .search-wrap,
  .mod-search-news .form .submit button[type="button"] .search-wrap {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    max-width: 100%;
    margin: auto;
  }
  .mod-search-news .form .mod-input-keyword {
    min-width: 390px;
  }
  .mod-search-news .form .search-area.type-date .wrap:first-child {
    margin: 0 5px 0 0;
  }
  .mod-search-news-02 {
    padding: 30px 40px;
  }
  .mod-search-news-02 .input-top {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .mod-search-news-02 .form {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .mod-search-news-02 .form .mod-input-select {
    width: 50%;
    max-width: 50%;
  }
  .mod-search-news-02 .form .mod-input-select select {
    width: 100%;
    min-width: 120px;
    padding: 9px 40px 8px 20px;
  }
  .mod-search-news-02 .form .mod-input-select:first-child {
    margin-right: 30px;
  }
  .mod-search-news-02 .form .submit button[type="submit"],
  .mod-search-news-02 .form .submit button[type="button"] {
    -webkit-flex-direction: row;
            flex-direction: row;
    min-width: 90px;
    margin: auto;
  }
  .mod-search-news-02 .form .submit button[type="submit"] .txt,
  .mod-search-news-02 .form .submit button[type="button"] .txt {
    line-height: 2;
    margin: 0;
  }
  .mod-search-news-02 .form .submit button[type="submit"] .search-wrap,
  .mod-search-news-02 .form .submit button[type="button"] .search-wrap {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    max-width: 100%;
    margin: auto;
  }
  .mod-search-news-02 .form .mod-input-keyword {
    min-width: 390px;
  }
  .mod-search-news-02 .form .search-area.type-date .wrap:first-child {
    margin: 0 5px 0 0;
  }
}

@media screen and (min-width: 1220px), print {
  .str-mainvisual&gt; .str-inner&gt; .content::before,
  .mod-form-trendSearch .str-mainvisual&gt; .inner&gt; .content::before {
    left: 0;
  }
  .str-mainvisual .content-inner {
    left: 0;
  }
  .str-mainvisual .content-inner *:not(ruby):not(rp):not(rt) {
    font-size: 1.7rem;
  }
  .str-mainvisual .mod-list&gt; .list {
    margin-top: -10px;
  }
  .str-mainvisual .mod-list&gt; .list&gt; li {
    padding-top: 10px;
  }
  .str-mainvisual .mod-list&gt; .list&gt; li::before {
    top: calc(10px + .55em);
  }
  .str-mainvisual-02 .content {
    min-height: 306px;
  }
  .str-mainvisual-02 .content-inner {
    font-size: 2rem;
    padding-top: 24px;
  }
  .str-mainvisual-02 .hdg {
    font-size: 4rem;
    margin-bottom: 24px;
  }
  .str-mainvisual-02 .mod-btn {
    margin: 0;
  }
  .str-mainvisual-02 .mod-btn a,
  .str-mainvisual-02 .mod-btn button {
    font-size: 1.3rem;
  }
  .str-mainvisual-02 .mod-btn a::before,
  .str-mainvisual-02 .mod-btn button::before {
    width: 1em;
    height: 1em;
  }
  .str-mainvisual-02 .mod-list&gt; .list {
    margin-top: -10px;
  }
  .str-mainvisual-02 .mod-list&gt; .list&gt; li {
    padding-top: 10px;
  }
  .str-mainvisual-02 .mod-list&gt; .list&gt; li::before {
    top: calc(10px + .55em);
  }
}

@media screen and (min-width: 1340px), print {
  .mod-media-article-02&gt; .col&gt; .container&gt; .hdg {
    font-size: 3.6rem;
  }
  .mod-media-article-02&gt; .col&gt; .container&gt; .sub {
    font-size: 1.8rem;
  }
  .mod-media-article-02&gt; .col&gt; .container,
  .mod-media-article-02&gt; .col&gt; .img {
    min-height: 380px;
  }
}

@media screen and (min-width: 1500px), print {
  .str-mainvisual .content-inner {
    padding: 40px;
  }
  .str-mainvisual .content-inner .hdg {
    font-size: 2.6rem;
  }
  .str-mainvisual .content-inner .mod-btn a,
  .str-mainvisual .content-inner .mod-btn button {
    font-size: 1.6rem;
  }
  .str-mainvisual .content-inner .mod-btn a::before,
  .str-mainvisual .content-inner .mod-btn button::before {
    width: 17px;
    height: 17px;
  }
  .str-mainvisual.of-caseStudy .content-inner .hdg {
    font-size: 2.6rem;
  }
  .str-mainvisual.of-caseStudy .content-inner .hdg .type,
  .str-mainvisual.of-caseStudy .content-inner .hdg .lede {
    font-size: 1.7rem;
  }
  .str-mainvisual.of-caseStudy .content-inner .hdg .clientName {
    font-size: 2.6rem;
  }
  .str-mainvisual-04:not(.of-vertical) .content-inner {
    padding: 48px 48px;
  }
  .str-mainvisual-04:not(.of-vertical) .content-inner .hdg {
    font-size: 3.2rem;
  }
  .str-mainvisual-04:not(.of-vertical) .content-inner p:not([class^="fs-"]) {
    font-size: 1.8rem;
  }
  .str-mainvisual-04:not(.of-vertical) .content-inner .mod-btn a {
    font-size: 1.6rem;
  }
  .str-mainvisual-04:not(.of-vertical) .content-inner .mod-btn a::before {
    width: 17px;
    height: 17px;
  }
  .mod-media-horizontal&gt; .content&gt; .hdg {
    font-size: 3.2rem;
  }
  .mod-media-horizontal&gt; .content&gt; p.top,
  .mod-media-horizontal&gt; .content&gt; p.bottom {
    font-size: 1.8rem;
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner {
    padding: 48px;
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .hdg {
    font-size: 4.4rem;
  }
  .str-mainvisual-carousel-01 .slide-content&gt; .inner&gt; .text {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1500px), print {
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav {
    position: relative;
    -webkit-justify-content: center;
            justify-content: center;
    max-width: none;
    padding-left: 8px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav::before,
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav::after {
    position: absolute;
    z-index: 1;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
    content: "";
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav::before {
    background: #d6d8ea;
    left: 0;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav::after {
    background: #f6f6f6;
    right: 0;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav&gt; * {
    z-index: 2;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .secondNav {
    max-width: 550px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .detailItemWrap {
    max-width: 958px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .bnrList {
    min-width: 400px;
    padding-left: 80px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav .thirdNav {
    max-width: 550px;
  }
  .site-header-02 .globalChild&gt; .content&gt; .inner-02 .childNav-02 .bnrList {
    min-width: 375px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1800px), print {
  .str-mainvisual&gt; .str-inner&gt; .content,
  .mod-form-trendSearch .str-mainvisual&gt; .inner&gt; .content {
    min-height: 400px;
  }
  .str-mainvisual&gt; .str-inner&gt; .image,
  .mod-form-trendSearch .str-mainvisual&gt; .inner&gt; .image {
    min-height: 22.2222vw;
  }
  .str-mainvisual-carousel-01 .slide-content {
    min-height: 600px;
  }
  .str-mainvisual-carousel-01 .slide-image {
    bottom: 0;
    min-height: calc(100vw * 600 / 1800);
  }
}

@media screen and (max-width: 1024px) {
  .mod-pnl-04&gt; .inner&gt; .col .sub-pnl {
    height: auto !important;
  }
}

@media (max-width: 639px) {
  .mod-hdg-l2+ .mod-hdg-subtext,
  .mod-link-03,
  .mod-link-columnList,
  .mod-link-important,
  .mod-pnl-index,
  .mod-pnl-index2,
  .mod-pnl-indexBnr,
  .mod-media-article,
  .mod-media-article-02,
  .mod-form-trendSearch,
  .str-ticker {
    margin-bottom: 30px;
  }
  .mod-link-03.of-cell&gt; .inner&gt; .list {
    margin: 0 -11px;
    border-top: 1px solid rgba(255, 255, 255, .25);
    border-left: 1px solid rgba(255, 255, 255, .25);
  }
  .mod-link-03.of-cell&gt; .inner&gt; .list&gt; li {
    border-right: 1px solid rgba(255, 255, 255, .25);
    border-bottom: 1px solid rgba(255, 255, 255, .25);
  }
  .mod-link-03.of-cell&gt; .inner&gt; .list&gt; li&gt; .link {
    text-align: center;
    display: -webkit-flex;
    display:         flex;
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  .mod-link-03.of-cell&gt; .inner&gt; .list&gt; li&gt; .link&gt; .img {
    display: none;
  }
  .mod-link-03.of-cell&gt; .inner&gt; .list&gt; li&gt; .link&gt; .txt {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .mod-link-03.of-cell.of-reverse-color&gt; .inner&gt; .list {
    border-top: 1px solid rgba(0, 43, 98, .25);
    border-left: 1px solid rgba(0, 43, 98, .25);
  }
  .mod-link-03.of-cell.of-reverse-color&gt; .inner&gt; .list&gt; li {
    border-right: 1px solid rgba(0, 43, 98, .25);
    border-bottom: 1px solid rgba(0, 43, 98, .25);
  }
  .mod-link-03.of-gutter&gt; .inner&gt; .list&gt; li&gt; .link {
    padding: 10px;
  }
  .mod-link-03[data-col-sp]&gt; .inner&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mod-link-03[data-col-sp="1"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mod-link-03[data-col-sp="2"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .mod-link-03[data-col-sp="3"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    min-width: 33.33333%;
    max-width: 33.33333%;
  }
  .mod-link-03[data-col-sp="4"]&gt; .inner&gt; .list&gt; li {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    min-width: 25%;
    max-width: 25%;
  }
  .mod-link-columnList[data-col-sp]&gt; .container {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .mod-link-columnList[data-col-sp="1"]&gt; .container {
    margin: -20px 0 0 -50px;
  }
  .mod-link-columnList[data-col-sp="1"]&gt; .container&gt; .col {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 20px 0 0 50px;
  }
  .mod-link-columnList[data-col-sp="2"]&gt; .container {
    margin: -20px 0 0 -50px;
  }
  .mod-link-columnList[data-col-sp="2"]&gt; .container&gt; .col {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 20px 0 0 50px;
  }
  .mod-pnl-index {
    margin-top: 30px;
  }
  .mod-pnl-index[data-col-sp]&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mod-pnl-index[data-col-sp="1"]&gt; .list {
    margin: -40px 0 0 -20px;
  }
  .mod-pnl-index[data-col-sp="1"]&gt; .list&gt; li {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 40px 0 0 20px;
  }
  .mod-pnl-index[data-col-sp="2"]&gt; .list {
    margin: -40px 0 0 -20px;
  }
  .mod-pnl-index[data-col-sp="2"]&gt; .list&gt; li {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 40px 0 0 20px;
  }
  .mod-pnl-index[data-col-sp="2"]&gt; .list&gt; li&gt; .label {
    min-width: 0;
  }
  .mod-pnl-index[data-col-sp="2"]&gt; .list&gt; li&gt; .inner&gt; .detail {
    min-height: 20px;
    padding-right: 30px;
  }
  .mod-pnl-index[data-col-sp="2"]&gt; .list&gt; li&gt; .inner&gt; .detail::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .mod-pnl-index2 {
    margin-top: 30px;
  }
  .mod-pnl-index2[data-col-sp]&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mod-pnl-index2[data-col-sp="1"]&gt; .list {
    margin: calc(-100vw * 100 / 1340) 0 0 calc(-100vw * 130 / 1340);
  }
  .mod-pnl-index2[data-col-sp="1"]&gt; .list&gt; li {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: calc(100vw * 100 / 1340) 0 0 calc(100vw * 130 / 1340);
  }
  .mod-pnl-index2[data-col-sp="2"]&gt; .list {
    margin: calc(-100vw * 100 / 1340) 0 0 calc(-100vw * 130 / 1340);
  }
  .mod-pnl-index2[data-col-sp="2"]&gt; .list&gt; li {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
    padding: calc(100vw * 100 / 1340) 0 0 calc(100vw * 130 / 1340);
  }
  .mod-pnl-indexBnr[data-col-sp]&gt; .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mod-pnl-indexBnr[data-col-sp="1"]&gt; .list {
    margin: -15px 0 0 -15px;
  }
  .mod-pnl-indexBnr[data-col-sp="1"]&gt; .list&gt; li {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 15px 0 0 15px;
  }
  .mod-pnl-indexBnr[data-col-sp="2"]&gt; .list {
    margin: -15px 0 0 -15px;
  }
  .mod-pnl-indexBnr[data-col-sp="2"]&gt; .list&gt; li {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 15px 0 0 15px;
  }
  .mod-media-article-02 {
    margin-top: 30px;
  }
  .mod-ticker-01.js-carousel {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  .mod-ticker-01.js-carousel&gt; .slick-inner {
    width: 100%;
  }
  .mod-ticker-01.js-carousel&gt; .slick-inner&gt; .slick-prev,
  .mod-ticker-01.js-carousel&gt; .slick-inner&gt; .slick-next {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
  .mod-ticker-01.js-carousel&gt; .slick-inner&gt; .slick-next {
    right: 0;
  }
  .mod-ticker-01.js-carousel&gt; .slick-inner&gt; .slick-prev {
    right: 20px;
    left: 0;
  }
  .mod-ticker-01.js-carousel&gt; .slick-inner.slick-dotted.slick-slider::after {
    content: none;
  }
  .mod-ticker-01.js-carousel .slick-dots-wrap {
    width: 100%;
  }
  .mod-ticker-01.js-carousel .slick-dots-wrap&gt; .btn-control {
    top: 3px;
    right: 50%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mod-ticker-01.js-carousel .mod-list-news-02&gt; div {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .mod-ticker-01.js-carousel .mod-list-news-02&gt; div&gt; .date {
    height: auto;
    min-height: 1.4rem;
    max-height: 0;
    margin-bottom: 10px;
  }
  .str-mainvisual-carousel-01 .slick-slider {
    height: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mod-list-ordered&gt; ol.list {
    table-layout: fixed;
  }
  .mod-list-ordered&gt; ol.list&gt; li&gt; .content {
    width: 97%;
  }
}


/** ブライトコーブギャラリー用　**/
/**関連リンク表示部分**/
.bckk-custom-links {
  margin-top: 30px;
}
.bckk-custom-links-category &gt; div {
  margin-top: 15px;
}

.bckk-custom-links-category &gt; ul {
}

.bckk-custom-links-category &gt; ul li {
}

.bckk-custom-links-category &gt; ul li::after {
}

/**一覧ページ　個々の説明文2行表示**/
.site-container .video-grid-title {
    height: 70px !important;
    line-height: 20px !important;
    white-space: normal! important;
    display: -webkit-inline-box !important;
}

/** ギャラリーのタイトルで　英大文字を利用する  **/
.bcg-sidebar-header-logo a {
 text-transform: unset;
}

.main-nav-category a,
.main-nav-category span {
 text-transform: unset;
}
.footer-caution {
  font-size: 1.4rem;
  padding: 10px 20px;
  text-align: right;
}</pre></body></html>