.md-txt-ttl {
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 13px;
}

.shopping-product-block .md-1-2l-30w-02 .box-txt {
  margin-top: 20px;
}

.md-img-link {
  display: block;
}
.md-img-link:hover img {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .md-txt-ttl {
    font-size: 2.0rem;
  }
  .mod_s_mt40 {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width:767.98px) {
  .md-txt-ttl {
    font-size: 1.6rem;
  }
  .mod_s_mt25-sp {
    margin-top: 25px !important;
  }
}