#sec1.product-index_secTitle img{
  max-width: 200px;
}
@media print, screen and (min-width: 768px) {
  #sec1.product-index_secTitle img{
    max-width: 100%;
  }
}  
/* ローカルナビ SP削除 */
.l-localNav{
  display: none;
}
@media print, screen and (min-width: 768px) {
.l-localNav{
  display: block;
}
}