@charset "utf-8";
/* CSS Document */

/*// title //*/
#d2940974.l-wrapper {
  background-color: #88e988;
}
#d2940978.l-wrapper {
  background-color: #ff7a81;
}

#d2940974 .p-media-layout__media,
#d2940978 .p-media-layout__media {
  margin-left: 0;
}

/*// Fee table //*/
div.l-wrapper:nth-child(28) > div:nth-child(1) {
  overflow-x: auto;
}
table{
  table-layout: fixed;
}
@media (max-width: 768px) {
table {
    table-layout: auto;
    width: auto!important;
    min-width: 100%;
}
}

table, th, td {
  text-align: center;
}
.c-table th, .c-table td {
  border-color: #fff;
}

/* gray */
table.c-table th,
table.c-table td {
    background-color: #efefef;
}

/* th */
table.c-table thead th:nth-child(-n+4) {
  background-color: #88e988!important;
  color: #000000;
}
table.c-table thead th:nth-child(5) {
  background-color: #ff7a81!important;
  color: #000000;
}

/* light green */
table.c-table tbody tr:nth-child(-n+2) th,
table.c-table tbody tr:nth-child(-n+2) td:nth-child(-n+4),
table.c-table tbody tr:nth-child(n+3) td:nth-child(2) {
    background-color: #e3f1e3!important;
}

/* light pink */
table.c-table tbody td:nth-child(5) {
    background-color: #fce8e9!important;
}