@media screen and (min-width: 750px) {
  #header #gNav li:nth-child(2) a {
    color: #1483ca;
  }
}
#kv_under {
  background-image: url(../img/product/product_kv_01.jpg);
}

@media screen and (max-width: 749px) {
  #anker li {
    margin-left: 2.267vw;
    margin-right: 2.267vw;
  }
}
@media screen and (min-width: 750px) {
  #anker li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.productBlock .productList img {
  border: 1px solid #DFE6E8;
  display: block;
  margin-bottom: 1em;
}
.productBlock .productList .slick-arrow {
  position: absolute;
  background: url(../img/common/arrow_03.svg) center center no-repeat;
  background-size: contain;
  font-size: 0;
  z-index: 100;
  color: transparent;
}
.productBlock .productList .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
@media screen and (max-width: 749px) {
  .productBlock {
    background: #fff;
    padding: 8vw 4vw;
    border-bottom: 1.333vw solid #f2f3f5;
  }
  .productBlock:last-child {
    margin-bottom: 13.333vw;
  }
  .productBlock .text {
    margin-bottom: 5.333vw;
  }
  .productBlock .productList .slick-slide {
    margin: 0 4vw;
    text-align: center;
  }
  .productBlock .productList .slick-slide img {
    width: auto;
    max-height: 60vw;
  }
  .productBlock .productList .slick-arrow {
    top: calc((60vw / 2) - 4vw);
    height: 8vw;
    width: 4vw;
  }
  .productBlock .productList .slick-prev {
    left: 0;
  }
  .productBlock .productList .slick-next {
    right: 0;
  }
}
@media screen and (min-width: 750px) {
  .productBlock:last-child {
    margin-bottom: 100px;
  }
  .productBlock .inner {
    position: relative;
    overflow: hidden;
    height: 520px;
    padding-top: 50px;
    background: #fff url(../img/product/product_bg_01.png) 0 0 no-repeat;
    background-size: auto 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .productBlock .text {
    width: 320px;
    margin-left: 110px;
    margin-right: 70px;
  }
  .productBlock .text .title_01 {
    text-align: left;
    margin-bottom: 0;
    height: 65px;
  }
  .productBlock .productList {
    width: calc(100% - 500px);
    margin-top: 65px;
    line-height: 1;
  }
  .productBlock .productList img {
    height: 320px;
    width: auto;
  }
  .productBlock .productList .slick-slide {
    margin-right: 40px;
  }
  .productBlock .productList .slick-slide:focus {
    outline: none;
  }
  .productBlock .productList .slick-arrow {
    top: calc((320px / 2) - 16px);
    height: 33px;
    width: 16px;
  }
  .productBlock .productList .slick-prev {
    left: -30px;
  }
  .productBlock .productList .slick-next {
    right: 30px;
  }
  .productBlock.low {
    height: 470px;
  }
  .productBlock.low .productList img {
    height: 280px;
  }
  .productBlock.low .productList .slick-arrow {
    top: calc((280px / 2) - 16px);
  }
}

/*# sourceMappingURL=product.css.map */
