/* --- コンテンツ7(オンデマンド配信) ------ */

.table-custom {
  font-size: 0.95rem;
  font-weight: normal !important;
  background: none !important;
  margin: 10px 0 0 0;
  padding: 0;
}

.table-custom table {
  border-collapse: collapse;
  width: 100%;
}

.table-custom td{
  vertical-align: middle;
  padding:10px;
}

.table-custom td span{
  display: inline-block !important;
}

.table-custom td > p{
  line-height: 1.25rem !important;
  margin: 3px 0px;
}

.table-custom tr > td:first-child{
  white-space: nowrap;
  font-weight: 400;
  background-color: #f4f5f7;
  vertical-align: middle;
  line-height: 1.5;
  padding:10px;
  text-align: center;
}

.table-custom tr > td:nth-child(2){
  text-align: left;
}

.table-custom tr > td:nth-child(2) > span,.table-custom tr > td:nth-child(2) > dl > dd > span{
  font-size: 0.85em;
  color:#444;
  padding-left: 0.5rem;
}


.table-custom tr > td:nth-child(2) > span.text-gray{
  font-size: 1em;
  padding-left: 0;
}

.table-custom tr > td:nth-child(2) > dl{
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  border-bottom: dotted 1.5px #ccc;
}

.table-custom tr > td:nth-child(2) > dl > dt > ul,
.table-custom tr > td:nth-child(2) > dl > dd > ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: baseline;
}

.table-custom tr > td:nth-child(2) > dl > dt > ul > li{
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.45;
  padding: 0;
  margin: 0;
}

.table-custom tr > td:nth-child(2) > dl > dt > ul > li:first-child{
  font-size: 0.9em !important;
  font-weight: 500;
  color:#008deb;
  padding-top: 0.15rem;
  padding-left: 0;
  white-space: nowrap;
  line-height: 1.45;
  min-width: 2.25rem;
}

.table-custom tr > td:nth-child(2) > dl > dd{
  padding-top: 2px;
  padding-left: 2.25rem;
}

.table-custom tr > td:nth-child(2) > dl > dd > ul > li{
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.65;
  padding: 0;
  margin: 0;
}

.table-custom tr > td:nth-child(2) > dl > dd > ul > li:first-child{
  white-space: nowrap;
}


.table-custom tr > td:nth-child(2) > dl > dd > ul > li:nth-child(2){
  font-size: 0.85em;
  color:#444;
  padding-left: 0.5em;
}


/* .table-custom tr > td:nth-child(2) > dl:first-child{
  margin-top: 15px;
} */

.table-custom tr > td:nth-child(2) > a{
  text-decoration: underline;
}

.table-custom tr > td:nth-child(2) >iframe{
  width: 100%;
  max-height: 200px;
  margin: 10px 0;
}

.text-gray{
  color: #999 !important;
}


.program-note-tddl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: none !important;
  align-items: center;
}

.program-note-tddl > dt {
  width: 7rem;
  background-color: #F3F3F3;
  text-align:justify;
  text-align-last:justify;
  padding: 5px 15px !important;
  font-weight: 500;
  margin: 0 0 5px;
  font-size: 0.95em;
}

.program-note-tddl > dd {
  width: calc(100% - 7rem);
  background-color: #fff;
  padding: 5px 5px !important;
  margin: 0 0 5px;
}


@media(max-width: 767px) {
  .table-custom  td {
    display: block;
  }
  .table-custom  th,.table-custom td {
    padding: 0.65rem 1rem !important;
  }
  .table-custom tr:hover {
    background: none !important;
  }
  .table-custom td::before {
    content: attr(data-label);
    font-size: .875rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
    font-weight: bold;
  }
  .table-custom tr > td:first-child{
    padding:3px 0 !important;
  }
  .table-custom td:nth-child(1) br {
    display: none;
  }
  .table-custom td:nth-child(1) {
    padding-bottom: 1rem !important;
  }
  .table-custom td:nth-child(2) {
    padding:1.5vw !important;
  }
  .table-custom tr > td:nth-child(2) > dl > dt > ul,
.table-custom tr > td:nth-child(2) > dl > dd > ul{
  display: block;
  align-items: baseline;
}
.table-custom tr > td:nth-child(2) > dl > dd{
  padding-top: 5px;
  padding-left: 0;
}
.table-custom tr > td:nth-child(2) > dl > dd > ul > li:nth-child(2){
  padding-left: 0;
}
.table-custom tr > td:nth-child(2) > dl > dt > ul > li:first-child{
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.table-custom tr > td:nth-child(2) > span,.table-custom tr > td:nth-child(2) > dl > dd > span{
  padding-left: 0;
}
.program-note-tddl{
  display: block;
}
.program-note-tddl > dt,.program-note-tddl > dd {
  width: 100%;
}
.program-note-tddl > dt {
  text-align:left;
  text-align-last:initial;
}
}
