@charset "UTF-8";

/*-------tableレイアウト調整-------*/
#all_course + .block_table_1 table {
    width: fit-content;
    min-width: fit-content;
    margin: 0 auto;
}
#all_course + .block_table_1 table th {
    text-align: left;
}
#all_course + .block_table_1.w60 table tr:nth-of-type(1)>th:first-child {
    width: fit-content;
}


#corse_table + div table tr:nth-of-type(n+2) th{
  text-align: left;
}