/* ===============================================================

 project / service revoato assets css

=============================================================== */
.p-icontext {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-left: 40px;
  text-indent: 0;
}

.p-icontext i {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 32px;
  line-height: 1;
  vertical-align: middle;
}

.p-icontext i img {
  vertical-align: baseline;
}

.c-table__th,
.c-table__td {
  border: 2px solid #EAEAEA;
}
