.jutenki_mv {
  background-image: url(../../images/jutenki/visual.jpg);
}
@media screen and (max-width: 767px) {
  .jutenki_mv {
    background-image: url(../../images/jutenki/visual_sp.jpg);
  }
}

/* product_jutenki */
.product_jutenki_head {
  color: #0054a7;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .12em;
  margin-bottom: 50px;
}
.product_jutenki_wrap {
  border-top: 1px solid #e3e3e2;
  margin-bottom: 60px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .product_jutenki_head {
    font-size: 18px;
  }
  .product_jutenki_head {
    margin-bottom: 40px;
  }
  .product_jutenki_wrap {
    margin-bottom: 50px;
    padding-top: 45px;
  }
}
