@charset "utf-8";

.c5-table_acc {
  width: 100%;
}

.c5-table_acc th,
.c5-table_acc td {
  vertical-align: top;
  padding: 14px 10px;
  border: 1px solid #e4e7ec;
}
.c5-table_acc th {
  background-color: #f5f5f5;
}
.c5-table_acc a {
  text-decoration: underline;
}
.icon {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .c5-table_acc {
    font-size: 13px;
  }
  .c5-table_acc colgroup col:first-child {
    width: 40%;
  }
}