@charset "UTF-8";
.streaming_contents-list__item a {
  display: block;
  height: 100%;
}

.streaming_contents-cap {
  border-bottom: 1px solid #fff;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.streaming_contents-cap::before {
  content: "■";
  top: -0.2rem;
  position: relative;
  font-size: 0.6em;
  margin-right: 6.4px;
  margin-right: 0.4rem;
}

.streaming_contents-list + .streaming_contents-text {
  margin-top: 1.5rem;
}
.streaming_contents-list + .streaming_contents-cap {
  margin-top: 2rem;
}