@charset "UTF-8";

.summary-blc {
  position: relative;
}

.summary-blc:nth-child(2n+2) {
  background-color: #FFF7DB;
}

.summary-blc:nth-last-child(1) {
  background-color: transparent;
}

.summary-blc > .inner{
  position: relative;
  z-index: 1;
}

.summary-blc > .inner > .detail {
  margin: 62px auto 0;
}

@media screen and (max-width: 1000px) {
  .summary-blc > .inner > .detail {
    margin: 40px auto 0;
  }
}