@charset "UTF-8";
/* ===============================================================

 project / card お申込みの前に

=============================================================== */

.u-plink-adjust {
  padding-top: 140px !important;
}

.-dotted__inner {
  padding-left: 1.5em;
}

.c-iconcolor__before-apply img {
  -webkit-filter: invert(34%) sepia(31%) saturate(408%) hue-rotate(181deg) brightness(92%) contrast(89%);
          filter: invert(34%) sepia(31%) saturate(408%) hue-rotate(181deg) brightness(92%) contrast(89%);
}

.c-table__th {
  vertical-align: middle;
}

.c-table__td {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .p-table__img figure {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-table__img {
    table-layout: fixed;
  }
}
