@charset "utf-8";

p.cap-center {
    font-size: 1.4rem;
    text-align: center;
    color: #555555;
}
#rwd-content #pd-l1-main .pic.withCap {
    margin-bottom: 10px !important;
}
.pd-section{
  margin-bottom:60px;
}
.normal-list li span{
    font-weight: 500;
    line-height: 2;
    font-size: 2rem;
}
.red{
  color:#f00038;
}

@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;
  }
}
