.b5-contents__ba {
  position: relative;
  margin-bottom: 40px;
}

.b5-contents__before {
  padding-top: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .b5-contents__before {
    padding: 30px;
  }
}

.b5-contents__after {
  position: relative;
  padding-top: 20px;
}

.b5-contents__arrow {
  position: absolute;
  top: 50%;
  left: -90px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .b5-contents__arrow {
    -webkit-transform: rotate(90deg) translate(-50%, 0%);
    -ms-transform: rotate(90deg) translate(-50%, 0%);
    transform: rotate(90deg) translate(-50%, 0%);
    top: 0px;
    left: 42%;
  }
}

.b5-bg {
  position: absolute;
  width: 5000px;
  height: 250px;
  left: -50%;
  bottom: 50px;
  z-index: -1;
  background: #fff8ec;
}

.b5-contents-goods {
  margin-top: 100px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .b5-contents-goods {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}

.b5-contents-goods__num {
  margin-top: -15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}

.b5-contents-goods__item {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .b5-contents-goods__item {
    margin: 40px 0 0;
  }
}
