.txt_fugi ruby {
    font-size: 10px;
    position: relative;
    top: -3.8em;
}
th .txt_fugi ruby {
    font-size: 8px;
}

.btn_action .txt_fugi ruby {
    position: relative;
    top: -3.2em;
}

.ico_cup_gold{
    background: url(../images/cup_gold.svg) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.ico_cup_bronze{
    background: url(../images/cup_brown.svg) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.ico_cup_silver{
    background: url(../images/cup_sliver.svg) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.row_date {
    max-width: 50px;
}

.ico_comment {
    cursor: pointer;
}
.col-date {
    max-width: 40px;
}
.disable_td {
    background-color: #ededed;
}
.btn_table {
    text-decoration: none !important;
}
.disable_submit {
    opacity: .65;
    cursor: default;
}
.line_menu {
    cursor: pointer;
}
.menu_choose {
    background-color: #ededed;
}
.sign_out {
    text-decoration: none !important;
}
.ico_menu {
    cursor: pointer;
}
.ico_mail {
    cursor: pointer;
}
.rt {
    font-size: 50%;
    top: -3.2em;
}
.txt_line_menu {
    font-size: 20px;
}
.ico_crown1{
    background: url(../images/semester_1.svg) center no-repeat;
    background-size: 100%;
    width: 60px;
    height: 100%;
    display: block;
}
.ico_crown2{
    background: url(../images/semester_2.svg) center no-repeat;
    background-size: 100%;
    width: 60px;
    height: 100%;
    display: block;
}
.ico_crown3{
    background: url(../images/semester_3.svg) center no-repeat;
    background-size: 100%;
    width: 60px;
    height: 100%;
    display: block;
}
.ico_crown1_disable{
    background: url(../images/semester_1_disable.svg) center no-repeat;
    background-size: 100%;
    width: 60px;
    height: 100%;
    display: block;
}
.ico_crown2_disable{
    background: url(../images/semester_2_disable.svg) center no-repeat;
    background-size: 100%;
    width: 60px;
    height: 100%;
    display: block;
}
.ico_crown3_disable{
    background: url(../images/semester_3_disable.svg) center no-repeat;
    background-size: 100%;
    width: 60px;
    height: 100%;
    display: block;
}
rt {
    font-size: 70%;
}
.box_graph {
    height: 80px;
    display: flex;
    align-items: center;
}
.award_right {
    display: flex;
    align-items: center;
}
.ui-link {
    cursor: pointer;
}
.disable_click {
    pointer-events: none;
}
.ico_crown {
    width: 80px;
}
.ico_cup {
    width: 80px;
    height: 68px;
}
.col-title {
    min-width: 95px !important;
}
.col-medal {
    min-width: 60px !important;
}
.col-cup {
    min-width: 98px !important;
}
#table_drill th.col-mode, #name_table tr td:nth-child(1) {
    width: 250px;
}
#table_drill.table-bordered td {
    vertical-align: middle;
}
.humber_menu {
    height: 45px;
    width: 45px;
}
.ico_menu {
    height: 40px !important;
    width: 40px !important;
}
.animation-in{
    visibility:hidden;
    animation: animation-opacity 2s;
}
@keyframes animation-opacity {
    10% {opacity: 0;}
}
.noti::before {
    height: 12px !important;
    width: 12px !important;
}
.ico_mail {
    width: 34px !important;
    height: 24px !important;
}
#div_name_system {
    padding: 0px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.book_logo {
    margin-left: 50px;
    margin-top: 10px;
}
.logo_drill_student {
    margin-right: 140px;
}
.toast-top-right {
    top: 80px !important;
}
#table_drill th{
    vertical-align: middle;
}
@media (max-width: 1366px) {
    .btn_awarded{
        margin: 0 2.5px 0 0;
    }
    .btn_withdraw{
        margin: 0 0 0 2.5px;
    }
    .col-mode{
        width: 215px !important;
    }
    .col-drill {
        width: 80px;
    }
    .col-date {
        width: 50px !important;
    }
    .col-cmt {
        width: 70px !important;
    }
    .padding-rl-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 1200px) {
    #table-drill thead tr th:nth-child(3) {
        width: 640px;
        max-width: 640px;
        min-width: 640px;
    }
    #table-drill {
        height: 58vh;
    }
}

@media only screen and (max-width: 1200px) {
    #table-drill thead tr th:nth-child(3) {
        width: 325px;
        max-width: 325px;
        min-width: 325px;
    }
    #table-drill thead tr th:nth-child(4) {
        width: 60px;
        max-width: 60px;
        min-width: 60px;
    }
    #table-drill {
        height: 50vh;
    }
}

@media (max-width: 1024px) {
    #table-drill {
        height: 67vh;
    }
}

@media (max-width: 768px) {
    .txt_fugi{
        font-size:15px;
    }
    .btn_awarded{
        margin: 0 5px 0 5px;
    }

    .btn_withdraw{
        margin: 0 5px 0 0;
    }
    .padding-rl-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .td_btn_action{
        padding: 8px 0 !important;
    }
    .col-mode{
        width: 215px !important;
    }
    .col-drill {
        width: 51px;
    }
    .col-title {
        min-width: 0 !important;
    }

    .col-cmt {
        width: 70px !important;
    }
    #table-drill thead tr th:nth-child(3) {
        width: 235px;
        max-width: 235px;
        min-width: 235px;
    }
    #table-drill thead tr th:nth-child(4) {
        width: 55px;
        max-width: 55px;
        min-width: 55px;
    }
    #table-drill thead tr th:nth-child(6) {
        width: 110px!important;
        max-width: 110px;
        min-width: 110px !important;
    }
    #table-drill {
        height: 65vh;
    }
    .btn_awarded {
        font-size: 10px;
        width: 90px;
        max-width: 90px;
        min-width: 90px;
    }
    .btn_withdraw {
        font-size: 10px;
        width: 90px;
        max-width: 90px;
        min-width: 90px;
    }
}

#table-drill {
    overflow: auto;
    background-color: #FFFFFF;
    margin-top: 10px;
}
#table-drill table th {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    border-bottom: 1px solid #e3e6f0;
    border-top: 2px solid #e3e6f0;
    z-index: 3;
}
#body-drill-student tr td{
    border-top: none !important;
}
#body-drill-student tr .td_drill{
    border-left: 2px solid #e3e6f0;
}
#table-drill table {
    border-collapse: separate !important;
    border-spacing: 0;
}
.div-gif-animation {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-gif-cup img {
    height: 35vh;
}
.close_gif {
    position: absolute;
    right: 138px;
    top: 30px;
    width: 45px;
    height: 45px;
    opacity: 0.9;
    z-index: 99;
}
.close_gif:hover {
    opacity: 1;
}
.close_gif:before, .close_gif:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 50px;
    width: 2px;
    background-color: #F7D358;
}
.close_gif:before {
    transform: rotate(45deg);
}
.close_gif:after {
    transform: rotate(-45deg);
}
#fire-animation {
    position: absolute;
    z-index: 90;
    height: 90vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#crown-animation {
    position: absolute;
    z-index: 99;
    height: 60vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-cup-animation {
    position: relative;
}
.cup-animation-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tt_left {
    min-width: 345px;
}
.content_tt .line_tt_left {
    margin-left: 10px;
}
.content_tt {
    display: flex;
}
.matomari_unit {
    position: absolute;
    z-index: 99;
    height: 60vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F7D358;
    font-size: 40px;
    font-family: "ＭＳ Ｐ明朝" ;
    font-weight: bold;
}
.td_btn_action {
    height: 62px;
    min-height: 62px !important;
}
.logo_bot{
    margin-left: 44.5%;
    margin-bottom: -10px;
}
.name_student{
    font-size:20px;
    padding-left:60px;
    height: 75px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    width: 210px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.name_student p {
    margin: 0px 0px !important;
}
.box_student{
    border-radius: 5px;
    box-shadow: -3px 5px 5px rgba(0,0,0,0.1);
    height:75px;
    background:#fff;
    width: 230px;
    margin: 0 auto;
    position:relative;
    border: 1px solid #ccc;
}
a.box_student{
    width: 230px;
    height:75px;
    background:#fff;
    border-radius:5px;
    box-shadow:-3px 3px 0px #f0b831;
    margin: 7px;
    position:relative;
    text-decoration:none;
    transition:all 0.5s;
    display:block;
    color:#000;
}
a.box_student:focus{
    transition:all 0.5s;
    text-decoration:none;
    box-shadow:2px 2px 2px #f0b831;
}
a.box_student:last-child{
    margin-bottom:0;
}
.name_students_class {
    letter-spacing: -3px;
}
#table-drill thead tr th:nth-child(6) {
    min-width: 105px !important;
}
