@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* -universal
----------------------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-family: "Meiryo", "メイリオ", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  word-break: break-all;
}

.mac body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

img {
  line-height: 1;
  vertical-align: top;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover, a:focus {
  opacity: 0.6;
}

input, textarea {
  font-size: 100%;
}

.st-wrapper {
  /*min-width: 1072px;*/
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  .st-wrapper {
    min-width: 320px;
  }
}

.st-noScriptMessage {
  border: solid 4px #fff;
  background: #fee;
  color: #f00;
}

.st-noScriptMessage_inner {
  max-width: 1200px;
  min-width: 1052px;
  margin: 0 auto;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .st-noScriptMessage_inner {
    max-width: none;
    min-width: 0;
    padding: 10px;
  }
}

.st-siteHeader {
  height: 60px;
  position: relative;
}

.st-siteHeader_2 {
  height: 50px;
  position: relative;
  border-bottom: solid 1px #d2d4d9;
}

@media screen and (max-width: 1024px) {
  .st-siteHeader_2 {
    display: none;
  }
}

.st-blueBar {
  color: #fff;
  background: #0d2ea1;
  padding: 0 35px;
  position: relative;
  height: 100%;
}

.st-blueBar a {
  color: #fff;
}

.st-blueBar_inner {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}

.st-blueBar_logo {
  margin: 0 auto 0 -10px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 30px;
}


.st-blueBar_logo a {
  display: block;
  padding: 12px 10px 9px;
}

.st-blueBar_logo a:hover, .st-blueBar_logo a:focus {
  opacity: 1;
}

.st-blueBar_logo img {
  display: block;
  width: 102px;
  height: 39px;
}

.st-blueBar_menu {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  display: none;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 49px;
  height: 60px;
  color: #fff;
  outline: none;
  margin-right: -11px;
}

.st-blueBar_menu span {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -1px;
  background: #fff;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.st-blueBar_menu span:before, .st-blueBar_menu span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.st-blueBar_menu span:before {
  top: -10px;
  transition: top 0.1s 0.14s ease,
 opacity 0.1s ease;
}

.st-blueBar_menu span:after {
  bottom: -10px;
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.st-blueBar_menu.is-active:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border: solid 10px transparent;
  border-bottom-color: #fff;
  bottom: 0;
  left: 15px;
}

.st-blueBar_menu.is-active span {
  width: 34px;
  left: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.st-blueBar_menu.is-active span:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease,
 opacity 0.1s 0.14s ease;
}

.st-blueBar_menu.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.st-blueBar_search {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  display: none;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 44px;
  height: 60px;
  color: #fff;
  outline: none;
}

.st-blueBar_search img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.st-blueBar_search.is-active:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border: solid 10px transparent;
  border-bottom-color: #fff;
  bottom: 0;
  left: 13px;
}

.st-blueBar_search.is-active img {
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .st-blueBar_inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: none;
    min-width: 0;
  }
  .st-blueBar_menu,
  .st-blueBar_search {
    display: block;
  }
  html.no-js .st-blueBar_menu,
  html.no-js .st-blueBar_search {
    display: none;
  }
}

.st-blueBar_2 {
  padding: 0 35px;
  position: relative;
  height: 100%;
}

.st-globalNav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.st-globalNav .st-globalNav_category {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 2px 0 0 0;
}

.st-globalNav .st-globalNav_category:after {
  content: "";
  display: block;
  clear: both;
}

.st-globalNav .st-globalNav_category li {
  margin-left: 5px;
  font-size: 14px;
}

.st-globalNav .st-globalNav_category .nav-font {
  margin-left: 5px;
  font-size: 16px;
}

.st-globalNav .st-globalNav_category a {
  display: block;
  padding: 6px 10px 4px;
}

.st-globalNav .st-globalNav_category a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-top-color: #9eabd9;
  vertical-align: -1px;
}

html.no-js .st-globalNav .st-globalNav_category a:after {
  content: normal;
}

.st-globalNav .st-globalNav_category a.is-active:after {
  border-top-color: transparent;
  border-bottom-color: #9eabd9;
  vertical-align: 5px;
}

.st-globalNav_utility {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  align-items: center;
}

.st-globalNav_category + .st-globalNav_utility {
  margin-left: 7px;
}

.st-globalNav_utility li {
  margin-left: 6px;
}

.st-globalNav_utility li:first-child {
  margin-left: 7px;
}

.st-globalNav_utility a {
  display: block;
  padding: 5px;
}

.st-globalNav_utility img {
  display: block;
  padding-bottom: 4px;
}

.st-globalNav_search {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  display: block;
  padding: 5px;
  cursor: pointer;
}

.st-globalNav_search_s {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  display: block;
  padding: 5px;
  cursor: pointer;
}

.st-globalNav_search_s:hover {
  opacity: 0.6;
}

.no-js .st-globalNav_search_s {
  display: none;
}

.globalnav-search-pc {
    display: flex;
    align-items: center;
    margin-right: 3px;
}

.globalnav-search-pc span {
    color: #fff;
    font-size: 14px;
    margin-left: 1px;
}

.st-globalNav_search:hover {
  opacity: 0.6;
}

.no-js .st-globalNav_search {
  display: none;
}

@media screen and (max-width: 1024px) {
  .st-globalNav {
    display: none;
  }
}

.st-megaMenu {
  position: relative;
  z-index: 1000;
  display: block;
}

.st-megaMenu_backdrop {
  position: absolute;
  right: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  background-color: #fff;
  border-bottom: 3px solid #0d2ea1;
  transition: 0.15s ease-out;
  transition-property: visibility, opacity, height, background-color, border-bottom-width;
  border-top: solid 1px #bfbfbf;
}

.st-megaMenu_backdrop.st-megaMenu_backdrop-search {
  background-color: #d9d9d9;
  border-bottom-width: 0;
}

.st-megaMenu_category {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  /*overflow: hidden;　marsカスタムエレメント化対応のため削除*/
  width: 1072px;
  margin: 0 auto;
  transition: 0.1ms ease-out;　/*marsカスタムエレメント化対応のため0.15sから0.1msに修正*/
  transition-property: opacity, height;
}

@media screen and (max-width: 1092px) {
  .st-megaMenu_category {width: 100%;}
}

.st-megaMenu_categoryInner {
  /*overflow: hidden;　marsカスタムエレメント化対応のため削除*/
  padding: 28px 30px 40px;
}

.st-megaMenu_close {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  top: 20px;
  right: 0;
  width: 45px;
  height: 45px;
}

.st-megaMenu_close:before, .st-megaMenu_close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 35.35px;
  height: 0;
  margin: auto;
  border-top: 1px solid #000;
}

.st-megaMenu_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-megaMenu_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.st-megaMenu_close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.st-megaMenu_title {
  margin: 0 0 0 -16px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  display: block;
}

.st-megaMenu_title a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 13px;
  margin-left: -7px;
}

.st-megaMenu_sectionRow {
  margin-left: -40px;
}

.st-megaMenu_sectionRow:after {
  content: "";
  display: block;
  clear: both;
}

.st-megaMenu_section {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-left: 40px;
}

.st-megaMenu_sectionTitle {
  margin: 0;
  padding: 18px 0 6px;
  border-bottom: 1px solid #bfbfbf;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  display: block;
}

.st-megaMenu_sectionTitle ~ .st-megaMenu_sectionTitle {
  padding-top: 44px;
}

.st-megaMenu_imgLinkList {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 19px;
  margin-left: -20px;
  font-size: 0;
}

.st-megaMenu_imgLinkList li {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding-left: 20px;
  vertical-align: top;
  font-size: 14px;
}

.st-megaMenu_imgLinkList a {
  display: block;
}

.st-megaMenu_imgLinkList img {
  display: block;
  width: 233px;
  height: 100px;
}

.st-megaMenu_imgLinkList span {
  display: block;
  margin-top: 10px;
  margin-left: 16px;
  font-size: 14px;
  line-height: 24px;
}

.st-megaMenu_imgLinkList span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -18px;
}

.st-megaMenu_linkList {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 8px;
  margin-left: -20px;
  font-size: 0;
}

.st-megaMenu_imgLinkList + .st-megaMenu_linkList {
  margin-top: 15px;
}

.st-megaMenu_linkList li {
  display: inline-block;
  margin-top: 16px;
  vertical-align: top;
  box-sizing: border-box;
  width: 25%;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
}

.st-megaMenu_section .st-megaMenu_linkList li {
  width: 50%;
}

.st-megaMenu_linkList a {
  position: relative;
  display: inline-block;
  margin-left: 16px;
}

.st-megaMenu_linkList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -18px;
}

.st-megaMenu_small {
  display: block;
  margin-left: 26px;
  font-size: 10px;
}

.st-megaMenu_separator {
  margin: 21px 0 0;
  height: 1px;
  border: 0;
  background-color: #bfbfbf;
}

.st-megaMenu_important {
  position: absolute;
  top: -2px;
  left: -23px;
  width: 20px;
  height: 20px;
}

.st-megaMenu_searchLabel {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.st-megaMenu .st-megaMenu_searchInput {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 41px;
  padding: 5px 45px 5px 5px;
  border: none;
  background-color: #fff;
  font-size: 16px;
  line-height: 31px;
  -webkit-appearance: none;
  appearance: none;
}

.st-megaMenu_searchButton {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  top: 28px;
  right: 30px;
  padding: 9px;
}

.st-megaMenu_searchButton img {
  display: block;
  width: 23px;
  height: 23px;
}

@media screen and (max-width: 1024px) {
  .st-megaMenu {
    display: none;
  }
}

.st-megaMenu_s {
  position: relative;
  z-index: 1000;
  display: block;
}

.st-megaMenu_backdrop_s {
  position: absolute;
  right: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  background-color: #fff;
  border-bottom: 3px solid #0d2ea1;
  transition: 0.15s ease-out;
  transition-property: visibility, opacity, height, background-color, border-bottom-width;
  border-top: solid 1px #bfbfbf;
}

.st-megaMenu_backdrop_s.st-megaMenu_backdrop-search {
  background-color: #d9d9d9;
  border-bottom-width: 0;
}

.st-megaMenu_category_s {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  /*overflow: hidden; marsカスタムエレメント化対応のため削除*/
  max-width: 1072px;
  margin: 0 auto;
  transition: 0.1ms ease-out; /*marsカスタムエレメント化対応のため0.15sから0.1msに修正*/
}

.st-megaMenu_categoryInner_s {
  /*overflow: hidden; marsカスタムエレメント化対応のため削除*/
  padding: 28px 30px 40px;
}

.st-mobileMenu {
  position: relative;
  z-index: 1000;
  display: none;
  width: 100%;
  border-top: 1px solid #fff;
  background: #fff;
}

.st-mobileMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-mobileMenu_level0Item, .st-mobileMenu_level0Item-link {
  position: relative;
  display: block;
  padding: 11px 28px 10px 35px;
  border-bottom: 1px solid #d9d9d9;
  color: #fff;
  background-color: #0d2ea1;
  font-size: 12px;
  line-height: 18px;
}

.st-mobileMenu_level0Item:before, .st-mobileMenu_level0Item-link:before, .st-mobileMenu_level0Item:after, .st-mobileMenu_level0Item-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 10px;
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.st-mobileMenu_level0Item:after, .st-mobileMenu_level0Item-link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.st-mobileMenu_level0Item.is-expanded:after, .is-expanded.st-mobileMenu_level0Item-link:after {
  width: 0;
}

.st-mobileMenu_level0Item-link {
  padding-right: 10px;
  padding-left: 52px;
}

.st-mobileMenu_level0Item-link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 21px;
  margin: auto 10px;
  width: 9px;
  height: 9px;
  border-top: 1px solid;
  border-right: 1px solid;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-mobileMenu_level0Item-link:after {
  content: normal;
}

.st-mobileMenu_category {
  display: none;
}

.st-mobileMenu_title {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

.st-mobileMenu_sectionTitle {
  margin: 0;
  padding: 6px 10px 5px 50px;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

.st-mobileMenu_item {
  position: relative;
  display: block;
  padding: 11px 28px 10px 10px;
  color: #000;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.st-mobileMenu_item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto 10px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-mobileMenu_item-level1 {
  padding-left: 40px;
}

.st-mobileMenu_item-level2 {
  padding-left: 30px;
}

.st-mobileMenu_item-level3 {
  padding-left: 60px;
}

.st-mobileMenu_small {
  display: block;
  font-size: 8px;
  line-height: 11px;
}

.st-mobileMenu_important {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  width: 15px;
  height: 15px;
  margin: auto;
  padding-bottom: 3px;
}

.st-mobileMenu_search {
  position: relative;
  padding: 9px 10px 10px;
  background-color: #d9d9d9;
}

.st-mobileMenu_searchLabel {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.st-mobileMenu .st-mobileMenu_searchInput {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 5px 35px 5px 5px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
}

.st-mobileMenu_searchButton {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  top: 9px;
  right: 10px;
  padding: 6px;
}

.st-mobileMenu_searchButton img {
  display: block;
  width: 18px;
  height: 18px;
}

.st-notification {
  border-bottom: solid 1px #d2d4d9;
}

.st-notification p {
  margin: 10px 0;
  padding-left: 15px;
  text-indent: -15px;
  font-size: 12px;
}

.st-notification a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.st-notification_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
}

.st_localNav1 {
  border-bottom: solid 1px #d2d4d9;
}

.st_localNav1 .st_localNav1_heading {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  margin: 0 50px 0 0;
  padding: 4px 0;
}

.st_localNav1 .st_localNav1_heading a {
  padding: 2px 0;
}

.st_localNav1 .st_localNav1_heading a.is-active {
  border-bottom: solid 2px #1a1a1a;
}

.st_localNav1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
}

.st_localNav1 ul:after {
  content: "";
  display: block;
  clear: both;
}

.st_localNav1 li {
  float: left;
  margin-left: 30px;
  padding: 4px 0;
  font-size: 12px;
}

.st_localNav1 li a {
  padding: 2px 0;
}

.st_localNav1 li a.is-active {
  border-bottom: solid 2px #1a1a1a;
}

.st_localNav1_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .st_localNav1 {
    display: none;
  }
}

.st_localNav2 {
  background: #f2f2f2;
  font-size: 14px;
}

.st_localNav2 .st_localNav2_heading {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin: 0 30px 0 0;
  padding: 4px 0;
}

.st_localNav2 .st_localNav2_heading a {
  padding: 2px 0;
}

.st_localNav2 .st_localNav2_heading a.is-active {
  border-bottom: solid 2px #1a1a1a;
}

.st_localNav2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
}

.st_localNav2 ul:after {
  content: "";
  display: block;
  clear: both;
}

.st_localNav2 li {
  float: left;
  margin-left: 30px;
  padding: 4px 0;
}

.st_localNav2 li a {
  padding: 2px 0;
}

.st_localNav2 li a.is-active {
  border-bottom: solid 2px #1a1a1a;
}

.st_localNav2_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 9px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .st_localNav2 {
    display: none;
  }
}

.st-localNavSp {
  display: none;
  position: relative;
}

.st-localNavSp p {
  margin: 0;
}

.st-localNavSp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.st-localNavSp > ul {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

.st-localNavSp_item {
  position: relative;
  display: block;
  padding: 11px 28px 10px 10px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 18px;
}

.st-localNavSp_item + ul .st-localNavSp_item {
  color: #fff;
  background-color: #000;
}

.st-localNavSp_item + ul .st-localNavSp_item + ul .st-localNavSp_item {
  color: #000;
  background-color: #fff;
}

.st-localNavSp_item:only-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 10px;
  width: 9px;
  height: 9px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-localNavSp_item:not(:only-child):before, .st-localNavSp_item:not(:only-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 10px;
  width: 20px;
  border-top: 1px solid;
  height: 0;
}

html.no-js .st-localNavSp_item:not(:only-child):before, html.no-js .st-localNavSp_item:not(:only-child):after {
  display: none;
}

.st-localNavSp_item:not(:only-child):after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.st-localNavSp_item:not(:only-child).is-expanded:after {
  width: 0;
}

.st-localNavSp_item-level1 {
  padding-left: 20px;
}

.st-localNavSp_item-level2 {
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .st-localNavSp {
    display: block;
  }
}

.st-contents {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  /*min-width: 1052px;*/
}

@media screen and (max-width: 1024px) {
  .st-contents {
    min-width: 0;
    max-width: 100%;
  }
}

.mod-SNSButtons {
  margin-right: calc((100vw - 1052px) / -2);
  margin-left: calc((100vw - 1052px) / -2);
  background: #f2f2f2;
}

.mod-SNSButtons p {
  margin: 0;
}

.mod-SNSButtons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  padding-top: 5px;
  border-left: solid 1px #d3d8e0;
}

.mod-SNSButtons ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-SNSButtons li {
  float: left;
  margin-left: 30px;
}

.mod-SNSButtons img {
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -.25em;
}

.mod-SNSButtons_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 42px;
}

.mod-SNSButtons_ln {
  display: none;
}

@media screen and (max-width: 1072px) {
  .mod-SNSButtons {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .mod-SNSButtons p {
    margin: 0 0 10px;
  }
  .mod-SNSButtons ul {
    margin-left: -15px;
    border-left: none;
  }
  .mod-SNSButtons li {
    margin: 10px 0 0 15px;
    padding-right: 15px;
    border-right: solid 1px #d2d4d9;
    line-height: 1.3;
  }
  .mod-SNSButtons li:last-child {
    padding-right: 0;
    border-right: none;
  }
  .mod-SNSButtons li img {
    height: 17px;
    margin-right: 10px;
  }
  .mod-SNSButtons_inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .mod-SNSButtons_ln {
    display: block;
  }
}

.mod-breadCrumble {
  margin-right: calc((100vw - 1052px) / -2);
  margin-left: calc((100vw - 1052px) / -2);
  background: #fff;
}

.mod-breadCrumble ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-breadCrumble ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-breadCrumble li {
  float: left;
  margin-right: 6px;
  font-size: 12px;
}

.mod-breadCrumble li a {
  white-space: nowrap;
  color: #333;
}

.mod-breadCrumble li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0;
  margin-left: 3px;
}

.mod-breadCrumble_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  padding: 10px;
}

@media screen and (max-width: 1072px) {
  .mod-breadCrumble {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
}

.st_globalLink {
  color: #fff;
  background: #000;
}

.st_globalLink a {
  color: #fff;
}

.st_globalLink_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
}

.st_globalLink_country {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.st_globalLink_country img {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -.25em;
}

.st_globalLink_global {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.st_globalLink_global:after {
  content: "";
  display: block;
  clear: both;
}

.st_globalLink_global li {
  float: left;
  margin-left: 30px;
  line-height: 1.2;
}

.st_globalLink_global li img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -.35em;
}

@media screen and (max-width: 640px) {
  .st_globalLink_inner {
    height: auto;
    padding: 8px 10px;
  }
  .st_globalLink_country {
    padding-right: 20px;
  }
  .st_globalLink_global li {
    float: none;
    line-height: 1.2;
    margin: 17px 0;
  }
}

.st-siteFooter {
  padding: 10px 0;
}

.st-siteFooter_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
}

.st-siteFooter-category {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: -0.45em !important;
  font-size: 0;
  margin: 30px 0 30px -30px;
  line-height: 1;
}

.st-siteFooter-category > li,
.st-siteFooter-category > div {
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.st-siteFooter-category li {
  font-size: 16px;
  margin-left: 30px;
}

.st-siteFooter-category li a {
  white-space: nowrap;
}

.st-siteFooter_utility {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: -0.45em !important;
  font-size: 0;
  margin: 30px 0 30px -15px;
  line-height: 1.2;
}

.st-siteFooter_utility > li,
.st-siteFooter_utility > div {
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.st-siteFooter_utility li {
  margin-left: 15px;
  padding-right: 15px;
  border-right: solid 1px #d2d4d9;
  font-size: 12px;
}

.st-siteFooter_utility li:last-child {
  padding-right: 0;
  border-right: none;
}

.st-siteFooter_utility li a {
  white-space: nowrap;
}

.st-siteFooter_logo {
  margin: 40px 0 -15px;
  text-align: center;
}

.st-siteFooter_logo img {
  width: 136px;
}

.st-siteFooter_copyright {
  margin: 28px 0;
  text-align: center;
}

.st-siteFooter_copyright small {
  font-size: 12px;
}

.st-backToTopFixed {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border: solid 1px #ccc;
}

.st-backToTopFixed:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #333;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .st-siteFooter-category {
    margin: 30px 0 30px -30px;
    text-align: center;
  }
  .st-siteFooter-category li {
    margin-bottom: 20px;
  }
  .st-siteFooter_utility {
    margin: 30px 0 40px -1em;
    text-align: center;
  }
  .st-siteFooter_utility li {
    margin-bottom: 20px;
  }
  .st-backToTopFixed {
    width: 40px;
    height: 40px;
  }
}

.mod-headingLv1 {
  margin-right: calc((100vw - 1052px) / -2);
  margin-left: calc((100vw - 1052px) / -2);
  background: #fff;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 40px;
}

.mod-headingLv1 h1 {
  font-size: 36px;
  line-height: 1.25;
  margin: 0;
  font-weight: normal;
}

.mod-headingLv1_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 10px;
}

.mod-headingLv1_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-headingLv1_button {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 262px;
  text-align: right;
}

.no-js .mod-headingLv1_button {
  display: none;
}

.mod-headingLv1_sub {
  display: block;
  font-size: 12px;
  line-height: 1.25;
}

.mod-headingLv1_tab {
  display: block;
  font-size: 14px;
  margin-top: 4px;
}

.mod-headingLv1_icon {
  display: inline-block;
  font-size: 12px;
  background: #1a1a1a;
  color: #fff;
  padding: 4px 12px 3px;
  margin: -5px 0 0 20px;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 3px;
}

.mod-headingLv1_icon-new {
  background: #c51324;
}

.mod-headingLv1_print {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 14px;
  border: solid 1px #d9d9d9;
  color: #222;
  padding: 3px 17px;
  margin-top: -2px;
  margin-left: auto;
  white-space: nowrap;
  cursor: pointer;
}

.mod-headingLv1_print:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-left: 6px;
}

.mod-headingLv1_print:hover, .mod-headingLv1_print:focus {
  opacity: 0.6;
}

@media screen and (max-width: 1072px) {
  .mod-headingLv1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .mod-headingLv1 h1 {
    font-size: 24px;
  }
  .mod-headingLv1_button {
    display: none;
  }
}

.mod-contentsNav1 {
  margin: 40px 0;
}

.mod-contentsNav1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: -0.45em !important;
  font-size: 0;
  text-align: center;
  margin: 0 0 -20px;
}

.mod-contentsNav1 ul > li,
.mod-contentsNav1 ul > div {
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.mod-contentsNav1 li {
  min-width: 140px;
  margin: 0 10px 20px;
  text-align: center !important;
  font-size: 16px;
}

.mod-contentsNav1 a {
  height: 100%;
  display: block;
  padding: 3px 0 2px;
  box-sizing: border-box;
}

.mod-contentsNav1 a.is-active {
  border-color: #333;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .mod-contentsNav1 ul {
    text-align: left;
  }
  .mod-contentsNav1 li {
    min-width: 0;
    width: calc((100% - 20px * 2) / 2);
  }
}

.mod-contentsNav1-top li {
  vertical-align: bottom !important;
}

.mod-contentsNav1-top a {
  border-bottom: solid 3px #d2d4d9;
}

.mod-contentsNav1-bottom li {
  vertical-align: top !important;
}

.mod-contentsNav1-bottom a {
  border-top: solid 3px #d2d4d9;
}

.mod-contentsNav3 {
  margin: 40px 0;
}

.mod-contentsNav3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px -20px;
}

.mod-contentsNav3 li {
  width: calc((100% - 20px * 5) / 5);
  margin: 0 0 20px 20px;
  text-align: center;
  font-size: 14px;
  background: #ddd;
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
}

.mod-contentsNav3 li.is-active {
  background: #666;
}

.mod-contentsNav3 li.is-active a {
  pointer-events: none;
  color: #fff;
}

.mod-contentsNav3 li.is-active a:after {
  display: none;
}

.mod-contentsNav3 a {
  display: inline-block;
  margin: auto;
}

.mod-contentsNav3 a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-left: 5px;
}

.mod-contentsNav3 a[target=_blank]:after {
  display: none;
}

.mod-contentsNav3_trigger {
  display: none;
}

.mod-contentsNav3_content {
  display: block;
}

@media screen and (max-width: 1024px) {
  .mod-contentsNav3 li {
	width: calc((100% - 20px * 3) / 3);
  }
}

@media screen and (max-width: 640px) {
  .mod-contentsNav3 {
    margin: 40px -10px;
  }
  .mod-contentsNav3 li {
    width: calc((100% - 20px * 2) / 2);
  }
  .mod-contentsNav3_trigger {
    display: block;
    background: #666;
    color: #fff;
    padding: 10px;
    position: relative;
    cursor: pointer;
  }
  .mod-contentsNav3_trigger:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -.45em;
    border-color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    margin-top: -.75em;
  }
  .mod-contentsNav3_trigger.is-open::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px;
    height: 12px;
    border-color: #fff;
    margin-top: -.25em;
  }
  .mod-contentsNav3_trigger:hover, .mod-contentsNav3_trigger:focus {
    opacity: 0.6;
  }
  .no-js .mod-contentsNav3_trigger {
    cursor: auto;
  }
  .no-js .mod-contentsNav3_trigger:hover, .no-js .mod-contentsNav3_trigger:focus {
    opacity: 1;
  }
  .mod-contentsNav3_content {
    border: solid #666 2px;
    border-top: none;
    padding: 20px;
    background: #fff;
    display: none;
  }
  .no-js .mod-contentsNav3_content {
    display: block;
  }
}

.mod-anchorList3 {
  margin: 40px 0;
}

.mod-anchorList3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 -20px -20px;
}

.mod-anchorList3 img {
  width: 100%;
  max-width: 100%;
}

.mod-anchorList3_pcImg {
  display: block;
}

.mod-anchorList3_mobileImg {
  display: none;
}

.mod-anchorList3-grid4 li {
  width: calc((100% - 20px * 4) / 4);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-anchorList3-grid5 li {
  width: calc((100% - 20px * 5) / 5);
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mod-anchorList3 ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .mod-anchorList3_pcImg {
    display: none;
  }
  .mod-anchorList3_mobileImg {
    display: block;
  }
  .mod-anchorList3-grid4 li {
    width: calc((100% - 20px * 2) / 2);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .mod-anchorList3-grid5 li {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

.mod-anchorList2 {
  margin-right: calc((100vw - 1052px) / -2);
  margin-left: calc((100vw - 1052px) / -2);
  background: #333;
  color: #fff;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 40px;
}

.mod-anchorList2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -12px;
}

.mod-anchorList2 ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-anchorList2 li {
  float: left;
  padding-right: 20px;
  border-right: solid 1px #fff;
  margin: 0 0 15px 12px;
}

.mod-anchorList2 a {
  color: #fff;
}

.mod-anchorList2 a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  margin-left: 10px;
  border-color: #fff;
}

.mod-anchorList2_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1072px) {
  .mod-anchorList2 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
}

@media screen and (max-width: 640px) {
  .mod-anchorList2 {
    display: none;
  }
}

.mod-anchorList1 {
  font-size: 12px;
  line-height: 1;
  margin: 40px 0;
}

.mod-anchorList1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -10px;
  margin-bottom: -15px;
}

.mod-anchorList1 ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-anchorList1 li {
  float: left;
  padding-right: 15px;
  border-right: solid 1px #656565;
  margin: 0 0 15px 10px;
}

.mod-anchorList1 a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .mod-anchorList1 {
    display: none;
  }
}

.mod-headingLv2 {
  margin: 50px 0 40px;
  border-bottom: solid 1px #d9d9d9;
  padding: 0 0 10px;
}

.mod-headingLv2 h2, .mod-headingLv2 h3, .mod-headingLv2 h4, .mod-headingLv2 h5, .mod-headingLv2 h6 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
}

.mod-headingLv2.is-first {
  margin-top: 40px;
}

.mod-accordion2_trigger .mod-headingLv2 {
  border-bottom: solid 1px #fff;
  background: #666;
  color: #fff;
  margin: 0;
  padding: 10px;
  position: relative;
}

.mod-accordion2_trigger .mod-headingLv2:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  border-color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -.75em;
}

.mod-accordion2_trigger.is-open .mod-headingLv2:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  border-color: #fff;
  margin-top: -.25em;
}

@media screen and (max-width: 640px) {
  .mod-accordion_trigger .mod-headingLv2,
  .mod-freeC822_accordion1Trigger .mod-headingLv2 {
    border-bottom: solid 1px #fff;
    background: #666;
    color: #fff;
    margin: 0 -10px;
    padding: 10px 30px 10px 10px;
    position: relative;
  }
  .mod-accordion_trigger .mod-headingLv2:after,
  .mod-freeC822_accordion1Trigger .mod-headingLv2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -.45em;
    border-color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    margin-top: -.75em;
  }
  .mod-accordion_trigger .mod-headingLv2 h2, .mod-accordion_trigger .mod-headingLv2 h3, .mod-accordion_trigger .mod-headingLv2 h4, .mod-accordion_trigger .mod-headingLv2 h5, .mod-accordion_trigger .mod-headingLv2 h6,
  .mod-freeC822_accordion1Trigger .mod-headingLv2 h2,
  .mod-freeC822_accordion1Trigger .mod-headingLv2 h3,
  .mod-freeC822_accordion1Trigger .mod-headingLv2 h4,
  .mod-freeC822_accordion1Trigger .mod-headingLv2 h5,
  .mod-freeC822_accordion1Trigger .mod-headingLv2 h6 {
    font-size: 16px;
    font-weight: normal;
  }
  .mod-accordion_trigger.is-open .mod-headingLv2:after,
  .mod-freeC822_accordion1Trigger.is-open .mod-headingLv2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px;
    height: 12px;
    border-color: #fff;
    margin-top: -.25em;
  }
}

.mod-headingLv3 {
  margin: 40px 0;
  color: #fff;
  background: #666;
  padding: 6px 10px 4px;
}

.mod-headingLv3 h2, .mod-headingLv3 h3, .mod-headingLv3 h4, .mod-headingLv3 h5, .mod-headingLv3 h6 {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  font-weight: normal;
}

.mod-compoundA301 .mod-headingLv3 {
  margin: 0 0 -20px;
}

.mod-accordion2_trigger .mod-headingLv3 {
  position: relative;
  margin: 16px 0;
}

.mod-accordion2_trigger .mod-headingLv3:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  border-color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -.5em;
}

.mod-accordion2_trigger.is-open .mod-headingLv3:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #fff;
  margin-top: -.25em;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 640px) {
  .mod-accordion_trigger .mod-headingLv3,
  .mod-freeC822_accordion2Trigger .mod-headingLv3 {
    position: relative;
    padding-right: 30px;
  }
  .mod-accordion_trigger .mod-headingLv3:after,
  .mod-freeC822_accordion2Trigger .mod-headingLv3:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -.45em;
    border-color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -.5em;
  }
  .mod-accordion_trigger.is-open .mod-headingLv3:after,
  .mod-freeC822_accordion2Trigger.is-open .mod-headingLv3:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #fff;
    margin-top: -.25em;
    width: 8px;
    height: 8px;
  }
}

.mod-headingLv4 {
  margin: 40px 0;
}

.mod-headingLv4 h2, .mod-headingLv4 h3, .mod-headingLv4 h4, .mod-headingLv4 h5, .mod-headingLv4 h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 14px;
}


.mod-headingLv4 h2:before, .mod-headingLv4 h3:before, .mod-headingLv4 h4:before, .mod-headingLv4 h5:before, .mod-headingLv4 h6:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #1a1a1a;
  margin: -.25em 10px 0 -14px;
  vertical-align: middle;
}

.mod-compoundA712 .mod-headingLv4 {
  margin: 0 0 20px;
}

.mod-headingLv5 {
  margin: 40px 0;
}

.mod-headingLv5 h2, .mod-headingLv5 h3, .mod-headingLv5 h4, .mod-headingLv5 h5, .mod-headingLv5 h6 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}

.mod-paragraph {
  margin: 40px 0;
}

.mod-paragraph.mod-paragraph-center {
  text-align: center;
}

.mod-paragraph.mod-paragraph-right {
  text-align: right;
}

.mod-paragraph.mod-paragraph-large {
  font-size: 16px;
  line-height: 1.5;
}

.mod-text3011 {
  margin: 40px 0;
  text-align: right;
}

.mod-text3011 span {
  display: block;
}

.mod-list4004 {
  margin: 40px 0;
  overflow: hidden;
}

.mod-list4004 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -19px;
  margin-bottom: -20px;
}

.mod-list4004 ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-list4004 li {
  float: left;
  border-right: solid 1px #333;
  box-sizing: border-box;
  padding-right: 19px;
  margin: 0 0 20px 19px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.1;
}

.mod-list4007 {
  margin: 40px 0;
  overflow: hidden;
}

.mod-list4007 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1px;
  margin-bottom: -1px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-list4007 li {
  width: calc((100% - 0px * 4) / 4);
  margin-left: 0px;
  margin-bottom: 0px;
  background: #f2f2f2;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  box-sizing: border-box;
  padding: 13px 25px 11px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 5em;
}

@media screen and (max-width: 1024px) {
    .mod-list4007 li {
        width: calc((100% - 0px * 2) / 2);
    }
}

@media screen and (max-width: 640px) {
  .mod-list4007 li {
    width: calc((100% - 0px * 1) / 1);
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 13px 15px 11px;
    min-height: 0;
  }
}

.mod-dateList {
  margin: 40px 0;
}

.mod-dateList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 -30px;
}

.mod-dateList li {
  display: table-row;
}

.mod-dateList_date {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 0 25px 20px 0;
  white-space: nowrap;
}

.mod-dateList_description {
  width: 100%;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 0 0 20px 1em;
}

.mod-dateList_description a {
  margin-left: -1em;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.mod-dateList_description a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 6px;
}

@media screen and (max-width: 640px) {
  .mod-dateList li {
    display: list-item;
  }
  .mod-dateList_date,
  .mod-dateList_description {
    display: block;
  }
  .mod-dateList_date {
    padding: 0 0 10px 0;
  }
}

.mod-linkList {
  margin: 40px 0;
}

.mod-linkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-linkList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px;
}

.mod-linkList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-linkList-grid3 ul {
  margin-left: -40px;
  margin-bottom: -40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-linkList-grid3 li {
  width: calc((100% - 40px * 3) / 3);
  margin-left: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .mod-linkList-grid3 + .mod-linkList-grid3 {
    margin-top: -40px;
  }
  .mod-linkList-grid3 ul {
    margin-bottom: -7px;
  }
  .mod-linkList-grid3 li {
    width: calc((100% - 40px * 1) / 1);
    margin-left: 40px;
    margin-bottom: 40px;
    margin-bottom: 7px;
  }
}

.mod-linkBlockList {
  margin: 40px 0;
}

.mod-linkBlockList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-linkBlockList li {
  background: #f2f2f2;
  padding: 15px 20px;
  box-sizing: border-box;
}

.mod-linkBlockList a {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
}

.mod-linkBlockList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-linkListWIcon.mod-linkListWIcon-grid3 + .mod-linkBlockList {
  margin-top: -40px;
}

@media screen and (max-width: 640px) {
  .mod-linkBlockList li {
    font-size: 16px;
    padding: 12px 20px 12px;
  }
  .mod-linkListWIcon + .mod-linkBlockList {
    margin-top: -40px;
  }
}

.mod-linkBlockList-grid4 ul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-linkBlockList-grid4 li {
  width: calc((100% - 20px * 4) / 4);
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .mod-linkBlockList-grid4 li {
	width: calc((100% - 20px * 2) / 2);
  }
}

@media screen and (max-width: 640px) {
  .mod-linkBlockList-grid4 + .mod-linkBlockList-grid4 {
    margin-top: -40px;
  }
  .mod-linkBlockList-grid4 li {
    width: 100%;
  }
}

.mod-linkBlockList-grid5 ul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-linkBlockList-grid5 li {
  width: calc((100% - 20px * 5) / 5);
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px 15px 7px;
}

@media screen and (max-width: 1024px) {
  .mod-linkBlockList-grid5 li {
    width: calc((100% - 20px * 3) / 3);
  }
}

@media screen and (max-width: 640px) {
  .mod-linkBlockList-grid5 + .mod-linkBlockList-grid5 {
    margin-top: -40px;
  }
  .mod-linkBlockList-grid5 li {
    width: 100%;
    padding: 12px 20px 12px;
  }
}

.mod-linkListWLead {
  margin: 40px 0;
}

.mod-linkListWLead ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-linkListWLead li {
  display: block;
  background: #f2f2f2;
  padding: 13px 20px;
  box-sizing: border-box;
}

.mod-linkListWLead a {
  display: block;
  text-decoration: none;
  padding: 0 0 11px 16px;
  text-indent: -16px;
  font-size: 16px;
}

.mod-linkListWLead a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-linkListWLead a:only-child {
  padding-bottom: 0;
}

.mod-linkListWLead p {
  border-top: solid 1px #d2d4d9;
  margin: 0;
  padding: 15px 0 5px;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

.mod-linkListWLead + .mod-linkListWLead {
  margin-top: -40px;
}

.mod-linkListWLead-grid3 ul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-linkListWLead-grid3 li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .mod-linkListWLead-grid3 + .mod-linkListWLead-grid3 {
    margin-top: -40px;
  }
  .mod-linkListWLead-grid3 ul {
    margin-bottom: -20px;
  }
  .mod-linkListWLead-grid3 li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.mod-linkListWIcon {
  margin: 40px 0;
}

.mod-linkListWIcon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-linkListWIcon li {
  margin-bottom: 40px;
  box-sizing: border-box;
  background: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 20px 12px;
  min-height: 4em;
}

.mod-linkListWIcon_icon {
  width: 50px;
  min-height: 50px;
  box-sizing: border-box;
  padding: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
}

.mod-linkListWIcon_icon span {
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.mod-linkListWIcon_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}

.mod-linkListWIcon_text {
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.mod-linkListWIcon_text p {
  margin: 7px 0 3px;
  font-size: 12px;
  text-indent: 0;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .mod-linkListWIcon_icon {
    display: none;
  }
}

.mod-linkListWIcon-grid3 + .mod-linkListWIcon-grid3 {
  margin-top: -40px;
}

.mod-linkListWIcon-grid3 ul {
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-linkListWIcon-grid3 li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .mod-linkListWIcon-grid3 li {
    width: calc((100% - 20px * 2) / 2);
  }
}

@media screen and (max-width: 640px) {
  .mod-linkListWIcon_text {
    padding-left: 16px;
    text-indent: -16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .mod-linkListWIcon_text:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -.25em;
    margin-left: -3px;
    margin-right: 11px;
  }
  .mod-linkListWIcon_text span {
    text-indent: 0;
  }
  .mod-linkListWIcon-grid3 ul {
    margin-bottom: -20px;
  }
  .mod-linkListWIcon-grid3 li {
    margin-bottom: 20px;
    width: 100%;
  }
}

.mod-link6008 {
  margin: 40px 0;
}

.mod-link6008_heading {
  margin: 20px 0;
}

.mod-link6008_heading p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 14px;
}

.mod-link6008_heading p:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #1a1a1a;
  margin: -.25em 10px 0 -14px;
  vertical-align: middle;
}

.mod-link6008_box {
  margin: 20px 0;
  background: #f2f2f2;
  padding: 1px;
}

.mod-link6008_box_inner {
  margin: 19px;
  display: -webkit-flex;
  display: flex;
}

.mod-link6008_icon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50px;
  padding-right: 20px;
  text-align: center;
}

.mod-link6008_icon img {
  max-width: 100%;
}

.mod-link6008_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -5px 0;
}

.mod-link6008_paragraph {
  margin: 5px 0;
  font-size: 20px;
  line-height: 1.25;
}

.mod-link6008_note {
  margin: 5px 0;
}

.mod-link6009 {
  margin: 40px 0;
}

.mod-link6009 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-link6009 ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-link6009 li {
  display: -webkit-flex;
  display: flex;
  width: calc((100% - 20px * 4) / 4);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.mod-link6009_img {
  width: 90px;
  padding-right: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.mod-link6009_img img {
  max-width: 100%;
}

.mod-link6009_text a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 0 0 0 14px;
  text-indent: -14px;
  font-size: 14px;
}

.mod-link6009_text a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-link6009_text p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .mod-link6009 li {
    width: calc((100% - 20px * 2) / 2);
  } 
}

@media screen and (max-width: 640px) {
  .mod-link6009 + .mod-link6009 {
    margin-top: -30px;
  }
  .mod-link6009 ul {
    margin-bottom: -20px;
  }
  .mod-link6009 li {
    width: calc((100% - 10px * 1) / 1);
    margin-left: 10px;
    margin-bottom: 10px;
    margin-bottom: 30px;
  }
  .mod-link6009_img {
    display: none;
  }
  .mod-link6009_text {
    padding-left: 10px;
    box-sizing: border-box;
  }
}

.mod-viewList {
  margin: 40px auto;
  /*width: 33%;*/
}

.mod-viewList a {
  box-sizing: border-box;
  display: block;
  background: #1a1a1a;
  color: #fff;
  width: 324px;
  padding: .5em 1em;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.mod-viewList a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  border-color: #fff;
  margin-left: 8px;
}

.mod-viewList a[target=_blank]:after {
  display: none;
}

@media screen and (max-width: 640px) {
  .mod-viewList {
    margin: 40px;
    width: auto;
  }
  .mod-viewList a {
    width: 100%;
  }
}

.mod-backToIndex {
  margin: 95px 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

.mod-backToIndex a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -.25em;
  margin-right: 5px;
}

.mod-productLineUpAccordion_content .mod-backToIndex {
  margin: 40px 0;
}

.mod-link6013 {
  margin: 40px 0;
  text-align: center;
}

.mod-link6013_text {
  font-size: 12px;
  margin: 15px 0;
}

.mod-link6013_button {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-link6013_button li {
  max-width: 324px;
  margin: 0 0 20px 20px;
  flex-basis: 50%;
}

.mod-link6013_button li a {
  box-sizing: border-box;
  background: #1a1a1a;
  color: #fff;
  max-width: 324px;
  padding: .5em 1em;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.mod-link6013_button li a span {
  display: inline-block;
}

.mod-link6013_button li a span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  border-color: #fff;
  margin-left: 8px;
}

.mod-link6013_button li a[target=_blank] span:after {
  display: none;
}

@media screen and (max-width: 640px) {
  .mod-link6013_button {
    display: block;
    margin: 0;
  }
  .mod-link6013_button li {
    width: auto;
	max-width: none;
    margin: 20px 40px;
	flex-basis: auto;
  }
  .mod-link6013_button li a {
    width: 100%;
	max-width: none;
  }
}

.mod-link6016 {
  margin: 40px 0;
}

.mod-link6016 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 1px;
  margin-right: -4px;
  margin-bottom: -20px;
}

.mod-link6016 li {
  width: 25%;
  margin: 0 0 20px -1px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
}

.mod-link6016 li:before, .mod-link6016 li:after {
  content: '';
  display: block;
  width: 1px;
  height: 1.5em;
  background: #333;
  vertical-align: middle;
  position: absolute;
  top: 0;
}

.mod-link6016 li:before {
  left: 0;
}

.mod-link6016 li:after {
  right: 0;
}

.mod-link6016 li div {
  padding: 0 22px 0 47px;
}

.mod-link6016 a {
  display: inline-block;
  margin-left: -1.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.mod-link6016 a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 13px;
}

@media screen and (max-width: 768px) {
  .mod-link6016 ul {
    margin-right: -2px;
  }
  .mod-link6016 li {
    width: 50%;
  }
}

.mod-link6021 {
  margin: 40px 0;
}

.mod-link6021_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -20px;
}

.mod-link6021_item {
  width: calc((100% - 20px * 4) / 4);
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  margin-bottom: -40px;
  box-sizing: border-box;
}

.mod-link6021_heading {
  background: #f2f2f2;
  padding: 15px 10px 12px 20px;
  margin: 0 0 -23px -20px;
}

.mod-link6021_heading h2, .mod-link6021_heading h3, .mod-link6021_heading h4, .mod-link6021_heading h5, .mod-link6021_heading h6 {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .mod-link6021_item {
    width: calc((100% - 20px * 2) / 2);
  }
}

@media screen and (max-width: 640px) {
  .mod-link6021 + .mod-link6021 {
    margin-top: -40px;
  }
  .mod-link6021_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
    margin-bottom: -40px;
  }
  .mod-link6021_item + .mod-link6021_item {
    margin-top: 20px;
  }
}

.mod-media {
  margin: 40px 0;
}

.modal-body .mod-media {
  min-width: 420px;
}

.mod-media_img {
  margin: 0;
}

.mod-media_img img {
  max-width: 100%;
}

.modal .mod-media_img img {
  max-width: 100%;
}

.mod-media_caption p {
  font-size: 12px;
  margin: 10px 0 0;
}

.mod-media_link p {
  font-size: 12px;
  margin: 10px 0 0;
  text-align: center;
}

.mod-media_link p a {
  display: inline-block;
  padding-left: 16px;
  text-indent: -16px;
  text-align: left;
}

.mod-media_link p a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

@media screen and (max-width: 640px) {
  .modal-body .mod-media {
    min-width: 0;
  }
}

.mod-mediaGrid {
  margin: 40px 0;
}

.mod-mediaGrid:after {
  content: "";
  display: block;
  clear: both;
}

.mod-mediaGrid .mod-mediaGrid_item > .mod-media {
  margin: 40px 0 0;
}

@media screen and (max-width: 640px) {
  .mod-mediaGrid .mod-mediaGrid_item > .mod-media {
    margin-top: 20px;
  }
}

.mod-mediaGrid-grid2 {
  margin-left: -20px;
}

.mod-mediaGrid-grid2 .mod-mediaGrid_item {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 640px) {
  .mod-mediaGrid-grid2 .mod-mediaGrid_item {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

.mod-mediaGrid-grid2 .mod-mediaGrid_item:first-child > .mod-media, .mod-mediaGrid-grid2 .mod-mediaGrid_item:nth-child(2) > .mod-media {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .mod-mediaGrid-grid2 {
    margin-left: 0;
  }
  .mod-mediaGrid-grid2 .mod-mediaGrid_item:nth-child(2) > .mod-media {
    margin-top: 40px;
  }
}

.mod-mediaGrid-grid3 {
  margin-left: -20px;
}

.mod-mediaGrid-grid3 .mod-mediaGrid_item {
  width: 33.33333%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 640px) {
  .mod-mediaGrid-grid3 .mod-mediaGrid_item {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

.mod-mediaGrid-grid3 .mod-mediaGrid_item:first-child > .mod-media, .mod-mediaGrid-grid3 .mod-mediaGrid_item:nth-child(2) > .mod-media, .mod-mediaGrid-grid3 .mod-mediaGrid_item:nth-child(3) > .mod-media {
  margin-top: 0;
}

.mod-mediaGrid-grid3 .mod-mediaGrid_item:first-child > .mod-media .mod-media_link p, .mod-mediaGrid-grid3 .mod-mediaGrid_item:nth-child(2) > .mod-media .mod-media_link p, .mod-mediaGrid-grid3 .mod-mediaGrid_item:nth-child(3) > .mod-media .mod-media_link p {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .mod-mediaGrid-grid3 {
    margin-left: 0;
  }
  .mod-mediaGrid-grid3 .mod-mediaGrid_item:nth-child(2) > .mod-media, .mod-mediaGrid-grid3 .mod-mediaGrid_item:nth-child(3) > .mod-media {
    margin-top: 20px;
  }
}

.mod-mediaGrid-grid4 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.mod-mediaGrid-grid4 .mod-mediaGrid_item {
  width: calc((100% - 20px * 4) / 4);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-mediaGrid-grid4 .mod-mediaGrid_item:first-child > .mod-media, .mod-mediaGrid-grid4 .mod-mediaGrid_item:nth-child(2) > .mod-media, .mod-mediaGrid-grid4 .mod-mediaGrid_item:nth-child(3) > .mod-media, .mod-mediaGrid-grid4 .mod-mediaGrid_item:nth-child(4) > .mod-media {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .mod-mediaGrid-grid4 .mod-mediaGrid_item {
    width: calc((100% - 20px * 2) / 2);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

.mod-media7006 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 40px 0;
}

.mod-media7006.mod-media7006-reverse {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.mod-media7006_text,
.mod-media7006_img {
  margin-top: -40px;
  margin-bottom: -40px;
}

.mod-media7006_img {
  width: 324px;
  flex-shrink: 0;
}

.mod-media7006_img img {
  max-width: 100%;
}

.mod-media7006_text {
  width: 708px;
  padding-left: 20px;
}

.mod-media7006-reverse .mod-media7006_text {
  padding-left: 0;
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  .mod-media7006 {
    display: block;
    margin: 0;
  }
  .mod-media7006_text,
  .mod-media7006_img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .mod-media7006_img {
    margin-top: -20px;
  }
}

.mod-bannerList {
  font-size: 16px;
  line-height: 1.5;
  margin: 40px 0;
}

.mod-bannerList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-bannerList li {
  text-align: center;
}

.mod-bannerList div {
  margin-bottom: 17px;
}

.mod-bannerList img {
  max-width: 100%;
}

.mod-bannerList p {
  margin: 0;
  text-align: center;
}

.mod-bannerList p a {
  padding-left: 16px;
  text-indent: -16px;
  display: inline-block;
  text-align: left;
}

.mod-bannerList p a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-bannerList + .mod-bannerList {
  margin-top: -40px;
}

.mod-bannerList-grid4 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-bannerList-grid4 li {
  width: calc((100% - 20px * 4) / 4);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
}

.mod-bannerList-grid4 p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .mod-bannerList-grid4 li {
    width: calc((100% - 20px * 2) / 2);
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}

.mod-bannerList-grid5 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-bannerList-grid5 div {
  margin-bottom: 7px;
}

.mod-bannerList-grid5 li {
  width: calc((100% - 20px * 5) / 5);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .mod-bannerList-grid5 ul {
    margin-left: -20px;
    margin-bottom: -20px;
  }
  .mod-bannerList-grid5 li {
    width: calc((100% - 20px * 2) / 2);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

.mod-bannerList-grid6 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-bannerList-grid6 div {
  margin-bottom: 7px;
}

.mod-bannerList-grid6 li {
  width: calc((100% - 20px * 6) / 6);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
}

.mod-bannerList-grid6 p {
  text-align: left;
}

/* hack for IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .mod-bannerList-grid6 li {
    width: calc((100% - 20.1px * 6) /6);
  }
}

/* hack for Microsoft edge */
@supports (-ms-ime-align: auto) {
  .mod-bannerList-grid6 li {
    width: calc((100% - 20.2px * 6) /6);
  }
}

@media screen and (max-width: 1024px) {
  .mod-bannerList-grid6 li {
    width: calc((100% - 20px * 4) / 4);
  }
}

@media screen and (max-width: 640px) {
  .mod-bannerList-grid6 ul {
    margin-left: -20px;
    margin-bottom: -20px;
  }
  .mod-bannerList-grid6 li {
    width: calc((100% - 20px * 2) / 2);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

.mod-media7013 {
  margin: 40px 0;
}

.mod-media7013 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-media7013 ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-media7013 li {
  display: -webkit-flex;
  display: flex;
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.mod-media7013_img {
  width: 39%;
  padding-right: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.mod-media7013_img img {
  max-width: 100%;
}

.mod-media7013_text a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 0 0 0 16px;
  text-indent: -16px;
  font-size: 16px;
}

.mod-media7013_text a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-media7013_text p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .mod-media7013 + .mod-media7013 {
    margin-top: -40px;
  }
  .mod-media7013 ul {
    margin-bottom: -20px;
  }
  .mod-media7013 li {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
  }
  .mod-media7013_img {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .mod-media7013_text {
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
  }
}

.mod-media7015 {
  margin: 40px 0;
}

.mod-media7015 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-media7015 ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-media7015 li {
  display: -webkit-flex;
  display: flex;
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.mod-media7015_img {
  width: 39%;
  padding-right: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.mod-media7015_img img {
  max-width: 100%;
}

.mod-media7015_text a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 0 0 0 16px;
  text-indent: -16px;
  font-size: 16px;
}

.mod-media7015_text a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-media7015_text p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .mod-media7015 + .mod-media7015 {
    margin-top: -40px;
  }
  .mod-media7015 ul {
    margin-bottom: -20px;
  }
  .mod-media7015 li {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
  }
  .mod-media7015_img {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .mod-media7015_text {
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
  }
}

.mod-media7018 {
  margin: 40px 0;
  display: block;
}

.mod-media7018.mod-media7018-mobile {
  display: none;
}

.mod-media7018_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-media7018_item {
  width: calc((100% - 20px * 4) / 4);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-media7018_item img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .mod-media7018 {
    padding: 0 15px;
    display: none;
  }
  .no-js .mod-media7018 {
    padding: 0;
    display: block;
  }
  .mod-media7018.mod-media7018-mobile {
    display: block;
  }
  .mod-media7018-mobile .mod-media7018_inner {
    display: block;
    margin-left: 0;
  }
  .mod-media7018-mobile .mod-media7018_item {
    margin-left: 0;
    padding: 0 5px;
  }
}

.mod-mediaBlock1 {
  display: -webkit-flex;
  display: flex;
  margin: 40px 0 40px -20px;
}

.mod-mediaBlock1_text,
.mod-mediaBlock1_media {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: -40px;
  margin-bottom: -40px;
}

.mod-mediaBlock1_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-mediaBlock1_img {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 640px) {
  .mod-mediaBlock1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-mediaBlock1_text,
  .mod-mediaBlock1_media {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
    margin-bottom: 0;
  }
  .mod-mediaBlock1_media {
    margin-bottom: -40px;
  }
}

.mod-media7023 {
  margin: 40px 0;
  display: -webkit-flex;
  display: flex;
}

.mod-media7023_img {
  padding-right: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 324px;
}

.mod-media7023_img img {
  max-width: 100%;
}

.mod-media7023_text a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 0 0 0 16px;
  text-indent: -16px;
  font-size: 16px;
  line-height: 1.5;
}

.mod-media7023_text a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-media7023_text p {
  font-size: 14px;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .mod-media7023 {
    display: block;
  }
  .mod-media7023_img {
    padding-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .mod-media7023_text a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 0 0 0 16px;
    text-indent: -16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .mod-media7023_text a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -.25em;
    margin-right: 8px;
  }
  .mod-media7023_text p {
    font-size: 14px;
    margin: 0;
  }
}

.mod-media7026 {
  margin: 40px 0;
}

.modal-body .mod-media7026 {
  min-width: 420px;
}

.mod-media7026_inner {
  margin: 0 0 -20px -20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-media7026_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
}

.mod-media7026_img {
  width: 45%;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
}

.mod-media7026_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -15px 0;
}

.mod-media7026_heading {
  margin: 15px 0;
}

.mod-media7026_paragraph {
  font-size: 12px;
  margin: 15px 0 0;
}

.mod-media7026_linkList {
  margin: 15px 0;
}

.mod-media7026_linkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-media7026_linkList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px;
}

.mod-media7026_linkList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

@media screen and (max-width: 640px) {
  .mod-media7026 + .mod-media7026 {
    margin-top: -40px;
  }
  .mod-media7026_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .mod-media7026_img {
    width: 50%;
    box-sizing: border-box;
  }
}

.mod-media7027 {
  margin: 40px 0;
  display: -webkit-flex;
  display: flex;
}

.mod-media7027_img {
  max-width: 334px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  width: 40%;
}

.mod-media7027_text {
  width: 698px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -15px 0;
}

.mod-media7027_paragraph {
  font-size: 14px;
  margin: 15px 0 30px;
}

.mod-media7027_thumbImg ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-media7027_thumbImg ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-media7027_thumbImg li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.mod-media7027_thumbImg li .mod-media {
  margin: 0;
}

.mod-media7027_thumbImg li .mod-media_caption p {
  font-size: 12px;
}

/* hack for IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .mod-media7027_thumbImg li {
    width: calc((100% - 20.1px * 3) / 3);
  }
}

/* hack for Microsoft edge */
@supports (-ms-ime-align: auto) {
  .mod-media7027_thumbImg li {
    width: calc((100% - 20.1px * 3) / 3);
  }
}

@media screen and (max-width: 640px) {
  .mod-media7027_img {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .mod-media7027_text {
    width: auto;
  }
  .mod-media7027_thumbImg {
    display: none;
  }
}

.mod-iconList {
  margin: 40px 0;
}

.mod-iconList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 -10px -10px;
}

.mod-iconList ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-iconList li {
  width: 10%;
  padding-left: 10px;
  box-sizing: border-box;
  float: left;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .mod-iconList li {
    width: calc(100% / 8);
  }
}

@media screen and (max-width: 640px) {
  .mod-iconList li {
    width: 25%;
  }
}

.mod-iconList img {
  max-width: 100%;
}

.mod-media7033 {
  margin: 40px 0;
}

.mod-media7033_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-media7033_item {
  display: -webkit-flex;
  display: flex;
  background: #f2f2f2;
  padding: 20px;
  box-sizing: border-box;
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-media7033_img {
  width: 132px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
}

.mod-media7033_img img {
  max-width: 100%;
}

.mod-media7033_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-media7033_text dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-media7033_text dl dd {
  margin: 0;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .mod-media7033_item {
    width: calc((100% - 20px * 2) / 2);
  }
}

@media screen and (max-width: 640px) {
  .mod-media7033 + .mod-media7033 {
    margin-top: -40px;
  }
  .mod-media7033_item {
    width: 100%;
  }
  .mod-media7033_img {
    width: 43%;
  }
}

.mod-media7036 {
  margin: 40px 0;
}

.mod-media7036_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -40px;
}

.mod-media7036_item {
  width: calc((100% - 20px * 4) / 4);
  margin-left: 20px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}

.mod-media7036_heading {
  margin: 0 0 5px;
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-media7036_heading a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-media7036_heading span {
  display: block;
}

.mod-media7036_icon {
  display: inline-block;
  background: #c51324;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  padding: 4px 10px 2px;
  margin-left: 5px;
  border-radius: 3px;
}

.mod-media7036_grid {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 10px;
}

.mod-media7036_img {
  width: 100px;
  padding-right: 10px;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mod-media7036_img img {
  max-width: 100%;
}

.mod-media7036_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-media7036_paragraph {
  font-size: 12px;
  margin: 0 0 10px;
}

@media screen and (max-width: 1024px) {
  .mod-media7036_item {
    width: calc((100% - 20px * 2) / 2);
  }
}

@media screen and (max-width: 640px) {
  .mod-media7036 + .mod-media7036 {
    margin-top: -40px;
  }
  .mod-media7036_inner {
    margin-left: -40px;
  }
  .mod-media7036_item {
    width: calc((100% - 40px * 1) / 1);
    margin-left: 40px;
    margin-bottom: 40px;
    margin-bottom: 30px;
  }
  .mod-media7036_img {
    width: 33%;
  }
  .mod-media7036_text {
    width: 67%;
  }
}

.mod-tableSet1 {
  margin: 40px 0;
  overflow: hidden;
}

.mod-tableSet1 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.mod-tableSet1 th, .mod-tableSet1 td {
  border: solid 1px #fff;
  padding: 11px 12px 8px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.mod-tableSet1 th {
  background: #d2d4d9;
}

.mod-tableSet1 td {
  background: #f2f2f2;
}

.mod-table8003 .mod-tableSet1,
.mod-table8017 .mod-tableSet1,
.mod-table8036 .mod-tableSet1 {
  margin: 20px 0;
}

.mod-tableSet1_inTableLink {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.mod-tableSet1_inTableLink:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 6px;
}

.mod-tableSet1_anchor {
  margin: 16px 0 0;
  padding-left: 40px;
  text-indent: -20px;
}

.mod-tableSet1_anchor:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  margin-right: 9px;
  margin-top: -0.45em;
}

.mod-tableSet1-col3 th, .mod-tableSet1-col3 td {
  width: 33.33%;
}

.mod-tableSet1-col2 th, .mod-tableSet1-col2 td {
  width: 50%;
}

.mod-table8003 {
  margin: 40px 0;
  display: -webkit-flex;
  display: flex;
}

.mod-table8003_img {
  width: 200px;
  box-sizing: border-box;
  padding-right: 20px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mod-table8003_img > img,
.mod-table8003_img > a img {
  max-width: 100%;
}

.mod-table8003_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -20px 0;
}

@media screen and (max-width: 640px) {
  .mod-table8003 {
    display: block;
  }
  .mod-table8003_img {
    width: 100%;
    padding-right: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .mod-table8003_img img {
    width: auto;
  }
  .mod-table8003_text {
    margin: 20px 0;
  }
}

.mod-table8016 {
  margin: 40px 0;
}

.mod-table8016_paragraph {
  margin: 20px 0 -20px;
}

.mod-table8017 {
  margin: 40px 0;
  display: -webkit-flex;
  display: flex;
}

.mod-table8017_img {
  width: 200px;
  box-sizing: border-box;
  padding-right: 20px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mod-table8017_img img {
  max-width: 100%;
}

.mod-table8017_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -20px 0;
}

.mod-table8017_paragraph {
  margin: 20px 0;
}

@media screen and (max-width: 640px) {
  .mod-table8017 {
    display: block;
  }
  .mod-table8017_img {
    padding-right: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .mod-table8017_img img {
    width: auto;
  }
  .mod-table8017_text {
    margin: 20px 0;
  }
}

.mod-table8036 {
  margin: 40px 0;
  display: -webkit-flex;
  display: flex;
}

.mod-table8036_img {
  padding-right: 20px;
  -webkit-flex: 0 0 38%;
  flex: 0 0 38%;
  display: flex;
}

.mod-table8036_img:after {
  content: "";
  display: block;
  clear: both;
}

.mod-table8036_img_img {
  width: 52%;
}

.mod-table8036_img_img img {
  max-width: 100%;
}

.mod-table8036_img_text {
  /*width: 180px;*/
  padding-left: 20px;
}

.mod-table8036_img_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-table8036_text {
  -webkit-flex: 1 1 62%;
  flex: 1 1 62%;
  margin: -20px 0;
}

.mod-table8036_paragraph {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .mod-table8036 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-table8036_img {
    padding: 0;
    display: -webkit-flex;
    display: flex;
    width: 100%;
	flex: 0 0 auto;
  }
  .mod-table8036_img:after {
    content: "";
    display: block;
    clear: both;
  }
  .mod-table8036_img_img {
    width: 33%;
    padding-right: 20px;
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .mod-table8036_img_text {
    width: auto;
    padding: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .mod-table8036_text {
    margin: 0 0 -20px;
	flex: 1 1 auto;
  }
}

.modal-body .mod-media + .mod-freeHTML {
  padding-bottom: 40px;
}

.modal-body .mod-media + .mod-freeHTML > *:last-child {

  margin-bottom: 0;
}

.mod-accordion_content {
  display: block;
}

@media screen and (max-width: 640px) {
  .mod-accordion_trigger {
    cursor: pointer;
  }
  .mod-accordion_trigger:hover, .mod-accordion_trigger:focus {
    opacity: 0.6;
  }
  .no-js .mod-accordion_trigger {
    cursor: auto;
  }
  .no-js .mod-accordion_trigger:hover, .no-js .mod-accordion_trigger:focus {
    opacity: 1;
  }
  .mod-accordion_content {
    display: none;
  }
  .no-js .mod-accordion_content {
    display: block;
  }
}

.mod-accordion2_trigger {
  cursor: pointer;
}

.mod-accordion2_trigger:hover, .mod-accordion2_trigger:focus {
  opacity: 0.6;
}

.no-js .mod-accordion2_trigger {
  cursor: auto;
}

.no-js .mod-accordion2_trigger:hover, .no-js .mod-accordion2_trigger:focus {
  opacity: 1;
}

.mod-accordion2_content {
  display: none;
}

.no-js .mod-accordion2_content {
  display: block;
}

.mod-categoryTopHeroImg {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mod-categoryTopHeroImg_imgChanger .mod-categoryTopHeroImg_img-sp {
  display: none;
}

.mod-categoryTopHeroImg_imgChanger a:hover,
.mod-categoryTopHeroImg_imgChanger a:focus {
  opacity: 1;
}

.mod-categoryTopHeroImg_imgList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-categoryTopHeroImg_imgItem {
  display: none;
}

.mod-categoryTopHeroImg_imgItem:first-child {
  display: block;
}

.no-js .mod-categoryTopHeroImg_imgItem {
  display: block;
  margin: 10px 0;
}

.mod-categoryTopHeroImg_imgItem img {
  max-width: 100%;
}

@media screen and (max-width: 1072px) {
  .mod-categoryTopHeroImg {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
  .mod-categoryTopHeroImg_inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .mod-headingLv1 + .mod-categoryTopHeroImg {
    margin-top: -41px;
  }
  .mod-categoryTopHeroImg_imgChanger .mod-categoryTopHeroImg_img-pc {
    display: none;
  }
  .mod-categoryTopHeroImg_imgChanger .mod-categoryTopHeroImg_img-sp {
    display: inline;
  }
}

.mod-productInfo {
  margin: 40px 0;
  display:flex;
  justify-content: space-between;
}

.mod-productInfo_utilityLinkList + .mod-productInfo{
  margin-top:0;
}

/*.mod-productInfo:after {
  content: "";
  display: block;
  clear: both;
}*/

.mod-productInfo_img {
  /* width: 360px;
  float: left; */
  margin-right: 60px;
  width: 35%;
  max-width: 360px;
}

.mod-productInfo_text {
  /*width: 632px;
  float: right;*/
  width: calc(100% - 34% - 60px);
  max-width: 632px;
}

.mod-productInfo_section {
  border-top: solid 1px #d9d9d9;
  margin: 40px 0;
  padding-top: 20px;
}

.mod-productInfo_section-noBorder {
  border-top: none;
  margin: 40px 0;
  padding-top: 0;
}

.mod-productInfo_heading {
  margin: 40px 0 20px;
}

.mod-productInfo_heading h2, .mod-productInfo_heading h3, .mod-productInfo_heading h4, .mod-productInfo_heading h5, .mod-productInfo_heading h6 {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  font-weight: normal;
  border-left: solid 4px #1a1a1a;
  padding: 2px 0 0 8px;
}

.mod-productInfo_section .mod-productInfo_heading:first-child {
  margin-top: 20px;
}

.mod-productInfo_lead p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
}

.mod-productInfo_price p {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0;
}

.mod-productInfo_price p + p {
  margin-top: -15px;
}

.mod-productInfo_banner {
  margin: 20px 0;
}

.mod-productInfo_banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 -20px -20px;
}

.mod-productInfo_banner ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-productInfo_banner ul li {
  width: 50%;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
  float: left;
}

.mod-productInfo_banner ul li img {
  max-width: 100%;
}

.mod-productInfo_banner ul p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 16px;
  text-indent: -16px;
  display: inline-block;
}

.mod-productInfo_banner ul p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-productInfo_iconList {
  margin: 20px 0;
}

.mod-productInfo_iconList ul {
  list-style: none;
  padding: 0;
  margin: 0 0 -16px -16px;
  display: flex;
  flex-wrap: wrap;
}

.mod-productInfo_iconList ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-productInfo_iconList ul li {
  margin: 0 0 16px 16px;
  width: calc((100% - (16px * 3)) / 3);
}

.mod-productInfo_iconList ul li img {
  max-width: 100%;
}

.mod-productInfo_iconList + .mod-productInfo_iconList {
  margin-top: -20px;
}

.mod-productInfo_iconList-square ul li {
  max-width: 65px;
  width: calc((100% - (16px * 6)) / 6);
}

.mod-productInfo_box {
  background: #f2f2f2;
  margin: 20px 0;
  padding-bottom: 1px;
}


.mod-productInfo_box_heading {
  background: #666;
  padding: 6px 13px 4px;
}

.mod-productInfo_box_heading h2, .mod-productInfo_box_heading h3, .mod-productInfo_box_heading h4, .mod-productInfo_box_heading h5, .mod-productInfo_box_heading h6 {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  font-weight: normal;
}

.mod-productInfo_box_content {
  margin: 20px 20px 19px;
}

.mod-productInfo_linkList {
  margin: 20px 0;
}

.mod-productInfo_linkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-productInfo_linkList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px;
}

.mod-productInfo_linkList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-productInfo_downloadLink {
  margin: 20px 0;
}

.mod-productInfo_downloadLink ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-productInfo_downloadLink li {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-productInfo_downloadLink a {
  display: block;
  text-align: center;
  padding: 10px 10px 7px;
  background: #1a1a1a;
  color: #fff;
}

.mod-productInfo_downloadLink a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-left: 8px;
  border-color: #fff;
}

.mod-productInfo_downloadLink a[target=_blank]:after {
  display: none;
}

.mod-productInfo_note {
  margin: 20px 0;
}

.mod-productInfo_note p {
  margin: 20px 0;
  font-size: 12px;
}

.mod-productInfo_note p + p {
  margin-top: -20px;
}

.mod-productInfo_brandLogo {
  margin: 0 0 20px;
}

.mod-productInfo_brandLogo img {
  max-width: 100%;
}

.mod-productInfo_imgChanger {
  margin: 0 0 40px;
}

.mod-productInfo_imgChanger_img.has-modal {
  position: relative;
  cursor: pointer;
}

.mod-productInfo_imgChanger_img.has-modal:after {
  content: url("../Image/modal/icon_modal.png");
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 10px;
}

.mod-productInfo_imgChanger_img.has-modal:hover {
  opacity: 0.6;
}

.mod-productInfo_imgChanger_img img {
  max-width: 100%;
}

.no-js .mod-productInfo_imgChanger_img:after {
  display: none;
}

.mod-productInfo_imgChanger_trigger {
  display: none;
  margin: 16px 0;
}

.mod-productInfo_imgChanger_trigger > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: -8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.mod-productInfo_imgChanger_trigger .mod-productInfo_imgChanger_trigger_item {
  width: calc((100% - (16px * 4)) / 4);
  margin: 8px;
  display: block;
  position: relative;
}

.mod-productInfo_imgChanger_trigger .mod-productInfo_imgChanger_trigger_item img {
  max-width: 100%;
  tab-index: 1;
  cursor: pointer;
}

.mod-productInfo_imgChanger_trigger .mod-productInfo_imgChanger_trigger_item img:hover {
  opacity: 0.6;
}

.mod-productInfo_imgChanger_trigger .mod-productInfo_imgChanger_trigger_item.is-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  box-sizing: border-box;
}

.mod-productInfo_imgChanger_trigger.mod-productInfo_imgChanger_trigger-notOnly {
  display: block;
}

.mod-productInfo_movieChanger {
  margin: 0 0 40px;
  padding-bottom: 12px;
}

.mod-productInfo_movieChanger ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-productInfo_movieChanger ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-productInfo_movieChanger li {
  float: left;
}

.mod-productInfo_movieChanger li img {
  width: 100%;
  max-width: 100%;
}

.mod-productInfo_movieChanger li a {
  display: block;
  position: relative;
}

.mod-productInfo_movieChanger li a:after {
  content: url("../Image/modal/icon_modal_movie.png");
  position: absolute;
  width: 84px;
  height: 44px;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -42px;
  cursor: pointer;
}

.mod-productInfo_movieChanger p {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}

.mod-productInfo_movieChanger p span {
  display: block;
  font-size: 12px;
}

.mod-productInfo_utilityLinkList:after {
  content: "";
  display: block;
  clear: both;
}

.mod-productInfo_utilityLinkList{
  width: 100%;
  margin-top: 40px;
}


.mod-productInfo_utilityLinkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -20px 20px 0;
  display:flex;
  justify-content: flex-end;
}

/*.mod-productInfo_utilityLinkList ul:after {
  content: "";
  display: block;
  clear: both;
}*/

.mod-productInfo_utilityLinkList ul li {
  margin: 0 20px 20px 0;
  /*float: left;*/
}

.mod-productInfo_movieGrid {
  margin: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.mod-productInfo_movieGrid_movie {
  width: 360px;
  padding-right: 18px;
}

.mod-productInfo_movieGrid_movie img {
  width: 100%;
  max-width: 100%;
}

.mod-productInfo_movieGrid_movie a {
  display: block;
  position: relative;
}

.mod-productInfo_movieGrid_movie a:after {
  content: url("../Image/modal/icon_modal_movie.png");
  position: absolute;
  width: 84px;
  height: 44px;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -42px;
  cursor: pointer;
}

.mod-productInfo_movieGrid_text p {
  font-size: 12px;
  margin-top: 0;
}

.mod-productInfo_downloadLink + .mod-productInfo_banner {
  margin-top: 40px;
}

.mod-productInfo_spImgButton {
  display: none;
  max-width: 100%;
  height: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .mod-productInfo {
    margin-bottom: 100px;
	display: block;
  }
  .mod-productInfo_img {
    width: auto;
    /* float: none; */
    margin-right: 0;
    max-width: 100%;
  }
  .mod-productInfo_text {
    width: auto;
    /*float: none;*/
    border-top: solid 1px #d9d9d9;
    margin: 40px 0 0;
    padding-top: 40px;
	max-width: 100%;
  }
  .mod-productInfo_section-noBorder {
    border-top: solid 1px #d9d9d9;
    margin: 40px 0;
    padding-top: 20px;
  }
  .mod-productInfo_banner ul li {
    width: 100%;
    padding: 0 20px 20px 40px;
  }
  .mod-productInfo_banner ul li p {
    display: block;
  }
  .mod-productInfo_iconList ul li {
    width: 50%;
    margin: 0;
    padding: 0 0 16px 16px;
    box-sizing: border-box;
  }
  .mod-productInfo_iconList ul li img {
    width: 100%;
    max-width: 100%;
  }
  .mod-productInfo_iconList-square ul li {
    width: 25%;
  }
  .mod-productInfo_brandLogo {
    text-align: center;
  }
  .mod-productInfo_imgChanger {
    padding-bottom: 12px;
  }
  .mod-productInfo_imgChanger_img {
    padding: 0 20px;
    display: none;
  }
  .no-js .mod-productInfo_imgChanger_img {
    display: block;
  }
  .mod-productInfo_imgChanger_trigger {
    display: none;
  }
  .mod-productInfo_imgChanger_trigger.mod-productInfo_imgChanger_trigger-notOnly {
    display: none;
  }
  .mod-productInfo_imgChanger_trigger.mod-productInfo_imgChanger_trigger-mobile {
    display: block;
    margin: 16px 0;
    padding: 0 20px;
  }
  .mod-productInfo_imgChanger_trigger.mod-productInfo_imgChanger_trigger-mobile > ul {
    position: relative;
    margin: 0;
    display: inherit;
  }
  .mod-productInfo_imgChanger_trigger.mod-productInfo_imgChanger_trigger-mobile .mod-productInfo_imgChanger_trigger_item {
    width: 100%;
    margin: 0;
    float: left;
    display: block;
    position: relative;
  }
  .mod-productInfo_imgChanger_trigger.mod-productInfo_imgChanger_trigger-mobile .mod-productInfo_imgChanger_trigger_item img {
    max-width: 100%;
    opacity: 1;
    cursor: auto;
  }
  .mod-productInfo_imgChanger_trigger.mod-productInfo_imgChanger_trigger-mobile .mod-productInfo_imgChanger_trigger_item.has-modal:after {
    content: url("../Image/modal/icon_modal.png");
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
    z-index: 5;
    cursor: pointer;
  }
  .mod-productInfo_imgChanger_trigger.mod-productInfo_imgChanger_trigger-mobile .mod-productInfo_imgChanger_trigger_item.has-modal img:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .mod-productInfo_imgChanger_trigger.mod-productInfo_imgChanger_trigger-mobile .mod-productInfo_imgChanger_trigger_item.is-active:after {
    display: none;
  }
  .mod-productInfo_movieChanger {
    padding: 0 20px 1px;
  }
  .mod-productInfo_movieChanger ul {
    margin: 0;
  }
  .mod-productInfo_utilityLinkList ul {
    margin: 0 0 40px;
	display: block;
    /*float: none;*/
  }
  .mod-productInfo_utilityLinkList ul li {
    margin: 0 0 20px;
    /*float: none;*/
    text-align: center;
  }
  .mod-productInfo_movieGrid {
    padding: 0 20px;
    display: block;
  }
  .mod-productInfo_movieGrid_movie {
    max-width: none;
    padding-right: 0;
    width: auto;
  }
  .mod-productInfo_movieGrid_text {
    margin-top: 10px;
    text-align: center;
  }
  .mod-productInfo_pcImgButton {
    display: none;
  }
  .mod-productInfo_spImgButton {
    display: inline;
  }
}

.mod-productInfoDiscontinued {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 40px 0;
}

.mod-productInfoDiscontinued_img {
  max-width: 360px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 60px;
  width: 35%;
}

.mod-productInfoDiscontinued_img img {
  max-width: 100%;
}

.mod-productInfoDiscontinued_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-productInfoDiscontinued_text p {
  font-size: 16px;
}

.mod-productInfoDiscontinued_text p span {
  font-size: 14px;
  display: block;
  margin-top: .75em;
}

.mod-productInfoDiscontinued_text p span a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-left: 8px;
}

@media screen and (max-width: 640px) {
  .mod-productInfoDiscontinued {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }
  .mod-productInfoDiscontinued_img {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    width: auto;
    padding: 0 10px;
	max-width: unset;
  }
  .mod-productInfoDiscontinued_img img {
    max-width: 100%;
  }
  .mod-productInfoDiscontinued_text {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
  }
  .mod-productInfoDiscontinued_text p {
    font-size: 16px;
  }
  .mod-productInfoDiscontinued_text p span {
    font-size: 14px;
    display: block;
    margin-top: .75em;
  }
  .mod-productInfoDiscontinued_text p span a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -.25em;
    margin-left: 8px;
  }
}

.mod-solutionCaseStudy {
  margin: 40px 0;
}

.mod-solutionCaseStudy + .mod-solutionCaseStudy {
  margin-top: -40px;
}

.mod-solutionCaseStudy_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-solutionCaseStudy_column {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-solutionCaseStudy_column:after {
  content: "";
  display: block;
  clear: both;
}

.mod-solutionCaseStudy_column .mod-headingLv3 {
  margin: 0 0 20px;
}

.mod-solutionCaseStudy_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #f2f2f2;
  padding: 15px 20px 20px;
}

.mod-solutionCaseStudy_item:after {
  content: "";
  display: block;
  clear: both;
}

.mod-solutionCaseStudy_item-clearGrid {
  width: auto;
  margin: 0;
}

.mod-solutionCaseStudy_item-clearGrid + .mod-solutionCaseStudy_item-clearGrid {
  margin-top: 20px;
}

.mod-solutionCaseStudy_iconList {
  margin: 0 0 10px;
}

.mod-solutionCaseStudy_iconList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

.mod-solutionCaseStudy_iconList ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-solutionCaseStudy_iconList li {
  font-size: 12px;
  border: 1px solid #d9d9d9;
  float: left;
  margin: 0 0 10px 10px;
  padding: 2px 16px;
  background: #fff;
  min-width: 130px;
  text-align: center;
}

.mod-solutionCaseStudy_lead {
  margin: 0 0 7px;
  font-size: 16px;
  padding-left: 16px;
  text-indent: -16px;
}

.mod-solutionCaseStudy_lead a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-solutionCaseStudy_name {
  margin: 0 0 20px;
  font-size: 12px;
}

.mod-solutionCaseStudy_icon {
  display: inline-block;
  background: #c51324;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  padding: 4px 10px 2px;
  margin-right: 10px;
  border-radius: 3px;
}

.mod-solutionCaseStudy_grid:after {
  content: "";
  display: block;
  clear: both;
}

.mod-solutionCaseStudy_img {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}

.mod-solutionCaseStudy_img img {
  max-width: 100%;
}

.mod-solutionCaseStudy_list {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-left: 10px;
}

.mod-solutionCaseStudy_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 0;
  border-bottom: solid 1px #d2d4d9;
}

.mod-solutionCaseStudy_list li {
  display: block;
  width: 100%;
  margin: 0;
  border-top: solid 1px #d2d4d9;
  padding: 5px 0 4px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .mod-solutionCaseStudy + .mod-solutionCaseStudy {
    margin-top: -40px;
  }
  .mod-solutionCaseStudy + .mod-solutionCaseStudy-2 {
    margin-top: 40px;
  }
  .mod-solutionCaseStudy-2 .mod-solutionCaseStudy_column + .mod-solutionCaseStudy_column {
    margin-top: 20px;
  }
  .mod-solutionCaseStudy_inner {
    margin-bottom: -20px;
  }
  .mod-solutionCaseStudy_column {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .mod-solutionCaseStudy_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .mod-solutionCaseStudy_item-clearGrid {
    width: auto;
    margin: 0;
  }
}

.mod-productLineUp2 {
  margin: 40px 0;
}

.mod-productLineUp2_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}

.mod-productLineUp2_item {
  width: calc((100% - 40px * 2) / 2);
  margin-left: 40px;
  margin-bottom: 40px;
}

.mod-productLineUp2_heading {
  margin: 0 0 5px;
  font-size: 16px;
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-productLineUp2_heading a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-productLineUp2_heading span {
  display: block;
}

.mod-productLineUp2_icon {
  display: inline-block;
  background: #c51324;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  padding: 4px 10px 2px;
  margin-left: 5px;
  border-radius: 3px;
}

.mod-productLineUp2_grid {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 10px;
}

.mod-productLineUp2_img {
  width: 45%;
}

.mod-productLineUp2_img img {
  max-width: 100%;
}

.mod-productLineUp2_img ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-productLineUp2_img li {
  background: #666;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-top: 20px;
  font-size: 12px;
}

.mod-productLineUp2_img li + li {
  margin-top: 10px;
}

.mod-productLineUp2_text {
  width: 55%;
  margin-left: 20px;
}

.mod-productLineUp2_paragraph {
  font-size: 12px;
  margin: 10px 0 20px;
}

.mod-productLineUp2_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-productLineUp2_list li {
  display: block;
  margin: 0 0 5px;
  border: solid 1px #d2d4d9;
  background: #f2f2f2;
  padding: 1px 8px;
  font-size: 10px;
  text-align: center;
}

.mod-productLineUp2_list_feature2 ul {
  margin: 0 0 -5px -5px;
}

.mod-productLineUp2_list_feature2 ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-productLineUp2_list_feature2 li {
  float: left;
  width: auto;
  margin: 0 0 5px 5px;
}

.mod-productLineUp2_note {
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .mod-productLineUp2 + .mod-productLineUp2 {
    margin-top: -40px;
  }
  .mod-productLineUp2_inner {
    margin-bottom: -20px;
  }
  .mod-productLineUp2_item {
    width: calc((100% - 40px * 1) / 1);
    margin-left: 40px;
    margin-bottom: 40px;
    margin-bottom: 20px;
  }
  .mod-productLineUp2_img {
    width: 50%;
  }
  .mod-productLineUp2_text {
    width: 50%;
  }
  .mod-productLineUp2_list li {
    font-size: 12px;
  }
}

.mod-productLineUp3 {
  margin: 40px 0;
}

.mod-productLineUp3_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-productLineUp3_item {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-productLineUp3_heading {
  margin: 0 0 5px;
  font-size: 16px;
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-productLineUp3_heading a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-productLineUp3_heading span {
  display: block;
}

.mod-productLineUp3_icon {
  display: inline-block;
  background: #c51324;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  padding: 4px 10px 2px;
  margin-left: 5px;
  border-radius: 3px;
}

.mod-productLineUp3_grid {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 10px;
}

.mod-productLineUp3_img {
  width: 55%;
  padding-right: 10px;
}

.mod-productLineUp3_img img {
  max-width: 100%;
}

.mod-productLineUp3_text {
  width: 45%;
}

.mod-productLineUp3_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 -5px -5px;
}

.mod-productLineUp3_list ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-productLineUp3_list ul:after {
  margin-top: -5px;
}

.mod-productLineUp3_list li {
  float: left;
  width: auto;
  display: block;
  margin: 0 0 5px 5px;
  border: solid 1px #d2d4d9;
  background: #f2f2f2;
  padding: 1px 8px;
  white-space: nowrap;
  font-size: 10px;
}

@media screen and (max-width: 640px) {
  .mod-productLineUp3 + .mod-productLineUp3 {
    margin-top: -40px;
  }
  .mod-productLineUp3_inner {
    margin-bottom: -20px;
  }
  .mod-productLineUp3_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .mod-productLineUp3_img {
    width: 30%;
  }
  .mod-productLineUp3_text {
    width: 70%;
  }
  .mod-productLineUp3_list li {
    font-size: 12px;
  }
}

.mod-productLineUpAccordion {
  margin: 40px 0;
}

.mod-productLineUpAccordion_trigger {
  margin: 40px;
}

.mod-productLineUpAccordion_trigger button {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
  display: block;
  background: #1a1a1a;
  color: #fff;
  width: 324px;
  padding: .5em 1em;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  background: #d9d9d9;
  color: #333;
  width: 100%;
}

.mod-productLineUpAccordion_trigger button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  border-color: #fff;
  margin-left: 8px;
}

.mod-productLineUpAccordion_trigger button[target=_blank]:after {
  display: none;
}

.mod-productLineUpAccordion_trigger button:hover, .mod-productLineUpAccordion_trigger button:focus {
  opacity: 0.6;
}

.mod-productLineUpAccordion_trigger button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  border-color: #333;
  margin-left: 8px;
}

.mod-productLineUpAccordion_trigger button.is-open:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #333;
  margin-top: 0;
}

.no-js .mod-productLineUpAccordion_trigger {
  display: none;
}

.mod-productLineUpAccordion_content {
  display: none;
}

.no-js .mod-productLineUpAccordion_content {
  display: block;
}

.mod-crossSell {
  margin: 40px 0;
}

.mod-crossSell ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-crossSell ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-crossSell li {
  display: -webkit-flex;
  display: flex;
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #f2f2f2;
  padding: 20px;
}

.mod-crossSell_img {
  padding-right: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 224px;
  width: 48%;
}

.mod-crossSell_img img {
  max-width: 100%;
}

.mod-crossSell_text a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 0 0 0 16px;
  text-indent: -16px;
  font-size: 16px;
}

.mod-crossSell_text a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-crossSell_text p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .mod-crossSell + .mod-crossSell {
    margin-top: -20px;
  }
  .mod-crossSell ul {
    margin-bottom: -20px;
  }
  .mod-crossSell li {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .mod-crossSell_img {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
	max-width: unset;
  }
  .mod-crossSell_img img {
    max-width: 100%;
  }
  .mod-crossSell_text {
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .mod-crossSell_text p {
    font-size: 12px;
  }
}

.mod-compoundA011 {
  margin: 40px 0;
}

.mod-compoundA011 + .mod-compoundA011 {
  margin-top: -40px;
}

.mod-compoundA011_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-compoundA011_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #f2f2f2;
  padding: 15px 20px 20px;
}

.mod-compoundA011_item:after {
  content: "";
  display: block;
  clear: both;
}

.mod-compoundA011_lead {
  margin: 0 0 7px;
  font-size: 16px;
}

.mod-compoundA011_grid:after {
  content: "";
  display: block;
  clear: both;
}

.mod-compoundA011_img {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
}

.mod-compoundA011_img img {
  max-width: 100%;
}

.mod-compoundA011_text {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}

.mod-compoundA011_text p {
  font-size: 12px;
  margin: 0 0 15px;
}

.mod-compoundA011_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-compoundA011_text li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px;
}

.mod-compoundA011_text li:last-child {
  margin-bottom: 0;
}

.mod-compoundA011_text a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

@media screen and (max-width: 768px) {
  .mod-compoundA011_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

.mod-solutionCaseStudyList {
  margin: 40px 0;
}

.mod-solutionCaseStudyList + .mod-solutionCaseStudyList {
  margin-top: -40px;
}

.mod-solutionCaseStudyList_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-solutionCaseStudyList_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
}

.mod-solutionCaseStudyList_item:after {
  content: "";
  display: block;
  clear: both;
}

.mod-solutionCaseStudyList_lead {
  margin: 0 0 7px;
  font-size: 16px;
  padding-left: 16px;
  text-indent: -16px;
}

.mod-solutionCaseStudyList_lead a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-solutionCaseStudyList_name {
  margin: 0 0 20px;
  font-size: 12px;
}

.mod-solutionCaseStudyList_icon {
  display: inline-block;
  background: #c51324;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  padding: 4px 10px 2px;
  margin-right: 10px;
  border-radius: 3px;
}

.mod-solutionCaseStudyList_img {
  width: 40%;
  padding-right: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.mod-solutionCaseStudyList_img img {
  max-width: 100%;
}

.mod-solutionCaseStudyList_text {
  padding-left: 10px;
  box-sizing: border-box;
}

.mod-solutionCaseStudyList_list {
  font-size: 12px;
  line-height: 1;
}

.mod-solutionCaseStudyList_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

.mod-solutionCaseStudyList_list ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-solutionCaseStudyList_list li {
  float: left;
  padding-right: 10px;
  border-right: solid 1px #656565;
  margin: 0 0 10px 10px;
}

.mod-solutionCaseStudyList_list li:last-child {
  border-right: none;
}

@media screen and (max-width: 640px) {
  .mod-headingLv3 + .mod-solutionCaseStudyList {
    margin-top: -20px;
  }
  .mod-solutionCaseStudyList_inner {
    margin-bottom: -20px;
  }
  .mod-solutionCaseStudyList_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .mod-solutionCaseStudyList_img {
    width: 40%;
  }
}

.mod-compoundA024 {
  margin: 40px 0;
}

.mod-compoundA024_inner {
  display: -webkit-flex;
  display: flex;
  /*-webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
}

.mod-compoundA024_img {
  max-width: 763px;
  width: 75%;
  flex: 1 1 auto;
}

.mod-compoundA024_img:only-child {
  width: 100%;
  max-width:100%;
}

.mod-compoundA024_img .mod-compoundA024_img_img-sp {
  display: none;
}

.no-js .mod-compoundA024_img {
  display: block;
}

.mod-compoundA024_img img {
  max-width: 100%;
}

.mod-compoundA024_link {
  max-width: 284px;
  background: #1a1a1a;
  color: #fff;
  margin-left: 5px;
  padding: 30px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 25%;
  flex: 1 1 auto;
}

.mod-compoundA024_link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.mod-compoundA024_link li + li {
  margin-top: 16px;
}

.mod-compoundA024_link a {
  color: inherit;
  display: block;
  position: relative;
  padding-right: 30px;
}

.mod-compoundA024_link a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  margin-top: -10px;
  margin-left: 11px;
  border-color: #fff;
  border-width: 3px;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 3px;
  top: 50%;
}

@media screen and (max-width: 1044px) {
  .mod-compoundA024_link {
    font-size: 14px;
    min-width: 232px;
  }
}

@media screen and (max-width: 925px) {
  .mod-compoundA024_link {
    font-size: 16px;
  }
  .mod-compoundA024_img .mod-compoundA024_img_img-pc {
    display: none;
  }
  .mod-compoundA024_img .mod-compoundA024_img_img-sp {
    display: inline;
  }
}

@media screen and (max-width: 825px) {
  .mod-compoundA024_link {
    font-size: 14px;
  }
}

@media screen and (max-width: 730px) {
  .mod-compoundA024_link {
    line-height:1.1;
  }
}
@media screen and (max-width: 640px) {
  .mod-compoundA024 {
    margin: 40px -10px;
  }
  .mod-compoundA024_inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-headingLv1 + .mod-compoundA024 {
    margin-top: -41px;
  }
  .mod-headingLv1 + .mod-compoundA024 .mod-compoundA024_img {
    background: #fff;
  }
  .mod-compoundA024_img {
    width: auto;
    margin-bottom: 40px;
  }
  .mod-compoundA024_link {
    width: 100%;
    margin-left: 0;
	max-width: 100%;
    font-size: 16px;
  }
}

.mod-supportProductsList {
  margin: 30px 0 80px;
}

.mod-supportProductsList_inner:after {
  content: "";
  display: block;
  clear: both;
}

.mod-supportProductsList_heading {
  line-height: 1.5;
  margin: 0 0 40px;
  padding-top: 10px;
}

.mod-supportProductsList_heading ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-supportProductsList_heading .mod-headingLv2 {
  margin: 0;
}

.mod-supportProductsList_inner{
  display:flex;
}

.mod-supportProductsList_row-homeOffice {
  margin-right: 40px;
  width: calc((100% - 40px) / 2);
}

.mod-supportProductsList_row-homeOffice .mod-supportProductsList_heading_industry {
  display: none;
}

.mod-supportProductsList_row-industry {
  /* float: right; */
  width: calc((100% - 40px) / 2);
}

.mod-supportProductsList_row-industry .mod-supportProductsList_heading_homeOffice {
  display: none;
}

.mod-supportProductsList_imgList {
  margin: 0 0 40px;
}

.mod-supportProductsList_imgList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-supportProductsList_imgList li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-supportProductsList_imgList li div img {
  max-width: 100%;
}

.mod-supportProductsList_imgList li p {
  margin: 8px 0 0;
}

.mod-supportProductsList_imgList li p a {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.33333;
}

.mod-supportProductsList_imgList li p a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-supportProductsList_imgList li p span {
  display: block;
  padding-left: 16px;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 0.25em;
}

.mod-supportProductsList_textList {
  margin: 40px 0 0;
}

.mod-supportProductsList_textList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-supportProductsList_textList li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
  background: #f2f2f2;
  padding: 7px 10px;
  box-sizing: border-box;
}

.mod-supportProductsList_textList a {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.33333;
}

.mod-supportProductsList_textList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

/* hack for IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .mod-supportProductsList_imgList li {
    width: calc((100% - 20.1px * 3) / 3);
  }
}

/* hack for Microsoft edge */
@supports (-ms-ime-align: auto) {
  .mod-supportProductsList_imgList li {
    width: calc((100% - 20.1px * 3) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .mod-supportProductsList_inner{
    display:block;
  }
  .mod-supportProductsList_heading {
    margin: 0 -10px 20px;
    border-bottom: 1px solid #1a1a1a;
    font-size: 14px;
  }
  .mod-supportProductsList_heading ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-supportProductsList_heading li {
    width: 50%;
    padding: 6px 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .mod-supportProductsList_heading .mod-headingLv2 {
    padding: 0;
    border: none;
  }
  .mod-supportProductsList_heading .mod-headingLv2 h2 {
    font-size: inherit;
    line-height: inherit;
  }
  .mod-supportProductsList_row-homeOffice {
    width: auto;
    /* clear: both; */
    /* float: none; */
    margin-right: 0;
  }
  .mod-supportProductsList_row-homeOffice .mod-supportProductsList_heading_homeOffice {
    display: block;
    background: #1a1a1a;
    color: #fff;
  }
  .mod-supportProductsList_row-homeOffice .mod-supportProductsList_heading_industry {
    display: block;
  }
  .mod-supportProductsList_row-homeOffice .mod-supportProductsList_heading_industry:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -.45em;
    margin-left: 11px;
    margin-right: -3px;
  }
  .mod-supportProductsList_row-industry {
    width: auto;
    /* clear: both; */
    /* float: none; */
    margin-top: 40px;
  }
  .mod-supportProductsList_row-industry .mod-supportProductsList_heading_homeOffice {
    display: block;
  }
  .mod-supportProductsList_row-industry .mod-supportProductsList_heading_homeOffice:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 11px;
    margin-right: -3px;
  }
  .mod-supportProductsList_row-industry .mod-supportProductsList_heading_industry {
    display: block;
    background: #1a1a1a;
    color: #fff;
  }
  .mod-supportProductsList_imgList li, .mod-supportProductsList_textList li {
    width: calc((100% - 20px * 4) / 4);
  }
}

@media screen and (max-width: 640px) {
  .mod-supportProductsList_imgList li, .mod-supportProductsList_textList li {
    width: calc((100% - 20px * 3) / 3);
  }
  /*IE edgeハック*/
  _:-ms-lang(x)::backdrop, .mod-supportProductsList_imgList li {
	width: calc((100% - 20.1px * 3) / 3);
  }
  _:-ms-lang(x)::backdrop, .mod-supportProductsList_textList li {
	width: calc((100% - 20.1px * 3) / 3);
  }
  /*IE11ハック*/
  _:-ms-lang(x)::-ms-backdrop, .mod-supportProductsList_imgList li {
	width: calc((100% - 20.1px * 3) / 3);
  }
  _:-ms-lang(x)::-ms-backdrop, .mod-supportProductsList_textList li {
	width: calc((100% - 20.1px * 3) / 3);
  }
}

.mod-compoundA301 {
  margin: 40px 0;
}

.mod-compoundA301_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px -20px;
}

.mod-compoundA301_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .mod-compoundA301_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -40px -20px;
  }
  .mod-compoundA301_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
    margin-bottom: 0;
  }
}

.mod-faqItem {
  margin: 0 0 30px;
}

.mod-faqItem_question {
  background: #d9d9d9;
  display: table;
  width: 100%;
  margin: 0 0 20px;
  cursor: pointer;
}

.mod-faqItem_question > span {
  background: #1a1a1a;
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}

.mod-faqItem_question > span img {
  width: 40px;
  height: auto;
}

.mod-faqItem_question h1, .mod-faqItem_question h2, .mod-faqItem_question h3, .mod-faqItem_question h4, .mod-faqItem_question h5, .mod-faqItem_question h6 {
  margin: 0;
  line-height: 1.25;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 30px 10px 16px;
  position: relative;
}

.mod-faqItem_question h1:after, .mod-faqItem_question h2:after, .mod-faqItem_question h3:after, .mod-faqItem_question h4:after, .mod-faqItem_question h5:after, .mod-faqItem_question h6:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  border-color: #333;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -0.4em;
}

.mod-faqItem_question:hover, .mod-faqItem_question:focus {
  opacity: 0.6;
}

.mod-faqItem_question.is-open h1:after,
.mod-faqItem_question.is-open h2:after,
.mod-faqItem_question.is-open h3:after,
.mod-faqItem_question.is-open h4:after,
.mod-faqItem_question.is-open h5:after,
.mod-faqItem_question.is-open h6:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #333;
  margin-top: -0.2em;
}

.no-js .mod-faqItem_question {
  cursor: auto;
}

.no-js .mod-faqItem_question:hover, .no-js .mod-faqItem_question:focus {
  opacity: 1;
}

.mod-faqItem_answer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0 0 30px;
}

.mod-faqItem_answer > span {
  width: 40px;
  min-width: 40px;
}

.mod-faqItem_answer > span img {
  width: 40px;
  height: auto;
}

.mod-faqItem_answer .mod-paragraph {
  margin: 0 0 18px;
}

.mod-faqItem_answer .mod-linkList {
  margin: 0 0 18px;
}

.mod-faqItem_answer_body {
  padding-left: 16px;
}

.mod-contact {
  margin: 40px 0;
}

.mod-contact_paragraph {
  margin: 20px 0;
}

.mod-contact_item .mod-contact_paragraph {
  font-size: 12px;
}

.mod-contact_linkList {
  margin: 15px 0;
}

.mod-contact_linkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-contact_linkList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px;
}

.mod-contact_linkList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-contact_contactLink {
  margin: 20px 0;
}

.mod-contact_contactLink ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-contact_contactLink ul li {
  margin: 20px 0 0;
}

.mod-contact_contactLink ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
}

.mod-contact_contactLink .mod-contact_contactLink_icon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 20px;
}

.mod-contact_contactLink .mod-contact_contactLink_icon:before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.mod-contact_contactLink .mod-contact_contactLink_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}

.mod-contact_contactLink .mod-contact_contactLink_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-contact_grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px -20px;
}

.mod-contact_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  background: #f2f2f2;
}

.mod-contact_item:first-child, .mod-contact_item:nth-child(2) {
  margin-top: 20px;
}

.mod-contact_item_inner {
  margin: 20px;
}

.mod-contact_item_heading {
  margin: -20px -20px 20px;
  background: #666;
  color: #fff;
  padding: 6px 10px 4px;
}

.mod-contact_item_heading h2, .mod-contact_item_heading h3, .mod-contact_item_heading h4, .mod-contact_item_heading h5, .mod-contact_item_heading h6 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .mod-contact_grid {
    margin: 0 0 40px -20px;
  }
  .mod-contact_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.mod-compoundA702 {
  margin: 40px 0;
  display: -webkit-flex;
  display: flex;
}

.mod-compoundA702_img {
  padding-right: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 268px;
}

.mod-compoundA702_img img {
  max-width: 100%;
}

.mod-compoundA702_text {
  margin: -20px 0;
}

.mod-compoundA702_lead {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}

.mod-compoundA702_paragraph {
  margin: 20px 0;
}

.mod-compoundA702_textList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-compoundA702_textList ul li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #333;
  vertical-align: middle;
  margin: -.25em 3px 0 0;
}

.mod-compoundA702_linkList {
  margin: 20px 0;
}

.mod-compoundA702_linkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-compoundA702_linkList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px;
}

.mod-compoundA702_linkList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

@media screen and (max-width: 640px) {
  .mod-compoundA702 {
    display: block;
  }
  .mod-compoundA702_img {
    padding-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .mod-compoundA702_img img {
    max-width: 100%;
  }
  .mod-compoundA702_text {
    margin: 0;
  }
}

.mod-compoundA705 {
  margin: 40px 0;
}

.mod-compoundA705_grid {
  display: -webkit-flex;
  display: flex;
}

.mod-compoundA705_img {
  padding-left: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 268px;
}

.mod-compoundA705_img img {
  max-width: 100%;
}

.mod-compoundA705_text {
  margin: -20px 0;
}

.mod-compoundA705_paragraph {
  margin: 20px 0;
}

.mod-compoundA705_note {
  margin: 20px 0;
  font-size: 12px;
}

.mod-compoundA705_note + .mod-compoundA705_note {
  margin-top: -20px;
}

@media screen and (max-width: 640px) {
  .mod-compoundA705_grid {
    display: block;
  }
  .mod-compoundA705_img {
    padding-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .mod-compoundA705_img img {
    max-width: 100%;
  }
  .mod-compoundA705_text {
    margin: 0;
  }
}

.mod-compoundA706 {
  margin: 40px 0;
  border: solid 1px #d9d9d9;
}

.mod-compoundA706_inner {
  margin: 19px;
}

.mod-compoundA706_grid {
  display: -webkit-flex;
  display: flex;
}

.mod-compoundA706_img {
  padding-left: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 223px;
}

.mod-compoundA706_img img {
  max-width: 100%;
}

.mod-compoundA706_text {
  margin: -20px 0;
}

.mod-compoundA706_lead {
  margin: 15px 0 -10px;
  font-weight: bold;
}

.mod-compoundA706_paragraph {
  margin: 15px 0;
}

.mod-compoundA706_linkList {
  margin: 20px 0;
}

.mod-compoundA706_linkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-compoundA706_linkList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px;
}

.mod-compoundA706_linkList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

@media screen and (max-width: 640px) {
  .mod-compoundA706_grid {
    display: block;
  }
  .mod-compoundA706_img {
    padding-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .mod-compoundA706_img img {
    max-width: 100%;
  }
  .mod-compoundA706_text {
    margin: 0;
  }
}

.mod-compoundA707 {
  margin: 40px 0;
  background: #f2f2f2;
  padding: 1px;
}

.mod-compoundA707_inner {
  margin: 19px;
}

.mod-compoundA707_grid {
  display: -webkit-flex;
  display: flex;
}

.mod-compoundA707_img {
  padding-left: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 223px;
}

.mod-compoundA707_img img {
  max-width: 100%;
}

.mod-compoundA707_text {
  margin: -20px 0;
}

.mod-compoundA707_lead {
  margin: 15px 0 -10px;
  font-weight: bold;
}

.mod-compoundA707_paragraph {
  margin: 15px 0;
}

.mod-compoundA707_linkList {
  margin: 20px 0;
}

.mod-compoundA707_linkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-compoundA707_linkList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px;
}

.mod-compoundA707_linkList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

@media screen and (max-width: 640px) {
  .mod-compoundA707_grid {
    display: block;
  }
  .mod-compoundA707_img {
    padding-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .mod-compoundA707_img img {
    max-width: 100%;
  }
  .mod-compoundA707_text {
    margin: 0;
  }
}

.mod-compoundA711 {
  margin: 40px 0;
}

.mod-compoundA711_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px -20px;
}

.mod-compoundA711_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-compoundA711_heading {
  background: #666;
  color: #fff;
}

.mod-compoundA711_heading h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 6px 10px 4px;
}

.mod-compoundA711_body {
  background: #f2f2f2;
  padding: 1px;
}

.mod-compoundA711_body_inner {
  margin: 19px;
  display: -webkit-flex;
  display: flex;
}

.mod-compoundA711_img {
  max-width: 200px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
  width: 40%;
}

.mod-compoundA711_img img {
  max-width: 100%;
}

.mod-compoundA711_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -20px 0;
}

.mod-compoundA711_link {
  margin: 20px 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.5;
}

.mod-compoundA711_link a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 6px;
}

.mod-compoundA711_link {
  margin: 17px 0;
}

@media screen and (max-width: 640px) {
  .mod-compoundA711 + .mod-compoundA711 {
    margin-top: -40px;
  }
  .mod-compoundA711_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -20px -20px;
  }
  .mod-compoundA711_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .mod-compoundA711_img {
    width: 45%;
  }
}

.mod-compoundA712 {
  margin: 40px 0;
}

.mod-compoundA712_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-compoundA712_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.mod-compoundA712_item:after {
  content: "";
  display: block;
  clear: both;
}

.mod-compoundA712_grid {
  background: #f2f2f2;
  padding: 1px;
}

.mod-compoundA712_grid_inner {
  margin: 19px;
}

.mod-compoundA712_grid_inner:after {
  content: "";
  display: block;
  clear: both;
}

.mod-compoundA712_img {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}

.mod-compoundA712_img img {
  max-width: 100%;
}

.mod-compoundA712_text {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-left: 10px;
  margin: -20px 0;
}

.mod-compoundA712_link {
  margin: 20px 0;
  padding-left: 16px;
  text-indent: -16px;
}

.mod-compoundA712_link a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-compoundA712_paragraph {
  margin: 20px 0;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .mod-compoundA712 + .mod-compoundA712 {
    margin-top: -40px;
  }
  .mod-compoundA712_inner {
    margin-bottom: -20px;
  }
  .mod-compoundA712_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
  }
  .mod-compoundA712_img {
    width: 45%;
  }
  .mod-compoundA712_text {
    width: 55%;
  }
}

.mod-compoundA718 {
  margin: 40px 0;
}

.mod-compoundA718_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -40px;
}

.mod-compoundA718_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  margin-bottom: 40px;
}

.mod-compoundA718_heading {
  margin: 0 0 5px;
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
}

.mod-compoundA718_heading a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-compoundA718_heading span {
  display: block;
}

.mod-compoundA718_icon {
  display: inline-block;
  background: #c51324;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  padding: 4px 10px 2px;
  margin-left: 5px;
  border-radius: 3px;
}

.mod-compoundA718_grid {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 20px;
}

.mod-compoundA718_img {
  max-width: 233px;
  padding-right: 10px;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 45%;
}

.mod-compoundA718_img img {
  max-width: 100%;
}

.mod-compoundA718_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 10px;
}

.mod-compoundA718_paragraph {
  font-size: 12px;
  margin: 15px 0 0;
}

.mod-compoundA718_textList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-compoundA718_textList ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-compoundA718_textList li {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 10px;
  background: #f2f2f2;
  box-sizing: border-box;
}

.mod-compoundA718_textList li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .mod-compoundA718 + .mod-compoundA718 {
    margin-top: -40px;
  }
  .mod-compoundA718_inner {
    margin-left: -40px;
  }
  .mod-compoundA718_item {
    width: calc((100% - 40px * 1) / 1);
    margin-left: 40px;
    margin-bottom: 40px;
    margin-bottom: 40px;
  }
  .mod-compoundA718_img {
    width: 50%;
  }
  .mod-compoundA718_text {
    width: 50%;
  }
}

.mod-compoundA736 {
  margin: 40px 0;
}

.mod-compoundA736_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px -20px;
}

.mod-compoundA736_item {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-compoundA736_img img {
  max-width: 100%;
}

.mod-compoundA736_table {
  margin: 20px 0 0;
  overflow: hidden;
}

.mod-compoundA736_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.mod-compoundA736_table th, .mod-compoundA736_table td {
  border: solid 1px #fff;
  padding: 5px 10px 4px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  font-size: 12px;
}

.mod-compoundA736_table th {
  background: #d2d4d9;
  white-space: nowrap;
}

.mod-compoundA736_table td {
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .mod-compoundA736_inner {
    margin: 0 0 -40px -40px;
  }
  .mod-compoundA736_item {
    width: calc((100% - 40px * 1) / 1);
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .mod-compoundA736_item:after {
    content: "";
    display: block;
    clear: both;
  }
  .mod-compoundA736_img {
    box-sizing: border-box;
    padding-right: 20px;
    width: 50%;
    float: left;
  }
  .mod-compoundA736_table {
    margin: 0 0 -10px;
    width: 50%;
    float: right;
  }
  .mod-compoundA736_table table,
  .mod-compoundA736_table thead,
  .mod-compoundA736_table tbody {
    display: block;
  }
  .mod-compoundA736_table tr {
    display: block;
    margin-bottom: 9px;
  }
  .mod-compoundA736_table th, .mod-compoundA736_table td {
    border: none;
    border-bottom: solid 1px #fff;
    display: block;
    padding: 5px 5px 5px;
  }
  .mod-freeHTML {
    clear: both;
  }
}

.mod-compoundA751 {
  margin: 40px 0;
}

.mod-compoundA751_list {
  margin: 40px 0;
}

.mod-compoundA751_list_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px -20px;
}

.mod-compoundA751_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  border: solid 10px #f2f2f2;
  box-sizing: border-box;
  background: #fff;
  padding: 1px 105px;
}

.mod-compoundA751_img {
  margin: 20px 0;
  text-align: center;
}

.mod-compoundA751_img img {
  max-width: 100%;
}

.mod-compoundA751_text {
  margin: 20px 0;
}

.mod-compoundA751_heading {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 16px;
  text-indent: -16px;
}

.mod-compoundA751_heading a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-compoundA751_icon {
  display: inline-block;
  background: #c51324;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  padding: 4px 10px 2px;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  .mod-compoundA751_item {
    padding: 1px 70px;
  }
}

@media screen and (max-width: 768px) {
  .mod-compoundA751_item {
    padding: 1px 50px;
  }
}

@media screen and (max-width: 640px) {
  .mod-compoundA751_list_inner {
    margin: 0 0 -20px -20px;
  }
  .mod-compoundA751_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 1px 20px;
  }
}

.mod-upSell {
  margin: 40px 0;
}

.mod-upSell_feature {
  display: -webkit-flex;
  display: flex;
  margin: 40px 0;
}

.mod-upSell_feature_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -20px 0;
}

.mod-upSell_feature_img {
  max-width: 400px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 20px;
  width: 33%;
}

.mod-upSell_feature_img img {
  max-width: 100%;
}

.mod-upSell_product {
  margin: 40px 0;
}

.mod-upSell_product:after {
  content: "";
  display: block;
  clear: both;
}

.mod-upSell_product_grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px -20px;
}

.mod-upSell_product_grid:after {
  content: "";
  display: block;
  clear: both;
}

.mod-upSell_product_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}

.mod-upSell_product_img {
  max-width: 200px;
  margin-right: 20px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40%;
}

.mod-upSell_product_img img {
  max-width: 100%;
}

.mod-upSell_product_text {
  margin: -20px 0;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-upSell_link {
  margin: 16px 0;
  padding-left: 16px;
  text-indent: -16px;
  font-size: 16px;
  line-height: 1.5;
}

.mod-upSell_link a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-upSell_lead {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0;
}

.mod-upSell_paragraph {
  font-size: 12px;
  margin: 16px 0;
}

@media screen and (max-width: 640px) {
  .mod-upSell_feature {
    margin: 20px 0;
	display: block;
  }
  .mod-upSell_feature_text{margin-bottom:20px;}
  .mod-upSell_feature_img {
    width: 100%;
    margin-left: 0;
  }
  .mod-upSell_product_grid {
    margin: 0 0 -20px -20px;
  }
  .mod-upSell_product_item {
    width: calc((100% - 20px * 1) / 1);
    margin-left: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
  }
  .mod-upSell_product_img {
    width: 45%;
  }
  .mod-upSell_product {
    margin: 20px 0;
  }
}

.mod-compoundA762 {
  margin: 40px 0;
}

.mod-compoundA762_trigger {
  margin: 40px;
}

.mod-compoundA762_trigger button {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
  display: block;
  background: #1a1a1a;
  color: #fff;
  width: 324px;
  padding: .5em 1em;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  background: #d9d9d9;
  color: #333;
  width: 100%;
}

.mod-compoundA762_trigger button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  border-color: #fff;
  margin-left: 8px;
}

.mod-compoundA762_trigger button[target=_blank]:after {
  display: none;
}

.mod-compoundA762_trigger button:hover, .mod-compoundA762_trigger button:focus {
  opacity: 0.6;
}

.mod-compoundA762_trigger button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  border-color: #333;
  margin-left: 8px;
}

.mod-compoundA762_trigger button.is-open:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #333;
  margin-top: 0;
}

.no-js .mod-compoundA762_trigger {
  display: none;
}

.mod-compoundA762_content {
  display: none;
}

.no-js .mod-compoundA762_content {
  display: block;
}

.mod-compoundA762_default {
  margin-bottom: -40px;
}

.mod-machineryMoviesSpAccordion {
  margin: 40px 0;
}

.mod-machineryMoviesSpAccordion_trigger {
  display: none;
}

.mod-machineryMoviesSpAccordion_content {
  display: block;
}

@media screen and (max-width: 640px) {
  .mod-machineryMoviesSpAccordion_content {
    margin-top: -40px;
    display: none;
  }
  .no-js .mod-machineryMoviesSpAccordion_content {
    display: block;
  }
  .mod-machineryMoviesSpAccordion_trigger {
    display: block;
    margin: 40px;
  }
  .mod-machineryMoviesSpAccordion_trigger button {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
    display: block;
    background: #1a1a1a;
    color: #fff;
    width: 324px;
    padding: .5em 1em;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    background: #d9d9d9;
    color: #333;
    width: 100%;
  }
  .mod-machineryMoviesSpAccordion_trigger button:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -.25em;
    border-color: #fff;
    margin-left: 8px;
  }
  .mod-machineryMoviesSpAccordion_trigger button[target=_blank]:after {
    display: none;
  }
  .mod-machineryMoviesSpAccordion_trigger button:hover, .mod-machineryMoviesSpAccordion_trigger button:focus {
    opacity: 0.6;
  }
  .mod-machineryMoviesSpAccordion_trigger button:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -.45em;
    border-color: #333;
    margin-left: 8px;
  }
  .mod-machineryMoviesSpAccordion_trigger button.is-open:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #333;
    margin-top: 0;
  }
  .no-js .mod-machineryMoviesSpAccordion_trigger {
    display: none;
  }
}

.mod-compoundA901_bg {
  margin-right: calc((100vw - 1052px) / -2);
  margin-left: calc((100vw - 1052px) / -2);
  background-color: #f2f2f2;
  padding: 1px 0;
}

.mod-compoundA901_bg_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
}

.mod-compoundA901_box {
  margin: 40px 0;
}

.mod-compoundA901_box_heading {
  background-color: #333;
  min-height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.mod-compoundA901_box_heading h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  margin: 8px 20px;
}

.mod-compoundA901_box_body {
  background-color: #fff;
  margin-top: -54px;
  padding: 74px 20px 20px;
  border-bottom: 1px solid #fff;
}

.mod-compoundA901_box_body > *:first-child {
  margin-top: 0;
}

.mod-compoundA901_box_body > *:last-child {
  margin-bottom: 0;
}

.mod-compoundA901_pointList {
  font-size: 18px;
  margin: 14px 0;
  line-height: 1.55556;
}

.mod-compoundA901_pointList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 10px 0;
}

.mod-compoundA901_pointList li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.mod-compoundA901_pointList li:before {
  content: "・";
}

.mod-compoundA901_keyMessage {
  margin-right: calc((100vw - 1052px) / -2);
  margin-left: calc((100vw - 1052px) / -2);
  background-color: #666;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

.mod-compoundA901_keyMessage p {
  font-size: 32px;
  line-height: 1.46875;
  margin: 0;
}

.mod-compoundA901_keyMessage:after {
  display: block;
  content: "";
  border-top: 24px solid #666;
  border-bottom: 24px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
}

.mod-compoundA901_keyMessage_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
}

.mod-compoundA901_media {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.mod-compoundA901_media_text {
  width: 724px;
}

.mod-compoundA901_media_text *:first-child {
  margin-top: 0;
}

.mod-compoundA901_media_text *:last-child {
  margin-bottom: 0;
}

.mod-compoundA901_media_img {
  width: 268px;
  padding-left: 20px;
}

.mod-compoundA901_media_img img {
  max-width: 100%;
}

.mod-compoundA901_media_img > .mod-media {
  margin: 0;
}

.mod-compoundA901_headingLv4 {
  margin: 10px 0;
}

.mod-compoundA901_headingLv4 h4 {
  font-size: 16px;
  text-indent: -20px;
  padding-left: 20px;
  margin: 0;
}

.mod-compoundA901_headingLv4 h4:before {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  border-left: 8px solid #1a1a1a;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 4px;
}

.mod-compoundA901_paragraph + .mod-compoundA901_headingLv4 {
  margin-top: 20px;
}

.mod-compoundA901_paragraph {
  margin: 10px 0;
  padding-left: 20px;
}

.mod-compoundA901_paragraph p {
  font-size: 14px;
  line-height: 1.71429;
  margin: 10px 0;
}

.mod-compoundA901_paragraph ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 10px 0;
}

.mod-compoundA901_paragraph li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.mod-compoundA901_paragraph li:before {
  content: "・";
}

@media screen and (max-width: 1072px) {
  .mod-compoundA901_bg {
    display: block;
    margin: 0 -10px;
  }
  .mod-compoundA901_keyMessage {
    margin: 50px -10px 60px;
  }
}

@media screen and (max-width: 640px) {
  .mod-compoundA901_keyMessage p {
    font-size: 20px;
  }
  .mod-compoundA901_box_heading {
    min-height: 0;
  }
  .mod-compoundA901_box_heading h3 {
    font-size: 20px;
  }
  .mod-compoundA901_box_body {
    margin-top: -20px;
    padding-top: 40px;
  }
  .mod-compoundA901_media {
    display: block;
  }
  .mod-compoundA901_media_text,
  .mod-compoundA901_media_img {
    width: auto;
  }
  .mod-compoundA901_media_img {
    padding: 0;
  }
  .mod-compoundA901_media_text + .mod-compoundA901_media_img {
    margin-top: 10px;
  }
}

.mod-compoundA903_media {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 40px 0;
}

.mod-compoundA903_media_text,
.mod-compoundA903_media_img {
  margin-top: -40px;
  margin-bottom: -40px;
}

.mod-compoundA903_media_img {
  width: 360px;
}

.mod-compoundA903_media_text {
  width: 632px;
  padding-left: 60px;
}

.mod-compoundA903_section {
  border-top: solid 1px #d9d9d9;
  margin: 40px 0;
  padding-top: 20px;
}

.mod-compoundA903_headingLv2 {
  margin: 40px 0 20px;
}

.mod-compoundA903_headingLv2 h2, .mod-compoundA903_headingLv2 h3, .mod-compoundA903_headingLv2 h4, .mod-compoundA903_headingLv2 h5, .mod-compoundA903_headingLv2 h6 {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  font-weight: normal;
  border-left: solid 4px #1a1a1a;
  padding: 2px 0 0 8px;
}

.mod-compoundA903_section .mod-compoundA903_headingLv2:first-child {
  margin-top: 20px;
}

.mod-compoundA903_paragraph {
  margin-left: 20px;
}

.mod-compoundA903_paragraph p {
  margin-top: 20px;
}

.mod-compoundA903_box {
  background: #f2f2f2;
  margin: 20px 0;
  padding-bottom: 1px;
}

.mod-compoundA903_box_heading {
  background: #666;
  padding: 6px 13px 4px;
}

.mod-compoundA903_box_heading h2, .mod-compoundA903_box_heading h3, .mod-compoundA903_box_heading h4, .mod-compoundA903_box_heading h5, .mod-compoundA903_box_heading h6 {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  font-weight: normal;
}

.mod-compoundA903_box_content {
  margin: 20px 20px 19px;
}

.mod-compoundA903_linkList {
  margin: 20px 0;
}

.mod-compoundA903_linkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-compoundA903_linkList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px;
}

.mod-compoundA903_linkList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-compoundA903_note {
  margin: 20px 0;
}

.mod-compoundA903_note p {
  margin: 20px 0;
  font-size: 12px;
}

.mod-compoundA903_note p + p {
  margin-top: -20px;
}

@media screen and (max-width: 640px) {
  .mod-compoundA903_media {
    display: block;
    margin: 0;
  }
  .mod-compoundA903_media_text,
  .mod-compoundA903_media_img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .mod-compoundA903_media_img {
    margin-top: -20px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.mod-compoundA904 {
  margin-right: calc((100vw - 1052px) / -2);
  margin-left: calc((100vw - 1052px) / -2);
  display: block;
  background-color: #f2f2f2;
  padding: 1px 0 60px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.mod-compoundA904 + .mod-compoundA904 {
  margin-top: -100px;
}

.mod-compoundA904_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
}

.mod-compoundA904_accordionTrigger {
  margin-right: calc((100vw - 1052px) / -2);
  margin-left: calc((100vw - 1052px) / -2);
  color: #fff;
  background-color: #333;
  padding: 24px 20px;
}

.mod-compoundA904_accordionTrigger .mod-headingLv3 {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  color: inherit;
  background-color: inherit;
}

.mod-compoundA904_accordionTrigger h3 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
}

.mod-compoundA904_accordionContent {
  padding: 1px 0;
}

.mod-compoundA904_keyMessage {
  background-color: #666;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 36px;
}

.mod-compoundA904_keyMessage p {
  font-size: 20px;
  line-height: 1.175;
  margin: 0;
  font-weight: bold;
}

.mod-compoundA904_keyMessage_inner {
  padding: 20px 20px;
  position: relative;
}

.mod-compoundA904_keyMessage_inner:after {
  display: block;
  content: "";
  border-top: 18px solid #666;
  border-bottom: 18px solid transparent;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: absolute;
  bottom: -36px;
  left: 40px;
}

.mod-compoundA904_pointList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 20px 0;
}

.mod-compoundA904_pointList li {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 20px;
  background-color: #fff;
  padding: 14px 20px 12px;
  font-size: 16px;
  text-align: center;
}

.mod-compoundA904_pointList li:last-child {
  margin-right: 20px;
}

.mod-compoundA904_bgBox {
  background-color: #fff;
  padding: 20px 20px 19px;
  margin: 40px 20px;
}

.mod-compoundA904_bgBox > *:first-child {
  margin-top: 0;
}

.mod-compoundA904_bgBox > *:last-child {
  margin-bottom: 0;
}

.mod-compoundA904_pointList + .mod-compoundA904_bgBox {
  margin-top: 20px;
}

.mod-compoundA904_bgBox p {
  margin: 20px 0;
}

.mod-compoundA904_bgBox_headingLv4Wrap {
  margin: 20px 0;
}

.mod-compoundA904_bgBox_headingLv4Wrap .mod-headingLv4 {
  margin: 0;
}

.mod-compoundA904_bgBox_headingLv4Wrap h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-indent: -16px;
  padding-left: 16px;
}

.mod-compoundA904_bgBox_headingLv4Wrap h4:before {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  border-left: 8px solid #1a1a1a;
  vertical-align: middle;
  margin: -0.3em 0 0;
  background-color: transparent !important;
  height: auto;
  width: auto;
}

.mod-compoundA904_bgBox_content > *:first-child {
  margin-top: 0;
}

.mod-compoundA904_bgBox_content > *:last-child {
  margin-bottom: 0;
}

.mod-compoundA904_media {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 20px 0;
}

.mod-compoundA904_media_text {
  width: 628px;
}

.mod-compoundA904_media_text > *:first-child {
  margin-top: 0;
}

.mod-compoundA904_media_text > *:last-child {
  margin-bottom: 0;
}

.mod-compoundA904_media_img {
  width: 100%;
}

.mod-compoundA904_media_img > .mod-media {
  margin: 0;
}

.mod-compoundA904_media_text + .mod-compoundA904_media_img {
  margin-left: 20px;
  width: 324px;
}

@media screen and (max-width: 1072px) {
  .mod-compoundA904 {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
  .mod-compoundA904_accordionTrigger {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 640px) {
  .mod-compoundA904 {
    margin: 0;
    padding: 0;
  }
  .mod-compoundA904 + .mod-compoundA904 {
    margin-top: 0;
  }
  .mod-compoundA904_accordionTrigger {
    margin: 0 -10px 30px;
  }
  .mod-compoundA904_accordionTrigger .mod-headingLv3:after {
    display: none !important;
  }
  .mod-compoundA904_keyMessage {
    margin-top: 30px;
  }
  .mod-compoundA904_keyMessage p {
    font-size: 20px;
  }
  .mod-compoundA904_pointList ul {
    display: block;
  }
  .mod-compoundA904_pointList li {
    margin: 20px 20px;
    padding: 8px 20px 6px;
  }
  .mod-compoundA904_bgBox {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mod-compoundA904_media {
    display: block;
  }
  .mod-compoundA904_media_text {
    width: auto;
  }
  .mod-compoundA904_media_text + .mod-compoundA904_media_img {
    width: auto;
    margin: 20px 0;
  }
  .mod-compoundA904_accordionTrigger {
    border-bottom: solid 1px #fff;
    margin: 0 -10px;
    position: relative;
    text-align: center;
    padding: 14px 30px;
    cursor: pointer;
  }
  .mod-compoundA904_accordionTrigger:active, .mod-compoundA904_accordionTrigger:hover {
    opacity: 0.9;
  }
  .mod-compoundA904_accordionTrigger:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -.45em;
    border-color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    margin-top: -.75em;
  }
  .no-js .mod-compoundA904_accordionTrigger {
    cursor: auto;
  }
  .no-js .mod-compoundA904_accordionTrigger:hover, .no-js .mod-compoundA904_accordionTrigger:focus {
    opacity: 1;
  }
  .mod-compoundA904_accordionTrigger.is-open:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px;
    height: 12px;
    border-color: #fff;
    margin-top: -.25em;
  }
  .mod-compoundA904_accordionContent {
    display: none;
  }
  .no-js .mod-compoundA904_accordionContent {
    display: block;
  }
}

.mod-compoundA911 {
  margin: 40px 0;
}

.mod-compoundA911_inner {
  display: -webkit-flex;
  display: flex;
  /*-webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
}

.mod-compoundA911_title {
  max-width: 320px;
  width: 31%;
}

.mod-compoundA911_title_main p {
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.mod-compoundA911_title_sub p {
  font-size: 14px;
  line-height: 1.71429;
  margin: 10px 0;
}

.mod-compoundA911_link {
  max-width: 150px;
  margin-left: 40px;
  text-align: center;
  width: 15%;
}

.mod-compoundA911_link_img img {
  max-width: 100%;
}

.mod-compoundA911_link_text {
  margin: 20px 0;
}

.mod-compoundA911_link_text a {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
}

.mod-compoundA911_link_text a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-compoundA911_info {
  max-width: 502px;
  margin-left: 40px;
  width: calc(100% - (25% + 80px + 15%));
}

.mod-compoundA911_info_heading {
  background: #666;
  padding: 6px 13px 4px;
}

.mod-compoundA911_info_heading p {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  font-weight: normal;
}

.mod-compoundA911_info_list {
  font-size: 14px;
  line-height: 1.25;
  margin: 20px 0;
}

.mod-compoundA911_info_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -10px;
}

.mod-compoundA911_info_list ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-compoundA911_info_list li {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  margin-bottom: 10px;
}

/* Edge */
_:-ms-lang(x)::backdrop, .mod-compoundA911_info_list li {
  width: calc(-20px + 49.5%);
}

@media screen and (max-width: 768px) {
  .mod-compoundA911_inner {
    display: block;
  }
  .mod-compoundA911_title,
  .mod-compoundA911_info {
    width: auto;
    margin: 0 0 40px;
	max-width: 100%;
  }
  .mod-compoundA911_link {
    width: 75%;
    margin: 0 auto 40px;
    padding: 0 20px;
    box-sizing: border-box;
	max-width: 100%;
  }
}

.mod-machineryFeatureAccordion_default {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 40px 0;
}

.mod-machineryFeatureAccordion_default_text,
.mod-machineryFeatureAccordion_default_img {
  margin-top: -40px;
  margin-bottom: -40px;
}

.mod-machineryFeatureAccordion_default_img {
  width: 324px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mod-machineryFeatureAccordion_default_img img {
  max-width: 100%;
}

.mod-machineryFeatureAccordion_default_img a {
  display: block;
}

.mod-machineryFeatureAccordion_default_text {
  width: 708px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
}

.mod-machineryFeatureAccordion_trigger {
  margin: 40px;
}

.mod-machineryFeatureAccordion_trigger button {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
  display: block;
  background: #1a1a1a;
  color: #fff;
  width: 324px;
  padding: .5em 1em;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  background: #d9d9d9;
  color: #333;
  width: 100%;
}

.mod-machineryFeatureAccordion_trigger button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  border-color: #fff;
  margin-left: 8px;
}

.mod-machineryFeatureAccordion_trigger button[target=_blank]:after {
  display: none;
}

.mod-machineryFeatureAccordion_trigger button:hover, .mod-machineryFeatureAccordion_trigger button:focus {
  opacity: 0.6;
}

.mod-machineryFeatureAccordion_trigger button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  border-color: #333;
  margin-left: 8px;
}

.mod-machineryFeatureAccordion_trigger button.is-open:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #333;
  margin-top: 0;
}

.no-js .mod-machineryFeatureAccordion_trigger {
  display: none;
}

.mod-machineryFeatureAccordion_content {
  display: none;
}

.no-js .mod-machineryFeatureAccordion_content {
  display: block;
}

@media screen and (max-width: 640px) {
  .mod-machineryFeatureAccordion_default {
    display: block;
    margin: 0;
  }
  .mod-machineryFeatureAccordion_default_text,
  .mod-machineryFeatureAccordion_default_img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .mod-machineryFeatureAccordion_default_img {
    margin-top: -20px;
  }
}

.mod-compoundA922_section {
  margin: 40px 0;
}

.mod-compoundA922_section dl, .mod-compoundA922_section dt, .mod-compoundA922_section dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-compoundA922_heading {
  font-size: 16px;
  line-height: 1.71429;
  background: #666;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 10px 20px !important;
}

.mod-compoundA922_bgBlock {
  font-size: 14px;
  line-height: 1.71429;
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 0;
}

.mod-compoundA922_bgBlock p {
  margin: 0;
}

.mod-compoundA922_bgBlock ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
}

.mod-compoundA922_bgBlock ul li {
  position: relative;
  width: 50%;
  margin: 0 25px;
}

.mod-compoundA922_bgBlock ul li:before {
  border-top: 14px solid #a5a5a5;
  margin-top: -7px;
  width: 20px;
  left: 0;
}

.mod-compoundA922_bgBlock ul li:after {
  border-top: 15px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 11px solid #a5a5a5;
  left: 20px;
  margin-top: -15px;
}

.mod-compoundA922_bgBlock ul li:before, .mod-compoundA922_bgBlock ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -40px;
}

.mod-compoundA922_bgBlock ul li:first-child {
  margin-left: 0;
}

.mod-compoundA922_bgBlock ul li:first-child:before, .mod-compoundA922_bgBlock ul li:first-child:after {
  display: none;
}

.mod-compoundA922_bgBlock ul li:last-child {
  margin-right: 0;
}

.mod-compoundA922_caption {
  font-size: 12px;
}

.js-modal_trigger {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.js-modal_trigger:after {
  content: url("../Image/modal/icon_modal.png");
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 10px;
}

.js-modalMovie_trigger {
  position: relative;
  display: block;
}

.js-modalMovie_trigger img {
  width: 100%;
  max-width: 100%;
}

.js-modalMovie_trigger:after {
  content: url("../Image/modal/icon_modal_movie.png");
  position: absolute;
  width: 84px;
  height: 44px;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -42px;
}

.mod-mediaGrid .js-modalMovie_trigger {
  display: block;
}

.js-modalMovieContent {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
}

.js-modalMovie_trigger-youtube {
  position: relative;
  display: block;
}

.js-modalMovie_trigger-youtube img {
  width: 100%;
  max-width: 100%;
}

.js-modalMovie_trigger-youtube:after {
  content: url("../Image/modal/icon_modal_movie.png");
  position: absolute;
  width: 84px;
  height: 44px;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -42px;
}

.mod-mediaGrid .js-modalMovie_trigger-youtube {
  display: block;
}

.js-modalMovieContent-youtube {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

.js-modalMovieContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-modalMovieContent-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-inIcon {
  vertical-align: middle;
  margin: -.25em 0 0 10px;
  height: 20px;
  width: auto !important;
}

.mod-inlineLink .mod-inIcon {
  margin-left: 4px;
  margin-right: 4px;
}

.st_globalLink_global .mod-inIcon {
  height: 8px;
  margin: -.25em 0 0 5px;
}

.mod-linkCancel {
  pointer-events: none;
  opacity: 1 !important;
}

.mod-linkCancel img {
  opacity: 1 !important;
}

.mod-inlineLink {
  border-bottom: dotted 1px #333;
}

.mod-inlineLink:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  width: 3px;
  height: 3px;
  margin-right: 5px;
  margin-left: 3px;
}

.mod-inlineLink[target=_blank]:after {
  display: none;
}

.mod-inlineAnchor {
  border-bottom: dotted 1px #333;
}

.mod-inlineAnchor:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-top: -.45em;
  width: 3px;
  height: 3px;
  margin-right: 5px;
  margin-left: 5px;
}

.mod-textSizeS {
  font-size: 12px !important;
}

.mod-textSizeL {
  font-size: 16px !important;
}

.mod-textColorRed {
  color: #c51324 !important;
}

.mod-noteList {
  font-size: 12px;
  margin: 40px 0;
}

.mod-noteList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-noteList li {
  display: table-row;
}

.mod-noteList_marker {
  display: table-cell;
  padding-right: .5em;
  min-width: 2.5em;
}

.mod-noteList_description {
  display: table-cell;
}

.mod-freeC312 {
  margin: 40px 0 40px -20px;
}

.mod-freeC312:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeC312 .mod-freeC312_item {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 640px) {
  .mod-freeC312 .mod-freeC312_item {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

.mod-freeC312 .mod-freeC312_item p {
  font-size: 14px;
}

.mod-freeC312 .mod-freeC312_item p:first-child, .mod-freeC312 .mod-freeC312_item p:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .mod-freeC312 {
    margin: 60px 0 60px 0;
  }
  .mod-freeC312 .mod-freeC312_item:nth-child(2) {
    margin-top: 1em;
  }
}

.mod-freeC313 {
  margin: 40px 0 40px -20px;
}

.mod-freeC313:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeC313 .mod-freeC313_item {
  width: 33.33333%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 640px) {
  .mod-freeC313 .mod-freeC313_item {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

.mod-freeC313 .mod-freeC313_item p {
  font-size: 14px;
}

.mod-freeC313 .mod-freeC313_item p:first-child, .mod-freeC313 .mod-freeC313_item p:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .mod-freeC313 {
    margin: 60px 0 60px 0;
  }
  .mod-freeC313 .mod-freeC313_item:nth-child(2), .mod-freeC313 .mod-freeC313_item:nth-child(3) {
    margin-top: 1em;
  }
}

.mod-freeC317 {
  margin: 40px 0 40px -20px;
}

.mod-freeC317:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeC317 .mod-freeC317_item {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 640px) {
  .mod-freeC317 .mod-freeC317_item {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

.mod-freeC317 .mod-freeC317_item p {
  font-size: 16px;
}

.mod-freeC317 .mod-freeC317_item p:first-child, .mod-freeC317 .mod-freeC317_item p:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .mod-freeC317 {
    margin: 60px 0 60px 0;
  }
  .mod-freeC317 .mod-freeC317_item:nth-child(2) {
    margin-top: 1em;
  }
}

.mod-freeC318 {
  margin: 40px 0 40px -20px;
}

.mod-freeC318:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeC318 .mod-freeC318_item {
  width: 33.33333%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 640px) {
  .mod-freeC318 .mod-freeC318_item {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

.mod-freeC318 .mod-freeC318_item p {
  font-size: 16px;
}

.mod-freeC318 .mod-freeC318_item p:first-child, .mod-freeC318 .mod-freeC318_item p:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .mod-freeC318 {
    margin: 60px 0 60px 0;
  }
  .mod-freeC318 .mod-freeC318_item:nth-child(2), .mod-freeC318 .mod-freeC318_item:nth-child(3) {
    margin-top: 1em;
  }
}

.mod-freeC321 {
  margin: 40px 0;
}

.mod-freeC321 p {
  font-size: 12px;
}

.mod-freeC321 p:first-child, .mod-freeC321 p:last-child {
  margin: 0;
}

.mod-freeC322 {
  margin: 40px 0 40px -20px;
}

.mod-freeC322:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeC322 .mod-freeC322_item {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 640px) {
  .mod-freeC322 .mod-freeC322_item {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

.mod-freeC322 .mod-freeC322_item p {
  font-size: 12px;
}

.mod-freeC322 .mod-freeC322_item p:first-child, .mod-freeC322 .mod-freeC322_item p:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .mod-freeC322 {
    margin: 60px 0 60px 0;
  }
  .mod-freeC322 .mod-freeC322_item:nth-child(2) {
    margin-top: 1em;
  }
}

.mod-freeC323 {
  margin: 40px 0 40px -20px;
}

.mod-freeC323:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeC323 .mod-freeC323_item {
  width: 33.33333%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 640px) {
  .mod-freeC323 .mod-freeC323_item {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

.mod-freeC323 .mod-freeC323_item p {
  font-size: 12px;
}

.mod-freeC323 .mod-freeC323_item p:first-child, .mod-freeC323 .mod-freeC323_item p:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .mod-freeC323 {
    margin: 60px 0 60px 0;
  }
  .mod-freeC323 .mod-freeC323_item:nth-child(2), .mod-freeC323 .mod-freeC323_item:nth-child(3) {
    margin-top: 1em;
  }
}

.mod-freeC326 {
  margin: 40px 0;
}

.mod-freeC326 .mod-freeC326_item {
  padding: 20px;
  background: #F2F2F2;
}

.mod-freeC326 .mod-freeC326_item p {
  font-size: 12px;
}

.mod-freeC326 .mod-freeC326_item p:first-child, .mod-freeC326 .mod-freeC326_item p:last-child {
  margin: 0;
}

.mod-freeC331 {
  margin: 40px 0;
}

.mod-freeC331 .mod-freeC331_item {
  padding: 20px;
  background: #F2F2F2;
}

.mod-freeC331 .mod-freeC331_item p {
  font-size: 14px;
}

.mod-freeC331 .mod-freeC331_item p:first-child, .mod-freeC331 .mod-freeC331_item p:last-child {
  margin: 0;
}

.mod-freeC336 {
  margin: 40px 0;
}

.mod-freeC336 .mod-freeC336_item {
  padding: 20px;
  border: solid 1px #ddd;
}

.mod-freeC336 .mod-freeC336_item p {
  font-size: 14px;
}

.mod-freeC336 .mod-freeC336_item p:first-child, .mod-freeC336 .mod-freeC336_item p:last-child {
  margin: 0;
}

.mod-freeC327 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 40px -20px;
}

.mod-freeC327 .mod-freeC327_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  display: block;
  background: #f2f2f2;
  padding: 13px 20px 18px;
  margin-bottom: 0;
  box-sizing: border-box;
}

.mod-freeC327 .mod-freeC327_item p {
  font-size: 12px;
}

.mod-freeC327 .mod-freeC327_item p:first-child, .mod-freeC327 .mod-freeC327_item p:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .mod-freeC327 {
    margin: 60px 0 60px 0;
  }
  .mod-freeC327 .mod-freeC327_item {
    width: 100%;
    margin-left: 0;
  }
  .mod-freeC327 .mod-freeC327_item:nth-child(2) {
    margin-top: 1em;
  }
}

.mod-freeC328 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 40px -20px;
}

.mod-freeC328 .mod-freeC328_item {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
  display: block;
  background: #f2f2f2;
  padding: 13px 20px 18px;
  margin-bottom: 0;
  box-sizing: border-box;
}

.mod-freeC328 .mod-freeC328_item p {
  font-size: 12px;
}

.mod-freeC328 .mod-freeC328_item p:first-child, .mod-freeC328 .mod-freeC328_item p:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .mod-freeC328 {
    margin: 60px 0 60px 0;
  }
  .mod-freeC328 .mod-freeC328_item {
    width: 100%;
    margin-left: 0;
  }
  .mod-freeC328 .mod-freeC328_item:nth-child(2), .mod-freeC328 .mod-freeC328_item:nth-child(3) {
    margin-top: 1em;
  }
}

.mod-freeC351 {
  margin: 20px 0 40px;
  padding: 13px 20px 18px;
  background: #f2f2f2;
}

.mod-freeC351 dl {
  margin: 0;
}

.mod-freeC351 dl dd {
  margin: 0;
}

.mod-freeC351 .mod-freeC351_heading {
  font-size: 20px;
}

.mod-freeC351 .mod-freeC351_heading dt,
.mod-freeC351 .mod-freeC351_heading dd {
  display: inline-block;
}

.mod-freeC351 .mod-freeC351_notesList {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .mod-freeC351 .mod-freeC351_heading dt,
  .mod-freeC351 .mod-freeC351_heading dd {
    display: block;
  }
  .mod-freeC351 .mod-freeC351_info {
    margin-top: 25px;
  }
}

.mod-freeC352 {
  margin: 40px 0 20px;
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.mod-freeC352 dl {
  margin: 0;
}

.mod-freeC352 dl dt.mod-freeC352_heading {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 14px;
}

.mod-freeC352 dl dd {
  margin: 0 0 2em 0;
  font-size: 12px;
}

.mod-freeC352 dl dd:last-child {
  margin-bottom: 0;
}

.mod-freeC352 dl dd p {
  margin: 0 0 7px 0;
}

.mod-freeC352 dl dd ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-freeC352 dl dd ol li {
  margin-bottom: 7px;

}

.mod-freeC352 dl dd ol li .mod-freeC352_orderedList_marker {
  display: table-cell;
  padding-right: .5em;
  min-width: 1.5em;
}

.mod-freeC352 dl dd ol li .mod-freeC352_orderedList_description {
  display: table-cell;
}

.mod-freeC352 img.mod-freeC352_inlineImg {
  vertical-align: middle;
}

.mod-freeC412 {
  margin: 40px 0;
}

.mod-freeC412 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-freeC412 ul li {
  position: relative;
  margin-left: 35px;
}

.mod-freeC412 ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -33px;
  width: 2px;
  height: 2px;
  background-color: #333;
  border-radius: 100%;
}

.mod-freeC413 {
  margin: 40px 0;
}

.mod-freeC413 .mod-freeC413_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-freeC413 .mod-freeC413_list li .mod-freeC413_marker {
  display: table-cell;
  min-width: 35px;
}

.mod-freeC413 .mod-freeC413_list li .mod-freeC413_description {
  display: table-cell;
}

.mod-freeC414 {
  font-size: 12px;
  margin: 40px 0;
}

.mod-freeC414 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-freeC414 li {
  display: table-row;
}

.mod-freeC414 .mod-freeC414_marker {
  display: table-cell;
  padding-right: .5em;
  min-width: 2.5em;
}

.mod-freeC414 .mod-freeC414_description {
  display: table-cell;
}

.mod-freeC415 {
  font-size: 12px;
  margin: 40px 0;
  padding: 20px;
  background: #F2F2F2;
}

.mod-freeC415 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-freeC415 li {
  display: table-row;
}

.mod-freeC415 .mod-freeC415_marker {
  display: table-cell;
  padding-right: .5em;
  min-width: 2.5em;
}

.mod-freeC415 .mod-freeC415_description {
  display: table-cell;
}

.mod-freeC416 {
  margin: 40px 0;
}

.mod-freeC416 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

.mod-freeC416 li {
  padding: 15px 10px 20px 25px;
  text-indent: -1em;
  border-bottom: 1px solid #ddd;
}

.mod-freeC416 li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-freeC612 {
  margin: 40px 0;
}

.mod-freeC612 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-freeC612 li {
  width: calc((100% - 40px * 2) / 2);
  margin-left: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.mod-freeC612 li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

@media screen and (max-width: 640px) {
  .mod-freeC612 li {
    width: calc((100% - 40px * 1) / 1);
    margin-left: 40px;
    margin-bottom: 40px;
    margin-bottom: 0;
  }
}

.mod-freeC613 {
  border-top: solid 1px #d2d4d9;
  border-bottom: solid 1px #d2d4d9;
  margin: 40px 0;
}

.mod-freeC613 p {
  margin: 10px 0;
  padding-left: 15px;
  text-indent: -15px;
  font-size: 12px;
}

.mod-freeC613 a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-freeC651 {
  margin: 40px 0;
}

.mod-freeC651_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -20px;
}

.mod-freeC651_item {
  width: calc((100% - 20px * 2) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: -40px;
}

.mod-freeC651_item .mod-headingLv3 {
  margin-bottom: 20px;
}

.mod-freeC651_box {
  background: #f2f2f2;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.mod-freeC651_img {
  width: 105px;
  padding-right: 20px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.mod-freeC651_img img {
  width: 100%;
  max-width: 100%;
}

.mod-freeC651_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-freeC651_text p {
  margin: 0 0 30px;
}

.mod-freeC651_text .mod-linkList {
  margin: 0 0 30px;
}

.mod-freeC651_text p + .mod-linkList {
  margin-top: -20px;
}

.mod-freeC651_appList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-freeC651_appList:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeC651_appList_item {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}

.mod-freeC651_appList_item.mod-freeC651_appList_item-appStore {
  float: left;
  padding-right: 7px;
}

.mod-freeC651_appList_item.mod-freeC651_appList_item-googlePlay {
  float: right;
  padding-left: 7px;
}

.mod-freeC651_appLink img {
  width: 100%;
  max-width: 100%;
}

.mod-freeC651_appQrCode {
  margin-top: 20px;
}

.mod-freeC651_appQrCode img {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .mod-freeC651_inner {
    display: block;
    margin-left: 0;
  }
  .mod-freeC651_item {
    width: calc((100% - 0px * 1) / 1);
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
  }
  .mod-freeC651_img {
    width: 50%;
	max-width: 200px;
  }
  .mod-freeC651_text {
    width: 50%;
  }
  .mod-freeC651_text p {
    margin: 0 0 20px;
  }
  .mod-freeC651_text .mod-linkList {
    margin: 0 0 20px;
  }
  .mod-freeC651_text p + .mod-linkList {
    margin-top: -10px;
  }
  .mod-freeC651_appList_item {
    display: block;
    width: auto;
  }
  .mod-freeC651_appList_item + .mod-freeC651_appList_item {
    margin-top: 10px;
  }
  .mod-freeC651_appList_item.mod-freeC651_appList_item-appStore, .mod-freeC651_appList_item.mod-freeC651_appList_item-googlePlay {
    float: none;
    padding: 0;
  }
  .mod-freeC651_appQrCode {
    display: none;
  }
}

.mod-freeC652 {
  margin: 40px 0;
}

.mod-freeC652 .mod-headingLv3 {
  margin: 0;
}

.mod-freeC652_inner {
  background: #f2f2f2;
}

.mod-freeC652_grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -40px;
}

.mod-freeC652_item {
  width: calc((100% - 40px * 2) / 2);
  margin-left: 40px;
  margin-bottom: 40px;
  padding: 20px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.mod-freeC652_img {
  width: 105px;
  padding-right: 20px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.mod-freeC652_img img {
  width: 100%;
  max-width: 100%;
}

.mod-freeC652_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-freeC652_text p {
  margin: 0;
}

.mod-freeC652_text .mod-linkList {
  margin: 0;
}

.mod-freeC652_text p + .mod-linkList {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .mod-freeC652 {
    margin: 40px 0;
  }
  .mod-freeC652 .mod-headingLv3 {
    margin: 0 0 20px;
  }
  .mod-freeC652_inner {
    background: transparent;
  }
  .mod-freeC652_grid {
    display: block;
    margin-left: 0;
  }
  .mod-freeC652_item {
    width: calc((100% - 0px * 1) / 1);
    margin-left: 0px;
    margin-bottom: 0px;
    background: #f2f2f2;
  }
  .mod-freeC652_item + .mod-freeC652_item {
    margin-top: 20px;
  }
  .mod-freeC652_img {
    width: 38%;
  }
}

.mod-freeC656 .mod-freeC656_imgList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.mod-freeC656 .mod-freeC656_imgList li {
  width: calc((100% - 20px * 4) / 4);
  margin-left: 20px;
  margin-bottom: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  padding: 12px 20px 12px 10px;
}

.mod-freeC656 .mod-freeC656_imgList li:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeC656 .mod-freeC656_imgList .mod-freeC656_img {
  float: left;
  width: 30%;
  padding: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.mod-freeC656 .mod-freeC656_imgList .mod-freeC656_img img {
  width: 100%;
}

.mod-freeC656 .mod-freeC656_imgList .mod-freeC656_text {
  float: right;
  width: 70%;
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}

.mod-freeC656 .mod-freeC656_imgList .mod-freeC656_text a {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
}

.mod-freeC656 .mod-freeC656_imgList .mod-freeC656_text a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-freeC656 .mod-freeC656_imgList .mod-freeC656_text span {
  font-size: 12px;
}

.mod-freeC656 .mod-freeC656_textList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.mod-freeC656 .mod-freeC656_textList li {
  width: calc((100% - 20px * 4) / 4);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  padding: 12px 20px 12px 10px;
}

.mod-freeC656 .mod-freeC656_textList li:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeC656 .mod-freeC656_textList a {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
}

.mod-freeC656 .mod-freeC656_textList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

@media screen and (max-width: 1024px) {
  .mod-freeC656 .mod-freeC656_imgList li, .mod-freeC656 .mod-freeC656_textList li {
    width: calc((100% - 20px * 2) / 2);
  }
}

@media screen and (max-width: 640px) {
  .mod-freeC656 {
    font-size: 16px;
  }
  .mod-freeC656 .mod-freeC656_imgList li {
    padding: 20px;
    width: 100%;
  }
  .mod-freeC656 .mod-freeC656_imgList .mod-freeC656_img img {
    width: 100%;
  }
  .mod-freeC656 .mod-freeC656_imgList .mod-freeC656_text {
    font-size: 16px;
    padding-left: 20px;
  }
  .mod-freeC656 .mod-freeC656_imgList .mod-freeC656_text span {
    font-size: 14px;
  }
  .mod-freeC656 .mod-freeC656_textList li {
    width: 100%;
  }
}

.mod-freeC657 {
  margin: 30px 0 80px;
}

.mod-freeC657_inner:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeC657_heading {
  line-height: 1.5;
  margin: 0 0 40px;
  padding-top: 10px;
}

.mod-freeC657_heading ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-freeC657_heading .mod-headingLv2 {
  margin: 0;
}

.mod-freeC657_inner{
  display: flex;
}

.mod-freeC657_row-homeOffice {
  margin-right: 40px;
  width: calc((100% - 40px) / 2);
}

.mod-freeC657_row-homeOffice .mod-freeC657_heading_industry {
  display: none;
}

.mod-freeC657_row-industry {
  width: calc((100% - 40px) / 2);
}

.mod-freeC657_row-industry .mod-freeC657_heading_homeOffice {
  display: none;
}

.mod-freeC657_imgList {
  margin: 0 0 40px;
}

.mod-freeC657_imgList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-freeC657_imgList li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-freeC657_imgList li div img {
  width: 100%;
  max-width: 100%;
}

.mod-freeC657_imgList li p {
  margin: 8px 0 0;
}

.mod-freeC657_imgList li p a {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.33333;
}

.mod-freeC657_imgList li p a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-freeC657_imgList li p span {
  display: block;
  padding-left: 16px;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 0.25em;
}

.mod-freeC657_imgList-2 {
  margin: 0 0 40px;
}

.mod-freeC657_imgList-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-freeC657_imgList-2 li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 20px;
}

.mod-freeC657_imgList-2 li:last-child {
  margin-bottom: 0;
}

.mod-freeC657_imgList-2_img {
  width: calc((100% - 20px * 3) / 3);
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mod-freeC657_imgList-2_img img {
  width: 100%;
  max-width: 100%;
}

.mod-freeC657_imgList-2_text {
  padding-left: 20px;
}

.mod-freeC657_imgList-2_text p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.33333;
}

.mod-freeC657_imgList-2_text a {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.33333;
}

.mod-freeC657_imgList-2_text a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-freeC657_imgList-2_text .mod-freeC657_imgList-2_heading {
  font-size: 14px;
  line-height: 1.71429;
  margin: 0 0 10px;
}

.mod-freeC657_textList {
  margin: 40px 0 0;
}

.mod-freeC657_textList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-freeC657_textList li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
  background: #f2f2f2;
  padding: 7px 10px;
  box-sizing: border-box;
}

.mod-freeC657_textList a {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.33333;
}

.mod-freeC657_textList a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

@media screen and (max-width: 1024px) {
  .mod-freeC657_inner{
	display: block;
  }
  .mod-freeC657_heading {
    margin: 0 -10px 20px;
    border-bottom: 1px solid #1a1a1a;
    font-size: 14px;
  }
  .mod-freeC657_heading ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-freeC657_heading li {
    width: 50%;
    padding: 6px 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .mod-freeC657_heading .mod-headingLv2 {
    padding: 0;
    border: none;
  }
  .mod-freeC657_heading .mod-headingLv2 h2 {
    font-size: inherit;
    line-height: inherit;
  }
  .mod-freeC657_row-homeOffice {
    width: auto;
    margin-right: 0;
  }
  .mod-freeC657_row-homeOffice .mod-freeC657_heading_homeOffice {
    display: block;
    background: #1a1a1a;
    color: #fff;
  }
  .mod-freeC657_row-homeOffice .mod-freeC657_heading_industry {
    display: block;
  }
  .mod-freeC657_row-homeOffice .mod-freeC657_heading_industry:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -.45em;
    margin-left: 11px;
    margin-right: -3px;
  }
  .mod-freeC657_row-industry {
    width: auto;
    margin-top: 40px;
  }
  .mod-freeC657_row-industry .mod-freeC657_heading_homeOffice {
    display: block;
  }
  .mod-freeC657_row-industry .mod-freeC657_heading_homeOffice:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 11px;
    margin-right: -3px;
  }
  .mod-freeC657_row-industry .mod-freeC657_heading_industry {
    display: block;
    background: #1a1a1a;
    color: #fff;
  }
  .mod-freeC657_imgList li , .mod-freeC657_textList li {
    width: calc((100% - 20px * 4) / 4);
  }
}

@media screen and (max-width: 640px) {
  .mod-freeC657_imgList li , .mod-freeC657_textList li {
    width: calc((100% - 20px * 3) / 3);
  }
  /*IE edgeハック*/
  _:-ms-lang(x)::backdrop, .mod-freeC657_imgList li {
	width: calc((100% - 20.1px * 3) / 3);
  }
  _:-ms-lang(x)::backdrop, .mod-freeC657_textList li {
	width: calc((100% - 20.1px * 3) / 3);
  }
  /*IE11ハック*/
  _:-ms-lang(x)::-ms-backdrop, .mod-freeC657_imgList li {
	width: calc((100% - 20.1px * 3) / 3);
  }
  _:-ms-lang(x)::-ms-backdrop, .mod-freeC657_textList li {
	width: calc((100% - 20.1px * 3) / 3);
  }
}

.mod-freeMediaGrid {
  margin: 40px 0;
  display: -webkit-flex;
  display: flex;
}

.mod-freeMediaGrid-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mod-freeMediaGrid-reverse .mod-freeMediaGrid_media {
  padding-left: 20px;
  padding-right: 0;
}

.mod-freeMediaGrid_media {
  padding-right: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 324px;
  margin: -40px 0;
}

.mod-freeMediaGrid_media img {
  width: 100%;
  max-width: 100%;
}

.mod-freeMediaGrid_text {
  width: 678px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-freeMediaGrid_heading a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 0 0 0 16px;
  text-indent: -16px;
  font-size: 16px;
  line-height: 1.5;
}

.mod-freeMediaGrid_heading a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.mod-freeMediaGrid_paragraph {
  font-size: 14px;
  margin: 0;
}

.mod-freeMediaGrid_thumbImg {
  margin-top: 30px;
}

.mod-freeMediaGrid_thumbImg ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-freeMediaGrid_thumbImg ul:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeMediaGrid_thumbImg li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.mod-freeMediaGrid_thumbImg li > .mod-media {
  margin: 0;
}

.mod-freeMediaGrid_thumbImg li > .mod-media .mod-media_caption p {
  font-size: 10px;
  margin: 10px 0 0;
}


/* hack for IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .mod-freeMediaGrid_thumbImg li {
    width: calc((100% - 20.1px * 3) / 3);
  }
}

/* hack for Microsoft edge */
@supports (-ms-ime-align: auto) {
  .mod-freeMediaGrid_thumbImg li {
    width: calc((100% - 20.1px * 3) / 3);
  }
}

@media screen and (max-width: 640px) {
  .mod-freeMediaGrid {
    display: block;
  }
  .mod-freeMediaGrid-reverse .mod-freeMediaGrid_media {
    padding-left: 0;
    padding-right: 0;
  }
  .mod-freeMediaGrid_media {
    padding-right: 0;
    margin: 0 0 -20px;
    width: 100%;
  }
  .mod-freeMediaGrid_media img {
    width: 100%;
    max-width: 100%;
  }
  .mod-freeMediaGrid_media .mod-media_caption {
    display: none;
  }
  .mod-freeMediaGrid_text {
    width: auto;
  }
  .mod-freeMediaGrid_text a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 0 0 0 16px;
    text-indent: -16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .mod-freeMediaGrid_text a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -.25em;
    margin-right: 8px;
  }
  .mod-freeMediaGrid_text p {
    font-size: 14px;
    margin: 0;
  }
  .mod-freeMediaGrid_thumbImg {
    display: none;
  }
}

.mod-freeC751 {
  margin: 40px 0;
}

.mod-freeC751 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-freeC751 li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-freeC751 li img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .mod-freeC751 li {
    width: 100%;
  }
}

.mod-freeC752 {
  margin: 40px 0;
}

.mod-freeC752 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.mod-freeC752 li {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-freeC752 li img {
  width: 100%;
  max-width: 100%;
}

.mod-freeC752 .mod-freeC752_certification {
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  padding: 15px 20px 20px 20px;
}

.mod-freeC752 .mod-freeC752_certification dl {
  margin: 0;
}

.mod-freeC752 .mod-freeC752_certification dl dt {
  font-size: 16px;
  margin-bottom: 15px;
}

.mod-freeC752 .mod-freeC752_certification dl dd {
  margin: 0;
}

.mod-freeC752 .mod-freeC752_certification dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.mod-freeC752 .mod-freeC752_certification dl dd form{
  display: flex;
}

.mod-freeC752 .mod-freeC752_certification dl input[type="text"] {
  /*float: left;*/
  width: 74%;
  padding: 3px;
  border: 1px solid #D9D9D9;
}

.mod-freeC752 .mod-freeC752_certification dl input[type="submit"] {
  /*float: right;
  min-width: 4em;
  max-width: 20%;*/
  color: #FFF;
  background: #000;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  font-size: 13px;
  padding: 0 15px;
}

.mod-freeC752 .mod-freeC752_certification dl input[type="submit"]:focus, .mod-freeC752 .mod-freeC752_certification dl input[type="submit"]:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .mod-freeC752 li {
    width: 100%;
  }
  .mod-freeC752 .mod-freeC752_certification dl dd input[type="text"] {
    width: 80%;
  }
  .mod-freeC752 .mod-freeC752_certification dl dd input[type="submit"] {
    min-width: 4em;
    max-width: 20%;
  }
}

.mod-freeTableSet1 {
  margin: 40px 0;
  overflow: hidden;
}

.mod-freeTableSet1 table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
}

.mod-freeTableSet1 th, .mod-freeTableSet1 td {
  border: solid 1px #fff;
  padding: 11px 12px 8px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.mod-freeTableSet1 th {
  background: #d2d4d9;
}

.mod-freeTableSet1 td {
  background: #f2f2f2;
}

.mod-freeTableSet1 .mod-freeTableSet1_posRight {
  text-align: right;
}

.mod-freeTableSet1 .mod-freeTableSet1_posCenter {
  text-align: center;
}

.mod-freeTableSet1 .mod-freeTableSet1_posMiddle {
  vertical-align: middle;
}

.mod-freeTableSet1 .mod-freeTableSet1_posBottom {
  vertical-align: bottom;
}

.mod-freeTableSet1-col3 th, .mod-freeTableSet1-col3 td {
  width: 33.33%;
}

.mod-freeTableSet1-col2 th, .mod-freeTableSet1-col2 td {
  width: 50%;
}

.mod-freeTableSet1_imgItem {
  max-width: 100%;
  margin-top: 1px;
  margin-bottom: 4px;
}

.mod-freeTableSet1_appLink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}

.mod-freeTableSet1_appLink_text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-freeTableSet1_appLink_text p {
  margin: 0;
}

.mod-freeTableSet1_appLink_link {
  width: 174px;
  padding-left: 12px;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mod-freeTableSet1_appLink_link img {
  width: 100%;
  max-width: 100%;
}

.mod-freeTableSet1_appLink_qrCode {
  width: 80px;
  padding-left: 12px;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mod-freeTableSet1_appLink_qrCode img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .mod-freeTableSet1.mod-freeTableSet1-scroll {
    overflow-x: scroll;
  }
  .mod-freeTableSet1.mod-freeTableSet1-scroll table {
    min-width: 1052px;
  }
  .mod-freeTableSet1.mod-freeTableSet1-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .mod-freeTableSet1.mod-freeTableSet1-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #d2d4d9;
  }
  .mod-freeTableSet1.mod-freeTableSet1-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}

.mod-freeC821 {
  margin: 40px 0;
}

.mod-freeC821 .mod-freeC821_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.mod-freeC821 .mod-freeC821_item {
  width: calc((100% - 20px * 3) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
}

.mod-freeC821 .mod-freeC821_table {
  overflow: hidden;
}

.mod-freeC821 .mod-freeC821_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.mod-freeC821 .mod-freeC821_table th, .mod-freeC821 .mod-freeC821_table td {
  border: solid 1px #fff;
  padding: 5px 10px 4px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  font-size: 12px;
}

.mod-freeC821 .mod-freeC821_table th {
  background: #d2d4d9;
  white-space: nowrap;
}

.mod-freeC821 .mod-freeC821_table td {
  background: #f2f2f2;
}

@media screen and (min-width: 1025px) {
  .mod-freeC821 .mod-freeC821_item:nth-last-child(3), 
  .mod-freeC821 .mod-freeC821_item:nth-last-child(2), 
  .mod-freeC821 .mod-freeC821_item:nth-last-child(1){
    margin-bottom:0;
  }
}

@media screen and (max-width: 1024px) {
  .mod-freeC821 .mod-freeC821_item {
    width: calc((100% - 20px * 2) / 2);
  }
  .mod-freeC821 .mod-freeC821_item:nth-last-child(2), 
  .mod-freeC821 .mod-freeC821_item:nth-last-child(1){
    margin-bottom:0;
  }
}

@media screen and (max-width: 640px) {
  .mod-freeC821 .mod-freeC821_inner {
    margin: 0 0 0 -40px;
  }
  .mod-freeC821 .mod-freeC821_item {
    width: calc((100% - 40px * 1) / 1);
    margin-left: 40px;
    margin-bottom: 20px;
  }
  .mod-freeC821 .mod-freeC821_item:nth-last-child(2){
    margin-bottom:20px;
  }
  .mod-freeC821 .mod-freeC821_table {
    margin: 0 0 -10px;
  }
  .mod-freeC821 .mod-freeC821_table table {
    display: block;
  }
  .mod-freeC821 .mod-freeC821_table tr {
    margin-bottom: 9px;
  }
  .mod-freeC821 .mod-freeC821_table th, .mod-freeC821 .mod-freeC821_table td {
    border: none;
    border-bottom: solid 1px #fff;
    padding: 5px 5px 5px;
  }
}

.mod-freeC822 {
  margin: 40px 0;
}

.mod-freeC822_item {
  display: -webkit-flex;
  display: flex;
}

.mod-freeC822_item + .mod-freeC822_item {
  margin-top: 20px;
}

.mod-freeC822_item_img {
  width: 18%;
  box-sizing: border-box;
  padding-right: 20px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mod-freeC822_item_img img {
  max-width: 100%;
}

.mod-freeC822_item_text {
  width: 18%;
  box-sizing: border-box;
  padding-right: 20px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 12px;
}

.mod-freeC822_item_text dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-freeC822_item_text dd {
  margin: 0;
}

.mod-freeC822_item_table {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -40px 0;
  width: 60%;
}

.mod-freeC822_item_table table {
  font-size: 12px;
}

.mod-freeC822_item_table th,
.mod-freeC822_item_table td {
  vertical-align: middle;
}

.mod-freeC822_item_table th p,
.mod-freeC822_item_table td p {
  display: inline-block;
  margin: 0;
}

.mod-freeC822_item_table th:first-child,
.mod-freeC822_item_table td:first-child {
  width: 60%;
}

.mod-freeC822_item_table th:nth-of-type(2),
.mod-freeC822_item_table td:nth-of-type(2) {
  width: 40%;
}

.mod-freeC822_icon {
  font-size: 13px;
  background: #1a1a1a;
  color: #fff;
  padding: 1px 10px 0;
  margin-left: 12px;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 3px;
}

.mod-freeC822_icon-new {
  background: #c51324;
}

@media screen and (max-width: 768px) {
  .mod-freeC822_item {
    margin: 40px 0;
    display: block;
  }
  .mod-freeC822_item + .mod-freeC822_item {
    margin-top: 0;
  }
  
  .mod-freeC822_item_img {
    /*display: table-cell;*/
    width: 100px;
    padding: 0 10px 0 0;
	-webkit-flex: 0 0 auto;
    flex: 0 0 auto;
	float: left;
	margin-bottom: 20px;
  }
  .mod-freeC822_item_text {
    /*display: table-cell;*/
    padding: 0 0 0 10px;
	-webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
	float: left;
	margin-bottom: 20px;
  }
  .mod-freeC822_item_text img {
    width: auto;
  }
  .mod-freeC822_item_table {
    margin: -20px 0 0;
	width: 100%;
	clear:both;
  }
  .mod-freeC822_item_table .mod-freeTableSet1{
    margin-top:20px;
  }
  .mod-freeC822_item_table th,
  .mod-freeC822_item_table td {
    text-align: center;
  }
  .mod-freeC822_item_table th p,
  .mod-freeC822_item_table td p {
    display: block;
  }
  .mod-freeC822_item_table th:first-child,
  .mod-freeC822_item_table td:first-child {
    width: 50%;
  }
  .mod-freeC822_item_table th:nth-of-type(2),
  .mod-freeC822_item_table td:nth-of-type(2) {
    width: 50%;
  }
  .mod-freeC822_icon {
    margin: 8px 0;
  }
}

@media screen and (max-width: 640px) {
  .mod-freeC822_accordion1Trigger,
  .mod-freeC822_accordion2Trigger {
    cursor: pointer;
  }
  .mod-freeC822_accordion1Trigger:hover, .mod-freeC822_accordion1Trigger:focus,
  .mod-freeC822_accordion2Trigger:hover,
  .mod-freeC822_accordion2Trigger:focus {
    opacity: 0.6;
  }
  .no-js .mod-freeC822_accordion1Trigger, .no-js
  .mod-freeC822_accordion2Trigger {
    cursor: auto;
  }
  .no-js .mod-freeC822_accordion1Trigger:hover, .no-js .mod-freeC822_accordion1Trigger:focus, .no-js
  .mod-freeC822_accordion2Trigger:hover, .no-js
  .mod-freeC822_accordion2Trigger:focus {
    opacity: 1;
  }
  .mod-freeC822_accordion1Content,
  .mod-freeC822_accordion2Content {
    display: none;
  }
  .no-js .mod-freeC822_accordion1Content, .no-js
  .mod-freeC822_accordion2Content {
    display: block;
  }
}

.mod-freeTableSet1 .mod-freeC851_productImgCell {
  width: 298px;
  padding: 1px;
  text-align: center;
}

.mod-freeTableSet1 .mod-freeC851_productImgCell img {
  width: 100%;
  max-width: 100%;
}

.mod-freeTableSet1 .mod-freeC851_imgIconList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-bottom: -5px;
  text-align: center;
}

.mod-freeTableSet1 .mod-freeC851_imgIconList li {
  width: calc((100% - 8px * 4) / 4);
  margin-left: 8px;
  margin-bottom: 8px;
}

.mod-freeTableSet1 .mod-freeC851_imgIconList li img {
  width: 34px;
  max-width: 34px;
}

.mod-freeTableSet1 .mod-freeC851_useImgSet {
  width: 275px;
  margin: 0 auto;
  max-width: 100%;
}

.mod-freeTableSet1 .mod-freeC851_useImgSet_img img {
  width: 100%;
  max-width: 100%;
}

.mod-freeTableSet1 .mod-freeC851_useImgSet_caption p {
  font-size: 12px;
  line-height: 1.66667;
  margin: 6px 0 0;
  text-align: center;
}

.mod-freeIsmSearch_img {
  margin: 40px 0;
}

.mod-freeIsmSearch_img img {

  max-width: 100%;
}

.mod-freeIsmSearch_img_img-sp {
  display: none;
}

.mod-freeIsmSearch_stitchImage {
  margin-bottom: 4px;
  text-align: center;
}

.mod-freeIsmSearch_stitchImage_text {
  display: block;
}

.mod-freeIsmSearch_stitchImage_img {
  display: block;
}

.mod-freeIsmSearch_stitchImage_img img {
  width: 64px;
  max-width: 100%;
}

.mod-freeIsmSearch_stitchImage_text + .mod-freeIsmSearch_stitchImage_img {
  margin-top: 6px;
}

.mod-freeIsmSearch_modelList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-freeIsmSearch_modelList li {
  padding-right: 1em;
  display: inline;
}

.mod-freeIsmSearch_modelList li:last-child {
  padding-right: 0;
}

.mod-freeIsmSearch_tableSet {
  margin: 40px 0;
  overflow: hidden;
  font-size: 12px;
}

.mod-freeIsmSearch_tableSet table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
}

.mod-freeIsmSearch_tableSet th, .mod-freeIsmSearch_tableSet td {
  border: solid 1px #fff;
  padding: 11px 12px 8px;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}

.mod-freeIsmSearch_tableSet th {
  background: #d2d4d9;
}

.mod-freeIsmSearch_tableSet td {
  background: #f2f2f2;
}

.mod-freeIsmSearch-item .mod-freeIsmSearch_tableSet col:nth-of-type(1) {
  width: 5%;
}

.mod-freeIsmSearch-item .mod-freeIsmSearch_tableSet col:nth-of-type(2) {
  width: 25%;
}

.mod-freeIsmSearch-item .mod-freeIsmSearch_tableSet col:nth-of-type(3) {
  width: 25%;
}

.mod-freeIsmSearch-item .mod-freeIsmSearch_tableSet col:nth-of-type(4) {
  width: 45%;
}

.mod-freeIsmSearch-item .mod-freeIsmSearch_tableSet th:nth-of-type(1) {
  text-align: center;
  padding: 11px 4px 8px;
}

.mod-freeIsmSearch-item .mod-freeIsmSearch_tableSet td:nth-of-type(1), .mod-freeIsmSearch-item .mod-freeIsmSearch_tableSet td:nth-of-type(3) {
  text-align: center;
  padding: 11px 4px 8px;
}

.mod-freeIsmSearch-stitch .mod-freeIsmSearch_tableSet col:nth-of-type(1) {
  width: 25%;
}

.mod-freeIsmSearch-stitch .mod-freeIsmSearch_tableSet col:nth-of-type(2) {
  width: 25%;
}

.mod-freeIsmSearch-stitch .mod-freeIsmSearch_tableSet col:nth-of-type(3) {
  width: 50%;
}

.mod-freeIsmSearch-stitch .mod-freeIsmSearch_tableSet td:nth-of-type(2) {
  text-align: center;
  padding: 11px 4px 8px;
}

@media screen and (max-width: 640px) {
  .mod-freeIsmSearch_img_img-pc {
    display: none;
  }
  .mod-freeIsmSearch_img_img-sp {
    display: block;
  }
  .mod-freeIsmSearch-item .mod-freeIsmSearch_tableSet col:nth-of-type(1) {
    width: 10%;
  }
  .mod-freeIsmSearch-item .mod-freeIsmSearch_tableSet col:nth-of-type(2) {
    width: 25%;
  }
  .mod-freeIsmSearch-item .mod-freeIsmSearch_tableSet col:nth-of-type(3) {
    width: 25%;
  }
  .mod-freeIsmSearch-item .mod-freeIsmSearch_tableSet col:nth-of-type(4) {
    width: 40%;
  }
}

.mod-freeC911 {
  margin: 40px 0;
}

.mod-freeC911 dl {
  display: table;
  width: 100%;
  margin: 0;
}

.mod-freeC911 dl dt {
  display: table-cell;
  width: 20%;
  padding: 20px;
  font-size: 16px;
  color: #FFF;
  background: #1A1A1A;
  box-sizing: border-box;
}

.mod-freeC911 dl dd {
  display: table-cell;
  width: 80%;
  margin: 0;
  padding: 20px;
  background: #D9D9D9;
  box-sizing: border-box;
}

.mod-freeC911 dl input[type="text"] {
  width: 100%;
  padding: 3px 10px 3px 10px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

.mod-freeC911 dl ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 12px;
}

.mod-freeC911 dl ul a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 11px;
  margin-left: -3px;
}

.mod-freeC911 dl p {
  margin: 10px 0 0 0;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .mod-freeC911 dl dt {
    display: block;
    width: 100%;
    padding: 17px 20px 17px 20px;
  }
  .mod-freeC911 dl dd {
    display: block;
    width: 100%;
  }
  .mod-freeC911 dl ul {
    margin-top: 20px;
  }
  .mod-freeC911 dl p {
    margin-top: 20px;
  }
}

.mod-freeC912 {
  margin: 40px 0;
}

.mod-freeC912_trigger button {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  text-indent: 0;
}

.mod-freeC912_trigger button:hover, .mod-freeC912_trigger button:focus {
  position: relative;
  cursor: pointer;
  opacity: 0.6;
}

.mod-freeC912_trigger button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  margin-right: 8px;
}

.no-js .mod-freeC912_trigger {
  display: none;
}

.mod-freeC912_content .mod-headingLv2 {
  margin: 40px 0;
}

.mod-freeC912_content .mod-headingLv3 {
  margin: 30px 0;
}

.mod-freeC912_content .mod-freeC412 {
  margin: 30px 0;
}

.mod-freeC912_content .mod-headingLv3 + .mod-freeC412 {
  margin-top: -10px;
}

.no-js .mod-freeC912_content .modal {
  display: block;
  position: relative !important;
}

.no-js .mod-freeC912_content .modal-header {
  display: none;
}

.no-js .mod-freeC912_content .modal.fade .modal-dialog {
  display: block;
  max-width: initial;
  margin: 0;
  -webkit-transform: none;
  transform: none;
}

.no-js .mod-freeC912_content .modal-body {
  padding: 0;
}

.mod-freeC912_content .modal-body:after {
  margin-top: 0;
}

.mod-freeC913 {
  margin: 0;
  font-size: inherit;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  display: block;
  height: 50px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(26, 26, 26, 0.5);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: solid 1px #fff;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -.25em;
  border-color: #fff;
  font-family: "slick";
  font-size: 0;
  line-height: 0;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -.25em;
  border-color: #fff;
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.mod-productInfo_movieChanger .slick-prev,
.mod-productInfo_movieChanger .slick-next {
  margin-top: -37px;
}

.mod-media7018 .slick-prev {
  left: -25px;
}

.mod-media7018 .slick-next {
  right: -25px;
}

.mod-categoryTopHeroImg_imgChanger.is-mouseEnter .slick-prev,
.mod-categoryTopHeroImg_imgChanger.is-mouseEnter .slick-next {
  opacity: 0.5;
}

.mod-categoryTopHeroImg_imgChanger .slick-prev,
.mod-categoryTopHeroImg_imgChanger .slick-next {
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 32px;
  opacity: 0;
  transition: opacity 0.3s;
  background: rgba(26, 26, 26, 0.5);
}

.mod-categoryTopHeroImg_imgChanger .slick-prev:before,
.mod-categoryTopHeroImg_imgChanger .slick-next:before {
  width: 12px;
  height: 12px;
}

.mod-categoryTopHeroImg_imgChanger .slick-prev {
  left: 10px;
}

.mod-categoryTopHeroImg_imgChanger .slick-prev:before {
  margin-left: 3px;
}

.mod-categoryTopHeroImg_imgChanger .slick-next {
  right: 10px;
}

.mod-categoryTopHeroImg_imgChanger .slick-next:before {
  margin-right: 3px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  width: 100%;
}

.slick-dots li {
  float: none;
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  background: #d2d4d9;
  border-radius: 50%;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  background: #1a1a1a;
  outline: none;
  opacity: 0.6;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  height: 8px;
  width: 8px;
  font-family: "slick";
  font-size: 0;
  line-height: 0;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  background: #1a1a1a;
}

.mod-categoryTopHeroImg_imgChanger .slick-dots {
  bottom: 28px;
}

.mod-categoryTopHeroImg_imgChanger .slick-dots li {
  width: 45px;
  height: 4px;
  margin: 5px 10px 5px 5px;
}

.mod-categoryTopHeroImg_imgChanger .slick-dots li button {
  height: 4px;
  width: 100%;
  position: relative;
  background: #ccc;
  border-radius: 3px;
  box-shadow: 0px 3px 2px -2px #9a9999 inset;
}

.mod-categoryTopHeroImg_imgChanger .slick-dots li button:before {
  display: none;
}

.mod-categoryTopHeroImg_imgChanger .slick-dots li button span {
  display: block;
  visibility: hidden;
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border-radius: 3px;
  background: #333;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mod-categoryTopHeroImg_imgChanger .slick-dots li.slick-active button {
  background: #ccc;
}

.mod-categoryTopHeroImg_imgChanger .slick-dots li.slick-active button span {
  visibility: visible;
  width: 100%;
  -webkit-animation-name: kf-categoryTopHeroImg_slickDots;
  animation-name: kf-categoryTopHeroImg_slickDots;
}

@-webkit-keyframes kf-categoryTopHeroImg_slickDots {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes kf-categoryTopHeroImg_slickDots {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .slick-prev {
    left: -30px;
  }
  [dir="rtl"] .slick-prev {
    right: -30px;
  }
  .slick-next {
    right: -30px;
  }
  [dir="rtl"] .slick-next {
    right: -30px;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  padding-right: 0 !important;
  min-width: 340px;
}

.modal img {
  width: auto;
  max-width: none;
}

.modal:before {
  content: "";
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.fade .modal-dialog-youtube {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.in .modal-dialog-youtube {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: scroll;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 98%;
}

.modal-dialog-youtube {
  position: relative;
  width: 80%;
  margin: 10px;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 98%;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=60);
  opacity: .6;
}

.modal-header {
  padding: 20px 20px 0;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 1px 20px 20px;
  white-space: normal;
}

.modal-body:after {
  content: "";
  display: block;
  margin-top: -40px;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-content .close {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  float: right;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 25px;
  font-size: 38px;
  margin-right: -5px;
}

.modal-content .close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-content .close span:before,
.modal-content .close span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12px;
  left: 0;
  background: #333;
}

.modal-content .close span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-content .close span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (max-width: 640px) {
  .modal-dialog {
    max-width: 90%;
    margin: 30px auto;
    min-width: 300px;
  }
  .modal-sm {
    width: 300px;
  }
}

@media (max-width: 1024px) {
  .modal-dialog-youtube {
    margin: 30px auto;
	width: 100%;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-header:after,
.modal-footer:after {

  clear: both;
}

@media screen and (max-width: 640px) {
  .modal {
    position: absolute !important;
    height: 100% !important;
  }
  .modal:before {
    display: none !important;
  }
}

@media print {
  html, body {
    width: 1072px;
  }
  .st-wrapper {
    overflow: hidden !important;
  }
  .st-globalNav,
  .st_localNav1,
  .st_localNav2,
  .mod-SNSButtons,
  .mod-breadCrumble,
  .st_globalLink,
  .st-siteFooter-category,
  .st-siteFooter_utility,
  .st-backToTopFixed {
    display: none !important;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mod-headingLv1,
  .mod-anchorList2,
  .mod-SNSButtons,
  .mod-breadCrumble,
  .mod-compoundA901_bg,
  .mod-compoundA904,
  .mod-compoundA901_keyMessage,
  .mod-compoundA904_accordionTrigger {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mod-media7018 {
    display: block;
  }
  .mod-media7018.mod-media7018-mobile {
    display: none;
  }
  .mod-bannerList-grid6 li {
    width: 158px;
  }
  .mod-contentsNav3 li,
  .mod-anchorList3-grid5 li,
  .mod-linkBlockList-grid5 li {
    width: 194px;
  }
  .mod-anchorList3-grid4 li,
  .mod-linkBlockList-grid4 li,
  .mod-link6009 li,
  .mod-link6021_item,
  .mod-bannerList-grid4 li,
  .mod-media7018_item,
  .mod-media7036_item {
    width: 248px !important;
  }
  .mod-compoundA911_info_list li {
    width: 241px;
  }
  .mod-list4007 li {
    width: 263px;
  }
  .mod-media7033_item,
  .mod-compoundA736_item,
  .mod-linkListWIcon-grid3 li {
    width: 337px;
  }
  .mod-media7013 li,
  .mod-media7015 li,
  .mod-solutionCaseStudy_column,
  .mod-productLineUp2_item,
  .mod-crossSell li,
  .mod-solutionCaseStudyList_item,
  .mod-solutionCaseStudy_item,
  .mod-compoundA301_item,
  .mod-contact_item,
  .mod-compoundA711_item,
  .mod-compoundA712_item,
  .mod-compoundA751_item,
  .mod-upSell_product_item {
    width: 505px;
  }
  .mod-compoundA718_item {
    width: 515px;
  }
  .mod-media7027_thumbImg {
    width: 698px;
  }
  .mod-compoundA922 .mod-mediaBlock1 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .mod-compoundA922 .mod-mediaBlock1_text, .mod-compoundA922 .mod-mediaBlock1_media {
    margin-top: 0;
    margin-bottom: 0;
  }
}
