@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;
  /* 2 */
  text-decoration: underline dotted;
  border-bottom: none;
  /* 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;
     -moz-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;
  cursor: hand;
}

.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: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  text-align: center;
  color: #333;
  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-pageTitle,
.str-contact,
.str-stepList {
  padding: 0 10px;
}

.str-pageTitle > .inner > .language > .list::after,
.nav-location > .list::after,
.mod-btn-list > .list::after,
.mod-list-category > .list::after,
.mod-media-lyt-flt::after,
.mod-input-check > .list::after {
  display: block;
  clear: both;
  content: "";
}

/* ============================================================================
 * デフォルトスタイル
 * ========================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.78571;
  word-break: break-word;
  color: #333;
  background: #fff;
  min-width: 320px;
}

body *:lang(en),
html:lang(en) body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a img,
button img {
  transition: opacity .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a:hover img,
a:focus img,
button:hover img,
button:focus img {
  opacity: .7;
}

a {
  text-decoration: underline;
  color: #333;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a[href$=".pdf"],
a[target="_blank"],
a[href$=".ppt"],
a[href$=".xls"],
a[href$=".doc"],
a[href$=".zip"],
a[href$=".lzh"],
a[href$=".exe"],
a.of-movie,
a.js-modal-img {
  position: relative;
  padding-left: 24px;
}

a[href$=".pdf"] .icn,
a[target="_blank"] .icn,
a[href$=".ppt"] .icn,
a[href$=".xls"] .icn,
a[href$=".doc"] .icn,
a[href$=".zip"] .icn,
a[href$=".lzh"] .icn,
a[href$=".exe"] .icn,
a.of-movie .icn,
a.js-modal-img .icn {
  position: absolute;
  top: .195em;
  left: 0;
  margin: 0 20px 0 0;
}

sup {
  font-size: 80%;
}

figure {
  margin: 0;
}

html button[type="button"],
html button[type="submit"],
html input,
html textarea,
html select,
html input[type="button"],
html input[type="reset"],
html input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
}

html select::-ms-expand {
  display: none;
}

input,
textarea {
  font-size: 1.6rem;
}

p {
  margin: 0 0 1em;
}

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

em {
  font-weight: normal;
  font-style: italic;
}

em.en-em {
  color: #76161b;
}

em.en-em-02 {
  font-style: normal;
  color: #76161b;
}

strong {
  font-weight: bold;
  font-style: normal;
}

hr {
  margin: 30px 0;
  border: 1px dotted #666;
  border-width: 1px 0 0 0;
}

hr.var-02 {
  border-style: solid;
  border-color: #bbb;
}

ins {
  text-decoration: none;
}

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

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

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

[class^="str-outer"].var02 {
  background: #d7e8f0;
  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;
}

.str-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.str-outer-narrow > .str-inner {
  max-width: 900px;
}

.str-outer-wide > .str-inner {
  max-width: 1200px;
}

.str-outer-full > .str-inner {
  max-width: none;
}

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

/* ----------------------------------------------------------------------------
 * 非表示
 * ------------------------------------------------------------------------- */
.str-hidden {
  pointer-events: none;
  color: transparent;
  position: absolute;
  z-index: -1;
}

/* ----------------------------------------------------------------------------
 * ビジュアルを伴わない見出しレベル1
 * ------------------------------------------------------------------------- */
.str-pageTitle {
  color: #fff;
  background: #3d5d87;
  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 > .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

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

  -webkit-order: 2;
}

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

  -webkit-order: 3;
}

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

  -webkit-order: 1;
}

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

  -webkit-order: 4;
}

.str-pageTitle > .inner > .language > .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 > .inner > .language > .list > li {
  position: relative;
  padding: 8px 0 0 46px;
}

.str-pageTitle > .inner > .language > .list > li::after {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-position: -192px -39px;
  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 > .inner > .language > .list > li:last-child::after {
  display: none;
}

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

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

.str-pageTitle > .inner > .language > .list > li > 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 .pc-hide {
  display: block !important;
}

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

.str-mainvisual .str-inner {
  display: table;
  width: 100%;
}

.str-mainvisual .str-inner > * {
  display: table-cell;
}

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

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

.str-mainvisual .str-inner > .image img {
  width: 100%;
}

.str-mainvisual .str-inner > .image img:not(.pc-show) {
  display: block;
}

.str-mainvisual .content-inner > *: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 > .str-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: #333;
}

.str-mainvisual-02 .content-inner > *: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;
}

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

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

.str-column .str-column-main > [class^="str-outer"]:first-child > .str-inner:first-child > *:first-child {
  margin-top: 0;
}

.str-column .str-column-main > [class^="str-outer"]:first-child > .str-inner:first-child > *:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.str-link-side > .side-hdgL3 {
  font-size: 1.6rem;
  color: #666;
  margin: 32px 0 9px;
  padding: 0;
}

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

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

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

.str-contact > .inner > *: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 > 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 > div::before {
  display: block;
  content: "";
}

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

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

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

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

.str-contact .contact .tel::before,
.str-contact .contact .fax::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-position: -148px -41px;
  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/sprite.png");
  background-position: -148px -99px;
  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 > * {
  font-size: 1.2rem;
}

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

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

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

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

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

.str-stepList > .inner > .list li:not(:first-child)::before,
.str-stepList > .inner > .list li:not(:first-child)::after,
.str-stepList > .inner > .list li:not(:first-child) .inner::before,
.str-stepList > .inner > .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 > .inner > .list li:not(:first-child)::before {
  z-index: 4;
  border-left-color: #e6e7e9;
}

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

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

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

.str-stepList > .inner > .list li:not(:first-child) .inner .step::before,
.str-stepList > .inner > .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 > .inner > .list li:not(:first-child) .inner .step::before {
  top: 0;
}

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

.str-stepList > .inner > .list li[aria-current="step"] {
  background: #384349;
}

.str-stepList > .inner > .list li[aria-current="step"] .inner {
  background: #384349;
  border-color: #384349;
}

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

.str-stepList > .inner > .list li[aria-current="step"] .inner::after {
  border-left-color: #384349;
}

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

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

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

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

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

.str-stepList > .inner > .list li .label {
  font-size: 1.4rem;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0;
  height: 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 > .seg-primary > .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 > .seg-primary > .inner .logo {
  background: transparent;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 36px;
}

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

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

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

.site-header.of-group .hdg > 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: #002b62;
  display: block;
  padding: 0 10px;
}

.site-header.of-group .logo > * 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 > .inner {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

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

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

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

.site-header .hdg > 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 > 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 > form {
  background: #e5e7e9;
  padding: 20px 9px 18px;
}

.site-header .search-wrap > form > *: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;
     -moz-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;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}

.site-header .func-header-hamburger > * {
  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 > .before {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

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

.site-header .func-header-hamburger > .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"] > *:not([role="presentation"]) {
  opacity: 0;
}

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

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

.site-header .func-close-btn > 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 > span::before {
  margin: -3px 0 0;
}

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

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

.site-header-02 a {
  text-decoration: underline;
  color: #333;
}

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

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

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

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

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

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

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

.site-header-02 > .inner > .content > .logo .siteName {
  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 > .inner > .content > .logo .siteName a {
  display: block;
}

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

.site-header-02 .languageLabel > .inner {
  font-size: 1rem;
  text-align: right;
  color: #fff;
  background: #002b62;
  padding: 1px 10px;
}

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

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

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

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

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

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

.site-header-02 .searchBox > .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 > .inner .form [type="submit"] {
  color: #76161b;
  background: #fff;
  position: relative;
  display: block;
  width: 160px;
  margin: 0 auto;
}

.site-header-02 .searchBox > .inner .form [type="submit"] > 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 > .inner .form [type="submit"] > span > span {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.site-header-02 .searchBox > .inner .form [type="submit"] > span > span::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -26px;
  background-size: 97px 78px;
  display: block;
  width: 20px;
  height: 21px;
  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 > .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 > .content > .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.site-header-02 .nav-global-02 > .content > .inner > .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 > .content > .inner > .of-utility > 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 > .content > .inner > .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 > .content > .inner > .of-utility a::before {
  display: block;
  margin: 0 8px 0 0;
  content: "";
}

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

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

html[data-script-enabled="true"] .site-header-02 .nav-global-02 > .content > .inner > .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 > .content > .inner > .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 > .content > .inner > .of-utility li.js-header-megaDropDown-hook a:not([href]) {
  cursor: default;
}

html[data-script-enabled="true"] .site-header-02 .nav-global-02 > .content > .inner > .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 > .content > .inner > .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 > .content > .inner > .of-utility .of-contact a::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -52px;
  background-size: 97px 78px;
  width: 21px;
  height: 15px;
}

.site-header-02 .nav-global-02 > .content > .inner > .of-utility .of-supportAndDownload a::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -25px -26px;
  background-size: 97px 78px;
  width: 18px;
  height: 19px;
}

.site-header-02 .nav-global-02 > .content > .inner > .of-utility .of-support a::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -51px -23px;
  background-size: 97px 78px;
  width: 17px;
  height: 17px;
}

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

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

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

.site-header-02 .nav-global-02 > .content > .inner > .of-global {
          order: 1;
  padding: 2px 0;
  border-bottom: 4px solid #002b62;

  -webkit-order: 1;
}

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

.site-header-02 .nav-global-02 > .content > .inner > .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;
}

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

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

html[data-script-enabled="true"] .site-header-02 .globalChild > .content > .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 > .content > .inner > * {
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

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

.site-header-02 .globalChild > .content > .inner .linkList {
  font-size: 2.4rem;
  background: #f6f6f6;
  position: relative;
  padding: 20px 10px;
}

.site-header-02 .globalChild > .content > .inner .linkList::after {
  background: #f6f6f6;
  right: calc(100% - 1px);
}

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

  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

.site-header-02 .globalChild > .content > .inner .linkList > .list li {
  margin: 0 0 16px;
}

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

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

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

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

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

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

.site-header-02 .globalChild > .content > .inner .bnrList > .list a > 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 > .content > .inner {
  font-size: 1.2rem;
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
}

.site-header-02 .utilityChild > .content > .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 > .content > .inner [class^="seg-col"] a.tgl-hook {
  position: relative;
  overflow: hidden;
  padding-right: 35px;
  padding-left: 24px;
}

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

.site-header-02 .utilityChild > .content > .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 > .content > .inner [class^="seg-col"] a.tgl-hook + .category-group {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

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

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

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

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

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

  -webkit-overflow-scrolling: touch;
}

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

.site-header-02 .utilityChild > .content > .inner .list > li > .list a {
  color: #0b3c8e;
  position: relative;
}

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

.site-header-02 .utilityChild > .content > .inner .list > li > .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;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}

.site-header-02 .func-headerHamburger > 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 > 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"] > span {
  opacity: 0;
}

.site-header-02 .func-headerSearch {
  font-size: 1.3rem;
  text-align: center;
  color: #002b62;
  background: transparent;
  position: absolute;
  z-index: 102;
  top: 0;
  right: 41px;
  overflow: hidden;
  width: 35px;
  height: 36px;
  -webkit-appearance: none;
     -moz-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 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 34px;
  border: 0;
}

.site-header-02 .func-headerSearchClose::before,
.site-header-02 .func-headerSearchClose::after,
.site-header-02 .func-headerGlobalContentClose::before,
.site-header-02 .func-headerGlobalContentClose::after {
  position: absolute;
  display: block;
  content: "";
}

.site-header-02 .func-headerSearchClose::before,
.site-header-02 .func-headerGlobalContentClose::before {
  background: #002b62;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-header-02 .func-headerSearchClose::after,
.site-header-02 .func-headerGlobalContentClose::after {
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  -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 > .nav-inner {
  background: #e5e7e9;
  position: relative;
  overflow: visible !important;
  width: 100%;
}

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

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

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

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

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

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

  -webkit-overflow-scrolling: touch;
}

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

html[data-script-enabled="true"] .nav-global .utility > .utility-inner > .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 > .utility-inner > .list > * {
  min-width: 50%;
}

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

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

.nav-global .utility > .utility-inner > .list > * a,
.nav-global .utility > .utility-inner > .list > * 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 > .utility-inner > .list > * a::before,
.nav-global .utility > .utility-inner > .list > * b.title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
}

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

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

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

.nav-global .utility > .utility-inner > .list .of-contact a::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -52px;
  background-size: 97px 78px;
  width: 21px;
  height: 15px;
}

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

.nav-global .utility > .utility-inner > .list .of-support a::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -25px -26px;
  background-size: 97px 78px;
  width: 18px;
  height: 19px;
}

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

.nav-global .utility > .utility-inner > .list .of-support-no-download a::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -51px -23px;
  background-size: 97px 78px;
  width: 17px;
  height: 17px;
}

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

.nav-global .utility > .utility-inner > .list .of-sitemap a::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -74px 0;
  background-size: 97px 78px;
  width: 17px;
  height: 16px;
}

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

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

.nav-global .utility > .utility-inner > .list .of-search b.title::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -51px 0;
  background-size: 97px 78px;
  width: 18px;
  height: 18px;
}

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

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

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

.nav-global .utility > .utility-inner > .language > span {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  background: #002b62;
  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 > .col > *.of-menu-list > .list .list li {
  overflow: hidden;
}

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

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

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

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

.nav-global .utility .language-list [class^="seg-col"] > .list > li > .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 > li > .list a {
  color: #0b3c8e;
  position: relative;
}

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

.nav-global .utility .language-list .list > li > .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 > .common-inner > .list > li > a {
  position: relative;
  display: block;
  padding: 8px 8px 8px 37px;
}

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

.nav-global .common > .common-inner > .list > li > a::before {
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 19px;
  height: 19px;
  margin: auto;
  border: 1px solid;
}

.nav-global .common > .common-inner > .list > li > 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;
}

.nav-location > .list {
  position: static;
  margin: 0;
  padding: 12px 0 10px;
}

.nav-location > .list b {
  font-weight: normal;
}

.nav-location > .list a {
  text-decoration: none;
  border-bottom: 1px solid #adadad;
}

.nav-location > .list a:hover,
.nav-location > .list a:focus {
  border-color: transparent;
}

.nav-location > .list > li {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 33px 0 0;
}

.nav-location > .list > li:last-child {
  margin-right: 0;
}

.nav-location > .list > li:last-child::after,
.nav-location > .list > li:last-child::before {
  display: none;
}

.nav-location > .list > 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 > .list > 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-global
 * ------------------------------------------------------------------------- */

.nav-local .root {
  font-size: 1.6rem;
  font-weight: bold;
  background: #f6f6f6;
  position: relative;
  border-bottom: 3px solid #002b62;
}

.nav-local .root::after {
  display: block;
  float: right;
  height: 100%;
  min-height: 44px;
  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%;
}

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 > span {
  position: relative;
  display: block;
}

.nav-local li > span > a,
.nav-local li > span > span {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding: 14px 50px 15px 16px;
}

.nav-local li > 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 > span > span {
  color: #666;
}

.nav-local li {
  position: relative;
}

.nav-local li li {
  font-size: 1.4rem;
}

.nav-local li li > span > a,
.nav-local li li > span > span {
  padding: 16px 31px 14px 16px;
}

.nav-local li li li > span > a,
.nav-local li li li > span > 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 > .content {
  display: none;
}

.nav-local > .content > .list {
  font-size: 1.6rem;
  background: #f6f6f6;
  border-bottom: 8px solid #f6f6f6;
}

.nav-local > .content > .list .list {
  font-size: 1.4rem;
  background: #fff;
  margin: 0 0 0 4px;
}

html[data-script-enabled="true"] .nav-local > .content > .list .list {
  display: none;
}

.nav-local > .content > .list li.is-current > .list {
  display: block;
}

.nav-local .is-current > span > a {
  font-weight: bold;
}

.nav-local[data-current-layer="2"] > .content > .list > li.is-current {
  background: #002b62;
}

.nav-local[data-current-layer="2"] > .content > .list > li.is-current .func-nav-local-btn > span span,
.nav-local[data-current-layer="2"] > .content > .list > li.is-current .func-nav-local-btn > span::before {
  background: #fff;
}

.nav-local[data-current-layer="2"] > .content > .list > li.is-current > span > a {
  color: #fff;
}

.nav-local[data-current-layer="3"] > .content > .list > li.is-current {
  background: #d5dbef;
}

.nav-local[data-current-layer="3"] > .content > .list > li > .list > li.is-current {
  background: #002b62;
}

.nav-local[data-current-layer="3"] > .content > .list > li > .list > li.is-current .func-nav-local-btn > span span,
.nav-local[data-current-layer="3"] > .content > .list > li > .list > li.is-current .func-nav-local-btn > span::before {
  background: #fff;
}

.nav-local[data-current-layer="3"] > .content > .list > li > .list > li.is-current > span > a {
  color: #fff;
}

.nav-local[data-current-layer="4"] > .content > .list > li > .list > li.is-current {
  background: #d5dbef;
}

.nav-local[data-current-layer="4"] > .content > .list > li > .list > li > .list > li a:not([href]) {
  font-weight: bold;
  color: #fff;
  background: #002b62;
}

.nav-local[data-current-layer="5"] > .content > .list > li > .list > li > .list > li.is-current {
  background: #d5dbef;
}

.nav-local[data-current-layer="5"] > .content > .list > li > .list > li > .list > li > .list > li a:not([href]) {
  font-weight: bold;
  color: #fff;
  background: #002b62;
}

.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;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}

.func-nav-local-btn > span {
  display: block;
  height: 100%;
  transition: .3s transform ease;
  transition: .3s -webkit-transform ease;
}

.root > .func-nav-local-btn > span span,
.root > .func-nav-local-btn > span::before,
.root > .func-nav-local-btn > 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 > .func-nav-local-btn > span::before,
.root > .func-nav-local-btn > span::after {
  content: "";
}

.root > .func-nav-local-btn > span::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.root > .func-nav-local-btn > span span {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.root > .func-nav-local-btn[aria-pressed="true"] > span::after {
  opacity: 0;
}

.root > .func-nav-local-btn[aria-pressed="true"] > span::before {
  width: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.root > .func-nav-local-btn[aria-pressed="true"] > span span {
  width: 21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.root > .func-nav-local-btn + b.title + a {
  display: none;
}

.root > .func-nav-local-btn[aria-pressed="true"] + b.title {
  display: none;
}

.root > .func-nav-local-btn[aria-pressed="true"] + b.title + a {
  display: -webkit-flex;
  display:         flex;
}

:not(.root) > .func-nav-local-btn > span span,
:not(.root) > .func-nav-local-btn > 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) > .func-nav-local-btn > span::before {
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

:not(.root) > .func-nav-local-btn[aria-pressed="true"] > span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ============================================================================
 * .site-footer サイト共通フッタ
 * ========================================================================= */
.site-footer {
  margin: 60px 0 0;
}

.site-footer.of-special .seg-secondary .copyright {
  margin: 10px 0;
}

.site-footer .seg-primary {
  background: #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: #333;
}

.site-footer .seg-primary .link .title {
  font-size: 1.6rem;
  font-weight: normal;
  word-break: break-all;
  display: block;
  margin: 0 0 10px;
}

.site-footer .seg-primary .link .title > a {
  text-decoration: none;
}

.site-footer .seg-primary .scroll-top {
  font-size: 1.2rem;
  position: relative;
  margin: 0;
}

.site-footer .seg-primary .scroll-top > a {
  line-height: 2.5;
  text-decoration: none;
  text-align: right;
  color: #fff;
  background: #646e74;
  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 > a {
  pointer-events: none;
  transition: .3s opacity ease;
  opacity: 0;
}

.site-footer .seg-primary .scroll-top > 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 > a {
  pointer-events: auto;
}

html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top > a:focus,
html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top.is-visible > a {
  opacity: 1;
}

html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top.is-fixed > a {
  position: fixed;
  right: 0;
  bottom: 20px;
}

html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top > a:focus {
  outline: 1px dotted #333;
}

html[data-cookiebar] .site-footer .seg-primary .scroll-top.is-fixed > a {
  transition: .3s opacity ease,.2s bottom ease-out;
}

html[data-submit-bar] .site-footer .seg-primary .scroll-top.is-fixed > a {
  transition: .3s opacity ease,.2s bottom ease-out;
}

.site-footer .seg-secondary {
  font-size: 1rem;
  color: #fff;
  background: #002b62;
  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 > 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 > *:first-child {
  margin-top: 0;
}

.site-footer .seg-pickup .col-1 > *: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
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 見出しレベル2
 * ------------------------------------------------------------------------- */
.mod-hdg-l2 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.41667;
  text-align: center;
  margin: 30px 0 18px;
}

.mod-hdg-l2 + .mod-hdg-l3 {
  margin-top: 20px;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル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: normal;
  line-height: 1.41667;
  margin: 30px 0 18px;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル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;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル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;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル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;
}

/* ----------------------------------------------------------------------------
 * 見出しレベル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;
}

/* ============================================================================
 * _txt
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * リード文 .mod-lede
 * ------------------------------------------------------------------------- */
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 > b.mod-lede {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
 * Newアイコン .mod-newlabel
 * ------------------------------------------------------------------------- */
b.mod-newlabel {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
  color: #76161b;
  background: #fff;
  position: relative;
  top: -.1em;
  display: inline-block;
  margin: 0 0 0 .5em;
  padding: 0 2px 1px;
  border: 1px solid;
}

*:lang(ja) b.mod-newlabel {
  padding: 3px 2px 0;
}

/* ============================================================================
 * _link
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * リンク .mod-link
 * ------------------------------------------------------------------------- */

.mod-link:not(.of-list) {
  word-break: break-all;
  color: #333;
  position: relative;
  display: inline-block;
}

.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-link.of-list > .list > li {
  overflow: hidden;
  margin: 0 0 7px;
}

.mod-link.of-list > .list > li > a {
  word-break: break-all;
  color: #333;
  position: relative;
  display: inline-block;
}

.mod-link.of-list > .list > li > a:not([href]) {
  font-weight: bold;
  text-decoration: none;
}

.mod-link.of-list > .list > li > 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 > .list > li > a[href$=".pdf"] .icn,
.mod-link.of-list > .list > li > a[target="_blank"] .icn,
.mod-link.of-list > .list > li > a[href$=".ppt"] .icn,
.mod-link.of-list > .list > li > a[href$=".xls"] .icn,
.mod-link.of-list > .list > li > a[href$=".doc"] .icn,
.mod-link.of-list > .list > li > a[href$=".zip"] .icn,
.mod-link.of-list > .list > li > a[href$=".lzh"] .icn,
.mod-link.of-list > .list > li > a[href$=".exe"] .icn,
.mod-link.of-list > .list > li > a.of-movie .icn,
.mod-link.of-list > .list > li > a.js-modal-img .icn {
  position: absolute;
  top: .2857142857142857em;
  left: 0;
  margin: 0 20px 0 0;
}

.mod-link.of-list > .list > li.of-up > a::after {
  top: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod-link.of-list > .list > li.of-down > a::after {
  top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mod-link.of-list > .list > li.of-left > a::after {
  left: 4px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.mod-link.of-list.of-float > .list {
  margin: 0 0 0 -20px;
}

.mod-link.of-list.of-float > .list > li {
  display: inline-block;
  padding: 0 0 0 20px;
}

/* ----------------------------------------------------------------------------
 * リンク02 .mod-link-02
 * ------------------------------------------------------------------------- */

.mod-link-02:not(.of-list) {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}

.mod-link-02:not(.of-list)::after {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-position: -77px -103px;
  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/sprite.png");
  background-position: -102px -103px;
  background-size: auto;
  top: .35em;
  width: 15px;
  height: 15px;
}

.mod-link-02:not(.of-list).of-left::after {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-position: -51px -103px;
  background-size: auto;
  width: 16px;
  height: 17px;
}

.mod-link-02:not(.of-list).of-down::after {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-position: 0 -142px;
  background-size: auto;
  top: .5em;
  width: 15px;
  height: 14px;
}

.mod-link-02.of-list {
  margin: 0 0 52px;
}

.mod-link-02.of-list > .list > li {
  overflow: hidden;
  margin: 0 0 7px;
}

.mod-link-02.of-list > .list > li > a {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}

.mod-link-02.of-list > .list > li > a::after {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-position: -77px -103px;
  background-size: auto;
  position: absolute;
  top: .25em;
  right: 4px;
  display: block;
  width: 15px;
  height: 17px;
  content: "";
}

.mod-link-02.of-list > .list > li > a[href$=".pdf"] .icn,
.mod-link-02.of-list > .list > li > a[target="_blank"] .icn,
.mod-link-02.of-list > .list > li > a[href$=".ppt"] .icn,
.mod-link-02.of-list > .list > li > a[href$=".xls"] .icn,
.mod-link-02.of-list > .list > li > a[href$=".doc"] .icn,
.mod-link-02.of-list > .list > li > a[href$=".zip"] .icn,
.mod-link-02.of-list > .list > li > a[href$=".lzh"] .icn,
.mod-link-02.of-list > .list > li > a[href$=".exe"] .icn,
.mod-link-02.of-list > .list > li > a.of-movie .icn,
.mod-link-02.of-list > .list > li > a.js-modal-img .icn {
  position: absolute;
  top: .2857142857142857em;
  left: 0;
  margin: 0 20px 0 0;
}

.mod-link-02.of-list > .list > li.of-up > a::after {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-position: -102px -103px;
  background-size: auto;
  top: .35em;
  width: 15px;
  height: 15px;
}

.mod-link-02.of-list > .list > li.of-left > a::after {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-position: -51px -103px;
  background-size: auto;
  width: 16px;
  height: 17px;
}

.mod-link-02.of-list > .list > li.of-down > a::after {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-position: 0 -142px;
  background-size: auto;
  top: .45em;
  width: 15px;
  height: 14px;
}

.mod-link-02.of-list.of-float > .list {
  margin: 0 0 0 -20px;
}

.mod-link-02.of-list.of-float > .list > li {
  display: inline-block;
  padding: 0 0 0 20px;
}

/* ----------------------------------------------------------------------------
 * タブ型リンク（JavaScriptのタブとは構造が異なる）
 * ------------------------------------------------------------------------- */
.mod-list-tab {
  margin: 0 0 50px;
}

.mod-list-tab > .list {
  background: #e5e7e9;
  overflow: hidden;
  border: 4px solid #e5e7e9;
  border-width: 4px 4px 0;
}

.mod-list-tab > .list > 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 > .list > li a[href]:focus,
.mod-list-tab > .list > li a[href]:hover {
  text-decoration: underline;
}

.mod-list-tab > .list > li a:not([href]) {
  color: #76161b;
  background: #fff;
  border: 3px solid #76161b;
  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: #333;
}

.mod-link-news .list > li {
  margin: 0 0 25px 0;
}

.mod-link-news .list > li:last-child {
  margin-bottom: 0;
}

/* ============================================================================
 * _pnl
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * パネル .mod-pnl
 * ------------------------------------------------------------------------- */
.mod-pnl {
  margin: 0 auto 95px;
}

.mod-pnl.align-center {
  -webkit-justify-content: center;
          justify-content: center;
}

.mod-pnl > .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 > .inner > .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 > .inner > a {
  display: table;
  width: 100%;
  table-layout: fixed;
  transition: all .3s ease 0s;
}

.mod-pnl .pnl > .inner > a:hover .icon span,
.mod-pnl .pnl > .inner > a:focus .icon span {
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, .4);
}

.mod-pnl .pnl > .inner > a:hover .title > .inner span,
.mod-pnl .pnl > .inner > a:focus .title > .inner span {
  border-bottom-color: transparent;
}

.mod-pnl .pnl .icon {
  display: table-header-group;
}

.mod-pnl .pnl .icon > *: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 > 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: #333;
  display: table-cell;
  margin: 8px 0 0 0;
}

.mod-pnl .pnl .txt > *: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 > .inner {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.mod-pnl .pnl .title > .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 > .inner {
  margin: 0 auto;
}

.mod-pnl-02 > .inner > * {
  padding: 0 0 25px;
}

.mod-pnl-02 > .inner > * > .pnl > .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 1200px;
  margin: 0 auto;
}

.mod-pnl-02 > .inner > * > .pnl > .inner p {
  margin: 0 0 10px;
}

.mod-pnl-02 > .inner > * > .pnl > .inner b.title {
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
  display: block;
}

.mod-pnl-02 > .inner > * > .pnl > .inner b.title a {
  color: inherit;
}

.mod-pnl-02 > .inner > * > .pnl > .inner b.title a[href$=".pdf"] .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner b.title a[target="_blank"] .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner b.title a[href$=".ppt"] .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner b.title a[href$=".xls"] .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner b.title a[href$=".doc"] .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner b.title a[href$=".zip"] .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner b.title a[href$=".lzh"] .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner b.title a[href$=".exe"] .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner b.title a.of-movie .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner b.title a.js-modal-img .icn {
  top: .35em;
}

.mod-pnl-02 > .inner > * > .pnl > .inner > .txt {
  width: 100%;
  padding: 0;
}

.mod-pnl-02 > .inner > * > .pnl > .inner > .txt > *:last-child {
  margin-bottom: 0;
}

.mod-pnl-02 > .inner > * > .pnl > .inner > .media {
  display: block;
  overflow: hidden;
}

.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".pdf"],
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[target="_blank"],
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".ppt"],
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".xls"],
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".doc"],
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".zip"],
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".lzh"],
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".exe"],
.mod-pnl-02 > .inner > * > .pnl > .inner > .media.of-movie,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media.js-modal-img {
  padding: 0;
}

.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".pdf"] .title,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[target="_blank"] .title,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".ppt"] .title,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".xls"] .title,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".doc"] .title,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".zip"] .title,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".lzh"] .title,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".exe"] .title,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media.of-movie .title,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media.js-modal-img .title {
  padding-left: 24px;
}

.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".pdf"] .title .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[target="_blank"] .title .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".ppt"] .title .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".xls"] .title .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".doc"] .title .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".zip"] .title .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".lzh"] .title .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media[href$=".exe"] .title .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media.of-movie .title .icn,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media.js-modal-img .title .icn {
  top: .35em;
}

.mod-pnl-02 > .inner > * > .pnl > .inner > .media figure {
  margin: 0 0 20px;
}

.mod-pnl-02 > .inner > * > .pnl > .inner > .media img,
.mod-pnl-02 > .inner > * > .pnl > .inner > .media iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.mod-pnl-02 > .inner > * > a.pnl,
.mod-pnl-02 > .inner > * a.media {
  text-decoration: none;
  padding: 0;
  outline: 0;
}

.mod-pnl-02 > .inner > * > a.pnl .title,
.mod-pnl-02 > .inner > * a.media .title {
  text-decoration: underline;
}

.mod-pnl-02 > .inner > * > a.pnl:hover .title,
.mod-pnl-02 > .inner > * > a.pnl:focus .title,
.mod-pnl-02 > .inner > * a.media:hover .title,
.mod-pnl-02 > .inner > * a.media:focus .title {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
 * セミナーパネルリスト .mod-pnl-seminer
 * ------------------------------------------------------------------------- */
.mod-pnl-seminer {
  margin: 0 0 24px;
}

.mod-pnl-seminer > .list > li {
  margin: 0 0 12px;
}

.mod-pnl-seminer > .list > li > a.wrap:hover > .title,
.mod-pnl-seminer > .list > li > a.wrap:focus > .title {
  text-decoration: underline;
}

.mod-pnl-seminer > .list > li > .wrap {
  text-decoration: none;
  background: #e5e7e9;
  display: block;
  width: 100%;
  padding: 20px;
}

.mod-pnl-seminer > .list > li > .wrap > .tag {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.83333;
  letter-spacing: .228px;
  color: #fff;
  background: #646e74;
  display: block;
  float: left;
  margin: 0 0 11px;
  padding: 0 5px;
}

.mod-pnl-seminer > .list > li > .wrap > .tag + * {
  clear: both;
}

.mod-pnl-seminer > .list > li > .wrap > .title {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.55556;
  letter-spacing: -.6px;
}

.mod-pnl-seminer > .list > li > .wrap > *:last-child {
  margin-bottom: 0;
}

/* ============================================================================
 * _btn
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 汎用的なアクションボタン .mod-btn
 * ------------------------------------------------------------------------- */
.mod-btn {
  text-align: center;
  margin: 0 0 16px;
}

.mod-btn a,
.mod-btn button {
  font-size: 1.8rem;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  color: #76161b;
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 1px 34px 1px 50px;
  transition: .2s ease;
  border: 2px solid;
}

.mod-btn a:hover,
.mod-btn a:focus,
.mod-btn button:hover,
.mod-btn button:focus {
  opacity: .8;
}

.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::before,
.mod-btn 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: #76161b #76161b transparent transparent;
}

.mod-btn a.of-left::before,
.mod-btn button.of-left::before {
  left: 22px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.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 a.of-bottom::before,
.mod-btn button.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 {
  -webkit-transform: rotate(-45deg) translate(-9px, -1px);
          transform: rotate(-45deg) translate(-9px, -1px);
}

.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.of-full a,
.mod-btn.of-full button {
  width: 100%;
}

.mod-btn.of-has-limit a,
.mod-btn.of-has-limit button {
  box-sizing: border-box;
  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: #002b62;
  border: 2px solid #002b62;
}

.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: #f4dccf;
  border-color: #eb6e00;
}

.mod-btn.of-contact a::before,
.mod-btn.of-contact button::before {
  border-color: #eb6e00 #eb6e00 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: #76161b;
  border: 2px solid #76171b;
}

.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 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 > .list > li {
  margin: 0 0 9px;
}

/* ============================================================================
 * _list
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * リストコンポーネント .mod-list
 * ------------------------------------------------------------------------- */
.mod-list {
  margin: 0 0 45px;
}

.mod-list > .list,
.mod-list > .list > li > .list {
  letter-spacing: 1.2px;
  margin: -14px 0 0 -26px;
}

.mod-list > .list > li,
.mod-list > .list > li > .list > li {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 10px 0 0 50px;
}

[lang="ja"] .mod-list > .list > li,
[lang="ja"] .mod-list > .list > li > .list > li {
  word-break: break-all;
}

.mod-list > .list > li > *:last-child,
.mod-list > .list > li > .list > li > *:last-child {
  margin-bottom: 0;
}

.mod-list > .list > li::before,
.mod-list > .list > li > .list > li::before {
  background: #646e74;
  position: absolute;
  top: calc(10px + .55em);
  left: 31px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 12px;
}

.mod-list > .list > li > *:last-child,
.mod-list > .list > li > .list > li > *:last-child {
  margin-bottom: 0;
}

.mod-list > .list > li > .mod-list,
.mod-list > .list > li > .list > li > .mod-list {
  margin: 16px 0 0 4px;
}

.mod-list > .list > li > .mod-list > .list > li,
.mod-list > .list > li > .list > li,
.mod-list > .list > li > .list > li > .mod-list > .list > li,
.mod-list > .list > li > .list > li > .list > li {
  padding-top: 9px;
  padding-left: 46px;
}

.mod-list > .list > li > .mod-list > .list > li::before,
.mod-list > .list > li > .list > li::before,
.mod-list > .list > li > .list > li > .mod-list > .list > li::before,
.mod-list > .list > li > .list > li > .list > li::before {
  background: #a4aab0;
  top: calc(11px + .5em);
}

.mod-list > .list > li > .list,
.mod-list > .list > li > .list > li > .list {
  margin-top: 2px;
  margin-left: -22px;
}

.mod-list > .list > li > p,
.mod-list > .list > li > .list > li > p {
  margin: 0 0 1em;
}

.mod-list > .list > li > p + .list,
.mod-list > .list > li > .list > li > p + .list {
  margin-top: calc(-1em + 2px);
}

.mod-list.of-notice li {
  padding: 0;
}

.mod-list.of-notice li::before {
  content: none;
}

/* ----------------------------------------------------------------------------
 * リストコンポーネント2 .mod-list-02
 * ------------------------------------------------------------------------- */
.mod-list-02 {
  margin-bottom: 52px;
}

.mod-list-02 > ul.list {
  display: table;
}

.mod-list-02 > ul.list > li {
  display: table-row;
}

.mod-list-02 > ul.list > li .mark {
  text-align: left;
  white-space: pre;
  padding: 0 7px 3px 0;
}

.mod-list-02 > ul.list > li > * {
  font-size: 100%;
  vertical-align: top;
  display: table-cell;
}

.mod-list-02 > ul.list > li > .content {
  padding: 0 0 3px 0;
}

.mod-list-02 > ul.list > li > .content > *: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-list-ordered > *:last-child {
  margin-bottom: 0;
}

.mod-list-ordered > ol.list {
  display: table;
  width: 100%;
}

.mod-list-ordered > ol.list > li {
  display: table-row;
  margin: 0;
}

.mod-list-ordered > ol.list > li > .content {
  vertical-align: top;
  display: table-cell;
  width: 100%;
}

.mod-list-ordered > ol.list > li > .content + * {
  margin-top: 10px;
}

.mod-list-ordered > ol.list > li::before {
  vertical-align: top;
  white-space: pre;
  display: table-cell;
  padding: 0 7px 3px 0;
  content: counter(mod_list_ordered) ".";
  counter-increment: mod_list_ordered;
}

.mod-list-ordered > ol.list > li > *:last-child {
  margin-bottom: 0;
}

.mod-list-ordered .mod-list-ordered {
  padding: 0 0 0 30px;
}

.mod-list-ordered .mod-list > .list > li,
.mod-list-ordered .mod-list > .list > li > .list > li {
  padding-top: 3px;
}

.mod-list-ordered .mod-list > .list > li::before,
.mod-list-ordered .mod-list > .list > li > .list > li::before {
  top: calc(4px + .55em);
}

/* ----------------------------------------------------------------------------
 * カテゴリリスト .mod-list-category
 * ------------------------------------------------------------------------- */
.mod-list-category {
  margin: 0 0 38px;
}

.mod-list-category > .list > li {
  margin: 0 0 10px;
}

.mod-list-category > .list > li > em,
.mod-list-category > .list > li > a:not([href]) {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: inherit;
}

.mod-list-category > .list > li > a {
  color: inherit;
}

.mod-list-category > .list > li > a:visited {
  color: #333;
}

/* ----------------------------------------------------------------------------
 * 記述リストコンポーネント .mod-list-desc
 * ------------------------------------------------------------------------- */
.mod-list-desc {
  margin: 0 0 32px;
}

.mod-list-desc > dl.list {
  margin: 0;
}

.mod-list-desc > dl.list > div dt,
.mod-list-desc > dl.list > div dd {
  margin: 0;
}

.mod-list-desc > dl.list > div dt {
  font-weight: bold;
}

.mod-list-desc > dl.list > div dt dfn {
  font-style: normal;
}

.mod-list-desc > dl.list > div dd {
  margin: 0 0 1em;
}

.mod-list-desc > dl.list > div dd > *:first-child {
  margin-top: 0;
}

.mod-list-desc > dl.list > div dd > *:last-child {
  margin-bottom: 0;
}

.mod-list-desc > dl.list > div:last-child > dd:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 警告リスト .mod-list-alert
 * ------------------------------------------------------------------------- */
.mod-list-alert {
  font-size: 1.4rem;
  color: #76161b;
  margin: 0 0 14px;
}

.mod-list-alert > .list {
  margin: 0;
  padding: 0;
}

.mod-list-alert > .list > li {
  position: relative;
  padding: 0 0 0 28px;
}

.mod-list-alert > .list > li::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-position: -148px -72px;
  background-size: auto;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 19px;
  height: 17px;
  content: "";
}

/* ----------------------------------------------------------------------------
 * ニュースリスト .mod-list-news
 * ------------------------------------------------------------------------- */

.mod-list-news > dl.list {
  font-size: 1.4rem;
  line-height: 1.75;
  width: 100%;
  margin: 0 0 40px;
}

.mod-list-news > dl.list > .row dt {
  padding: 0 0 3px;
}

.mod-list-news > dl.list > .row dd {
  width: 100%;
  margin: 0;
  padding: 0 0 24px;
}

.mod-list-news > dl.list > .row:last-child dd {
  padding-bottom: 0;
}

.mod-list-news.of-type-02 > dl.list > .row {
  border-bottom: 1px dotted #333;
}

.mod-list-news.of-type-02 > dl.list > .row dt {
  padding-bottom: 1px;
}

.mod-list-news.of-type-02 > dl.list > .row dd {
  padding-bottom: 10px;
}

.mod-list-news.of-type-02 > dl.list > .row:not(:first-child) dt {
  padding-top: 18px;
}

.mod-list-news.of-type-02 > dl.list > .row:not(:first-child) dd {
  padding: 0 0 8px;
}

.mod-list-news.of-type-03 > dl.list > .row dt,
.mod-list-news.of-type-03 > dl.list > .row dd {
  display: inline;
}

.mod-list-news.of-type-03 > dl.list > .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: #dbe0f1;
  display: inline-block;
  width: 120px;
}

.mod-list-news.of-type-03 b.label + * {
  padding: 4px 0 27px;
}

.mod-list-news.of-type-04 > dl.list > .row dt {
  padding-bottom: 5px;
}

.mod-list-news.of-type-04 > dl.list > .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: #d7e8f0;
  display: block;
  float: left;
  margin: 5px 0 0 5px;
  padding: 0 10px;
}

/* ----------------------------------------------------------------------------
 * ニュースリスト（トップ用）
 * ------------------------------------------------------------------------- */
.mod-list-news-02 {
  font-size: 1.4rem;
  margin: 0 0 30px;
}

.mod-list-news-02 a {
  color: #333;
}

.mod-list-news-02 .list > div {
  margin: 0 0 25px 0;
}

.mod-list-news-02 .list > div > dd {
  margin: 0;
}

.mod-list-news-02 .list > div:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 質問リストコンポーネント .mod-list-faq
 * ------------------------------------------------------------------------- */

.mod-list-faq > dl.list {
  font-size: 1.4rem;
  line-height: 1.71429;
  display: table;
  width: 100%;
  margin: 0 0 46px;
  border-collapse: collapse;
}

.mod-list-faq > dl.list > dt,
.mod-list-faq > dl.list > dd {
  display: table-row;
}

.mod-list-faq > dl.list > dt > *,
.mod-list-faq > dl.list > dd > * {
  vertical-align: top;
  display: table-cell;
}

.mod-list-faq > dl.list > dt > .label,
.mod-list-faq > dl.list > dd > .label {
  font-size: 2rem;
  line-height: 1.4;
  white-space: pre;
}

.mod-list-faq > dl.list > dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}

.mod-list-faq > dl.list > dt > .label {
  color: #002b62;
  padding: 0 17px 0 0;
}

.mod-list-faq > dl.list > dt > .label + .content {
  padding: 0 0 17px 1px;
}

.mod-list-faq > dl.list > dd > .label {
  color: #76161b;
}

.mod-list-faq > dl.list > dd > .label + .content {
  padding: 2px 0 40px;
}

.mod-list-faq > dl.list > dd > .label + .content > *:first-child {
  margin-top: 0;
}

.mod-list-faq > dl.list > dd > .label + .content > *:last-child {
  margin-bottom: 0;
}

.mod-list-faq > dl.list > dd:last-child > .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: #e5e7e9;
  margin: 0 0 16px;
  padding: 17px 20px 24px;
}

.mod-list-seminar .seminar-itemGroup > .itemGroup-time {
  font-size: 1.6rem;
  margin: 0 0 20px;
  padding: 0 0 3px;
  border-bottom: 1px solid #bbb;
}

.mod-list-seminar .seminar-itemGroup > .session-list > .list > li:not(:first-child) {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px dotted #666;
}

.mod-list-seminar .seminar-itemGroup > .session-list > .list > li:first-child:not(.is-visible) ~ li.is-visible {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.mod-list-seminar .seminar-itemGroup > .session-list > .list > 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 > .session-list > .list > li > .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 > .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 > .list {
  overflow: hidden;
          order: 1;
  margin: -4px 0 0 -4px;

  -webkit-order: 1;
}

.mod-list-seminar .item-status > .list > li {
  color: #fff;
  float: left;
  padding: 4px 0 0 4px;
}

.mod-list-seminar .item-status > .list > li > span {
  line-height: 1.85;
  color: #333;
  background: transparent;
  display: block;
  padding: 0;
}

.mod-list-seminar .item-status > .list > li[class^="of-"] span {
  color: #fff;
  padding: 0 6px;
}

.mod-list-seminar .item-status > .list > li.of-class > span {
  background: #002b62;
}

.mod-list-seminar .item-status > .list > li.of-accept > span {
  background: #76161b;
}

.mod-list-seminar .item-status > .list > li.of-full > span {
  background: #384249;
}

.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 > .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 > li {
  margin: 0 0 1em;
}

.mod-list-seminar .item-content .presenterList > li p {
  margin: 0;
}

.mod-list-seminar .item-content .presenterList > li .position {
  display: block;
}

.mod-list-seminar .item-content .presenterList > li .name {
  font-weight: bold;
}

.mod-list-seminar .item-content .presenterList > li:last-child {
  margin-bottom: 0;
}

.mod-list-seminar .entry-ui {
  margin: 22px 0 0;
}

.mod-list-seminar .ui-item > .item,
.mod-list-seminar .ui-item > .item-cancel {
  text-align: center;
  margin: 0;
}

.mod-list-seminar .ui-item > .item > label,
.mod-list-seminar .ui-item > .item > label > span,
.mod-list-seminar .ui-item > .item > span > span,
.mod-list-seminar .ui-item > .item-cancel > label,
.mod-list-seminar .ui-item > .item-cancel > label > span,
.mod-list-seminar .ui-item > .item-cancel > span > span {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mod-list-seminar .ui-item > .item > label > span,
.mod-list-seminar .ui-item > .item > span,
.mod-list-seminar .ui-item > .item-cancel > label > span,
.mod-list-seminar .ui-item > .item-cancel > 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 > span::before,
.mod-list-seminar .ui-item label > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  content: "";
}

.mod-list-seminar .ui-item label > 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 > 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 #002b62 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 > .item > label > span {
  color: #76161b;
  padding: 7px 48px 5px;
  border: 2px solid;
}

.mod-list-seminar .ui-item.of-seleted > .item > label > span {
  color: #666;
  padding: 7px 48px 5px;
  border: 2px solid #c9cfd6;
}

.mod-list-seminar .ui-item.of-message > .item > label > span {
  color: #666;
  background: #f6f6f6;
  padding-right: 50px;
  padding-left: 50px;
}

.mod-list-seminar .ui-item.of-message > .item > label > span::before {
  background: #e5e7e9;
  left: 17px;
  box-shadow: none;
}

.mod-list-seminar .ui-item.of-applied > .item > span {
  color: #666;
  display: block;
}

.mod-list-seminar .ui-item.of-disabled > .item > span,
.mod-list-seminar .ui-item.of-disabled > .item > label {
  color: #666;
  background: #f6f6f6;
}

.mod-list-seminar .ui-item.of-disabled > .item > span {
  display: block;
}

.mod-list-seminar .ui-item > .item-cancel {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.mod-list-seminar .ui-item > .item-cancel > label {
  margin-top: 30px;
}

.mod-list-seminar .ui-item > .item-cancel > label > span {
  background: transparent;
  padding: 0 47px;
}

.mod-list-seminar .ui-item > .item-cancel > label > 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 > .list {
  display: block;
}

.mod-list-seminar-02.of-horizontal.of-noBreak > .list > li {
  max-width: 100%;
}

.mod-list-seminar-02.of-horizontal.of-noBreak > .list > li > .wrap {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.mod-list-seminar-02.of-horizontal.of-noBreak > .list > li > .wrap > .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 > .list > li > .wrap > .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 > .list > li > .wrap > .img img {
  margin: 0;
}

.mod-list-seminar-02 > .list > li {
  margin: 0 0 16px;
}

.mod-list-seminar-02 > .list > li > .wrap {
  background: #e5e7e9;
  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 > .list > li > .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 > .list > li > .wrap .img > * {
  display: table-cell;
}

.mod-list-seminar-02 > .list > li > .wrap .img > * img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.mod-list-seminar-02 > .list > li > .wrap .summary {
  font-size: 1.2rem;
  width: 100%;
}

.mod-list-seminar-02 > .list > li > .wrap .summary > p {
  margin: 0 0 6px;
}

.mod-list-seminar-02 > .list > li > .wrap .summary .tag {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -4px 0 19px -4px;
}

.mod-list-seminar-02 > .list > li > .wrap .summary .tag span {
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: .33px;
  color: #333;
  background: transparent;
  display: block;
  padding: 0;
}

.mod-list-seminar-02 > .list > li > .wrap .summary .tag > li {
  padding: 4px 0 0 4px;
}

.mod-list-seminar-02 > .list > li > .wrap .summary .tag > li[class^="of-"] span {
  color: #fff;
  padding: 0 5px;
}

.mod-list-seminar-02 > .list > li > .wrap .summary .tag > li.of-class span {
  background: #002b62;
}

.mod-list-seminar-02 > .list > li > .wrap .summary .tag > li.of-accept span {
  background: #76161b;
}

.mod-list-seminar-02 > .list > li > .wrap .summary .tag > li.of-full span {
  background: #384249;
}

.mod-list-seminar-02 > .list > li > .wrap .summary .title {
  font-size: 1.8rem;
  line-height: 1.33333;
  margin: 0 0 16px;
}

.mod-list-seminar-02 > .list > li > .wrap .summary > *:last-child {
  margin-bottom: 0;
}

/* ============================================================================
 * _tbl
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * テーブル .mod-tbl
 * ------------------------------------------------------------------------- */

.mod-tbl > table {
  font-size: 1.4rem;
  background: #bbb;
  width: 100%;
  margin: 0 0 52px;
  table-layout: fixed;
  border-spacing: 1px;
  border-collapse: separate;
}

.mod-tbl > table th,
.mod-tbl > table td {
  background: #fff;
  padding: 13px 20px 10px;
}

.mod-tbl > table th.var01,
.mod-tbl > table td.var01 {
  background: #dbe0f1;
}

.mod-tbl > table th.var02,
.mod-tbl > table td.var02 {
  background: #efefef;
}

.mod-tbl > table th.var01,
.mod-tbl > table th.var02 {
  font-weight: bold;
}

.mod-tbl caption {
  text-align: center;
  margin: 0 0 5px;
}

.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 > *:first-child {
  margin-top: 0;
}

.mod-tbl tbody td > *:last-child {
  margin-bottom: 0;
}

.mod-tbl.of-type-02 > 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 > table {
  width: 620px;
  table-layout: auto;
}

.mod-tbl.of-scroll > table caption {
  text-align: left;
}

.mod-tbl.of-scroll th {
  word-break: keep-all;
}

/* ----------------------------------------------------------------------------
 * フォーム用テーブル .mod-tbl-form
 * ------------------------------------------------------------------------- */
.mod-tbl-form {
  margin: 0 0 20px;
}

.mod-tbl-form > table {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #bbb;
}

.mod-tbl-form > table thead,
.mod-tbl-form > table tbody,
.mod-tbl-form > table tr,
.mod-tbl-form > table th,
.mod-tbl-form > table td {
  display: block;
}

.mod-tbl-form > table > tbody > tr > td.caption {
  text-align: left;
  vertical-align: top;
  background: #efefef;
}

.mod-tbl-form > table > tbody > tr > td.caption > .inner {
  position: relative;
  padding: 19px 69px 19px 19px;
}

.mod-tbl-form > table > tbody > tr > td.caption > .inner .required {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.61538;
  letter-spacing: .5px;
  color: #fff;
  background: #76161b;
  position: absolute;
  z-index: 0;
  top: 20px;
  right: 16px;
  padding: 0 5px;
}

.mod-tbl-form > table > tbody > tr > td:not(.caption) {
  vertical-align: middle;
  padding: 20px;
  border-bottom: 1px solid #bbb;
}

.mod-tbl-form > table > tbody > tr > td:not(.caption) > *:first-child {
  margin-top: 0;
}

.mod-tbl-form > table > tbody > tr > td:not(.caption) > *:last-child {
  margin-bottom: 0;
}

.mod-tbl-form .form-inputLyt {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 9px;
}

.mod-tbl-form .form-inputLyt > li {
  padding: 16px 0 0 16px;
}

.mod-tbl-form .form-inputLyt > li > *:first-child {
  margin-top: 0;
}

.mod-tbl-form .form-inputLyt > li > *:last-child {
  margin-bottom: 0;
}

.mod-tbl-form .form-inputLyt + [class^="mod-"] {
  margin-top: 15px;
}

.mod-tbl-form > table > tbody > tr > td:not(.caption) > .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 > *:first-child:not(.inner) {
  margin-top: 30px;
  margin-right: 24px;
  margin-left: 24px;
}

.mod-box > .inner {
  margin: 30px 24px;
}

.mod-box > .inner > *:first-child {
  margin-top: 0;
}

.mod-box > .inner > *:last-child {
  margin-bottom: 0;
}

.mod-box.of-scroll > .inner {
  overflow-x: hidden;
  overflow-y: auto;
  height: 300px;

  -webkit-overflow-scrolling: touch;
}

html:not([data-script-enabled="true"]) .mod-box.of-scroll > .inner {
  height: auto !important;
}

/* ----------------------------------------------------------------------------
 * 汎用ボックス02 .mod-box-02
 * ------------------------------------------------------------------------- */
.mod-box-02 {
  font-size: 1.8rem;
  color: #fff;
  background: #274880;
  margin: 0 10px 20px;
  padding: 5px;
}

.mod-box-02 > *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 汎用ボックス03 .mod-box-03
 * ------------------------------------------------------------------------- */
.mod-box-03 {
  margin: 0 0 24px;
}

.mod-box-03 > .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -12px 0 0 -12px;
}

.mod-box-03 > .inner > .col {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 12px 0 0 12px;
}

.mod-box-03 > .inner > .col > .box,
.mod-box-03 > .inner > .col .mod-link > .list > li > a,
.mod-box-03 > .inner > .col a {
  color: #fff;
}

.mod-box-03 > .inner > .col > .box {
  background: #3b5a81;
  width: 100%;
  padding: 24px;
}

.mod-box-03 > .inner > .col > .box > *:first-child {
  margin-top: 0;
}

.mod-box-03 > .inner > .col > .box > *: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 > .heading {
  text-align: center;
  word-break: keep-all;
  background: #006b7f;
}

.mod-box-notice > .heading > .hdg {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  padding: 10px;
}

.mod-box-notice > .content {
  font-size: 1.6rem;
  line-height: 1.71429;
  background: #d7e8f0;
  padding: 22px 24px;
}

.mod-box-notice > .content > *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 警告ボックス .mod-box-alert
 * ------------------------------------------------------------------------- */
.mod-box-alert {
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid #76161b;
}

.mod-box-alert > .inner {
  margin: 18px 20px 16px;
}

.mod-box-alert > .inner > *:first-child {
  margin-top: 0;
}

.mod-box-alert > .inner > *:last-child {
  margin-bottom: 0;
}

/* ============================================================================
 * _lyt
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 画像レイアウト .mod-lyt
 * ------------------------------------------------------------------------- */
.mod-lyt {
  margin: 30px auto;
}

.mod-lyt[data-col] > .inner > * {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}

.mod-lyt[data-sp-1col] > .inner > * {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

.mod-lyt > .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin: -16px 0 0 -10px;
}

.mod-lyt > .inner > * {
  padding: 16px 0 0 10px;
}

.mod-lyt > .inner > * > *:last-child {
  margin-bottom: 0;
}

.mod-lyt > .inner > * img {
  display: block;
  max-width: 100%;
}

.mod-lyt.of-adjust-height > .inner > * {
  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 > .inner {
  text-align: left;
  -webkit-justify-content: center;
          justify-content: center;
}

/* ============================================================================
 * _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-media figcaption {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  margin: 14px 0 0;
}

.mod-media > span a {
  text-align: center;
  display: block;
  padding: 0;
}

.mod-media > span a[href$=".pdf"] > .link,
.mod-media > span a[target="_blank"] > .link,
.mod-media > span a[href$=".ppt"] > .link,
.mod-media > span a[href$=".xls"] > .link,
.mod-media > span a[href$=".doc"] > .link,
.mod-media > span a[href$=".zip"] > .link,
.mod-media > span a[href$=".lzh"] > .link,
.mod-media > span a[href$=".exe"] > .link,
.mod-media > span a.of-movie > .link,
.mod-media > span a.js-modal-img > .link {
  position: relative;
  padding-left: 24px;
}

.mod-media > span a[href$=".pdf"] > .link .icn,
.mod-media > span a[target="_blank"] > .link .icn,
.mod-media > span a[href$=".ppt"] > .link .icn,
.mod-media > span a[href$=".xls"] > .link .icn,
.mod-media > span a[href$=".doc"] > .link .icn,
.mod-media > span a[href$=".zip"] > .link .icn,
.mod-media > span a[href$=".lzh"] > .link .icn,
.mod-media > span a[href$=".exe"] > .link .icn,
.mod-media > span a.of-movie > .link .icn,
.mod-media > span a.js-modal-img > .link .icn {
  position: absolute;
  top: .125em;
  left: 0;
  margin: 0 20px 0 0;
}

.mod-media img,
.mod-media iframe {
  display: block;
  margin: 0;
}

.mod-media img:not([width]):not(.icn),
.mod-media iframe:not([width]):not(.icn) {
  width: 100%;
}

.mod-media.align-left {
  margin-right: 0;
  margin-left: 0;
}

.mod-media.align-right {
  float: right;
  margin-right: 0;
  margin-left: 0;
}

.mod-media.align-right + * {
  clear: both;
}

/* ----------------------------------------------------------------------------
 * 画像レイアウト .mod-media-lyt
 * ------------------------------------------------------------------------- */
.mod-media-lyt {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 10px;
}

.mod-media-lyt.var01 {
  background: rgba(219, 224, 241, .9);
}

.mod-media-lyt > .inner {
  display: table;
  max-width: 1200px;
  margin: 0 auto;
}

.mod-media-lyt > .inner > .txt {
  vertical-align: top;
  display: table-cell;
}

.mod-media-lyt > .inner > .txt .lede {
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  margin: 0 0 1rem;
}

.mod-media-lyt > .inner > .txt .lede a {
  color: inherit;
}

.mod-media-lyt > .inner > .txt > *:last-child {
  margin-bottom: 0;
}

.mod-media-lyt > .inner > .media {
  vertical-align: top;
  display: table-header-group;
}

.mod-media-lyt > .inner > .media img,
.mod-media-lyt > .inner > .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.of-noBreak > .media .mod-media img,
.mod-media-lyt-lqd.of-noBreak > .media .mod-media img {
  width: auto;
  max-width: 100%;
}

.mod-media-lyt-flt > .media,
.mod-media-lyt-lqd > .media {
  margin: 0 auto 16px;
}

.mod-media-lyt-flt > .media .mod-media,
.mod-media-lyt-lqd > .media .mod-media {
  margin: 0 auto;
}

.mod-media-lyt-flt > .media > img,
.mod-media-lyt-lqd > .media > 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 > .content > p > b.title,
.mod-media-lyt-lqd > .content > p > 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 > .media {
  text-align: center;
}

.mod-media-lyt-flt > .text > *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * 画像レイアウト（リキッド） .mod-media-lyt-lqd
 * ------------------------------------------------------------------------- */
.mod-media-lyt-lqd {
  display: table;

  direction: rtl;
}

.mod-media-lyt-lqd.of-noBreak > .media {
  display: table-cell;
  width: auto;
  padding: 0 30px 0 0;
}

.mod-media-lyt-lqd.of-noBreak.of-reverse {
  direction: ltr;
}

.mod-media-lyt-lqd.of-noBreak.of-reverse > .media {
  padding: 0 0 0 30px;
}

.mod-media-lyt-lqd.sp-mediaBottom > .media {
  display: table-cell;
  padding-top: 16px;
}

.mod-media-lyt-lqd.sp-mediaBottom > .content {
  display: table-caption;
  width: 100%;
}

.mod-media-lyt-lqd > * {
  vertical-align: top;
  display: table-cell;

  direction: ltr;
}

.mod-media-lyt-lqd > .content > *:last-child {
  margin-bottom: 0;
}

.mod-media-lyt-lqd > .media {
  display: table-caption;
  width: 100%;
}

/* ----------------------------------------------------------------------------
 * 動画レイアウト .mod-media-video
 * ------------------------------------------------------------------------- */
.mod-media-video {
  margin: 0 auto 28px;
}

.mod-media-video > .outer {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.mod-media-video > .outer > .inner {
  display: block;
  padding-top: 56.25%;
}

.mod-media-video > .outer > .inner > * {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.mod-media-video.of-full > .outer {
  max-width: none;
}

/* ============================================================================
 * _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:invalid,
.mod-input textarea:invalid,
.mod-input-tel input:invalid,
.mod-input-postalCode input:invalid,
.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: #fbf0eb;
  border-color: #76161b;
}

.mod-input input:disabled,
.mod-input textarea:disabled,
.mod-input-tel input:disabled,
.mod-input-postalCode input:disabled {
  background: #efefef;
}

/* ----------------------------------------------------------------------------
 * ラベル・フォームコンポーネント内テキスト共通スタイル
 * ------------------------------------------------------------------------- */
.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 .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
 * ------------------------------------------------------------------------- */
.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 > .list {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 0 -20px;
}

.mod-input-tel > .list > li {
  position: relative;
  padding: 0 0 0 20px;
}

.mod-input-tel > .list > 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 > .wrap {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
}

.mod-input-postalCode > .wrap > .mark {
  padding: 0 6px 0 0;
}

.mod-input-postalCode > .wrap > .list {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 0 -20px;
}

.mod-input-postalCode > .wrap > .list > li {
  position: relative;
  padding: 0 0 0 20px;
}

.mod-input-postalCode > .wrap > .list > 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: 46px;
}

.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:invalid,
.mod-input-select select[aria-invalid]:not([aria-invalid="false"]) {
  background: #fbf0eb;
  border-color: #76161b;
}

.mod-input-select select:disabled {
  background: #efefef;
}

/* ----------------------------------------------------------------------------
 * ラジオボタン .mod-input-radio
 * ------------------------------------------------------------------------- */
.mod-input-radio {
  overflow: hidden;
  margin: 0 0 32px;
}

.mod-input-radio > .list {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: -20px 0 0 -40px;
}

.mod-input-radio li {
  overflow: hidden;
  padding: 20px 0 0 40px;
}

.mod-input-radio label {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
}

.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: #002b62;
  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"]:invalid + .label::before,
.mod-input-radio label [type="radio"][aria-invalid]:not([aria-invalid="false"]) + .label::before {
  background: #fbf0eb;
  border-color: #76161b;
}

.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 > .list {
  margin: -20px 0 0 -40px;
}

.mod-input-check li {
  float: left;
  overflow: hidden;
  padding: 20px 0 0 40px;
}

.mod-input-check label {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  min-height: 24px;
}

.mod-input-check label .label {
  font-weight: normal;
  line-height: 1.71429;
  position: relative;
  display: block;
  padding: 0 0 0 34px;
  cursor: default;
}

.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;
  box-shadow: 2px -2px 0 0 #002b62 inset;
  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"]:invalid + .label::before,
.mod-input-check label [type="checkbox"][aria-invalid]:not([aria-invalid="false"]) + .label::before {
  background: #fbf0eb;
  border-color: #76161b;
}

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

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

.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 #c9cfd6;
  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 #002b62 inset;
  opacity: 0;
}

.mod-input-check-02 label [type="checkbox"]:checked + .label {
  background: #c9cfd6;
}

.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 > fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.mod-fieldset > fieldset > legend {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  top: -1px;
  left: -1px;
  display: block;
  margin: 0 0 10px;
}

.mod-fieldset > fieldset > *:last-child {
  margin-bottom: 0;
}

/* ============================================================================
 * _comp
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * もっと見る用ボタン .comp-btn-more
 * ------------------------------------------------------------------------- */

.comp-btn-more > a,
.comp-btn-more > [type="button"],
.comp-btn-more > [type="submit"] {
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  color: #666;
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  padding: 7px 10px 5px;
  border: 2px solid;
}

/* ----------------------------------------------------------------------------
 * クリア用ボタン .comp-btn-clear
 * ------------------------------------------------------------------------- */
.comp-btn-clear {
  text-align: right;
  margin: 0 0 22px;
}

.comp-btn-clear button {
  font-size: 1.4rem;
  background: transparent;
  position: relative;
  padding: 0 0 0 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}

.comp-btn-clear button::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-position: -25px -142px;
  background-size: auto;
  position: absolute;
  z-index: 0;
  top: .3em;
  left: 8px;
  width: 14px;
  height: 14px;
  content: "";
}

/* ----------------------------------------------------------------------------
 * SNSボタンリスト .comp-sns
 * ------------------------------------------------------------------------- */
.comp-sns {
  margin: 0 0 48px;
}

.comp-sns * {
  vertical-align: bottom;
}

.comp-sns > .list {
  text-align: center;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -14px 0 0 0;
}

.comp-sns > .list > li {
  line-height: 1;
  vertical-align: middle;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 14px 14px 0;
}

.comp-sns > .list > li > *:not(script) {
  display: -webkit-flex !important;
  display:         flex !important;
  -webkit-align-items: center;
          align-items: center;
}

.comp-sns > .list > li.of-plusone {
  margin-right: 0;
}

.comp-sns > .list > li.of-linkedin {
  margin-left: 0;
}

.comp-sns.align-right > .list {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.comp-sns.align-right > .list > li:last-child {
  margin-right: 0;
}

/* ----------------------------------------------------------------------------
 * SNSボタンリスト02 .comp-sns-02
 * ------------------------------------------------------------------------- */
.comp-sns-02 {
  position: relative;
  overflow: hidden;
  margin: 16px auto;
}

.comp-sns-02 > .list {
  position: relative;
  left: 50%;
  float: left;
}

.comp-sns-02 li {
  position: relative;
  left: -50%;
  float: left;
  margin: 5px 7px;
}

.comp-sns-02 li > a {
  font-size: 10px;
  position: relative;
  display: block;
  width: 100%;
}

.comp-sns-02 li > a::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
  content: "";
}

.comp-sns-02 li img {
  width: 38px;
}

/* ----------------------------------------------------------------------------
 * ページャー .comp-pager
 * ------------------------------------------------------------------------- */
.comp-pager {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 0 52px;
}

.comp-pager > .list {
  display: none;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-justify-content: center;
          justify-content: center;
}

.comp-pager > .list > li {
  font-size: 1.6rem;
  line-height: 1.625;
  text-decoration: none;
  text-align: center;
  color: #666;
  position: relative;
  margin: 8px;
}

.comp-pager > .list > li > a,
.comp-pager > .list > li > b {
  font-weight: normal;
  text-decoration: none;
  color: inherit;
  background: #fff;
  position: relative;
  z-index: 5;
  display: block;
  min-width: 30px;
  min-height: 30px;
  padding: 0 3px;
  border: 2px solid #666;
}

.comp-pager > .list > li.is-current > b {
  color: #fff;
  background: #76161b;
  border: 2px solid #76161b;
}

.comp-pager .prev,
.comp-pager .next {
  color: #666;
  background: transparent;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  width: calc(50% - 8px);
  min-height: 30px;
  border: 2px solid;
}

.comp-pager .prev > a,
.comp-pager .next > a {
  font-size: 1.8rem;
  line-height: 1.44444;
  text-decoration: none;
  color: #666;
  display: block;
  margin: auto;
}

.comp-pager .prev > a:before,
.comp-pager .next > a:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 21px;
  height: 21px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
}

.comp-pager .prev {
  margin: 0 8px 0 0;
}

.comp-pager .prev > a {
  padding: 0 10px 0 30px;
}

.comp-pager .prev > a::before {
  left: 10px;
  border-width: 0 0 1px 1px;
}

.comp-pager .next {
  margin: 0 0 0 8px;
}

.comp-pager .next > a {
  padding: 0 30px 0 10px;
}

.comp-pager .next > a::before {
  right: 10px;
  border-width: 1px 1px 0 0;
}

/* ----------------------------------------------------------------------------
 * タブモジュール .comp-tab-news
 * ------------------------------------------------------------------------- */
.comp-tab-news {
  position: relative;
  margin: 0 0 20px;
}

.comp-tab-news > *:last-child {
  margin-bottom: 0;
}

.comp-tab-news .rss {
  font-size: 1.5rem;
  text-align: center;
  display: none;
  margin: 0 0 15px 0;
}

.comp-tab-news .rss a {
  text-decoration: none;
  white-space: pre;
  color: #fff;
  background: #76491b;
  display: inline-block;
  width: 85%;
  padding: 3px 20px;
}

.comp-tab-news .rss a:hover,
.comp-tab-news .rss a:focus {
  opacity: .8;
}

.comp-tab-news .tab-list {
  font-size: 1.5rem;
  margin: 0 0 15px;
}

.comp-tab-news .tab-list:last-child {
  margin-top: 5px;
  margin-bottom: 0;
}

.comp-tab-news .tab-list > [role="tab"] {
  position: relative;
  width: 85%;
  margin: 15px auto 0;
  border: 2px #666 solid;
}

.comp-tab-news .tab-list > [role="tab"] > a {
  text-decoration: none;
  text-align: center;
  color: #666;
  position: relative;
  display: block;
  padding: 2px 42px;
}

.comp-tab-news .tab-list > [role="tab"] > a::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg) translate(-10px, -2px);
          transform: rotate(135deg) translate(-10px, -2px);
  border: 1px solid;
  border-color: #666 #666 transparent transparent;
}

.comp-tab-news .tab-list > [role="tab"] > a:hover,
.comp-tab-news .tab-list > [role="tab"] > a:focus,
.comp-tab-news .tab-list > [role="tab"] > a:active {
  outline: none;
}

.comp-tab-news .tab-list > [role="tab"][aria-selected="true"] {
  background: #fff;
  border-color: #76161b;
}

.comp-tab-news .tab-list > [role="tab"][aria-selected="true"] > a {
  color: #76161b;
}

.comp-tab-news .tab-list > [role="tab"][aria-selected="true"] > a::after {
  visibility: hidden;
}

.comp-tab-news .tab-panel {
  clear: both;
}

.comp-tab-news .tab-panel > .inner {
  overflow: hidden;
}

/* ----------------------------------------------------------------------------
 * 動画用リスト .comp-list-video
 * ------------------------------------------------------------------------- */
.comp-list-video {
  overflow: hidden;
  margin: 0 0 42px;
}

.comp-list-video > .list > li {
  display: -webkit-flex;
  display:         flex;
  margin: 0 0 14px;
}

.comp-list-video > .list > li > 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%;
}

.comp-list-video .icon-new {
  font-size: 1.4rem;
  color: #fff;
  background: #76161b;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding: 0 3px;
}

.comp-list-video .time {
  letter-spacing: 2px;
  text-align: right;
  display: block;
}

.comp-list-video .detail {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 16px 19px 13px;
}

.comp-list-video .detail p {
  margin: 0 0 10px;
}

.comp-list-video .thumb {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.comp-list-video .thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* ----------------------------------------------------------------------------
 * ランク用リスト .comp-list-rank
 * ------------------------------------------------------------------------- */
.comp-list-rank {
  font-size: 1.4rem;
  line-height: 1.85714;
  margin: 0 0 58px;
}

.comp-list-rank .rank {
  text-indent: 2px;
  letter-spacing: 2px;
  text-align: center;
  white-space: pre;
  background: #e5e7e9;
  display: block;
  min-width: 62px;
  margin: 4px 14px 0 0;
  padding: 1px 10px 0;
}

.comp-list-rank .txt {
  letter-spacing: -.5px;
  text-align: justify;
  display: block;
}

.comp-list-rank > .list {
  width: calc(100% + 40px);
  margin: -30px 0 0 -40px;
}

.comp-list-rank > .list > li {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 30px 0 0 40px;
}

.comp-list-rank > .list > li:first-child .rank {
  color: #fff;
  background: #76161b;
}

.comp-list-rank > .list > li:nth-child(2) .rank {
  background: #dbe0f1;
}

.comp-box {
  margin: 48px 0 60px;
  padding: 0 24px;
  border: 1px solid #a4aab0;
}

.comp-box > .inner > .col {
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
  padding: 24px 0;
}

.comp-box > .inner > .col > p + .mod-btn:last-child {
  margin-top: 12px;
}

.comp-box > .inner > .col > *:last-child {
  margin-top: 10px;
  margin-bottom: 0;
}

.comp-box > .inner > .col:not(:last-child) {
  position: relative;
}

.comp-box > .inner > .col:not(:last-child)::after {
  background: #a4aab0;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  margin: 0 auto;
  content: "";
}

/* ----------------------------------------------------------------------------
 * セミナーのステータスを示すタグ .comp-txt-seminarTag
 * ------------------------------------------------------------------------- */
.comp-txt-seminarTag {
  margin: 0 0 32px;
}

.comp-txt-seminarTag > p.inner {
  display: -webkit-flex;
  display:         flex;
  margin: -4px 0 0 -4px;
}

.comp-txt-seminarTag > p.inner > * {
  font-weight: normal;
  display: block;
  padding: 4px 0 0 4px;
}

.comp-txt-seminarTag > p.inner > * > span {
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: .33px;
  color: #333;
  background: transparent;
  display: block;
  padding: 0 5px;
}

.comp-txt-seminarTag > p.inner > *[class^="of-"] > span {
  color: #fff;
}

.comp-txt-seminarTag > p.inner > *.of-class > span {
  background: #002b62;
}

.comp-txt-seminarTag > p.inner > *.of-accept > span {
  background: #76161b;
}

.comp-txt-seminarTag > p.inner > *.of-full > span {
  background: #384249;
}

/* ============================================================================
 * _func
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * スクロールロック
 * ------------------------------------------------------------------------- */
html[data-scroll-sp="disabled"] body {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

/* ----------------------------------------------------------------------------
 * トグル共通スタイル .js-tgl
 * ------------------------------------------------------------------------- */
html[data-script-enabled="true"] .js-tgl *[id^="tgl-"]:not([aria-hidden="false"]) {
  display: none;
}

/* ----------------------------------------------------------------------------
 * トグル .mod-tgl
 * ------------------------------------------------------------------------- */
.mod-tgl {
  margin: 0 0 40px;
}

.mod-tgl.var01 .tgl-hook {
  border-top: 3px solid #002b62;
}

.mod-tgl .tgl-hook-wrap {
  margin: 0;
}

.mod-tgl .tgl-hook {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  background: #f6f6f6;
  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-pressed="false"]::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mod-tgl .tgl-hook[aria-pressed="false"]::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mod-tgl .tgl-content {
  background: #f6f6f6;
  padding: 0 20px 17px;
}

.mod-tgl .tgl-content > *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * タブ共通スタイル .js-tab
 * ------------------------------------------------------------------------- */
html[data-script-enabled="true"] .js-tab .tab-list > li > 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;
}

/* ----------------------------------------------------------------------------
 * タブ .mod-tab
 * ------------------------------------------------------------------------- */
.mod-tab {
  margin: 0 0 40px;
}

.mod-tab .tab-list {
  background: #e5e7e9;
  overflow: hidden;
  border: 4px solid #e5e7e9;
  border-width: 4px 4px 0;
}

.mod-tab .tab-list > li {
  text-align: center;
  padding: 7px 24px;
  border: 3px solid transparent;
  border-width: 0 0 3px;
}

.mod-tab .tab-list > li a {
  text-decoration: none;
  color: #666;
}

.mod-tab .tab-list > li[aria-selected="true"] {
  background: #fff;
  border: 3px solid #76161b;
  border-width: 3px 0 0;
}

.mod-tab .tab-list > li[aria-selected="true"] a {
  color: #76161b;
}

.mod-tab .tab-list.of-foot {
  border-width: 0 4px 4px;
}

.mod-tab .tab-list.of-foot > 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;
}

.mod-carousel .slick-inner {
  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;
}

.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: #76161b;
  border: 1px solid #76161b;
}

.mod-carousel .slick-track {
  display: -webkit-flex;
  display:         flex;
}

.mod-carousel .slick-slide {
  float: none;
  height: auto;
}

.mod-carousel .slide > *:first-child {
  margin-top: 0;
}

.mod-carousel .slide > *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * Cookieバー
 * ------------------------------------------------------------------------- */
.func-cookie {
  display: none;
}

html[data-script-enabled="true"] .func-cookie {
  font-size: 1.4rem;
  background: #9d4531;
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}

.func-cookie > .inner {
  color: #fff;
  padding: 10px;
}

.func-cookie > .inner .txt {
  line-height: 1.5;
  margin-bottom: 0;
}

.func-cookie > .inner .txt a {
  color: #fff;
}

.func-cookie > .inner .mod-btn {
  margin-top: 10px;
  margin-bottom: 0;
}

.func-cookie > .inner .mod-btn button {
  font-size: 1.4rem;
}

/* ----------------------------------------------------------------------------
 * グーグルマップ js-map
 * ------------------------------------------------------------------------- */
.mod-map {
  margin: 0 auto 40px;
}

.mod-map > .map-wrap {
  height: 380px;
  margin: 0 0 20px;
}

.mod-map > .map-wrap > .map-area {
  width: 100% !important;
  height: 100% !important;
}

/* ----------------------------------------------------------------------------
 * フローティングメニュー js-floatingMenu
 * ------------------------------------------------------------------------- */
.str-floatingMenu {
  position: relative;
}

html[data-script-enabled="true"] .str-floatingMenu > .inner {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
}

.str-floatingMenu .floatingMenu-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #002b62;
  padding: 8px;
  cursor: default;
}

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

.str-floatingMenu .floatingMenu-content {
  background: #fff;
  min-width: 289px;
}

html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-content {
  display: none;
}

.str-floatingMenu .floatingMenu-content > .list {
  font-size: 1.6rem;
  padding: 19px 10px 19px 24px;
  border: 1px solid #a4aab0;
}

.str-floatingMenu .floatingMenu-content > .list li {
  padding: 0 0 12px;
}

.str-floatingMenu .floatingMenu-content > .list li:last-child {
  padding: 0;
}

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

.str-floatingMenu .func-floatingMenu-dummyLabel {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #002b62;
  padding: 8px 0;
}

.str-floatingMenu .func-floatingMenu-closeAnnounce {
  font-size: 1.4rem;
  text-align: right;
  display: none;
}

/* ----------------------------------------------------------------------------
 * モーダル 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/lib/fancybox/fancybox.png");
}

#fancybox-left,
#fancybox-right {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/blank.gif");
}

#fancybox-left-ico {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-right-ico {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-bg-n {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-bg-e {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox-y.png");
}

#fancybox-bg-se {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-bg-s {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox-x.png");
}

#fancybox-bg-sw {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-bg-w {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-title-over {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancy_title_over.png");
}

#fancybox-title-float-main {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox-x.png");
}

#fancybox-title-float-right {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

/* ============================================================================
 * _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;
}

/* ----------------------------------------------------------------------------
 * 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;
}

/* ============================================================================
 * body[data-path=""] テンプレート固有スタイル
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * [data-path="/"] ルートインデックス
 * ------------------------------------------------------------------------- */
body[data-path="/"] .str-mainvisual {
  background: #717171;
  position: relative;
  overflow: hidden;
}

body[data-path="/"] .str-mainvisual::before,
body[data-path="/"] .str-mainvisual .slide::before {
  pointer-events: none;
  background: 0 0 transparent no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  min-width: 320px;
  content: "";
}

body[data-path="/"] .str-mainvisual.of-decorate::before,
body[data-path="/"] .str-mainvisual.of-decorate .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img.png");
  max-width: 847px;
  min-height: 327px;
  max-height: 866px;
}

body[data-path="/"] .str-mainvisual.of-decorate-02::before,
body[data-path="/"] .str-mainvisual.of-decorate-02 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-02.png");
  max-width: 968px;
  min-height: 280px;
  max-height: 848px;
}

body[data-path="/"] .str-mainvisual.of-decorate-03::before,
body[data-path="/"] .str-mainvisual.of-decorate-03 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-03.png");
  max-width: 785px;
  min-height: 359px;
  max-height: 882px;
}

body[data-path="/"] .str-mainvisual.of-decorate-04::before,
body[data-path="/"] .str-mainvisual.of-decorate-04 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-04.png");
  max-width: 844px;
  min-height: 265px;
  max-height: 700px;
}

body[data-path="/"] .str-mainvisual.of-decorate-05::before,
body[data-path="/"] .str-mainvisual.of-decorate-05 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-05.png");
  max-width: 782px;
  min-height: 344px;
  max-height: 937px;
}

body[data-path="/"] .str-mainvisual.of-decorate-06::before,
body[data-path="/"] .str-mainvisual.of-decorate-06 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-06.png");
  max-width: 857px;
  min-height: 299px;
  max-height: 802px;
}

body[data-path="/"] .str-mainvisual.of-decorate-07::before,
body[data-path="/"] .str-mainvisual.of-decorate-07 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-07.png");
  max-width: 898px;
  min-height: 244px;
  max-height: 686px;
}

body[data-path="/"] .str-mainvisual.of-decorate-08::before,
body[data-path="/"] .str-mainvisual.of-decorate-08 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-08.png");
}

body[data-path="/"] .str-mainvisual.of-decorate-09::before,
body[data-path="/"] .str-mainvisual.of-decorate-09 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-09.png");
}

body[data-path="/"] .str-mainvisual.of-decorate-10::before,
body[data-path="/"] .str-mainvisual.of-decorate-10 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-10.png");
}

body[data-path="/"] .str-mainvisual.of-decorate-11::before,
body[data-path="/"] .str-mainvisual.of-decorate-11 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-11.png");
}

body[data-path="/"] .str-mainvisual.of-decorate-12::before,
body[data-path="/"] .str-mainvisual.of-decorate-12 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-12.png");
}

body[data-path="/"] .str-mainvisual.of-decorate-13::before,
body[data-path="/"] .str-mainvisual.of-decorate-13 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-13.png");
}

body[data-path="/"] .str-mainvisual.of-decorate-14::before,
body[data-path="/"] .str-mainvisual.of-decorate-14 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-14.png");
}

body[data-path="/"] .str-mainvisual.of-decorate-15::before,
body[data-path="/"] .str-mainvisual.of-decorate-15 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-15.png");
}

body[data-path="/"] .str-mainvisual.of-decorate::before {
  width: 47.05555555555555vw;
  height: 48.11111111111111vw;
}

body[data-path="/"] .str-mainvisual.of-decorate .slide::before {
  width: 100vw;
  height: 102.1875vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-02::before {
  width: 53.77777777777777vw;
  height: 47.11111111111111vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-02 .slide::before {
  width: 100vw;
  height: 87.5vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-03::before {
  width: 43.61111111111111vw;
  height: 49vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-03 .slide::before {
  width: 100vw;
  height: 112.1875vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-04::before {
  width: 46.888888888888886vw;
  height: 38.888888888888886vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-04 .slide::before {
  width: 100vw;
  height: 82.8125vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-05::before {
  width: 43.44444444444444vw;
  height: 52.05555555555555vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-05 .slide::before {
  width: 100vw;
  height: 107.5vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-06::before {
  width: 47.61111111111111vw;
  height: 44.55555555555555vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-06 .slide::before {
  width: 100vw;
  height: 93.4375vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-07::before {
  width: 49.888888888888886vw;
  height: 38.11111111111111vw;
}

body[data-path="/"] .str-mainvisual.of-decorate-07 .slide::before {
  width: 100vw;
  height: 76.25vw;
}

body[data-path="/"] .str-mainvisual::before {
  z-index: 1;
  top: -63px;
  display: none;
}

body[data-path="/"] .str-mainvisual .slide::before {
  z-index: 0;
  top: 0;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

html[data-script-enabled="true"] body[data-path="/"] .str-mainvisual > .slide {
  display: none;
}

html[data-script-enabled="true"] body[data-path="/"] .str-mainvisual > .slide:first-child {
  display: block;
}

body[data-path="/"] .str-mainvisual .slick-arrow {
  display: none !important;
}

body[data-path="/"] .str-mainvisual .slick-list {
  height: 100%;
}

body[data-path="/"] .str-mainvisual .slick-track {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  height: 100%;
}

body[data-path="/"] .str-mainvisual .slide {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
}

html[data-script-enabled="true"] body[data-path="/"] .str-mainvisual .slide {
  height: 100%;
}

body[data-path="/"] .str-mainvisual .slide .slide-content {
  display: table-cell;
}

body[data-path="/"] .str-mainvisual .slide .slide-image {
  display: table-caption;
}

body[data-path="/"] .str-mainvisual .slide-image {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

body[data-path="/"] .str-mainvisual .slide-content {
  position: relative;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 0 34px;
}

body[data-path="/"] .str-mainvisual .slide-content::before {
  background: rgba(255, 255, 255, .75);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

body[data-path="/"] .str-mainvisual .slide-content.var01::before {
  background: rgba(255, 255, 255, .7);
}

body[data-path="/"] .str-mainvisual .slide-content.var02::before {
  background: rgba(255, 255, 255, .8);
}

body[data-path="/"] .str-mainvisual .slide-content > .inner {
  letter-spacing: -.5px;
  height: 100%;
  padding: 10px 10px 0;
}

body[data-path="/"] .str-mainvisual .slide-content > .inner > *:last-child {
  margin-bottom: 0;
}

body[data-path="/"] .str-mainvisual .slide-content h2 {
  font-size: 7.1875vw;
  font-weight: normal;
  line-height: 1.3369;
  margin: 0 0 24px;
}

body[data-path="/"] .str-mainvisual .slide-content p {
  font-size: 5vw;
  line-height: 2.08333;
  letter-spacing: -.3px;
  margin: 0 0 30px;
}

body[data-path="/"] .str-mainvisual .slide-content .pc-show {
  display: none;
}

body[data-path="/"] .str-mainvisual .slide-image img {
  display: block;
  width: 100%;
}

body[data-path="/"] .str-mainvisual .slide-image .pc-show {
  display: none;
}

body[data-path="/"] .str-mainvisual .slick-dots-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

body[data-path="/"] .str-mainvisual .slick-dots {
  position: static;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  max-width: 460px;
  margin: -22px auto 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

body[data-path="/"] .str-mainvisual .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 10px 20px;
}

body[data-path="/"] .str-mainvisual .slick-dots li button {
  background: #fff;
  width: 10px;
  height: 10px;
}

body[data-path="/"] .str-mainvisual .slick-dots li button:focus {
  color: #002b62;
  outline: 1px dotted;
}

body[data-path="/"] .str-mainvisual .slick-dots li button::before {
  display: none;
}

body[data-path="/"] .str-mainvisual .slick-dots li.slick-active button {
  color: #fff;
  background: #002b62;
  box-shadow: 0 0 0 1px #fff;
}

body[data-path="/"] .str-mainvisual .slick-dots li.slick-active button:focus {
  outline: 2px dotted;
}

body[data-path="/"] .str-mainvisual.var01 .slide-content::before {
  display: none;
}

body[data-path="/"] .str-mainvisual.var01 .slide-content.of-color-01 {
  color: #fff;
}

/* ----------------------------------------------------------------------------
 * [data-template-id="onlineTV"] online TV
 * ------------------------------------------------------------------------- */

[data-template-id="onlineTV"] .str-column {
  -webkit-flex-direction: column;
          flex-direction: column;
}

[data-template-id="onlineTV"] .unq-link-language {
  text-align: right;
  margin: -26px 0 0;
}

[data-template-id="onlineTV"] .unq-link-language .mod-link {
  margin-bottom: 0;
}

[data-template-id="onlineTV"] .unq-link-language .mod-link > .list > li {
  margin-bottom: 0;
}

[data-template-id="onlineTV"] .unq-mainvisual {
  background: #dbe0f1;
  margin: 0 0 28px;
}

[data-template-id="onlineTV"] .unq-mainvisual .media > *:last-child {
  margin-bottom: 0;
}

[data-template-id="onlineTV"] .unq-mainvisual .pickup {
  font-size: 1.2rem;
  line-height: 1.83333;
  background: #dbe0f1;
  padding: 19px 0 18px;
}

[data-template-id="onlineTV"] .unq-mainvisual .pickup .hdg {
  font-size: 1.6rem;
  margin: 0 0 1px;
  padding: 0 16px;
}

[data-template-id="onlineTV"] .unq-mainvisual .pickup .movies > .list > li > a {
  text-decoration: underline;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: 14px 20px 12px;
}

[data-template-id="onlineTV"] .unq-mainvisual .pickup .movies > .list > li > a:not([href]) {
  background: #c7cfe9;
  box-shadow: 3px 0 0 0 #002b62 inset;
}

[data-template-id="onlineTV"] .unq-mainvisual .pickup .movies > .list > li .thumb {
  -webkit-flex: 0 1 128px;
          flex: 0 1 128px;
  max-width: 128px;
  padding: 1px 14px 0 0;
}

[data-template-id="onlineTV"] .unq-mainvisual .pickup .movies > .list > li .title {
  -webkit-flex: 0 1 calc(100% - 128px);
          flex: 0 1 calc(100% - 128px);
  max-width: calc(100% - 128px);
}

[data-template-id="onlineTV"] .unq-tgl {
  background: #f6f6f6;
  margin: 0 0 20px;
}

[data-template-id="onlineTV"] .unq-tgl .tgl-hook {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 17px 60px 16px 18px;
  cursor: default;
  border-top: 3px solid #002b62;
}

[data-template-id="onlineTV"] .unq-tgl .tgl-hook::before,
[data-template-id="onlineTV"] .unq-tgl .tgl-hook::after {
  background: #333;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  content: "";
  transition: .3s transform ease-out;
}

[data-template-id="onlineTV"] .unq-tgl .tgl-hook::before {
  right: 30px;
  width: 1px;
  height: 21px;
}

[data-template-id="onlineTV"] .unq-tgl .tgl-hook::after {
  right: 20px;
  width: 21px;
  height: 1px;
}

[data-template-id="onlineTV"] .unq-tgl .tgl-hook[aria-pressed="true"]::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

[data-template-id="onlineTV"] .unq-tgl .tgl-hook[aria-pressed="true"]::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

[data-template-id="onlineTV"] .unq-tgl .tgl-content {
  overflow: hidden;
  padding: 0 20px;
}

[data-template-id="onlineTV"] .unq-tgl .mod-input-check .label::before {
  width: 20px;
  height: 20px;
}

[data-template-id="onlineTV"] .unq-tgl .mod-input-check .label::after {
  left: 17px;
  width: 13px;
  height: 8px;
  -webkit-transform: rotate(-45deg) translate(0px, -2px);
          transform: rotate(-45deg) translate(0px, -2px);
}

[data-template-id="onlineTV"] .unq-column-side-recommend {
  font-size: 1.2rem;
  line-height: 1.75;
  background: #dbe0f1;
  margin: 0 0 20px;
  padding: 15px 19px 17px;
}

[data-template-id="onlineTV"] .unq-column-side-recommend .hdg {
  font-size: 1.6rem;
  margin: 0 0 11px;
}

[data-template-id="onlineTV"] .unq-column-side-recommend .list {
  margin: 0 0 26px;
}

[data-template-id="onlineTV"] .unq-column-side-recommend .list > li {
  margin: 0 0 23px;
}

[data-template-id="onlineTV"] .unq-column-side-recommend .list > li > * {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

[data-template-id="onlineTV"] .unq-column-side-recommend .list > li .thumb {
  -webkit-flex: 0 1 88px;
          flex: 0 1 88px;
  max-width: 88px;
  padding-top: 2px;
}

[data-template-id="onlineTV"] .unq-column-side-recommend .list > li .title {
  -webkit-flex: 0 1 calc(100% - 88px);
          flex: 0 1 calc(100% - 88px);
  max-width: calc(100% - 88px);
  padding: 0 0 0 13px;
}

[data-template-id="onlineTV"] .unq-column-side-recommend .list > li:last-child {
  margin-bottom: 0;
}

[data-template-id="onlineTV"] .unq-column-side-recommend .powered {
  text-align: right;
}

[data-template-id="onlineTV"] .unq-column-side-recommend > *:last-child {
  margin-bottom: 0;
}

[data-template-id="onlineTV"] .unq-column-side-list > .list {
  border: solid #f6f6f6;
  border-width: 8px 8px 0;
}

[data-template-id="onlineTV"] .unq-column-side-list > .list li {
  font-size: 1.2rem;
  line-height: 1.83333;
  text-align: center;
  margin: 0;
  padding: 24px 20px;
  border-bottom: 8px solid #f6f6f6;
}

[data-template-id="onlineTV"] .unq-column-side-list > .list li > *:first-child {
  margin-top: 0;
}

[data-template-id="onlineTV"] .unq-column-side-list > .list li > *:last-child {
  margin-bottom: 0;
}

[data-template-id="onlineTV"] .unq-box-message {
  margin: 0 0 52px;
}

[data-template-id="onlineTV"] .unq-box-message .input {
  background: #f6f6f6;
  padding: 42px 33px 40px;
}

[data-template-id="onlineTV"] .unq-box-message .input > *:first-child {
  margin-top: 0;
}

[data-template-id="onlineTV"] .unq-box-message .input > *:last-child {
  margin-bottom: 0;
}

[data-template-id="onlineTV"] .unq-box-message .input .hdg {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 13px;
}

[data-template-id="onlineTV"] .unq-box-message .input fieldset {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}

[data-template-id="onlineTV"] .unq-box-message .input legend {
  font-weight: bold;
  display: block;
  margin: 0 0 17px;
}

[data-template-id="onlineTV"] .unq-box-message .input .textarea > .label {
  font-weight: bold;
  display: block;
  margin: 0 0 16px;
}

[data-template-id="onlineTV"] .unq-box-message .input textarea {
  min-width: 100%;
  height: 200px;
  margin: 0 0 11px;
}

[data-template-id="onlineTV"] .unq-box-message form > *:last-child {
  bottom: 0;
}

[data-template-id="onlineTV"] .str-column-main {
  padding-bottom: 42px;
}

[data-template-id="onlineTV"] .str-column-side {
  padding-right: 0;
  padding-left: 0;
  caption-side: bottom;
}

[data-template-id="onlineTV"] .mod-box.of-scroll > .mod-hdg-l2 {
  font-size: 2.8rem;
  margin-top: 35px;
  margin-bottom: 0;
}

[data-template-id="onlineTV"] .mod-box.of-scroll > .inner {
  height: 220px;
  margin-top: 13px;
}

[data-template-id="onlineTV"] .mod-media-video + .comp-sns {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ----------------------------------------------------------------------------
 * [data-template-id="ad"] 宣伝広告
 * ------------------------------------------------------------------------- */
[data-template-id="ad"] .unq-box-filter {
  background: #f6f6f6;
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-top: 3px solid #002b62;
}

[data-template-id="ad"] .unq-box-filter .str-inner > *:last-child {
  margin-bottom: 0;
}

[data-template-id="ad"] .unq-box-filter .hdg {
  font-weight: normal;
  letter-spacing: -.5px;
  text-align: center;
  margin: 18px 0 14px 10px;
  padding: 0 50px;
}

[data-template-id="ad"] .unq-box-filter .hdg span {
  position: relative;
}

[data-template-id="ad"] .unq-box-filter .hdg span::before {
  background: transparent url("/nf_global/v3/common/img/unq/ad-box-filter-icn.png") no-repeat 0 0;
  background-size: 30px 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  display: block;
  width: 30px;
  height: 29px;
  margin: auto;
  content: "";
}

[data-template-id="ad"] .unq-box-filter hr {
  margin: 24px 0;
}

[data-template-id="ad"] .unq-box-filter .mod-input-check .label::before {
  width: 20px;
  height: 20px;
}

[data-template-id="ad"] .unq-box-filter .mod-input-check .label::after {
  left: 17px;
  width: 13px;
  height: 8px;
  -webkit-transform: rotate(-45deg) translate(0px, -2px);
          transform: rotate(-45deg) translate(0px, -2px);
}

/* ----------------------------------------------------------------------------
 * [data-template-id^="uf-iexpo"] uf-iexpo 配下
 * ------------------------------------------------------------------------- */
[data-template-id^="uf-iexpo"] .filter-empty {
  text-align: center;
}

html[data-script-enabled="true"] [data-template-id^="uf-iexpo"] .filter-empty {
  display: none;
}

[data-template-id^="uf-iexpo"] #widget-seminarList .tab-panel:not([aria-hidden="true"]) {
  display: block !important;
}

html[data-script-enabled="true"] [data-template-id^="uf-iexpo"] #widget-seminarList .seminar-submit {
  background: rgba(255, 255, 255, .85);
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  transition: .2s transform ease-out;
  -webkit-transform: translateY(99%);
          transform: translateY(99%);
  border-top: 1px solid #b7bcc2;
}

html[data-script-enabled="true"] [data-template-id^="uf-iexpo"] #widget-seminarList .seminar-submit[aria-hidden="false"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-template-id^="uf-iexpo"] #widget-seminarList .seminar-submit > .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
}

[data-template-id^="uf-iexpo"] #widget-seminarList .seminar-submit > .inner > * > * {
  margin-bottom: 0;
}

[data-template-id^="uf-iexpo"] #widget-seminarList .seminar-submit > .inner > .txt {
  max-width: calc(100% - 134px);
}

[data-template-id^="uf-iexpo"] #widget-seminarList .seminar-submit > .inner > .btn {
  padding: 0 0 0 10px;
}

[data-template-id^="uf-iexpo"] #widget-seminarList .seminar-submit > .inner > .btn a,
[data-template-id^="uf-iexpo"] #widget-seminarList .seminar-submit > .inner > .btn button {
  white-space: pre;
}

/* ----------------------------------------------------------------------------
 * [data-template-id="uf-iexpo-000"] uf-iexpo トップ
 * ------------------------------------------------------------------------- */
[data-template-id="uf-iexpo-000"] .str-pageTitle {
  background: #002b62;
  display: block;
  overflow: hidden;
  padding: 0;
}

[data-template-id="uf-iexpo-000"] .str-pageTitle::after {
  min-height: 100px;
}

[data-template-id="uf-iexpo-000"] .str-pageTitle > .inner {
  position: relative;
  z-index: 0;
  padding: 12px 10px;
}

[data-template-id="uf-iexpo-000"] .str-pageTitle > .inner::before {
  background: transparent url("/nf_global/v3/common/img/unq/uf-iexpo-mainvisual-img.png") center center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -33px;
  bottom: 0;
  display: block;
  width: 57.5vw;
  min-width: 184px;
  max-width: 191px;
  height: 47.7875vw;
  min-height: 151px;
  max-height: 158px;
  margin: auto 0;
  content: "";
}

[data-template-id="uf-iexpo-000"] .str-pageTitle > .inner img {
  display: block;
  margin: 0 auto 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

[data-template-id="uf-iexpo-000"] .str-pageTitle > .inner .hdg {
  position: relative;
  overflow: hidden;
}

[data-template-id="uf-iexpo-000"] .str-pageTitle > .inner .hdg img {
  max-width: 76%;
  margin-bottom: 2vw;
}

[data-template-id="uf-iexpo-000"] .str-pageTitle > .inner .sub {
  position: relative;
  overflow: hidden;
  margin: 0;
}

[data-template-id="uf-iexpo-000"] .str-pageTitle > .inner .sub img {
  max-width: 85.3333%;
}

[data-template-id="uf-iexpo-000"] .str-pageTitle .lede {
  font-size: 1.2rem;
  text-align: center;
  background: #dbe0f1;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 12px 10px;
}

[data-template-id="uf-iexpo-000"] .str-pageTitle .lede p {
  color: #333;
  max-width: 1200px;
  margin: 0 auto .5em;
}

[data-template-id="uf-iexpo-000"] .str-pageTitle .lede p:last-child {
  margin-bottom: 0;
}

[data-template-id="uf-iexpo-000"] .mod-list > .list > li,
[data-template-id="uf-iexpo-000"] .mod-list > .list > li > .list > li {
  line-height: 1.4;
}

[data-template-id="uf-iexpo-000"] .unq-alt-01,
[data-template-id="uf-iexpo-000"] .unq-alt-02 {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 100%;
}

[data-template-id="uf-iexpo-000"] .unq-adjust-02 {
  display: none !important;
}

[data-template-id="uf-iexpo-000"] .unq-adjust-04 {
  display: none !important;
}

[data-template-id="uf-iexpo-000"] .unq-adjust-05 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

[data-template-id="uf-iexpo-000"] .unq-section-01 {
  background: #dbe0f1;
  background-size: cover;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 48px;
}

[data-template-id="uf-iexpo-000"] .unq-section-01 [class^="str-outer"]:first-child .str-inner:first-child > *:first-child {
  margin-top: 0;
}

[data-template-id="uf-iexpo-000"] .unq-section-01 [class^="str-outer"]:last-child .str-inner:last-child > *:last-child {
  margin-bottom: 0;
}

[data-template-id="uf-iexpo-000"] .unq-section-01 .mod-lyt {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------
 * [data-template-id="uf-iexpo-seminar-000"] uf-iexpo 講演・セミナーリスト
 * ------------------------------------------------------------------------- */

[data-template-id="uf-iexpo-seminar-000"] .mod-tgl {
  margin: 29px 0 55px;
}

[data-template-id="uf-iexpo-seminar-000"] .mod-lyt {
  margin-top: 40px;
  margin-bottom: 40px;
}

[data-template-id="uf-iexpo-seminar-000"] .mod-list-seminar {
  font-size: 1.4rem;
}

/* ----------------------------------------------------------------------------
 * [data-template-id="uf-iexpo-seminar-001"] uf-iexpo セミナー詳細
 * ------------------------------------------------------------------------- */
[data-template-id="uf-iexpo-seminar-001"] .mod-box > .inner {
  margin: 10px 20px;
}

/* ----------------------------------------------------------------------------
 * [data-template-id="uf-iexpo-request-001"] uf-iexpo 講演・セミナーリスト
 * ------------------------------------------------------------------------- */

/*NECマネジメントパートナー　動画専用CSS　2017/05/15　*/
/* 動画終了時 サムネイルを表示する */
body:not([data-movie-js="alternate"]) .video-js.vjs-ended .vjs-poster {
  display: block;
}

/* 再生後の画面のCSS   */
body:not([data-movie-js="alternate"]) .vjs-endlink ul {
  list-style: disc;
}

body:not([data-movie-js="alternate"]) .vjs-endlink li {
  list-style: disc;
}

body:not([data-movie-js="alternate"]) .vjs-endlink {
  font-family: "メイリオ", sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  color: #039;
  position: absolute;
  top: 20%;
  left: 10%;
}

body:not([data-movie-js="alternate"]) .vjs-endlink a {
  text-decoration: underline;
}

body:not([data-movie-js="alternate"]) .vjs-endlink a:hover {
  text-decoration: none;
}

body:not([data-movie-js="alternate"]) .videothumbs .list {
  text-align: center;
}

body:not([data-movie-js="alternate"]) .videothumbs .list li {
  display: inline-block;
  float: none;
}

body:not([data-movie-js="alternate"]) .videothumbs .list li.current a {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

body:not([data-movie-js="alternate"]) .video-js .vjs-overlay-background {
  background-color: rgba(80, 80, 80, .8) !important;
}

body:not([data-movie-js="alternate"]) .vjs-playlist .vjs-playlist-description {
  display: none;
}

body:not([data-movie-js="alternate"]) .video-thumbnail {
  width: 180px;
  height: 97px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-style: solid;
}

/*override some of the default overlay styling*/
body:not([data-movie-js="alternate"]) div.vjs-overlay.vjs-overlay-top {
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 93%;
  margin-left: -1px;
}
@media screen and (min-width: 500px), print {
  .mod-list-seminar-02 > .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -24px 0 0 -24px;
  }
  .mod-list-seminar-02 > .list > 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 > .list {
    display: block;
  }
  .mod-list-seminar-02.of-horizontal > .list > li {
    max-width: 100%;
  }
  .mod-list-seminar-02.of-horizontal > .list > li > .wrap {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mod-list-seminar-02.of-horizontal > .list > li > .wrap > .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 > .list > li > .wrap > .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 > .list > li > .wrap > .img img {
    margin: 0;
  }
}
@media screen and (min-width: 640px), print {
  body {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  hr {
    margin: 60px 0;
  }
  .site-main {
    margin: 0 0 52px;
  }
  .str-pageTitle > .inner > .language {
    font-size: 1.8rem;
  }
  .str-contact > .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 > div {
    margin: 0;
    padding: 0 0 0 37px;
  }
  .str-contact .time > * {
    font-size: 1.4rem;
  }
  .str-contact .time > .mark {
    padding: 0 6px 0 28px;
  }
  .str-stepList > .inner > .list li:not(:first-child)::before,
  .str-stepList > .inner > .list li:not(:first-child)::after,
  .str-stepList > .inner > .list li:not(:first-child) .inner::before,
  .str-stepList > .inner > .list li:not(:first-child) .inner::after {
    border-width: 40px 0 40px 20px;
  }
  .str-stepList > .inner > .list li .inner {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .str-stepList > .inner > .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);
  }
  .mod-hdg-l2 {
    font-size: 3.8rem;
    margin: 62px 0 28px;
  }
  .mod-hdg-l2 + .mod-hdg-l3 {
    margin-top: 28px;
  }
  .mod-hdg-l3 {
    font-size: 2.8rem;
    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: 3.8rem;
    margin: 62px 0 28px;
  }
  .mod-hdg-l2-02 + .mod-hdg-l3 {
    margin-top: 28px;
  }
  .mod-hdg-l3-02 {
    font-size: 2.8rem;
    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;
  }
  b.mod-lede {
    font-size: 2rem;
    margin: 32px 0 28px;
  }
  .mod-link[data-col] > .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -20px;
  }
  .mod-link[data-col] > .list > li {
    padding: 0 0 0 20px;
  }
  .mod-link[data-col] > .list > li > * {
    word-break: break-all;
  }
  .mod-link[data-col="2"] > .list > li {
    width: 50%;
  }
  .mod-link[data-col="3"] > .list > li {
    width: 33.3333%;
  }
  .mod-link[data-col="4"] > .list > li {
    width: 25%;
  }
  .mod-link[data-col="5"] > .list > li {
    width: 20%;
  }
  .mod-link-02[data-col] > .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -20px;
  }
  .mod-link-02[data-col] > .list > li {
    padding: 0 0 0 20px;
  }
  .mod-link-02[data-col] > .list > li > * {
    word-break: break-all;
  }
  .mod-link-02[data-col="2"] > .list > li {
    width: 50%;
  }
  .mod-link-02[data-col="3"] > .list > li {
    width: 33.3333%;
  }
  .mod-link-02[data-col="4"] > .list > li {
    width: 25%;
  }
  .mod-link-02[data-col="5"] > .list > li {
    width: 20%;
  }
  .mod-list-tab.of-fixed > .list {
    display: -webkit-flex;
    display:         flex;
  }
  .mod-list-tab.of-fixed > .list > li {
    text-align: center;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .mod-list-tab:not(.of-fixed) > .list {
    overflow: hidden;
  }
  .mod-list-tab:not(.of-fixed) > .list li {
    text-align: left;
    float: left;
  }
  .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 > .inner {
    white-space: normal;
    display: block;
    min-width: 10em;
  }
  .mod-link-news .desc {
    width: 100%;
  }
  .mod-pnl[data-col="3"] > .inner > * {
    -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"] > .inner > * {
    -webkit-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
  }
  .mod-pnl > .inner {
    margin: -16px 0 0 -24px;
  }
  .mod-pnl > .inner > * {
    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"] > .inner > * {
    -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"] > .inner > * {
    -webkit-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
  }
  .mod-pnl-02 > .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 > .inner > * {
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 36px 0 0 40px;
  }
  .mod-pnl-02 > .inner > * > .pnl > .inner b.title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .mod-pnl-02 > .inner > * > .pnl > .inner > .txt p {
    margin-bottom: 10px;
  }
  .mod-pnl-02 > .inner > * > .pnl > .inner > .media > figure {
    margin: 0 0 20px;
  }
  .mod-pnl-seminer {
    margin-bottom: 48px;
  }
  .mod-pnl-seminer > .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -24px 0 0 -24px;
  }
  .mod-pnl-seminer > .list > 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-btn.of-has-limit a,
  .mod-btn.of-has-limit button {
    max-width: 312px;
  }
  .mod-btn-list {
    margin: 0 0 52px;
  }
  .mod-btn-list > .list {
    position: relative;
    margin: -16px 0 0 -16px;
  }
  .mod-btn-list > .list > 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 > .list {
    left: 50%;
    float: left;
    margin: auto;
  }
  .mod-btn-list.align-center > .list > li {
    left: -50%;
    padding: 16px 0 0 78px;
  }
  .mod-btn-list.align-right > .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 > .list > li {
    padding: 16px 16px 0 0;
  }
  .mod-list.of-float > .list > li {
    width: auto;
  }
  .mod-list[data-col] > .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"] > .list > li {
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
  .mod-list[data-col="3"] > .list > li {
    -webkit-flex: 1 1 33.3333%;
            flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
  .mod-list[data-col="4"] > .list > li {
    -webkit-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
  }
  .mod-list-02.of-float > .list > li {
    float: left;
    width: auto;
    margin: 0 0 0 20px;
  }
  .mod-list-02.of-float > .list,
  .mod-list-02[data-col] > .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% + 20px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .mod-list-02[data-col] > .list > li {
    display: table;
    margin: 0 0 0 20px;
  }
  .mod-list-02[data-col="2"] > .list > 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"] > .list > 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"] > .list > li {
    -webkit-flex: 1 1 calc(25% - 20px);
            flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .mod-list-ordered.of-float > .list {
    width: calc(100% + 20px);
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  .mod-list-ordered.of-float > .list > li {
    float: left;
    width: auto;
    margin: 20px 0 0 20px;
  }
  .mod-list-ordered[data-col] > .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);
  }
  .mod-list-ordered[data-col] > .list > li {
    display: table;
    width: 100%;
    margin: 20px 0 0 20px;
  }
  .mod-list-ordered[data-col="2"] > .list > 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"] > .list > 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"] > .list > li {
    -webkit-flex: 1 1 calc(25% - 20px);
            flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .mod-list-category {
    margin: 0 0 52px;
  }
  .mod-list-category.align-center > .list {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .mod-list-category.align-right > .list {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .mod-list-category > .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 > .list > li {
    position: relative;
    margin: 0;
    padding: 8px 0 0 46px;
  }
  .mod-list-category > .list > li::after {
    background-image: url("/nf_global/v3/common/img/sprite.png");
    background-position: -192px -39px;
    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 > .list > li:last-child::after {
    display: none;
  }
  .mod-list-desc.of-horizontal > dl.list {
    display: table;
    width: 100%;
  }
  .mod-list-desc.of-horizontal > dl.list > div {
    display: table-row;
  }
  .mod-list-desc.of-horizontal > dl.list > div > dt {
    word-break: keep-all;
    padding: 0 1em 0 0;
  }
  .mod-list-desc.of-horizontal > dl.list > div > * {
    display: table-cell;
    margin-bottom: 0;
    padding: 0 0 1em;
  }
  .mod-list-news b.mod-newlabel {
    top: 0;
  }
  .mod-list-news > dl.list {
    display: table;
    border-collapse: collapse;
  }
  .mod-list-news > dl.list > .row {
    display: table-row;
  }
  .mod-list-news > dl.list > .row > * {
    vertical-align: top;
    display: table-cell;
  }
  .mod-list-news > dl.list > .row dt {
    white-space: pre;
    padding: 0 49px 0 0;
  }
  .mod-list-news > dl.list > .row dd {
    padding: 0 0 23px;
  }
  .mod-list-news.of-type-02 > dl.list > .row {
    border-bottom: 1px dotted #333;
  }
  .mod-list-news.of-type-02 > dl.list > .row dt {
    padding-top: 2px;
    padding-bottom: 3px;
  }
  .mod-list-news.of-type-02 > dl.list > .row dd {
    padding-bottom: 19px;
  }
  .mod-list-news.of-type-02 > dl.list > .row:not(:first-child) dt {
    padding-top: 27px;
  }
  .mod-list-news.of-type-02 > dl.list > .row:not(:first-child) dd {
    padding: 25px 0 18px;
  }
  .mod-list-news.of-type-03 > dl.list > .row dt,
  .mod-list-news.of-type-03 > dl.list > .row dd {
    display: table-cell;
  }
  .mod-list-news.of-type-03 > dl.list > .row dt {
    padding: 0 49px 0 0;
  }
  .mod-list-news.of-type-03 > dl.list > .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 > dl.list > .row dt {
    padding-bottom: 3px;
  }
  .mod-list-news.of-type-04 > dl.list > .row dd {
    padding-bottom: 20px;
  }
  .mod-list-news.of-type-04 ul.label {
    margin: 0 0 1px;
    padding: 2px 0 0;
  }
  .mod-list-news-02 .list > 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 > .inner {
    white-space: normal;
    display: block;
    min-width: 10em;
  }
  .mod-list-news-02 .desc {
    width: 100%;
  }
  .mod-list-faq > dl.list > dt {
    line-height: 1.75;
  }
  .mod-list-faq > dl.list > dt > .label + .content {
    padding-bottom: 19px;
  }
  .mod-list-seminar.of-noImage .session-summary {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: none;
  }
  .mod-list-seminar .seminar-itemGroup {
    display: -webkit-flex;
    display:         flex;
    padding: 20px 27px;
  }
  .mod-list-seminar .seminar-itemGroup > .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 > .session-list {
    width: 100%;
    padding: 7px 0 0 28px;
  }
  .mod-list-seminar .seminar-itemGroup > .session-list > .list > li > .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 > .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 > .item,
  .mod-list-seminar .ui-item > .item-cancel {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .mod-list-seminar .ui-item > .item > *,
  .mod-list-seminar .ui-item > .item-cancel > * {
    width: 100%;
    max-width: 235px;
  }
  .mod-list-seminar .ui-item > .item-cancel > label {
    margin-top: 7px;
  }
  .mod-list-seminar .ui-item > .item-cancel > label > span {
    padding: 9px 8px 7px;
  }
  .mod-list-seminar-02 {
    margin-top: 0;
    margin-bottom: 48px;
  }
  .mod-tbl.of-scroll > table {
    width: 100%;
  }
  .mod-tbl.of-scroll > table caption {
    text-align: center;
  }
  .mod-tbl-form {
    margin-bottom: 40px;
  }
  .mod-tbl-form > table {
    display: table !important;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .mod-tbl-form > table tr {
    display: table-row !important;
  }
  .mod-tbl-form > table th,
  .mod-tbl-form > table td {
    display: table-cell !important;
    border-bottom: 1px solid #bbb;
  }
  .mod-tbl-form > table thead {
    display: table-header-group !important;
  }
  .mod-tbl-form > table tbody {
    display: table-row-group !important;
  }
  .mod-box {
    margin: 0 0 52px;
  }
  .mod-box > *:first-child:not(.inner) {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mod-box > .inner {
    margin: 40px;
  }
  .mod-box-02 {
    text-align: center;
    margin: 0 0 20px;
  }
  .mod-box-03 {
    margin-bottom: 48px;
  }
  .mod-box-03 > .inner {
    margin: -24px 0 0 -24px;
  }
  .mod-box-03 > .inner > .col {
    -webkit-flex: 1 0 33.3333%;
            flex: 1 0 33.3333%;
    -webkit-flex-basis: 33.3333%;
            flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 24px 0 0 24px;
  }
  .mod-box-03 > .inner > .col:last-child:nth-child(3n+1) {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .mod-box-03 > .inner > .col:last-child:nth-child(3n+2) {
    -webkit-flex-basis: 66.6666%;
            flex-basis: 66.6666%;
    max-width: 66.6666%;
  }
  .mod-box-notice {
    -webkit-flex-direction: row;
            flex-direction: row;
    margin-bottom: 42px;
  }
  .mod-box-notice > .heading {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .mod-box-notice > .heading > .hdg {
    padding: 9px 39px 5px;
  }
  .mod-box-notice > .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 > .inner {
    margin: 21px 24px 19px;
  }
  .mod-lyt {
    margin: 66px 0 54px;
  }
  .mod-lyt[data-col="2"] > .inner > * {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .mod-lyt[data-col="3"] > .inner > * {
    -webkit-flex-basis: 33.3333%;
            flex-basis: 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }
  .mod-lyt[data-col="4"] > .inner > * {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .mod-media {
    margin: 0 auto 52px;
  }
  .mod-media img,
  .mod-media iframe {
    margin: 0 auto;
  }
  .mod-media figcaption {
    margin: 15px 0 0;
  }
  .mod-media-lyt {
    font-size: 1.4rem;
    margin: 0 0 40px;
    padding: 0 10px;
  }
  .mod-media-lyt > .inner {
    direction: rtl;
  }
  .mod-media-lyt > .inner > .txt {
    width: 100%;
    padding: 18px 0 18px 7.66666vw;

    direction: ltr;
  }
  .mod-media-lyt > .inner > .txt .lede {
    font-size: 2.6rem;
  }
  .mod-media-lyt > .inner > .media {
    vertical-align: middle;
    display: table-cell;
  }
  .mod-media-lyt > .inner > .media img,
  .mod-media-lyt > .inner > .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-input-radio label .label {
    line-height: 1.71429;
  }
  .mod-input-check label .label {
    line-height: 1.5;
  }
  .mod-input-check-02 > .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 > .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"] > .list > li {
    -webkit-flex-basis: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
  .comp-btn-more > a,
  .comp-btn-more > [type="button"],
  .comp-btn-more > [type="submit"] {
    font-size: 1.8rem;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 4px;
  }
  .comp-btn-more > a:hover,
  .comp-btn-more > a:focus,
  .comp-btn-more > [type="button"]:hover,
  .comp-btn-more > [type="button"]:focus,
  .comp-btn-more > [type="submit"]:hover,
  .comp-btn-more > [type="submit"]:focus {
    opacity: .8;
  }
  .comp-sns-02 {
    margin: 32px auto;
  }
  .comp-sns-02 li {
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .comp-sns-02 li img {
    width: 40px;
  }
  .comp-pager .list {
    display: -webkit-flex;
    display:         flex;
  }
  .comp-pager .prev,
  .comp-pager .next {
    white-space: pre;
    width: auto;
    height: 30px;
    margin: 8px 0;
  }
  .comp-pager .prev {
    margin: 8px 44px 8px 0;
    /* 52px - 8px（liのmargin分）*/
  }
  .comp-pager .prev > a {
    padding: 0 10px 0 30px;
  }
  .comp-pager .prev > a::before {
    left: 10px;
    border-width: 0 0 1px 1px;
  }
  .comp-pager .next {
    margin: 8px 0 8px 44px;
    /* 52px - 8px（liのmargin分）*/
  }
  .comp-pager .next > a {
    padding: 0 30px 0 10px;
  }
  .comp-pager .next > a::before {
    right: 10px;
    border-width: 1px 1px 0 0;
  }
  .comp-tab-news .rss {
    position: absolute;
    top: 14px;
    right: 0;
    display: block;
    margin: 0;
  }
  .comp-tab-news .rss a {
    display: block;
    width: auto;
  }
  .comp-tab-news .tab-list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 85%;
    margin: -15px 0 20px -15px;
  }
  .comp-tab-news .tab-list > [role="tab"] {
    display: -webkit-flex;
    display:         flex;
    overflow: hidden;
    -webkit-align-items: center;
            align-items: center;
    width: 215px;
    min-width: 215px;
    max-width: 215px;
    margin: 15px 0 0 15px;
  }
  .comp-tab-news .tab-list > [role="tab"] a {
    text-align: left;
    display: block;
    width: 100%;
    padding: 2px 41px 2px 25px;
  }
  .comp-tab-news.of-off-rss .tab-list {
    width: calc(100% + 15px);
  }
  .comp-tab-news.of-monospaced .tab-list {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .comp-tab-news.of-monospaced .tab-list > [role="tab"] {
    -webkit-flex: 0 1 calc(25% - 15px);
            flex: 0 1 calc(25% - 15px);
    width: calc(25% - 15px);
    min-width: 0;
    max-width: calc(25% - 15px);
  }
  .comp-list-video {
    margin-top: 44px;
    margin-bottom: 60px;
  }
  .comp-list-video > .list {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: -24px 0 0 -24px;
  }
  .comp-list-video > .list > li {
    -webkit-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 0;
    padding: 24px 0 0 24px;
  }
  .comp-list-video .detail {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 13px 7px 12px;
  }
  .comp-list-video .detail p {
    margin-bottom: 7px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .comp-list-video .time {
    font-size: 1.4rem;
  }
  .comp-list-rank > .list {
    display: -webkit-flex;
    display:         flex;
  }
  .comp-list-rank > .list > li {
    display: block;
    -webkit-flex: 0 1 20%;
            flex: 0 1 20%;
    min-width: 20%;
  }
  .comp-list-rank .rank {
    margin: 0 0 11px;
  }
  .comp-list-rank .txt {
    padding: 0 6px;
  }
  .mod-tab.of-fixed .tab-list {
    display: -webkit-flex;
    display:         flex;
  }
  .mod-tab.of-fixed .tab-list > 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: #333;
    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 .slick-dots {
    -webkit-align-items: stretch;
            align-items: stretch;
  }
  .mod-carousel .slick-dots li,
  .mod-carousel .slick-dots li button {
    width: auto;
    height: auto;
    margin: 0;
  }
  .mod-carousel .slick-dots li {
    vertical-align: baseline;
    background: #e5e7e9;
    display: -webkit-flex;
    display:         flex;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    border: 0;
  }
  .mod-carousel .slick-dots li:not(:first-child) {
    border-left: 1px solid #fff;
  }
  .mod-carousel .slick-dots li button {
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-all;
    color: #333;
    width: 100%;
    height: auto;
    padding: 13px;
  }
  .mod-carousel .slick-dots li.slick-active button {
    font-weight: bold;
    color: #fff;
  }
  .func-cookie > .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 > .inner .mod-btn {
    margin-top: 0;
  }
  .func-cookie > .inner .txt {
    padding-right: 30px;
  }
  .mod-map > .map-wrap {
    height: 556px;
  }
  html[data-script-enabled="true"] .str-floatingMenu > .inner {
    position: absolute;
    right: 0;
    bottom: auto;
  }
  .str-floatingMenu .floatingMenu-title {
        -ms-writing-mode: tb-rl;

    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-content {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transition: .3s transform ease-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  html[data-script-enabled="true"] .str-floatingMenu .floatingMenu-content[aria-hidden="false"] {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .str-floatingMenu .func-floatingMenu-dummyLabel,
  .str-floatingMenu .func-floatingMenu-closeAnnounce {
    display: block;
  }
  .pc-hide {
    display: none !important;
  }
  .pc-show {
    display: block !important;
  }
  body[data-path="/"] .str-mainvisual {
    background: #012c63;
    overflow: hidden;
    margin: 0 auto;
  }
  body[data-path="/"] .str-mainvisual .pc-hide {
    display: none !important;
  }
  body[data-path="/"] .str-mainvisual .pc-show {
    display: block !important;
  }
  html[data-script-enabled="true"] body[data-path="/"] .str-mainvisual {
    overflow: visible;
  }
  body[data-path="/"] .str-mainvisual.of-wide .slide-content::before,
  body[data-path="/"] .str-mainvisual.of-wide .slide-content > .inner,
  body[data-path="/"] .str-mainvisual.of-wide .slick-dots {
    width: 38.33333333333333vw;
    max-width: 690px;
  }
  body[data-path="/"] .str-mainvisual .slick-arrow {
    display: block !important;
    transition: .3s;
  }
  body[data-path="/"] .str-mainvisual .slick-arrow:hover,
  body[data-path="/"] .str-mainvisual .slick-arrow:focus {
    opacity: .8;
  }
  body[data-path="/"] .str-mainvisual .slick-slider {
    margin: 0;
  }
  body[data-path="/"] .str-mainvisual .slide {
    display: block;
    min-height: 0;
  }
  body[data-path="/"] .str-mainvisual .slide::before {
    display: none;
  }
  body[data-path="/"] .str-mainvisual .slide::after {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    content: "";
    border-bottom: 30px solid #012c63;
  }
  body[data-path="/"] .str-mainvisual .slide .slide-content {
    display: block;
  }
  body[data-path="/"] .str-mainvisual .slick-arrow {
    color: #333;
    background: #333;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 48px;
    height: 48px;
    margin: auto;
  }
  body[data-path="/"] .str-mainvisual .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;
  }
  body[data-path="/"] .str-mainvisual .slick-arrow.slick-prev {
    left: 0;
  }
  body[data-path="/"] .str-mainvisual .slick-arrow.slick-prev::before {
    left: 14px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  body[data-path="/"] .str-mainvisual .slick-arrow.slick-next {
    right: 0;
  }
  body[data-path="/"] .str-mainvisual .slick-arrow.slick-next::before {
    right: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body[data-path="/"] .str-mainvisual .slick-track .slick-slide {
    display: -webkit-flex !important;
    display:         flex !important;
    -webkit-align-items: stretch;
            align-items: stretch;
    height: auto;
  }
  body[data-path="/"] .str-mainvisual .slide-content {
    z-index: 1;
    right: 0;
    left: 0;
    width: calc(100% - 96px);
    max-width: 1200px;
    min-height: calc(31.1111vw + 30px);
    margin: 0 0 0 48px;
    padding: 0;
  }
  body[data-path="/"] .str-mainvisual .slide-content::before {
    top: 0;
    width: 25.55555vw;
    max-width: 460px;
  }
  body[data-path="/"] .str-mainvisual .slide-content > .inner {
    width: 25.55555vw;
    max-width: 460px;
    padding: 4vw 1.83vw 40px;
  }
  body[data-path="/"] .str-mainvisual .slide-content h2 {
    font-size: 1.9vw;
    font-weight: normal;
    line-height: 1.3369;
    margin: 0 0 24px;
  }
  body[data-path="/"] .str-mainvisual .slide-content p {
    font-size: 1.33333vw;
    line-height: 2;
    margin: 0 0 1em;
  }
  body[data-path="/"] .str-mainvisual .slide-content .mod-btn a,
  body[data-path="/"] .str-mainvisual .slide-content .mod-btn button {
    font-size: 1vw;
    overflow: hidden;
  }
  body[data-path="/"] .str-mainvisual .slide-content .mod-btn a::before,
  body[data-path="/"] .str-mainvisual .slide-content .mod-btn button::before {
    width: 1.1333333333333333vw;
    height: 1.1333333333333333vw;
  }
  body[data-path="/"] .str-mainvisual .slide-image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: calc(100% - 30px);
    margin: auto;
  }
  body[data-path="/"] .str-mainvisual .slide-image img {
    position: absolute;
    left: 50%;
    width: auto;
    height: 100% !important;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body[data-path="/"] .str-mainvisual .slick-dots-wrap {
    margin: 0 0 0 48px;
  }
  body[data-path="/"] .str-mainvisual .slick-dots {
    width: 25.55555vw;
    max-width: 460px;
    margin: -22px 0 0 -10px;
    -webkit-transform: none;
            transform: none;
  }
  body[data-path="/"] .str-mainvisual .slick-dots li {
    position: relative;
    top: 2px;
  }
  body[data-path="/"] .str-mainvisual::before {
    display: block;
  }
  body[data-path="/"] .mod-media-lyt > .inner > .media img,
  body[data-path="/"] .mod-media-lyt > .inner > .media iframe {
    width: 25.55555vw;
    max-width: 460px;
    margin: 0 0 0 48px;
  }
  [data-template-id="onlineTV"] hr {
    margin-top: 43px;
    margin-bottom: 43px;
  }
  [data-template-id="onlineTV"] .mod-hdg-l2 {
    margin-top: 53px;
    margin-bottom: 12px;
  }
  [data-template-id="onlineTV"] .mod-media-video {
    margin-bottom: 43px;
  }
  [data-template-id="onlineTV"] .mod-link.of-list {
    margin-left: 33px;
  }
  [data-template-id="onlineTV"] .unq-box-message .input {
    padding: 32px 44px 30px;
  }
  [data-template-id="onlineTV"] .unq-box-message .input .hdg {
    font-size: 2.3rem;
  }
  [data-template-id="uf-iexpo-000"] .str-pageTitle::after {
    min-height: 239px;
  }
  [data-template-id="uf-iexpo-000"] .str-pageTitle > .inner::before {
    max-width: 469px;
    max-height: 388px;
  }
  [data-template-id="uf-iexpo-000"] .str-pageTitle > .inner .hdg img {
    margin-bottom: 20px;
  }
  [data-template-id="uf-iexpo-000"] .str-pageTitle .lede {
    font-size: 1.4rem;
  }
  [data-template-id="uf-iexpo-000"] .mod-hdg-l2 {
    margin: 60px 0 20px;
  }
  [data-template-id="uf-iexpo-000"] .mod-list-seminar-02 > .list > li > .wrap .summary {
    font-size: 1.6rem;
  }
  [data-template-id="uf-iexpo-000"] .mod-list-seminar-02 > .list > li > .wrap .summary .title {
    font-size: 2rem;
  }
  [data-template-id="uf-iexpo-000"] .mod-media figcaption {
    font-size: 1.6rem;
  }
  [data-template-id="uf-iexpo-000"] .unq-section-01 {
    padding-top: 56px;
    padding-bottom: 40px;
  }
  [data-template-id="uf-iexpo-000"] .unq-section-01 .str-inner > p {
    text-align: center;
  }
  [data-template-id="uf-iexpo-seminar-000"] .unq-adjust-01 {
    margin-bottom: 40px;
  }
  [data-template-id="uf-iexpo-seminar-000"] .unq-adjust-01 > .inner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  [data-template-id="uf-iexpo-seminar-000"] .unq-adjust-01 .mod-lede {
    margin-top: 20px;
  }
  [data-template-id="uf-iexpo-seminar-000"] .unq-adjust-02 {
    text-align: right;
  }
  [data-template-id="uf-iexpo-request-001"] .mod-list-seminar {
    font-size: 1.4rem;
  }
  [data-template-id="uf-iexpo-request-001"] .mod-list-seminar .item-status > .list > li:first-child {
    padding-left: 16px;
  }
}
@media screen and (min-width: 668px), print {
  .mod-media-lyt-flt,
  .mod-media-lyt-lqd {
    margin: 0 0 52px;
  }
  .mod-media-lyt-flt > .media .mod-media img,
  .mod-media-lyt-lqd > .media .mod-media img {
    max-width: 100%;
  }
  .mod-media-lyt-flt > .media .mod-media img:not([width]):not(.icn),
  .mod-media-lyt-lqd > .media .mod-media img:not([width]):not(.icn) {
    width: auto;
  }
  .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 > .media {
    float: right;
    margin: 0 0 36px 30px;
  }
  .mod-media-lyt-lqd > .media,
  .mod-media-lyt-lqd.sp-mediaBottom > .media {
    display: table-cell;
    width: auto;
    padding: 0 30px 0 0;
  }
  .mod-media-lyt-lqd > .content,
  .mod-media-lyt-lqd.sp-mediaBottom > .content {
    display: table-cell;
    width: 100%;
  }
  .mod-media-lyt-lqd.of-reverse {
    direction: ltr;
  }
  .mod-media-lyt-lqd.of-reverse > .media {
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 850px), print {
  .mod-list-seminar-02 > .list > li {
    -webkit-flex-basis: 33.3333%;
            flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media screen and (min-width: 1025px), print {
  .str-pageTitle {
    margin: 0 0 58px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .str-pageTitle > .inner .hdg:first-child {
    font-size: 3rem;
  }
  .str-pageTitle > .inner > .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 > .str-inner > .content::before {
    background: rgba(255, 255, 255, .7);
  }
  .str-mainvisual.var02 > .str-inner > .content::before {
    background: rgba(255, 255, 255, .8);
  }
  .str-mainvisual > .str-inner {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: none;
  }
  .str-mainvisual > .str-inner > * {
    display: block;
  }
  .str-mainvisual > .str-inner > .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 > .str-inner > .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 > .str-inner > .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 > .str-inner > .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 * {
    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 > .list {
    margin-top: -.8196721311475409vw;
  }
  .str-mainvisual .content-inner .mod-list > .list > li {
    padding-top: .8196721311475409vw;
  }
  .str-mainvisual .content-inner .mod-list > .list > li::before {
    top: calc(.8196721311475409vw + .55em);
  }
  .str-mainvisual-02 .pc-hide {
    display: none !important;
  }
  .str-mainvisual-02 .pc-show {
    display: block !important;
  }
  .str-mainvisual-02 > .str-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 > .list {
    margin-top: -.8196721311475409vw;
  }
  .str-mainvisual-02 .mod-list > .list > li {
    padding-top: .8196721311475409vw;
  }
  .str-mainvisual-02 .mod-list > .list > 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-column {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .str-mainvisual + .str-column {
    margin-top: -20px;
  }
  .str-mainvisual + .str-column .str-column-side {
    padding-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-link-side {
    width: 250px;
  }
  .site-header {
    padding: 0;
  }
  .site-header.of-simple {
    background: transparent;
    height: 63px;
  }
  .site-header.of-simple > .seg-primary > .inner {
    background: rgba(255, 255, 255, .901961);
    box-shadow: rgba(0, 0, 0, .498039) 0 3px 5px 0;
  }
  .site-header.of-simple > .seg-primary > .inner .logo {
    background: transparent;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    height: 63px;
  }
  .site-header.of-simple > .seg-primary > .inner .logo > * {
    position: static;
  }
  .site-header.of-special {
    background: transparent;
  }
  .site-header.of-special > .seg-primary > .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 > .seg-primary > .inner .logo {
    background: transparent;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    height: 63px;
  }
  .site-header.of-special > .seg-primary > .inner .logo > * {
    position: static;
  }
  .site-header.of-group .logo > * 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 > 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: #333;
    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 > .inner {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
  }
  .site-header > .seg-primary > .inner {
    box-shadow: none;
  }
  .site-header .logo {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
  }
  .site-header .logo > * {
    z-index: 100;
    left: 0;
  }
  html[data-script-enabled="true"] .site-header .logo > * {
    position: absolute;
  }
  .site-header .logo > * img {
    width: 27.864583333333336vw;
    min-width: 214px;
    max-width: 293px;
    height: auto;
  }
  .site-header .logo .hdg {
    top: 40px;
    width: auto;
  }
  .site-header .search-wrap > form {
    background: #e5e7e9;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 9px 18px;
  }
  .site-header .search-wrap > form > *: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-02.of-group > .inner > .content > .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 > .inner > .content > .logo .groupName {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    background: transparent;
    margin: 0 0 0 11px;
    padding: 7px 0 0;
    border-bottom: 1px solid #d3d9dd;
  }
  .site-header-02.of-group > .inner > .content > .logo .siteName {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .site-header-02.of-group .nav-global-02 > .content > .inner > .of-utility {
    margin-right: -111px;
  }
  .site-header-02 > .inner > .content,
  .site-header-02 > .inner > .content > .logo .siteName,
  .site-header-02 .languageLabel,
  .site-header-02 .searchBox {
    margin: 0 auto;
  }
  .site-header-02 > .inner {
    position: relative;
    z-index: 100;
    padding: 0 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  }
  .site-header-02 > .inner > .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 > .inner > .content {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .site-header-02 > .inner > .content > .logo {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    padding: 36px 10px 36px 0;
  }
  .site-header-02 > .inner > .content > .logo .siteName {
    margin-left: 11px;
  }
  .site-header-02 > .inner > .content > .logo img {
    width: 293px;
    height: 21px;
  }
  .site-header-02 .languageLabel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .site-header-02 .languageLabel > .inner {
    font-size: 1.1rem;
    background: transparent;
    position: absolute;
    right: 0;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    height: 50px;
    padding: 0;
  }
  .site-header-02 .languageLabel > .inner p {
    line-height: 1.2;
    text-align: center;
    background: #002b62;
    min-width: 72px;
    max-width: 92px;
    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 > .inner {
    top: calc(100% - 13px);
  }
  .site-header-02 .searchBox > .inner {
    right: 0;
    border: 2px solid #3d5d87;
  }
  html[data-script-enabled="true"] .site-header-02 .searchBox > .inner {
    max-width: 663px;
  }
  .site-header-02 .searchBox > .inner .form {
    padding: 32px 27px 28px 31px;
  }
  .site-header-02 .nav-global-02 {
    top: 0;
    right: 0;
    left: 0;
    max-width: calc(100% - 303px);
  }
  html[data-script-enabled="true"] .site-header-02 .nav-global-02 {
    padding: 0 92px 0 0;
  }
  html[data-script-enabled="true"] .site-header-02 .nav-global-02 > .content {
    background: transparent;
    position: relative;
    display: block;
    overflow: visible;
    max-height: none;
  }
  .site-header-02 .nav-global-02 > .content > .inner > .of-utility {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .site-header-02 .nav-global-02 > .content > .inner > .of-utility > 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 > .content > .inner > .of-utility > li a {
    background: transparent;
    padding: 0;
  }
  .site-header-02 .nav-global-02 > .content > .inner > .of-utility > li a::before {
    margin-right: 10px;
  }
  .site-header-02 .nav-global-02 > .content > .inner > .of-utility > li[aria-owns] > a[href^="#"] {
    padding-right: 22px;
    padding-left: 0;
  }
  .site-header-02 .nav-global-02 > .content > .inner > .of-utility > li[aria-owns] > a[href^="#"]::after {
    top: 2px;
    right: 0;
  }
  .site-header-02 .nav-global-02 > .content > .inner > .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 > .content > .inner > .of-global a {
    font-size: 1.5rem;
    word-break: keep-all;
    padding: 15px 24px 15px 24px;
  }
  .site-header-02 .nav-global-02 > .content > .inner > .of-global a::after {
    display: none;
  }
  .site-header-02 .nav-global-02 > .content > .inner > .of-global > li:not(:first-child) > 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 > .content > .inner > .of-global li.js-header-megaDropDown-hook a {
    padding-right: 55px;
    transition: .2s text-shadow ease-out;
  }
  html[data-script-enabled="true"] .site-header-02 .nav-global-02 > .content > .inner > .of-global li.js-header-megaDropDown-hook a:not([href]) {
    cursor: default;
  }
  html[data-script-enabled="true"] .site-header-02 .nav-global-02 > .content > .inner > .of-global li.js-header-megaDropDown-hook a::after {
    top: calc(50% - 12px);
    right: 27px;
    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 > .content > .inner > .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 > .content > .inner > .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 > .content {
    position: absolute;
    top: 100%;
  }
  .site-header-02 .globalChild > .content > .inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .site-header-02 .globalChild > .content > .inner .linkList {
    -webkit-flex-basis: 65%;
            flex-basis: 65%;
    max-width: 970px;
    padding: 34px 14px 39px 30px;
  }
  .site-header-02 .globalChild > .content > .inner .bnrList {
    -webkit-flex-basis: 35%;
            flex-basis: 35%;
    max-width: 530px;
    padding: 40px 30px 39px 40px;
  }
  .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 > .content {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 100vw;
    margin: 0 -102px 0 0;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .inner {
    position: relative;
    overflow: hidden;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .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 > .content > .inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 24px;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .inner [class^="seg-col"] {
    margin: 0 2em;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .inner [class^="seg-col"]:first-child {
    min-width: 12%;
    margin-left: 0;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .inner [class^="seg-col"]:last-child {
    margin-right: 0;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .inner [class^="seg-col"] a.tgl-hook {
    cursor: default;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .inner [class^="seg-col"] a.tgl-hook::after {
    display: none;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .inner [class^="seg-col"] > .list > li {
    margin: 0 0 38px 0;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .inner [class^="seg-col"] > .list > li:last-child {
    margin-bottom: 0;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .inner [class^="seg-col"] > .list > li > .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 > .content > .inner [class^="seg-col"] > .list > li > .list a {
    padding: 8px 2px 7px 2px;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .inner [class^="seg-col"] > .list > li > .list > 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 > .content > .inner [class^="seg-col"] > .list > li > .list > li a {
    padding: 8px 27px 7px 8px;
  }
  html[data-script-enabled="true"] .site-header-02 .utilityChild > .content > .inner [class^="seg-col"] > .list > li > .list > li a::after {
    right: 2px;
  }
  .site-header-02 .utilityChild > .content > .inner .seg-col1 {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-basis: 16.6666%;
            flex-basis: 16.6666%;
  }
  .site-header-02 .utilityChild > .content > .inner .seg-col1 > .list > li > .list > li {
    float: none;
    width: 100%;
  }
  .site-header-02 .utilityChild > .content > .inner .seg-col1 a {
    margin-right: 0;
  }
  .site-header-02 .utilityChild > .content > .inner .seg-col2 {
    -webkit-flex-grow: 2;
            flex-grow: 2;
    -webkit-flex-basis: 33.3333%;
            flex-basis: 33.3333%;
  }
  .site-header-02 .utilityChild > .content > .inner .seg-col2 > .list > li > .list > li {
    width: 50%;
  }
  .site-header-02 .utilityChild > .content > .inner .seg-col2 > .list > li > .list > li:nth-child(2n+1) {
    clear: both;
  }
  .site-header-02 .utilityChild > .content > .inner .seg-col3 {
    -webkit-flex-grow: 3;
            flex-grow: 3;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .site-header-02 .utilityChild > .content > .inner .seg-col3 > .list > li > .list > li {
    width: 33.333333%;
  }
  .site-header-02 .utilityChild > .content > .inner .seg-col3 > .list > li > .list > li:nth-child(3n+1) {
    clear: both;
  }
  .site-header-02 .func-headerHamburger {
    display: none;
  }
  .site-header-02 .func-headerSearch {
    top: auto;
    right: 0;
    bottom: 11px;
    width: 92px;
    height: 32px;
    transition: .3s background ease-out;
    border: 2px solid #3d5d87;
    border-radius: 4px;
  }
  .site-header-02 .func-headerSearch:hover,
  .site-header-02 .func-headerSearch:focus {
    border-width: 2px;
    outline: 0;
  }
  .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 > .common-inner > .list {
    margin: 0 0 0 500px;
  }
  .nav-global > .nav-inner {
    background: transparent;
    position: static;
    height: auto !important;
  }
  html[data-script-enabled="true"] .nav-global > .nav-inner {
    position: static;
  }
  .nav-global > .nav-inner > .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 > .utility-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  html[data-script-enabled="true"] .nav-global .utility > .utility-inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .nav-global .utility > .utility-inner > .language > span {
    font-size: 1.2rem;
    line-height: 2.5;
    white-space: pre;
    position: static;
    top: auto;
    bottom: 0;
    margin: 0;
  }
  .nav-global .utility > .utility-inner > .list {
    font-size: 1.2rem;
  }
  .nav-global .utility > .utility-inner > .list > * {
    min-width: 0;
  }
  html[data-script-enabled="true"] .nav-global .utility > .utility-inner > .list > * {
    -webkit-flex: none;
            flex: none;
  }
  .nav-global .utility > .utility-inner > .list > * > a::before {
    border: 0;
  }
  .nav-global .utility > .utility-inner > .list > * > a::after {
    display: none;
  }
  .nav-global .utility > .utility-inner > .list a,
  .nav-global .utility > .utility-inner > .list b.title {
    margin: 0 18px 0 0;
    padding: 5px 0 4px 25px;
  }
  .nav-global .utility > .utility-inner > .list a::before,
  .nav-global .utility > .utility-inner > .list b.title::before {
    left: 0;
  }
  .nav-global .utility > .utility-inner > .list a.tgl-hook,
  .nav-global .utility > .utility-inner > .list b.title.tgl-hook {
    margin-right: 14px;
    padding-right: 12px;
  }
  .nav-global .utility > .utility-inner > .list .of-search {
    position: static;
    top: 36px;
    width: auto;
  }
  .nav-global .utility > .utility-inner > .list .of-search b.title {
    display: block;
  }
  .nav-global .utility > .utility-inner > .list .of-search .search-wrap {
    z-index: 4;
    top: 100%;
    right: 0;
  }
  html[data-script-enabled="true"] .nav-global .utility > .utility-inner > .list .of-search .search-wrap {
    display: none;
  }
  .nav-global .utility > .utility-inner > .list .of-search .search-wrap > form {
    background: #fff;
  }
  .nav-global .utility > .utility-inner > .list .of-search .search-wrap .mod-input {
    text-align: center;
    margin: 0 0 14px;
  }
  .nav-global .utility > .utility-inner > .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 > .utility-inner > .list .of-language {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  html[data-script-enabled="true"] .nav-global .utility > .utility-inner > .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 > .inner {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list > .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 > .inner {
    padding: 2em;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list > .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"] > .list > li {
    margin: 0 0 38px 0;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"] > .list > li:last-child {
    margin-bottom: 0;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"] > .list > li > .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"] > .list > li > .list a {
    padding: 8px 2px 7px 2px;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"] > .list > li > .list > 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"] > .list > li > .list > li a {
    padding: 8px 27px 7px 8px;
  }
  html[data-script-enabled="true"] .nav-global .utility .language-list [class^="seg-col"] > .list > li > .list > 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 > .list > li > .list > 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 > .list > li > .list > li {
    width: 50%;
  }
  .nav-global .utility .language-list .seg-col2 > .list > li > .list > 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 > .list > li > .list > li {
    width: 33.333333%;
  }
  .nav-global .utility .language-list .seg-col3 > .list > li > .list > 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 > .common-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  html[data-script-enabled="true"] .nav-global .common > .common-inner > .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 > .common-inner > .list > li {
    word-wrap: break-word;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
  .nav-global .common > .common-inner > .list > li > * {
    font-size: 1.4rem;
  }
  .nav-global .common > .common-inner > .list > li > 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 > .common-inner > .list > li > a::before {
    background-image: url("/nf_global/v3/common/img/sprite.png");
    background-position: -192px 0;
    background-size: auto;
    left: 0;
    display: block;
    width: 1px;
    height: 29px;
    content: "";
    border: 0;
  }
  .nav-global .common > .common-inner > .list > li > a::after {
    display: none;
  }
  .nav-global .common > .common-inner > .list > li > a.js-header-tgl {
    position: relative;
    overflow: hidden;
    padding-right: 35px;
    padding-left: 12px;
  }
  .nav-global .common > .common-inner > .list > li > 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 > .common-inner > .list > li > a.js-header-tgl[aria-pressed="true"],
  .nav-global .common > .common-inner > .list > li > a.js-header-tgl.is-current {
    color: #fff;
    background: #002b62;
  }
  .nav-global .common > .common-inner > .list > li > a.js-header-tgl[aria-pressed="true"]::after,
  .nav-global .common > .common-inner > .list > li > 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 > .common-inner > .list > li > a.js-header-tgl + .category-group {
    z-index: 1;
    left: 0;
    overflow: auto;
    width: 100%;
  }
  html[data-script-enabled="true"] .nav-global .common > .common-inner > .list > li > a.js-header-tgl + .category-group {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .nav-global .common > .common-inner > .list > li > a.js-header-tgl + .category-group[aria-hidden="true"] {
    display: none;
  }
  .nav-global .common > .common-inner > .list > li > a.js-header-tgl + .category-group > .col > *.of-menu-list > .list .list li {
    overflow: hidden;
  }
  .nav-global .common > .common-inner > .list > li > a.js-header-tgl + .category-group > .col > *.of-menu-list > .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 > .col {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .nav-global .category-group > .col > .category-title {
    font-size: 2.4rem;
    font-weight: normal;
    color: #fff;
    background: #818eb2;
    display: table-caption;
    margin: 0;
    padding: 22px 20px 7px;
  }
  .nav-global .category-group > .col > .category-title a {
    color: #fff;
    padding: 0;
  }
  .nav-global .category-group > .col > * {
    vertical-align: top;
    display: table-cell;
  }
  .nav-global .category-group > .col > * > .list:first-child {
    margin-top: 13px;
  }
  .nav-global .category-group > .col > * .title {
    font-size: 2rem;
    font-style: normal;
    margin: 0 0 15px;
    padding: 0;
  }
  .nav-global .category-group > .col > *.of-menu-list {
    background: #e5e7e9;
    padding: 0 0 0 20px;
  }
  .nav-global .category-group > .col > *.of-menu-list > .list .title {
    margin: 33px 0 17px;
  }
  .nav-global .category-group > .col > *.of-menu-list > .list > li:first-child .title {
    margin-top: 13px;
  }
  .nav-global .category-group > .col > *.of-menu-list > .list .list li {
    margin: 0 0 10px;
  }
  .nav-global .category-group > .col > *.of-menu-pnl {
    background: #fff;
    padding: 0 20px;
  }
  .nav-global .category-group > .col > *.of-menu-pnl > .list {
    max-width: 400px;
    margin: 0 auto;
  }
  .nav-global .category-group > .col > *.of-menu-pnl figure {
    margin: 0 0 15px;
  }
  .nav-global .category-group > .col > *.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;
  }
  html[data-script-enabled="true"] .nav-local .root {
    display: block;
    padding: 0 0 22px;
  }
  .nav-local .root b.title {
    display: none;
  }
  .nav-local .root b.title + a {
    display: inline;
    width: auto;
  }
  .nav-local a[href]:hover,
  .nav-local a[href]:focus {
    text-decoration: underline;
  }
  .nav-local li > span > a,
  .nav-local li > span > 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 > .content {
    display: block;
  }
  .nav-local > .content > .list li span > > a,
  .nav-local > .content > .list li span > > span {
    min-height: 60px;
  }
  .nav-local > .content > .list .list li span > > a,
  .nav-local > .content > .list .list li span > > span {
    min-height: 54px;
  }
  .nav-local > .content > .list .list .list li span > > a,
  .nav-local > .content > .list .list .list li span > > span {
    min-height: 43px;
  }
  .nav-local li > span > a,
  .nav-local li > span > span {
    padding: 17px 31px 14px 20px;
  }
  .nav-local li li > span > a,
  .nav-local li li > span > span {
    padding: 18px 31px 14px 16px;
  }
  .nav-local li li li > span > a,
  .nav-local li li li > span > span {
    padding: 12px 31px 7px 26px;
  }
  .nav-local .func-nav-local-btn {
    display: none;
  }
  .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 > .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 > .list > 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 > * {
    vertical-align: middle;
    display: table-cell;
    margin: 0;
  }
  .site-footer .seg-secondary .wrap > * li {
    padding: 0 23px 0 0;
  }
  .site-footer .seg-secondary .wrap .copyright {
    text-align: right;
  }
  .site-footer .seg-pickup .col-2 > .inner {
    display: -webkit-flex;
    display:         flex;
  }
  .site-footer .seg-pickup .col-2 > .inner > .col {
    -webkit-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
  .mod-list-seminar-02 > .list > li {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .comp-list-video > .list > li {
    -webkit-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%;
  }
  .comp-list-video > .list > li > a:hover p,
  .comp-list-video > .list > li > a:focus p {
    text-decoration: underline;
  }
  .comp-box {
    margin: 40px 0;
    padding: 34px 0 37px;
  }
  .comp-box > .inner {
    display: -webkit-flex;
    display:         flex;
  }
  .comp-box > .inner > .col {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 0 10px;
  }
  .comp-box > .inner > .col:not(:last-child)::after {
    right: 0;
    left: auto;
    width: 1px;
    height: calc(100% - 10px);
    margin: auto 0;
  }
  html[data-scroll-sp="disabled"] body {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
  }
  [data-template-id="onlineTV"] .str-column {
    -webkit-flex-direction: row;
            flex-direction: row;
    max-width: 1220px;
  }
  [data-template-id="onlineTV"] .str-column .str-column-side:not(:first-child) {
    width: 340px;
    padding-left: 30px;
  }
  [data-template-id="onlineTV"] .str-pageTitle + .str-column .str-column-main {
    padding-top: 0;
  }
  [data-template-id="onlineTV"] .unq-link-language {
    margin-top: -52px;
  }
  [data-template-id="onlineTV"] .unq-mainvisual {
    margin-bottom: 43px;
  }
  [data-template-id="onlineTV"] .unq-mainvisual .mod-media-video {
    width: 100%;
    max-width: 950px;
    margin: 0;
  }
  [data-template-id="onlineTV"] .unq-mainvisual > .inner {
    display: -webkit-flex;
    display:         flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
  }
  [data-template-id="onlineTV"] .unq-mainvisual .media {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex: 0 1 63.3334%;
            flex: 0 1 63.3334%;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    max-width: 63.3334%;
    padding: 5px 0;
  }
  [data-template-id="onlineTV"] .unq-mainvisual .pickup {
    -webkit-flex: 0 1 36.6666%;
            flex: 0 1 36.6666%;
    max-width: 36.6666%;
    padding-top: 0;
  }
  [data-template-id="onlineTV"] .unq-mainvisual .pickup .hdg {
    margin: 0 0 10px;
    padding: 1px 27px 0;
  }
  [data-template-id="onlineTV"] .unq-mainvisual .pickup .movies > .list > li > a {
    line-height: 1.9;
    margin: 0 0 0 31px;
    padding: 14px 10px 6px 20px;
  }
  [data-template-id="onlineTV"] .unq-mainvisual .pickup .movies > .list > li > a:hover,
  [data-template-id="onlineTV"] .unq-mainvisual .pickup .movies > .list > li > a:focus {
    text-decoration: none;
  }
  [data-template-id="onlineTV"] .unq-mainvisual .pickup .movies > .list > li .thumb {
    max-width: 128px;
  }
  [data-template-id="onlineTV"] .unq-mainvisual .pickup .movies > .list > li .title {
    -webkit-flex-basis: auto;
            flex-basis: auto;
    max-width: 232px;
  }
  [data-template-id="uf-iexpo-000"] .str-pageTitle > .inner::before {
    right: 0;
    margin: auto 0;
  }
  [data-template-id="uf-iexpo-000"] .unq-adjust-01 {
    display: none !important;
  }
  [data-template-id="uf-iexpo-000"] .unq-adjust-02 {
    display: block !important;
  }
  [data-template-id="uf-iexpo-000"] .unq-adjust-03 {
    display: none !important;
  }
  [data-template-id="uf-iexpo-000"] .unq-adjust-04 {
    display: block !important;
  }
}
@media screen and (min-width: 1200px), print {
  .mod-media-lyt > .inner > .txt {
    padding: 18px 0 18px 92px;
  }
}
@media screen and (min-width: 1220px), print {
  .str-mainvisual > .str-inner > .content::before {
    left: 0;
  }
  .str-mainvisual .content-inner {
    left: 0;
  }
  .str-mainvisual .content-inner * {
    font-size: 1.7rem;
  }
  .str-mainvisual .mod-list > .list {
    margin-top: -10px;
  }
  .str-mainvisual .mod-list > .list > li {
    padding-top: 10px;
  }
  .str-mainvisual .mod-list > .list > 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 > .list {
    margin-top: -10px;
  }
  .str-mainvisual-02 .mod-list > .list > li {
    padding-top: 10px;
  }
  .str-mainvisual-02 .mod-list > .list > li::before {
    top: calc(10px + .55em);
  }
}
@media screen and (min-width: 1296px), print {
  body[data-path="/"] .str-mainvisual .slide-content {
    margin: 0 auto;
  }
  body[data-path="/"] .str-mainvisual .slick-dots-wrap {
    margin: 0 auto;
  }
  body[data-path="/"] .mod-media-lyt > .inner > .media img,
  body[data-path="/"] .mod-media-lyt > .inner > .media iframe {
    margin: 0 auto;
  }
}
@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;
  }
}
@media screen and (min-width: 1800px), print {
  .str-mainvisual > .str-inner > .content {
    min-height: 400px;
  }
  .str-mainvisual > .str-inner > .image {
    min-height: 22.2222vw;
  }
  body[data-path="/"] .str-mainvisual .slide-content {
    min-height: 560px;
  }
  body[data-path="/"] .str-mainvisual .slide-content p {
    font-size: 2.4rem;
  }
  body[data-path="/"] .str-mainvisual .slide-content h2 {
    font-size: 3.4rem;
  }
  body[data-path="/"] .str-mainvisual .slide-content > .inner {
    padding-top: 72px;
  }
  body[data-path="/"] .str-mainvisual .slide-image {
    bottom: 0;
    min-height: calc(31.1111vw + 30px);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mod-list-ordered > ol.list {
    table-layout: fixed;
  }
  .mod-list-ordered > ol.list > li > .content {
    width: 97%;
  }
}