.orig_col.span_32 {
  background-color: #F2F6FA;
  padding: 0 1em 3em;
}
@media only screen and (min-width: 1024px) {
  .orig_col.span_32 {
    padding: 0;
    background-color: transparent;
  }
}

.pr {
  padding: 1.5em 0;
}
.pr img {
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 1024px) {
  .pr {
    padding: 0 0 3em;
  }
}

.side-reco .ttl, .side-review .ttl {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: .7em;
  line-height: 1.5;
}
.side-reco .ttl span:first-child, .side-review .ttl span:first-child {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.side-reco .ttl span:nth-child(2), .side-review .ttl span:nth-child(2) {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
.side-reco .ttl:before, .side-review .ttl:before {
  position: absolute;
  top: 1.3em;
  left: 0;
  content: '';
  width: .7em;
  height: .2em;
  background-color: #BCD1E7;
}

.list-reco {
  border-bottom: 1px solid #BCD1E7;
}
.list-reco li {
  padding: .5em 0;
  height: 5.4em;
  border-top: 1px solid #BCD1E7;
  background-color: #fff;
}
.list-reco a {
  text-decoration: none;
  color: #444;
}
.list-reco .img {
  float: left;
}
.list-reco .img img {
  width: 60px;
}
.list-reco div {
  padding: 0 1em 0 5em;
}
.list-reco p {
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  height: 4.5em;
  overflow: hidden;
}
.list-reco .category {
  display: block;
  margin-bottom: .2em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
}

.side-review ul {
  padding: .7em;
  background-color: #fff;
  border-top: 1px solid #BCD1E7;
  border-bottom: 1px solid #BCD1E7;
}
@media only screen and (min-width: 1024px) {
  .side-review ul {
    padding: 1.2em;
    border: 1px solid #BCD1E7;
  }
}
