@charset "UTF-8";


/* 以下タイムテーブル（マトリックス）画面 */

.sb_timetable_index_matrix .ss_summary, .sb_timetable_index_matrix .speaker{
  font-size:12px;
}

.sb_timetable_index_matrix table tr:last-child td, .sb_timetable_index_matrix table tr:last-child th{
  border-bottom: none;
}

.sb_timetable_index_matrix .no-popup{
  margin-bottom: 100px;
}

.sb_timetable_index_matrix .no-popup a{
  pointer-events: none;
  color: black;
  text-decoration: none;
}

.sb_timetable_index_matrix .day_title{
  font-size: 26px;
}

.sb_timetable_index_matrix .border_none{
  border-bottom: none;
}

.sb_timetable_index_matrix td.no-display{
  display: none;
}

.sb_timetable_index_matrix .sp_display{
  display: none;
}

.sb_timetable_index_matrix td.right_border{
  border-right: 1px solid var(--bs-table-border-color);
}

.sb_timetable_index_matrix td.left_border{
  border-left: 1px solid var(--bs-table-border-color);
}

.sb_timetable_index_matrix tr th[colspan="2"]:nth-of-type(2){
  border-right: 1px solid var(--bs-table-border-color);
}

.sb_timetable_index_matrix tr th:nth-of-type(3):not(:last-of-type){
  border-right: 1px solid var(--bs-table-border-color);
}

.sb_timetable_index_matrix tr th:first-child{
  border-right: 1px solid var(--bs-table-border-color);
}

.sb_timetable_index_matrix .table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
    background-color: inherit;
}

.sb_timetable_index_matrix .table-hover > tbody > tr:hover > * {
    --bs-table-bg-state: inherit;
}

.sb_timetable_index_matrix .pc_border_under{
  border-bottom: 1px solid;
  border-color: inherit;
}

.sb_timetable_index_matrix .pc_noborder_under{
  border-bottom: none;
}

.sb_timetable_index_matrix .noborder, .sb_timetable_index_matrix th.noborder:first-child{
  border: none;
}

.sb_timetable_index_matrix .link-block{
    color: blue;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.sb_timetable_index_matrix .link-block::before {
    content: "";
    width: 18px;
    height: 18px;
    background: #3C3C3C;
    border-radius: 50%;
    margin: auto;
    margin-right: 3px;
}

.sb_timetable_index_matrix .link-block::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 7px;
    bottom: 0;
    transform: translate(0, -50%);
}

.sb_timetable_index_matrix a.display-link{
    pointer-events: initial;
    color: #0D6EFD;
    text-decoration: underline;
}

.sb_timetable_index_matrix a.display-link:hover {
    color: #0A58CA;
}

.sb_timetable_index_matrix tr th.pc_display.no-rightborder {
    border-right:none;
}

.sb_timetable_index_matrix .noborder.pc-border-top, .sb_timetable_index_matrix .noborder.pc-border-top:first-child{
  border-top: 1px solid var(--bs-table-border-color);
}

.sb_timetable_index_matrix td.empty-next{
  display:none;
}

.sb_timetable_index_matrix td.no-display + td.empty-next {
  display:table-cell;
}

.sb_timetable_index_matrix td.empty-icon, .sb_timetable_index_matrix td.no-display + td.empty-next{
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .sb_timetable_index_matrix .ss_form_matrix table td:empty {
    display: none;
  }

  .sb_timetable_index_matrix .pc_display, .sb_timetable_index_matrix th.matrix_day.pc_display {
    display: none;
  }

  .sb_timetable_index_matrix .pc_border_under{
    border:none;
  }

  .sb_timetable_index_matrix table tr:last-child td, .sb_timetable_index_matrix table tr:last-child th{
    border:none;
    border-bottom: 1px solid #dddddd;
  }

  .sb_timetable_index_matrix .border_none{
  border: none;
  }

  .sb_timetable_index_matrix .sp_display{
    display: block;
  }

  .sb_timetable_index_matrix td.right_border{
    border-right: none;
  }

  .sb_timetable_index_matrix td.left_border{
    border-left: none;
  }

  .sb_timetable_index_matrix tr th[colspan="2"]:nth-of-type(2){
    border-right: none;
  }

  .sb_timetable_index_matrix tr th:nth-of-type(3):not(:last-of-type){
    border-right: none;
  }

  .sb_timetable_index_matrix tr th:first-child{
    border-right: none;
  }

  .sb_timetable_index_matrix .pc_noborder_under{
    border-bottom: 1px solid;
    border-color: inherit;
  }

  .sb_timetable_index_matrix .noborder.pc-border-top, .sb_timetable_index_matrix .noborder.pc-border-top:first-child{
    border-top: none;
  }

  .sb_timetable_index_matrix td.no-display + td.empty-next,.sb_timetable_index_matrix td.empty-icon {
    display:none;
  }
}

@media (min-width: 992px) {
  .sb_timetable_index_matrix .modal-content {
    height: calc(100vh - 100px);
}
}

/* 以下タイムテーブル（通常）画面 */
.sb_timetable_index .js-disptable{
  margin-bottom: 20px;
}

.sb_timetable_index .no-popup .ss_title a{
  pointer-events: none;
  color: black;
  text-decoration: none;
}

.sb_timetable_index .css-underborder{
  border-bottom: 1px solid;
  border-color: inherit;
}

.sb_timetable_index .link-block{
    color: blue;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.sb_timetable_index .link-block::before {
    content: "";
    width: 18px;
    height: 18px;
    background: #3C3C3C;
    border-radius: 50%;
    margin: auto;
    margin-right: 3px;
}

.sb_timetable_index .link-block::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 7px;
    bottom: 0;
    transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {

  .sb_timetable_index .css-underborder{
  border-bottom: inherit;
}
}

@media (min-width: 992px) {
  .sb_timetable_index .modal-content {
    height: calc(100vh - 100px);
}
}

/* 以下セッションプレビューページ */
.sb_session_preview .ss_speaker .ss_title{
  margin-bottom: 14px;
}

.sb_session_preview .ss_speaker:not(:last-child){
  margin-bottom: 14px;
}

.sb_session_preview h5{
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sb_session_preview .ss_detailPop p{
  margin-bottom: 3rem;
}

/* 以下customタイムテーブル画面 */
.sb_custom_index .session_timetable{
  display: none;
}

/* 以下ユーザ/アンケート入力画面 */

.sb_userenquete_index .table-items{
  margin-bottom: 0;
}

/* 以下確認画面 */

.sb_confirm_index .table-items{
  margin-bottom: 0;
}

.sb_confirm_index .no-display{
  display: none;
}

/* 以下完了画面 */

.sb_complete_index .btn.btn-next{
  margin:2rem auto;
}