@charset "utf-8";

/*============

pin-pusher.css

=============*/
.pdf-wrap{
  line-height: 1.6;
}

/*============

media queries

=============*/
/*-------------
PC
--------------*/
@media screen and (min-width: 960px){
  .product-box__img img{
    margin-top: -42px;
  }
}