@charset "utf-8";

.c-table__container {
  margin-top: 30px;
}

.c-table {
  width: 100%;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: separate;
}

.c-table td,
.c-table th {
  padding: 15px;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  font-size: 14px;
  vertical-align: middle;
  font-weight: normal;
  background-color: #fff;
}

.c-table td[data-color=gray],
.c-table th[data-color=gray] {
  background-color: #eee;
}

.c-table td[data-color=pink],
.c-table th[data-color=pink] {
  background-color: #fff4ed;
}

.c-table th {
  white-space: nowrap;
}

.c-table td,
.c-table th {
  line-height: 1.6;
}

/*
.c-table-td-noborder {
  border-width: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
*/
.grey-bg {
  background: #eeeeee;
  padding: 20px;
}
.fs20 {
  font-size: 2.0rem;
}
@media (max-width: 640px) {
  .c-table__container[data-sp-scroll=full] {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .w25pSP {
    width: 25%;
  }
}