.pc__box {
  box-shadow: inset 0 0 0 1px #EBEBEB;
}
.pc__list li {
  line-height: 1.3;
}
.pc__list li:not(:last-child) {
  margin-bottom: 15px;
}
.pc__list--pros li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 12px;
  background: url("../images/icons/pros-item-i.svg") no-repeat 0 0;
}
.pc__list--cons li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 12px;
  background: url("../images/icons/cons-item-i.svg") no-repeat 0 0;
}
