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

/* 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 {
  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 */
  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"], /* 1 */
[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 {
  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"] {
  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;
}


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





/* common-style */
@-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;
  }
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?37e409bf9029aa303eed26b61be45a04?#iefix") format("embedded-opentype"), url("../fonts/icons.woff?37e409bf9029aa303eed26b61be45a04") format("woff"), url("../fonts/icons.ttf?37e409bf9029aa303eed26b61be45a04") format("truetype"), url("../fonts/icons.svg?37e409bf9029aa303eed26b61be45a04#icons") format("svg");
}
.sh-icon {
  line-height: 1;
}
.sh-icon:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  vertical-align: middle;
}
.sh-icon-building:before {
  content: "\f101";
}
.sh-icon-chevron-down-fat:before {
  content: "\f102";
}
.sh-icon-chevron-left-fat:before {
  content: "\f103";
}
.sh-icon-chevron-right-fat:before {
  content: "\f104";
}
.sh-icon-chevron-up-fat:before {
  content: "\f105";
}
.sh-icon-earth:before {
  content: "\f106";
}
.sh-icon-entypo-new-message:before {
  content: "\f107";
}
.sh-icon-entypo-scroll-arrow-to-down:before {
  content: "\f108";
}
.sh-icon-entypo-scroll-arrow-to-left-1:before {
  content: "\f109";
}
.sh-icon-entypo-scroll-arrow-to-right-1:before {
  content: "\f10a";
}
.sh-icon-entypo-scroll-arrow-to-up:before {
  content: "\f10b";
}
.sh-icon-entypo-share-connection-sing:before {
  content: "\f10c";
}
.sh-icon-fa-globe:before {
  content: "\f10d";
}
.sh-icon-fa-graduation-cap:before {
  content: "\f10e";
}
.sh-icon-fa-plane:before {
  content: "\f10f";
}
.sh-icon-fa-sign-out:before {
  content: "\f110";
}
.sh-icon-fa-truck:before {
  content: "\f111";
}
.sh-icon-handshake-solid:before {
  content: "\f112";
}
.sh-icon-information-circle:before {
  content: "\f113";
}
.sh-icon-member:before {
  content: "\f114";
}
.sh-icon-menu-close:before {
  content: "\f115";
}
.sh-icon-menu-toggle:before {
  content: "\f116";
}
.sh-icon-packing-tape:before {
  content: "\f117";
}
.sh-icon-shimadzu-logo:before {
  content: "\f118";
}
.sh-icon-si-glyph-arrow-two-left-right:before {
  content: "\f119";
}
.sh-icon-tel:before {
  content: "\f11a";
}
.sh-icon-triangle-down-small:before {
  content: "\f11b";
}
.sh-icon-triangle-down:before {
  content: "\f11c";
}
.sh-icon-triangle-left-small:before {
  content: "\f11d";
}
.sh-icon-triangle-left:before {
  content: "\f11e";
}
.sh-icon-triangle-right-small:before {
  content: "\f11f";
}
.sh-icon-triangle-right:before {
  content: "\f120";
}
.sh-icon-triangle-up-small:before {
  content: "\f121";
}
.sh-icon-triangle-up:before {
  content: "\f122";
}
.sh-icon-wrench:before {
  content: "\f123";
}
.sh-icon-zoom-check:before {
  content: "\f124";
}
.sh-icon-zoom:before {
  content: "\f125";
}
.sh-condense-icon-book:before, .sh-condense-icon-quotation:before, .sh-condense-icon-signin:before {
  line-height: 1;
  font-family: Conv_CONDENSEicon !important;
  font-style: normal;
  font-weight: normal !important;
}
.sh-condense-icon-book:before {
  content: "E";
}
.sh-condense-icon-quotation:before {
  content: "I";
}
.sh-condense-icon-signin:before {
  content: "G";
}
html .with_grayBackground, body .with_grayBackground {
  color: #111111;
}
html {
  font-size: 62.5%;
}
@media print, screen and (min-width: 750px) {
  html {
    min-width: 1160px;
  }
}
body {
  padding-top: 68px;
  font-size: 14px;
}
@media print, screen and (min-width: 750px) {
  body {
    padding-top: 154px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 750px) {
  p {
    line-height: 1.6;
  }
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 750px) {
  a:hover {
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
.article a {
  color: inherit;
}
@media print, screen and (min-width: 750px) {
  .article a {
    -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  }
}
@media print, screen and (min-width: 750px) {
  .article a:hover {
    color: red;
    text-decoration: 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;
}
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;
}
fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px currentColor;
  -o-border-image: none;
  border-image: none;
  line-height: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  font-size-adjust: inherit;
  font-stretch: inherit;
}
.clearfix:before, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
@media print, screen and (min-width: 750px) {
  .article {
    position: relative;
  }
}
.breadcrumb {
  display: none;
}
@media print, screen and (min-width: 750px) {
  #globalNav li.globalNav-list-item {
    width: calc(100% / 4);
  }
  #globalNav li.globalNav-list-item > a, #globalNav li.globalNav-list-item > p {
    width: 100%;
  }
  .breadcrumb {
    background-color: #efefef;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    position: relative;
  }
  .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;
    width: 1040px;
  }
  .breadcrumb-list-item {
    height: 34px;
    line-height: 34px;
  }
  .breadcrumb-list-item > a, .breadcrumb-list-item > span {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 24px 0 34px;
    position: relative;
    text-decoration: none;
  }
  .breadcrumb-list-item > a:before, .breadcrumb-list-item > a:after, 
  .breadcrumb-list-item > span:before, .breadcrumb-list-item > span:after {
    content: "";
    position: absolute;
    top: -1px;
  }
  .breadcrumb-list-item > a:before, .breadcrumb-list-item > span:before {
    display: inline-block;
    height: 36px;
    width: 17px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) 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%, #d8d8d8)) no-repeat bottom right/100% 50%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat bottom right/100% 50%;
    right: -18px;
  }
  .breadcrumb-list-item > a:after, .breadcrumb-list-item > span:after {
    display: inline-block;
    height: 36px;
    width: 17px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #efefef)) 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%, #efefef)) no-repeat bottom right/100% 50%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat bottom right/100% 50%;
    right: -16px;
  }
  .breadcrumb-list-item > a:hover {
    text-decoration: underline;
  }
  .breadcrumb-list-item:first-child > a {
    background-color: #d8d8d8;
    padding-left: 0;
    padding-right: 22px;
  }
  .breadcrumb-list-item:first-child > a:before {
    display: none;
  }
  .breadcrumb-list-item:first-child > a:after {
    display: inline-block;
    height: 34px;
    width: 17px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) 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%, #d8d8d8)) no-repeat bottom right/100% 50%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat bottom right/100% 50%;
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
  }
  .breadcrumb-list-item:last-child {
    overflow: hidden;
  }
  .breadcrumb-list-item-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  .breadcrumb-list-item-text-middle {
    white-space: nowrap;
    text-overflow: ellipsis;
    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 red;
    border-top: solid 2px red;
  }
  .breadcrumb .globalNav-list_isChild {
    top: 34px;
  }
  .breadcrumb .globalNav-list_isChild.is_active {
    background-color: rgba(220, 220, 220, 0.9);
  }
  .breadcrumb .globalNav-list-item_isChild a {
    color: #464646;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 750px) {
  .container {
    margin: 0 auto;
    width: 1040px;
  }
}
@media print, screen and (min-width: 750px) {
  .container.is_narrow {
    width: 670px;
  }
}
@media print, screen and (min-width: 750px) {
  .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 print, screen and (min-width: 750px) {
  .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 print, screen and (min-width: 750px) {
  .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 print, screen and (min-width: 750px) {
  .content.is_narrow {
    margin: 0 auto;
    width: 665px;
  }
}
@media print, screen and (min-width: 750px) {
  .content.is_narrow.with_marginBottom {
    margin-bottom: 70px;
  }
}
.feature {
  background-color: #efefef;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .feature {
    background-color: transparent;
  }
}
.feature-slide {
  margin: 0 34px;
  overflow-x: hidden;
  padding: 30px 0;
}
@media print, screen and (min-width: 750px) {
  .feature-slide {
    padding: 0;
  }
}
.feature-slide-item {
  width: 48%;
  margin-right: 2%;
}
.feature-slide-item:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 750px) {
  .feature-slide-item {
    width: 23%;
    margin-right: 3%;
  }
  .feature-slide-item:last-child {
    margin-right: 0;
  }
}
.feature-slide-image {
  background-color: #fff;
  border: 1px solid #b9b9b9;
  display: block;
  padding: 5px;
}
@media print, screen and (min-width: 750px) {
  .feature-slide-image {
    padding: 10px;
  }
}
.feature-slide-text {
  display: block;
  margin-top: 5px;
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .feature-slide-text {
    margin-top: 20px;
  }
}
.feature-slide-nav {
  position: absolute;
  top: 30%;
  z-index: 1;
}
.feature-slide-nav.is_previous {
  left: 10px;
}
@media print, screen and (min-width: 750px) {
  .feature-slide-nav.is_previous {
    left: -30px;
  }
}
.feature-slide-nav.is_next {
  right: 10px;
}
@media print, screen and (min-width: 750px) {
  .feature-slide-nav.is_next {
    right: -30px;
  }
}
.feature-slide.for_pc {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .feature-slide.for_pc {
    display: block;
  }
}
@media print, screen and (min-width: 750px) {
  .feature-slide.for_mobile {
    display: none;
  }
}
@media print, screen and (min-width: 750px) {
  .top .feature {
    margin-top: 90px;
  }
}
.footer {
  border-top: 5px solid #ababab;
  padding-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .footer {
    background-color: #efefef;
    margin-top: 110px;
    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 print, screen and (min-width: 750px) {
  .footer .container {
    position: relative;
  }
}
.footer-link {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 750px) {
  .footer-link {
    margin-bottom: 0;
  }
}
.footer-link-list {
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.footer-link-list-item {
  background-color: #d8d8d8;
  border-bottom: 1px solid #ababab;
}
@media print, screen and (min-width: 750px) {
  .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 red;
  border-top: solid 1px red;
}
@media print, screen and (min-width: 750px) {
  .footer-link-list-item-link {
    border-right: 1px solid #080808;
    color: #004ecc;
    display: inline-block;
    line-height: 1;
    padding: 0 15px;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 750px) {
  .footer-link-list-item-link:hover {
    text-decoration: underline;
  }
}
.footer-link-list-item-link:before {
  position: absolute;
  right: 20px;
  top: 45%;
}
@media print, screen and (min-width: 750px) {
  .footer-link-list-item-link:before {
    display: none;
  }
}
@media print, screen and (min-width: 750px) {
  .footer-link-list-item:first-child .footer-link-list-item-link {
    border-left: 1px solid #080808;
  }
}
.footer-link-sns {
  margin: 0;
  padding: 25px 20px;
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .footer-link-sns {
    padding: 0;
    position: absolute;
    right: 0;
    top: -55px;
  }
}
.footer-link-sns-header, .footer-link-sns-item {
  display: inline-block;
}
.footer-link-sns-header {
  font-size: 12px;
  font-weight: 700;
}
@media print, screen and (min-width: 750px) {
  .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 print, screen and (min-width: 750px) {
  .footer-link-sns-item.is_facebook, .footer-link-sns-item.is_linkedin {
    width: 37px;
  }
}
@media print, screen and (min-width: 750px) {
  .footer-link-sns-item.is_youtube {
    width: 52px;
  }
}
.footer-copyright {
  margin-bottom: 25px;
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .footer-copyright {
    float: right;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.footer-copyright img {
  height: auto;
  height: 10px;
}
@media print, screen and (min-width: 750px) {
  .footer-copyright img {
    height: 12px;
  }
}
.footer-pageTop {
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .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(315deg);
  transform: rotate(315deg);
  width: 22px;
  border-right: solid 1px #080808;
  border-top: solid 1px #080808;
}
.footer-exemption-clause {
  font-size: 12px;
  margin-left: 20px;
  position: absolute;
  top: -30px;
}
@media print, screen and (min-width: 750px) {
  .footer-exemption-clause {
    margin-left: 0px;
  }
}
@media print, screen and (min-width: 750px) {
  .pageTop {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 1040px;
    z-index: 20;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .pageTop.on {
    opacity: 1;
  }
  .pageTop-button {
    background-image: url(../images/pagetop.png);
    background-repeat: no-repeat;
    background-size: 55px 54px;
    bottom: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 54px;
    position: fixed;
    left: 50%;
    margin-left: 570px;
    width: 55px;
  }
}
.globalNav_mobile {
  background-color: #080808;
  display: block;
  height: 100%;
  overflow-y: hidden;
  position: fixed;
  top: -100%;
  -webkit-transition: .4s;
  transition: .4s;
  width: 100%;
  z-index: 900;
}
@media print, screen and (min-width: 750px) {
  .globalNav_mobile {
    display: none;
  }
}

@media screen and (max-width: 749px) {

/*	.globalNav_mobile
-------------------------------------------------- */ 
.globalNav_mobile {
 background-color: #080808;
 display: block;
 height: 100%;
 overflow-y: hidden;
 position: fixed;
 top: -100%;
 -webkit-transition: .4s;
 transition: .4s;
 width: 100%;
 z-index: 900;
}
.globalNav_mobile .globalNav_mobile-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
 padding: 0 10px;
}
.globalNav_mobile .globalNav_mobile-links .globalNav_mobile-links-item {
 width: 50%;
 text-align: center;
}
.globalNav_mobile .globalNav_mobile-links .globalNav_mobile-links-item a {
 color: #ffffff;
 display: block;
 font-size: 10px;
 padding: 10px;
 text-decoration: none;
 border-right: 1px solid #3c3c3c;
-webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}
.globalNav_mobile .globalNav_mobile-links .globalNav_mobile-links-item:last-child a {
 border-right: none;
}
.globalNav_mobile .globalNav_mobile-links .globalNav_mobile-links-item .icon {
	display: block;
	font-size: 17px;
	margin-bottom: 5px;
}
.globalNav_mobile .globalNav_mobile-list {
 margin: 0;
 padding: 0;
 /* height: 100%; */
}
.globalNav_mobile .globalNav_mobile-list .globalNav_mobile-list-item:first-child {
 border-top: 1px solid #3c3c3c;
}
.globalNav_mobile .globalNav_mobile-list .globalNav_mobile-list-item:last-child {
 border-bottom: 1px solid #3c3c3c;
 margin-bottom: 120px;
}
.globalNav_mobile .globalNav_mobile-list .globalNav_mobile-list-item > a, .globalNav_mobile .globalNav_mobile-list .globalNav_mobile-list-item .l-nav-list__link {
 display: block;
 text-decoration: none;
 color: #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: relative;
 width: 100%;
 min-height: 60px;
 padding: 15px 50px 15px 20px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.globalNav_mobile .globalNav_mobile-list .globalNav_mobile-list-item a::after {
 content: '';
 position: absolute;
 top: 0;
 right: 20px;
 bottom: 0;
 width: 8px;
 height: 8px;
 margin: auto 0;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition: opacity 0 ease;
 transition: opacity 0 ease;
 } 
/*	.is_active 
-------------------------------------------------- */ 
.globalNav_mobile.is_active {
	top: 103px;
 overflow-y: auto;
 scrollbar-width: none;
}
.globalNav_mobile.is_active::-webkit-scrollbar { 
  display: none;
}

/*	.toggle
-------------------------------------------------- */ 
.globalNav_mobile .globalNav_mobile-list .globalNav_mobile-list-item::after {
 content: none
}
.globalNav_mobile-list-item {
 display:-webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap
}
.globalNav_mobile-list-item:not(:last-child) {
 border-bottom: 1px solid #393939
}
.globalNav_mobile-list-item.is-toggle a::after {
 content: none
}
.globalNav_mobile-list-item.is-toggle > a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: relative;
 width: 100%;
 min-height: 60px;
 padding: 15px 50px 15px 20px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box
}
.globalNav_mobile-list-item.is-toggle a::after {
 content: '';
 position: absolute;
 top: 0;
 right: 20px;
 bottom: 0;
 width: 8px;
 height: 8px;
 margin: auto 0;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition: opacity 0 ease;
 transition: opacity 0 ease
}
.l-nav-list__item {
 display: block
}
.l-nav-list__item:hover .l-nav-child {
 opacity:1;
 visibility: visible;
 pointer-events: auto
}
.l-nav-list__item {
 display:-webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap
}
.l-nav-list__item:not(:last-child) {
 border-bottom: 1px solid #393939
}
.globalNav_mobile .globalNav_mobile-list .globalNav_mobile-list-item.l-nav-list__item.is-toggle .l-nav-list__link {
 width: calc(100% - 50px);
}
.globalNav_mobile .globalNav_mobile-list .globalNav_mobile-list-item.l-nav-list__item.is-toggle .l-nav-list__link::after {
 content: none
}
.l-nav-list__toggle::after,.l-nav-list__toggle::before {
 content: '';
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 width: 13px;
 height: 1px;
 margin: auto;
 background-color: #fff
}
.l-nav-list__toggle::after {
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
 -webkit-transition: all .3s ease;
 transition: all .3s ease
}
.l-nav-list__toggle.is-active::after {
 -webkit-transform: rotate(0);
 transform: rotate(0)
}
.js-c-toggle-trigger {
 cursor: pointer
}
.js-c-toggle-content {
 display: none
}
.l-nav-list__toggle {
 width: 50px;
 position: relative;
 border: none;
}
button {
 color: inherit;
 font-weight: 400;
} 
.l-nav-child {
 width:100%;
 padding: 0 20px 20px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box
}
.globalNav_mobile .globalNav_mobile-list .globalNav_mobile-list-item.l-nav-list__item.is-toggle .l-nav-list__link.l-nav-child::after {
 content: '';
}
.l-nav-child__list-item:nth-child(n+2) {
 margin-top: 15px
}
.globalNav_mobile .globalNav_mobile-list .globalNav_mobile-list-item .l-nav-child__list-link.c_link {
color: #ffffff;
position: relative;
padding-left: 15px;
display: block;
}
.l-nav-child__list-link::before {
 content: '';
 position: absolute;
 top: 5px;
 left: 0;
 width: 7px;
 height: 7px;
 border-top: 1px solid red;
 border-right: 1px solid red;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition: opacity 0 ease;
 transition: opacity 0 ease
} 
.globalNav_mobile .globalNav_mobile-list .globalNav_mobile-list-item a.l-nav-child__list-link::after {
 border: none;
} 
}
.globalNav {
  display: none;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .globalNav {
    display: block;
    border-bottom: 1px solid #d8d8d8;
  }
}
@media print, screen and (min-width: 750px) {
  .globalNav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 750px) {
  .globalNav-list_isChild {
    background: rgba(50, 50, 50, 0);
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
    top: 64px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
  }
}
.globalNav-list_isChild.is_active {
  background: rgba(50, 50, 50, 0.9);
  height: auto;
  opacity: 1;
  overflow: visible;
}
@media print, screen and (min-width: 750px) {
  .globalNav-list-inner_isChild {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 25px 0;
    width: 1040px;
  }
}
.globalNav-list-item_isChild {
  margin: 0 40px 0 0;
  line-height: 1.6;
}
.globalNav-list-item_isChild:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 750px) {
  .globalNav-list-item a, .globalNav-list-item .js-fatmenu-trigger {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .globalNav-list-item > a, .globalNav-list-item .js-fatmenu-trigger {
    line-height: 65px;
  }
}
@media print, screen and (min-width: 750px) {
  .globalNav-list-item > a:hover, .globalNav-list-item > a.is_current, .globalNav-list-item > a.is_active, .globalNav-list-item .js-fatmenu-trigger {
    position: relative;
  }
  .globalNav-list-item a:hover:after, .globalNav-list-item a.is_current:after, .globalNav-list-item a.is_active:after, .globalNav-list-item .js-fatmenu-trigger:hover:after, .globalNav-list-item .js-fatmenu-trigger.is_active:after, .globalNav-list-item .js-fatmenu-trigger.is_current:after {
    background-color: red;
    bottom: -1px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .globalNav-list-item_isChild a {
    font-size: 14px;
    font-weight: 800;
    padding: 3px 15px 3px 5px;
    text-align: left;
  }
  .ttl-gNav {
    margin: 0 auto -10px;
    padding: 20px 30px 0 0;
    width: 1040px;
    text-align: right;
    color: #fff;
    font-size: 14px;
  }
}
.globalNav-list-item-arrow {
  margin-right: 10px;
}
.globalNav-list-item-arrow:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 8px;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  border-right: solid 1px red;
  border-top: solid 1px red;
}
@media print, screen and (min-width: 750px) {
  .globalNav-list-item_isChild > a {
    font-size: 14px;
    font-weight: 800;
    padding: 5px 60px 6px 5px;
    text-align: left;
  }
}
.globalNav-list-item_isChild > a:hover {
  background-color: red;
  border-bottom: none;
  color: #fff;
  margin-bottom: 0;
}
.globalNav-list-item_isChild > a:hover:after {
  display: none;
}
.globalNav-list-item_isChild > a:hover .globalNav-list-item-arrow:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 8px;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}
.globalNav {
  background-color: #fff;
}
.globalNav-list_isChild.with_image .globalNav-list-content_isChild {
  margin-right: 0.5%;
  width: 16.2%;
  margin-bottom: 5px;
}
.globalNav-list_isChild.with_image .globalNav-list-content_isChild:nth-last-child(3), .globalNav-list_isChild.with_image .globalNav-list-content_isChild:nth-last-child(2), .globalNav-list_isChild.with_image .globalNav-list-content_isChild:nth-last-child(1), .globalNav-list_isChild.with_image .globalNav-list-content_isChild:last-child {
  margin-bottom: 0;
}
.globalNav-list_isChild.with_image .globalNav-list-content_isChild:nth-child(6n) {
  margin-right: 0;
}
.globalNav-list_isChild.with_image .globalNav-list-item_isChild a {
  padding-left: 28px;
  text-indent: -21px;
}
.globalNav-list_isChild.with_image .globalNav-list-item-image_isChild a {
  margin-bottom: 5px;
  padding: 0;
  text-indent: 0;
  text-align: center;
}
.globalNav-list_isChild.with_image .globalNav-list-item-image_isChild a:hover {
  background-color: transparent;
  padding-bottom: 0;
}
.globalNav-list_isChild.with_image .globalNav-list-item-image_isChild a img {
  width: 65%;
}
.is_shrink .globalNav {
  display: none;
}
.header {
  background-color: #fff;
  border-top: 3px solid #ababab;
  height: 68px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media print, screen and (min-width: 750px) {
  .header {
    border-bottom: 1px solid #d8d8d8;
    border-top: 5px solid #ababab;
    height: 88px;
    position: relative;
  }
}
.header:before {
  background-color: #ff0000;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 20px;
}
@media print, screen and (min-width: 750px) {
  .header:before {
    height: 5px;
    top: -5px;
    width: 30px;
  }
}
.header-logo {
  padding: 17px 0 0 17px;
}
.header-logo a {
  text-decoration: none;
}
@media print, screen and (min-width: 750px) {
  .header-logo {
    padding: 18px 0 0 30px;
  }
}
.header-logo-image.forMobile {
  height: auto;
  width: 140px;
}
@media print, screen and (min-width: 750px) {
  .header-logo-image.forMobile {
    display: none;
  }
}
.header-logo-image.forPc {
  display: none;
  width: 494px;
  height: auto;
}
@media print, screen and (min-width: 750px) {
  .header-logo-image.forPc {
    display: inline;
  }
}
.header-copy-image.forPc {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .header-copy-image.forPc {
    display: inline-block;
    margin-left: 13px;
    width: 402px;
  }
  .header-copy-image.forPc.at_shrinked {
    display: none;
  }
}
.header-utility {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .header-utility {
    display: block;
    float: right;
  }
}
.header-link {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .header-link {
    display: block;
  }
}
@media print, screen and (min-width: 750px) {
  .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 print, screen and (min-width: 750px) {
  .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 print, screen and (min-width: 750px) {
  .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 print, screen and (min-width: 750px) {
  .header-link-list-item .icon {
    margin-right: 6px;
    position: relative;
  }
}
@media print, screen and (min-width: 750px) {
  .header-link-list-item .icon.icon-shimadzu-emblem {
    top: 3px;
  }
}
@media print, screen and (min-width: 750px) {
  .header-link-list-item .icon.icon-earth {
    font-size: 17px;
    top: 2px;
  }
}
@media print, screen and (min-width: 750px) {
  .header-link-list-item .icon.icon-message {
    font-size: 18px;
    top: 3px;
  }
}
.header-form {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .header-form {
    display: inline-block;
    overflow: hidden;
    position: relative;
  }
}
@media print, screen and (min-width: 750px) {
  .header-form-inputText {
    border: 1px solid #080808;
    -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: #ababab;
  }
  .header-form-inputText::-webkit-input-placeholder {
    color: #ababab;
  }
  .header-form-inputText:-moz-placeholder {
    color: #ababab;
    opacity: 1;
  }
  .header-form-inputText::-moz-placeholder {
    color: #ababab;
    opacity: 1;
  }
  .header-form-inputText:-ms-input-placeholder {
    color: #ababab;
  }
}
@media print, screen and (min-width: 750px) {
  .header-form-btn {
    -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
    background-color: #080808;
    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: red;
  }
}
@media print, screen and (min-width: 750px) {
  .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: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .header-menu {
    display: none;
  }
}
.header-menu-item {
  background-color: #080808;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.header-menu-item:nth-of-type(1) {
  top: 0;
}
.header-menu-item:nth-of-type(2) {
  top: 12px;
}
.header-menu-item:nth-of-type(3) {
  bottom: 1px;
}
.header-menu.is_active .header-menu-item {
  height: 2.5px;
}
.header-menu.is_active .header-menu-item:nth-of-type(1) {
  -webkit-transform: translateY(11.5px) rotate(-45deg);
  transform: translateY(11.5px) 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(-11.5px) rotate(45deg);
  transform: translateY(-11.5px) rotate(45deg);
}
.header-menu-text {
  bottom: -20px;
  color: #464646;
  font-size: 12px;
  left: -1px;
  position: absolute;
  right: 0;
  text-decoration: none;
}
@media print, screen and (min-width: 750px) {
  .is_shrink .header {
    height: 74px;
  }
  .is_shrink .header-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0 0;
  }
  .is_shrink .header-link {
    margin-right: 30px;
  }
  .is_shrink .header-logo {
    padding-top: 20px;
  }
  .is_shrink .header-form {
    width: 212px;
  }
}
@media print, screen and (min-width: 750px) {
  .header-logo-image.forPc.at_shrinked {
    display: none;
  }
  .is_shrink .header-logo-image.forPc.at_normal {
    display: none;
  }
  .is_shrink .header-logo-image.forPc.at_shrinked {
    display: inline;
    width: 494px;
    height: auto;
  }
}
@media print, screen and (min-width: 750px) {
  .header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}
.breadcrumb {
  display: none;
}
@media print, screen and (min-width: 750px) {
  .breadcrumb {
    background-color: #efefef;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    position: relative;
  }
  .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;
    width: 1040px;
  }
  .breadcrumb-list-item {
    height: 34px;
    line-height: 34px;
  }
  .breadcrumb-list-item:first-child > a {
    background-color: #d8d8d8;
    padding-left: 0;
    padding-right: 22px;
  }
  .breadcrumb-list-item > a, .breadcrumb-list-item > span {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 24px 0 34px;
    position: relative;
    text-decoration: none;
  }
  .breadcrumb-list-item > a:before, .breadcrumb-list-item > span:before {
    display: inline-block;
    height: 36px;
    width: 17px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d8d8d8)) 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%, #d8d8d8)) no-repeat bottom right/100% 50%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d8d8d8 50.5%) no-repeat bottom right/100% 50%;
    right: -18px;
  }
  .breadcrumb-list-item > a:before, .breadcrumb-list-item > a:after, 
  .breadcrumb-list-item > span:before, .breadcrumb-list-item > span:after {
    content: "";
    position: absolute;
    top: -1px;
  }
}
@media print, screen and (min-width: 750px) {
  p, dl, ol, ul {
    line-height: 1.9;
    letter-spacing: .1rem;
  }
  p:first-child {
    margin-top: 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
}
.section a {
  color: inherit;
}
@media print, screen and (min-width: 750px) {
  .section a:hover {
    color: red;
    text-decoration: none;
  }
}
/* ttl-com */
.ttl-com {
  margin: 0;
  padding: 12px 10px 11px 0;
  width: 100%;
  height: 35px;
  line-height: 1;
  text-align: right;
  background: #ebebeb;
}
.ttl-com img {
  width: auto;
  height: 12px;
  vertical-align: baseline;
}
@media screen and (max-width: 749px) {
  .ttl-com {
    position: fixed;
    z-index: 1000;
  }
}
