@charset "UTF-8";
header #gnav .container .global {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header #gnav .container .global-item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

header #gnav .container .global-item-link span {
  white-space: nowrap;
}

@media all and (min-width: 740px), print {
  header #head .container .util .util-top .fixNav {
    display: none;
  }
  header #head {
    height: auto;
    padding-bottom: 13px;
  }
  header #head .container #logo {
    margin-top: 0;
    margin-top: 21px;
  }
  header #head .container #copy {
    font-size: 1.2rem;
    margin: 24px 0 0 27px;
    line-height: 1.6;
  }
  header #head .container #copy .copy_header {
    color: #b3242f;
    display: block;
    font-weight: bold;
  }
  header #head .container form {
    float: right;
  }
  header #head .container .util {
    overflow: visible;
  }
  header #head .container .util .util-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header #head .container .util .util-top .utilNav.utilNav_en {
    float: left;
    margin-top: 8px;
    margin-bottom: 0;
  }
  header #head .container .util .util-top .utilNav.utilNav_en .utilNav-top-adjust-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  header #head .container .util .util-top .utilNav.utilNav_en .utilNav-top-adjust-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #head .container .util .util-top .utilNav.utilNav_en .utilNav-top-adjust-item a .custom-icon:before {
    display: inline-block;
  }
  header #head .container .util .util-top .utilNav.utilNav_en.for_highlightingText li {
    font-size: 1.5rem;
  }
  header #head .container .util .util-top .utilNav.utilNav_en.for_highlightingText li .custom-icon {
    font-size: 18px;
  }
  header #head .container .util .util-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header #head .container .util .util-bottom form {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  header #head .container .util .util-bottom-nav {
    margin: 0 20px 0 0;
    padding: 7px 0 6px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  header #head .container .util .util-bottom-nav-item {
    font-weight: normal;
  }
  header #head .container .util .util-bottom-nav-item .custom-icon {
    color: #464646;
  }
  header #head .container .util .util-bottom-nav-item .icon-enter,
  header #head .container .util .util-bottom-nav-item .icon-shop-cart {
    font-size: 20px;
    vertical-align: -2px;
  }
  header #head .container .util .util-bottom-nav-item .icon-enter:before,
  header #head .container .util .util-bottom-nav-item .icon-shop-cart:before {
    vertical-align: middle;
  }
  header #head .container .util .util-bottom-nav-item .icon-shop-cart {
    margin-right: 0;
  }
  header #head .container .util .util-bottom-nav-item .icon-signin {
    vertical-align: -2px;
  }
  header #head .container .util .util-bottom-nav-item span {
    color: #464646;
  }
  header #head .container .util .util-bottom-nav-item.for_cart .util-bottom-nav-item-text {
    display: none;
    font-size: 1.0rem;
  }
  header #head .container .util .util-bottom-nav.for_signin {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 20px;
  }
  header #head .container .util .util-bottom-nav.for_signin .util-bottom-nav-item.for_account {
    display: none;
  }
  header #head .container .util .util-bottom-nav.for_signin .util-bottom-nav-item.for_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }
  header #head .container .util .util-bottom-nav.for_signin .util-bottom-nav-item.for_cart .util-bottom-nav-item-number {
    display: block;
    padding-right: 5px;
    color: #ff0000;
    font-size: 1.0rem;
  }
  header #head .container .util .util-bottom-nav.for_signin .util-bottom-nav-item.for_cart .util-bottom-nav-item-cart:before {
    vertical-align: 0;
  }
  header #head .container .util .util-bottom-nav.for_signin .util-bottom-nav-item.for_cart, header #head .container .util .util-bottom-nav.for_signin .util-bottom-nav-item.for_account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header #head .container .util .util-bottom-nav.for_signin .util-bottom-nav-item.for_account .icon-user {
    font-size: 28px;
  }
  header.on #head {
    padding: 17px 0;
    height: auto;
  }
  header.on #head .container {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  header.on #head .container .util {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header.on #head .container .util:after {
    display: none;
    content: "";
  }
  header.on #head .container .util .util-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header.on #head .container .util .util-top .fixNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    float: left;
    margin-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header.on #head .container .util .util-top .fixNav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.on #head .container .util .util-top .fixNav li a .custom-icon {
    top: 0;
  }
  header.on #head .container .util .util-bottom {
    margin-top: 0;
    margin-left: 30px;
  }
  header.on #head .container .util .util-bottom .util-bottom-nav.for_signin {
    display: none;
  }
}

header #head .container #logo {
  padding-bottom: 0;
}

header #head .container #signin,
header #head .container #cart,
header #head .container #accountList_sp {
  position: absolute;
}

@media all and (min-width: 740px), print {
  header #head .container #signin,
  header #head .container #cart,
  header #head .container #accountList_sp {
    display: none;
  }
}

header #head .container #signin .signin-header,
header #head .container #signin .cart-header,
header #head .container #signin .accountList-header,
header #head .container #cart .signin-header,
header #head .container #cart .cart-header,
header #head .container #cart .accountList-header,
header #head .container #accountList_sp .signin-header,
header #head .container #accountList_sp .cart-header,
header #head .container #accountList_sp .accountList-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

header #head .container #signin .signin-header .signin-header-text,
header #head .container #signin .signin-header .cart-header-text,
header #head .container #signin .signin-header .accountList-header-text,
header #head .container #signin .cart-header .signin-header-text,
header #head .container #signin .cart-header .cart-header-text,
header #head .container #signin .cart-header .accountList-header-text,
header #head .container #signin .accountList-header .signin-header-text,
header #head .container #signin .accountList-header .cart-header-text,
header #head .container #signin .accountList-header .accountList-header-text,
header #head .container #cart .signin-header .signin-header-text,
header #head .container #cart .signin-header .cart-header-text,
header #head .container #cart .signin-header .accountList-header-text,
header #head .container #cart .cart-header .signin-header-text,
header #head .container #cart .cart-header .cart-header-text,
header #head .container #cart .cart-header .accountList-header-text,
header #head .container #cart .accountList-header .signin-header-text,
header #head .container #cart .accountList-header .cart-header-text,
header #head .container #cart .accountList-header .accountList-header-text,
header #head .container #accountList_sp .signin-header .signin-header-text,
header #head .container #accountList_sp .signin-header .cart-header-text,
header #head .container #accountList_sp .signin-header .accountList-header-text,
header #head .container #accountList_sp .cart-header .signin-header-text,
header #head .container #accountList_sp .cart-header .cart-header-text,
header #head .container #accountList_sp .cart-header .accountList-header-text,
header #head .container #accountList_sp .accountList-header .signin-header-text,
header #head .container #accountList_sp .accountList-header .cart-header-text,
header #head .container #accountList_sp .accountList-header .accountList-header-text {
  font-size: 1.0rem;
}

header #head .container #signin a,
header #head .container #cart a,
header #head .container #accountList_sp a {
  text-decoration: none;
}

header #head .container #signin {
  top: 16px;
  right: 120px;
}

header #head .container #signin .signin-header .icon-enter {
  height: 25px;
  font-size: 22px;
}

header #head .container #cart {
  top: 16px;
  right: 75px;
}

header #head .container #cart .cart-header .icon-shop-cart {
  font-size: 22px;
  height: 25px;
}

header #head .container #cart.for_signin {
  top: 6px;
}

header #head .container #cart.for_signin .cart-header .cart-header-number {
  display: block;
  padding-right: 5px;
  margin-bottom: 1px;
  height: 10px;
  color: #ff0000;
  font-size: 1.0rem;
}

header #head .container #accountList_sp {
  cursor: pointer;
  top: 16px;
  right: 120px;
  height: 41px;
}

header #head .container #accountList_sp .accountList-header .icon-user {
  font-size: 25px;
  display: inline-block;
  height: 25px;
}

header #head .container #accountList_sp .accountList-header-text {
  line-height: 1;
  margin-top: 4px;
}

header #head .container .util .util-bottom-nav {
  margin-top: 0;
}

header #head .container .util .util-bottom-nav-item .icon-enter,
header #head .container .util .util-bottom-nav-item .icon-shop-cart {
  font-size: 18px;
}

header #head .container .util .util-bottom-nav-item .icon-enter:before,
header #head .container .util .util-bottom-nav-item .icon-shop-cart:before {
  vertical-align: middle;
}

header #head .container .util .util-bottom-nav-item .icon-signin {
  font-size: 18px;
}

header #head .container .util .util-bottom-nav-item a:hover {
  text-decoration: none;
}

header #head .container .util .util-bottom-nav-item.for_cart .util-bottom-nav-item-text {
  display: none;
  font-size: 1.0rem;
}

header #head .container .util .util-bottom-nav.for_signin {
  display: none;
}

@media all and (min-width: 740px), print {
  header #head .container .util .util-bottom-nav.for_signin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header #head .container .util .util-bottom-nav.for_signin .util-bottom-nav-item {
  text-decoration: none;
  text-align: center;
}

header #head .container .util .util-bottom-nav.for_signin .util-bottom-nav-item.for_account {
  display: none;
}

@media all and (min-width: 740px), print {
  .accountList-btn.for_pc {
    cursor: pointer;
    display: inline-block;
    position: static;
    width: 135px;
    height: auto;
    background-color: inherit;
    padding: 0;
  }
}

@media all and (min-width: 740px), print {
  .accountList-btn.for_pc .accountList-btn-item {
    position: relative;
    font-size: 1.3rem;
  }
}

@media all and (min-width: 740px), print {
  .accountList-btn.for_pc .accountList-btn-item-name {
    display: block;
  }
}

@media all and (min-width: 740px), print {
  .accountList-btn.for_pc .accountList-btn-item .icon-chevron-down-fat {
    font-size: 1.0rem;
    margin-left: 5px;
    color: #ff0000;
    position: absolute;
    top: 14px;
    right: 6px;
  }
}

header #head .accountList_pc-item,
header #head .accountList_sp-item {
  width: 100%;
  position: relative;
}

@media all and (min-width: 740px), print {
  header #head .accountList_pc-item,
  header #head .accountList_sp-item {
    width: 1040px;
    margin: 0 auto;
  }
}

header #head .accountList_pc-item .accountListNav,
header #head .accountList_sp-item .accountListNav {
  z-index: 98;
  position: absolute;
  top: -15px;
  width: 100%;
}

@media all and (min-width: 740px), print {
  header #head .accountList_pc-item .accountListNav,
  header #head .accountList_sp-item .accountListNav {
    width: 370px;
    top: 2px;
    right: 150px;
  }
}

header #head .accountList_pc-item .accountListNav-list,
header #head .accountList_sp-item .accountListNav-list {
  background-color: #f5f5f5;
  padding: 25px 20px;
  border: 1px solid #dddddd;
}

header #head .accountList_pc-item .accountListNav-list-item,
header #head .accountList_sp-item .accountListNav-list-item {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
}

header #head .accountList_pc-item .accountListNav-list-item:first-child,
header #head .accountList_sp-item .accountListNav-list-item:first-child {
  padding-top: 0;
}

header #head .accountList_pc-item .accountListNav-list-item:last-child,
header #head .accountList_sp-item .accountListNav-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

header #head .accountList_pc-item .accountListNav-list-item-title,
header #head .accountList_sp-item .accountListNav-list-item-title {
  display: block;
  margin-bottom: 8px;
}

header #head .accountList_pc-item .accountListNav-arrow,
header #head .accountList_sp-item .accountListNav-arrow {
  width: 15px;
  display: block;
  margin-left: auto;
  margin-right: 117px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #dddddd;
  position: relative;
}

header #head .accountList_pc-item .accountListNav-arrow:before,
header #head .accountList_sp-item .accountListNav-arrow:before {
  content: "";
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #f5f5f5;
  right: -11px;
  top: 1px;
}

@media all and (min-width: 740px), print {
  header #head .accountList_pc-item .accountListNav-arrow,
  header #head .accountList_sp-item .accountListNav-arrow {
    margin: 0 auto;
  }
}

header #head .accountList_pc-item.close,
header #head .accountList_sp-item.close {
  display: none;
}

header #head .accountList_pc-item.close .accountListNav,
header #head .accountList_sp-item.close .accountListNav {
  opacity: 0;
}

header #head .accountList_pc-item.open,
header #head .accountList_sp-item.open {
  display: inline-block;
}

@media all and (min-width: 740px), print {
  header #head .accountList_pc-item.open,
  header #head .accountList_sp-item.open {
    display: block;
  }
}

header #head .accountList_pc-item.open .accountListNav,
header #head .accountList_sp-item.open .accountListNav {
  opacity: 1;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}

.layer.shade {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(127, 127, 127, 0.5);
  z-index: 98;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}

@media all and (min-width: 740px), print {
  .layer.shade {
    display: none;
  }
}

@media all and (min-width: 740px), print {
  footer .container .links {
    width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

footer .container .copyright img {
  width: 198px;
  height: 20px;
}

@media all and (min-width: 740px), print {
  footer .container .copyright img {
    width: 271px;
    height: 27px;
  }
}

@media all and (min-width: 740px), print {
  #main.shortHeader {
    margin-top: 120px;
  }
}

.has_headingImage {
  padding-top: 10px;
}

@media all and (min-width: 740px), print {
  .has_headingImage {
    padding-top: initial;
  }
}

.article-set.with_paddingTop {
  padding-top: 20px;
}

@media all and (min-width: 740px), print {
  .article-set.with_paddingTop {
    padding-top: initial;
  }
}

.article-set + .has_headingImage {
  padding-top: initial;
}

.parent-block-col-2.has_headingImage .unit {
  position: relative;
  margin-bottom: 30px;
}

@media all and (min-width: 740px), print {
  .parent-block-col-2.has_headingImage .unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.parent-block-col-2.has_headingImage .unit.with_border {
  border: 1px solid #c6c6cb;
  border-top: 4px solid #999999;
}

@media all and (min-width: 740px), print {
  .parent-block-col-2.has_headingImage .unit {
    margin-left: 0;
    margin-right: 0;
  }
}

.parent-block-col-2.has_headingImage .unit .unit-titleImage {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.parent-block-col-2.has_headingImage .unit .unit-titleImageText {
  position: absolute;
  word-wrap: break-word;
  top: 10px;
  font-size: 1.3rem;
  line-height: 1.2;
}

@media all and (min-width: 740px), print {
  .parent-block-col-2.has_headingImage .unit .unit-titleImageText {
    top: 15px;
    font-size: 1.5rem;
    line-height: 1.83;
  }
}

.parent-block-col-2.has_headingImage .unit .unit-titleImageText.for_right {
  left: 45%;
  right: 10px;
}

@media all and (min-width: 740px), print {
  .parent-block-col-2.has_headingImage .unit .unit-titleImageText.for_right {
    right: 20px;
  }
}

.parent-block-col-2.has_headingImage .unit .unit-titleImageText.for_left {
  right: 45%;
  left: 10px;
}

@media all and (min-width: 740px), print {
  .parent-block-col-2.has_headingImage .unit .unit-titleImageText.for_left {
    left: 20px;
  }
}

.parent-block-col-2.has_headingImage .unit .unit-text-wrapper {
  padding: 10px;
}

@media all and (min-width: 740px), print {
  .parent-block-col-2.has_headingImage .unit .unit-text-wrapper {
    padding: 10px 20px;
  }
}

.parent-block-col-2.has_headingImage .unit .unit-selectCountry-wrapper {
  padding: 10px;
}

@media all and (min-width: 740px), print {
  .parent-block-col-2.has_headingImage .unit .unit-selectCountry-wrapper {
    padding: 0 20px 20px 20px;
  }
}

.parent-block-col-2.has_headingImage .unit .unit-text-wrapper *:last-child {
  padding-bottom: 0;
}

@media all and (min-width: 740px), print {
  .parent-block-col-2.has_headingImage .unit .unit-text-wrapper {
    height: 100%;
  }
}

.parent-block-col-pc10-sp4,
.parent-block-col-pc7-sp4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.parent-block-col-pc10-sp4 .unit,
.parent-block-col-pc7-sp4 .unit {
  width: 22%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.0rem;
  margin-right: 4%;
}

.parent-block-col-pc10-sp4 .unit:nth-child(4n),
.parent-block-col-pc7-sp4 .unit:nth-child(4n) {
  margin-right: 0;
}

.parent-block-col-pc10-sp4 .unit-img,
.parent-block-col-pc7-sp4 .unit-img {
  display: block;
  margin-bottom: 5px;
}

@media all and (min-width: 740px), print {
  .parent-block-col-pc10-sp4 .unit {
    width: 75px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    margin-right: 25px;
  }
}

@media all and (min-width: 740px), print {
  .parent-block-col-pc10-sp4 .unit:nth-child(4n) {
    margin-right: 25px;
  }
}

@media all and (min-width: 740px), print {
  .parent-block-col-pc10-sp4 .unit-img {
    margin-bottom: 8px;
  }
}

@media all and (min-width: 740px), print {
  .parent-block-col-pc10-sp4 .unit:nth-child(10n) {
    margin-right: 0;
  }
}

@media all and (min-width: 740px), print {
  .parent-block-col-pc7-sp4 .unit {
    width: 115px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    margin-right: 28px;
  }
}

@media all and (min-width: 740px), print {
  .parent-block-col-pc7-sp4 .unit:nth-child(4n) {
    margin-right: 28px;
  }
}

@media all and (min-width: 740px), print {
  .parent-block-col-pc7-sp4 .unit-img {
    margin-bottom: 8px;
  }
}

@media all and (min-width: 740px), print {
  .parent-block-col-pc7-sp4 .unit:nth-child(7n) {
    margin-right: 0;
  }
}

.parent-block-col-4.with_description .unit .col-description {
  padding: 5px 7px 15px;
}

@media all and (min-width: 740px), print {
  .parent-block-col-4.with_description .unit .col-description {
    padding: 0 15px 13px;
  }
}

.imageIcon:before {
  background-repeat: no-repeat;
  background-size: 16px auto;
  content: "";
  display: inline-block;
  height: 12px;
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

@media all and (min-width: 740px), print {
  .imageIcon:before {
    background-size: 18px auto;
    height: 15px;
    width: 18px;
  }
}

.imageIcon.icon-bel:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/bel.png");
}

.imageIcon.icon-de:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/de.png");
}

.imageIcon.icon-da:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/da.png");
}

.imageIcon.icon-de-AT:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/de-AT.png");
}

.imageIcon.icon-en:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/en.png");
}

.imageIcon.icon-en-gb:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/en-gb.png");
}

.imageIcon.icon-fr:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/fr.png");
}

.imageIcon.icon-gsw-berne:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/gsw-berne.png");
}

.imageIcon.icon-hr:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/hr.png");
}

.imageIcon.icon-it:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/it.png");
}

.imageIcon.icon-nl:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/nl.png");
}

.imageIcon.icon-ru:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/ru.png");
}

.imageIcon.icon-sv:before {
  background-image: url("/profiles/shimadzu/themes/shimadzu/images/common/language_icons/flags/sv.png");
}

.order {
  border: 1px solid #999;
}

.order + .order {
  margin-top: 20px;
}

.order-name {
  background-color: #ddd;
  font-weight: bold;
  padding: 10px;
}

@media all and (min-width: 740px), print {
  .order-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.order-information {
  padding: 10px;
}

@media all and (min-width: 740px), print {
  .order-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2%;
    width: 78%;
  }
}

.order-information-title {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}

.order-content + .order-content {
  margin-top: 30px;
}

.order-image {
  text-align: center;
}

@media all and (min-width: 740px), print {
  .order-image {
    margin-right: 20px;
    text-align: left;
  }
}

.order-unit-price {
  text-align: right;
}

.order-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

@media all and (min-width: 740px), print {
  .order-count .form-select-wrapper {
    width: 20%;
  }
}

.order-count .order-label {
  position: relative;
  top: 8px;
}

.order-label {
  display: inline-block;
  font-weight: 800;
  margin-right: 5px;
}

.order-link {
  margin-top: 5px;
}

.order-description {
  margin-top: 10px;
}

.order-data {
  line-height: 1.6;
  margin-top: 10px;
}

.order-data-item-title,
.order-data dt {
  font-weight: bold;
  margin-top: 15px;
}

.order-data-item-information,
.order-data dd {
  padding-left: 10px;
}

.order-data-price {
  border-top: 1px solid #999;
  font-weight: bold;
  font-size: 18px;
  margin-top: 50px;
  padding-top: 10px;
  text-align: right;
  width: 100%;
}

.order-title {
  margin-top: 15px;
  margin-bottom: 10px;
}

.order-again {
  padding: 10px;
  text-align: center;
}

@media all and (min-width: 740px), print {
  .order-again {
    text-align: right;
    width: 20%;
  }
}

.order .btn-primary {
  font-size: 14px;
  width: 100%;
}

@media all and (min-width: 740px), print {
  .order .btn-primary {
    width: auto;
    padding-left: 15px;
  }
}

.order-add {
  margin-top: 20px;
  text-align: right;
}

@media all and (min-width: 740px), print {
  .order.order-detail .order-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 740px), print {
  .order.order-detail .order-data-item {
    margin-right: 3%;
    width: 30%;
  }
}

@media all and (min-width: 740px), print {
  .order.order-detail .order-information {
    margin-right: 0;
    width: 100%;
  }
}

@media all and (min-width: 740px), print {
  .order.order-detail .order-description {
    width: 80%;
  }
}

.order .table-area {
  padding-bottom: 15px;
}

.order .table th,
.order .table td {
  font-size: 12px;
}

@media (max-width: 767px) {
  .order .table {
    border: none;
    border-collapse: separate;
    border-spacing: 0 20px;
  }
  .order .table thead {
    display: none;
  }
  .order .table td {
    border: none;
    border-bottom: 1px solid #999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-size: 14px;
    width: 100%;
  }
  .order .table td:first-child {
    border-top: 1px solid #999;
  }
  .order .table td:before {
    font-weight: 800;
    content: attr(data-title) ": ";
  }
}

.parent-block-col-4.has_description .unit {
  margin-bottom: 25px;
}

@media all and (min-width: 740px), print {
  .parent-block-col-4.has_description .unit {
    margin-bottom: 20px;
  }
}

.parent-block-col-4.has_description .unit .col-caption-block {
  border: none;
}

.parent-block-col-4.has_description .unit .col-caption-block .col-caption-text {
  font-size: 1.4rem;
  line-height: 1.4285;
  border: 1px solid #bababa;
  border-top: none;
  padding: 12px 7px;
}

@media all and (min-width: 740px), print {
  .parent-block-col-4.has_description .unit .col-caption-block .col-caption-text {
    font-size: 1.3rem;
    line-height: 1.1538;
    padding: 12px 14px;
    min-height: 80px;
  }
}

@media all and (min-width: 740px), print {
  header .util .form-set.for_webshop {
    width: 212px;
  }
}

select::-ms-expand {
  display: none;
}

.form-required {
  color: #ff0000;
}

.form-button.is_center {
  text-align: center;
}

.form-label.default-cursor {
  cursor: default;
}

@media all and (min-width: 740px), print {
  .form-label-set-wrapper.for_threeColumns {
    margin-bottom: 25px;
  }
}

@media all and (min-width: 740px), print {
  .form-label-set-wrapper.for_threeColumns .form-item:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media all and (min-width: 740px), print {
  .form-label-set-wrapper.for_threeColumns .form-item .form-label-set-head {
    margin-bottom: 10px;
  }
}

.form-item-btn-wrapper .form-quantitySelect {
  position: relative;
  width: auto;
  display: inline-block;
}

.form-item-btn-wrapper .form-quantitySelect .icon-triangle-down-small {
  top: 35%;
}

.form-item-btn-wrapper .form-quantitySelect .form-select-wrapper .form-select {
  width: 75px;
  height: 35px;
  padding-left: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media all and (min-width: 740px), print {
  .form-item-btn-wrapper .form-quantitySelect .form-select-wrapper .form-select {
    width: 69px;
    height: 35px;
  }
}

@media all and (min-width: 740px), print {
  .form-item-btn-wrapper.multiple-btn {
    margin: 0 auto;
  }
}

.form-item-btn-wrapper.multiple-btn .btn {
  vertical-align: top;
}

@media all and (min-width: 740px), print {
  .form-item-btn-wrapper.multiple-btn .btn {
    margin: 0 15px 0 0;
  }
}

.form-item-btn-wrapper.multiple-item .form-quantitySelect {
  margin-right: 15px;
}

.form-literature-set.for_productSearch .for_threeColumns .form-item .form-label-set-content .form-select-wrapper .form-select {
  width: 100%;
  height: 32px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-literature-set.for_productSearch .for_threeColumns .form-item .form-label-set-content .form-select-wrapper .form-select ::-ms-expand {
  display: none;
}

/*** SDS Search ***/
#sds-search-wrapper > .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.sds-search .form-area {
  padding: 4rem 8rem;
  background-color: whitesmoke;
  margin-bottom: 2rem;
}

.sds-search .form-item {
  margin-bottom: 2rem;
}

.sds-search .form-item-container {
  display: block;
  width: 100%;
}

.sds-search .form-item-header {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.sds-search .form-item-keyword {
  width: 100%;
}

.sds-search .form-item-button-wrapper {
  text-align: center;
}

.card {
  border: 1px solid #999999;
  margin-bottom: 10px;
}

@media all and (min-width: 740px), print {
  .card {
    margin-bottom: 20px;
  }
}

@media all and (min-width: 740px), print {
  .card:last-child {
    margin-bottom: 0;
  }
}

.card-header {
  background-color: #dddddd;
  color: #464646;
  font-weight: 800;
  border-bottom: 1px solid #999999;
}

.card-header:only-child {
  border-bottom: none;
}

.card-header.for_noLink {
  padding: 15px;
}

@media all and (min-width: 740px), print {
  .card-header.for_noLink {
    padding: 15px 30px;
  }
}

.card-content {
  padding: 15px;
}

@media all and (min-width: 740px), print {
  .card-content {
    padding: 25px 30px;
  }
}

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

.card-content p:last-child {
  margin-bottom: 20px;
}

.card.is_blue {
  border: 1px solid #005a99;
}

.card.is_blue .card-header {
  background-color: #005a99;
  color: #ffffff;
  border-bottom: 1px solid #005a99;
}

.card.is_blue .card-header:only-child {
  border-bottom: none;
}

.productInfo {
  border: 1px solid #d7d7d7;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
}

@media all and (min-width: 740px), print {
  .productInfo {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.productInfo .productInfo-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #d7d7d7;
  padding: 20px 10px;
}

@media all and (min-width: 740px), print {
  .productInfo .productInfo-set {
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.productInfo .productInfo-set.is_grayBackground {
  background-color: whitesmoke;
}

.productInfo .productInfo-set.is_firstItem {
  border-top: none;
}

.productInfo .productInfo-set-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

@media all and (min-width: 740px), print {
  .productInfo .productInfo-set-item {
    margin-bottom: 0;
  }
}

.productInfo .productInfo-set-item-image {
  margin-right: 10px;
}

@media all and (min-width: 740px), print {
  .productInfo .productInfo-set-item-image {
    margin-right: 20px;
  }
}

.productInfo .productInfo-set-item-image-img {
  width: 145px;
  height: 109px;
  border: 1px solid #bababa;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 740px), print {
  .productInfo .productInfo-set-item-image-img {
    width: 248px;
    height: 186px;
    max-width: none;
    max-height: none;
  }
}

.productInfo .productInfo-set-item-image-img img {
  max-width: 90px;
  max-height: 70px;
}

@media all and (min-width: 740px), print {
  .productInfo .productInfo-set-item-image-img img {
    max-width: 198px;
    max-height: 104px;
  }
}

.productInfo .productInfo-set-item-description-title {
  font-size: 1.5rem;
  line-height: 1.42857;
  margin-bottom: .5em;
}

@media all and (min-width: 740px), print {
  .productInfo .productInfo-set-item-description-title {
    font-size: 1.6rem;
  }
}

.productInfo .productInfo-set-item-description .list-with-no-marker {
  padding-bottom: 10px;
  padding-top: 15px;
}

@media all and (min-width: 740px), print {
  .productInfo .productInfo-set-item-description .list-with-no-marker {
    margin: 0;
    padding-top: 0;
  }
}

.productInfo .productInfo-set-item-description .list-with-no-marker li a {
  color: #666666;
}

.productInfo .productInfo-set-item-description-text {
  line-height: 1.3;
}

.productInfo .productInfo-set-item-description-text .is_bold {
  font-weight: bold;
  margin-right: 5px;
}

.productInfo .productInfo-set-item-description-text-item {
  margin-bottom: 10px;
  word-wrap: break-word;
}

.productInfo .productInfo-set-item-description-text-item:last-child {
  margin-bottom: 0;
}

.productInfo .productInfo-set-button {
  margin: 0;
}

@media all and (min-width: 740px), print {
  .productInfo .productInfo-set-button {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.productInfo .productInfo-set-button .btn {
  font-size: 1.4rem;
}

.productInfo .productInfo-set-button .form-item-btn-wrapper.multiple-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 740px), print {
  .productInfo .productInfo-set-button .form-item-btn-wrapper.multiple-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.productInfo .productInfo-set-button .form-item-btn-wrapper.multiple-item .btn {
  margin: 0;
}

@media all and (min-width: 740px), print {
  .productInfo .productInfo-set-button .form-item-btn-wrapper.multiple-item .form-quantitySelect {
    text-align: right;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media all and (min-width: 740px), print {
  .productInfo .productInfo-set-button .form-item-btn-wrapper.multiple-item .form-quantitySelect-label {
    width: 86px;
  }
}

.productInfo .productInfo-set-button .form-item-btn-wrapper .form-quantitySelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productInfo .productInfo-set-button .form-item-btn-wrapper .form-quantitySelect-label {
  margin-right: 5px;
}

.productInfo .productInfo-set-button .form-item-btn-wrapper .form-quantitySelect .form-select-wrapper {
  width: auto;
}

.productInfo .productInfo-set.none {
  display: none;
}

@media all and (min-width: 740px), print {
  .productInfo.for_smallImage .productInfo-set {
    padding: 30px;
  }
}

.productInfo.for_smallImage .productInfo-set-item-image-img {
  max-width: 93px;
  max-height: 70px;
}

@media all and (min-width: 740px), print {
  .productInfo.for_smallImage .productInfo-set-item-image-img {
    max-width: 150px;
    max-height: 113px;
  }
}

.productInfo.for_smallImage .productInfo-set-item-image-img img {
  max-width: 86px;
  max-height: 56px;
}

@media all and (min-width: 740px), print {
  .productInfo.for_smallImage .productInfo-set-item-image-img img {
    max-height: 96px;
  }
}

.definitionList {
  margin-bottom: 30px;
}

.definitionList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
  padding: 15px 0;
}

.definitionList-item:last-child {
  border-bottom: none;
}

.definitionList-item-term {
  width: 30%;
  margin-right: 10px;
  font-weight: bold;
}

@media all and (min-width: 740px), print {
  .definitionList-item-term {
    width: 18%;
    margin-right: 50px;
  }
}

.definitionList-item-description {
  width: 70%;
}

@media all and (min-width: 740px), print {
  .definitionList-item-description {
    width: 82%;
  }
}

.stepBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.stepBar-item {
  width: 25%;
  position: relative;
}

.stepBar-item-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stepBar-item-step-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #666666;
  background-color: #666666;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #ffffff;
}

@media all and (min-width: 740px), print {
  .stepBar-item-step-circle {
    width: 64px;
    height: 64px;
    font-size: 2.4rem;
  }
}

.stepBar-item-step-text {
  text-align: center;
  font-size: 1.0rem;
  margin: 10px 5px;
  line-height: 1.3888;
  color: #666666;
  word-wrap: break-word;
  max-width: 100%;
}

@media all and (min-width: 740px), print {
  .stepBar-item-step-text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 20px 10px;
  }
}

.stepBar-item-arrow {
  position: absolute;
  content: "";
  border-bottom: 1px dashed #666666;
  width: 30%;
  top: 20px;
  right: -15%;
}

@media all and (min-width: 740px), print {
  .stepBar-item-arrow {
    width: 70%;
    top: 32px;
    right: -35%;
  }
}

.stepBar-item-arrow:after {
  content: "";
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #666666;
  right: 0;
  top: -4px;
}

.stepBar-item:last-child .stepBar-item-arrow {
  display: none;
}

.stepBar-item.is_current .stepBar-item-step-circle {
  border-color: #ff0000;
  background-color: #ff0000;
}

.stepBar-item.is_current .stepBar-item-step-text {
  color: #ff0000;
}

.stepBar-item.is_later .stepBar-item-step-circle {
  border-color: #dddddd;
  background-color: #dddddd;
}

.stepBar-item.is_later .stepBar-item-step-text {
  color: #dddddd;
}

.displaySwitch {
  margin-bottom: 20px;
}

@media all and (min-width: 740px), print {
  .displaySwitch {
    margin-bottom: 30px;
  }
}

.displaySwitch.by_radiobtn .displaySwitch-radio,
.displaySwitch.by_radiobtn .displaySwitch-checkbox, .displaySwitch.by_checkbox .displaySwitch-radio,
.displaySwitch.by_checkbox .displaySwitch-checkbox {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  float: left;
}

.displaySwitch.by_radiobtn .displaySwitch-radio + label,
.displaySwitch.by_radiobtn .displaySwitch-checkbox + label, .displaySwitch.by_checkbox .displaySwitch-radio + label,
.displaySwitch.by_checkbox .displaySwitch-checkbox + label {
  display: block;
  overflow: hidden;
}

.displaySwitch.by_radiobtn .displaySwitch-radio-item,
.displaySwitch.by_radiobtn .displaySwitch-checkbox-item, .displaySwitch.by_checkbox .displaySwitch-radio-item,
.displaySwitch.by_checkbox .displaySwitch-checkbox-item {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.displaySwitch.by_radiobtn .displaySwitch-radio:checked ~ .displaySwitch-radio-item,
.displaySwitch.by_radiobtn .displaySwitch-checkbox:checked ~ .displaySwitch-radio-item, .displaySwitch.by_checkbox .displaySwitch-radio:checked ~ .displaySwitch-radio-item,
.displaySwitch.by_checkbox .displaySwitch-checkbox:checked ~ .displaySwitch-radio-item {
  display: block;
}

.displaySwitch.by_radiobtn .displaySwitch-radio:checked ~ .displaySwitch-checkbox-item,
.displaySwitch.by_radiobtn .displaySwitch-checkbox:checked ~ .displaySwitch-checkbox-item, .displaySwitch.by_checkbox .displaySwitch-radio:checked ~ .displaySwitch-checkbox-item,
.displaySwitch.by_checkbox .displaySwitch-checkbox:checked ~ .displaySwitch-checkbox-item {
  display: block;
}

.webform-component textarea {
  width: 100%;
  border: 1px solid #000000;
  display: block;
  font-size: 1.2rem;
  padding: 9px;
  font-family: inherit;
}

.webform-component input.webform-calendar {
  width: auto;
}

#privacy_policy {
  width: 100%;
  height: 175px;
  overflow: auto;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  padding: 0.83em 0.83em 0;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-size: 12px;
  font-weight: normal;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

@media all and (min-width: 740px), print {
  #privacy_policy {
    height: 150px;
  }
}

.accordionMenu-toggle {
  margin-right: -10px;
  margin-left: -10px;
  position: relative;
}

@media all and (min-width: 740px), print {
  .accordionMenu-toggle {
    margin-right: 0;
    margin-left: 0;
  }
}

.accordionMenu-toggle-btn {
  background-color: whitesmoke;
  height: 45px;
  width: 100%;
  padding: 15px 20px;
}

@media all and (min-width: 740px), print {
  .accordionMenu-toggle-btn {
    position: static;
    cursor: pointer;
  }
}

.accordionMenu-toggle .icon-chevron-down-fat {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #ff0000;
}

.accordionMenu-item.open {
  display: block;
}

.accordionMenu-item.close {
  display: none;
}

.productInfo-set-item .table-Set .table-area .table {
  width: 100%;
}

.productInfo-set-item .table-Set .table-area .table-title {
  font-size: 1.4rem;
  font-weight: bold;
}

.productInfo-set-item .table-Set .table-area .table .th {
  font-size: 1.2rem;
}

/*** SDS Search ***/
#sds-search-results .sds-search-results-count {
  padding: 0.75rem 1rem 0.5rem 1rem;
  margin-bottom: 2rem;
  background-color: whitesmoke;
  border-top: #bababa solid 1px;
  border-bottom: #bababa solid 1px;
}

#sds-search-results .sds-search-results-count b {
  font-weight: bold;
}

#sds-search-results .sds-result-table {
  margin-bottom: 2rem;
  width: 100%;
  border-collapse: collapse;
  border: #bababa solid 1px;
}

#sds-search-results .sds-result-header, #sds-search-results .sds-result-body {
  padding: 1rem;
  word-break: break-all;
  border-collapse: collapse;
  border: #bababa solid 1px;
  line-height: 150%;
}

#sds-search-results .sds-result-header {
  font-weight: bold;
  background-color: #dddddd;
}

@media (min-width: 740px) {
  #sds-search-results .sds-result-header-text, #sds-search-results .sds-result-header-arrows {
    display: inline-block;
  }
  #sds-search-results .sds-result-header-text {
    margin-right: 0.5rem;
  }
}

@media (max-width: 739px) {
  #sds-search-results .sds-result-header {
    padding: 0.75rem;
    letter-spacing: normal;
  }
  #sds-search-results .sds-result-header-text {
    display: block;
    font-size: 90%;
    text-align: center;
  }
  #sds-search-results .sds-result-header-arrows {
    display: block;
    text-align: center;
    line-height: 1;
  }
}

#sds-search-results .sds-result-list-line:nth-of-type(odd) > td {
  background-color: #ffffff;
}

#sds-search-results .sds-result-list-line:nth-of-type(even) > td {
  background-color: whitesmoke;
}

#sds-search-results .sds-result-arrow-up, #sds-search-results .sds-result-arrow-down {
  color: #ff0000;
  font-size: 80%;
  cursor: pointer;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.24s;
          transition-duration: 0.24s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

#sds-search-results .sds-result-arrow-up:hover, #sds-search-results .sds-result-arrow-up:hover, #sds-search-results .sds-result-arrow-up:active, #sds-search-results .sds-result-arrow-up:active, #sds-search-results .sds-result-arrow-up.selected, #sds-search-results .sds-result-arrow-up.selected, #sds-search-results .sds-result-arrow-down:hover, #sds-search-results .sds-result-arrow-down:hover, #sds-search-results .sds-result-arrow-down:active, #sds-search-results .sds-result-arrow-down:active, #sds-search-results .sds-result-arrow-down.selected, #sds-search-results .sds-result-arrow-down.selected {
  color: #900;
}

@media (max-width: 739px) {
  #sds-search-results .sds-result-arrow-up {
    padding-right: 0.25rem;
  }
  #sds-search-results .sds-result-arrow-down {
    padding-left: 0.25rem;
  }
}

#sds-search-results .sds-result-body .icon-pdf {
  font-size: 90%;
}

#sds-search-results .sds-result-header-language, #sds-search-results .sds-result-body-language {
  word-break: keep-all;
}

#sds-search-results .sds-result-navi {
  text-align: center;
  margin-bottom: 2rem;
}

#sds-search-results .sds-result-none {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#sds-search-results .sds-result-none-header {
  font-size: 150%;
  margin-bottom: 1rem;
}

#sds-search-results .sds-result-none-message {
  margin-bottom: 1rem;
  padding-bottom: 0;
}

#sds-search-results .sds-result-none-reasons {
  list-style: disc outside;
}

#sds-search-results .sds-result-none-reasons > li {
  margin-left: 4rem;
  padding: 1rem 1rem 0.75rem 0.25rem;
}

#sds-search-results .sds-request {
  padding: 2rem 2rem;
  border: #ff0000 solid 1px;
}

#sds-search-results .sds-request-button.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

#sds-search-results .paging-btn {
  display: none;
  padding: 0.5rem;
  border: #bababa solid 1px;
}

@media (max-width: 739px) {
  #sds-search-results .paging-btn {
    display: inline-block;
    letter-spacing: normal;
  }
  #sds-search-results .paging-btn > * {
    display: inline-block;
    min-width: 3rem;
  }
  #sds-search-results .paging-btn > *:not(:last-of-type) {
    margin-right: 0.5rem;
  }
  #sds-search-results .paging-btn .paging-btn_prevPage a,
  #sds-search-results .paging-btn .paging-btn_nextPage a {
    display: inline-block;
    padding: 1rem 1rem 0.75rem 1rem;
  }
  #sds-search-results .paging-btn .btn_dummy {
    display: inline-block;
    padding: 1rem 4rem 0.75rem 1rem;
  }
  #sds-search-results .paging-btn .selectPage {
    display: inline-block;
    padding: 1rem 1rem 0.75rem 1rem;
    background-color: #dddddd;
  }
  #sds-search-results .paging-btn-pc {
    display: none;
  }
}

#sds-search-results .paging-btn-pc {
  letter-spacing: normal;
}

#sds-search-results .paging-btn-pc > * {
  display: inline-block;
  min-width: 3rem;
}

#sds-search-results .paging-btn-pc > *:not(:last-of-type) {
  margin-right: 0.5rem;
}

#sds-search-results .paging-btn-pc > *:not(:first-of-type):not(:last-of-type) {
  border: #bababa solid 1px;
}

#sds-search-results .paging-btn-pc .selectPage {
  display: block;
  padding: 1rem 1rem 0.75rem 1rem;
  background-color: #dddddd;
}

#sds-search-results .paging-btn-pc .paging-btn_numberPage a,
#sds-search-results .paging-btn-pc .paging-btn_prevPage a,
#sds-search-results .paging-btn-pc .paging-btn_nextPage a {
  display: block;
  padding: 1rem 1rem 0.75rem 1rem;
  background-color: #ffffff;
}

#sds-search-results .paging-btn-pc .paging-btn_numberPage a:hover {
  background-color: whitesmoke;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.12s;
          transition-duration: 0.12s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.selectCountry {
  padding: 0 10px 10px 10px;
}

@media all and (min-width: 740px), print {
  .selectCountry {
    margin-top: 8px;
    padding: 0;
    position: relative;
  }
}

.selectCountry a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  line-height: 1;
  position: relative;
}

@media all and (min-width: 740px), print {
  .selectCountry a {
    display: inline-block;
  }
}

.selectCountry-parent-item {
  background-color: #f5f5f5;
  padding: 15px 30px 15px 10px;
}

@media all and (min-width: 740px), print {
  .selectCountry-parent-item {
    border: 1px solid #ddd;
    padding: 5px 70px 5px 10px;
  }
}

.selectCountry-parent-item-flag {
  margin-right: 10px;
  position: relative;
  pointer-events: none;
}

@media all and (min-width: 740px), print {
  .selectCountry-parent-item-flag {
    vertical-align: 1px;
  }
}

.selectCountry-parent-item-flag:before {
  background-size: 28px auto;
  height: 20px;
  width: 28px;
  margin-right: 0;
}

@media all and (min-width: 740px), print {
  .selectCountry-parent-item-flag:before {
    background-size: 22px auto;
    height: 15px;
    width: 22px;
  }
}

.selectCountry-parent-item .icon {
  color: #e4002b;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media all and (min-width: 740px), print {
  .selectCountry-parent-item .icon {
    font-size: 10px;
  }
}

.selectCountry-child {
  background-color: #f5f5f5;
  padding: 15px 10px 5px;
  border: none;
}

@media all and (min-width: 740px), print {
  .selectCountry-child {
    border: 1px solid #ddd;
    border-top: inherit;
    border-bottom: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all and (min-width: 740px), print {
  .selectCountry-child:first-child {
    border-top: 1px solid #ddd;
  }
}

.selectCountry-child:last-child {
  padding-bottom: 15px;
}

@media all and (min-width: 740px), print {
  .selectCountry-child:last-child {
    border-bottom: 1px solid #ddd;
  }
}

.selectCountry-child-title {
  border-bottom: 1px solid #000;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-bottom: 5px;
}

.selectCountry-child-title:first-child {
  margin-top: 0;
}

@media all and (min-width: 740px), print {
  .selectCountry-child-title {
    width: 100%;
  }
}

.selectCountry-child-item {
  border-bottom: 1px solid #d4d4d4;
}

@media all and (min-width: 740px), print {
  .selectCountry-child-item {
    border-bottom: none;
    font-size: 10px;
    margin-right: 2%;
    width: 32%;
  }
}

@media all and (min-width: 740px), print {
  .selectCountry-child-item:nth-of-type(3n+1) {
    margin-right: 0;
  }
}

.selectCountry-child-item a {
  padding: 15px 0;
}

@media all and (min-width: 740px), print {
  .selectCountry-child-item a {
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    padding: 8px 10px 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .selectCountry-child-item a:hover {
    color: #e4002b;
  }
}

.selectCountry-child-item-flag {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

@media all and (min-width: 740px), print {
  .selectCountry-child-item-flag {
    margin-right: 5px;
    width: 20px;
    height: 14px;
    top: 0;
  }
}

.selectCountry-child-item-flag:before {
  background-size: 28px auto;
  width: 28px;
  height: 20px;
  margin-right: 0;
}

@media all and (min-width: 740px), print {
  .selectCountry-child-item-flag:before {
    background-size: 20px auto;
    width: 20px;
    height: 14px;
  }
}

.selectCountry-child-item .icon {
  color: #e4002b;
  position: absolute;
  right: 0;
}

@media all and (min-width: 740px), print {
  .selectCountry-child-item .icon {
    font-size: 10px;
    margin-left: 5px;
    position: absolute;
    top: auto;
  }
}

.selectCountry .js-accordion-target {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease, overflow 1s ease;
  transition: max-height .5s ease, overflow 1s ease;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media all and (min-width: 740px), print {
  .selectCountry .js-accordion-target {
    z-index: 98;
    position: absolute;
    right: 0;
    top: 26px;
    width: 420px;
  }
}

.selectCountry .js-accordion-target.is_active {
  overflow: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.selectCountry.for_portalPage {
  padding: 0;
  margin-top: 0;
}

@media all and (min-width: 740px), print {
  .selectCountry.for_portalPage .selectCountry-parent-item {
    width: 100%;
    padding: 15px 10px;
  }
}

.selectCountry.for_portalPage .selectCountry-child {
  padding: 0 10px;
}

@media all and (min-width: 740px), print {
  .selectCountry.for_portalPage .selectCountry-child {
    padding: 5px 20px;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.selectCountry.for_portalPage .selectCountry-child-item {
  margin-bottom: 0;
}

@media all and (min-width: 740px), print {
  .selectCountry.for_portalPage .selectCountry-child-item {
    width: 47%;
    margin-right: 6%;
    padding: 10px 0;
    text-indent: 0;
  }
}

.selectCountry.for_portalPage .selectCountry-child-item:first-child {
  border-top: 1px solid #d4d4d4;
}

@media all and (min-width: 740px), print {
  .selectCountry.for_portalPage .selectCountry-child-item:first-child {
    border-top: none;
  }
}

.selectCountry.for_portalPage .selectCountry-child-item:last-child {
  border-bottom: none;
}

@media all and (min-width: 740px), print {
  .selectCountry.for_portalPage .selectCountry-child-item:nth-child(2n) {
    margin-right: 0;
  }
}

.selectCountry.for_portalPage .selectCountry-child-item-link {
  padding: 15px 0;
}

@media all and (min-width: 740px), print {
  .selectCountry.for_portalPage .selectCountry-child-item-link {
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all and (min-width: 740px), print {
  .selectCountry.for_portalPage .selectCountry-child-item-link-text {
    line-height: 1.2;
    margin-right: 7px;
  }
}

@media all and (min-width: 740px), print {
  .selectCountry.for_portalPage .selectCountry-child-item-link .imageIcon,
  .selectCountry.for_portalPage .selectCountry-child-item-link .icon-contact {
    margin-right: 8px;
  }
}

.selectCountry.for_portalPage .selectCountry-child-item-link .icon-chevron-right-fat {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

@media all and (min-width: 740px), print {
  .selectCountry.for_portalPage .selectCountry-child-item-link .icon-chevron-right-fat {
    right: -3px;
  }
}

.selectCountry.for_portalPage .js-accordion-target {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media all and (min-width: 740px), print {
  .selectCountry.for_portalPage .js-accordion-target {
    position: absolute;
    top: 45px;
    width: 100%;
  }
}

.selectCountry.for_portalPage .js-accordion-target.is_active {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media all and (min-width: 740px), print {
  .util .util-top .selectCountry {
    margin-left: 20px;
  }
}

@media all and (min-width: 740px), print {
  .on #head .container .util .util-top .selectCountry {
    margin-top: 0;
  }
}

@media all and (min-width: 740px), print {
  .on #head .container .util .util-top .selectCountry .selectCountry-parent-item {
    padding-right: 32px;
  }
}

@media all and (min-width: 740px), print {
  .on #head .container .util .util-top .fixNav + .selectCountry {
    margin-left: 30px;
  }
}

.btn.bordered {
  border: 1px solid #999;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  width: 100%;
}

@media all and (min-width: 740px), print {
  .btn.bordered {
    font-size: 16px;
    padding: 20px 50px;
    width: auto;
  }
  .btn.bordered:hover {
    color: #e4002b;
  }
}

.btn.btn-search.is_whiteBackground {
  background-color: #ffffff;
  color: #464646;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 9px;
  padding-bottom: 10px;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
}

.btn.btn-search.is_whiteBackground:hover {
  color: #ff0000;
}

.btn.btn-search.button-text-center {
  padding-right: 18px;
}

.btn.btn-search .icon-close {
  right: 42px;
  top: 9px;
}

@media all and (min-width: 740px), print {
  .btn.btn-search .icon-close {
    right: 50px;
    top: 11px;
  }
}

.btn.is_spFullWidth {
  width: 100%;
}

@media all and (min-width: 740px), print {
  .btn.is_spFullWidth {
    width: auto;
  }
}

.table-area .order .btn {
  padding: 15px;
}

@media all and (min-width: 740px), print {
  .table-area .order .btn {
    display: inline-block;
  }
}

.form-item .btn-search.button-text-center {
  padding-right: 18px;
}

.informationButton {
  margin: 40px 0;
}

.informationButton-btn {
  position: relative;
  text-decoration: none;
  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;
  height: 60px;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 50px 20px 20px 50px;
  text-align: center;
  background-color: #ffffff;
  padding: 10px 20px 10px 70px;
}

@media all and (min-width: 740px), print {
  .informationButton-btn {
    width: 200px;
    height: 50px;
    padding: 5px 10px 5px 50px;
  }
}

.informationButton-btn-icon {
  border: solid 1px #ff0000;
  background-color: #ff0000;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}

@media all and (min-width: 740px), print {
  .informationButton-btn-icon {
    height: 40px;
    width: 40px;
  }
}

.informationButton-btn-icon:before, .informationButton-btn-icon:after {
  position: absolute;
  content: "";
  border-left: 5px solid #ffffff;
  left: 21px;
}

@media all and (min-width: 740px), print {
  .informationButton-btn-icon:before, .informationButton-btn-icon:after {
    left: 16px;
  }
}

.informationButton-btn-icon:before {
  height: 5px;
  top: 5px;
}

@media all and (min-width: 740px), print {
  .informationButton-btn-icon:before {
    height: 5px;
  }
}

.informationButton-btn-icon:after {
  height: 28px;
  top: 15px;
}

@media all and (min-width: 740px), print {
  .informationButton-btn-icon:after {
    height: 18px;
  }
}

.informationButton-btn:hover {
  border: solid 1px #ff0000;
  background-color: #ff0000;
  color: #ffffff;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
}

.informationButton-btn:hover .informationButton-btn-icon {
  background-color: #ffffff;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
}

.informationButton-btn:hover .informationButton-btn-icon:before, .informationButton-btn:hover .informationButton-btn-icon:after {
  border-left: 5px solid #ff0000;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
}

@media all and (min-width: 740px), print {
  .informationButton.for_center .informationButton-btn {
    margin: 0 auto;
  }
}

@media all and (min-width: 740px), print {
  .informationButton.for_right .informationButton-btn {
    margin-left: auto;
  }
}

/*#styleguide
.list-with-icon - list

PC, Mobileとも - iconマーカーリスト
```
<ul class="list-with-icon">
  <li><a href=""><i class="imageIcon icon-europe"></i>Shimadzu Europа</a></li>
  <li><a href=""><i class="imageIcon icon-germany"></i>Shimadzu Deutschland</a></li>
  <li><a href=""><i class="imageIcon icon-austria"></i>Shimadzu Austria</a></li>
  <li><a href=""><i class="imageIcon icon-belgium"></i>Shimadzu Benelux (België)</a></li>
</ul>
```
*/
.list-with-icon {
  padding: 10px 0;
}

@media all and (min-width: 740px), print {
  .list-with-icon {
    padding-bottom: 20px;
  }
}

.list-with-icon .imageIcon,
.list-with-icon .custom-icon {
  display: inline-block;
  width: 16px;
  margin-right: 8px;
}

@media all and (min-width: 740px), print {
  .list-with-icon .imageIcon,
  .list-with-icon .custom-icon {
    width: 18px;
    margin-right: 5px;
  }
}

.list-with-icon .imageIcon:before,
.list-with-icon .custom-icon:before {
  margin-right: 0;
  vertical-align: middle;
}

.list-with-icon li {
  line-height: 1.3333;
  font-size: 1.2rem;
  margin-bottom: 1.4em;
}

@media all and (min-width: 740px), print {
  .list-with-icon li {
    line-height: 1.4285;
    font-size: 1.4rem;
    margin-bottom: 0.75em;
    text-indent: -8px;
    padding-left: 17px;
  }
}

@media all and (min-width: 740px), print {
  .news .list-with-date .list-with-date-date {
    padding-right: 1.4rem;
  }
}

.block.block-with-gray-background.for_note {
  padding: 20px;
  margin-bottom: 20px;
}

@media all and (min-width: 740px), print {
  .block.block-with-gray-background.for_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 30px;
    margin-bottom: 30px;
  }
}

.block.block-with-gray-background.for_note .block-title {
  font-size: 1.3rem;
}

@media all and (min-width: 740px), print {
  .block.block-with-gray-background.for_note .block-title {
    font-size: 1.4rem;
    margin-right: 40px;
  }
}

@media all and (min-width: 740px), print {
  .block.block-with-gray-background.for_note .block-title.text-center {
    text-align: left;
  }
}

@media all and (min-width: 740px), print {
  .block.block-with-gray-background.for_note .block-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.block.block-with-gray-background.for_note .block-text-paragraph:last-child {
  padding-bottom: 0;
}

@media all and (min-width: 740px), print {
  .block.block-with-gray-background.for_note .block-text.text-center {
    text-align: left;
  }
}

.block.block-with-gray-background.for_note .is_red {
  color: #ff0000;
}

.block.block-with-gray-background.for_note .is_bigFont {
  font-size: 1.5rem;
}

@media all and (min-width: 740px), print {
  .block.block-with-gray-background.for_note .is_bigFont {
    font-size: 1.8rem;
  }
}

.block.block-with-gray-background.for_note .is_bold {
  font-weight: bold;
}

.block.block-with-gray-background.for_note.is_horizontalCenter {
  text-align: center;
}

@media all and (min-width: 740px), print {
  .block.block-with-gray-background.for_note.is_horizontalCenter .block-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
  }
}

@media all and (min-width: 740px), print {
  .block.block-with-gray-background.for_note.is_horizontalCenter .block-text-paragraph {
    padding-bottom: 0;
    margin-right: 70px;
  }
}

@media all and (min-width: 740px), print {
  .block.block-with-gray-background.for_note.is_horizontalCenter .block-text-paragraph:last-child {
    margin-right: 0;
  }
}

.accordionMenu-item .block-with-gray-background {
  border-top: 1px solid #d7d7d7;
  margin-bottom: 0;
}

@media all and (min-width: 740px), print {
  .accordionMenu-item .block-with-gray-background {
    margin-right: 0;
    margin-left: 0;
    padding: 40px 82px 40px;
  }
}

.imageSwap {
  display: inline-block;
  position: relative;
}

.imageSwap a {
  text-decoration: none;
  display: inline-block;
}

.imageSwap-img {
  -moz-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  -webkit-transition: opacity 0.12s linear;
}

.imageSwap-img.is_before {
  opacity: 1;
}

.imageSwap-img.is_after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.imageSwap:hover .imageSwap-img.is_before {
  opacity: 0;
}

.icon-pdf:before,
.icon-html:before,
.icon-audio:before,
.icon-excel:before,
.icon-word:before,
.icon-none:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: calc(1.4rem);
  width: calc(1.4rem);
  vertical-align: middle;
  content: "";
}

.icon-pdf:before {
  background-image: url("../images/common/icon_pdf.jpg");
}

.icon-html:before {
  background-image: url("../images/common/icon_html.jpg");
}

.icon-audio:before {
  background-image: url("../images/common/icon_wmp.gif");
}

.icon-excel:before {
  background-image: url("../images/common/icon_excel.png");
}

.icon-word:before {
  background-image: url("../images/common/icon_word.png");
}
/*# sourceMappingURL=../maps/style_seg.css.map */
