/*	stream
============================== */
.realtime a, a.realtime {
  background-image: url(../img/stream/realtime.svg);
}
.tver a, a.tver {
  background-image: url(../img/stream/tver.svg);
}
.tbsfree a, a.tbsfree {
  background-image: url(../img/stream/tbsfree.svg);
}
.u-next a, a.u-next {
  background-image: url(../img/stream/u-next.svg);
}
/*	.t_stream bottom
============================== */
#stream {
  padding: 3em 0 2em;
  margin: 0 auto 0;
  position: relative;
  background-color: rgba(182, 214, 203, 0.35);
}
#stream::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/bg/bg3.png") center center;
  background-repeat: repeat;
  background-size: auto 300px;
  opacity: 0.4;
  pointer-events: none;
}
div#tsft {
  margin: 0 auto;
  position: relative;
  max-width: 1080px;
}
div#tsft .box a.realtime {
  background-size: 78%;
}
div#tsft .box a.tver {
  background-size: 40%;
}
div#tsft .box a.tbsfree {
  background-size: 72%;
}
div#tsft .box a.u-next {
  background-size: 72%;
}
div#tsft .box a.realtime:hover {
  background-size: 78%;
}
div#tsft .box a.tver:hover {
  background-size: 40%;
}
div#tsft .box a.tbsfree:hover {
  background-size: 72%;
}
div#tsft .box a.u-next:hover {
  background-size: 72%;
}
div#tsft .inner {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  justify-content: center;
}
div#tsft .caution {
  text-align: center;
  color: #3A3A3A;
  font-size: 85%;
  padding: 2.25em 0 0;
}
div#tsft .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: stretch;
}
div#tsft .box a {
  display: block;
  width: 100%;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #6FAF9B;
  transition: 0.3s;
}
div#tsft .box a:hover {

}
div#tsft .txt {
  font-weight: 500;
  width: 100%;
  color: #3A3A3A;
  text-align: center;
  font-size: 90%;
  padding: .6em 0 0;
}
@media all and (min-width: 992px) {
  .box_realtime {
    width: 20%; /*width:38%;*/
  }
  .box_tver {
    width: 36%;
    margin: 0 0 0 3%;
  }
  .box_u-next {
    width: 20%;
    margin: 0 0 0 3%;
  }
  a.tver, a.tbsfree {
    width: 49% !important;
  }
}
@media all and (max-width: 991px) {
  div#tsft {
    width: 100%;
  }
  div#tsft .box a {
    height: 8vw;
    height: 7.5vw;
  }
}
@media all and (max-width: 991px) {
  #stream {
    margin: 0 auto 5%;
    padding: 1.25% 0 3%;
  }
  #stream::before {
    background-size: auto 200px;
  }
  #stream h2 {
    font-size: 10vw;
    padding: 0 4.5vw 2.6vw 4vw;
  }
  #stream h2 span {
    font-size: 5.5vw;
  }
  div#tsft {
    width: 100%;
  }
  div#tsft .inner {
    width: 94%;
  }
  .box_realtime, .box_u-next {
    width: 55%;
    margin: 0 auto;
  }
  .box_tver {
    width: 96%;
    margin: 5% auto;
  }
  .box_u-next {
    margin: 0 auto;
  }
  a.tver, a.tbsfree {
    width: 49% !important;
  }
  div#tsft .box a {
    height: 16vw;
  }
  div#tsft .txt {
    font-size: 3.4vw;
    margin: 0 0 0;
    padding: 2% 0 0;
  }
  div#tsft .caution {
    font-size: 2.6vw;
    padding: 5% 0 1.5%;
  }
  div#tsft .box a.realtime {
    background-size: 70%;
  }
}
/*	.t_stream top
============================== */
#stream {
  padding: 3em 0 4em;
  margin: 0 auto 0;
  position: relative;
  background: url(../img/top/) no-repeat center center;
  background-color: #E5F1ED;
}
#stream::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 20px;
  background-image: url(../img/top/line.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  bottom: 0;
}
div#tsft2 {
  margin: 0 auto;
  position: relative;
  max-width: 1080px;
}
div#tsft2 .box a.tver {
  background-size: 35%;
}
div#tsft2 .box a.tbsfree {
  background-size: 68%;
}
div#tsft2 .inner {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  justify-content: center;
}
div#tsft2 .caution {
  text-align: center;
  color: #fff;
  font-size: 85%;
  padding: 2.25em 0 0;
}
div#tsft2 .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: stretch;
  margin: 0 auto;
  width: 50%;
}
div#tsft2 .box a {
  display: block;
  width: 100%;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #6FAF9B
}
div#tsft2 .txt1 {
  font-weight: 400;
  width: 100%;
  color: #3A3A3A;
  text-align: center;
  font-size: 150%;
  padding: 0 0 .8em 0;
}
div#tsft2 .txt2 {
  font-weight: 400;
  width: 100%;
  color: #3A3A3A;
  text-align: center;
  font-size: 125%;
  padding: .8em 0 0 0;
}
@media all and (min-width: 992px) {
  .box_realtime {
    width: 20%; /*width:38%;*/
  }
  .box_tver {
    width: 40%;
    margin: 0 0 0 3%;
  }
  .box_u-next {
    width: 20%;
    margin: 0 0 0 3%;
  }
  a.tver, a.tbsfree {
    width: 49% !important;
  }
  #tsft2 a.tver, a.tbsfree {
    width: 48% !important;
  }
}
@media all and (max-width: 991px) {
  div#tsft2 {
    width: 100%;
  }
  div#tsft2 .box a {
    height: 8vw;
    height: 7.5vw;
  }
}
@media all and (max-width: 991px) {
  #stream {
    margin: 0 auto;
    padding: 5vw 0 8vw;
  }
  #stream::after {
    height: 15px;
    background-size: auto 15px;
  }
  #stream h2 {
    font-size: 10vw;
    padding: 0 4.5vw 2.6vw 4vw;
  }
  #stream h2 span {
    font-size: 5.5vw;
  }
  div#tsft2 {
    width: 100%;
  }
  div#tsft2 .inner {
    width: 92%;
  }
  .box_realtime, .box_u-next {
    width: 55%;
    margin: 0 auto;
  }
  .box_tver {
    width: 96%;
    margin: 5% auto;
  }
  .box_u-next {
    margin: 0 auto;
  }
  a.tver, a.tbsfree {
    width: 49% !important;
  }
  div#tsft2 .box {
    width: 94%;
  }
  div#tsft2 .box a {
    height: 16vw;
  }
  div#tsft2 .txt1 {
    font-size: 3.8vw;
    margin: 0 0 0;
    padding: 3% 0 2%;
  }
  div#tsft2 .txt2 {
    font-size: 3.4vw;
    margin: 0 0 0;
    padding: 2% 0 3%;
  }
  div#tsft2 .caution {
    font-size: 2.6vw;
    padding: 5% 0 1.5%;
  }
  div#tsft2 .box a.realtime {
    background-size: 70%;
  }
}
