@charset "UTF-8";
/* ------------------------------
- single__head
------------------------------ */
.single__head {
  padding-top: 8.95522%;
}
.single__heading {
  font-size: 20px;
  margin-bottom: 15px;
}
.single__lead {
  margin-top: 30px;
}
@media only screen and (max-width: 749px) {
  .single__heading,
  .single__lead {
    padding: 0 5.33333%;
  }
}
@media only screen and (min-width: 750px) {
  .single__head {
    padding-top: 0;
  }
}
.products__thumbnail {
  border: 1px solid #e8e6df;
}
.thumbnail__item {
  width: 10%;
  border: 1px solid #e8e6df;
  cursor: pointer;
}
.thumbnail__item::before {
  width: 100%;
  height: 100%;
  background: #f0801d;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.thumbnail__item:hover::before,
.thumbnail-current::before {
  opacity: .4;
}
@media only screen and (min-width: 750px) {
  .thumbnail__item {
    width: 9%;
    margin-top: 1%;
    border: none;
  }
  .thumbnail__item:not(:nth-child(10n)) {
    margin-right: 1.1%;
  }
}
/* ------------------------------
- single__content
------------------------------ */
.single__spec {
  margin-bottom: 8.95522%;
}
.c-specheading {
  background: #fff;
  border-top: 1px solid #f0801d;
  font-size: 16px;
  padding: 10px;
}
.single__spec__tabel {
  padding: 0 5.33333%;
}
.c-table dl + dl {
  margin-top: 1.3em;
}
.c-table dd,
.c-table dt {
  line-height: 1.5;
}
.c-table dd {
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
.c-table dd::before {
  content: '';
  display: block;
  width: 3px;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 0;
  background: #f0801d;
}
@media only screen and (min-width: 750px) {
  .single__spec {
    margin-bottom: 50px;
  }
}
/* ------------------------------
- single__relation
------------------------------ */
.products__text {
  margin-top: 5px;
  text-align: center;
}
.products__item {
  margin: 0 5px;
}
[class*="slide__arrow__"] {
  position: absolute;
  top: 10vw;
  font-size: 13vw;
  z-index: 10;
}
.slide__arrow__prev {
  left: -3%;
}
.slide__arrow__next {
  right: -3%;
}
@media only screen and (max-width: 749px) {
  .products__list {
    overflow: hidden;
    padding: 0 2.5%;
  }
}
@media only screen and (min-width: 750px) {
  .products__list {
    padding: 0 20px;
  }
  .products__item {
    margin: 0 7px;
  }
  .products__text {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
  }
  .products__item:hover .products__text {
    color: #f0801d;
    opacity: .7;
  }
  [class*="slide__arrow__"] {
    top: 60px;
    font-size: 50px;
  }
}
