/* --- コンテンツ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{
  font-size: 0.85em;
  color:#444;
  padding-left: 0.5rem;
}


.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;
}


@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;
  }
}
