@charset "utf-8";

#rwd-content #pd-l1-main .pic.withCap {
    margin-bottom: 10px!important;
}
p.cap-center{
  font-size: 1.4rem;
  text-align: center;
  color: #555555;
}


@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;
  }
}
