.p-goods {
  padding-bottom: 140px;
}

.p-goods__section {
  margin: 0 auto 0;
  max-width: 1050px;
}

.p-goods__head {
  padding: 0 0;
}

.p-goods__title {
  background: url(../img_201910/goods/line.png) no-repeat center bottom 30px;
  padding-bottom: 96px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-goods__lead {
  padding: 0 13px 25px;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

.p-goods__foot {
  padding: 15px 1px 0;
}

.p-goods__caption {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .p-goods {
    padding-bottom: 20px;
  }
  .p-goods__title {
    background: url(../img_201910/goods/line_sp.png) no-repeat center bottom 20px;
    background-size: 90% auto;
    padding: 0 20px 60px;
    font-size: 16px;
  }
  .p-goods__lead {
    padding: 0 17px 3px;
    font-size: 12px;
    line-height: 2.2;
  }
  .p-goods__foot {
    padding: 6px 17px 0;
  }
  .p-goods__caption {
    font-size: 12px;
    line-height: 2.2;
  }
}
