@charset "UTF-8";

.l-width960 {
  width: 960px;
  margin: 0 auto;
}


/* howtoCouponArea */
.rcpHowtoListWrap {
  overflow: hidden;
  padding-bottom: 30px !important;
  padding: 0 16px;
}
.textBox {
  margin-right: 16px;
}
.rcpHowtoList {
  width: 165px;
  min-height: 288px;
  float: left;
  padding: 0 11px;
  border-left: 1px solid #e2e2e2;
  box-sizing: content-box !important; 
}

.rcpHowtoList:first-child {
  border-left: none;
  padding-left: 0;
}

.rcpHowtoList:last-child {
  padding-right: 0;
}

.rcpHowtoList__img {
  display: block;
}

.rcpHowtoList__ttl {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.rcpHowtoList__desc {
  display: block;
  font-size: 13px;
}

.rcpHowtoList__subDesc {
  display: block;
  color: #848484;
  font-size: 11px;
  padding-top: 10px;
}