@charset "UTF-8";

.p-learning .p-learning-detail-figure .sortTable {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 425px;
  margin-right: -10px;
}
.p-learning .p-learning-detail-figure .sortTable:before, .p-learning .p-learning-detail-figure .sortTable:after {
  content: "";
  position: absolute;
  right: 17px;
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  z-index: 1;
}
.p-learning .p-learning-detail-figure .sortTable:before {
  top: 0;
  background-image: url(../img/common/img_table_right_top.png);
}
.p-learning .p-learning-detail-figure .sortTable:after {
  bottom: 0;
  background-image: url(../img/common/img_table_right_bottom.png);
}
.p-learning .p-learning-detail-figure .sortTable__inner {
  position: relative;
  overflow-y: auto;
  max-height: 406px;
  padding-right: 10px;
  border-radius: 20px;
}
.p-learning .p-learning-detail-figure .sortTable__inner::-webkit-scrollbar {
  width: 7px;
}
.p-learning .p-learning-detail-figure .sortTable__inner::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: rgb(221, 221, 221);
}
.p-learning .p-learning-detail-figure .sortTable__inner::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: -webkit-linear-gradient(top, rgba(91,118,249,1) 0%, rgba(36,173,228,1) 100%);
  background: -moz-linear-gradient(top, rgba(91,118,249,1) 0%, rgba(36,173,228,1) 100%);
  background: -o-linear-gradient(top, rgba(91,118,249,1) 0%, rgba(36,173,228,1) 100%);
  background: -ms-linear-gradient(top, rgba(91,118,249,1) 0%, rgba(36,173,228,1) 100%);
  background: linear-gradient(to bottom, rgba(91,118,249,1) 0%, rgba(36,173,228,1) 100%);
}
.p-learning .p-learning-detail-figure .sortTable__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.p-learning .p-learning-detail-figure .sortTable__table th,
.p-learning .p-learning-detail-figure .sortTable__table td {
  border: solid 1px #dddddd;
  border-top: none;
  border-left: none;
}
.p-learning .p-learning-detail-figure .sortTable__table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
  height: 73px;
  padding: 5px 10px 20px;
  border-top: solid 1px #dddddd;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  background-image: url(../img/learning_status/icon_sort_default.png);
  background-size: 7px auto;
  background-color: #e8eef2;
  background-repeat: no-repeat;
  background-position: left 50% bottom 5px;
}
.p-learning .p-learning-detail-figure .sortTable__table thead th.header {
  width: auto;
  box-shadow: none;
  z-index: auto;
}
.p-learning .p-learning-detail-figure .sortTable__table thead th.headerSortDown {
  background-image: url(../img/learning_status/icon_sort_down.png);
  background-position: left 50% bottom 10px;
}
.p-learning .p-learning-detail-figure .sortTable__table thead th.headerSortUp {
  background-image: url(../img/learning_status/icon_sort_up.png);
  background-position: left 50% bottom 10px;
}
.p-learning .p-learning-detail-figure .sortTable__table thead th:first-child {
  border-left: solid 1px #dddddd;
  border-radius: 20px 0 0 0;
}
.p-learning .p-learning-detail-figure .sortTable__table thead th:last-child {
  border-radius: 0 20px 0 0;
}
.p-learning .p-learning-detail-figure .sortTable__table tbody tr:nth-child(even) {
  background-color: #f8faff;
}
.p-learning .p-learning-detail-figure .sortTable__table tbody tr td {
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-learning .p-learning-detail-figure .sortTable__table tbody tr td.txtRed {
  color: #e25612;
}
.p-learning .p-learning-detail-figure .sortTable__table tbody tr td .kana {
  display: none;
}
.p-learning .p-learning-detail-figure .sortTable__table tbody tr td:first-child {
  border-left: solid 1px #dddddd;
}
.p-learning .p-learning-detail-figure .sortTable__table tbody tr td a {
  text-decoration: underline;
}
.p-learning .p-learning-detail-figure .sortTable__table tbody tr td a:hover {
  text-decoration: none;
}
.p-learning .p-learning-detail-figure .sortTable__table tfoot th,
.p-learning .p-learning-detail-figure .sortTable__table tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
  height: 37px;
  padding: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background-color: #e8eef2;
}
.p-learning .p-learning-detail-figure .sortTable__table tfoot th:first-child,
.p-learning .p-learning-detail-figure .sortTable__table tfoot td:first-child {
  border-left: solid 1px #dddddd;
  border-radius: 0 0 0 20px;
}
.p-learning .p-learning-detail-figure .sortTable__table tfoot th:last-child,
.p-learning .p-learning-detail-figure .sortTable__table tfoot td:last-child {
  border-radius: 0 0 20px 0;
}
.p-learning .p-learning-detail-figure .sortTable__table tfoot td {
  text-align: left;
}
