/* .table-pdf：予想PDF
---------------------------------------------------------------------------- */
.table-pdf table {width: 100%;}
.pdf-banner, .pdf-aokei, .pdf-akakei, .pdf-cycle {
  margin-bottom: 32px;
}

.pdf-banner table,
.pdf-aokei table:first-child,
.pdf-akakei table:first-child,
.pdf-cycle table:first-child {
  margin-bottom: 16px;
}

.pdf-banner table th {
  padding: 8px 0;
 }

.table-pdf table th {
  width: 200px;
  padding: 8px;
  background-image: url(../../img/bg_noise.png);
}
.table-pdf table td {
  padding-left: 8px;
}

/*.pdf-banner img {
  width: auto;
  max-width: 100%;
  height: auto;
}*/

.bg-213{
  background-color: rgba(55, 65, 81, 0.6);
  background-image: url(../../img/bg_noise.png);
}
.pdf-banner table .bg-213 { background-color: #ae9600;}
.pdf-aokei table:first-child .bg-213 { background-color: #0018ae;}
.pdf-akakei table:first-child .bg-213 { background-color: #ae0018;}
.pdf-cycle table:first-child .bg-213 { background-color: #00ae18;}

.table-pdf ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -2px;
}

.table-pdf li {
  width: 16.6%;
  padding: 2px;
}
.table-pdf li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background-color: rgba(55, 65, 81, 0.6);
  border-left: 2px solid #eddc7e;
  border-right: 2px solid #ae9600;
  letter-spacing: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  padding: 1em 2px;
}

.table-pdf li a::before,
.table-pdf li a::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  left: 0;
  background: linear-gradient(to right, #eddc7e 0%, #ae9600 100%);
}
.table-pdf li a::before {
  top: 0;
}
.table-pdf li a::after {
  bottom: 0;
}

.table-pdf li a:hover, .table-pdf li a:focus {
  color: #fff;
  text-decoration: none;
  top: 2px;
  opacity: 0.8;
}


@media (max-width:767.9px) {
  .pdf-aokei table:first-child,
  .pdf-akakei table:first-child,
  .pdf-cycle table:first-child {
    margin-bottom: 0;
  }

  .table-pdf table th {
    width: 100%;
  }
  .table-pdf table td {
    padding-left: 0;
    padding-top: 8px;
  }
  .table-pdf table, .table-pdf table tbody, .table-pdf table tr, .table-pdf table th, .table-pdf table td {
    display: block;
  }
  .table-pdf li {
    width: 25%;
  }
  .bg-213 .glyphicon {margin-right: 4px;}
  .bg-213 > br {display: none!important;}
}

/* .tab-area：AI予想タブ切り替え
---------------------------------------------------------------------------- */
.tab-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -2px 24px -2px;
}

.tab {
  position: relative;
  width: calc(25% - 4px);
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background-color: rgba(55, 65, 81, 0.6);
  border-left: 2px solid #eddc7e;
  border-right: 2px solid #ae9600;
  letter-spacing: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  margin: 2px;
  padding: 1em 2px;
  cursor: pointer;
}

.tab:hover {
  top: 2px;
  opacity: 0.8;
}

.tab::before,
.tab::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  left: 0;
  background: linear-gradient(to right, #eddc7e 0%, #ae9600 100%);
}

.tab::before {
  top: 0;
}

.tab::after {
  bottom: 0;
}

.tab:focus,
.tab.active {
  background: linear-gradient(to right, #eddc7e 0%, #ae9600 100%);
  color:#27272A;
}

.tab-area-content .tab-content {
  display: none;
}
.tab-content.show {
  display: block;
}

@media (min-width:768px) {
  .tab-area {
    gap:8px;
  }
  .tab {
    flex:1;
  }
}

.title-aiyosou {
  margin-bottom: 0;
  padding: 8px;
  background-color: rgba(55, 65, 81, 0.6);
  background-image: url(../../img/bg_noise.png);
  font-size: 24px;
  font-weight: bold;
}


/*動画表示領域
---------------------------------------------------------------------------- */
.movie{
  overflow: hidden;
}
.movie img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.movie img:hover{ cursor: pointer;}
.movie .arrow {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
  width: 70px;
  height: 49px;
  cursor: pointer;
  background-image:url(../../img/icon_youtube_rgb.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .scroll-y
---------------------------------------------------------------------------- */
/* スクロールバー指定 */
.scroll-y {
  padding-right: 12px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-y::-webkit-scrollbar {
  -webkit-appearance: none;
    display: none;
}

#video .scroll-y {
  height: 776px;
}
@media (min-width:768px) {
  #video .scroll-y {
    height: 1044px;
  }
}

  .simplebar-scrollbar::before {
  background-color: #ae9600;
  border-radius: 4px;
  width: 8px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
  .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }

  .simplebar-track {
  background-color: rgba(55, 65, 81, 0.2);
    border-radius: 4px;
      width: 8px;
      padding: 0;
  }
.simplebar-track.simplebar-vertical {
  width: 8px;
}