@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : contents.css
Description : 放送内容
===================================================================== */
/* =====================================================================
    一覧
======================================================================*/
.bg_deco::before, .bg_deco::after {
  top: 27rem;
}

.contents {
  padding: 12rem 0 20rem;
}
.contents .sec_ttl {
  margin-bottom: 7rem;
}

.theme .btn_more {
  margin-bottom: 7rem;
}

.theme_inner {
  margin-bottom: 19rem;
}
.theme_inner:last-child {
  margin-bottom: 0 !important;
}

.next_date_box {
  text-align: center;
  margin-bottom: 5rem;
  padding: 3.5rem 0;
  font-weight: 700;
  font-size: 3.2rem;
  background-color: #fff;
  border-top: 0.4rem solid #e72717;
  border-bottom: 0.4rem solid #e72717;
}

@media screen and (min-width: 768px) {
  .bg_deco::before, .bg_deco::after {
    z-index: 5;
  }
  .theme .btn_more {
    margin-bottom: 3rem;
  }
  .theme_inner {
    margin-bottom: 13rem;
  }
  .next_date_box {
    padding: 2.3rem 0;
    font-size: 2.4rem;
  }
}
/* =====================================================================
    詳細
======================================================================*/
.contents_detail {
  position: relative;
  padding-bottom: 8rem;
  background: url(../images/common/bg_pattern2.jpg) repeat center/19rem auto;
}
.contents_detail::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #6accec;
  background-image: repeating-linear-gradient(to right, #0099d9, #0099d9 0.2rem, transparent 0.2rem, transparent);
  background-size: 0.5rem 0.5rem;
  top: auto;
  bottom: 0;
}
.contents_detail .next_date_box {
  margin-bottom: 8rem;
}
.contents_detail .theme_list dt {
  display: block;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 100%;
}

.contents_item {
  margin: 0 auto 7rem;
  width: calc(630 / 720 * 100%);
  line-height: 1.55;
}
.contents_item a {
  display: inline;
  text-decoration: underline;
  color: #4163c1;
  overflow-wrap: break-word;
}

.contents_item_ttl {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 700;
  color: #e72717;
  border-bottom: 0.25em dotted #e72717;
}

@media screen and (min-width: 768px) {
  .contents_detail .next_date_box {
    margin-bottom: 6rem;
  }
  .contents_detail .theme_list {
    width: calc(700 / 1200 * 100%);
  }
  .contents_detail .theme_list dt {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  .contents_item {
    margin: 0 auto 7rem;
    width: calc(700 / 1200 * 100%);
  }
  .contents_item a:hover {
    color: #e72717;
  }
  .contents_item_ttl {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    font-weight: 700;
    color: #e72717;
    border-bottom: 0.25em dotted #e72717;
  }
}
/*# sourceMappingURL=contents.css.map */