@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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

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

/**
 * 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;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 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: 0.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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
}

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

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

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

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

[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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

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

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.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;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

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

#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 {
  left: auto;
  right: 20px;
}

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

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

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

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

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

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

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

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

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

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

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

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

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

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

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

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

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

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

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

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

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

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.str-outer, .str-outer-narrow, .str-outer-wide {
  padding: 0 10px;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  line-height: 1.78571;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  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: fixed;
  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"] {
  position: relative;
  padding-left: 24px;
}

a[href$=".pdf"] .icn, a[target="_blank"] .icn {
  position: absolute;
  top: .125em;
  left: 0;
  margin: 0 20px 0 0;
}

sup {
  font-size: 80%;
}

figure {
  margin: 0;
}

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

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

p {
  margin: 0 0 1em;
}

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

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

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

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

ins {
  text-decoration: none;
}

/* ============================================================================
 * _structure = ['.str-', '.nav-', '.site-']
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * [class^="str-"]
 * ------------------------------------------------------------------------- */
.str-outer, .str-outer-narrow, .str-outer-wide {
  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;
}

.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 {
  display: none;
}

.str-mainvisual {
  margin: 0 0 30px;
}

.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 {
  line-height: 1.36364;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 0 .5em;
}

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

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

.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 {
  background: rgba(255, 255, 255, 0.901961);
  position: relative;
  z-index: 100;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.498039) 0 3px 5px 0;
}

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

.site-header .hdg > a {
  line-height: 1.4;
  font-size: 1rem;
  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;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.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 {
  line-height: 1.83333;
  font-size: 2rem;
  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;
}

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

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

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

.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: -91px 0px;
  background-size: 112px 100px;
  width: 21px;
  height: 15px;
  content: "";
}

.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: 0px -46px;
  background-size: 112px 100px;
  width: 18px;
  height: 19px;
  content: "";
}

.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: -43px -46px;
  background-size: 112px 100px;
  width: 18px;
  height: 18px;
  content: "";
}

.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: 0px 0px;
  background-size: 112px 100px;
  width: 21px;
  height: 21px;
  content: "";
}

.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: -46px 0px;
  background-size: 112px 100px;
  width: 21px;
  height: 21px;
  content: "";
}

.nav-global .utility > .utility-inner > .language > span {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: normal;
  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;
}

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

/* ============================================================================
 * .site-footer サイト共通フッタ
 * ========================================================================= */

.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 {
  color: #333;
}

.site-footer .seg-primary .link .title {
  font-size: 1.6rem;
  font-weight: normal;
  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.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;
}

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

/* ============================================================================
 * _hdg = ['.mod-hdg']
 * ========================================================================= */
.mod-hdg-l2 {
  line-height: 1.41667;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  margin: 30px 0 5px;
}

.mod-hdg-l3 {
  line-height: 1.36364;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  margin: 48px 0 20px;
}

.mod-hdg-l4 {
  line-height: 1.36364;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin: 38px 0 20px;
}

/* ============================================================================
 * _txt = ['.mod-txt']
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Newアイコン .mod-newlabel
 * ------------------------------------------------------------------------- */
ins b.mod-newlabel {
  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) ins b.mod-newlabel {
  padding: 3px 2px 0;
}

/* ============================================================================
 * _link = ['.mod-link']
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * ニュースリスト
 * ------------------------------------------------------------------------- */
.mod-link-news {
  margin: 0 0 30px;
  font-size: 1.4rem;
}

.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-01
 * ------------------------------------------------------------------------- */
.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, 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 {
  line-height: 1.38462;
  font-size: 1.6em;
  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 > * > .pnl {
  margin: 0 0 20px;
}

.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 > .txt {
  width: 100%;
  padding: 0;
}

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

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

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

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

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

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

.mod-btn a,
.mod-btn button {
  line-height: 1.28571;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  color: #76161b;
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 1px 31px 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-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.var01 a,
.mod-btn.var01 button {
  background: #fff;
}

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

.mod-btn.of-contact a::before,
.mod-btn.of-contact button::before {
  border-color: #fff #fff 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: #002b62;
  border: 2px solid #002b62;
}

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

/* ----------------------------------------------------------------------------
 * 汎用的なアクションボタンリスト .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
 * ------------------------------------------------------------------------- */
.mod-list {
  margin: 0 0 45px;
}

.mod-list > .list {
  letter-spacing: 1.2px;
  display: -webkit-flex;
  display: flex;
  margin: -14px 0 0 -26px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

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

.mod-list > .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 {
  margin-bottom: 0;
}

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

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

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

.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.of-notice {
  font-size: 1.4rem;
}

.mod-list-02.of-notice small {
  font-size: 100%;
}

/* ----------------------------------------------------------------------------
 * リンクリスト .mod-list-link
 * ------------------------------------------------------------------------- */
.mod-list-link {
  margin: 0 0 52px;
}

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

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

.mod-list-link > .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-list-link > .list > li > a[href$=".pdf"], .mod-list-link > .list > li > a[target="_blank"] {
  padding-left: 24px;
}

.mod-list-link > .list > li > a[href$=".pdf"] .icn, .mod-list-link > .list > li > a[target="_blank"] .icn {
  position: absolute;
  top: .2857142857142857em;
  left: 0;
  margin: 0 20px 0 0;
}

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

/* ----------------------------------------------------------------------------
 * カテゴリリスト .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 {
  font-weight: bold;
  font-style: normal;
  color: inherit;
}

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

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

/* ============================================================================
 * _tbl = ['.mod-tbl']
 * ========================================================================= */
/* ============================================================================
 * _box = ['.mod-box']
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 汎用ボックス .mod-box
 * ------------------------------------------------------------------------- */
.mod-box {
  overflow: hidden;
  margin: 0 0 30px;
  border: 1px solid #ccc;
}

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

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

/* ----------------------------------------------------------------------------
 * 汎用ボックス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;
}

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

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

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

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

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

/* ============================================================================
 * _media = ['.mod-media']
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 単一メディアレイアウト .mod-media
 * ------------------------------------------------------------------------- */
.mod-media {
  display: table;
  margin: 0 auto 28px;
  table-layout: fixed;
}

.mod-media figcaption {
  font-size: 1.4rem;
  text-align: center;
  display: table-caption;
  margin: 0;
  caption-side: bottom;
}

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

.mod-media a {
  display: block;
}

.mod-media img,
.mod-media iframe {
  display: block;
  width: 100%;
  margin: 0 0 14px;
}

.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, 0.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 {
  margin: 0 0 30px;
}

.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
 * ------------------------------------------------------------------------- */

.mod-media-lyt-flt > .media {
  text-align: center;
}

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

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

/* ============================================================================
 * _form = ['.mod-form']
 * ========================================================================= */
.mod-input input[type="text"],
.mod-input input[type="search"] {
  line-height: 1;
  width: 100%;
  margin: 0 0 10px;
  padding: .5em 15px;
  border: 1px solid;
  border-color: #333 #999 #999 #333;
}

/* ============================================================================
 * _comp = ['.mod-comp']
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * .comp-sns SNSボタンリスト
 * ------------------------------------------------------------------------- */
.comp-sns {
  margin: 0 0 48px 0;
}

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

.comp-sns > .list {
  text-align: center;
  margin: -14px 0 0 0;
}

.comp-sns > .list > li {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin: 14px 14px 0;
}

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

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

/* ----------------------------------------------------------------------------
 * .comp-sns-02 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 {
  line-height: 1.625;
  font-size: 1.6rem;
  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 {
  line-height: 1.44444;
  font-size: 1.8rem;
  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.8rem;
  text-align: center;
  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.8rem;
  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;
  color: #666;
  position: relative;
  text-align: center;
  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;
}

/* ============================================================================
 * _func = ['.js-', '.func-']
 * ========================================================================= */
.js-tgl *[id^="tgl-"][aria-hidden="true"] {
  display: none;
}

/* ----------------------------------------------------------------------------
 * タブ共通スタイル .js-tab
 * ------------------------------------------------------------------------- */
html[data-script-enabled="true"] .js-tab .tab-panel[aria-hidden="true"] {
  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-', '.w-','.mb-']
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 文字の位置揃え .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;
}

/* ----------------------------------------------------------------------------
 * 余白調整 .mb-
 * ------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0px !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%;
}

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;
  max-width: 847px;
  max-height: 866px;
  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");
}

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");
}

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");
}

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");
}

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");
}

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");
}

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");
}

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::before {
  z-index: 1;
  top: -63px;
  display: none;
  width: 47.05555555555555vw;
  height: 48.11111111111111vw;
}

body[data-path="/"] .str-mainvisual .slide::before {
  z-index: -1;
  top: -10px;
  left: 50%;
  display: block;
  width: 157.8125vw;
  height: 161.353125vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

html[data-script-enabled="true"] body[data-path="/"] .str-mainvisual:not(.slick-initialized) .slide {
  display: none;
}

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

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

body[data-path="/"] .str-mainvisual .slide-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}

body[data-path="/"] .str-mainvisual .slide-content::before {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

body[data-path="/"] .str-mainvisual .slide-content > .inner {
  letter-spacing: -.5px;
  padding: 10px 10px 34px;
}

body[data-path="/"] .str-mainvisual .slide-content > .inner > *:last-child {
  margin-bottom: 0;
}

body[data-path="/"] .str-mainvisual .slide-content h2 {
  line-height: 1.3369;
  font-size: 7.1875vw;
  font-weight: normal;
  margin: 0 0 24px;
}

body[data-path="/"] .str-mainvisual .slide-content p {
  line-height: 2.08333;
  font-size: 5vw;
  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 {
  position: relative;
  z-index: -2;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

body[data-path="/"] .str-mainvisual .slide-image img {
  width: 100% !important;
  margin: auto;
}

body[data-path="/"] .str-mainvisual .slide-image img.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;
  border: 1px solid #fff;
}

body[data-path="/"] .str-mainvisual.var01 .slide-content::before {
  display: none;
}

body[data-path="/"] .str-mainvisual.var01 .slide-content.of-color-01 {
  color: #fff;
}

@media screen and (min-width: 640px), print{
  body{
    line-height: 1.75;
    font-size: 1.6rem;
  }
  hr{
    margin: 60px 0;
  }
  .str-mainvisual{
    margin: 0 0 62px;
  }
  .str-mainvisual > .str-inner{
    position: relative;
    display: block;
    overflow: hidden;
    max-width: none;
    max-height: 400px;
  }
  .str-mainvisual > .str-inner > *{
    display: block;
  }
  .str-mainvisual > .str-inner > .content{
    background-color: transparent;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .str-mainvisual > .str-inner > .content::before{
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 460px;
    height: 100%;
    content: "";
  }
  .str-mainvisual > .str-inner > .image{
    display: block;
  }
  .str-mainvisual .content-inner{
    position: absolute;
    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{
    line-height: 1.53846;
    font-size: 1.7333333333333334vw;
    margin: 0 0 .8em;
  }
  .str-mainvisual .content-inner .mod-btn{
    margin: 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);
  }
  .site-header{
    padding: 0;
  }
  html[data-script-enabled="true"] .site-header .hdg.is-fixed{
    position: fixed;
    top: 0;
  }
  html[data-script-enabled="true"] .site-header .is-fixed .js-style-adjust-site-header-common{
    position: fixed;
    top: 0;
    width: 100%;
  }
  .site-header > .seg-primary{
    height: auto !important;
  }
  .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;
  }
  .nav-global > .nav-inner{
    position: static;
    height: auto !important;
  }
  .nav-global > .nav-inner > .list{
    display: -webkit-flex !important;
    display: flex !important;
    -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 > .nav-inner[aria-expanded="true"] > .list{
    overflow: visible;
  }
  .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{
    line-height: 2.5;
    font-size: 1.2rem;
    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;
  }
  .nav-global .utility > .utility-inner > .list .of-search .search-wrap .mod-input input[type="search"]{
    font-size: 2.4rem;
    width: 70%;
    margin: 0 0 25px;
    padding: .5em 30px;
  }
  .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;
  }
  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, 0.9);
    padding: 0;
    box-shadow: rgba(0, 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: -182px -79px;
    width: 1px;
    height: 29px;
    left: 0;
    display: block;
    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;
  }
  .site-footer .seg-primary .search{
    display: block;
    padding: 45px 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-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% + 12px);
    margin: -12px 0 0 -12px;
  }
  .site-footer .seg-primary .link > .list > li{
    margin: 0 0 12px;
    padding: 12px 0 0 12px;
  }
  .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;
  }
  .site-footer .seg-primary .mod-input input[type="search"]{
    font-size: 2.4rem;
    margin: 0 0 25px;
    padding: .5em 30px;
  }
  .site-footer .seg-primary .mod-btn button[type="submit"]{
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .site-footer .seg-primary .mod-btn button[type="submit"]::before{
    width: 26px;
    height: 26px;
  }
  .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;
  }
  .mod-hdg-l2{
    font-size: 3.8rem;
    margin: 62px 0 28px;
  }
  .mod-hdg-l3{
    font-size: 2.8rem;
    margin: 56px 0 28px;
  }
  .mod-hdg-l4{
    font-size: 2.3rem;
    margin: 50px 0 28px;
  }
  .mod-link-news .date,
  .mod-link-news .desc{
    display: table-cell;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px #333 dotted;
    padding: 7px 0 20px 0;
  }
  .mod-link-news .date{
    white-space: nowrap;
    padding-right: 20px;
  }
  .mod-link-news .date > .inner{
    white-space: normal;
    min-width: 10em;
    display: block;
  }
  .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: -16px 0 0 -24px;
  }
  .mod-pnl-02 > .inner > *{
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 16px 0 0 24px;
  }
  .mod-pnl-02 > .inner > * > .pnl{
    margin: 0 0 20px;
  }
  .mod-pnl-02 > .inner > * > .pnl > .inner > .txt b.title{
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .mod-pnl-02 > .inner > * > .pnl > .inner > .txt p{
    margin-bottom: 10px;
  }
  .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="2"] > .list > li{
    max-width: 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .mod-list[data-col="3"] > .list > li{
    max-width: 33.3333%;
    -webkit-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
  }
  .mod-list[data-col="4"] > .list > li{
    max-width: 25%;
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .mod-list-category{
    margin: 0 0 52px;
  }
  .mod-list-category > .list{
    overflow: hidden;
    margin: -8px 0 0 -46px;
  }
  .mod-list-category > .list > li{
    position: relative;
    float: left;
    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: 0px -178px;
    width: 1px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -24px;
    bottom: 0;
    display: block;
    margin: auto;
    content: "";
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border: 0;
  }
  .mod-list-category > .list > li:last-child::after{
    display: none;
  }
  .mod-box{
    margin: 0 0 52px;
  }
  .mod-box > .inner{
    margin: 40px;
  }
  .mod-box-02{
    text-align: center;
    margin: 0 0 20px;
  }
  .mod-lyt{
    margin: 66px 0 54px;
  }
  .mod-lyt[data-col="3"] > .inner > *{
    -webkit-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }
  .mod-lyt[data-col="4"] > .inner > *{
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
    width: 25%;
    max-width: 25%;
  }
  .mod-media{
    margin: 0 auto 52px;
  }
  .mod-media img,
  .mod-media iframe{
    margin: 0 auto 15px;
  }
  .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 92px;
    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-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{
    width: auto;
    max-width: 100%;
  }
  .mod-media-lyt-flt .media,
  .mod-media-lyt-flt figcaption,
  .mod-media-lyt-lqd .media,
  .mod-media-lyt-lqd figcaption{
    text-align: left;
  }
  .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{
    display: table-cell;
    width: auto;
  }
  .mod-media-lyt-lqd > .content{
    padding: 0 30px 0 0;
  }
  .mod-media-lyt-lqd.of-reverse{
    direction: rtl;
  }
  .mod-media-lyt-lqd.of-reverse > .content{
    padding: 0 0 0 30px;
  }
  .mod-media-video{
    margin: 0 auto 52px;
  }
  .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;
    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"]{
    width: auto;
    min-width: 225px;
    margin: 15px 0 0 15px;
  }
  .comp-tab-news .tab-list > [role="tab"] a{
    padding: 2px 25px;
  }
  .comp-tab-news .tab-list > [role="tab"] a::after{
    position: relative;
    right: auto;
    display: inline-block;
    -webkit-transform: rotate(135deg) translate(-10px, -7px);
    transform: rotate(135deg) translate(-10px, -7px);
  }
  .pc-hide{
    display: none !important;
  }
  .pc-show{
    display: block !important;
  }
  body[data-path="/"] .str-mainvisual{
    overflow: hidden;
    margin: 0 auto;
  }
  html[data-script-enabled="true"] body[data-path="/"] .str-mainvisual{
    overflow: visible;
  }
  body[data-path="/"] .str-mainvisual .slide{
    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 .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 .slide-content{
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    max-width: 1200px;
    height: 100%;
    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 0;
  }
  body[data-path="/"] .str-mainvisual .slide-content h2{
    line-height: 1.3369;
    font-size: 1.9vw;
    font-weight: normal;
    margin: 0 0 24px;
  }
  body[data-path="/"] .str-mainvisual .slide-content p{
    line-height: 2;
    font-size: 1.33333vw;
    margin: 0 0 1em;
  }
  body[data-path="/"] .str-mainvisual .slide-image{
    max-height: 560px;
  }
  body[data-path="/"] .str-mainvisual .slide-image img{
    margin: 0 0 30px;
  }
  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;
  }
}

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

@media screen and (min-width: 1800px), print{
  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;
  }
}

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

/*# sourceMappingURL=master.css.map */
