@charset "UTF-8";
@font-face {
  font-family: "allcreation";
  src: url("/common/fonts//allcreation.ttf?oub9tw") format("truetype"), url("/common/fonts//allcreation.woff?oub9tw") format("woff"), url("/common/fonts//allcreation.svg?oub9tw#allcreation") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "allcreation" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pdf:before {
  content: "";
}

.icon-swipe:before {
  content: "";
}

.icon-left {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.image_prolyte.eyecatch.image_1 .eyecatch-inner {
  width: 14.5714rem;
}
.image_prolyte.eyecatch.image_1.type_3 .eyecatch-image {
  background: url(/prolyte/img/eyecatch.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.text-16 {
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.products-heading-a {
  display: block;
  color: #fff;
  background-color: #005496;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 24px 0;
  margin: 0 auto 32px;
}

.products-heading-b {
  display: block;
  color: #4C4A4A;
  background-color: #EEE5CB;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding: 16px 0;
  margin: 0 auto 32px;
}

.use-parts-heading {
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #005496;
  display: inline-block;
  padding: 8px 16px 6px;
  margin-bottom: 16px;
  color: #005496;
}

.use-parts-exsample {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.list-products {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 32px;
}
.list-products .list-products-item {
  width: 23.09%;
  margin-right: 2.54%;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left;
}
.list-products .list-products-item:nth-child(4n) {
  margin-right: 0;
}
.list-products .list-products-item.-disabled {
  opacity: 0.6;
}
.list-products .list-products-item.-disabled .list-products-item-budge::before {
  border-color: #E6E6E6 transparent transparent transparent;
}
.list-products .list-products-item.-disabled .list-products-item-budge .budge-text {
  color: #A3A19D;
}
.list-products .list-products-item.-disabled .list-products-item-link {
  pointer-events: none;
}
.list-products .list-products-item.-disabled .list-products-item-link .list-products-item-heading-en,
.list-products .list-products-item.-disabled .list-products-item-link .list-products-item-heading {
  color: #D3D0CA;
}
.list-products .list-products-item.-disabled .list-products-item-link:hover .list-products-item-heading-en,
.list-products .list-products-item.-disabled .list-products-item-link:hover .list-products-item-heading {
  color: #D3D0CA;
}
.list-products .list-products-item .list-products-item-link {
  display: block;
  color: #4C4A4A;
}
.list-products .list-products-item .list-products-item-link:hover .list-products-item-heading-en,
.list-products .list-products-item .list-products-item-link:hover .list-products-item-heading {
  color: #005496;
}
.list-products .list-products-item .list-products-item-budge {
  display: block;
  position: relative;
}
.list-products .list-products-item .list-products-item-budge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: #FFE200 transparent transparent transparent;
}
.list-products .list-products-item .list-products-item-budge .budge-text {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 12px;
  color: #005496;
  font-weight: bold;
}
.list-products .list-products-item .list-products-item-image {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
}
.list-products .list-products-item .list-products-item-heading-en {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.list-products .list-products-item .list-products-item-heading {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
}

.list-products.-large {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.list-products.-large .list-products-item {
  width: 31.63%;
  margin-right: 2.54%;
  margin-top: 0;
}
.list-products.-large .list-products-item:nth-child(3n) {
  margin-right: 0;
}
.list-products.-large .list-products-item:nth-child(4n) {
  margin-right: inherit;
}

@media only screen and (max-width: 768px) {
  .list-products .list-products-item {
    width: 47.32%;
    margin-right: 5.35%;
    margin-bottom: 24px;
  }
  .list-products .list-products-item:nth-child(4n) {
    margin-right: inherit;
  }
  .list-products .list-products-item:nth-child(2n) {
    margin-right: 0;
  }

  .list-products.-large {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .list-products.-large .list-products-item {
    width: 100%;
    margin-right: 0;
  }
  .list-products.-large .list-products-item:nth-child(3n) {
    margin-right: 0;
  }
  .list-products.-large .list-products-item:nth-child(4n) {
    margin-right: inherit;
  }
}
.-products-index {
  padding-bottom: 0 !important;
  margin-bottom: -32px;
}
@media only screen and (max-width: 768px) {
  .-products-index {
    margin-bottom: 0;
  }
}

.prod-detail {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.prod-detail .prod-detail-image {
  width: 32.72%;
  margin-right: 3.63%;
}
.prod-detail .prod-detail-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #D3D0CA;
}
.prod-detail .prod-detail-text {
  width: 63.63%;
}
.prod-detail .prod-detail-title .prod-detail-title-jp {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 24px;
  padding: 0;
}
.prod-detail .prod-detail-title .prod-detail-title-en {
  font-size: 20px;
  font-weight: normal;
  color: #005496;
  margin: 0;
  padding: 0;
}
.prod-detail .prod-detail-lead {
  font-size: 16px;
  margin-bottom: 24px;
  padding: 0;
}
.prod-detail .prod-price {
  margin-top: 24px;
  margin-bottom: 24px;
}
.prod-detail .prod-price .price-tag,
.prod-detail .prod-price .price-number,
.prod-detail .prod-price .price-currency,
.prod-detail .prod-price .price-tax {
  display: inline-block;
}
.prod-detail .prod-price .price-tag {
  color: #005496;
  border: 1px solid #005496;
  padding: 8px 16px 6px;
  font-size: 16px;
  position: relative;
  top: -0.4em;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .prod-detail .prod-price .price-tag {
    margin-bottom: 4px;
  }
}
.prod-detail .prod-price .price-number {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 32px;
}
.prod-detail .prod-price .price-currency {
  font-weight: bold;
  font-size: 24px;
}
.prod-detail .prod-price .price-tax {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .prod-detail .prod-price br {
    display: none;
  }
}

.list-accessories-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.list-accessories .list-accessories-item {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.list-accessories .list-accessories-item a {
  display: block;
  color: #005496;
  border: 1px solid #005496;
  padding: 8px 16px 6px;
  font-size: 16px;
  line-height: 1;
}
.list-accessories .list-accessories-item a:hover {
  background-color: #005496;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .prod-detail {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .prod-detail .prod-detail-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .prod-detail .prod-detail-text {
    width: 100%;
  }
}
.b_products-footer-navi {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 12px;
}

.navi-products-footer .navi-products-footer-item {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid #000;
}
.navi-products-footer .navi-products-footer-item:last-child {
  border-right: none;
}
.navi-products-footer .navi-products-footer-item a {
  display: block;
  padding: 4px;
  color: #005496;
}
.navi-products-footer .navi-products-footer-item a .icon-left {
  border-color: #005496;
}
.navi-products-footer .navi-products-footer-item a:hover {
  color: #4C4A4A;
}
.navi-products-footer .navi-products-footer-item a:hover .icon-left {
  border-color: #4C4A4A;
}

@media only screen and (max-width: 768px) {
  .b_products-footer-navi {
    padding: 0;
    margin-bottom: 56px;
  }

  .navi-products-footer .navi-products-footer-item {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #000;
    border-right: none;
    text-align: left;
  }
  .navi-products-footer .navi-products-footer-item a {
    display: block;
    padding: 16px;
  }
  .navi-products-footer .navi-products-footer-item:last-child {
    border-bottom: none;
  }
}
.list-parts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.list-parts .list-parts-item {
  width: 18.73%;
  margin-top: 0;
  margin-right: 1.58%;
  margin-bottom: 10px;
}
.list-parts .list-parts-item:nth-child(5n) {
  margin-right: 0;
}
.list-parts .list-parts-item .list-parts-item-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #D3D0CA;
}

@media only screen and (max-width: 768px) {
  .list-parts .list-parts-item {
    width: 31.83%;
    margin-right: 2.25%;
    margin-bottom: 10px;
  }
  .list-parts .list-parts-item:nth-child(3n) {
    margin-right: 0;
  }
  .list-parts .list-parts-item:nth-child(5n) {
    margin-right: 2.25%;
  }
}
.b_gallery {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
}

.list-products-gallery {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 24px 0 0;
}
.list-products-gallery .list-products-gallery-item {
  width: 23.09%;
  margin-right: 2.54%;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left;
}
.list-products-gallery .list-products-gallery-item:nth-child(4n) {
  margin-right: 0;
}
.list-products-gallery .list-products-gallery-item .list-products-gallery-item-link {
  display: block;
}
.list-products-gallery .list-products-gallery-item .list-products-gallery-item-link:hover {
  color: #005496;
}
.list-products-gallery .list-products-gallery-item figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #D3D0CA;
}
.list-products-gallery .list-products-gallery-item figcaption {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .list-products-gallery .list-products-gallery-item {
    width: 47.32%;
    margin-right: 5.35%;
    margin-bottom: 24px;
  }
  .list-products-gallery .list-products-gallery-item:nth-child(4n) {
    margin-right: inherit;
  }
  .list-products-gallery .list-products-gallery-item:nth-child(2n) {
    margin-right: 0;
  }
}
.b_drawing img {
  display: inline-block;
  max-width: 90%;
  height: auto;
  border: 1px solid #d3d0ca;
  margin: 8px;
}
.b_drawing img.b_drawing-image {
  max-width: 100%;
  display: block;
  margin: 0 auto 24px;
}
.b_drawing img.b_drawing-image:last-of-type {
  margin-bottom: 0;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.table-products-basic {
  width: 100%;
  table-layout: fixed;
}
.table-products-basic thead th {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #005496;
  padding: 24px 16px;
  text-align: center;
}
.table-products-basic tbody {
  background-color: #FFF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.table-products-basic tbody tr:nth-child(even) {
  background-color: #F2F2F2;
}
.table-products-basic tbody th, .table-products-basic tbody td {
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  border-right: 1px solid #000;
  word-break: break-all;
}
.table-products-basic tbody th:last-child, .table-products-basic tbody td:last-child {
  border-right: 0;
}

.table-products-extend-wrap {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.table-products-extend-wrap::-webkit-scrollbar {
  height: 4px;
}
.table-products-extend-wrap::-webkit-scrollbar-track {
  background: #d3d0ca;
}
.table-products-extend-wrap::-webkit-scrollbar-thumb {
  background: #005496;
}

.table-products-extend {
  width: 100%;
  min-width: 960px;
  table-layout: fixed;
}
.table-products-extend thead th {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #005496;
  padding: 24px 16px;
  text-align: center;
}
.table-products-extend tbody {
  background-color: #FFF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.table-products-extend tbody tr:nth-child(even) {
  background-color: #F2F2F2;
}
.table-products-extend tbody th, .table-products-extend tbody td {
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  border-right: 1px solid #000;
  word-break: break-all;
}
.table-products-extend tbody th:last-child, .table-products-extend tbody td:last-child {
  border-right: 0;
}

.table-swipe {
  display: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #005496;
  text-align: right;
  margin-bottom: 8px;
}
.table-swipe .icon {
  font-size: 24px;
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 960px) {
  .table-swipe {
    display: block;
  }
}
table .-small {
  font-size: 80%;
}

.b_prod-detail-cta {
  text-align: center;
}

.btn-download {
  display: inline-block;
  width: 280px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #3677BD;
  color: #FFFFFF;
  border-bottom: solid 4px #90B1D5;
  border-radius: 6px;
  margin: 0 auto;
}
.btn-download .icon {
  font-size: 48px;
  position: relative;
  top: 12px;
}

.btn-download:hover {
  color: #FFFFFF !important;
  opacity: 0.7;
}

.btn-download-small {
  display: inline-block;
  color: #005496;
  border: 1px solid #005496;
  padding: 0 16px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 24px;
}
.btn-download-small .icon {
  font-size: 2em;
  position: relative;
  top: 0.2em;
}
.btn-download-small:hover {
  background-color: #005496;
  color: #fff;
}

.b_content.mtb56 {
  margin-top: 56px;
  margin-bottom: 56px;
  padding: 0;
}

.b_content.mb24m {
  margin-bottom: -24px;
}