@charset "UTF-8";
.table-head-fixed th{
    width: max-content !important;
}
.table-head-fixed {
    width: max-content !important;
}

.table-head-fixed th,
.table-head-fixed td{
	vertical-align: middle;
    color: #212529;
    font-size: inherit;
	text-align: left;
	border-bottom: solid thin #B2B2B2!important;
}

.table-head-fixed .access_info {
    background: #ececec !important;
}

.table-head-fixed .user_info {
    background: #E5EDF8!important;
}

.table-seminar .comment,
.table-contact .comment{
    width: 600px!important;
}

.table.table-head-fixed {
    border-collapse: inherit;
    border-spacing: 0;
}

.table.table-head-fixed thead tr:nth-child(1) {
    position: sticky;
    top: 0;
    z-index: 10;
}

.table.table-head-fixed thead tr:nth-child(2) {
    position: sticky;
    top: 50px;
    z-index: 10;
}

.table-reponsive .table.table-head-fixed thead tr:nth-child(2) {
    top: 42px;
}

.table-reponsive {
    max-height: calc(100vh - 350px);
}