@charset "UTF-8";
@font-face {
  font-family: "shimadzu_icon";
  src: url("../fonts/icons/shimadzu_icon.eot");
  src: url("../fonts/icons/shimadzu_icon.eot?#iefix") format("eot"), url("../fonts/icons/shimadzu_icon.woff2") format("woff2"), url("../fonts/icons/shimadzu_icon.woff") format("woff"), url("../fonts/icons/shimadzu_icon.ttf") format("truetype"), url("../fonts/icons/shimadzu_icon.svg#shimadzu_icon") format("svg");
}

.icon-sh-arrow:before, .icon-normalArrow:before, .icon-sh-earth:before, .icon-earth:before, .icon-sh-file:before, .icon-file:before, .icon-sh-message:before, .icon-message:before, .icon-sh-message_thin:before, .icon-message_thin:before, .icon-sh-new_window:before, .icon-newWindow:before, .icon-sh-share:before, .icon-share:before, .icon-sh-shimadzu-emblem:before, .icon-shimadzu-emblem:before, .icon-sh-zoom:before, .icon-zoom:before {
  font-family: "shimadzu_icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-sh-arrow:before, .icon-normalArrow:before {
  content: "";
}

.icon-sh-earth:before, .icon-earth:before {
  content: "";
}

.icon-sh-file:before, .icon-file:before {
  content: "";
}

.icon-sh-message:before, .icon-message:before {
  content: "";
}

.icon-sh-message_thin:before, .icon-message_thin:before {
  content: "";
}

.icon-sh-new_window:before, .icon-newWindow:before {
  content: "";
}

.icon-sh-share:before, .icon-share:before {
  content: "";
}

.icon-sh-shimadzu-emblem:before, .icon-shimadzu-emblem:before {
  content: "";
}

.icon-sh-zoom:before, .icon-zoom:before {
  content: "";
}

.icon-pdf:before,
.icon-html:before {
  background-repeat: no-repeat;
  background-size: 14px 14px;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
}

@media screen and (min-width: 750px), print {
  .icon-pdf:before,
  .icon-html:before {
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
  }
}

.icon-pdf:before {
  background-image: url("/tmc/javax.faces.resource/common/icon_pdf.jpg.xhtml?ln=images");
}

.icon-html:before {
  background-image: url("/tmc/javax.faces.resource/common/icon_html.jpg.xhtml?ln=images");
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: .85;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: .85;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    display: none;
    opacity: .5;
  }
  1% {
    display: block;
    opacity: .5;
  }
  100% {
    display: block;
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    display: none;
    opacity: .5;
  }
  1% {
    display: block;
    opacity: .5;
  }
  100% {
    display: block;
    opacity: 0;
  }
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 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 */
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

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

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

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

option[selected], option::-moz-selection, option:active, option:focus {
  color: inherit;
  outline: 0;
}

option[selected], option::selection, option:active, option:focus {
  color: inherit;
  outline: 0;
}

*:active,
*:focus {
  background-color: transparent;
}

select:focus::-ms-value {
  background: 0 0;
  color: inherit;
}

.clearfix:before, .heading_forCategory:before,
.search_category_heading:before, .search_category_item_text:before,
.clearfix:after,
.heading_forCategory:after,
.search_category_heading:after,
.search_category_item_text:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}


.clearfix:after,
.heading_forCategory:after,
.search_category_heading:after,
.search_category_item_text:after {
  clear: both;
}

.clearfix, .heading_forCategory,
.search_category_heading, .search_category_item_text {
  zoom: 1;
}

html,
body {
  color: #464646;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

html .with_grayBackground,
body .with_grayBackground {
  color: #111111;
}

html {
  cursor: auto;
  font-size: 62.5%;
}

body {
  padding-top: 68px;
  font-size: 14px;
}

@media screen and (min-width: 750px), print {
  body {
    padding-top: 88px;
    font-size: 16px;
  }
  body.is_front {
    padding-top: 151px;
  }
}

@media screen and (min-width: 750px), print {
  p {
    line-height: 1.6;
  }
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  color: #004ecc;
  text-decoration: none;
}

@media screen and (min-width: 750px), print {
  a:hover {
    text-decoration: underline;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.article a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (min-width: 750px), print {
  .article a {
    -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  }
}

@media screen and (min-width: 750px), print {
  .article a:hover {
    text-decoration: none;
  }
}

.header {
  background-color: #fff;
  border-top: 5px solid #adadad;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1000;
}

@media screen and (min-width: 750px), print {
  .header {
    border-bottom: 1px solid #d8d8d8;
    height: 88px;
    position: relative;
  }
}

.header:before {
  background-color: #ff0000;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 30px;
}

.header-logo {
  padding: 17px 0 0 17px;
}

@media screen and (min-width: 750px), print {
  .header-logo {
    padding: 21px 0 0 30px;
  }
}

.header-logo-image.forMobile {
  height: auto;
  width: 140px;
}

@media screen and (min-width: 750px), print {
  .header-logo-image.forMobile {
    display: none;
  }
}

.header-logo-image.forPc {
  display: none;
  height: auto;
  width: 172px;
}

@media screen and (min-width: 750px), print {
  .header-logo-image.forPc {
    display: inline;
  }
}

.header-utility {
  display: none;
}

@media screen and (min-width: 750px), print {
  .header-utility {
    display: block;
    float: right;
  }
}

.header-link {
  display: none;
}

@media screen and (min-width: 750px), print {
  .header-link {
    display: block;
  }
}

@media screen and (min-width: 750px), print {
  .header-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 6px;
    padding: 5px 0 0;
  }
}

@media screen and (min-width: 750px), print {
  .header-link-list-item {
    font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
    margin-left: 20px;
  }
}

.header-link-list-item.is_contact {
  position: relative;
  top: -2px;
}

@media screen and (min-width: 750px), print {
  .header-link-list-item a {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }
  .header-link-list-item a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 750px), print {
  .header-link-list-item .icon {
    margin-right: 6px;
    position: relative;
  }
}

@media screen and (min-width: 750px), print {
  .header-link-list-item .icon.icon-earth {
    font-size: 17px;
    top: 2px;
  }
}

@media screen and (min-width: 750px), print {
  .header-link-list-item .icon.icon-message {
    font-size: 18px;
    top: 3px;
  }
}

.header-form {
  display: none;
}

@media screen and (min-width: 750px), print {
  .header-form {
    display: inline-block;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (min-width: 750px), print {
  .header-form-inputText {
    border: 1px solid #111111;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px;
    width: 400px;
  }
  .header-form-inputText:placeholder-shown {
    color: #adadad;
  }
  .header-form-inputText::-webkit-input-placeholder {
    color: #adadad;
  }
  .header-form-inputText:-moz-placeholder {
    color: #adadad;
    opacity: 1;
  }
  .header-form-inputText::-moz-placeholder {
    color: #adadad;
    opacity: 1;
  }
  .header-form-inputText:-ms-input-placeholder {
    color: #adadad;
  }
}

@media screen and (min-width: 750px), print {
  .header-form-btn {
    -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
    background-color: #111111;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 34px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    vertical-align: middle;
    width: 34px;
  }
  .header-form-btn:hover {
    background-color: #dd0000;
  }
}

@media screen and (min-width: 750px), print {
  .header-form-btn .icon {
    position: relative;
    top: 2px;
  }
}

.header-menu, .header-menu-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header-menu {
  height: 21px;
  position: absolute;
  top: 11px;
  right: 20px;
  width: 30px;
  text-align: center;
}

@media screen and (min-width: 750px), print {
  .header-menu {
    display: none;
  }
}

.header-menu-item {
  background-color: #111111;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.header-menu-item:nth-of-type(1) {
  top: 0;
}

.header-menu-item:nth-of-type(2) {
  top: 9px;
}

.header-menu-item:nth-of-type(3) {
  bottom: 0;
}

.header-menu.is_active .header-menu-item {
  height: 2.5px;
}

.header-menu.is_active .header-menu-item:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.header-menu.is_active .header-menu-item:nth-of-type(2) {
  opacity: 0;
}

.header-menu.is_active .header-menu-item:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.header-menu-text {
  bottom: -20px;
  color: #464646;
  font-size: 12px;
  left: -1px;
  position: absolute;
  right: 0;
  text-decoration: none;
}

@media screen and (min-width: 750px), print {
  .is_shrink .header {
    height: 74px;
  }
  .is_shrink .header-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0;
  }
  .is_shrink .header-link {
    margin-right: 30px;
  }
  .is_shrink .header-logo {
    padding-top: 14px;
  }
  .is_shrink .header-form {
    width: 212px;
  }
}

.header-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  display: block;
  height: 68px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

@media screen and (min-width: 750px), print {
  .header-wrapper {
    border-bottom: none;
    height: auto;
    width: 100%;
    z-index: 1000;
  }
}

.article {
  padding-top: 20px;
}

@media screen and (min-width: 750px), print {
  .article {
    position: relative;
  }
}

.section {
  border-bottom: 1px solid #d8d8d8;
  padding: 25px 20px;
}

@media screen and (min-width: 750px), print {
  .section {
    padding: 60px 0;
  }
}

#main-section {
  padding-top: 0;
}

.section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.footer {
  border-top: 5px solid #adadad;
  padding-bottom: 20px;
  position: fixed;
  width: 100%;
  bottom: 0;
}

@media screen and (min-width: 750px), print {
  .footer {
    background-color: #ebebeb;
    margin-top: 12px;
    padding-bottom: 9px;
    padding-top: 5px;
  }
}

.footer:before {
  background-color: #ff0000;
  content: "";
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 30px;
}

@media screen and (min-width: 750px), print {
  .footer .container {
    position: relative;
  }
}

.footer-link {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px), print {
  .footer-link {
    margin-bottom: 0;
  }
}

.footer-link-list {
  margin: 0;
  padding: 0;
}

.footer-link-list-item {
  background-color: #d8d8d8;
  border-bottom: 1px solid #adadad;
}

@media screen and (min-width: 750px), print {
  .footer-link-list-item {
    background-color: transparent;
    border-bottom: none;
    display: inline-block;
  }
}

.footer-link-list-item-link {
  color: inherit;
  display: block;
  padding: 25px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}

.footer-link-list-item-link:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 8px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  border-right: solid 1px #dd0000;
  border-top: solid 1px #dd0000;
  transform: rotate(45deg);
}

@media screen and (min-width: 750px), print {
  .footer-link-list-item-link {
    border-right: 1px solid #111111;
    color: #004ecc;
    display: inline-block;
    line-height: 1;
    padding: 0 15px;
    font-size: 13px;
  }
}

@media screen and (min-width: 750px), print {
  .footer-link-list-item-link:hover {
    text-decoration: underline;
  }
}

.footer-link-list-item-link:before {
  position: absolute;
  right: 20px;
  top: 45%;
}

@media screen and (min-width: 750px), print {
  .footer-link-list-item-link:before {
    display: none;
  }
}

@media screen and (min-width: 750px), print {
  .footer-link-list-item:first-child .footer-link-list-item-link {
    border-left: 1px solid #111111;
  }
}

.footer-link-sns {
  margin: 0;
  padding: 25px 20px;
  text-align: center;
}

@media screen and (min-width: 750px), print {
  .footer-link-sns {
    padding: 0;
    position: absolute;
    right: 0;
    top: -60px;
  }
}

.footer-link-sns-header, .footer-link-sns-item {
  display: inline-block;
}

.footer-link-sns-header {
  font-size: 12px;
  font-weight: 700;
}

@media screen and (min-width: 750px), print {
  .footer-link-sns-header {
    font-size: 13px;
  }
}

.footer-link-sns-header .icon {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.footer-link-sns-item {
  margin-left: 10px;
}

.footer-link-sns-item.is_facebook img, .footer-link-sns-item.is_linkedin img, .footer-link-sns-item.is_youtube img {
  height: 37px;
  width: auto;
}

@media screen and (min-width: 750px), print {
  .footer-link-sns-item.is_facebook, .footer-link-sns-item.is_linkedin {
    width: 37px;
  }
}

@media screen and (min-width: 750px), print {
  .footer-link-sns-item.is_youtube {
    width: 52px;
  }
}

.footer-copyright {
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (min-width: 750px), print {
  .footer-copyright {
    float: right;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.footer-copyright img {
  height: auto;
  width: 280px;
}

@media screen and (min-width: 750px), print {
  .footer-copyright img {
    width: 383px;
  }
}

.footer-pageTop {
  text-align: center;
}

@media screen and (min-width: 750px), print {
  .footer-pageTop {
    display: none;
  }
}

.footer-pageTop-button {
  display: block;
}

.footer-pageTop-button:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 22px;
  border-right: solid 1px #111111;
  border-top: solid 1px #111111;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 750px), print {
  .container {
    margin: 0 auto;
    width: 1040px;
  }
}

@media screen and (min-width: 750px), print {
  .container.is_narrow {
    width: 780px;
  }
}

@media screen and (min-width: 750px), print {
  .is_inner-slider .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}

@media screen and (min-width: 750px), print {
  .is_inner-slider .container:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: -1040px;
    position: absolute;
    top: 0;
    width: 1040px;
    z-index: 10;
  }
}

@media screen and (min-width: 750px), print {
  .is_inner-slider .heading_level2,
  .is_inner-slider .heading_noMarker {
    background-color: #fff;
    margin-top: 0;
    padding-right: 45px;
    width: 370px;
    z-index: 10;
  }
}

@media screen and (min-width: 750px), print {
  .content.is_narrow {
    margin: 0 auto;
    width: 780px;
  }
}

@media screen and (min-width: 750px), print {
  .content.is_narrow.with_marginBottom {
    margin-bottom: 70px;
  }
}

.footerLink {
  margin-top: 25px;
}

.footerLink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerLink-list:nth-of-type(n+2):nth-child(-n+2) a {
  border-top: none;
}

@media screen and (min-width: 750px), print {
  .footerLink-list:nth-of-type(n+2):nth-child(-n+2) a {
    border-top: 1px solid #d8d8d8;
  }
}

@media screen and (min-width: 750px), print {
  .footerLink-list:nth-of-type(n+2):nth-child(-n+2) .footerLink-list-item a:hover {
    border-top: 1px solid #d8d8d8;
  }
}

.footerLink-list-item {
  width: 50%;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 25%;
  }
}

.footerLink-list-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eaeaea;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item a {
    border-bottom: none;
    border-top: 1px solid #d8d8d8;
    font-size: 20px;
    padding: 60px 10px;
  }
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
    color: #dd0000;
    border-top: 2px solid #dd0000;
    padding-top: 59px;
  }
}

.footerLink-list-item a .icon-normalArrow {
  color: #dd0000;
  font-size: 10px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.footerLink-list-item:first-child a, .footerLink-list-item:nth-child(2) a {
  border-top: 1px solid #d8d8d8;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item:first-child a:hover, .footerLink-list-item:nth-child(2) a:hover {
    border-top: 2px solid #dd0000;
  }
}

.footerLink-list-item:nth-child(2n) a {
  border-right: none;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item:nth-child(2n) a {
    border-right: 1px solid #d8d8d8;
  }
}

.footerLink-list-item.is_current a {
  background-color: #f5f5f5;
  border-top: 2px solid #dd0000;
  color: #dd0000;
  padding-top: 29px;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item.is_current a {
    padding-top: 59px;
  }
}

.footerLink-list-item-inner {
  display: block;
}

.footerLink-list-item.with_icon a {
  background-color: #fff;
  display: block;
  padding: 20px 10px;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item.with_icon a {
    border-bottom: 1px solid #d8d8d8;
    border-top: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footerLink-list-item.with_icon a .icon {
    display: inline-block;
    margin-bottom: 0;
    width: 100px;
    height: 100px;
  }
  .footerLink-list-item.with_icon a .footerLink-list-item-inner {
    display: inline-block;
    position: relative;
    top: 20px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item.with_icon a:hover {
    border-top: none;
  }
}

.footerLink-list-item.with_icon .icon {
  border: 1px solid #dd0000;
  border-radius: 50%;
  color: #dd0000;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 15px;
  width: 50px;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item.with_icon .icon:before {
    position: relative;
    top: 25px;
  }
}

.footerLink-list-item.with_icon .icon-file {
  font-size: 18px;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item.with_icon .icon-file:before {
    font-size: 35px;
  }
}

.footerLink-list-item.with_icon .icon-message_thin {
  font-size: 13px;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item.with_icon .icon-message_thin {
    font-size: 27px;
  }
}

.footerLink-list-item:nth-child(2n+1):last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.parallelPageLink + .footerLink .footerLink-list-item a {
  border-top: none;
}

.parallelPageLink.is_relatedProducts + .footerLink {
  margin-top: 0;
}

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.arrow_normal {
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

.arrow_normal:before, .arrow_normal:after {
  content: "";
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
}

.arrow_normal:before {
  background: #dd0000;
  height: 1px;
  width: 12px;
  left: 3px;
}

.arrow_normal:after {
  border-right: 1px solid #dd0000;
  border-top: 1px solid #dd0000;
  height: 7px;
  width: 7px;
  left: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumb {
  display: none;
}

@media screen and (min-width: 750px), print {
  .breadcrumb {
    background-color: #f5f5f5;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    font-size: 12px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 0;
    width: 100%;
  }
  .breadcrumb:before {
    background-color: #d8d8d8;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin-right: 520px;
    position: absolute;
    right: 50%;
    top: 0;
  }
  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .breadcrumb-list-item {
    height: 24px;
    line-height: 24px;
  }
  .breadcrumb-list-item a {
    text-decoration: none;
  }
  .breadcrumb-list-item > a,
  .breadcrumb-list-item > span {
    color: inherit;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px 0 34px;
    position: relative;
  }
  .breadcrumb-list-item > a:before, .breadcrumb-list-item > a:after {
    content: "";
    position: absolute;
    top: -2px;
  }
  .breadcrumb-list-item > a:before {
    border-bottom: 13px solid transparent;
    border-left: 13px solid #d8d8d8;
    border-top: 13px solid transparent;
    right: -11px;
  }
  .breadcrumb-list-item > a:after {
    border-bottom: 13px solid transparent;
    border-left: 13px solid #f5f5f5;
    border-top: 13px solid transparent;
    right: -10px;
  }
  .breadcrumb-list-item:first-child > a {
    background-color: #d8d8d8;
    padding-left: 20px;
    padding-right: 22px;
  }
  .breadcrumb-list-item:first-child > a:before {
    display: none;
  }
  .breadcrumb-list-item:first-child > a:after {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #d8d8d8;
    border-top: 12px solid transparent;
    position: absolute;
    top: 0;
    right: -11px;
  }
  .breadcrumb-list-item:last-child {
    overflow: hidden;
  }
  .breadcrumb-list-item-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  .breadcrumb-list-item-arrow {
    margin-right: 10px;
  }
  .breadcrumb-list-item-arrow:before {
    border: 0;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    border-right: solid 2px #dd0000;
    border-top: solid 2px #dd0000;
    transform: rotate(45deg);
  }
}

a.btn {
  text-decoration: none;
}

@media screen and (min-width: 750px), print {
  .btn {
    -webkit-transition: color 0.7s ease, background 0.7s ease, border 0.7s ease, opacity 0.7s ease;
    transition: color 0.7s ease, background 0.7s ease, border 0.7s ease, opacity 0.7s ease;
    display: inline-block;
    width: 230px;
  }
}

.btn:hover {
  text-decoration: none;
}

.btn.is_primary, .btn.is_secondary {
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  padding-bottom: 12px;
  padding-top: 12px;
}

@media screen and (min-width: 750px), print {
  .btn.is_primary, .btn.is_secondary {
    font-size: 14px;
  }
}

.btn.is_primary {
  background-color: #b5b5b6;
}

.btn.is_primary:hover {
  background-color: #9b9b9d;
}

.btn.is_secondary {
  background-color: #898989;
  display: block;
}

.btn.is_secondary:hover {
  background-color: #707070;
  color: #fff;
}

.btn.with_iconSearch {
  background-image: url("/tmc/javax.faces.resource/common/icon/icon_zoom.svg.xhtml?ln=images");
  background-position: 20px center;
  background-size: 20px 20px;
  padding-left: 55px;
}

.btn.with_iconFileText {
  background-image: url("/tmc/javax.faces.resource/common/icon/icon_file-text-o.svg.xhtml?ln=images");
  background-position: 15px center;
  background-size: 25px 18px;
  padding-left: 55px;
}

.btn.with_iconEnvelope {
  background-image: url("/tmc/javax.faces.resource/common/icon/icon_inquiry.svg.xhtml?ln=images");
  background-position: 15px center;
  background-size: 25px 18px;
  padding-left: 55px;
}

.btn.with_iconSignout {
  background-image: url("/tmc/javax.faces.resource/common/icon/icon_signout.svg.xhtml?ln=images");
  background-position: 18px center;
  background-size: 20px 20px;
  padding-left: 55px;
}

.btn.with_iconDownload {
  background-image: url("/tmc/javax.faces.resource/common/icon/icon_download.svg.xhtml?ln=images");
  background-position: 18px center;
  background-size: 20px 20px;
  padding-left: 55px;
}

.btn.with_iconCancel {
  background-image: url("/tmc/javax.faces.resource/common/icon/icon_times-circle-o.svg.xhtml?ln=images");
  background-position: 18px center;
  background-size: 25px 25px;
  padding-left: 55px;
}

.btn.with_arrowChevronRight {
  display: inline-block;
  padding: 12px 40px 12px 30px;
  position: relative;
  text-align: right;
  width: auto;
}

.btn.with_arrowChevronRight:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 10px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  transform: rotate(45deg);
}

.btn.with_arrowChevronRight:before {
  position: absolute;
  right: 15px;
  top: 40%;
}

.btn.is_rounded {
  background-color: #dcdddd;
  color: #424242;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.btn.is_rounded:hover {
  background-color: #c2c4c4;
  color: #fff;
}

.btn.is_clear {
  padding: 0 25px;
}

.btn.is_utility {
  padding: 6px 30px;
}

.btn.is_information {
  border: 1px solid #007bc7;
  color: #007bc7;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 1px 5px;
  width: auto;
}

.btn.is_information:hover {
  background-color: #007bc7;
  color: #fff;
}

.btn.is_controll {
  background-color: #007bc7;
  border: 2px solid #007bc7;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 0;
}

.btn.is_controll:hover {
  background-color: #fff;
  color: #007bc7;
}

.btn.is_controll.is_add:after, .btn.is_controll.is_delete:after {
  display: inline-block;
  font-size: 12px;
  line-height: 0.7;
  margin-left: 5px;
}

.btn.is_controll.is_add:after {
  content: "(+)";
}

.btn.is_controll.is_delete:after {
  content: "(-)";
}

.search .btn {
  width: 100%;
}

.search .btn.is_rounded, .search .btn.is_information {
  width: auto;
}

.search .btn.is_controll {
  width: 65px;
}

.heading_forCategory .btn,
.search_category_heading .btn {
  float: right;
}

.btnArea {
  margin-bottom: 30px;
  margin-top: 25px;
  width: 100%;
}

@media screen and (min-width: 750px), print {
  .btnArea {
    margin-bottom: 60px;
    text-align: right;
  }
}

.btnArea.is_centered {
  text-align: center;
}

@media screen and (min-width: 750px), print {
  .btnArea.is_centered .btn {
    width: 500px;
  }
}

.section .btnArea:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 750px), print {
  p.btnArea {
    margin-top: 0;
  }
}

.for_information .btnArea {
  text-align: center;
}

@media screen and (min-width: 750px), print {
  .is_listNone .btnArea {
    margin-top: -55px;
  }
}

.aboutOverView .btnArea {
  margin-top: 30px;
}

@media screen and (min-width: 750px), print {
  .aboutOverView .btnArea {
    margin-top: 40px;
    text-align: center;
  }
}

h1:first-child {
  margin-top: 0;
}

.heading_forLabel {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.heading_forCategory {
  font-size: 12px;
  margin-bottom: 3px;
}

.heading_forCategory:before {
  border-radius: 50% 50%;
  background-color: #adadad;
  content: "";
  display: inline-block;
  margin-right: 5px;
  height: 10px;
  width: 10px;
}

.heading_forCategory:first-child {
  margin-top: 0;
}

.heading_forName {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.heading_forName:first-child {
  margin-top: 0;
}

.heading_tm_config {
  color: #727171;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.heading_tm_config-inner {
  background-image: url("/tmc/javax.faces.resource/common/title_logo.png.xhtml?ln=images");
  background-repeat: no-repeat;
  background-size: 46px 51px;
  background-position: 0 center;
  display: inline-block;
  line-height: 1;
  padding: 15px 0 15px 54px;
}

.heading_forStep {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #727171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.heading_forStep-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/tmc/javax.faces.resource/common/number_background.png.xhtml?ln=images");
  background-size: contain;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  text-align: center;
  width: 33px;
}

.table {
  color: #111111;
  margin: 20px 0;
  overflow-x: scroll;
}

@media screen and (min-width: 750px), print {
  .table {
    margin: 40px 0;
    overflow-x: auto;
  }
}

.table-content {
  font-size: 12px;
  width: 100%;
}

@media screen and (min-width: 750px), print {
  .table-content {
    font-size: 16px;
  }
}

.table-content tbody {
  border-top: none;
}

.table.is_secondary .table-content {
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}

.table-header, .table-cell {
  padding: 10px;
  vertical-align: top;
}

@media screen and (min-width: 750px), print {
  .table-header, .table-cell {
    padding: 18px 20px;
  }
}

.table-header {
  background-color: #d8d8d8;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: left;
}

.table-header:last-child {
  border-right: none;
}

.table.is_primary .table-cell {
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.table.is_primary .table-cell:last-child {
  border-right: none;
}

.table.is_secondary .table-cell {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.table.is_secondary .table-cell:last-child {
  border-right: none;
}

.table.is_secondary tr:last-child .table-header {
  border-bottom: none;
}

.table.is_secondary tr:last-child .table-cell {
  border-bottom: none;
}

.form {
  font-size: 12px;
}

.form-label {
  display: block;
  font-weight: 800;
  margin-bottom: 5px;
  margin-top: 15px;
}

.form-label:first-child {
  margin-top: 0;
}

.form-label.is_required:after {
  content: "*";
  color: red;
  margin-left: 3px;
}

.form-block {
  background-color: #eceff1;
  padding: 24px;
}

.form-control-file {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-control-file-btn {
  background-color: #007bc7;
  border-right: 1px solid #9e9e9e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 100%;
  padding: 6px;
  text-align: center;
  width: 35%;
  -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
}

@media screen and (min-width: 750px), print {
  .form-control-file-btn {
    width: 17%;
  }
}

.form-control-file-btn:hover {
  opacity: .8;
}

.form-control-file-name {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
  width: 65%;
}

@media screen and (min-width: 750px), print {
  .form-control-file-name {
    padding: 6px 20px;
    width: 83%;
  }
}

.form-control-file input {
  display: none;
}

.form-control-text, .form-control-textArea {
  background-color: #fff;
  display: block;
  padding: 7px 6px;
  width: 100%;
}

.form-control-textArea {
  height: 122px;
}

.form-btnArea {
  margin-top: 15px;
  text-align: left;
}

.form-btn {
  background-color: #595757;
  color: #fff;
  display: inline-block;
  padding: 10px 45px;
  text-align: center;
}

.form-btn:hover {
  background-color: #737070;
}

.form-btn-link-light {
  background-color: #e0e0e0;
  color: #616161;
  display: inline-block;
  padding: 10px 45px;
  text-align: center;
  -webkit-appearance: none;
}

.form-btn-link-light:hover {
  background-color: #dadada;
}

.form-image-output {
  background-color: #fff;
  margin-top: 10px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 3s ease, opacity .8s ease;
  transition: max-height 3s ease, opacity .8s ease;
}

.form-image-output.active {
  max-height: 1040px;
  opacity: 1;
}

.form-image-output img {
  display: inline-block;
  padding: 20px;
}

.modal-content {
  background-color: #231815;
  color: #fff;
  display: none;
  font-size: 12px;
  min-width: 536px;
  max-width: 750px;
  opacity: 0;
  padding: 10px 30px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1001;
}

.modal-content p {
  margin-top: 0;
  margin-bottom: 10px;
}

.modal-content.is_estimate_download {
  min-width: 760px;
}

.modal-close {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  right: 10px;
  padding: 12px;
  position: absolute;
  top: 10px;
  width: 16px;
  z-index: 99;
}

.modal-close:before, .modal-close:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 22px;
  position: absolute;
  top: 0;
  width: 1px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
}

.modal-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-close:hover:before, .modal-close:hover:after {
  background-color: #007bc7;
}

.modal-background {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .0;
  z-index: 1000;
  background-color: #000;
}

.modal-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}

.modal-textarea {
  background-color: #fff;
  color: #464646;
  display: block;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}

.modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.modal-buttons .btn {
  margin-right: 10px;
}

.modal-content-item {
  margin-bottom: 15px;
}

.modal-content-item:last-child {
  margin-bottom: 0;
}

.modal-content-item img {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.modal-content-item p {
  overflow: hidden;
}

.modal-scroller {
  height: 260px;
  position: relative;
  overflow-y: hidden;
}

.modal-scroller_wrapper {
  position: absolute;
  top: 0;
  -webkit-transition: top 300ms 0s ease;
  transition: top 300ms 0s ease;
}

.modal-scroller-container {
  padding-top: 20px;
}

.modal-scroller-container .option_scroller_controller {
  height: 40px;
}

.modal-scroller-container .option_scroller_controller.is_previous {
  background: url(/tmc/javax.faces.resource/common/icon/angle-up-white.svg.xhtml?ln=images);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  margin-bottom: 10px;
}

.modal-scroller-container .option_scroller_controller.is_previous.disable {
  background: url(/tmc/javax.faces.resource/common/icon/angle-up-white.svg.xhtml?ln=images);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  cursor: pointer;
  background-image: none;
}

.modal-scroller-container .option_scroller_controller.is_next {
  background: url(/tmc/javax.faces.resource/common/icon/angle-down-white.svg.xhtml?ln=images);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  margin-top: 10px;
}

.modal-scroller-container .option_scroller_controller.is_next.disable {
  background: url(/tmc/javax.faces.resource/common/icon/angle-down-white.svg.xhtml?ln=images);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  cursor: pointer;
  background-image: none;
}

.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.option:last-child {
  margin-bottom: 0;
}

.option-item {
  color: #fff;
  margin-right: 40px;
  text-decoration: none;
  width: 89px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
}

.option-item:last-of-type {
  margin-right: 0;
}

.option-item-title {
  display: block;
  margin-bottom: 8px;
}

.option-item-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 89px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  text-align: center;
}

.option-item:hover {
  color: #007bc7;
  text-decoration: none;
}

.option-item:hover .option-item-image {
  border: 2px solid #007bc7;
}

.option-item:hover .option-item-image img {
  opacity: .5;
}

.option_scroller {
  border: 1px solid #b0bec5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 260px;
  overflow: hidden;
  position: relative;
  margin-left: 0;
}

.option_scroller_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 180px;
  -webkit-transition: top 300ms 0s ease;
  transition: top 300ms 0s ease;
}

.option_scroller_controller {
  content: "";
  display: block;
  height: 20px;
  -webkit-transition: background-image 300ms 0s ease;
  transition: background-image 300ms 0s ease;
}

.option_scroller_controller.is_previous {
  background: url(/tmc/javax.faces.resource/common/icon/icon_angle-up.svg.xhtml?ln=images), #dcdddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}

.option_scroller_controller.is_next {
  background: url(/tmc/javax.faces.resource/common/icon/icon_angle-down.svg.xhtml?ln=images), #dcdddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}

.option_scroller_controller.disable {
  cursor: default;
}

.option_scroller_controller.disable.is_previous, .option_scroller_controller.disable.is_next {
  background-image: none;
}

.search_contentArea_image_option_container.option_scroller {
  margin-left: 0;
}

.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
}

.panel-item {
  border: 2px solid #b5b5b6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.panel-item-title {
  background-color: #dcdddd;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 10px;
  text-decoration: none;
  width: 100%;
  -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
}

.panel-item:hover {
  border: 2px solid #007bc7;
  color: #fff;
}

.panel-item:hover .panel-item-title {
  background-color: #007bc7;
  color: #fff;
}

.panel.two_column {
  width: 408px;
}

.panel.two_column .panel-item {
  margin-right: 20px;
  width: 194px;
}

.panel.two_column .panel-item:nth-child(even) {
  margin-right: 0;
}

.panel.three_column {
  width: 384px;
}

.panel.three_column .panel-item {
  margin-right: 15px;
  width: 118px;
}

.panel.three_column .panel-item:nth-child(3n) {
  margin-right: 0;
}

a.panel-item {
  text-decoration: none;
}

.productList {
  padding: 0 50px;
}

.productList-image {
  margin-bottom: 30px;
}

.productList-image img {
  height: auto;
  width: 100%;
}

.productList-list {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.productList-list-item {
  border-bottom: 1px dashed #d8d8d8;
}

.productList-list-item a {
  display: block;
  padding: 10px 20px 10px 5px;
  position: relative;
  text-decoration: none;
  word-wrap: break-word;
}

.productList-list-item a .arrow_normal {
  position: absolute;
  top: 50%;
  right: 15px;
}

.productList-list-item:first-child {
  border-top: 1px dashed #d8d8d8;
}

.productList.for_verticalOneColumn .productList-list-item-link, .productList.for_verticalTwoColumns .productList-list-item-link {
  border-bottom: 1px dashed #d8d8d8;
}

.productList.for_verticalOneColumn .productList-list-item-link:last-child, .productList.for_verticalTwoColumns .productList-list-item-link:last-child {
  border-bottom: none;
}

@media screen and (min-width: 750px), print {
  .productList.for_horizonalTwoColumns .productList-list, .productList.for_verticalTwoColumns .productList-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 750px), print {
  .productList.for_horizonalTwoColumns .productList-list-item, .productList.for_verticalTwoColumns .productList-list-item {
    display: block;
    width: 48%;
  }
}

@media screen and (min-width: 750px) and (min-width: 750px), print {
  .productList.for_horizonalTwoColumns .productList-list-item:nth-child(odd), .productList.for_verticalTwoColumns .productList-list-item:nth-child(odd) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 750px) and (min-width: 750px), print {
  .productList.for_horizonalTwoColumns .productList-list-item:nth-child(2), .productList.for_verticalTwoColumns .productList-list-item:nth-child(2) {
    border-top: 1px dashed #d8d8d8;
  }
}

.productList.for_verticalTwoColumnsAll .productList-list-item:nth-child(2) {
  border-top: 1px dashed #d8d8d8;
}

@media screen and (min-width: 750px), print {
  .productList.for_verticalTwoColumns .productList-list-item {
    border-bottom: none;
  }
}

@media screen and (min-width: 750px), print {
  .productList.for_verticalTwoColumns .productList-list-item:nth-child(2) {
    border-top: 1px dashed #d8d8d8;
  }
}

@media screen and (min-width: 750px), print {
  .productList.for_verticalTwoColumns .productList-list-item-link:last-child {
    border-bottom: 1px dashed #d8d8d8;
  }
}

@media screen and (min-width: 750px), print {
  .productList.for_verticalTwoColumnsAll {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 750px), print {
  .productList.for_verticalTwoColumnsAll .productList-image {
    margin-right: 4%;
    width: 48%;
  }
}

.productList.for_verticalTwoColumnsAll .productList-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 750px), print {
  .productList.for_verticalTwoColumnsAll .productList-list {
    width: 48%;
  }
}

.productList.for_verticalTwoColumnsAll .productList-list-item {
  margin-right: 6%;
  width: 47%;
}

.productList.for_verticalTwoColumnsAll .productList-list-item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 750px), print {
  .verticalColumn.for_supportList .productList.for_verticalTwoColumnsAll {
    display: block;
  }
}

@media screen and (min-width: 750px), print {
  .verticalColumn.for_supportList .productList.for_verticalTwoColumnsAll .productList-image,
  .verticalColumn.for_supportList .productList.for_verticalTwoColumnsAll .productList-list {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 750px), print {
  .verticalColumn.for_contactList .productList-image {
    margin-bottom: 0;
    margin-right: 4%;
    width: 22%;
  }
}

@media screen and (min-width: 750px), print {
  .verticalColumn.for_contactList .verticalColumn {
    width: 74%;
  }
}

@media screen and (min-width: 750px), print {
  .verticalColumn.for_contactList .verticalColumn-item {
    border-bottom: 1px solid #adadad;
    margin-right: 0;
  }
}

@media screen and (min-width: 750px), print {
  .verticalColumn.for_contactList .verticalColumn-item .verticalColumn-item {
    border-bottom: none;
    margin-right: 4%;
    width: 48%;
  }
}

.verticalColumn.for_contactList .verticalColumn-item .verticalColumn-item:nth-child(2n) {
  margin-right: 0;
}

.block .productList-list {
  margin-bottom: 0;
}

.with_grayBackground .productList-list-item {
  border-bottom: 1px solid #d8d8d8;
}

.with_grayBackground .productList-list-item:first-of-type {
  border-top: 1px solid #d8d8d8;
}

@media screen and (min-width: 750px), print {
  .with_grayBackground .productList-list-item:nth-child(2) {
    border-top: 1px solid #d8d8d8;
  }
}

@media screen and (min-width: 750px), print {
  .with_grayBackground.for_verticalTwoColumns.productList .productList-list-item:nth-child(2), .with_grayBackground.for_horizonalTwoColumns.productList .productList-list-item:nth-child(2) {
    border-top: 1px solid #d8d8d8;
  }
}

.with_grayBackground.for_verticalTwoColumnsAll.productList .productList-list-item:nth-child(2) {
  border-top: 1px solid #d8d8d8;
}

.search_announce_text {
  font-size: 26px;
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 20px;
}

.search_message {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.search p {
  font-size: 12px;
}

@media screen and (min-width: 750px), print {
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.search_block {
  border: 3px solid #b5b5b6;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  position: relative;
}

@media screen and (min-width: 750px), print {
  .search_block {
    height: 600px;
  }
}

.search_block_introduction {
  padding: 0 45px;
}

.search_block .swiper-container {
  height: 100%;
}

.search_nav_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 34px;
  z-index: 500;
}

.search_nav_item .search_nav_item-arrow {
  display: inline-block;
  -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
}

.search_nav_item.is_previous {
  left: 0;
  visibility:visible;
}

.search_nav_item.is_previous.swiper-button-disabled {
  visibility:hidden;
}

.search_nav_item.is_previous .search_nav_item-arrow:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
  border-bottom: solid 4px #007bc7;
  border-left: solid 4px #007bc7;
  transform: rotate(45deg);
}

.search_nav_item.is_previous:hover .search_nav_item-arrow:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
  border-bottom: solid 4px #9fc0d4;
  border-left: solid 4px #9fc0d4;
  transform: rotate(45deg);
}

.search_nav_item.is_next {
  right: 0;
  visibility:visible;
}

.search_nav_item.is_next.swiper-button-disabled {
    visibility:hidden;
}

.search_nav_item.is_next .search_nav_item-arrow:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
  border-right: solid 4px #007bc7;
  border-top: solid 4px #007bc7;
  transform: rotate(45deg);
}

.search_nav_item.is_next:hover .search_nav_item-arrow:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
  border-right: solid 4px #9fc0d4;
  border-top: solid 4px #9fc0d4;
  transform: rotate(45deg);
}

.search_triggerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media screen and (min-width: 750px), print {
  .search_triggerArea {
    display: block;
    width: 20%;
  }
}

@media screen and (min-width: 750px), print {
  .search_triggerArea_item {
    padding-right: 10px;
  }
}

.search_triggerArea_item.byCondition {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.search_triggerArea_item.byKeyword {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 750px), print {
  .search_triggerArea_item.byKeyword {
    margin-top: 32px;
  }
}

.search_triggerArea_item.isInquiry1 {
  margin-top: 2px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 3;
}

@media screen and (min-width: 750px), print {
  .search_triggerArea_item.isInquiry1 {
    margin-top: 12px;
  }
}

.search_triggerArea_item.isInquiry1 p {
  margin-bottom: 5px;
}

.search_triggerArea_item.isInquiry2 {
  margin-top: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 750px), print {
  .search_triggerArea_item.isInquiry2 {
    margin-top: 40px;
  }
}

.search_triggerArea_item.isInquiry2 p {
  margin-bottom: 5px;
}

.search_triggerArea .heading_forLabel {
  padding-right: 10px;
}

@media screen and (min-width: 750px), print {
  .search_contentArea {
    margin: 0 1% 0 0;
    width: 53%;
  }
}

.search_contentArea .search_block {
  padding: 20px 0 20px;
}

.search_contentArea .search_block.with_breadcrumb {
  padding: 50px 0 20px;
}

.search_contentArea_image {
  margin: 20px 0;
  text-align: center;
}

@media screen and (min-width: 750px), print {
  .search_contentArea_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px auto;
    width: 400px;
  }
}

.search_contentArea_image img {
  height: auto;
  max-width: 60%;
}

@media screen and (min-width: 750px), print {
  .search_contentArea_image img {
    max-width: none;
  }
}

.search_contentArea_image_option {
  width: 180px;
}

.search_contentArea_image_option_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20px;
}

.search_contentArea_image_option_item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.search_contentArea_image_option_item:nth-child(even) {
  margin-right: 0;
}

.search_contentArea_image_option_item_image {
  cursor: pointer;
}

.search_contentArea_image_option_heading {
  font-size: 12px;
  margin-bottom: 5px;
  text-align: left;
}

.search_contentArea_clearButton {
  margin-bottom: 20px;
  text-align: center;
}

.search_contentArea_utilityButtons {
  margin-top: 10px;
}

@media screen and (min-width: 750px), print {
  .search_contentArea_utilityButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.search_contentArea_utilityButtons .btn {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px), print {
  .search_contentArea_utilityButtons .btn {
    margin: 0 3px 0;
  }
  .search_contentArea_utilityButtons .btn:last-child {
    border-right: none;
  }
}

@media screen and (min-width: 750px), print {
  .search_configurationArea {
    width: 25%;
  }
}

.search_category_heading {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  padding-right: 10px;
}

.search_category_heading .btn {
  position: relative;
  top: 2px;
}

.search_category_item {
  border-top: 1px solid #adadad;
  font-size: 12px;
  margin-top: 15px;
  padding-top: 10px;
}

.search_category_item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.search_category_item:last-child {
  margin-bottom: 0;
}

.search_category_item_text {
  margin-top: 0;
  margin-bottom: 0;
}

.search_category_item_text .btn {
  float: right;
}

.search_category_content {
  margin-bottom: 10px;
  padding: 10px;
}

.search_category_content.active {
  background-color: #e3eff7;
  font-weight: 800;
}

.package_information {
  font-size: 12px;
  text-align: center;
}

.package_information-item {
  display: block;
}

.config {
  overflow: hidden;
  position: relative;
}

.config-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 780px;
}

.config-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  position: relative;
  top: 0;
  -webkit-transition: top 300ms 0s ease;
  transition: top 300ms 0s ease;
}

.config-item-wrapper {
  height: calc(100% - 40px);
}

.search_block.config {
  padding: 0;
}

.config-wrapper .option_scroller_controller {
  position: relative;
  z-index: 50;
}

.searchForm {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.searchForm-inputText {
  border: 1px solid #b0bec5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px;
  width: 100%;
}

.searchForm-inputText:placeholder-shown {
  color: #adadad;
}

.searchForm-inputText::-webkit-input-placeholder {
  color: #adadad;
}

.searchForm-inputText:-moz-placeholder {
  color: #adadad;
  opacity: 1;
}

.searchForm-inputText::-moz-placeholder {
  color: #adadad;
  opacity: 1;
}

.searchForm-inputText:-ms-input-placeholder {
  color: #adadad;
}

.search-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.search-word .btn {
  margin-left: 10px;
}

.search-result-count {
  background-color: #eaeaea;
  border-bottom: 1px solid #b5b5b6;
  border-top: 1px solid #b5b5b6;
  margin-bottom: 40px;
  padding: 5px 0 5px 20px;
}

.search-result-item {
  margin-bottom: 40px;
}

.search-result-item-category {
  padding-left: 20px;
}

.search-result-item-category-title {
  color: #6f6f6f;
  font-size: 18px;
  font-weight: 800;
}

.search-result-item-category-description {
  margin-bottom: 10px;
  margin-left: 20px;
}

.search-result-item-category-description:last-child {
  margin-bottom: 0;
}

.search-result-pagination {
  margin-top: 70px;
  text-align: center;
}

.search-result-pagination-item {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  margin: 0 20px;
}

.swiper-pagination-bullet {
  background-color: #b5b5b6;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #007bc7;
}

.tab {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 750px), print {
  .tab {
    display: block;
  }
}

.tab_item {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px), print {
  .tab_item {
    width: 100%;
  }
}

.tab_item a {
  background-color: #b2d7ee;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  padding: 22px 10px 22px 60px;
  text-decoration: none;
}

.tab_item a:hover {
  background-color: #dd0000;
  color: #fff;
}

.tab_item.is_active a {
  background-color: #007bc7;
  color: #fff;
}

@media screen and (min-width: 750px), print {
  .tab_item.is_active a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-repeat: no-repeat;
    border-right: 8px solid #b5b5b6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .tab_item.is_active a:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 8px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #b5b5b6)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #b5b5b6)) no-repeat bottom right/100% 50%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #b5b5b6 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #b5b5b6 50.5%) no-repeat bottom right/100% 50%;
    position: absolute;
    right: -15px;
  }
}

.tab_item.is_active:hover a {
  opacity: .8;
}

.tab_item:hover a {
  background-color: #007bc7;
  background-repeat: no-repeat;
  color: #fff;
}

.tab_item.is_materials a {
  background-image: url("/tmc/javax.faces.resource/common/icon/icon_multiple_square.svg.xhtml?ln=images");
  background-size: 35px 35px;
  background-position: 10px center;
}

.tab_item.is_industries a {
  background-image: url("/tmc/javax.faces.resource/common/icon/icon_wrench.svg.xhtml?ln=images");
  background-size: 33px 33px;
  background-position: 10px center;
}

.tab_item.is_standards a {
  background-image: url("/tmc/javax.faces.resource/common/icon/icon_gear.svg.xhtml?ln=images");
  background-size: 44px 40px;
  background-position: 8px center;
}

.tab.materials .tab_item.is_materials a {
  background-color: #007bc7;
  color: #fff;
}

@media screen and (min-width: 750px), print {
  .tab.materials .tab_item.is_materials a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-repeat: no-repeat;
    border-right: 8px solid #b5b5b6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .tab.materials .tab_item.is_materials a:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 8px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #b5b5b6)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #b5b5b6)) no-repeat bottom right/100% 50%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #b5b5b6 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #b5b5b6 50.5%) no-repeat bottom right/100% 50%;
    position: absolute;
    right: -15px;
  }
}

.tab.materials .tab_item.is_materials:hover a {
  opacity: .8;
}

.tab.industries .tab_item.is_industries a {
  background-color: #007bc7;
  color: #fff;
}

@media screen and (min-width: 750px), print {
  .tab.industries .tab_item.is_industries a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-repeat: no-repeat;
    border-right: 8px solid #b5b5b6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .tab.industries .tab_item.is_industries a:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 8px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #b5b5b6)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #b5b5b6)) no-repeat bottom right/100% 50%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #b5b5b6 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #b5b5b6 50.5%) no-repeat bottom right/100% 50%;
    position: absolute;
    right: -15px;
  }
}

.tab.industries .tab_item.is_industries:hover a {
  opacity: .8;
}

.tab.standards .tab_item.is_standards a {
  background-color: #007bc7;
  color: #fff;
}

@media screen and (min-width: 750px), print {
  .tab.standards .tab_item.is_standards a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-repeat: no-repeat;
    border-right: 8px solid #b5b5b6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .tab.standards .tab_item.is_standards a:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 8px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #b5b5b6)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #b5b5b6)) no-repeat bottom right/100% 50%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #b5b5b6 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #b5b5b6 50.5%) no-repeat bottom right/100% 50%;
    position: absolute;
    right: -15px;
  }
}

.tab.standards .tab_item.is_standards:hover a {
  opacity: .8;
}

.tag {
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  margin-left: 5px;
  padding: 0 4px;
}

.tag.is_primary {
  background-color: #dd0000;
  color: #fff;
}

.news-list-item .tag,
.document-title .tag,
.document-list-item .tag {
  margin-left: 5px;
}

.textAccent {
  color: red;
  margin-left: 3px;
}

.js-show-detail {
  position: relative;
}

.tooltip {
  background: #fff;
  border: 1px solid #b5b5b6;
  -webkit-box-shadow: 0 0 12px 2px #bdbdbd;
          box-shadow: 0 0 12px 2px #bdbdbd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  width: 300px;
  z-index: 900;
}

.tooltip h4 {
  margin-top: 0;
}

.tooltip-content img {
  float: left;
  margin: 0 10px 10px 0;
}

.tooltip-content p {
  margin-top: 0;
}

.tooltip-close {
  background-color: #007bc7;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, opacity 0.3s ease;
}

.tooltip-close:before, .tooltip-close:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 18px;
  left: 14px;
  position: absolute;
  top: 6px;
  width: 2px;
}

.tooltip-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tooltip-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tooltip-close:hover {
  opacity: .7;
}

.textAlign_left {
  text-align: left;
}

.textAlign_center {
  text-align: center;
}

.textAlign_right {
  text-align: right;
}
