@charset "UTF-8";
/* SVG base64
https://blog.s0014.com/posts/2017-01-19-il-to-svg/
exsample: @include bgicon-pdf(ff0000);
svgは必ずwidthとheightの入ったものをbase64に変換（IE11対策）

base64に変換したら
fill%3A%23585858
↓
fill%3A%23'+$color+'
で置換
SVGはfill #585858で書き出しておくと一括置換できて楽
*/
body {
  font-family: Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .header__nav__list {
    border-right: none;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 568px) {
  .header__nav__list .header__nav__list__item {
    flex-grow: 0;
    width: 25%;
  }
}
@media print, screen and (min-width: 568px) {
  .header__nav__list .header__nav__list__item:last-child {
    border-right: 1px solid #373582;
  }
}

/*------------------------------------------------------------
 Footer
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .footer__sitemap {
    justify-content: flex-start;
  }
}

.footer__sitemap__block {
  flex-grow: inherit;
}

@media print, screen and (min-width: 568px) {
  .footer__sitemap__block + .footer__sitemap__block {
    margin-left: 60px;
  }
}

@media print, screen and (min-width: 568px) {
  .footer__sitemap__block:first-child .footer__sitemap__block__body {
    display: flex;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 568px) {
  .footer__sitemap__block:first-child .footer__sitemap__block__body .footer__sitemap__block__list + .footer__sitemap__block__list {
    margin-top: 0;
    margin-left: 60px;
  }
}

/*------------------------------------------------------------
  Pages
------------------------------------------------------------*/
.article-body h2, .article-body h3, .article-body h4, .article-body h5 {
  line-height: 1.4;
}
.article-body * + * {
  margin-top: 20px;
}
@media screen and (max-width: 567px) {
  .article-body * + * {
    margin-top: 15px;
  }
}

/*------------------------------------------------------------
  Top
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .top-product .content__inner {
    background: url(../img/top/bg_top01eng.png) left 160px bottom -28px no-repeat;
  }
}

@media print, screen and (min-width: 568px) {
  .top-product__title {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 568px) {
  .top-product__title:before {
    top: -10px;
  }
}
@media screen and (max-width: 567px) {
  .top-product__title:before {
    bottom: -19px;
  }
}

.top-product__links__list {
  font-size: 12px;
}
@media screen and (max-width: 567px) {
  .top-product__links__list {
    display: block;
  }
}
@media screen and (max-width: 567px) {
  .top-product__links__list .list__item {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .top-product__links__list .list__item img {
    width: 60px;
    max-width: inherit;
  }
}
@media screen and (max-width: 567px) {
  .top-product__links__list .list__item a > div {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.top-product__links__list .list-item--catalog a {
  height: auto;
}
@media screen and (max-width: 567px) {
  .top-product__links__list .list-item--catalog a img {
    width: 60%;
  }
}

.top-banner {
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .top-banner {
    height: 230px;
    top: 0;
    display: flex;
    flex-direction: row-reverse;
    margin: 40px 0 80px 0;
  }
}
@media screen and (max-width: 567px) {
  .top-banner {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 568px) {
  .top-banner__list {
    position: relative;
    display: flex;
    width: auto;
  }
}
@media print, screen and (min-width: 568px) {
  .top-banner__list li:nth-child(2) {
    position: relative;
  }
}
@media screen and (max-width: 567px) {
  .top-banner__list li:nth-child(2) {
    width: 100%;
  }
  .top-banner__list li:nth-child(2) a {
    padding-bottom: 25%;
  }
}
.top-banner__list li.top-banner__list__emc {
  position: static;
  background-image: url(../img/top/bg_banner_emc_eng.png);
}
@media screen and (max-width: 567px) {
  .top-banner__list li.top-banner__list__emc {
    background-image: url(../img/top/bg_banner_emc_sp_eng.png);
  }
}
.top-banner__list li.top-banner__list__emc ul li {
  width: 300px;
}
@media screen and (max-width: 567px) {
  .top-banner__list li.top-banner__list__emc ul li {
    width: 39vw;
  }
}
.top-banner__list li.top-banner__list__emc ul li:first-of-type {
  left: 60px;
}
@media screen and (max-width: 567px) {
  .top-banner__list li.top-banner__list__emc ul li:first-of-type {
    left: 2vw;
  }
}
.top-banner__list li.top-banner__list__emc ul li:last-of-type {
  right: 60px;
}
@media screen and (max-width: 567px) {
  .top-banner__list li.top-banner__list__emc ul li:last-of-type {
    right: 2vw;
  }
}
@media screen and (max-width: 567px) {
  .top-banner__list li.top-banner__list__emc ul li a {
    padding: 5vw 2vw;
    height: inherit;
    line-height: 1.3;
    display: flex;
    align-items: center;
  }
}

@media print, screen and (min-width: 568px) {
  .top-banner__image {
    border: 1px solid #999;
    position: absolute;
    height: 230px;
    left: 0;
    right: 458px;
    bottom: 0;
  }
}

/*------------------------------------------------------------
  Our Business
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .business-layout01__links {
    font-size: 14px;
  }
}

@media screen and (max-width: 567px) {
  .business-layout01__links {
    font-size: 12px;
    display: block;
  }
}
@media screen and (max-width: 567px) {
  .business-layout01__links .links__item {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .business-layout01__links .links__item img {
    width: 60px;
    max-width: inherit;
  }
}
@media screen and (max-width: 567px) {
  .business-layout01__links .links__item a > div {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.business-thumbs__btn:after {
  content: "View the part";
}
.closed + .business-thumbs__btn {
  margin-top: -50px;
}
.closed + .business-thumbs__btn:after {
  content: "View all";
}
.closed + .business-thumbs__btn:before {
  transform: rotate(90deg);
}

/*------------------------------------------------------------
  Seartch
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .search-contens__contaier__window input[type=submit] {
    width: 7em;
    background-position: right 11px center;
  }
}/*# sourceMappingURL=en-GB.css.map */