@charset "utf-8";

@media print, screen and (min-width: 768px){
  #rwd-content #pd-partner .bg-box .fig {
    height: 406px;
    background: url("../img/bg_001.jpg") no-repeat center center / cover;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #pd-partner .bg-box .fig {
    height: 257px;
    background: url("../img/bg_001_sp.jpg") no-repeat center top / cover;
    opacity: 0.7;
  }
}
