.e-cpe ul.merit-list {
  margin: 10px 0 0px;
}
.e-cpe .contents .section-block .item-list dt span:before {
  display: none;
}
.e-cpe #features .section-block-col2 .item-list dt.point {
  color: #0081CC;
  font-size: 1.125rem;
  text-align: center;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.e-cpe #features .section-block-col2 .item-list dt.point .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  background: #0081CC;
  margin-right: 10px;
}
.e-cpe #features .section-block-col2 .item-list dt.point .txt {
  max-width: calc(100% - 35px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .e-cpe #features .section-block-col2 .item-list dt.point {
    font-size: 1rem;
  }
}/*# sourceMappingURL=e-cpe.css.map */