/*タイトル*/
.ttl-ribbon {
  text-align: center;
}
.ttl-ribbon img {
  max-height: 55px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: auto;
}
.comichan-block-area {
  background: url(../images/comichan/common/bg_border.png) repeat left top;
  padding: 3rem 0;
}
.comichan-block-inner {
  border-radius: 3rem;
  padding: 3rem 5rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

/*----------------------------------------------------
　番組
----------------------------------------------------*/
.category-area .time {
  color: #91539D;
  font-weight: bold;
}
.category-area .airtime {
  background-color: #F1E6F2;
  line-height: 1.4;
}
.category-area .detail {
  margin-bottom: 1.5rem;
}
.ch img {
  width: 90px;
}
a.btn-official,
a.btn-detail,
a.btn-movie {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 0.8rem 1rem;
  text-align: center;
  border-radius: 1rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin: 3px 0;
}
a.btn-official:after,
a.btn-detail:after,
a.btn-movie:after {
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  right: 1rem;
  line-height: 1.2;
  top: 50%;
  margin-top: -0.5em;
}
a.btn-official:hover,
a.btn-detail:hover,
a.btn-movie:hover {
  opacity: 0.7;
}
a.btn-official {
  background-color: #F9E621;
  color: #222;
}
a.btn-detail {
  background-color: #333;
}
a.btn-movie {
  background-color: #006CC7;
}
@media screen and (max-width: 767.98px) {
  .comichan-block-inner {
    border-radius: 2rem;
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 575.98px) {
}