/* 成績ボタン */
.grade_btn{
    background: #3c9dff!important;
    border: solid 5px #368DE6!important;
    margin-left: 20px;
  }


.register_table{
    margin-bottom: 30px;
}

.table_details_link{
    text-align: right;
}

.grade_column{
    font-size: 0.9rem;
}
.grade_detail_title{
    background-color:#707070;
    border-radius: 3px;
    padding: 0 4px;
    color: #fff;
    font-size: 0.9rem;
}
.grade_detail{
    text-align: left;
}
.pulldown_item_table tr td:last-child{
    padding: 0;
}

.table_contents > table tr td:first-child{
    width: 50px;
    text-align: center;
    white-space: normal;
}

.table_contents2 table tr td:first-child{
    width: 30%!important;
    white-space: normal!important;
}

.table_blue{
    color: #000!important;
    font-size: 1.1rem!important;
    opacity: 0.9;
}
.grade_title{
    margin-left: 30px;
    padding: 5px 0;
    font-weight: bold;
}

.grade_title:first-letter{
    font-size: 140%;
}

.info_input_table tr td .notice_no_deadline_check{
    margin-left: 65px;
}

.info_input_table tr td .notification_tgt_kb{
    margin-right: 30px;
}

.info_input_table tr td .checkbox_txt{
    margin-left: 5px;
}

/* 試験結果：ブルー */
.bl::first-letter{
    color: blue;
}
.exm tr td:first-child{
    color: #000;
}
/* テスト結果：グリーン */
.gr::first-letter{
    color: green;
}
.tst tr td:first-child{
    color: #000;
    background-color:#62fd81!important;
}
.tst tr td:first-child:after {
    border-left: 10px solid #62fd81;
}
/* アクティブコンテンツ：オレンジ */
.or::first-letter{
    color: orange;
}

/* アクティブドリル：ピンク */
.pn::first-letter{
    color: #FD1D68;
}
.drl tr td.table_blue,
.drl .pulldown_items td{
    background-color:#fd62f0!important;
}
.drl tr td.table_blue:after {
    border-left: 10px solid #fd62f0;
}
.drl .table_details_link button{
    color: #FFF;
    background:#fd62f0;
    border-bottom: solid 2px #94388c;
}

/* アクティブトレーニング：パープル */
.pp::first-letter{
    color: purple;
}
.trn tr td.table_blue,
.trn .pulldown_items td{
    background-color:#8162fd!important;
}
.trn tr td.table_blue:after {
    border-left: 10px solid #8162fd;
}
.trn .table_details_link button{
    color: #FFF;
    background:#8162fd;
    border-bottom: solid 2px #4d1147;
}

/* ファンダメンタル：レッド */
.rd::first-letter{
    color: red;
}
.fnd tr td.table_blue,
.fnd .pulldown_items td{
    background-color:#fd8272!important;
}
.fnd tr td.table_blue:after {
    border-left: 10px solid #fd8272;
}
.fnd .table_details_link button{
    color: #FFF;
    background:#fd8272;
    border-bottom: solid 2px #94372b;
}

/* ラップ：イエロー */
.yl::first-letter{
    color: #5e5b05
}
.rap tr td.table_blue,
.rap .pulldown_items td{
    background-color:#fdcf62!important;
}
.rap tr td.table_blue:after {
    border-left: 10px solid #fdcf62;
}
.rap .table_details_link button{
    color: #FFF;
    background:#fdcf62;
    border-bottom: solid 2px #a68026;
}