.wlpr_text {
  line-height: 2;
}
.point_title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 8px 30px;
}
.point_cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 30px;
}
.point_text {
  width: 65%;
  
}
.point_pic {
  width: 30%;
}
.point_group_01 .point_title { background: #3a7990; }
.point_group_01 .point_cont { background: #ebf2f4; }
.point_group_02 .point_title { background: #ab7f2c; }
.point_group_02 .point_cont { background: #fcf3de; }
.point_group_03 .point_title { background: #728e2b; }
.point_group_03 .point_cont { background: #f2f3e3; }

.nowrap {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .wlpr_text {
    line-height: inherit;
  }
  .point_title {
    padding: 15px;
  }
  .point_cont {
    display: block;
    padding: 15px;
  }
  .point_pic {
    margin-top: 16px;
  }
}


/* wireless-projection/support */
.thumb_mn.wp_pdf {
  background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_s_pdf_01.png);
}