/*-------未取得アイコン-------*/
.badge.badge-notget {
  background-color: #50a5f1 !important;
  color: #fff;
}

/*-------一覧背景色-------*/
.row-bg-lightred {
    background: rgba(252, 218, 218, 0.5) !important;
    font-weight: bold;
}

.row-bg-deepred {
    background: rgba(244, 106, 106, 0.5) !important;
    font-weight: bold;
}

/*-------table-------*/
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333 !important;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}

.table td,
.table th {
  padding: .75rem .3rem .6rem .3rem;
  vertical-align: middle;
}

.table p {
  margin-bottom: 0 !important;
}

/*-------table sp-------*/

@media screen and (max-width: 768px) {
  .table tr {
    border-bottom: 1px solid #dee2e6;
  }

  .table td,
  .table th {
    border-top: none;
    border-bottom: none;
    padding: .6rem .3rem .0rem .3rem;
  }
}
