.c5-table{
  width: 95%;
  margin-bottom: 0;
}

.c5-table th,
.c5-table td{
  border: none;
}

.s5-row__col2.ex{
  width: 20%;
}

.c5-table2{
  margin: 0 auto;
}

/*
.c5-table2 th:first-child,
.c5-table2 th:last-child,
.c5-table2 th:first-child,
.c5-table2 th:last-child{
  width: 49%;
}

.c5-table2 th:nth-child(2),
.c5-table2 td:nth-child(2){
  width: 20px;
  border: none;
}
*/
.c5-table2 th{
  text-align: center;
}
.c5-table2 th,
.c5-table2 td{
  border: 1px solid #e4e7ec;
}

.c5-row{
  display: flex;
  justify-content: space-between;
}

.c5-row__col2{
  width: 48%;
}

@media screen and (max-width: 1200px) {
  .c5-table{
    width: 100%;
    margin-bottom: 0;
  }
  .s5-row{
    display: block;
  }
  .s5-row__col2{
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .s5-row__col2.ex{
    width: 90%;
    margin: 0 auto;
  }

  .c5-row{
    display: block;
  }
  .c5-row__col2{
    width: 100%;
  }
}