@charset "UTF-8";
/* ---------------------------
 * PC and Mobile
 * --------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
  1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
  2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
  3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
  4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
  5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
    6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
  padding-left: 10px;
  box-sizing: border-box;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
  ----------------------------------------
  6.1 THEMES
  ----------------------------------------
  */
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
    sprites locations
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
    sprites locations
    light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
    dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
    */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
    sprites locations
    light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
    dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
    */
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools, .mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  /*font-family: 'flexslider-icon';*/
  /*src: url('fonts/flexslider-icon.eot');*/
  /*src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');*/
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  /*opacity: 0;*/
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  /*-webkit-transition: all 0.3s ease-in-out;*/
  /*-moz-transition: all 0.3s ease-in-out;*/
  /*-ms-transition: all 0.3s ease-in-out;*/
  /*-o-transition: all 0.3s ease-in-out;*/
  /*transition: all 0.3s ease-in-out;*/
}

.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 40px;
  display: inline-block;
  /*content: '\f001';*/
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  /*content: '\f002';*/
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  /*opacity: 0.7;*/
  /*left: 10px;*/
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  /*opacity: 1;*/
}

.flexslider:hover .flex-direction-nav .flex-next {
  /*opacity: 0.7;*/
  /*right: 10px;*/
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  /*opacity: 1;*/
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  display: none;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    /*opacity: 1;*/
    /*left: 10px;*/
  }
  .flex-direction-nav .flex-next {
    /*opacity: 1;*/
    /*right: 10px;*/
  }
}

html {
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  color: #141e28;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

a {
  text-decoration: none;
  color: #1e78d2;
}
a:hover {
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  <!-- max-width: 100%;-->
  vertical-align: bottom;
}

input {
  font-size: 16px;
  font-size: 1.6rem;
}

input::-webkit-input-placeholder {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
}

input::-moz-placeholder {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
}

input:-ms-input-placeholder {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
}

input:-moz-placeholder {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
}

ul {
  list-style: none;
  padding-left: 0;
}

.clear {
  clear: both !important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.m0 {
  margin-bottom: 0 !important;
}

.wrap {
  min-width: 320px;
  position: relative;
}

.content {
	margin-right: auto;
	margin-left: auto;
}

.contentWrap {
  font-family: 'PingFangSC-Regular', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: normal;
  color: #5a646e;
}

.side {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.fixSizeContent {
  margin-right: auto;
  margin-left: auto;
}

.fixChangeContent {
  margin-right: auto;
  margin-left: auto;
}

.lowerSizeContent {
  margin-right: auto;
  margin-left: auto;
}

.fb-share-button > span {
  vertical-align: top !important;
}

.header {
  background-color: #fff;
}
.header a {
  text-decoration: none;
}

.header__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.header__inner:after {
  content: "";
  display: block;
  clear: both;
}

.header__logo img {
  display: block;
}

.header__companyNav {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}
.header__companyNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.header__companyNav li {
  display: inline-block;
}
.header__companyNav a {
  color: rgba(19, 30, 39, 0.6);
}
.header__companyNav a.is-outside {
  padding-right: 23px;
  background-image: url(../images/icon_outside.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right center;
}

.search {
  text-align: left;
}

.search__inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: relative;
  line-height: 1;
}

.search__input {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(19, 30, 39, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;
}

.search__button {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  background-position: center;
}

.header__link {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",sans-serif;*/
  font-weight: 300;
}
.header__link a {
  color: rgba(19, 30, 39, 0.6);
}

.globalNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.globalNav li {
  font-size: 16px;
  font-size: 1.6rem;
}

.globalNav a {
  display: block;
  color: #141e28;
}

.globalNav a.is-outside {
  padding-right: 23px;
  background-image: url(../images/icon_outside.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 10%;
}

.sideNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  border-top: 1px solid rgba(20, 30, 40, 0.1);
}

.sideNav li {
  font-weight: 400;
  border-bottom: 1px solid rgba(20, 30, 40, 0.1);
}
.sideNav li.is-current a {
  background-color: rgba(20, 30, 40, 0.05);
  font-weight: 600;
}

.sideNav a {
  display: block;
  text-decoration: none;
  color: #141e28;
}

.breadcrumb {
  background-color: #141e28;
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
.breadcrumb__inner a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.breadcrumb__inner a:hover {
  text-decoration: underline;
}

.breadcrumb__first {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb__first a {
  padding: 0 10px 0 0;
}

.breadcrumb__list {
  display: inline-block;
  vertical-align: top;
  overflow: auto;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.breadcrumb__list.is-scroll {
  position: relative;
}
.breadcrumb__list ol {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 100%;
}
.breadcrumb__list li {
  display: inline-block;
}
.breadcrumb__list li:before {
  content: ">";
}
.breadcrumb__list li:last-child:after {
  display: none;
}
.breadcrumb__list li span {
  color: #fff;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 5px;
  display: inline-block;
}

.mCS-autoHide:not(.mCS_no_scrollbar):before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}

.footer {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  background-color: #eef2f5;
}

.footer__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.footerNav:after {
  content: "";
  display: block;
  clear: both;
}

.footerNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerNav a {
  text-decoration: none;
  color: #141e28;
}
.footerNav a:hover {
  text-decoration: underline;
}
.footerNav a.is-outside {
  padding-right: 23px;
  background-image: url(../images/icon_outside.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 10%;
}

.footer__bottom {
  position: relative;
  overflow: hidden;
  line-height: 1;
}

.footer__companyNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.footer__companyNav li {
  display: inline-block;
}

.footer__companyNav a {
  text-decoration: none;
  color: rgba(19, 30, 39, 0.4);
}
.footer__companyNav a:hover {
  text-decoration: underline;
}

.footer__logo img {
  display: block;
}

.copyright {
  color: rgba(19, 30, 39, 0.4);
  line-height: 1;
}
.copyright small {
  font-weight: 400;
}

.columnType1 {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.columnType1 .column__item {
  box-sizing: border-box;
}

.columnType2 {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.columnType2 .column__item {
  box-sizing: border-box;
}

.columnType3 {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.columnType3 .column__item {
  box-sizing: border-box;
}

p {
  margin-top: 0;
}
p.lead {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
}

.leadBlock p {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  margin-top: 0;
}

.figureBlock {
  margin: 0 auto;
}
.figureBlock figcaption {
  text-align: center;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  margin-top: 10px;
}

.authorBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.authorBlock__item:nth-child(2) {
  text-align: right;
}

.authorBlock__item p {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  color: #141e28;
}

.lineType1 {
  border: 0;
  border-top: 1px solid #bec8d2;
}

.subHeading {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 13px;
  color: rgba(0, 0, 0, 0.6);
}

[class^="headingType"] strong {
  font-weight: 600;
}

.headingType1 {
  margin-top: 0;
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
}
.headingType1 span {
  display: block;
}

.headingType2 {
  margin-top: 0;
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
}
.headingType2 span {
  display: block;
}

.headingType3 {
  margin-top: 0;
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
}

.headingType4 {
  margin-top: 0;
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.headingType5 {
  margin-top: 0;
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 700;
}

.headingType6 {
  margin-top: 0;
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 700;
}

.headingType7 {
  margin-top: 0;
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.headingType8 {
  margin-top: 0;
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.headingType9 {
  margin-top: 0;
  color: #141e28;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.headingType10 {
  margin-top: 0;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.headingType11 {
  margin-top: 0;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
}

.headingType12 {
  margin-top: 0;
  color: #141e28;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
}

.headingType13 {
  margin-top: 0;
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.headingType14 {
  margin-top: 0;
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
}

.buttonGroup {
  font-size: 0;
}

.buttonType1 {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  background: none;
  background-color: #141e28;
  border: 1px solid #141e28;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  -webkit-transition: .3s;
  transition: .3s;
  box-sizing: border-box;
}
.buttonType1:hover {
  background-color: #fff;
  border: 1px solid #e1e6eb;
  text-decoration: none;
  color: #141e28;
}


.buttonType2 {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  background: none;
  background-color: #fff;
  border: 1px solid #e1e6eb;
  color: #141e28;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  -webkit-transition: .3s;
  transition: .3s;
  box-sizing: border-box;
}
.buttonType2:hover {
  background-color: #141e28;
  border: 1px solid #141e28;
  text-decoration: none;
  color: #fff;
}

.buttonType3 {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  background: none;
  background-color: #141e28;
  border: 1px solid #141e28;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  -webkit-transition: .3s;
  transition: .3s;
  box-sizing: border-box;
}
.buttonType3:hover {
  background-color: #EA5805;
  border: 1px solid #EA5805;
  text-decoration: none;
  color: #fff;
}

.buttonType4 {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  background: none;
  border: 1px solid #141e28;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  -webkit-transition: .3s;
  transition: .3s;
  box-sizing: border-box;
}
.buttonType4:hover {
  background-color: #fff;
  border: 1px solid #e1e6eb;
  text-decoration: none;
  color: #141e28;
}


.listType1 {
  list-style: none;
  margin-top: 0;
  margin-bottom: 26.8px;
  padding: 0;
  /*font-family: Helvetica, "Open Sans";*/
}
.listType1 li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
  margin-left: -.3em;
}
.listType1 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.listType1 li:last-child {
  margin-bottom: 0;
}
.listType1 .listType1 {
  margin-bottom: 0;
}

.tableScroll {
  overflow-x: auto;
}
.tableScroll th, .tableScroll td {
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #e1e6eb;
}
.tableScroll th {
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 700;
}
.tableScroll td {
  font-size: 14px;
  font-size: 1.4rem;
}

.tableListType1 {
  width: 100%;
  font-family: 'PingFangSC-Regular', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  box-sizing: border-box;
}

.tableListType1__heading {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  color: #141e28;
  box-sizing: border-box;
}

.tableListType1__subHeading {
  box-sizing: border-box;
}

.tableListType1__description {
  box-sizing: border-box;
}

.tableListType1__lead {
  margin-top: 0;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
  color: #4b505a;
}

.tableListType1__attention {
  color: #e0574f;
  margin-bottom: 15px;
}

.tableListType2__headingCell {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  box-sizing: border-box;
}

.tableListType2__textCell {
  box-sizing: border-box;
}

a {
  position: relative;
  text-decoration: none;
}
a.pdf:after {
  content: "";
  width: 16px;
  height: 19px;
  vertical-align: top;
  display: inline-block;
  margin-top: 2px;
  margin-left: 10px;
  background-image: url(../images/icon_pdf.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
}
a.file1:after {
  content: "";
  width: 16px;
  height: 19px;
  vertical-align: top;
  display: inline-block;
  margin-top: 2px;
  margin-left: 8px;
  background-image: url(../images/icon_excel.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
}
a.file2:after {
  content: "";
  width: 16px;
  height: 19px;
  vertical-align: top;
  display: inline-block;
  margin-top: 2px;
  margin-left: 8px;
  background-image: url(../images/icon_word.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
}
a.zip:after {
  content: "";
  width: 16px;
  height: 19px;
  vertical-align: top;
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  background-image: url(../images/icon_zip.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
}
a.outside:after {
  content: "";
  width: 16px;
  height: 19px;
  vertical-align: top;
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  background-image: url(../images/icon_outsidelink.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
}

.accordionGroup {
  color: #141e28;
  margin: 0;
  list-style: none;
}

.accordion {
  border-bottom: 1px solid #e1e6eb;
}

.accordion__heading {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.accordion__heading:before, .accordion__heading:after {
  content: "";
  position: absolute;
  right: 12px;
  width: 12px;
  height: 2px;
  background-color: #141e28;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: .1s;
  transition: .1s;
  box-sizing: border-box;
}
.accordion__heading:before {
  top: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion__heading:after {
  top: 8px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__heading.is-open:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion__heading.is-open:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion__body {
  display: none;
  margin: 0;
}

.anchorGroup {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
}

.pageTop {
  text-align: right;
  border-top: 1px solid #e1e6eb;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
}
.pageTop a {
  display: inline-block;
  position: relative;
}
.pageTop a:hover {
  text-decoration: none;
}

.pageTop a:hover:after {
  margin-top: -3px;
}

.pageTop a:after {
  content: "»";
  line-height: 1;
  text-align: center;
  position: absolute;
  width: 26px;
  height: 26px;
  overflow: hidden;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transition: .1s;
  transition: .1s;
}

.tabGroup {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
}

.tabBody__item {
  display: none;
}

.tabBody {
  margin-bottom: 45px;
}

.informationBlock {
  clear: both;
  /*font-family: Helvetica, "Open Sans";*/
}

.informationBlock__heading {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px;
  color: #141e28;
}

.itemListType1__list {
  margin: 0 auto;
}

.itemListType1__item {
  box-sizing: border-box;
}

.itemListType1__text {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.2;
}

.itemListType2__heading {
  color: #131e27;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-top: 0;
}

.itemListType2__list {
  list-style: none;
  padding: 0;
  margin:0 auto;
  width:1000px;
}
.itemListType2__list:after {
  content: "";
  display: block;
  clear: both;
}

.itemListType3__list {
  margin: 0 auto;
}

.itemListType3__item {
  box-sizing: border-box;
}

.itemListType3__text {
  margin: 0;
}

.bx-pager {
  text-align: center;
  height: 8px;
}

.bx-pager-item {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0 5px;
}

.bx-pager-link {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ddd;
}
.bx-pager-link.active {
  background-color: #141e28;
}

.bx-controls-direction a {
  display: block;
  position: relative;
  color: #000;
  font-size: 0;
  box-sizing: border-box;
}
.bx-controls-direction a.disabled {
  cursor: default;
}
.bx-controls-direction a.disabled:before {
  border-top: 2px solid rgba(20, 30, 40, 0.2);
  border-right: 2px solid rgba(20, 30, 40, 0.2);
}
.bx-controls-direction a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #5a646e;
  border-right: 2px solid #5a646e;
}
.bx-controls-direction a.bx-prev:before {
  left: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.bx-controls-direction a.bx-next:before {
  left: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topMainVisual {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.topMainVisual__inner {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.topMainVisual__heading {
  font-weight: 300;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.topLead__heading {
  margin-top: 0;
  color: #141e28;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
}

.topLead__description {
  font-size: 16px;
  font-size: 1.6rem;
  color: #5a646e;
  line-height: 1.5;
}

.menuSlider {
  position: relative;
  border-bottom: 1px solid #dce1e5;
}

.menuSlider__item {
  display: inline-block;
  box-sizing: border-box;
}
.menuSlider__item a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.menuSlider__img {
  margin-bottom: 10px;
}
.menuSlider__img img {
  vertical-align: top;
  height: 54px;
}

.menuSlider__text {
  color: #131e27;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  margin-bottom: 0;
}

.itemSliderType1 {
  position: relative;
  text-align: left;
}

.itemSliderType1__heading {
  margin-top: 0;
  color: #141e28;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
}

.itemSliderType2 {
  position: relative;
  text-align: left;
}

.itemSliderType2__heading {
  margin-top: 0;
  color: #141e28;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
}

.itemSliderType3 {
  position: relative;
  text-align: left;
}

.itemType1 a {
  display: block;
  color: #131e27;
  text-decoration: none;
}

.itemType1__img {
  position: relative;
  overflow: hidden;
  width:310px;
  height:250px;
}
.itemType1__img:hover:after {
  border-width: 8px;
}
.itemType1__img:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.itemType1__img:after {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: .2s;
  transition: .2s;
}
.itemType1__img img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.itemType1__name {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itemType1__name span {
  font-weight: 300;
  margin-left: 10px;
}

.itemType1__description {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #78828c;
  margin: 0;
}

.itemType2__img {
  margin: 0;
}

.itemType2__heading {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
  margin-top: 0;
  color: #141e28;
}

.itemType2__description {
  margin: 0;
}

.topNews {
  border-top: 1px solid #e1e6eb;
}

.topNews__inner {
  margin-right: auto;
  margin-left: auto;
}

.topNews__heading {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  color: #141e28;
}

.topNews__title {
  font-size: 16px;
  font-size: 1.6rem;
}

.containerBlock1 {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}
.containerBlock1.column1 {
  border-bottom: 1px solid #e1e6eb;
}

.containerBlock1__item {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.containerBlock1__item:hover .containerBlock1__img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.containerBlock1__item:hover .containerBlock1__itemInner:after {
  border-width: 10px;
}
.containerBlock1__item.containerTop1 .containerBlock1__itemInner {
  color: #fff;
}
.containerBlock1__item.containerTop2 .containerBlock1__itemInner {
  color: #131e27;
}
.containerBlock1__item.containerTop3 .containerBlock1__itemInner {
  color: #fff;
}
.containerBlock1__item.containerTop4 .containerBlock1__itemInner {
  color: #fff;
}
.containerBlock1__item.containerTop8 .containerBlock1__itemInner {
  color: #fff;
}
.containerBlock1__item.containerTop9 .containerBlock1__itemInner {
  color: #fff;
}
.containerBlock1__item.containerTop5 {
  background-color: #f5f8fa;
}
.containerBlock1__item.containerTop5 .containerBlock1__itemInner {
  color: #8c96a0;
}
.containerBlock1__item.containerTop5 .containerBlock1__heading {
  color: #78aa3c;
}

.containerBlock1__itemInner {
  display: block;
  position: relative;
}
.containerBlock1__itemInner:after {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: .2s;
  transition: .2s;
}

.containerBlock1__img {
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.containerBlock1__img img {
  display: none;
}

.containerBlock1__text {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.containerBlock1__subHeading {
  font-weight: 600;
  margin-top: 0;
  line-height: 1;
}

.containerBlock1__heading {
  font-weight: 300;
  margin-top: 0;
}
.containerBlock1__heading.typeOutSide {
  position: relative;
}
.containerBlock1__heading.typeOutSide:after {
  content: "";
  background-image: url(../images/icon_outside2.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.containerBlock1__description {
  font-weight: 400;
  line-height: 1.5;
}

.containerBlock1__link {
  font-weight: 400;
  position: absolute;
  z-index: 1;
  line-height: 1;
  margin: 0;
}
.containerBlock1__link:after {
  content: ">";
  font-weight: 300;
  margin-left: 10px;
}

.containerBlock2 {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.containerBlock2__img {
  display: block;
  background-repeat: no-repeat;
}

.containerBlock2__quote {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  color: #2b2c33;
  margin-top: 0;
  position: relative;
  display: inline-block;
}
.containerBlock2__quote:before, .containerBlock2__quote:after {
  content: "";
  width: 20px;
  height: 18px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}
.containerBlock2__quote:before {
  background-image: url(../images/icon_quote01.png);
}
.containerBlock2__quote:after {
  background-image: url(../images/icon_quote02.png);
}

.containerBlock2__source {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 700;
  color: #4c535a;
}

.containerBlock2__heading {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  color: #131e27;
  margin-top: 0;
}

.containerBlock2__description {
  color: #141e28;
  line-height: 1.5;
}

.containerBlock3 {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  background-color: #f5f5f5;
}

.containerBlock3__item {
  overflow: hidden;
}
.containerBlock3__item:hover .containerBlock3__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.containerBlock3__item:hover .containerBlock3__itemInner:after {
  border-width: 12px;
}

.containerBlock3__itemInner {
  display: block;
  color: #fff;
}
.containerBlock3__itemInner:after {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
}

.containerBlock3__img {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.containerBlock3__text {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.containerBlock3__subHeading {
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
}

.containerBlock3__heading {
  font-weight: 300;
  margin: 0;
}

.containerBlock3__quote {
  font-weight: 300;
  margin: 0;
}

.containerBlock3__link {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  font-weight: 300;
  line-height: 1;
}
.containerBlock3__link:after {
  content: ">";
  margin-left: 10px;
}

.containerBlock4__img {
  background-repeat: no-repeat;
  background-size: cover;
}

.containerBlock4__text {
  box-sizing: border-box;
}

.containerBlock4__heading {
  margin-top: 0;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  color: #141e28;
  line-height: 1.2;
}

.containerBlock4__description {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
}

.discoverVisual {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.discoverVisual__inner {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.discoverVisual__heading {
  font-weight: 300;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  color: #141e28;
}

.discoverVisual__description {
  color: #5a646e;
  font-weight: 300;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  margin-right: auto;
  margin-left: auto;
}

.productVisual {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.productVisual__inner {
  box-sizing: border-box;
}

.productVisual__subHeading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(19, 30, 38, 0.5);
  line-height: 1;
  margin-top: 0;
}

.productVisual__heading {
  color: #131e27;
  font-weight: 300;
  margin-top: 0;
}

.productBrand__icon {
  display: block;
  text-align: center;
}

.productBrand__heading {
  margin-top: 0;
  color: #131e27;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  text-align: center;
}

.productBrand__lead {
  color: #5a646e;
  font-weight: 300;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.productBrand__description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #5a646e;
}

.productBrand__button {
  text-align: center;
}

.productBrand__item {
  box-sizing: border-box;
}

.productBrand__name {
  text-align: center;
  margin-top: 0;
}

.productBrand__bodyDescription {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.visualLink {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}


.visualLink__item.is-open .visualLink__menu{
  display: block;
  -webkit-animation: menudown 0.3s ease 0.1s 1 forwards;
  -moz-animation: menudown 0.3s ease 0.1s 1 forwards;
  animation: menudown 0.3s ease 0.1s 1 forwards;
}

@-moz-keyframes menudown {
  100% {transform: translateY(0%); opacity: 1;  overflow: visible;}
}

@-webkit-keyframes menudown {
  100% {transform: translateY(0%); opacity: 1;  overflow: visible;}
}

@keyframes menudown {
  100% {transform: translateY(0%); opacity: 1;  overflow: visible;}
}

/*@-webkit-keyframes example {
  100% {
    opacity: 1;
    transform: translateY(0px);
    height: auto;
    overflow: visible;
  }
}
@keyframes example {
  100% {
    opacity: 1;
    transform: translateY(0px);
    height: auto;
    overflow: visible;
  }
}*/

/*
.visualLink__item.is-open .visualLink__menu {
  opacity: 1;
  height: auto;
  overflow: visible;
}
*/

.visualLink__item.is-open .visualLink__button:after {
  right: 13px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.visualLink__button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.visualLink__button:after {
  content: ">";
  line-height: 1;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .15s;
  transition: .15s;
}

.visualLink__menu {
  /*display: none;*/
  opacity: 0;
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  transform: translateY(-5%);
  /*transform: translateY(-30px);*/
  height: auto;
  overflow: hidden;
  position: absolute;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 3;
  pointer-events: none;
}

.is-open .visualLink__menu {
  pointer-events: auto;
}

/*
.visualLink__menu:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  z-index: 0;
}

.visualLink__menu:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 14px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #d2dce6 transparent;
  z-index: -1;
}
*/

.visualLink__links {
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.visualLink__links a {
  display: block;
  color: #131e27;
}
.visualLink__links a:hover {
  text-decoration: none;
}

.visualLink__link {
  position: relative;
}
.visualLink__link i {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  text-align: center;
}
.visualLink__link img {
  width: auto;
  height: 24px;
}

.visualLink__subLinks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.visualLink__sns.google {
  width: 80px;
}

.productBrandVisual {
  position: relative;
}

.productBrandVisual__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.productBrandVisual__subHeading {
  margin-top: 0;
  line-height: 1;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 500;
}

.productBrandVisual__heading {
  margin: 0;
}
.productBrandVisual__heading img {
  background-blend-mode: multiply;
  width: 220px;
}

.productCategoryVisual {
  position: relative;
  overflow: hidden;
}

.productCategoryVisual__img {
  background-repeat: no-repeat;
  background-size: cover;
}

.productCategoryVisual__heading {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  color: #141e28;
  margin-top: 0;
}

.productLowerVisual {
  position: relative;
}
.productLowerVisual:after {
  content: "";
  display: block;
  clear: both;
}

.productLowerVisual__heading {
  margin: 0;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  color: #141e28;
}

.productItemTitle__subTitle {
  display: block;
  color: #8c96a0;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-top: 0;
}

.productItemTitle__title {
  margin: 0;
  font-size: 4.2rem;
  margin-bottom: 20px;
  line-height: 1.2;
  color: rgba(20,30,40,1);
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
}

.globalNetworkVisual {
  margin-right: auto;
  margin-left: auto;
}

.globalNetworkVisual__heading {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  color: #141e28;
}

.newsList {
  border-top: 1px solid rgba(20, 30, 40, 0.1);
}

.newsList__list {
  margin: 0;
  padding: 0;
}

.newsList__data {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #131e27;
}

.newsList__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}
.newsList__title a {
  color: #5a646e;
  display: block;
  position: relative;
}
.newsList__title a[href$=".pdf"]:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/icon_pdf2.png);
  position: absolute;
  right: 0;
}

.newsDetailHead {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.newsDetailHead__data {
  color: rgba(19, 30, 39, 0.5);
  margin: 0;
}

.newsDetailHead__title {
  margin: 0;
  color: #141e28;
  font-weight: 300;
  line-height: 1.2;
}

.pagerType1 {
  text-align: center;
  position: relative;
}

.pagerType1__list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #e1e6eb;
}
.pagerType1__list li {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
.pagerType1__list li.is-current a:after {
  display: block;
}
.pagerType1__list a {
  display: block;
  color: #141e28;
  position: relative;
}
.pagerType1__list a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #141e28;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: none;
}
.pagerType1__list a:hover {
  text-decoration: none;
}
.pagerType1__list a:hover:after {
  display: block;
}

.pagerType1__control a {
  display: block;
  position: relative;
  font-size: 0;
  box-sizing: border-box;
}
.pagerType1__control a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #141e28;
  border-right: 2px solid #141e28;
}
.pagerType1__control a.is-disable {
  cursor: default;
}
.pagerType1__control a.is-disable:before {
  border-top: 2px solid rgba(20, 30, 40, 0.2);
  border-right: 2px solid rgba(20, 30, 40, 0.2);
}

.pagerType1__control .prev:before {
  left: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagerType1__control .next:before {
  left: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pageControl a {
  color: #5a646e;
}
.pageControl a:before {
  content: "<";
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  margin-right: 5px;
}
.pageControl a:hover {
  text-decoration: none;
}

.snsList {
  overflow: hidden;
  border-top: 1px solid rgba(19, 30, 39, 0.1);
  border-bottom: 1px solid rgba(19, 30, 39, 0.1);
}

.snsList__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  overflow: hidden;
}
.snsList__item.google {
  /*width: 75px;*/
}

.colorList__list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.colorList__item {
  float: left;
}

.colorList__image {
  position: relative;
}

.colorList__hoverText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: rgba(20, 30, 40, 0.2);
  color: #fff;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  padding: 8px 0 4px;
}

.colorList__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.galleryList__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.galleryList__item:last-child {
  margin-bottom: 0;
}

.flex-direction-nav .flex-prev {
  background: url("../images/slide/sp-prev.png") left center no-repeat;
  background-size: 12px 19px;
  width: 24px;
  height: 38px;
  top: auto;
  left: 6px;
  bottom: -44px;
}

.flex-direction-nav .flex-next {
  background: url("../images/slide/sp-next.png") right center no-repeat;
  background-size: 12px 19px;
  width: 24px;
  height: 38px;
  top: auto;
  right: 6px;
  bottom: -44px;
}

.flex-control-nav.flex-control-paging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.flex-control-nav.flex-control-paging {
  pointer-events: auto;
}

.sp-slider-l-wrap {
  overflow: hidden;
  padding-bottom: 60px;
}

.sp-slider-l-wrap .sp-slider-l {
  width: 95%;
  margin: 0 auto;
}

.sp-slider-l-wrap .sp-slider-l .flex-viewport {
  overflow: visible !important;
}

.sp-slider-l-wrap .sp-slider-l .slides > li div {
  padding: 0 6px;
}

.sp-slider-s-wrap {
  overflow: hidden;
  padding-bottom: 60px;
}

.sp-slider-s-wrap .sp-slider-s {
  width: 95%;
  margin: 0 auto;
}

.sp-slider-s-wrap .sp-slider-s .flex-viewport {
  overflow: visible !important;
}

.sp-slider-s-wrap .sp-slider-s .slides > li div {
  padding: 0 6px;
}

/* discover / interview */
.interviewVisual{
    background: url(../images/interview_mainvisual_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 65% 5.5% 0 5.5%;
}
.interviewContent .interviewLead{
    padding-bottom: 8%;
    margin-bottom: 0;
}
.interviewTable th{
    vertical-align: top;
    font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    color: #EA5805;
    width: 85px;
    text-align: left;
    display: block;
}
.interviewTable td{
    display: block;
}
.interviewCenterLead{
    background-color: #EA5805;;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 300;
    text-align: center;
    position: relative;
    padding: 5% 10%;
}
.interviewCenterLead:before{
    content: url(../images/interview_quort01.png);
    position: absolute;
    top: 5%;
    left: 5%;
}
.interviewCenterLead:after{
    content: url(../images/interview_quort02.png);
    position: absolute;
    bottom: 5%;
    right: 5%;
}

/* discover / innovation */
.innovationVisual{
    background: #141e28 url(../images/innovationCenter_mainvisual_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 71.8% 5.5% 0 5.5%;
    position: relative;
    margin-bottom: 50px;
}
.innovationVisual .headingType1{
    color: #fff;
}
.innovationVisual .subHeading{
    color:rgba(255, 255, 255, 0.5);
}
.innovationMainLead {
    width: 100%;
    background-color: rgba(20 ,30, 40, 0.8);
    padding-bottom: 5%;
}
.innovationMainLead .tabList .tabList__item{
    padding: 0;
}
.innovationMainLead .tabList .tabList__item:after{
    background-color: #fff;
}
.innovationMainLead .tabList a{
    color: #fff;
    display: block;
    padding: 0 0 15px 0;
}
.innovationMainLead .tabList a:hover{
    text-decoration: none;
}
.innovationMainLead .tabSelect__text{
    color: #fff;
}
.innovationMainLead .tabSelect__text:after{
    background-image: url(../images/arrow_white.png);
}
.innovationMainLead .lead{
    color: #fff;
    font-size: 2.4rem;
    padding-top: 45px;
}
.innovationMainLead .buttonType1{
    border-color: #fff;
}
.innovationContent .topHead{
    text-align: center;
    font-size: 3.2rem;
}
.innovationContent .column__item img{
    margin-bottom: 15px;
}
.innovationImage03Margin{
    margin: 5% auto;
}
.facilitiesContent .linkBack,
.innovationContent .linkBack{
    background: #141e28 url(../images/innovationCenter_img04.jpg) no-repeat left top;
    padding: 44.7% 0 8% 5%;
    background-size: 100%;
}
.facilitiesContent .linkBack{
    background-image: url(../images/facilities_img04.jpg);
}
.facilitiesContent .linkBack span,
.innovationContent .linkBack span{
    display: block;
    margin-bottom: 12px;
}
.facilitiesContent .linkBack .headingType2,
.innovationContent .linkBack .headingType2{
    color: #fff;
    font-size: 3.2rem;
}
.facilitiesContent .linkBack a,
.innovationContent .linkBack a{
    color: #fff;
    display: inline-block;
    background: url(../images/innovation_link_arrow.png) no-repeat right 8px;
    padding-right: 20px;
}


/* discover / concept */
.conceptContent{
    margin-top: 57px;
}

/* discover / facilities */
.facilitiesVisual{
    background: #141e28 url(../images/facilities_mainvisual_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 65% 5.5% 15% 5.5%;
    margin-bottom: 50px;
}
.facilitiesVisual .headingType1{
    color: #fff;
    margin-bottom: 8%;
}
.facilitiesVisual .subHeading{
    margin-bottom: 21px;
    color: #e2d7cc;
}
.facilitiesContent .tabList__item{
}
.facilitiesContent .tabList .tabList__item{
    padding: 0;
}
.facilitiesContent .tabList a{
    color: #141e28;
    display: block;
    padding: 0 0 15px 0;
}
.facilitiesContent .tabList a:hover{
    text-decoration: none;
}
.facilitiesVisual .tabSelect__text{
    color: #fff;
}
.facilitiesVisual .tabSelect__text:after{
    background-image: url(../images/arrow_white.png);
}
.facilitiesContent .headBlock .pc-hide{
    margin-bottom: 7%;
}
.facilitiesContent .mainBlock .headingType5{
    margin: 4% 0 0.5% 0;
}
.facilitiesContent section{
    margin-top: 60px;
}
.facilitiesContent .marginBottom{
    margin-bottom: 60px;
}

/* discover / history */
.historyVisual{
    background: url(../images/history_mainvisual_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 65% 5.5% 0 5.5%;
}
.historyContent .tabBody .headingType1 small{
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2%;
}
.historyContent .tabBody dd{
    margin: 0 0 25px 0;
}
.historyContent .tabBody img{
    margin: 3% 0;
}
.historyContent .historyImage{
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
}
.historyContent .tabBody dt{
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 0;
    color: #141e28;
}
.historyContent .tabBody .borderd{
    border: solid 1px #e1e6eb;
    padding: 5%;
}
.historyContent .tabBody .accordion__heading{
    background: url(../images/history_backcircle.png) no-repeat right top;
}
.historyContent .tabBody .accordion__heading:before,
.historyContent .tabBody .accordion__heading:after{
    background-color: #fff;
}
.historyContent .tabBody p{
    margin-bottom: 10px;
}
.historyContent .tabBody .bolder1{
    color: #141e28;
    font-size: 2rem;
    font-weight: bold;
}
.historyContent .tabBody .event{
    font-weight: bold;
    color: #8c96a0;
}
.historyContent .tabBody .column3 span:nth-of-type(2n){
    float: right;
}
.historyContent .tabBody .column3 span{
    width: 48%;
    margin: 0;
}
.historyContent .tabBody .column2{
    text-align: center;
}
.historyContent .mb20{
    margin-bottom: 20px;
}
.historyContent .anchorSelectType1__text{
    font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
    font-weight: 600;
}

/* discover / profile */
.corporateProfile .headingType1{
    margin: 60px 0 25px 0;
}
.corporateProfile .headingType1 span{
    margin-bottom: 0;
}
.corporateProfile .tableScroll table th{
    white-space: nowrap;
    font-size: 1.6rem;
}
.corporateProfile table td{
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.corporateProfile table tr:last-child th,
.corporateProfile table tr:last-child td{
    border-bottom: none;
}
.corporateProfile .boardMembers{
    margin: 0;
}
.corporateProfile .boardMembers li:not(:last-child){
    margin-bottom: 20px;
}
.corporateProfile .defineList{
    margin: 0;
}
.corporateProfile .defineList dd{
    margin: 0 0 25px 0;
}
.corporateProfile .defineList dd:last-child{
    margin-bottom: 0;
}
.corporateProfile .showrooms{
    margin: 0;
}
.corporateProfile .showrooms li{
    float: left;
    width: 205px;
    margin-bottom: 15px;
}
.corporateProfile .showrooms li:nth-of-type(2n+1){
    clear: left;
}
.corporateProfile .showrooms li:last-child{
    margin-bottom: 0;
}

/* sustainability / index */
.sustainabilityMainVisual{
    background: url(../images/sustainbility_mainvisual_sp.png) no-repeat center top;
    background-size: 100% auto;
    padding: 65% 5.5% 0 5.5%;
}
.sustainabilityMainVisual .subHeading{
    font-weight: 600;
}
.sustainabilityMainVisual .headingType1{
    color: #78aa3c;
}
.sustainability .headingType2{
    color: #78aa3c;
}
.sustainability .caption img{
    margin-bottom: 5px;
}
.sustainabilityList{
    margin: 0 0 26.8px 0;
    padding: 0;
    font-size: 1.4rem;
}
.sustainabilityList li{
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    padding: 0;
    margin: 0 0 8px 20px;
}
.sustainabilityList li:before{
    display: marker;
    display: marker;
    content: "(" counter(cnt) ") ";
}
.sustainability .mrginBottm{
    margin-bottom: 3em;
}

/* sitemap / index.html */
.sitemapCategory .column3 .doubleWidth a,
.sitemapCategory .column3 .halfWidth a{
    margin: 0 0 15px 0;
}
.sitemapCategory .borderBottom{
    border-bottom: solid 1px #A6A6A6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sitemapCategory .headingType1{
    margin: 57px 0 0 0;
}
.sitemapCategory .headingType1 span{
    margin-bottom: 30px;
}
.sitemapCategory a{
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  color: #2b2c33;
    display: inline-block;
    margin: 13px 0;
}
.sitemapCategory .bold{
    font-weight: bold;
    font-size: 1.8rem;
}
.sitemapCategory .outside:after{
    background-image: url(../images/icon_outside_sitemap.png);
    background-position: left 1px;
    margin-left: 15px;
}
.sitemapCategory .column__item>ul{
    margin: 5% 0;
}
.sitemapCategory ul ul li a{
    font-size: 12px;
    line-height: 1em;
    margin: 7px 0 12px 0;
    background: url(../images/sitemap_li_back.png) no-repeat top left;
    padding-left: 20px;
}
.sitemapCategory .sitemapExtra li{
    display: inline-block;
    width: 40%;
    font-size: 1.2rem;
}

/* terms_of_use / index */
.termsOfUseCategory .headingType1{
    margin: 57px 0 0 0;
}
.termsOfUseCategory .headingType1 span{
    margin-bottom: 40px;
}

/* privacy_policy / index.html */
.privacyPolicyContent .headingType1{
    margin: 57px 0 0 0;
}
.privacyPolicyContent .headingType1 span{
    margin-bottom: 50px;
}
.privacyPolicyContent .mb50{
    margin-bottom: 50px;
}
.privacyPolicyContent .mb55{
    margin-bottom: 55px;
}
.privacyPolicyContent address{
    font-style: normal;
    margin-bottom: 55px;
}
.privacyPolicyContent .privacyLogoAndText{
    border-top: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
    padding: 35px 0;
    margin-bottom: 58px;
}
.privacyPolicyContent .privacyLogoAndText .imageArea{
    vertical-align: top;
    text-align: center;
    margin-bottom: 15px;
}
.privacyPolicyContent .privacyLogoAndText .privacyLink{
    color: #5a646e;
    font-size: 1.4rem;
}
.privacyPolicyContent .privacyLogoAndText .privacyLink:after{
    content: "";
    display: inline-block;
    padding: 3px;
    margin-left: 6px;
    border-top: solid 1px #5a646e;
    border-right: solid 1px #5a646e;
    transform: rotate(45deg) translateX(-1px);
}
.privacyPolicyContent section>.headingType2{
    margin-bottom: 23px;
}
.privacyPolicyContent section>.headingType2 span{
    margin-bottom: 0;
}
.privacyPolicyContent .sec05 .headingType5,
.privacyPolicyContent .sec04 .headingType5,
.privacyPolicyContent .sec03 .headingType5{
    margin-bottom: 0;
}
.privacyPolicyContent .sec03 a{
    color: #5a646e;
}
.privacyPolicyContent .sec03 a.pdf:after{
    background-image: url(../images/icon_pdf2.png);
}

/* Neo Con */
.neoconContent .main{
    margin-bottom: 85px;
}
.neoconContent .neoconVisual .headingType1{
    margin: 60px 0 25px 0;
}
.neoconContent .containerBlock5__item.neocon1 .containerBlock5__link,
.neoconContent .containerBlock5__item.neocon1 .containerBlock5__heading {
    color: #141e28;
}
.neoconContent .containerBlock5__item.neocon1 .containerBlock5__img {
    background-image: url(../images/neocon_img01sp.jpg);
}
.neoconContent .containerBlock5__item.neocon2 .containerBlock5__img {
    background-image: url(../images/neocon_img02sp.jpg);
}
.neoconContent .containerBlock5__item.neocon3 .containerBlock5__img {
    background-image: url(../images/neocon_img03sp.jpg);
}
.neoconContent .containerBlock5__item.neocon1 .containerBlock5__link:after{
    content: url(../images/icon_outside_neocon1.png);
}
.neoconContent .containerBlock5__item.neocon2 .containerBlock5__link:after,
.neoconContent .containerBlock5__item.neocon3 .containerBlock5__link:after{
    content: url(../images/icon_outside_neocon2.png);
}


.containerBlock5__itemInner {
  display: block;
  color: #fff;
}

.containerBlock5__img {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.containerBlock5__item {
  overflow: hidden;
}
.containerBlock5__item:hover .containerBlock5__img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.containerBlock5__item:hover .containerBlock5__itemInner:after {
  border-width: 10px;
}

.containerBlock5__itemInner {
  display: block;
  color: #fff;
}
.containerBlock5__itemInner:after {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
}

.containerBlock5__img {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}




@media screen and (max-width: 539px) {
  /* ---------------------------
 * Tablet
 * --------------------------- */
  .sp-hide {
    display: none !important;
  }
  .sp-center {
    text-align: center;
  }
  body.is-open .wrap {
    overflow: visible;
  }
  body.is-open .contentWrap {
    display: none;
  }
  .wrap {
    overflow: hidden;
  }
  .content {
    margin-bottom: 40px;
  }
  .content.typeFull .main {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .content.typeLower .main {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .main {
    width: 89%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
  }
  .side {
    margin-bottom: 60px;
  }
  .side.typeSpHide {
    display: none;
  }
  .spFixSizeContent {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
  }
  .fixSizeContent {
    width: 89%;
  }
  .lowerSizeContent {
    width: 89%;
  }
  .lowerSizeContent.typeMarginTop {
    margin-top: 40px;
  }
  .typeSpFull {
    margin-left: -5.5% !important;
    margin-right: -5.5% !important;
  }
  .sectionType1 {
    margin-bottom: 46px;
  }
  .sectionType2 {
    margin-bottom: 26px;
  }
  .sectionType3 {
    margin-bottom: 35px;
  }
  .sectionType4 {
    margin-bottom: 35px;
  }
  .sectionType7 {
    margin-bottom: 45px;
  }
  .sectionType8 {
    margin-bottom: 80px;
  }
  .sectionSPType1 {
    margin-bottom: 25px;
  }
  .sectionSPType2 {
    margin-bottom: 45px;
  }
  .header__inner {
    position: relative;
  }
  .header__logos {
    border-bottom: 1px solid #eee;
    background-color: #fff;
    padding: 14px 0 0;
    height: 49px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .header__logo {
    width: 145px;
    margin: 0 0 0 12px;
    line-height: 0;
  }
  .header__logo a {
    display: block;
  }
  .header__nav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  .header__top {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    box-sizing: border-box;
  }
  .header__companyNav {
    text-align: center;
    margin-bottom: 25px;
  }
  .header__companyNav li:nth-child(2) {
    margin-right: 36px;
    margin-left: 20px;
  }
  .search {
    margin-bottom: 22px;
  }
  .search__input {
    padding: 9px 5px 9px 40px;
  }
  .search__button {
    left: 0;
    margin-top: -22px;
    width: 37px;
    height: 44px;
    background-size: 16px;
  }
  .header__link {
    text-align: center;
  }
  .header__link a {
    display: block;
  }
  .header__bottom {
    width: 100%;
  }
  .menuButton {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
  }
  .menuButton__link {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 30px;
    width: 30px;
    padding-top: 6px;
    box-sizing: border-box;
  }
  body.is-open .header__nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .menuButton__button {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0 0 4px;
  }
  .menuButton__icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -2px 0 0 -10px;
    background-color: #e50001;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .menuButton__icon:before, .menuButton__icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #e50001;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .menuButton__icon:before {
    margin-top: -8px;
  }
  .menuButton__icon:after {
    margin-top: 6px;
  }
  .menuButton__icon.close {
    background: transparent !important;
  }
  .menuButton__icon.close:before, .menuButton__icon.close:after {
    margin-top: 0;
    background-color: #141e28;
  }
  .menuButton__icon.close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menuButton__icon.close:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .globalNav {
    text-align: center;
    margin-bottom: 30px;
  }
  .globalNav a {
    line-height: 52px;
  }
  .globalNav a.is-outside {
    padding: 0;
    background-position: calc(50% + 40px) center;
  }
  .globalNav li {
    font-weight: 400;
  }
  .localNav {
    display: none;
  }
  .sideNav {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
  }
  .sideNav ul {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sideNav a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .sideNav li.sideNav__2nd a {
    padding-left: 12px;
  }
  .sideNav li.sideNav__3rd a {
    padding-left: 23px;
  }
  body.is-open .breadcrumb {
    display: none;
  }
  .breadcrumb__inner {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
  }
  .breadcrumb__inner a {
    line-height: 50px;
  }
  .breadcrumb__first {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .breadcrumb__list li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .breadcrumb__list li span {
    line-height: 50px;
  }
  .breadcrumb__list li:before {
    margin: 0;
  }
  .breadcrumb__list li a {
    padding: 0 10px;
  }
  body.is-open .footer {
    display: none;
  }
  .footer__inner {
    width: 89%;
  }
  .footerNav {
    text-align: center;
    font-size: 0;
    padding: 43px 0 10px;
  }
  .footerNav ul {
    display: inline-block;
    width: 50%;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .footerNav ul:nth-child(even) {
    padding-left: 5%;
  }
  .footerNav li:not(.footerNav__heading) {
    display: none;
  }
  .footerNav li.footerNav__heading {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    line-height: 1;
  }
  .footer__bottom {
    padding-bottom: 10px;
  }
  .footer__companyNav li {
    font-weight: 600;
    font-size: 10px;
    font-size: 1rem;
    margin: 0 25px;
  }
  .footer__companyNav li:first-child {
    margin-left: 0;
  }
  .footer__companyNav li:last-child {
    margin-right: 0;
  }
  .footer__logo {
    width: 134px;
    margin: 35px auto 10px;
  }
  .copyright {
    display: block;
    text-align: center;
  }
  .copyright small {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .columnType3.column3:after {
    content: "";
    display: block;
    clear: both;
  }
  .columnType3.column3 .column__item {
    width: 48%;
  }
  .columnType3.column3 .column__item:nth-child(odd) {
    float: left;
  }
  .columnType3.column3 .column__item:nth-child(even) {
    float: right;
  }
  p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 26.8px;
    line-height: 1.5;
  }
  p.lead {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 36.15px;
    line-height: 1.35;
    letter-spacing: 0.012em;
  }
  p.small {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 27.2px;
  }
  p.small2 {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 27.2px;
  }
  p.caption {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 27.6px;
    line-height: 1.4;
  }
  p.annotation {
    color: #78818c;
    font-size: 1.2rem;
  }
  .leadBlock p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.35;
    margin-bottom: 41.15px;
  }
  .leadBlock.typeSpNarrowBottom p {
    margin-bottom: 18.15px;
  }
  .authorBlock__item img {
    width: 93px;
    height: auto;
  }
  .figureBlock {
    margin-bottom: 30px;
  }
  .figureBlock figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .lineType1 {
    margin: 45px 0;
  }
  .headingType1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
    margin-bottom: 46px;
  }
  .headingType1 span {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 46px;
  }
  .headingType2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 26.5px;
  }
  .headingType2 span {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 27.375px;
  }
  .headingType3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 25.2px;
  }
  .headingType4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 26.4px;
  }
  .headingType4.typeNarrowBottom {
    margin-bottom: 6.4px;
  }
  .headingType5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 26.8px;
  }
  .headingType6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 17.2px;
  }
  .headingType7 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 7.4px;
  }
  .headingType8 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
  .headingType9 {
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .headingType10 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 600;
  }
  .headingType11 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .headingType12 {
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .headingType13 {
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .headingType14 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .buttonGroup {
    text-align: center;
    margin-bottom: 15px;
  }
  .buttonType1 {
    padding: 13px 14px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px;
    min-width: 143px;
  }
  .buttonType2 {
    padding: 13px 17px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px;
    min-width: 143px;
  }
  .buttonType3 {
    padding: 13px 17px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px;
    min-width: 143px;
  }
  .buttonType4 {
    padding: 13px 14px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px;
    min-width: 143px;
  }

  .listType1 .listType1 {
    margin-top: 8px;
    margin-left: .5em;
  }
  .tableScroll th, .tableScroll td {
    white-space: nowrap;
    padding: 25px 25px 25px 0;
  }
  .tableScroll tr th:last-child, .tableScroll tr td:last-child {
    padding-right: 10px;
  }
  .tableScroll th {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .tableScroll::-webkit-scrollbar {
    height: 5px;
  }
  .tableScroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #eee;
  }
  .tableScroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #666;
  }
  .tableListType1__heading {
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0;
    border-top: 1px solid #dce1e5;
  }
  .tableListType1__heading.typeEmpty {
    display: none;
  }
  .tableListType1__heading.typeHasBd {
    border-bottom: 1px solid #dce1e5;
  }
  .tableListType1__subHeading {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 25px;
  }
  .tableListType1__subHeading.typeEmpty {
    display: none;
  }
  .tableListType1__subHeading.typeHasBd {
    border-bottom: 1px solid #dce1e5;
  }
  .tableListType1__description {
    margin-bottom: 25px;
  }
  .tableListType1__description p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .tableListType1__description .tableListType1__attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tableListType1__lead {
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .tableListType1__lead + .tableListType1__attention {
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .tableListType1__lead a {
    font-weight: 400;
  }
  .tableListType1__attention {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .tableListType2 {
    border-bottom: 1px solid rgba(19, 30, 39, 0.1);
  }
  .tableListType2__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(19, 30, 39, 0.1);
  }
  .tableListType2__row.typeNoBdPrev .tableListType2__textCell {
    padding-bottom: 12px;
  }
  .tableListType2__row.typeNoBd {
    border-top: 0;
  }
  .tableListType2__row.typeNoBd .tableListType2__textCell {
    padding-bottom: 12px;
  }
  .tableListType2__row.typeNoBdLast {
    border-top: 0;
  }
  .tableListType2__row.typeSpColspan .tableListType2__parentCell {
    width: 100%;
  }
  .tableListType2__parentCell {
    width: 50%;
  }
  .tableListType2__parentCell:first-child .tableListType2__headingCell, .tableListType2__parentCell:first-child .tableListType2__textCell {
    padding-right: 2px;
  }
  .tableListType2__parentCell:last-child .tableListType2__headingCell, .tableListType2__parentCell:last-child .tableListType2__textCell {
    padding-left: 2px;
  }
  .tableListType2__headingCell {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 1px;
  }
  .tableListType2__headingCell.typeEmpty {
    display: none;
  }
  .tableListType2__headingCell.typeShadow {
    display: none;
  }
  .tableListType2__headingCell.typeSpShadow {
    display: block;
  }
  .tableListType2__textCell {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 1px;
    padding-bottom: 23px;
  }
  .tableListType3 {
    border-bottom: 1px solid rgba(19, 30, 39, 0.1);
  }
  .tableListType3__heading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 20px 0 5px;
    border-top: 1px solid rgba(19, 30, 39, 0.1);
  }
  .tableListType3__description {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 0 20px;
  }
  .accordion {
    margin-bottom: 11px;
  }
  .accordion__heading {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 11px;
    padding-right: 30px;
  }
  .accordion__body {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .anchorListType1 {
    display: none;
  }
  .anchorSelectType1 {
    position: relative;
    border-bottom: 1px solid #e1e6eb;
    margin-bottom: 40px;
  }
  .anchorSelectType1__text {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 15px;
    position: relative;
    color: #141e28;
  }
  .anchorSelectType1__text:after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../images/arrow01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    position: absolute;
    top: 7px;
    right: 12px;
  }
  .anchorSelectType1__select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1.01;
    opacity: .01;
  }
  .pageTop {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
    margin-bottom: 45px;
  }
  .pageTop a {
    padding: 5px 25px 5px 0;
  }
  .pageTop a:after {
    top: 0;
    right: -5px;
  }
  .anchorIconList {
    display: none;
  }
  .anchorListType2 {
    display: none;
  }
  .anchorSelectType2 {
    background-color: #141e28;
    color: #fff;
    position: relative;
    border-radius: 2px;
  }
  .anchorSelectType2__text {
    padding: 0 15px;
    line-height: 45px;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .anchorSelectType2__text:after {
    content: "»";
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .anchorSelectType2__select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1.01;
    opacity: .01;
  }
  .tabGroup {
    margin-bottom: 20px;
  }
  .tabList {
    display: none;
  }
  .tabSelect {
    position: relative;
    border-bottom: 1px solid #e1e6eb;
  }
  .tabSelect__text {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 15px;
    position: relative;
    color: #141e28;
  }
  .tabSelect__text:after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../images/arrow01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    position: absolute;
    top: 7px;
    right: 12px;
  }
  .tabSelect__select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1.01;
    opacity: .01;
  }
  .informationBlock {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
  }
  .informationBlock__heading {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .itemListType1__item {
    margin-bottom: 15px;
  }
  .itemListType1__item:after {
    content: "";
    display: block;
    clear: both;
  }
  .itemListType1__image {
    float: left;
    width: 32.5%;
  }
  .itemListType1__text {
    width: 63.5%;
    float: right;
  }
  .itemListType2__heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .itemListType2__item {
    margin-bottom: 40px;
  }
  .itemListType3__item {
    margin-bottom: 25px;
  }
  .itemListType3__item:after {
    content: "";
    display: block;
    clear: both;
  }
  .itemListType3__image {
    float: left;
    width: 50%;
  }
  .itemListType3__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    width: 50%;
    padding-left: 15px;
    float: right;
    box-sizing: border-box;
  }
  .bx-controls {
    position: relative;
  }
  .bx-controls-direction a {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
  }
  .bx-controls-direction a:before {
    width: 10px;
    height: 10px;
  }
  .bx-controls-direction a.bx-prev {
    left: 0;
  }
  .bx-controls-direction a.bx-next {
    right: 0;
  }
  .topMainVisual {
    height: 320px;
    margin-bottom: 35px;
    background-position: center center;
    background-image: url(../images/top_mainvisual.jpg);
  }
  .topMainVisual__inner {
    width: 89%;
  }
  .topMainVisual__heading {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
    color: #fff;
    margin-top: 36px;
    margin-bottom: 21px;
  }
  .topLead {
    margin-bottom: 35px;
  }
  .topLead__heading {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 11.5px;
  }
  .topLead__description {
    margin-bottom: 26px;
  }
  .menuSlider {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .menuSlider .bx-viewport {
    overflow: visible !important;
    margin-bottom: 25px;
  }
  .menuSlider__text {
    font-weight: 400;
    line-height: 1.2;
  }
  .menuSlider__item {
    background-color: #f0f0f0;
    padding: 25px 0 15px;
  }
  .menuSlider__img img {
    width: auto;
    height: 47px;
  }
  .itemSliderType1 {
    margin-bottom: 40px;
  }
  .itemSliderType1 .bx-viewport {
    overflow: visible !important;
    margin-bottom: 15px;
  }
  .itemSliderType1__heading {
    font-weight: 600;
    margin-bottom: 13.4px;
  }
  .itemSliderType2 {
    margin-bottom: 10px;
  }
  .itemSliderType2 .bx-viewport {
    overflow: visible !important;
    margin-bottom: 15px;
  }
  .itemSliderType2__heading {
    font-weight: 600;
    margin-bottom: 13.4px;
  }
  .itemSliderType3 {
    margin-bottom: 40px;
  }
  .itemSliderType3 .bx-viewport {
    overflow: visible !important;
    margin-bottom: 15px;
  }
  .itemType1__img {
    margin-bottom: 10px;
  }
  .itemType1__img img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .itemType1__img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .itemType1__img:hover:after {
    border-width: 6px;
  }
  .itemType1__name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .itemType2 {
    margin-bottom: 45px;
  }
  .itemType2__img {
    margin-bottom: 25px;
  }
  .itemType2__heading {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .topNews {
    padding: 35px 0 45px;
  }
  .topNews__inner {
    width: 89%;
  }
  .topNews__heading {
    line-height: 1;
    margin: 0 0 10px;
  }
  .topNews__title {
    line-height: 1.5;
    margin: 0 0 25px;
  }
  .containerBlock1 {
    overflow: hidden;
  }
  .containerBlock1.column1 .containerBlock1__item {
    width: 100%;
  }
  .containerBlock1.column1 .containerBlock1__img {
    width: 100%;
    height: 0;
    padding-top: calc(405 / 320 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .containerBlock1.column1 .containerBlock1__text {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  .containerBlock1.column1 .containerBlock1__link {
    bottom: 40px;
  }
  .containerBlock1.column2 .containerBlock1__item {
    width: 100%;
  }
  .containerBlock1.column2 .containerBlock1__img {
    width: 100%;
    height: 0;
    padding-top: calc(250 / 320 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .containerBlock1.column2 .containerBlock1__text {
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
  }
  .containerBlock1__item.containerTop1 .containerBlock1__link {
    color: rgba(255, 255, 255, 0.6);
  }
  .containerBlock1__item.containerTop1 .containerBlock1__img {
    background-image: url(../images/top_img01_pc.jpg);
  }
  .containerBlock1__item.containerTop2 .containerBlock1__subHeading {
    color: rgba(19, 30, 39, 0.8);
  }
  .containerBlock1__item.containerTop2 .containerBlock1__img {
    background-image: url(../images/top_img02_pc.jpg);
  }
  .containerBlock1__item.containerTop3 .containerBlock1__link {
    color: rgba(255, 255, 255, 0.6);
  }
  .containerBlock1__item.containerTop3 .containerBlock1__img {
    background-image: url(../images/top_img03_pc.jpg);
  }
  .containerBlock1__item.containerTop4 .containerBlock1__link {
    color: rgba(255, 255, 255, 0.6);
  }
  .containerBlock1__item.containerTop4 .containerBlock1__img {
    background-image: url(../images/top_img04_pc.jpg);
  }
  .containerBlock1__item.containerTop8 .containerBlock1__link {
    color: rgba(255, 255, 255, 0.6);
  }
  .containerBlock1__item.containerTop8 .containerBlock1__img {
    background-image: url(../images/top_img08_pc.jpg);
  }
  .containerBlock1__item.containerTop9 .containerBlock1__link {
    color: rgba(255, 255, 255, 0.6);
  }
  .containerBlock1__item.containerTop9 .containerBlock1__img {
    background-image: url(../images/top_img09_pc.jpg);
  }
  .containerBlock1__item.containerTop5 .containerBlock1__img {
    background-image: url(../images/top_img05_pc.png);
  }
  .containerBlock1__text {
    width: 89%;
    left: 5.5%;
  }
  .containerBlock1__subHeading {
    font-size: 3vw;
    margin-bottom: 10px;
  }
  .containerBlock1__heading {
    font-size: 8.0vw;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .containerBlock1__heading.typeOutSide:after {
    vertical-align: top;
    width: 19px;
    height: 14px;
    background-size: 19px auto;
    margin-left: 7px;
    margin-top: 6px;
  }
  .containerBlock1__link {
    width: 89%;
    left: 5.5%;
    bottom: 30px;
    font-size: 12px;
  }
  .containerBlock1__description {
    margin-bottom: 0;
  }
  .containerBlock2 {
    width: 89%;
    position: relative;
  }
  .containerBlock2.containerTop6 {
    border-bottom: 1px solid #e1e6eb;
  }
  .containerBlock2.containerTop6 .containerBlock2__img {
    width: 164px;
    height: 287px;
    background-image: url(../images/top_img06_pc.png);
    background-size: 164px auto;
    position: absolute;
    bottom: 0;
    right: -6%;
  }
  .containerBlock2__inner {
    padding: 40px 0 0;
  }
  .containerBlock2__flexItem {
    padding-top: 25px;
    padding-bottom: 22px;
    box-sizing: border-box;
  }
  .containerBlock2__flexItem:nth-child(1) {
    border-bottom: 1px solid #dce1e5;
  }
  .containerBlock2__flexItem:nth-child(2) {
    height: 325px;
    padding-bottom: 0;
  }
  .containerBlock2__flexItem:nth-child(2) .containerBlock2__description {
    margin-right: 105px;
  }
  .containerBlock2__flexItem .containerBlock2__heading {
    padding-top: 15px;
  }
  .containerBlock2__quote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.35;
  }
  .containerBlock2__quote:before {
    top: -27px;
    left: 0;
  }
  .containerBlock2__quote:after {
    bottom: -25px;
    right: 0;
  }
  .containerBlock2__source {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .containerBlock2__heading {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .containerBlock2__description {
    color: #5a646e;
    margin-bottom: 20px;
  }
  .containerBlock3 {
    margin-bottom: 43px;
  }
  .containerBlock3__item.containerDiscover1 .containerBlock3__img {
    background-image: url(../images/discover_img01_pc.jpg);
  }
  .containerBlock3__item.containerDiscover2 .containerBlock3__img {
    background-image: url(../images/discover_img02_pc.jpg);
  }
  .containerBlock3__item.containerDiscover3 .containerBlock3__img {
    background-image: url(../images/discover_img03_pc.jpg);
  }
  .containerBlock3__item.containerDiscover4 .containerBlock3__img {
    background-image: url(../images/discover_img04_pc.jpg);
  }
  .containerBlock3__item.containerDiscover5 .containerBlock3__img {
    background-image: url(../images/discover_img05_pc.jpg);
  }
  .containerBlock3__item.containerDiscover6 .containerBlock3__img {
    background-image: url(../images/discover_img06_pc.jpg);
  }
  .containerBlock3__item.containerDiscover7 .containerBlock3__img {
    background-image: url(../images/discover_img07_pc.jpg);
  }
  .containerBlock3__item.containerDiscover8 .containerBlock3__img {
    background-image: url(../images/discover_img08_pc.jpg);
  }
  .containerBlock3__item.containerDiscover9 .containerBlock3__img {
    background-image: url(../images/discover_img09_pc.jpg);
  }
  .containerBlock3__case .containerBlock3__img {
    padding-top: calc(175 / 320 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
  }
  .containerBlock3__case .containerBlock3__text {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  .containerBlock3__case .containerBlock3__link {
    bottom: 15%;
  }
  .containerBlock3__img {
    padding-top: calc(250 / 320 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
  }
  .containerBlock3__text {
    width: 89%;
    left: 5.5%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  .containerBlock3__subHeading {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .containerBlock3__heading {
    font-size: 8.5vw;
    line-height: 1.25;
  }
  .containerBlock3__quote {
    font-size: 5.4vw;
    line-height: 1.4;
  }
  .containerBlock3__link {
    width: 89%;
    left: 5.5%;
    bottom: 10%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .containerBlock4__item.column1 .containerBlock4__img {
    padding-top: calc(200 / 320 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
  }
  .containerBlock4__item.column1 .containerBlock4__text {
    padding-bottom: 50px;
  }
  .containerBlock4__item.column2 .containerBlock4__img {
    padding-top: calc(190 / 320 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
  }
  .containerBlock4__item.column2 .containerBlock4__text {
    padding-bottom: 40px;
  }
  .containerBlock4__item.containerProduct1 .containerBlock4__img {
    background-image: url(../images/products_img01_sp.jpg);
  }
  .containerBlock4__item.containerProduct2 .containerBlock4__img {
    background-image: url(../images/products_img02_sp.jpg);
  }
  .containerBlock4__item.containerProduct3 .containerBlock4__img {
    background-image: url(../images/products_img03_sp.jpg);
  }
  .containerBlock4__item.containerProduct4 {
    border-bottom: 1px solid #dce1e5;
    margin-bottom: 40px;
  }
  .containerBlock4__item.containerProduct4 .containerBlock4__img {
    background-image: url(../images/products_img04_sp.jpg);
  }
  .containerBlock4__text {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 28px;
  }
  .containerBlock4__icon {
    text-align: center;
    margin-bottom: 5px;
  }
  .containerBlock4__icon img {
    width: auto;
    height: 27px;
  }
  .containerBlock4__heading {
    text-align: center;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .containerBlock4__description {
    line-height: 1.4;
  }
  .containerBlock4__button {
    text-align: center;
  }
  .discoverVisual__img {
    width: 100%;
    height: 0;
    padding-top: calc(250 / 320 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/discover_mainvisual_sp.jpg);
  }
  .discoverVisual__inner {
    width: 89%;
  }
  .discoverVisual__heading {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
    margin-top: 36px;
    margin-bottom: 23px;
  }
  .discoverVisual__description {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36;
    margin-bottom: 43px;
  }
  .productVisual {
    margin-bottom: 35px;
  }
  .productVisual__inner {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  .productVisual__subHeading {
    margin-bottom: 8px;
  }
  .productVisual__heading {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .productBrand {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
  }
  .productBrand__head {
    margin-bottom: 50px;
  }
  .productBrand__icon {
    margin-bottom: 5px;
  }
  .productBrand__icon img {
    width: auto;
    height: 27px;
  }
  .productBrand__heading {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .productBrand__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .productBrand__item {
    border-bottom: 1px solid #dce1e5;
    margin-bottom: 40px;
  }
  .productBrand__item:last-child {
    border-bottom: 0;
    margin-bottom: 50px;
  }
  .productBrand__name img {
    width: auto;
    height: 47px;
  }
  .productBrand__bodyButton {
    text-align: center;
    margin-bottom: 30px;
  }
  .productBrand__slider {
    margin-bottom: 45px;
  }
  .visualLink {
    display: table;
    width: 100%;
    position: relative;
  }
  .visualLink__item {
    display: table-cell;
    width: 50%;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
  }
  .visualLink__item:nth-child(2) {
    border-left: 1px solid #eee;
  }
  .visualLink__item:last-child .visualLink__menu:before {
    left: auto;
    right: 7px;
  }
  .visualLink__item:last-child .visualLink__menu:after {
    left: auto;
    right: 6px;
  }
  .visualLink__button {
    font-size: 12px;
    font-size: 1.2rem;
    color: rgba(19, 30, 39, 0.6);
    line-height: 38px;
    font-weight: 600;
    padding: 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  .visualLink__button:after {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .visualLink__menu {
    left: 6px;
    right: 6px;
    top: 50px;
  }
  .visualLink__menuInner {
    padding-top: 20px;
  }
  .visualLink__links {
    padding-left: 20px;
  }
  .visualLink__link {
    margin-bottom: 21px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .visualLink__link span {
    display: block;
    line-height: 25px;
    padding-left: 45px;
  }
  .visualLink__subLinks {
    padding-left: 45px;
    margin-top: 10px;
  }
  .visualLink__subLink {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .visualLink__sns {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding-bottom: 10px;
  }
  .productBrandVisual {
    margin-bottom: 20px;
  }
  .productBrandVisual .productBrandVisual__img.pc {display: none;}
  .productBrandVisual .productBrandVisual__img.sp {display: block;}
  .productBrandVisual__img {
    width: 100%;
    height: 0;
    padding-top: calc(180 / 320 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
    margin-bottom: 30px;
  }
  .productBrandVisual__text {
    text-align: center;
  }
  .productBrandVisual__subHeading {
    font-size: 10px;
    font-size: 1rem;
    color: #5a646e;
    margin-bottom: 10px;
  }
  .productBrandVisual__heading {
    margin-bottom: 0;
  }
  .productBrandVisual__heading img {
    width: auto;
    height: 44px;
  }
  .productCategoryVisual .productCategoryVisual__img.pc {display: none;}
  .productCategoryVisual .productCategoryVisual__img.sp {display: block;}
  .productCategoryVisual__img {
    width: 100%;
    height: 0;
    padding-top: calc(180 / 320 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
    margin-bottom: 30px;
  }
  .productCategoryVisual__text {
    text-align: center;
  }
  .productCategoryVisual__icon {
    margin-bottom: 5px;
  }
  .productCategoryVisual__icon img {
    width: auto;
    height: 27px;
  }
  .productCategoryVisual__heading {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .productLowerVisual__img {
    margin-bottom: 40px;
  }
  .productLowerVisual__text {
    margin-bottom: 35px;
  }
  .productLowerVisual__heading {
    text-align: center;
  }
  .productItemTitle {
    border-top: 1px solid #bec8d2;
    margin-bottom: 25px;
  }
  .productItemTitle__logo {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .productItemTitle__subTitle {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .productItemTitle__title {
    text-align: center;
  }
  .globalNetworkBlock .headingType7 {
    text-align: center;
  }
  .globalNetworkVisual {
    width: 89%;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .globalNetworkVisual__heading {
    line-height: 1.2;
    font-size: 38px;
    font-size: 3.8rem;
    margin-bottom: 10px;
  }
  .newsList {
    margin-bottom: 50px;
  }
  .newsList__data {
    padding: 27px 0 0;
  }
  .newsList__title {
    padding: 0 0 22px;
    border-bottom: 1px solid rgba(20, 30, 40, 0.1);
  }
  .convocationNotices .newsList__title{
    padding-top: 22px;
  }
  .newsList__title a[href$=".pdf"] {
    padding-right: 40px;
  }
  .newsList__title a[href$=".pdf"]:after {
    width: 22px;
    height: 27px;
    top: 3px;
    background-size: 22px auto;
  }
  .newsDetailHead {
    margin-bottom: 20px;
  }
  .newsDetailHead__data {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .newsDetailHead__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .pagerType1__list li {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    width: 52px;
  }
  .pagerType1__list li:first-child {
    width: 36px;
    text-align: left;
  }
  .pagerType1__list li:last-child {
    width: 36px;
    text-align: right;
  }
  .pagerType1__list a {
    text-align: center;
    display: inline-block;
    min-width: 20px;
    padding-bottom: 10px;
  }
  .pagerType1__control {
    position: relative;
    margin-top: 25px;
    height: 20px;
  }
  .pagerType1__control:after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: rgba(20, 30, 40, 0.1);
    position: absolute;
    top: -2px;
    left: 50%;
  }
  .pagerType1__control a {
    position: absolute;
    width: 10px;
    height: 20px;
    top: 0;
  }
  .pagerType1__control a:before {
    width: 10px;
    height: 10px;
  }
  .pagerType1__control .prev {
    left: 50%;
    margin-left: -90px;
  }
  .pagerType1__control .next {
    right: 50%;
    margin-right: -90px;
  }
  .pageControl {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pageControl a {
    display: inline-block;
  }
  .snsList {
    padding: 20px 0 0;
    margin-bottom: 45px;
  }
  .snsList + .pageControl {
    margin-top: -20px;
  }
  .snsList__item {
    margin-bottom: 10px;
  }
  .colorList__list {
    margin-right: -12px;
  }
  .colorList__item {
    width: 33.3%;
    padding-right: 12px;
    margin-bottom: 28.8px;
    box-sizing: border-box;
  }
  .colorList__image {
    margin-bottom: 9.8px;
  }
  .galleryList {
    margin-bottom: 10px;
  }
  .galleryList__item {
    margin-bottom: 12px;
  }
  .trademarkAnnotation {
    width: 90%;
    margin: 0 auto 40px;
  }
  .trademarkAnnotation p{
    margin: 0;
    color: #78818c;
    text-align: center;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 500px) {
  /* ---------------------------
 * Mobile
 * --------------------------- */
}

@media screen and (min-width: 540px) {
  /* ---------------------------
 * PC
 * --------------------------- */
  .pc-hide {
    display: none !important;
  }
  .pc-center {
    text-align: center;
  }
  .wrap {
    min-width: 1120px;
  }
  .content {
    max-width: 1000px;
  }

  .contentWrap {
  overflow: hidden;
  background: url(../images/bg_line.png) center top repeat-y;
  }

  .content.typeFull {
    max-width: 1440px;
  }
  .content.typeFull:after {
    content: "";
    display: block;
    clear: both;
  }
  .content.typeLower {
    width: 700px;
  }
  .content.typeLower:after {
    content: "";
    display: block;
    clear: both;
  }
  .content.type2column {
    margin-top: 73px;
  }
  .content.type2column:after {
    content: "";
    display: block;
    clear: both;
  }
  .content.type2column .main {
    float: left;
    width: 700px;
    margin-bottom: 80px;
  }
  .content.type2column .side {
    float: right;
    width: 264px;
  }
  .content.typeLower:after {
    content: "";
    display: block;
    clear: both;
  }
  .content.typeLower .main {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .main {
    margin-bottom: 65px;
  }
  .side {
    margin-bottom: 80px;
  }
  .side + * {
    clear: both;
  }
  .side.typePcHide {
    display: none;
  }
  .fixSizeContent {
    width: 1440px;
  }
  .fixChangeContent {
    width: 1000px;
  }
  .lowerSizeContent {
    width: 700px;
  }
  .lowerSizeContent.typeMarginTop {
    margin-top: 40px;
  }
  .sectionType0 {
    margin-bottom: 0;
  }
  .sectionType1 {
    margin-bottom: 56px;
  }
  .sectionType2 {
    margin-bottom: 26px;
  }
  .sectionType3 {
    margin-bottom: 31px;
  }
  .sectionType4 {
    margin-bottom: 50px;
  }
  .sectionType5 {
    margin-bottom: 76px;
  }
  .sectionType6 {
    margin-bottom: 60px;
  }
  .sectionType7 {
    margin-bottom: 45px;
  }
  .sectionType8 {
    margin-bottom: 76px;
  }
  .header {
    border-bottom: 1px solid rgba(20, 30, 40, 0.1);
  }
  .header__inner {
    padding-right: 50px;
    padding-left: 10px;
  }
  .header__logos {
    float: left;
  }
  .header__logo {
    width: 236px;
    <!-- margin: 39px 0 0 0;-->
  }
  .menuButton {
    display: none;
  }
  .header__nav {
    float: left;
    margin-top: 28px;
	padding-left:30px;
  }
  .header__top {
    text-align: right;
    margin-bottom: 10px;
  }
  .header__top a:hover {
    text-decoration: underline;
  }
  .header__companyNav {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .header__companyNav li {
    margin-right: 20px;
    line-height: 28px;
  }
  .search {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin-right: 20px;
  }
  .search__input {
    height: 26px;
    font-size: 1.2rem;
    padding: 1px 5px 1px 30px;
  }
  .search__button {
    left: 0;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background-size: 12px;
  }
  .header__link {
    /*font-size: 12px;
    font-size: 1.2rem;*/
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 28px;
  }
  .globalNav ul {
    font-size: 0;
  }
  .globalNav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    font-weight: 600;
  }
  .globalNav li:last-child {
    margin-right: 0;
  }
  .globalNav li.is-current a:after {
    height: 3px;
  }
  .globalNav a {
    padding-bottom: 15px;
    position: relative;
  }
  .globalNav a:after {
    content: "";
    width: 100%;
    height: 0;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: .15s;
    transition: .15s;
  }
  .globalNav a:hover:after {
    height: 3px;
  }
  .localNav {
    background-color: rgba(20, 30, 40, 0.05);
    border-bottom: 1px solid rgba(20, 30, 40, 0.1);
  }
  .localNav.typeFixed {
    position: absolute;
    width: 100%;
    background-color: rgba(20, 30, 40, 0.15);
  }
  .localNav.typeFixed a {
    color: #fff;
  }
  .localNav__inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .localNav__inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
  }
  .localNav__inner li {
    display: inline-block;
    font-size: 12px;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0 22px;
  }
  .localNav__inner li.is-current {
    font-weight: 600;
  }
  .localNav__inner li.is-current a:after {
    opacity: 1;
  }
  .localNav__inner a {
    color: #131e27;
    text-decoration: none;
    display: block;
    line-height: 39px;
    position: relative;
  }
  .localNav__inner a:after {
    opacity: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #141e28;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .localNav__inner a:hover:after {
    opacity: 1;
  }
  .sideNav ul {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sideNav li.sideNav__1st {
    display: none;
  }
  .sideNav li.sideNav__3rd a {
    padding-left: 23px;
  }
  .sideNav a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .sideNav a:hover {
    background-color: rgba(20, 30, 40, 0.05);
  }
  .sideNav a.active {
    background-color: rgba(20, 30, 40, 0.05);
    font-weight: 600;
  }
  .breadcrumb__inner a {
    line-height: 40px;
  }
  .breadcrumb__first {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .breadcrumb__list li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .breadcrumb__list li span {
    line-height: 40px;
  }
  .breadcrumb__list li:before {
    margin: 0 9px;
  }
  .breadcrumb__list li a {
    padding: 0 10px;
  }
  .footerNav {
    padding: 50px 0 60px;
  }
  .footerNav ul {
    float: left;
    width: 175px;
  }
  .footerNav ul:last-child {
    width: 100px;
  }
  .footerNav li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 11px;
    font-weight: 300;
  }
  .footerNav li.footerNav__heading {
    font-weight: 500;
  }
  .footer__bottom {
    padding-bottom: 30px;
  }
  .footer__companyNav {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
  }
  .footer__companyNav li {
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 10px;
  }
  .footer__logo {
    float: left;
    width: 175px;
    position: relative;
    z-index: 1;
  }
  .copyright {
    float: right;
    position: relative;
    z-index: 1;
    padding-top: 15px;
  }
  .copyright small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .columnType1 {
    max-width: 1440px;
  }
  .columnType1:after {
    content: "";
    display: block;
    clear: both;
  }
  .columnType1.column2 .column__item {
    width: 50%;
    float: left;
  }
  .columnType1.column2 .column__item:first-child {
    padding-right: 1px;
  }
  .columnType1.column3 .column__item {
    width: 33.3%;
    float: left;
  }
  .columnType1.column3 .column__item:not(:first-child) {
    padding-left: 1px;
  }
  .columnType1.column3 .column__item:nth-child(3n+1) {
    clear: left;
  }
  .columnType1.column4 .column__item {
    width: 25%;
    float: left;
  }
  .columnType1.column4 .column__item:not(:first-child) {
    padding-left: 1px;
  }
  .columnType1.column4 .column__item:nth-child(4n+1) {
    clear: left;
  }
  .columnType2:after {
    content: "";
    display: block;
    clear: both;
  }
  .columnType2.column2 .column__item:first-child {
    width: 700px;
    float: left;
  }
  .columnType2.column2 .column__item:nth-child(2) {
    width: 264px;
    float: right;
  }
  .columnType2.column3 .column__item {
    width: 31%;
    float: left;
  }
  .columnType2.column3 .column__item:nth-child(3n+2) {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .columnType2.column3 .column__item:nth-child(3n+1) {
    clear: left;
  }
  .columnType3:after {
    content: "";
    display: block;
    clear: both;
  }
  .columnType3.column2-1 .column__item {
    width: 50%;
    float: left;
  }
  .columnType3.column2-1 .column__item:nth-child(odd) {
    clear: left;
    padding-right: 1px;
  }
  .columnType3.column2-2 .column__item {
    width: 47.5%;
    float: left;
  }
  .columnType3.column2-2 .column__item:nth-child(odd) {
    margin-right: 2.5%;
    clear: left;
  }
  .columnType3.column2-2 .column__item:nth-child(even) {
    margin-left: 2.5%;
  }
  .columnType3.column2-3 .column__item {
    width: 48%;
    float: left;
  }
  .columnType3.column2-3 .column__item:nth-child(odd) {
    margin-right: 2%;
    clear: left;
  }
  .columnType3.column2-3 .column__item:nth-child(even) {
    margin-left: 2%;
  }
  .columnType3.column3 .column__item {
    width: 30%;
    float: left;
  }
  .columnType3.column3 .column__item:nth-child(2), .columnType3.column3 .column__item:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .columnType3.column3 .column__item:nth-child(3n+1) {
    clear: left;
  }
  p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 26.8px;
    line-height: 1.5;
  }
  p.lead {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 41.6px;
    line-height: 1.5;
    letter-spacing: 0.012em;
  }
  p.small {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 27.2px;
  }
  p.small2 {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 27.2px;
  }
  p.caption {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 28.8px;
    line-height: 1.2;
  }
  p.annotation {
    color: #78818c;
    font-size: 1.4rem;
  }
  p.typeNarrowBottom {
    margin-bottom: 16.8px;
  }
  .leadBlock {
    margin-bottom: 40px;
    margin-bottom: 39px;
  }
  .leadBlock p {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .figureBlock {
    text-align: center;
    margin-bottom: 40px;
  }
  .figureBlock.typeLower {
    width: 700px;
  }
  .figureBlock figcaption {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .authorBlock__item img {
    height: auto;
  }
  .lineType1 {
    margin: 40px 0 75px;
  }
  .headingType1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2;
    margin-bottom: 55.2px;
  }
  .headingType1 span {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 56.4px;
  }
  .headingType1.typeNarrowBottom {
    margin-bottom: 9.4px;
  }
  .headingType1.typeNarrowBottom span {
    margin-bottom: 9.4px;
  }
  .headingType2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.2;
    margin-bottom: 25.8px;
  }
  .headingType2 span {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 32.8px;
  }
  .headingType3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 30.4px;
  }
  .headingType4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20.4px;
  }
  .headingType4.typeNarrowBottom {
    margin-bottom: 16.4px;
  }
  .headingType5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 20.8px;
  }
  .headingType6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 7.2px;
  }
  .headingType7 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 19.4px;
  }
  .headingType8 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 55px;
  }
  .headingType9 {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .headingType10 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.4;
  }
  .headingType11 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .headingType12 {
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .headingType13 {
    margin-bottom: 25px;
    line-height: 1.6;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .headingType14 {
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .buttonGroup {
    margin-bottom: 5px;
  }
  .buttonType1 {
    padding: 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 2px;
    min-width: 95px;
  }
  .buttonType1.typeHigh {
    padding: 12px 10px;
  }
  .buttonType2 {
    padding: 10px 13px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 2px;
    min-width: 95px;
  }
   .buttonType3 {
    padding: 10px 10px;
    font-size: 14px;
    font-size: 1.6rem;
    border-radius: 2px;
    min-width: 95px;
  }
  .buttonType3.typeHigh {
    padding: 18px 24px;
  }
  .buttonType4 {
    padding: 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 2px;
    min-width: 95px;
  }
  .buttonType4.typeHigh {
    padding: 12px 10px;
  }
  .listType1 .listType1 {
    margin-top: 8px;
    margin-left: 1.2em;
  }
  .tableScroll th, .tableScroll td {
    padding: 25px 60px 25px 0;
  }
  .tableScroll tr th:last-child, .tableScroll tr td:last-child {
    padding-right: 20px;
  }
  .tableScroll th {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .tableListType1 {
    border-top: 1px solid #dce1e5;
    display: table;
  }
  .tableListType1.typeNoBd .tableListType1__row {
    display: table-row;
  }
  .tableListType1.typeNoBd .tableListType1__row:last-child .tableListType1__heading, .tableListType1.typeNoBd .tableListType1__row:last-child .tableListType1__subHeading, .tableListType1.typeNoBd .tableListType1__row:last-child .tableListType1__description {
    border-bottom: 0;
  }
  .tableListType1.TypeGlobalNetwork .tableListType1__heading {
    width: 115px;
  }
  .tableListType1.TypeGlobalNetwork .tableListType1__subHeading {
    width: 165px;
  }
  .tableListType1 + .pageTop {
    margin-bottom: 100px;
  }
  .tableListType1__row {
    display: table-row;
  }
  .tableListType1__heading {
    display: table-cell;
    border-bottom: 1px solid #dce1e5;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 27px 0 25px 0;
  }
  .tableListType1__heading.typeEmpty {
    border-bottom: 0;
  }
  .tableListType1__heading.typeNoBd {
    border-bottom: 0;
  }
  .tableListType1__heading.typeHasBd {
    border-bottom: 1px solid #dce1e5;
  }
  .tableListType1__subHeading {
    display: table-cell;
    border-bottom: 1px solid #dce1e5;
    padding: 27px 0 25px 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.37;
  }
  .tableListType1__subHeading.typeEmpty {
    border-bottom: 0;
  }
  .tableListType1__subHeading.typeNoBd {
    border-bottom: 0;
  }
  .tableListType1__subHeading.typeHasBd {
    border-bottom: 1px solid #dce1e5;
  }
  .tableListType1__description {
    display: table-cell;
    border-bottom: 1px solid #dce1e5;
    padding: 27px 10px 35px 20px;
  }
  .tableListType1__description p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 18px;
    margin-bottom: 0;
    line-height: 1.6;
  }
  .tableListType1__description .tableListType1__attention {
    margin-bottom: 18px;
  }
  .tableListType1__lead {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .tableListType1__lead + .tableListType1__attention {
    margin-top: 0;
  }
  .tableListType2 {
    display: table;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(19, 30, 39, 0.1);
  }
  .tableListType2__row {
    display: table-row;
  }
  .tableListType2__row.typeNoBdPrev .tableListType2__headingCell {
    padding: 20px 0 10px;
  }
  .tableListType2__row.typeNoBdPrev .tableListType2__textCell {
    padding: 20px 0 10px;
  }
  .tableListType2__row.typeNoBd .tableListType2__headingCell {
    border-top: 0;
    padding: 10px 0;
  }
  .tableListType2__row.typeNoBd .tableListType2__textCell {
    border-top: 0;
    padding: 10px 0;
  }
  .tableListType2__row.typeNoBdLast .tableListType2__headingCell {
    border-top: 0;
    padding: 10px 0 15px;
  }
  .tableListType2__row.typeNoBdLast .tableListType2__textCell {
    border-top: 0;
    padding: 10px 0 15px;
  }
  .tableListType2__parentCell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    overflow: hidden;
  }
  .tableListType2__headingCell {
    float: left;
    width: 45%;
    padding: 20px 0;
    font-weight: 600;
    border-top: 1px solid rgba(19, 30, 39, 0.1);
  }
  .tableListType2__headingCell.typeShadow {
    display: none;
  }
  .tableListType2__headingCell.typeEmpty {
    border-top: 0;
  }
  .tableListType2__textCell {
    border-top: 1px solid rgba(19, 30, 39, 0.1);
    overflow: hidden;
    padding: 20px 0;
  }
  .tableListType3 {
    display: table;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(19, 30, 39, 0.1);
  }
  .tableListType3__row {
    display: table-row;
  }
  .tableListType3__heading {
    display: table-cell;
    vertical-align: top;
    padding: 17px 30px 17px 0;
    border-top: 1px solid rgba(19, 30, 39, 0.1);
  }
  .tableListType3__description {
    display: table-cell;
    vertical-align: top;
    padding: 17px 0;
    border-top: 1px solid rgba(19, 30, 39, 0.1);
  }
  .accordion {
    margin-bottom: 15px;
  }
  .accordion__heading {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 30px;
  }
  .accordion__body {
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 35px;
  }
  .anchorListType1 {
    list-style: none;
    margin: 0 0 23px;
    padding: 0;
    font-size: 0;
  }
  .anchorListType1.typeCenter {
    text-align: center;
  }
  .anchorListType1__item {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e6eb;
  }
  .anchorListType1__item:last-child {
    margin-right: 0;
  }
  .anchorListType1__item a {
    color: #141e28;
    display: block;
    padding: 0 50px 15px 10px;
    position: relative;
  }
  .anchorListType1__item a:after {
    content: "»";
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 10px;
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin-top: -8px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    color: #141e28;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transition: .1s;
    transition: .1s;
  }
  .anchorListType1__item a:hover {
    text-decoration: none;
  }

  .anchorListType1__item a:hover:after {
    margin-top: -5px;
  }

  .anchorSelectType1 {
    display: none;
  }
  .pageTop {
    margin-bottom: 70px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pageTop a {
    padding: 10px 27px 5px 0;
  }
  .pageTop a:after {
    top: 7px;
    right: -5px;
  }
  .anchorIconList__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  }
  .anchorIconList__item {
    display: inline-block;
    margin: 0 22px;
    font-weight: 500;
    font-size: 11px;
    font-size: 1.1rem;
    max-width: 110px;
  }
  .anchorIconList__item a {
    display: block;
    color: rgba(18, 32, 43, 0.8);
    position: relative;
    padding-bottom: 20px;
  }
  .anchorIconList__item a:after {
    content: "»";
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    color: rgba(18, 32, 43, 0.5);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .anchorIconList__item a:hover {
    text-decoration: none;
  }
  .anchorIconList__item a:hover:after {
    -webkit-transform: rotate(90deg) translateX(3px);
    transform: rotate(90deg) translateX(3px);
  }
  .anchorIconList__icon {
    text-align: center;
    margin-bottom: 10px;
  }
  .anchorIconList__icon img {
    width: auto;
    height: 36px;
  }
  .anchorIconList__text {
    line-height: 1.2;
  }
  .anchorListType2 {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  .anchorListType2__item {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 22px;
  }
  .anchorListType2__item a {
    display: block;
    background-color: #141e28;
    border: 1px solid #141e28;
    border-radius: 2px;
    color: #fff;
    line-height: 36px;
    width: 200px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .anchorListType2__item a:hover {
    background-color: #fff;
    color: #141e28;
    text-decoration: none;
  }
  .anchorSelectType2 {
    display: none;
  }
  .tabGroup {
    margin-bottom: 20px;
  }
  .tabList {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    border-bottom: 1px solid #e1e6eb;
  }
  .tabList.typeCenter {
    text-align: center;
    padding-left: 30px;
  }
  .tabList.typeCenter .tabList__item {
    margin-right: 30px;
  }
  .tabList__item {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 25px;
    color: #141e28;
    padding: 0 0 15px 0;
    position: relative;
    cursor: pointer;
  }
  .tabList__item:hover {
    text-decoration: none;
  }
  .tabList__item:hover:after {
    height: 3px;
  }
  .tabList__item:after {
    content: "";
    width: 100%;
    height: 0;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: .15s;
    transition: .15s;
  }
  .tabList__item.is-active:after {
    height: 3px;
  }
  .tabSelect {
    display: none;
  }
  .informationBlock {
    max-width: 1000px;
    margin: 0 auto 80px;
  }
  .itemListType1__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .itemListType1__item {
    width: 31%;
    float: left;
  }
  .itemListType1__item:nth-child(2) {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .itemListType1__image {
    margin-bottom: 8px;
  }
  .informationBlock__heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .itemListType2__heading {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .itemListType2__item {
    width: 310px;
    float: left;
    margin-bottom: 55px;
    margin-right: 35px;
  }
  .itemListType2__item:nth-child(3n+1) {
    clear: left;
  }
  .itemListType2__item:nth-child(3n) {
    margin-right: 0;
  }
  .itemListType3__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .itemListType3__item {
    width: 31%;
    float: left;
  }
  .itemListType3__item:nth-child(2) {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .itemListType3__image {
    margin-bottom: 8px;
  }
  .itemListType3__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .bx-controls-direction a {
    width: 16px;
    height: 32px;
  }
  .bx-controls-direction a:before {
    width: 16px;
    height: 16px;
  }
  .topMainVisual {
    height: 620px;
    margin-bottom: 45px;
    background-position: center top;
    background-image: url(../images/top_mainvisual.jpg);
  }
  .topMainVisual__inner {
    text-align: center;
  }
  .topMainVisual__heading {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2;
    color: #141e28;
    margin-top: 95.2px;
    margin-bottom: 25.2px;
  }
  .topLead {
    text-align: center;
    margin-bottom: 50px;
  }
  .topLead__heading {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 9.4px;
  }
  .topLead__description {
    margin-bottom: 16.8px;
  }
  .menuSlider {
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .menuSlider .bx-controls-direction a {
    position: absolute;
    top: 30px;
  }
  .menuSlider .bx-controls-direction a.bx-prev {
    left: -60px;
  }
  .menuSlider .bx-controls-direction a.bx-next {
    right: -60px;
  }
  .menuSlider .bx-viewport {
    margin-bottom: 20px;
  }
  .menuSlider__text {
    font-weight: 600;
  }
  .itemSliderType1 {
    margin-bottom: 60px;
  }
  .itemSliderType1 .bx-controls-direction a {
    position: absolute;
    top: 185px;
  }
  .itemSliderType1 .bx-controls-direction a.bx-prev {
    left: -60px;
  }
  .itemSliderType1 .bx-controls-direction a.bx-next {
    right: -60px;
  }
  .itemSliderType1 .bx-viewport {
    margin-bottom: 10px;
  }
  .itemSliderType1__heading {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 16.4px;
  }
  .itemSliderType2 {
    width: 310px;
    padding-bottom: 5px;
  }
  .itemSliderType2 .bx-controls {
    position: relative;
  }
  .itemSliderType2 .bx-controls-direction a {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
  }
  .itemSliderType2 .bx-controls-direction a:before {
    width: 10px;
    height: 10px;
  }
  .itemSliderType2 .bx-controls-direction a.bx-prev {
    left: 0;
  }
  .itemSliderType2 .bx-controls-direction a.bx-next {
    right: 0;
  }
  .itemSliderType2 .bx-viewport {
    margin-bottom: 20px;
  }
  .itemSliderType2__heading {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 16.4px;
  }
  .itemSliderType3 .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -10px;
  }
  .itemSliderType3 .bx-controls-direction a.bx-prev {
    left: -60px;
  }
  .itemSliderType3 .bx-controls-direction a.bx-next {
    right: -60px;
  }
  .itemSliderType3 .bx-viewport {
    margin-bottom: 10px;
  }
  .itemType1__img {
    margin-bottom: 18px;
  }
  .itemType1__name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .itemType2 {
    margin-bottom: 60px;
  }
  .itemType2__img {
    margin-bottom: 20px;
  }
  .itemType2__heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .topNews {
    padding: 22px 0 30px;
  }
  .topNews__inner {
    width: 1430px;
    display: table;
  }
  .topNews__heading {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
  }
  .topNews__title {
    display: table-cell;
    vertical-align: middle;
  }
  .topNews__button {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  .containerBlock1 {
    overflow: hidden;
  }
  .containerBlock1.column1 .containerBlock1__item {
    width: 100%;
  }
  .containerBlock1.column1 .containerBlock1__text {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	line-height: 28px;
  }
  .containerBlock1.column1 .containerBlock1__subHeading {
    margin-bottom: 16px;
  }
  .containerBlock1.column1 .containerBlock1__img {
    width: 100%;
    height: 450px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .containerBlock1.column2 .containerBlock1__item {
    width: 50%;
  }
  .containerBlock1.column2 .containerBlock1__item:nth-child(odd) .containerBlock1__img {
    background-position: right center;
  }
  .containerBlock1.column2 .containerBlock1__text {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
  .containerBlock1.column2 .containerBlock1__img {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .containerBlock1__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .containerBlock1__item.containerTop1 .containerBlock1__subHeading {
    color: rgba(255, 255, 255, 0.6);
  }
  .containerBlock1__item.containerTop1 .containerBlock1__img {
    background-image: url(../images/top_img01_pc.jpg);
  }
  .containerBlock1__item.containerTop2 .containerBlock1__subHeading {
    color: rgba(19, 30, 39, 0.6);
  }
  .containerBlock1__item.containerTop2 .containerBlock1__img {
    background-image: url(../images/top_img02_pc.jpg);
  }
  .containerBlock1__item.containerTop3 .containerBlock1__subHeading {
    color: rgba(255, 255, 255, 0.6);
  }
  .containerBlock1__item.containerTop3 .containerBlock1__img {
    background-image: url(../images/top_img03_pc.jpg);
  }
  .containerBlock1__item.containerTop4 .containerBlock1__subHeading {
    color: rgba(255, 255, 255, 0.6);
  }
  .containerBlock1__item.containerTop4 .containerBlock1__img {
    background-image: url(../images/top_img04_pc.jpg);
  }
  .containerBlock1__item.containerTop8 .containerBlock1__subHeading {
    color: rgba(255, 255, 255, 0.6);
  }
  .containerBlock1__item.containerTop8 .containerBlock1__img {
    background-image: url(../images/top_img08_pc.jpg);
  }
  .containerBlock1__item.containerTop9 .containerBlock1__subHeading {
    color: rgba(255, 255, 255, 0.6);
  }
  .containerBlock1__item.containerTop9 .containerBlock1__img {
    background-image: url(../images/top_img09_pc.jpg);
  }
  .containerBlock1__item.containerTop5 .containerBlock1__subHeading {
    opacity: .6;
  }
  .containerBlock1__item.containerTop5 .containerBlock1__link {
    color: #141e28;
    bottom: 125px;
  }
  .containerBlock1__item.containerTop5 .containerBlock1__img {
    background-image: url(../images/top_img05_pc.png);
  }
  .containerBlock1__img {
    height: 450px;
  }
  .containerBlock1__text {
    left: 45px;
  }
  .containerBlock1__subHeading {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 22px;
  }
  .containerBlock1__heading {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.2;
    margin-bottom: 13px;
  }
  .containerBlock1__heading.typeOutSide:after {
    vertical-align: top;
    width: 27px;
    height: 21px;
    background-size: 27px auto;
    margin-left: 10px;
    margin-top: 11px;
  }
  .containerBlock1__description {
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .containerBlock1__link {
    bottom: 45px;
    left: 45px;
  }
  .containerBlock2 {
    max-width: 1200px;
    height: 360px;
    position: relative;
    border-bottom: 1px solid #e1e6eb;
  }
  .containerBlock2.containerTop6 .containerBlock2__img {
    width: 250px;
    height: 325px;
    background-image: url(../images/top_img06_pc.png);
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  .containerBlock2.containerTop7 {
    margin-bottom: -65px;
    border-bottom: 0;
  }
  .containerBlock2.containerTop7 .containerBlock2__img {
    width: 700px;
    height: 358px;
    background-image: url(../images/top_img07_pc.png);
    position: absolute;
    top: 1px;
    right: 0;
  }
  .containerBlock2.containerTop7 .containerBlock2__text {
    padding: 100px 0 0 100px;
    position: relative;
    z-index: 1;
  }
  .containerBlock2__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
  }
  .containerBlock2__flexItem {
    width: 50%;
    padding: 20px 0 0 100px;
    box-sizing: border-box;
  }
  .containerBlock2__flexItem:nth-child(2) {
    border-left: 1px solid #e1e6eb;
    padding-left: 70px;
  }
  .containerBlock2__quote {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 55px;
  }
  .containerBlock2__quote:before {
    top: 10px;
    left: -35px;
  }
  .containerBlock2__quote:after {
    bottom: -30px;
    right: -30px;
  }
  .containerBlock2__source {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .containerBlock2__heading {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
  .containerBlock2__description {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .containerBlock3__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .containerBlock3__item {
    width: 33.3%;
  }
  .containerBlock3__item.containerDiscover1 .containerBlock3__img {
    background-image: url(../images/discover_img01_pc.jpg);
  }
  .containerBlock3__item.containerDiscover2 .containerBlock3__img {
    background-image: url(../images/discover_img02_pc.jpg);
  }
  .containerBlock3__item.containerDiscover3 .containerBlock3__img {
    background-image: url(../images/discover_img03_pc.jpg);
  }
  .containerBlock3__item.containerDiscover4 .containerBlock3__img {
    background-image: url(../images/discover_img04_pc.jpg);
  }
  .containerBlock3__item.containerDiscover5 .containerBlock3__img {
    background-image: url(../images/discover_img05_pc.jpg);
  }
  .containerBlock3__item.containerDiscover5 .containerBlock3__text {
    /*-webkit-transform: translateY(-40%);*/
    /*transform: translateY(-40%);*/
  }
  .containerBlock3__item.containerDiscover6 .containerBlock3__img {
    background-image: url(../images/discover_img06_pc.jpg);
  }
  .containerBlock3__item.containerDiscover6 .containerBlock3__text {
    /*-webkit-transform: translateY(-40%);*/
    /*transform: translateY(-40%);*/
  }
  .containerBlock3__item.containerDiscover7 .containerBlock3__img {
    background-image: url(../images/discover_img07_pc.jpg);
  }
  .containerBlock3__item.containerDiscover8 .containerBlock3__img {
    background-image: url(../images/discover_img08_pc.jpg);
  }
  .containerBlock3__item.containerDiscover9 .containerBlock3__img {
    background-image: url(../images/discover_img09_pc.jpg);
  }
  .containerBlock3__item.containerDiscover9 .containerBlock3__text {
    /*-webkit-transform: translateY(-40%);*/
    /*transform: translateY(-40%);*/
  }
  .containerBlock3__case {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .containerBlock3__case .containerBlock3__item {
    width: 100%;
    height: 50%;
  }
  .containerBlock3__case .containerBlock3__img {
    height: 240px;
  }
  .containerBlock3__case .containerBlock3__subHeading {
    margin-bottom: 10px;
  }
  .containerBlock3__case .containerBlock3__heading {
    font-size: 2vw;
  }
  .containerBlock3__case .containerBlock3__text {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    left: 40px;
  }
  .containerBlock3__case .containerBlock3__link {
    bottom: 11%;
    left: 40px;
  }
  .containerBlock3__img {
    width: 100%;
    height: 480px;
  }
  .containerBlock3__text {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    left: 30px;
    right: 30px;
  }
  .containerBlock3__subHeading {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .containerBlock3__heading {
    font-size: 3vw;
    line-height: 1.2;
  }
  .containerBlock3__quote {
    font-size: 1.9vw;
    line-height: 1.4;
  }
  .containerBlock3__link {
    font-size: 16px;
    font-size: 1.6rem;
    bottom: 7%;
    left: 30px;
  }
  .containerBlock4 {
    background-color: #f6f6f6;
    border-bottom: 1px solid #dce1e5;
    border-top: 1px solid #ffffff;
    margin-bottom: -1px;
  }
  .containerBlock4.typeBdTop {
    border-top: 1px solid #dce1e5;
  }
  .containerBlock4__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .containerBlock4__item.column1 {
    width: 100%;
  }
  .containerBlock4__item.column1 .containerBlock4__itemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .containerBlock4__item.column1 .containerBlock4__img {
    width: 50%;
    height: 440px;
  }
  .containerBlock4__item.column1 .containerBlock4__text {
    width: 50%;
  }
  .containerBlock4__item.column2 {
    width: 50%;
  }
  .containerBlock4__item.column2 .containerBlock4__img {
    width: 100%;
    height: 355px;
  }
  .containerBlock4__item.column2 .containerBlock4__text {
    height: 280px;
  }
  .containerBlock4__item.column2 .containerBlock4__icon {
    float: left;
    margin-left: -60px;
    margin-top: -7px;
    margin-bottom: 0;
  }
  .containerBlock4__item.column2 .containerBlock4__heading {
    margin-bottom: 8px;
  }
  .containerBlock4__item.containerProduct1 .containerBlock4__img {
    background-position: right center;
    background-image: url(../images/products_img01_pc.jpg);
  }
  .containerBlock4__item.containerProduct1 .containerBlock4__textInner {
    left: 50px;
  }
  .containerBlock4__item.containerProduct2 .containerBlock4__itemInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .containerBlock4__item.containerProduct2 .containerBlock4__img {
    background-position: left center;
    background-image: url(../images/products_img02_pc.jpg);
  }
  .containerBlock4__item.containerProduct2 .containerBlock4__textInner {
    right: 95px;
  }
  .containerBlock4__item.containerProduct3 .containerBlock4__img {
    background-position: right center;
    background-image: url(../images/products_img03_pc.jpg);
    box-sizing: border-box;
    border-right: 1px solid #f5f5f5;
  }
  .containerBlock4__item.containerProduct3 .containerBlock4__textInner {
    right: 0;
    padding-right: 40px;
    border-right: 1px solid #dce1e5;
  }
  .containerBlock4__item.containerProduct4 .containerBlock4__img {
    background-position: left center;
    background-image: url(../images/products_img04_pc.jpg);
  }
  .containerBlock4__item.containerProduct4 .containerBlock4__textInner {
    left: 140px;
  }
  .containerBlock4__text {
    position: relative;
    overflow: hidden;
  }
  .containerBlock4__textInner {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .containerBlock4__icon {
    margin-bottom: 15px;
  }
  .containerBlock4__icon img {
    height: 42px;
  }

  .containerBlock4__heading {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 13px;
  }
  .containerBlock4__description {
    line-height: 1.5;
    width: 410px;
    clear: both;
  }
  .discoverVisual {
    height: 720px;
    background-position: center top;
    background-image: url(../images/discover_mainvisual_pc.jpg);
  }
  .discoverVisual__heading {
    text-align: center;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.18;
    margin-top: 135px;
    margin-bottom: 18px;
  }
   .discoverVisual__description {
    font-size: 24px;
    font-size: 2rem;
    line-height: 1.8;
    width: 590px;
  }
  .productVisual {
    position: relative;
    text-align: center;
  }
  .productVisual.typeLow .productVisual__img {
    height: 520px;
  }
  .productVisual.typeLow .productVisual__img img {
    /*height: 520px;*/
  }
  .productVisual__img {
    height: 900px;
    position: relative;
    overflow: hidden;
  }
  .productVisual__img img {
    max-width: none;
    width: auto;
    height: 900px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .productVisual__inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 280px;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 60px;
    z-index: 5;
  }
  .productVisual__subHeading {
    margin-bottom: 10px;
  }
  .productVisual__heading {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .productBrand {
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 90%, #fff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 90%, #fff 100%);
  }
  .productBrand.typeNarrowBottom .productBrand__inner {
    padding-bottom: 20px;
  }
  .productBrand__inner {
    background-color: #fff;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -330px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
  }
  .productBrand__head {
    padding-top: 62px;
    margin-bottom: 55px;
  }
  .productBrand__icon {
    margin-bottom: 10px;
  }
  .productBrand__icon img {
    height: 50px;
  }
  .productBrand__lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
    width: 680px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
  .productBrand__heading {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .productBrand__name img {
    height: 60px;
  }

  .productBrand__description {
    text-align: center;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .productBrand__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .productBrand__item {
    width: 50%;
    text-align: center;
  }
  .productBrand__item:first-child {
    border-right: 1px solid rgba(20, 30, 40, 0.1);
  }
  .productBrand__name {
    margin-bottom: 16px;
  }
  .productBrand__bodyDescription {
    margin: 0 60px 20px;
    text-align: left;
  }
  .productBrand__bodyButton {
    margin-bottom: 25px;
  }
  .productBrand__slider {
    width: 310px;
    margin: 0 auto;
  }
  .visualLink {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 18px;
    margin-left: -500px;
    text-align: left;
    font-size: 0;
    z-index: 5;
  }
  .visualLink__item {
    display: inline-block;
    margin-right: 10px;
    position: relative;
  }
  .visualLink__button {
    font-size: 14px;
    font-size: 1.4rem;
    color: #131e27;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    line-height: 33px;
    padding: 0 35px 0 12px;
    position: relative;
  }
  .visualLink__menu {
    top: 45px;
  }
  .visualLink__menuInner {
    padding-top: 25px;
  }
  .visualLink__links {
    padding: 5px 30px 10px 25px;
  }
  .visualLink__link {
    margin-bottom: 23px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .visualLink__link span {
    display: block;
    line-height: 25px;
    padding-left: 38px;
  }
  .visualLink__link a:hover {
    text-decoration: underline;
  }
  .visualLink__subLinks {
    padding-left: 38px;
    margin-top: 5px;
  }
  .visualLink__subLink {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 5px;
    margin-left: 12px;
  }

  .visualLink__sns {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .productBrandVisual {
    margin-bottom: 55px;
  }
  .productBrandVisual .productBrandVisual__img.pc {display: block;}
  .productBrandVisual .productBrandVisual__img.sp {display: none;}
  .productBrandVisual__img {
    width: 100%;
    height: 360px;
  }
  .productBrandVisual__text {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -500px;
  }
  .productBrandVisual__subHeading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 13px;
    color: rgba(20, 30, 40, 0.5);
  }
  .productCategoryVisual {
    background-color: #f0f0f0;
    margin-bottom: 55px;
  }
  .productCategoryVisual .productCategoryVisual__img.pc {display: block;}
  .productCategoryVisual .productCategoryVisual__img.sp {display: none;}
  .productCategoryVisual__img {
    float: right;
    background-position: left center;
    width: 50%;
    height: 360px;
  }
  .productCategoryVisual__text {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 122px;
    margin-left: -500px;
  }
  .productCategoryVisual__text:after {
    content: "";
    display: block;
    clear: both;
  }
  .productCategoryVisual__icon {
    float: left;
    margin-top: 5px;
    margin-right: 18px;
    margin-bottom: 0;
    height: 233px;
  }
  .productCategoryVisual__icon img{
    width:36px;
  }
  .productCategoryVisual__heading {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2;
    width: 480px;
  }
  .productLowerVisual {
    margin-bottom: 70px;
    border-bottom: 1px solid #ebebeb;
  }
  .productLowerVisual__img {
    width: 600px;
    height: 334px;
    float: right;
  }
  .productLowerVisual__text {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .productLowerVisual__text:after {
    content: "";
    display: block;
    clear: both;
  }
  .productLowerVisual__text.typeLogo {
    top: 250px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .productLowerVisual__heading {
    width: 376px;
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1.25;
  }
  .productLowerVisual__heading img {
    width: auto;
    height: 120px;
    display: block;
  }
  .productItemTitle {
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .productItemTitle__logo {
    width: 48%;
    border-top: 1px solid #bec8d2;
    border-bottom: 1px solid #bec8d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .productItemTitle__logoInner {
    width: 100%;
  }
  .productItemTitle__subTitle {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .productItemTitle__title img {
    width: auto;
  }
  .productItemTitle__image {
    width: 48%;
  }
  .globalNetworkBlock {
    background-image: url(../images/global_network_mainvisual_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .globalNetworkBlock .pageTop:last-child {
    margin-bottom: 0;
  }
  .globalNetworkVisual {
    width: 1000px;
    padding-top: 150px;
    margin-bottom: 125px;
  }
  .globalNetworkVisual__heading {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 35px;
  }
  .newsList {
    display: table;
    width: 100%;
    margin-bottom: 75px;
  }
  .newsList__list {
    display: table-row;
  }
  .newsList__data {
    display: table-cell;
    width: 135px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(20, 30, 40, 0.1);
  }
  .newsList__title {
    display: table-cell;
    padding: 25px 0;
    border-bottom: 1px solid rgba(20, 30, 40, 0.1);
  }
  .newsList__title a[href$=".pdf"] {
    padding-right: 20px;
  }
  .newsList__title a[href$=".pdf"]:after {
    width: 14px;
    height: 17px;
    top: 3px;
    background-size: 14px auto;
  }
  .newsDetailHead {
    margin-bottom: 20px;
  }
  .newsDetailHead__data {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .newsDetailHead__title {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .pagerType1__list li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 11px;
  }
  .pagerType1__list li:first-child {
    margin-left: 0;
  }
  .pagerType1__list li:last-child {
    margin-right: 0;
  }
  .pagerType1__list a {
    min-width: 8px;
    padding-bottom: 18px;
  }
  .pagerType1__control a {
    position: absolute;
    width: 11px;
    height: 22px;
    top: 0;
  }
  .pagerType1__control a:before {
    width: 11px;
    height: 11px;
  }
  .pagerType1__control .prev {
    left: 0;
  }
  .pagerType1__control .next {
    right: 0;
  }
  .pageControl {
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pageControl a {
    float: left;
    display: block;
  }
  .snsList {
    padding: 20px 0 15px;
    margin-bottom: 35px;
  }
  .snsList + .pageControl {
    margin-top: 55px;
  }
  .colorList__item {
    width: 93px;
    margin-right: 36px;
    margin-bottom: 34.8px;
  }
  .colorList__item:nth-child(8n) {
    margin-right: 0;
  }
  .colorList__item:nth-child(8n+1) {
    clear: left;
  }
  .colorList__image {
    margin-bottom: 8.8px;
  }
  .galleryList {
    margin-bottom: 20px;
  }
  .galleryList__item {
    margin-bottom: 8px;
  }
  .trademarkAnnotation {
    width: 100%;
    margin: 0 auto 60px;
  }
  .trademarkAnnotation p{
    margin: 0;
    color: #78818c;
    text-align: center;
    font-size: 1.4rem;
  }
  .pc-slider-l .flex-direction-nav .flex-prev {
    background: url("../images/slide/pc-prev.png") top left no-repeat;
    width: 16px;
    height: 26px;
    top: 50%;
    left: -30px;
    bottom: auto;
  }
  .pc-slider-l .flex-direction-nav .flex-next {
    background: url("../images/slide/pc-next.png") top left no-repeat;
    width: 16px;
    height: 26px;
    top: 50%;
    right: -30px;
    bottom: auto;
  }
  .pc-slider-s {
    width: 306px;
  }
  .pc-slider-s .flex-direction-nav .flex-prev {
    background: url("../images/slide/pc-prev-s.png") top left no-repeat;
    width: 12px;
    height: 20px;
    left: 0;
    bottom: -40px;
  }
  .pc-slider-s .flex-direction-nav .flex-next {
    background: url("../images/slide/pc-next-s.png") top left no-repeat;
    width: 12px;
    height: 20px;
    right: 0;
    bottom: -40px;
  }

    /* discover / interview */
    .interviewVisual{
        height: 326px;
        padding: 102px 0 0 0;
        box-sizing: border-box;
        background: url(../images/interview_mainvisual_pc.jpg) no-repeat center top;
    }
    .interviewVisual .subHeading,
    .interviewVisual .headingType1{
        width: 1000px;
        margin: 0 auto;
        color: #fff;
    }
    .interviewVisual .headingType1{
        font-size: 3.6rem;
    }
    .interviewVisual .subHeading{
        margin-bottom: 21px;
        color: #e2d7cc;
    }
    .interviewContent .interviewLead{
        border-bottom: 1px solid #e1e6eb;
    }
    .interviewTable th,
    .interviewTable td{
        display: table-cell;
        border-bottom: 1px solid #e1e6eb;
        padding: 8% 0 5% 0;
    }
    .interviewTable .noBorder{
        border: none;
    }
    .interviewTable .adjustPadding{
        padding: 20px 0 0 0;
    }
    .interviewTable .lead{
        margin-bottom: 20px;
    }
    .interviewCenterLead{
        padding: 60px 0;
    }
    .interviewCenterLead:before{
        top: 50px;
        left: calc( 50% - 430px );
        left: -webkit-calc( 50% - 430px );
    }
    .interviewCenterLead:after{
        bottom: 50px;
        right:calc( 50% - 420px );
        right:-webkit-calc( 50% - 420px );
    }

    /* discover / innovation */
    .innovationVisual{
        height: 1000px;
        padding: 145px 0 0 0;
        box-sizing: border-box;
        background: url(../images/innovationCenter_mainvisual_pc.jpg) no-repeat center top;
    }
    .innovationVisual .subHeading,
    .innovationVisual .headingType1{
        width: 1000px;
        margin: 0 auto;
        color: #fff;
    }
    .innovationVisual .subHeading{
        margin-bottom: 14px;
        font-weight: 600;
    }
    .innovationMainLead {
        width: 100%;
        background-color: rgba(20 ,30, 40, 0.8);
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 65px 0 78px 0;
    }
    .innovationMainLead .lead{
        line-height: 36px;
    }
    .innovationContent .extraMargin{
        margin-bottom: 76px;
    }
    .facilitiesContent .linkBack,
    .innovationContent .linkBack{
        background: #141e28 url(../images/innovationCenter_img04.jpg) no-repeat left top;
        display: table-cell;
        width: 1000px;
        height: 252px;
        vertical-align: middle;
        box-sizing: border-box;
        padding: 0 0 0 725px;
    }
    .facilitiesContent .linkBack{
        background-image: url(../images/facilities_img04.jpg);
    }

    /* discover / concept */
    .conceptContent{
        margin-top: 60px;
    }
    .conceptContent .conceptSemiBold{
        font-weight: 600;
    }

    /* discover / facilities */
    .facilitiesVisual{
        height: 360px;
        padding: 102px 0 0 0;
        box-sizing: border-box;
        background: url(../images/facilities_mainvisual_pc.jpg) no-repeat center top;
    }
    .facilitiesVisual .subHeading,
    .facilitiesVisual .headingType1{
        width: 1000px;
        margin: 0 auto;
        color: #fff;
    }
    .facilitiesVisual .headingType1{
        font-size: 4.8rem;
    }
    .facilitiesVisual .subHeading{
        margin-bottom: 21px;
        color: #e2d7cc;
    }
    .facilitiesContent .headBlock .headingType2{
        float: left;
    }
    .facilitiesContent .headBlock p{
        margin-left: 300px;
    }
    .facilitiesContent .headBlock .sp-hide{
        margin-bottom: 35px;
    }
    .facilitiesContent .mainBlock .headingType5{
        margin: 20px 0 5px 0;
    }
    .facilitiesContent .lead{
        font-size: 1.8rem;
    }

    /* discover / profile */
    .corporateProfile table{
        width: 700px;
    }

    /* discover / history */
    .historyVisual{
        height: 360px;
        padding: 102px 0 0 0;
        box-sizing: border-box;
        background: url(../images/history_mainvisual_pc.jpg) no-repeat center top;
    }
    .historyVisual .subHeading,
    .historyVisual .headingType1{
        width: 1000px;
        margin: 0 auto;
        color: #fff;
    }
    .historyVisual .headingType1{
        font-size: 4.8rem;
    }
    .historyVisual .subHeading{
        margin-bottom: 21px;
    }
    .historyPcLead .width1000{
        width: 1000px;
    }
    .historyPcLead{
        padding-top: 30px;
        background-color: #f7f7f7;
        padding: 40px 0;
    }
    .historyPcLead .headingType2{
        font-size: 2.4rem;
        line-height: 3.6rem;
        width: 486px;
    }
    .historyPcLead .historyLeadText{
        padding-left: 30px;
        line-height: 2.4rem;
    }
    .historyContent .tabAdjust{
        display: table;
        width: 1000px;
        margin: 65px 0 50px 0;
    }
    .historyContent .tabAdjust ul{
        display: table-row;
    }
    .historyContent .tabAdjust ul li{
        display: table-cell;
        text-align: center;
        border-bottom: solid 1px #c5cacf;
        color: #858585;
        font-weight: normal;
    }
    .historyContent .tabAdjust ul .is-active{
        color: #141e28;
        font-weight: 600;
    }
    .historyContent .tabAdjust ul li a:after{
        content: "";
    }
    .historyContent .tabAdjust ul .tabList__item:after,
    .historyContent .tabAdjust ul .is-active:after{
        background-color: #141e28;
    }
    .historyContent .tabAdjust ul .is-active:after{
        height: 3px;
    }
    .historyContent .tabAdjust .anchorListType1__item a{
        padding: 0 0 15px 0;
        color: #141e28;
    }
    .historyContent .tabBody dl{
        background: url(../images/history_back.gif) repeat-y;
        padding-top: 20px;
    }
    .historyContent .tabBody dt{
        clear: both;
        float: left;
        width: 114px;
        background: url(../images/history_dtback.gif) no-repeat right 7px;
        padding: 0;
    }
    .historyContent .tabBody dd{
        margin-left: 130px;
    }
    .historyContent .tabBody .borderd{
        padding: 20px 25px;
    }
    .historyContent .tabBody .accordion__heading{
        font-size: 1.6rem;
        font-weight: normal;
        padding-left: 0;
    }
    .historyContent .tabBody .mr25{
        margin-right: 25px;
    }
    .historyContent .tabBody .column3 span{
        width: 155px;
    }
    .historyContent .tabBody .column3 span:nth-of-type(2n){
        margin: 0 20px;
        float: none;
    }
    .historyContent .tabBody .column2{
        text-align: left;
    }
    .historyContent .tabBody .column2 span{
        clear: both;
        width: 250px;
    }
    .historyContent .tabBody .column2 span:nth-of-type(2n){
        float: right;
    }

    /* sustainability / index */
    .sustainabilityMainVisual{
        height: 359px;
        padding: 102px 0 0 0;
        box-sizing: border-box;
        background: url(../images/sustainbility_mainvisual_pc.png) no-repeat center top;
        margin-bottom: 60px;
    }
    .sustainabilityMainVisual .subHeading,
    .sustainabilityMainVisual .headingType1{
        width: 1000px;
        margin: 0 auto;
    }
    .sustainabilityMainVisual .subHeading{
        margin-bottom: 18px;
    }
    .sustainability .lead{
        font-size: 2.0rem;
    }

    /* sitemap / index.html */
    .sitemapCategory .column3 .doubleWidth{
        width: 66.6%;
        padding-bottom: 8px;
    }
    .sitemapCategory .column3 .halfWidth{
        width: 16.7%;
        padding-bottom: 8px;
    }
    .sitemapCategory .column3 .textRight{
        text-align: right;
    }
    .sitemapCategory .column__item>ul{
        margin: 1em 0;
    }
    .sitemapCategory .sitemapExtra li{
        margin-top: 10px;
        display: inline-block;
        width: 33%;
        font-size: 1.6rem;
    }

    /* privacy_policy / index.html */
    .privacyPolicyContent .privacyLogoAndText .imageArea{
        display: inline-block;
        width: 26.7%;
    }
    .privacyPolicyContent .privacyLogoAndText .textArea{
        display: inline-block;
        width: 70%;
    }

    /* Neo con */
    .neoconContent .containerBlock5__item.neocon1 .containerBlock5__img {
        background-image: url(../images/neocon_img01.jpg);
    }
    .neoconContent .containerBlock5__item.neocon2 .containerBlock5__img {
        background-image: url(../images/neocon_img02.jpg);
    }
    .neoconContent .containerBlock5__item.neocon3 .containerBlock5__img {
        background-image: url(../images/neocon_img03.jpg);
    }
}

@media screen and (min-width: 540px) and (max-width: 1120px) {
  /* ---------------------------
 * PC（540px〜1120px）
 * --------------------------- */
  .containerBlock3__heading {
    font-size: 33px;
    font-size: 3.3rem;
  }
  .containerBlock3__case .containerBlock3__heading {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .containerBlock3__quote {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1440px) {
  /* ---------------------------
 * PC（1440px以上）
 * --------------------------- */
  .containerBlock3__heading {
    font-size: 42px;
    font-size: 3.6rem;
  }
  .containerBlock3__case .containerBlock3__heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .containerBlock3__quote {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/*
    discover/interview.htmlの赤い帯の部分
    幅460px以下になると、文字と背景画像が重なるので回避するための処置
*/
@media screen and (max-width: 460px){
    .interviewCenterLead{
        padding: 10% 15%;
    }
    .interviewCenterLead:before{
        transform: scale(0.8, 0.8);
        top: 5%;
        left: 2%;
    }
    .interviewCenterLead:after{
        transform: scale(0.8, 0.8);
        bottom: 5%;
        right: 2%;
    }
}


/* /discover/business_domain.html */

.business .pcIB {
  display: inline-block;
}

.business .facilitiesVisual {
  margin-bottom: 32px;
  padding-top: 80px;
  background: url(../images/business_mainvisual_pc.jpg) no-repeat center top;
}
.business .facilitiesVisual .subHeading {
  margin-bottom: 15px;
  color: #8c96a0;
}
.business .facilitiesContent {
  margin-bottom: 75px;
  border-bottom: 1px solid #e1e6eb;
}
.business .facilitiesContent .businessLead {
  margin-bottom: 41.6px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e6eb;
}
.business .facilitiesContent .businessLead p.lead {
  letter-spacing: -1px;
  font-size: 2.4rem;
}
.business section {
  margin-top: 50px;
}

.business .facilitiesContent .businessTitle {
  margin-bottom: 17px;
}

.business .facilitiesContent .businessTitle .headingType2 {
  width: 16%;
  margin-right: 1.9%;
}
.business .facilitiesContent .businessTitle p {
  width: 81.5%;
}

.business .facilitiesContent .detailBlock {
  margin-bottom: 60px;
}

.business .facilitiesContent .detailBlock .imgTitle {
  position: relative;
  margin-bottom: 60px;
}

.business .facilitiesContent .detailBlock .imgTitle .imgTitleText {
  width: 100%;
  background-color: rgba(20 ,30, 40, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 37px 0 33px;
  color: #fff;
}
.business .facilitiesContent .detailBlock .imgTitle .imgTitleText h4 {
  color: #fff;
  margin-bottom: 17px;
  font-size: 2.4rem;
  text-align: center;
}
.business .facilitiesContent .detailBlock .imgTitle .imgTitleText p {
  width: 69%;
  margin: 0 auto;
}

.business .facilitiesContent .columnType3.column2-2 .column__item {
  width: 48.2%;
}
.business .facilitiesContent .columnType3.column2-2 .column__item:nth-child(odd)  {
  margin-right: 1.8%;
}
.business .facilitiesContent .columnType3.column2-2 .column__item:nth-child(even)  {
  margin-left: 1.8%;
}
.business .facilitiesContent .columnType3.column2-2 .column__item > p {
  margin-bottom: 0;
}
.business .facilitiesContent .columnType3.column2-2 .column__item > img {
  margin-bottom: 20px;
}
.business .facilitiesContent .columnType3.column2-2 .column__item .headingType4 {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

@media screen and (max-width: 539px){

  .business .pcIB {
    display: block;
  }
  .business .main {
    margin-top: 0;
    width: 100%;
  }

  .business .content.typeFull.facilitiesVisual {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .business .facilitiesVisual {
    margin-bottom: 0;
    padding-top: 65.625%;
    background: url(../images/business_mainvisual_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  .business .facilitiesVisual .subHeading {
    margin-bottom: 2.34375%;
  }
  .business .facilitiesVisual .headingType1 {
    color: #141e28;
    margin-bottom: 8%;
  }
  .
  .business .facilitiesContent {
    margin-bottom: 7.5%;
    border-bottom: 1px solid #e1e6eb;
  }
  .business .facilitiesContent .businessLead {
    display: block;
    width: 89%;
    margin: 0 auto 5%;
    padding-bottom: 0;
    border-bottom: 1px solid #e1e6eb;
  }
  .business .facilitiesContent .businessLead p {
    letter-spacing: -1px;
  }
  .business section {
    margin-top: 50px;
  }

  .business .facilitiesContent .businessTitle {
    margin-bottom: 17px;
    padding: 0 5.5%;
  }

  .business .facilitiesContent .businessTitle .headingType2 {
    width: 100%;
    margin-right:0;
    font-size: 2.8rem;
    margin-bottom: 3%;
  }
  .business .facilitiesContent .businessTitle p {
    width: 100%;
  }

  .business .facilitiesContent .detailBlock {
    margin-bottom: 26.8px;
    width: 100%;
  }

  .business .facilitiesContent .detailBlock .imgTitle {
    position: relative;
    margin-bottom: 0;
  }

  .business .facilitiesContent .detailBlock .imgTitle .imgTitleText {
    width: 100%;
    background-color: rgb(20 ,30, 40);
    position: relative;;
    padding: 37px 0 33px;
    color: #fff;
  }
  .business .facilitiesContent .detailBlock .imgTitle .imgTitleText h4 {
    text-align: center;
  }
  .business .facilitiesContent .detailBlock .imgTitle .imgTitleText p {
    width: 89%;
    padding: 0 5.5%;
  }

  .business .facilitiesContent .columnType3.column2-2 .column__item {
    width: 100%;
  }
  .business .facilitiesContent .columnType3.column2-2 .column__item:nth-child(odd)  {
    margin-right: 0;
  }
  .business .facilitiesContent .columnType3.column2-2 .column__item:nth-child(even)  {
    margin-left: 0;
  }
  .business .facilitiesContent .columnType3.column2-2 .column__item .headingType4 {
    text-align: center;
  }
  .business .facilitiesContent .columnType3.column2-2 .column__item p {
    padding: 0 5.5%;
    margin-bottom: 26.8px;
  }
}


/* /discover/casestudy.html */
.casestudy{
}
.casestudy .casestudyVisual{
  background: #333232  url(../images/casestudy_mainvisual_sp.jpg) no-repeat top center;
  background-size: 100% auto;
  color: #fff;
  padding: 50px 5.5%;
}
.casestudy .casestudyVisual:after{
  content: "";
  display: inline-block;
  width: 100px;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 240px;
  left: calc( 50% - 50px );
  box-sizing: border-box;
  line-height: 0;
  height: 1px;
}
.casestudy .casestudyVisual .headingType1{
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 59px;
}
.casestudy .casestudyVisual .headingType3{
  font-size: 17px;
  letter-spacing: -0.15px;
  color: #fff;
  margin-bottom: 14px;
}
.casestudy .casestudyVisual .headingType5{
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
/* concept */
.casestudy .casestudy_concept{
  background-color: #f0f5f8;
  padding: 40px 5.5%;
  /*background: url('../images/dummy4.jpg') top center;*/
  background-size: 100%;
}
.casestudy .casestudy_concept .para1{
}
.casestudy .casestudy_concept .stepList{
  border-bottom: solid 1px #dadfe2;
}
.casestudy .casestudy_concept .stepList li{
  border-top: solid 1px #dadfe2;
  padding: 15px 0 20px;
}
.casestudy .casestudy_concept .stepList li .step{
  color: #ea5908;
  display: inline-block;
  text-align: center;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-size: 30px;
  line-height: 23px;
  vertical-align: middle;
  margin-right: 5px;
}
.casestudy .casestudy_concept .stepList li .step:before{
  content: "STEP\A";
  white-space: pre;
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 3px;
  height: 55px;
  vertical-align: middle;
}
.casestudy .casestudy_concept .stepList li .stp_text{
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  font-size: 1.5rem;
  font-weight: bold;
}
.casestudy .casestudy_concept .stepList li .stp_text small{
  font-weight: normal;
}

/* themes */
.casestudy .casestudy_themes{
  padding-top: 15px;
}
.casestudy .casestudy_themes .main{
  margin-top: 0;
}
.casestudy .casestudy_themes .orange{
  color: #ea5805;
  display: inline;
}
.casestudy .casestudy_themes section{
  margin-bottom: 55px;
}
.casestudy .casestudy_themes .sub_title{
  color: #ea5805;
}
.casestudy .casestudy_themes .sub_title span{
  position: relative;
  padding-left: 1.5em;
}
.casestudy .casestudy_themes .sub_title span b{
  position: absolute;
  top: 0;
  left: 0;
}
.casestudy .casestudy_themes .cst_sec01 .sub_title span{
  padding-left: 1em;
}
.casestudy .casestudy_themes .cst_sec02 .sub_title span,
.casestudy .casestudy_themes .cst_sec05 .sub_title span{
  padding-left: 1.2em;
}
.casestudy .casestudy_themes .cst_sec07 .sub_title span{
  padding-left: 1.7em;
}
.casestudy .casestudy_themes .cst_sec08 .sub_title span{
  padding-left: 2em;
}
.casestudy .casestudy_themes .mt15{
  margin-top: 15px;
}
.casestudy .casestudy_themes .mb30{
  margin-bottom: 30px;
}
.casestudy .casestudy_themes .cst_sec03 div{
  background: url('../images/casestudy_05.jpg') no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 55%;
}
.casestudy .casestudy_themes .cst_sec04 div{
  background: url('../images/casestudy_06.jpg') no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 55%;
}
.casestudy .casestudy_themes .cst_sec08 div{
  background: url('../images/casestudy_09.jpg') no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 55%;
}
.casestudy .casestudy_themes .cst_sec05{
  background: url('../images/casestudy_07.jpg') no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 55%;
}
.casestudy .casestudy_themes .cst_sec06{
  background: url('../images/casestudy_08.jpg') no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 55%;
}

/* products */
.casestudy .casestudy_pruducts{
  background-color: #f5f9fc;
  padding: 1px 0;
  margin: 1px 0;
}
.casestudy .casestudy_pruducts h2{
  font-size: 24px;
  text-align: center;
}
.casestudy .casestudy_pruducts img{
  margin-bottom: 20px;
}
.casestudy .casestudy_pruducts ul{
  margin: 0;
}
.casestudy .casestudy_pruducts ul li{
  margin: 0 0 2px 0;
  position: relative;
  padding-left: 20px;
}
.casestudy .casestudy_pruducts ul li .dot{
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-block;
  background-color: #5b646d;
  top: 10px;
  left: 0;
}
/* comment */
.casestudy .casestudy_comment{
  padding-top: 20px;
  text-align: center;
}
.casestudy .casestudy_comment h2{
  margin-bottom: 50px;
}
.casestudy .casestudy_comment h5{
  margin-bottom: 15px;
}
.casestudy .casestudy_comment section{
  padding-bottom: 23px;
}
.casestudy .casestudy_comment section:last-child{
  padding-bottom: 5px;
}
.casestudy .casestudy_comment .person{
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}
.casestudy .casestudy_comment figure{
  margin-bottom: 10px;
}
.casestudy .casestudy_comment .small{
  margin-bottom: 25px;
}
.casestudy .casestudy_comment .com_text{
  text-align: left;
  margin: 0 0 27px 0;
}

@media screen and (max-width: 539px){
  .casestudy .casestudy_concept .headingType2,
  .casestudy .casestudy_concept .headingType2 span{
    font-size: 28px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 540px) {
  .casestudy{
  }
  .casestudy .casestudyVisual{
    height: 700px;
    background: url(../images/casestudy_mainvisual.jpg) no-repeat top center;
    text-align: center;
    padding: 210px 0 0;
    box-sizing: border-box;
  }
  .casestudy .casestudyVisual:after{
    top: 460px;
  }
  .casestudy .casestudyVisual .headingType1{
    margin-bottom: 67px;
  }
  .casestudy .casestudyVisual .headingType3{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .casestudy .casestudyVisual .headingType5{
    margin-bottom: 12px;
  }
  .casestudy .casestudyVisual__description{
    width: 700px;
    margin: 0 auto;
    text-align: left;
  }
  /* concept */
  .casestudy .casestudy_concept{
    text-align: center;
    /*background: url('../images/dummy3.jpg') top center;*/
    padding: 65px 0 10px 0;
  }
  .casestudy .casestudy_concept .headingType2,
  .casestudy .casestudy_concept .headingType2 span{
    margin-bottom: 20px;
  }
  .casestudy .casestudy_concept .para1{
    margin-bottom: 70px;
  }
  .casestudy .casestudy_concept .stepList{
    border-right: solid 1px #dadfe2;
    border-bottom: none;
  }
  .casestudy .casestudy_concept .stepList li{
    display: inline-block;
    width: 165px;
    height: 140px;
    float: left;
    border-top: none;
    border-left: solid 1px #dadfe2;
    padding-top: 22px;
    font-size: 1.2rem;;
    line-height: 19px;
  }
  .casestudy .casestudy_concept .stepList li .step{
    display: block;
    font-size: 35px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .casestudy .casestudy_concept .stepList li .step:before{
    font-size: 1.2rem;
    line-height: 1em;
  }
  .casestudy .casestudy_concept .stepList li .stp_text{
    font-size: 14px;
    font-weight: bold;
    color: #141e28;
    display: inline-block;
  }
  .casestudy .casestudy_concept .stepList li .stp_text small{
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    line-height: 16px;
    margin-top: 5px;
  }
  
  /* themes */
  .casestudy .casestudy_themes{
  }
  .casestudy .casestudy_themes .headingType1{
    margin-bottom: 85px;
  }
  .casestudy .casestudy_themes section{
    position: relative;
    margin-bottom: 95px;
  }
  .casestudy .casestudy_themes section img{
    width: 482px;
    height: auto;
  }
  .casestudy .casestudy_themes section .btm_right{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .casestudy .casestudy_themes .sub_title,
  .casestudy .casestudy_themes .sub_title span{
    margin-bottom: 20px;
  }
  .casestudy .casestudy_themes .cst_sec01 .adjust1{
    width: 308px;
  }
  .casestudy .casestudy_themes .cst_sec01 .adjust2{
    width: 309px;
  }
  .casestudy .casestudy_themes .cst_sec01 h3{
    position: absolute;
    top: 0;
    left: 345px;
    line-height: 1em;
  }
  .casestudy .casestudy_themes .cst_sec01 .position_top{
    position: absolute;
    top: 53px;
    left: 345px;
  }
  .casestudy .casestudy_themes .cst_sec01 .position_bottom{
    position: absolute;
    bottom: 0;
    left: 345px;
  }
  .casestudy .casestudy_themes .cst_sec01 .position_bottom p{
    width: 310px;
    margin:0;
  }
  .casestudy .casestudy_themes .cst_sec03 div,
  .casestudy .casestudy_themes .cst_sec04 div,
  .casestudy .casestudy_themes .cst_sec08 div{
    width: 1000px;
    height: 273px;
    display: table-cell;
    vertical-align: middle;
    background-position: top right;
    background-size: 482px;
    padding: 0 518px 0 0;
    box-sizing: border-box;
  }
  .casestudy .casestudy_themes .cst_sec04 div,
  .casestudy .casestudy_themes .cst_sec08 div{
    background-position: top left;
    padding: 0 0 0 518px;
  }
  .casestudy .casestudy_themes .cst_sec03 p,
  .casestudy .casestudy_themes .cst_sec04 p,
  .casestudy .casestudy_themes .cst_sec08 p{
    margin-bottom: 0;
  }
  .casestudy .casestudy_themes .cst_sec05,
  .casestudy .casestudy_themes .cst_sec06{
    background-position: left top;
    padding: 300px 0 0 0;
  }
  .casestudy .casestudy_themes .cst_sec05{
    width: 482px;
    float: left;
  }
  .casestudy .casestudy_themes .cst_sec06{
    width: 482px;
    float: right;
  }
  .casestudy .casestudy_themes .cst_sec07{
    clear: both;
  }
  /* products */
  .casestudy .casestudy_pruducts{
    padding-top: 50px;
  }
  .casestudy .casestudy_pruducts .position_left{
    width: 482px;
    float: left;
    margin-bottom: 18px;
  }
  .casestudy .casestudy_pruducts .position_right{
    width: 482px;
    float: right;
    margin-bottom: 18px;
  }
  .casestudy .casestudy_pruducts .position_bottom{
    clear: both;
    border-top: solid 1px #c8cdd2;
    padding-top: 30px;
    white-space: nowrap;
  }
  .casestudy .casestudy_pruducts .position_bottom h3,
  .casestudy .casestudy_pruducts .position_bottom ul{
    display: inline-block;
    vertical-align: top;
  }
  .casestudy .casestudy_pruducts .position_bottom ul{
    margin: 0 22px 0 47px;
  }
  
  /* comment */
  .casestudy .casestudy_comment{
    padding-top: 90px;
    text-align: center;
  }
  .casestudy .casestudy_comment h2{
    margin-bottom: 57px;
  }
  .casestudy .casestudy_comment h3{
    margin-bottom: 10px;
  }
  .casestudy .casestudy_comment section{
    padding-bottom: 63px;
  }
  .casestudy .casestudy_comment .person{
    margin-bottom: 15px;
  }
  .casestudy .casestudy_comment figure{
    margin-bottom: 5px;
  }
  .casestudy .casestudy_comment .small{
    margin-bottom: 30px;
  }
  .casestudy .casestudy_comment .com_text{
    width: 700px;
    margin: 0 auto 25px auto;
  }
}

/* /discover/solutions.html */
.solutions .facilitiesVisual {
  margin-bottom: 52px;
  padding-top: 80px;
  background: url(../images/solutions_mainvisual_pc.jpg) no-repeat center top;
}
.solutions .facilitiesVisual .subHeading {
  color: #fff;
  font-weight: normal;
  margin-bottom: 21px;
}
.solutions .main {
  width: 70%;
  margin: 0 auto 67px;
  box-sizing: border-box;
}
.solutions .facilitiesContent section {
  margin-top: 50px;
}
.solutions .solutionsContTitle .headingType2 {
  margin-bottom: 10px;
}
.solutions .solutionsContTitle .headingType2 span {
  margin-bottom: 0;
}
.solutions .solutionsContTitle > p {
  margin-bottom: 21.8px;
}
.solutions .columnType1.column3.iconList .column__item {
  width: 35.4%;
  padding: 23px 31px 8px;
  border-right: 1px solid #e1e6eb;
  border-left: 1px solid #e1e6eb;
  font-size: 1.4rem;
}
.solutions .columnType1.column3.iconList .column__item:first-child {
  width: 33.3%;
  padding: 24px 28px 10px 0;
  border: none;
}
.solutions .columnType1.column3.iconList .column__item:last-child {
  width: 31.3%;
  padding: 20px 0 10px 34px;
  border: none;
}
.solutions .columnType1 .column__item img {
  margin-bottom: 23px;
}
.solutions .columnType1 .column__item .listType1 {
  margin-bottom: 0;
}
.solutions .columnType1 .column__item .listType1 li {
  margin-bottom: 1em;
}
.solutions .solutionsImg {
  margin-bottom: 45px;
}
.solutions .solutionsdetail .headingType3 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 2.4rem;
}
.solutions .solutionsdetail .columnType1 .column__item {
  padding: 10px 0 15px 80px;
  margin-bottom: 20px;
}
.solutions .solutionsdetail .columnType1 .column__item:nth-child(2n+1) {
  clear: both;
}
.solutions .solutionsdetail .columnType1 .item01 {
  background: url(../images/solutions_icon04.png) left top 7px no-repeat;
}
.solutions .solutionsdetail .columnType1 .item02 {
  background: url(../images/solutions_icon05.png) left 18px top 12px no-repeat;
  padding-left: 90px;
}
.solutions .solutionsdetail .columnType1 .item03 {
  background: url(../images/solutions_icon06.png) left top 12px no-repeat;
}
.solutions .solutionsdetail .columnType1 .item04 {
  background: url(../images/solutions_icon07.png) left 14px top 4px no-repeat;
  padding-left: 90px;
}
.solutions .solutionsdetail .columnType1 .item05 {
  background: url(../images/solutions_icon08.png) left center no-repeat;
}
.solutions .solutionsdetail .columnType1 .item06 {
  background: url(../images/solutions_icon09.png) left 21px top 15px no-repeat;
  padding-left: 90px;
}
.solutions .solutionsdetail .columnType1 .column__item .headingType4 {
  margin-bottom: 0;
}
.solutions .solutionsdetail .columnType1 .column__item .small {
  margin-bottom: 0;
}

@media screen and (max-width: 539px){
  .solutions .facilitiesVisual {
    margin-bottom: 0;
    padding-top: 65.625%;
    padding-bottom: 20px;
    background: url(../images/solutions_mainvisual_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  .solutions .facilitiesVisual .subHeading {
    color: #a4a7a9;
    margin-bottom: 2.34375%;
  }
  .solutions .facilitiesVisual .headingType1 {
    color: #141e28;
    margin-bottom: 8%;
  }
  .solutions .main {
    width: 100%;
    padding: 0 5.5%;
    margin: 0 auto 67px;
  }
  .solutions .facilitiesContent section {
    margin-top: 7.8125%;
  }
  .solutions .solutionsContTitle .headingType2 {
    margin-bottom: 7%;
  }
  .solutions .solutionsContTitle .headingType2 span {
    margin-bottom: 0;
  }
  .solutions .solutionsContTitle > p {
    margin-bottom: 11.7%;
    font-size: 1.4rem;
  }
  .solutions .columnType1.column3.iconList .column__item {
    width: 100%;
    padding: 0 0 5.8%;
    margin-bottom: 4.375%;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e1e6eb;
  }
  .solutions .columnType1.column3.iconList .column__item:first-child {
    width: 100%;
    padding: 0 0 5.8%;
    margin-bottom: 9.4%;
    border-bottom: 1px solid #e1e6eb;
  }
  .solutions .columnType1.column3.iconList .column__item:last-child {
    width: 100%;
    padding: 0 0 5.8%;
    margin-bottom: 4.375%;
  }
  .solutions .columnType1 .column__item img {
    margin-bottom: 5.3125%;
  }
  .solutions .columnType1 .column__item .headingType4 {
    margin-bottom: 2.5%;
  }
  .solutions .columnType1 .column__item .listType1 {
    margin-bottom: 0;
  }
  .solutions .columnType1 .column__item .listType1 li {
    padding-left: 0.8em;
    margin-bottom: 0.5em;
  }
  .solutions .solutionsImg {
    margin-bottom: 45px;
  }
  .solutions .solutionsdetail .headingType3 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .solutions .solutionsdetail .headingType3 + p {
    font-size: 1.4rem;
  }
  .solutions .solutionsdetail .columnType1 .column__item {
    padding: 0 0 0 23.81%;
    min-height: 64px;
    margin-bottom: 20px;
    float: none;
  }
  .solutions .solutionsdetail .columnType1 .item01 {
    background: url(../images/solutions_icon04.png) left top no-repeat;
    -webkit-background-size: 22% auto;
    background-size: 22% auto;
  }
  .solutions .solutionsdetail .columnType1 .item02 {
    background: url(../images/solutions_icon05.png) left top 4px no-repeat;
    padding-left: 23.81%;
  }
  .solutions .solutionsdetail .columnType1 .item03 {
    background: url(../images/solutions_icon06.png) left top no-repeat;
  }
  .solutions .solutionsdetail .columnType1 .item04 {
    background: url(../images/solutions_icon07.png) left top no-repeat;
    padding-left: 23.81%;
  }
  .solutions .solutionsdetail .columnType1 .item05 {
    background: url(../images/solutions_icon08.png) left top no-repeat;
  }
  .solutions .solutionsdetail .columnType1 .item06 {
    background: url(../images/solutions_icon09.png) left top no-repeat;
    padding-left: 23.81%;
  }
  .solutions .solutionsdetail .columnType1 .column__item .headingType4 {
    margin-bottom: 3px;
    font-size: 1.4rem;
  }
  .solutions .solutionsdetail .columnType1 .column__item .small {
    margin-bottom: 0;
  }

}
/* products */
@media screen and (max-width: 539px){
  .productItemTitle__title {
    font-size: 3.6rem;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
    color: rgba(20,30,40,1);
    font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
    font-weight: 300;
  }
}

/* investors / index.html */

/* ---------------------------
 * PC and Mobile
 * --------------------------- */
.investorsVisual {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.investorsVisual__text {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.investorsVisual__heading {
  font-weight: 300;
  margin-top: 0;
  line-height: 1;
}

.investorsVisual__description {
  font-weight: 300;
  margin-top: 0;
}

.investorsVisual__author {
  font-weight: 600;
  margin: 0;
}

.containerBlock5 {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
}

.containerBlock5__item {
  overflow: hidden;
  box-sizing: border-box;
}
.containerBlock5__item.investors1 .containerBlock5__itemInner {
  color: #000;
}
.containerBlock5__item.investors1 .containerBlock5__link {
  color: #000;
}

.containerBlock5__itemInner {
  display: block;
  color: #fff;
}

.containerBlock5__img {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.containerBlock5__text {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.containerBlock5__subHeading {
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
}

.containerBlock5__heading {
  font-weight: 300;
  margin: 0;
}

.containerBlock5__quote {
  font-weight: 600;
  margin: 0;
}

.containerBlock5__link {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  font-weight: 300;
  line-height: 1;
}
.containerBlock5__link:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 10px;
}

.linkBlockType1 {
  text-align: center;
  border-bottom: 1px solid #dce1e6;
}

.linkBlockType1__heading {
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  color: #0a0a0a;
  margin-top: 0;
}

.linkBlockType1__link a {
  color: #0a0a0a;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}
.linkBlockType1__link a:after {
  content: ">";
  margin-left: 10px;
}
.linkBlockType1__link a:hover {
  text-decoration: none;
}

@media screen and (max-width: 539px) {
  /* ---------------------------
 * Tablet
 * --------------------------- */
  .sideNav li.sideNav__2ndPC a {
    padding-left: 12px;
  }
  .investorsVisual {
    width: 89%;
    margin-bottom: 45px;
  }
  .investorsVisual__img {
    display: none;
  }
  .investorsVisual__text {
    padding-top: 35px;
  }
  .investorsVisual__heading {
    font-size: 32px;
    font-size: 3.2rem;
    color: #141e28;
    margin-bottom: 30px;
  }
  .investorsVisual__description {
    font-size: 22px;
    font-size: 2.2rem;
    color: #5a646e;
    line-height: 1.4;
  }
  .investorsVisual__author {
    font-size: 12px;
    font-size: 1.2rem;
    color: #5a646e;
  }
  .containerBlock5 {
    margin-bottom: 35px;
  }
  .containerBlock5__item {
    margin-bottom: 12px;
  }
  .containerBlock5__item.investors1 .containerBlock5__img {
    background-image: url(../images/investor_img01_sp.jpg);
  }
  .containerBlock5__item.investors2 .containerBlock5__img {
    background-image: url(../images/investor_img02_sp.jpg);
  }
  .containerBlock5__item.investors2 .containerBlock5__text {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  .containerBlock5__item.investors3 .containerBlock5__img {
    background-image: url(../images/investor_img03_sp.jpg);
  }
  .containerBlock5__img {
    padding-top: calc(284 / 284 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
  }
  .containerBlock5__text {
    width: 89%;
    left: 5.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .containerBlock5__subHeading {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .containerBlock5__heading {
    font-size: 8.7vw;
    line-height: 1.25;
  }
  .containerBlock5__quote {
    font-size: 5.4vw;
    line-height: 1.4;
  }
  .containerBlock5__link {
    width: 89%;
    left: 5.5%;
    bottom: 10%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .linkBlockType1 {
    padding-bottom: 35px;
  }
  .linkBlockType1__heading {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 5px;
  }
  .linkBlockType1__link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 500px) {
  /* ---------------------------
 * Mobile
 * --------------------------- */
}

@media screen and (min-width: 540px) {
  /* ---------------------------
 * PC
 * --------------------------- */
  .content.type2column.typeNarrowBottom .main {
    margin-bottom: 50px;
  }
  .sideNav li.sideNav__2ndPC a {
    padding-left: 23px;
  }
  .investorsVisual {
    margin-bottom: 70px;
  }
  .investorsVisual__img {
    height: 360px;
    background-position: center top;
    background-image: url(../images/investors_mainvisual.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .investorsVisual__text {
    width: 1000px;
    color: #5a646e;
    position: absolute;
    left: 50%;
    top: 95px;
    margin-left: -500px;
  }
  .investorsVisual__heading {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 30px;
  }
  .investorsVisual__description {
    width: 670px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .investorsVisual__author {
    width: 660px;
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .containerBlock5 {
    margin-bottom: 45px;
  }
  .containerBlock5__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .containerBlock5__item {
    width: 33.3%;
    padding-right: .1%;
  }
  .containerBlock5__item.investors1 .containerBlock5__img {
    background-image: url(../images/investor_img01_pc.jpg);
  }
  .containerBlock5__item.investors2 .containerBlock5__img {
    background-image: url(../images/investor_img02_pc.jpg);
  }
  .containerBlock5__item.investors2 .containerBlock5__text {
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
  }
  .containerBlock5__item.investors3 .containerBlock5__img {
    background-image: url(../images/investor_img03_pc.jpg);
  }
  .containerBlock5__img {
    width: 100%;
    height: 333px;
  }
  .containerBlock5__text {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
  }
  .containerBlock5__subHeading {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .containerBlock5__heading {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .containerBlock5__link {
    font-size: 16px;
    font-size: 1.6rem;
    bottom: 10%;
    left: 20px;
  }
  .linkBlockType1 {
    padding-bottom: 43px;
  }
  .linkBlockType1__heading {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .linkBlockType1__link a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/** error */
.contentWrap.error {
  background: none;
}
.errorBox {
  text-align: center;
  font-family: 'PingFangSC-light', 'Microsoft YaHeiUI', '微软雅黑', Roboto, sans-serif;
  padding: 142px 0 58px;
}
.errorBox .errorTitle {
  margin-bottom: 16px;
  padding-left: 12px;
  font-size: 4rem;
}
.errorBox .errorNumber {
  margin-bottom: 28px;
  padding-left: 8px;
  font-size: 1.4rem;
  color: #e60007;
}
.errorBox .errorMessage {
  padding-left: 34px;
  letter-spacing: 0.4px;
  color: #5a646e;
}
@media screen and (max-width: 539px) {
  /* ---------------------------
  * SP
  * --------------------------- */
  .errorBox {
    width: 80%;
    padding: 71px 0 0 0;
    margin: 0 auto;
  }
  .errorBox .errorTitle {
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 2rem;
  }
  .errorBox .errorNumber {
    margin-bottom: 14px;
    padding-left: 0;
    font-size: 1.2rem;
  }
  .errorBox .errorMessage {
    padding-left: 0;
    letter-spacing: 0.2px;
  }
}

/** result */
@media screen and (min-width: 540px) {
  .resultBox { width: 1000px; margin: 0 auto; padding-top: 63px; }
  .resultBox .resultBoxInner { width: 700px; }
  .resultBox .searchByKeywordArea { margin-bottom: 63px; color: #000; }
  .resultBox .searchByKeywordArea .title { font-size: 2rem; line-height: 32px; }
  .resultBox .searchByKeywordArea .searchByKeyword { font-size: 3.5rem; line-height: 46px; }
  .resultBox .resultArea .resultCount { margin-bottom: 28px; color: #000; font-weight: bold; }
  .resultBox .resultArea .resultCount .number { color: #ea5805; }
  .resultBox .resultArea .resultAreaItemWrap { margin-bottom: 47px; }
  .resultBox .resultArea .resultAreaItemWrap .resultAreaItem { padding-top: 21px; padding-bottom: 35px; border-top: solid 1px #e7e8e9; }
  .resultBox .resultArea .resultAreaItemWrap .resultAreaItem a { color: #5a646e; }
  .resultBox .resultArea .resultAreaItemWrap .resultAreaItem .pageTitle { margin-bottom: 7px; color: #141e28; font-weight: bold; line-height: 1.6; }
  .resultBox .resultArea .resultAreaItemWrap .resultAreaItem .page_contents { line-height: 1.5; }
  .resultBox .resultArea .resultAreaItemWrap .resultAreaItem:last-child { border-bottom: solid 1px #e7e8e9; }
  .resultBox .resultArea .resultAreaPager { position: relative; width: 700px; height: 50px; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap { position: relative; z-index: 10; width: 180px; margin: 0 auto; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap .resultAreaPagerNumbers { display: block; clear: both; height: 49px; margin: 0; border-bottom: solid 1px #e7e8e9; content: ""; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap .resultAreaPagerNumbers .resultAreaPagerNumbers__number { float: left; margin-right: 20px; border-bottom: solid 1px #e7e8e9; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap .resultAreaPagerNumbers .resultAreaPagerNumbers__number.last { margin-right: 0; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap .resultAreaPagerNumbers .resultAreaPagerNumbers__number a { display: inline-block; height: 35px; padding-top: 14px; color: #141e28; font-size: 1.4rem; font-weight: bold; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap .resultAreaPagerNumbers .resultAreaPagerNumbers__number.current { height: 47px; border-bottom: solid 3px #000; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNavWrap { position: absolute; top: 0; left: 0; width: 100%; height: 50px; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNavWrap .resultAreaPagerNav__prev { position: absolute; top: 15px; left: 0; width: 11px; height: 19px; background: url("../images/result_pager_prev_pc.png") no-repeat left top; text-indent: -9999px; cursor: pointer; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNavWrap .resultAreaPagerNav__next { position: absolute; top: 15px; right: 0; width: 11px; height: 19px; background: url("../images/result_pager_next_pc.png") no-repeat left top; text-indent: -9999px; cursor: pointer; }
}
@media screen and (max-width: 539px) {
  /* ---------------------------
  * SP
  * --------------------------- */
  .resultBox { width: 88.75%; margin: 0 auto; padding-top: 10.3239%; }
  .resultBox .searchByKeywordArea { margin-bottom: 28px; }
  .resultBox .searchByKeywordArea .title { font-size: 1.7rem; }
  .resultBox .searchByKeywordArea .searchByKeyword { font-size: 3rem; line-height: 1.3; }
  .resultBox .resultArea .resultCount { margin-bottom: 20px; font-weight: bold; }
  .resultBox .resultArea .resultCount .number { color: #ea5805; }
  .resultBox .resultArea .resultAreaItemWrap { margin-bottom: 30px; }
  .resultBox .resultArea .resultAreaItemWrap .resultAreaItem { padding-top: 17px; padding-bottom: 22px; border-top: solid 2px #e7e8e9; }
  .resultBox .resultArea .resultAreaItemWrap .resultAreaItem a { color: #5a646e; }
  .resultBox .resultArea .resultAreaItemWrap .resultAreaItem .pageTitle { margin-bottom: 7px; color: #141e28; font-weight: bold; line-height: 1.6; }
  .resultBox .resultArea .resultAreaItemWrap .resultAreaItem .page_contents { line-height: 1.5; }
  .resultBox .resultArea .resultAreaItemWrap .resultAreaItem:last-child { border-bottom: solid 2px #e7e8e9; }
  .resultBox .resultArea .resultAreaPager { position: relative; width: 100%; height: 0; padding-top: 8.8028%; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: 50%; margin: 0 auto; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap .resultAreaPagerNumbers { display: block; clear: both; width: 100%; height: 100%; margin: 0; border-bottom: solid 2px #e7e8e9; content: ""; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap .resultAreaPagerNumbers .resultAreaPagerNumbers__number { float: left; margin-right: 20px; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap .resultAreaPagerNumbers .resultAreaPagerNumbers__number.last { margin-right: 0; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap .resultAreaPagerNumbers .resultAreaPagerNumbers__number a { display: inline-block; color: #141e28; font-size: 1rem; font-weight: bold; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNumbersWrap .resultAreaPagerNumbers .resultAreaPagerNumbers__number.current { padding-bottom: 2px; border-bottom: solid 4px #000; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNavWrap { position: absolute; top: 0; left: 0; width: 100%; height: 0; padding-top: 8.8028%; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNavWrap .resultAreaPagerNav__prev { position: absolute; top: 50%; left: 0; width: 1.9366%; margin-top: -5px; background: url("../images/result_pager_prev_pc.png") no-repeat left top; background-size: 100% auto; text-indent: -9999px; cursor: pointer; }
  .resultBox .resultArea .resultAreaPager .resultAreaPagerNavWrap .resultAreaPagerNav__next { position: absolute; top: 50%; right: 0; width: 1.9366%; margin-top: -5px; background: url("../images/result_pager_next_pc.png") no-repeat left top; background-size: 100% auto; text-indent: -9999px; cursor: pointer; }
}


.topMainVisual__heading img{
  width: 530px;
}
.mobileHidden { display:none;}

@media screen and (max-width: 539px){
  .topMainVisual__heading img{
  width: 100%;
  margin: 15px 0;
}
  .desktopHidden { display:none;}
  .mobileHidden { display:inline;}
}
.wz{
	padding-right: 38px;
	padding-left: 38px;
	padding-top:30px;
	padding-bottom:20px;
}

/*pager*/
DIV.viciao {
	MARGIN-TOP: 20px; MARGIN-BOTTOM: 10px
}
DIV.viciao A {
	BORDER-RIGHT: #8db5d7 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #8db5d7 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #8db5d7 1px solid; COLOR: #000; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #8db5d7 1px solid; TEXT-DECORATION: none
}
DIV.viciao A:hover {
	BORDER-RIGHT: red 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: red 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: red 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: red 1px solid
}
DIV.viciao A:active {
	BORDER-RIGHT: red 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: red 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: red 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: red 1px solid
}
DIV.viciao SPAN.thisclass {
	BORDER-RIGHT: #e89954 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #e89954 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #e89954 1px solid; COLOR: #000; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #e89954 1px solid; BACKGROUND-COLOR: #ffca7d
}
DIV.viciao SPAN.disabled {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid
}
/*客服*/
.advisory-tc{width: 75px;background: #088e35;position: fixed;right: 0px;top: 50%;margin-top: -241px; border-radius: 10px 0px 0px 10px;z-index: 999;}
.advisory-tc a{display: block;height: 20px;padding-top: 49px; text-align: center;color: #fff;font-size: 12px;line-height: 12px;position: relative;}
.advisory-tc .qr-2{position: absolute;right: 75px;bottom: 0px;width: 0px;height: 0px;-webkit-transition:all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;padding-bottom: 30px;background:#fff url(/skin/kefu/advisory-tc.png) no-repeat bottom;}

.advisory-tc .qr-1:hover .qr-2{width: 150px;height: 150px;}
.advisory-tc li{border-bottom: 1px solid #fff;}
.ce-d2{-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;position: relative;right: 0px;background: #088e35;width: 240px;height: 70px;border-radius: 10px 0px 0px 0px;}
.ce-d2 .ce-d1{display: block;width: 75px;height: 20px;float: left;}
.ce-d2 .dh{float: left;height: 70px;font-size: 20px;line-height: 70px;color: #fff;padding-right: 2px;margin-left: 5px;}
.ce-d2:hover{right: 150px;}


* { margin:0px; padding:0px; border:0px;}

ul,li {list-style-type:none; text-transform:capitalize; margin:0px; padding:0px;}

a {text-decoration:none; outline:none; color:#666666;  noFocusLine: expression(this.onFocus = this.blur())/*去掉链接虚线框*/;}




/***********************************************公用部分结束**************************************************************/

.wei{float:right; font-size:16px;}

.wei a{padding-left:16px;}

.wei .xin{ position:relative;}

.wei a .wx{display:none; position:absolute;top:24px;left:-136px;z-index:200;}

/*.wei a:hover .wx{display:block;top:20px;left:0px; z-index:100; position:absolute;}*/
.menuSlider__item{
  float: left; list-style: none; position: relative; width: 118px; margin-right: 10px;
}
@media only screen and (max-width: 640px){
  .advisory-tc{display: none}
  .header__logos{padding: 0}
  .header__logo img{width: 100%;height: 48px;}
  .topMainVisual{height: 250px;    background-size: 100% 100%;}
  .itemType1__img{width: 100%!important;}
  .footerNav ul{display: block;float: left}
  .footerNav ul:nth-child(even){padding-left: 0}
  .footer__companyNav li {
    display: block;
    float: left;
    margin-left: 0!important;
  }
  .footer__logo{    margin: 35px 0 0 0;}
  .header__nav{background: #ffff;
    z-index: 9999;}
  .discoverVisual__img{background-image: url(../images/discover_mainvisual_pc.jpg);background-size: 100% 100%;}
  .itemListType2__list{width: 100%;}
  .sustainabilityMainVisual{background: url(../images/sustainbility_mainvisual_pc.png)no-repeat;background-size: 100% 100%;height: 120px;padding: 0}
  .itemListType1__image{width: 100%;}
  .itemListType1__text{width: 100%;}
  .itemListType1__image img{width: 100%;}
  .productLowerVisual__img img{max-width: 100%;height: auto}

}