@charset "UTF-8";
/*@import "editor-style.css";*/
/*
Theme Name: RKB毎日放送(オンライン統合)
*/
/*

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/
/* 基本フォント: ゴシック */
body {
  font-family: 'Noto Sans JP',  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  background: #000000;
  color: #FFFFFF; }

.gothic {
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.075em; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  max-width: 100%; }

a:hover img {
  opacity: 0.8; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto; }

i, em {
  font-style: normal; }

/* 動画埋め込みのレスポンシブ対応 */
iframe {
  max-width: 100%; }

.responsive_video {
  position: relative; }
  .responsive_video video, .responsive_video iframe, .responsive_video object, .responsive_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.responsive_video:before {
  content: "";
  display: block;
  padding-top: 56.25%; }

/* テーブル */
table {
  width: 100%;
  table-layout: fixed; }
  table th, table td {
    padding: 10px 10px; }

/* テーブル 汎用class */
.tbl th, .tbl td {
  border: 1px solid #b2b2b2; }

/* スクロール テーブル */
.js-scrollable {
  overflow-x: auto; }
  .js-scrollable table {
    min-width: 748px; }

/* 指定デバイスのみで表示するclass */
@media (min-width: 1024px) {
  .tb:not(.pc) {
    display: none; }

  .sp:not(.pc) {
    display: none; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .pc:not(.tb) {
    display: none; }

  .sp:not(.tb) {
    display: none; } }
@media (max-width: 767px) {
  .pc:not(.sp) {
    display: none; }

  .tb:not(.sp) {
    display: none; } }
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.txt_ellipsis_line1 {
  -webkit-line-clamp: 1; }

.txt_ellipsis_line2 {
  -webkit-line-clamp: 2; }

.txt_ellipsis_line3 {
  -webkit-line-clamp: 3; }

.txt_ellipsis_line4 {
  -webkit-line-clamp: 4; }

.txt_ellipsis_line5 {
  -webkit-line-clamp: 5; }

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper {
  overflow-x: hidden; }

.container {
  /*width: 1220px;
  padding: 0 10px;*/
  width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 100%; }

.section {
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.pg_header {
  /*padding: 15px 0;*/
  /*background-color: #ccc;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px; }

.pg_header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.pg_header .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-top: 6px solid #d2367f;
  background: #313131;
  background-image: url("img/pg_header_bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  min-height: 115px;
  padding: 30px 15px 30px 60px;
  position: relative;
  /*.tt1:before{
    content: "";
    width: 100px;
    height: 40px;
    margin-right: 15px;
    background-image: url('img/tt1_logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
  }*/ }
  .pg_header .inner .tt1 {
    width: 100%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    font-size: 34px;
    font-weight: 900; }
  .pg_header .inner .link {
    position: absolute;
    bottom: 15px;
    right: 15px; }
    .pg_header .inner .link a {
      display: block;
      min-width: 160px;
      padding: 8px;
      background: #4a4a4a;
      font-size: 15px;
      font-weight: 700;
      text-align: center; }

.pg_header .inner.search {
  width: calc(100% - 300px - 10px); }

.pg_header .search_calendar {
  width: 300px; }

.search_form_wrap {
  margin: 15px auto 0; }
  .search_form_wrap form {
    display: flex;
    align-items: stretch;
    background: #313131;
    border: 1px solid #494949;
    border-radius: 8px;
    padding: 0;
    width: 1000px;
    max-width: 100%;
    overflow: hidden; }
    .search_form_wrap form .box1 {
      width: calc(100% - 60px);
      display: flex;
      align-items: stretch; }
    .search_form_wrap form .box2 {
      width: 60px;
      display: flex;
      align-items: center; }
    .search_form_wrap form dl {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-right: 1px solid #494949; }
      .search_form_wrap form dl dt {
        padding: 5px 15px;
        white-space: nowrap; }
      .search_form_wrap form dl dd {
        padding: 5px;
        background: #151515; }
    .search_form_wrap form input {
      width: 520px;
      background: #151515;
      border: 0;
      padding: 3px 20px; }
    .search_form_wrap form select {
      color: #111; }
    .search_form_wrap form button {
      width: 100%;
      /*width: 60px;*/
      background: #313131;
      border: 0;
      font-size: 26px;
      line-height: 1; }
  .search_form_wrap .tags_wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    .search_form_wrap .tags_wrap .title {
      white-space: nowrap;
      margin-right: 15px; }
    .search_form_wrap .tags_wrap .tags {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -5px; }
      .search_form_wrap .tags_wrap .tags li {
        padding: 2px 5px; }
  @media (max-width: 1024px) {
    .search_form_wrap form {
      width: 100%;
      flex-wrap: wrap; }
      .search_form_wrap form input {
        width: 200px; } }
  @media (max-width: 767px) {
    .search_form_wrap form {
      flex-wrap: wrap; }
      .search_form_wrap form .box1 {
        flex-wrap: wrap;
        width: calc(100% - 60px); }
      .search_form_wrap form .box2 {
        width: 60px; }
      .search_form_wrap form .field1 {
        width: 100%; }
      .search_form_wrap form .field2 {
        width: 100%; }
        .search_form_wrap form .field2 dd {
          width: 100%; }
      .search_form_wrap form dl {
        padding: 5px; }
      .search_form_wrap form button {
        width: 60px;
        font-size: 20px; }
      .search_form_wrap form select {
        width: 120px; }
      .search_form_wrap form input {
        width: 100%;
        padding: 5px; } }

.search_form_wrap.news {
  background: #1a1a1a;
  padding: 15px; }
  .search_form_wrap.news .search_form_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px; }
  .search_form_wrap.news .s_form_box {
    padding: 20px;
    background: #3a3a3a; }
  .search_form_wrap.news form dl {
    width: 100%; }
    .search_form_wrap.news form dl dd {
      width: 100%; }
      .search_form_wrap.news form dl dd input {
        width: 100%; }
  @media (max-width: 767px) {
    .search_form_wrap.news .s_form_box {
      padding: 10px; }
    .search_form_wrap.news .search_form_title {
      font-size: 18px; }
    .search_form_wrap.news form dl {
      padding: 0; } }

.search_words {
  width: 100%;
  margin-top: 30px; }
  .search_words ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .search_words ul li {
      font-size: 14px; }
    .search_words ul li + li:before {
      content: "　　";
      margin: 0 3px; }

.search_title_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between; }
  .search_title_wrap form {
    margin-left: auto; }
    .search_title_wrap form select {
      background: #313131;
      border: 1px solid #4a4a4a;
      border-radius: 4px;
      padding: 0 5px 1px; }

/* **********************************
 *  ヘッダー
 * ********************************* */
.header .hdr1 {
  display: flex;
  /*align-items: center;*/
  align-items: stretch;
  justify-content: space-between; }
.header .hdr2 {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .header .hdr2 .box1 {
    width: 158px;
    background: #000000; }
    .header .hdr2 .box1 a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-weight: 500;
      height: 45px; }
    .header .hdr2 .box1 i {
      font-size: 26px;
      margin-right: 20px; }
  .header .hdr2 .box2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 158px);
    overflow: hidden; }
    .header .hdr2 .box2 ::-webkit-scrollbar {
      width: 5px;
      height: 5px; }
    .header .hdr2 .box2 ::-webkit-scrollbar-track {
      border-radius: 5px;
      box-shadow: 0 0 4px #aaa inset; }
    .header .hdr2 .box2 ::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #6c6c6c; }
.header .hdr2:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #313131;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
.header .hdr_logo {
  display: flex;
  align-items: center;
  width: 260px;
  line-height: 1; }
  .header .hdr_logo .logo {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center; }
    .header .hdr_logo .logo img {
      display: block; }
    .header .hdr_logo .logo a + a {
      margin-left: 5px;
      margin-top: auto; }
.header .gnav {
  width: calc(100% - 200px); }
.header .gnav_open a {
  font-weight: 500px; }
.header .gnav_open a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }
.header .gnav_dropdown {
  display: none; }

.header_tags {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 5px;
  white-space: nowrap;
  overflow-x: auto; }
  .header_tags li + li {
    margin-left: 60px; }

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 700; }
  .gnav a {
    text-decoration: none; }
  .gnav a:hover {
    opacity: 0.9; }
  .gnav .links {
    display: flex;
    padding: 5px 0; }
    .gnav .links li {
      /*width:100%;*/ }
      .gnav .links li a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
    .gnav .links li.on a {
      border-bottom: 2px solid #d1367f; }
    .gnav .links li + li {
      margin-left: 20px; }
  .gnav .btns {
    display: flex;
    height: 100%;
    margin-left: 10px; }
    .gnav .btns li {
      height: 100%; }
      .gnav .btns li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 90px;
        /*height: 75px;*/
        padding: 10px 0;
        height: 100%; }
        .gnav .btns li a i {
          font-size: 26px; }
        .gnav .btns li a span {
          width: 100%;
          text-align: center;
          margin-top: 5px; }
    .gnav .btns .btn1 a {
      background: #d1367f; }
    .gnav .btns .btn2 a {
      background: #0e6c74; }

.gnav_sub {
  display: flex;
  padding: 10px 0; }
  .gnav_sub li + li {
    margin-left: 20px; }
  .gnav_sub li.on a {
    border-bottom: 2px solid #d1367f; }

/* **********************************
 *  フッター
 * ********************************* */
.footer {
  margin-top: 150px; }
  .footer .ftr1 {
    text-align: center;
    margin-bottom: 50px; }
  .footer .ftr2 {
    padding: 20px 0;
    border-top: 1px solid #6c6c6c;
    border-bottom: 1px solid #6c6c6c; }
    .footer .ftr2 h5 {
      font-size: 20px;
      text-align: center;
      margin-bottom: 10px; }
    .footer .ftr2 .ftr_sns_links {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -5px; }
      .footer .ftr2 .ftr_sns_links li {
        width: 25%;
        padding: 5px; }
        .footer .ftr2 .ftr_sns_links li a {
          display: flex;
          justify-content: center;
          align-items: center;
          background: #313131;
          font-size: 20px;
          font-weight: 500;
          text-align: center;
          text-decoration: none;
          padding: 10px;
          height: 100%;
          position: relative; }
          .footer .ftr2 .ftr_sns_links li a span {
            margin-right: 10px; }
        .footer .ftr2 .ftr_sns_links li a:hover {
          opacity: 0.9; }
        .footer .ftr2 .ftr_sns_links li .btn2 {
          background: #d1367f; }
        .footer .ftr2 .ftr_sns_links li .btn2:after {
          /*content: "\f054";*/
          content: "\f0da";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 10px;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .footer .ftr3 {
    margin-top: 30px; }
    .footer .ftr3 .ftr_ad_bn2_items {
      display: flex;
      margin: 0 -8px;
      padding-bottom: 30px;
      border-bottom: 1px dashed #6c6c6c; }
      .footer .ftr3 .ftr_ad_bn2_items li {
        width: 14.2857%;
        padding: 0 8px; }
  .footer .ftr4 {
    margin-top: 80px; }
    .footer .ftr4 > .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .footer .ftr4 .box1 {
      width: 30%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .footer .ftr4 .box2 {
      width: 70%; }
    .footer .ftr4 .ftr_links_items {
      display: flex;
      flex-wrap: wrap; }
      .footer .ftr4 .ftr_links_items .item {
        width: 33.333%;
        font-size: 15px;
        padding: 15px 0 15px 35px;
        border-left: 1px solid #313131; }
        .footer .ftr4 .ftr_links_items .item.item:last-child {
          border-right: 1px solid #313131; }
        .footer .ftr4 .ftr_links_items .item li a {
          position: relative; }
          .footer .ftr4 .ftr_links_items .item li a:before {
            /*content: "\f054";*/
            content: "\f138";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 5px; }
        .footer .ftr4 .ftr_links_items .item li + li {
          margin-top: 15px; }
        .footer .ftr4 .ftr_links_items .item .ftr_links_tt {
          width: 100%;
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 15px; }
        .footer .ftr4 .ftr_links_items .item .ftr_links_box {
          display: flex;
          flex-wrap: wrap;
          font-size: 14px; }
          .footer .ftr4 .ftr_links_items .item .ftr_links_box li a {
            display: flex;
            align-items: center; }
          .footer .ftr4 .ftr_links_items .item .ftr_links_box li a:before {
            content: "";
            width: 4px;
            height: 2px;
            background: #d1367f;
            margin-right: 8px; }
      .footer .ftr4 .ftr_links_items .item.col1 {
        width: 25%; }
        .footer .ftr4 .ftr_links_items .item.col1 .ftr_links_box ul {
          width: 100%; }
      .footer .ftr4 .ftr_links_items .item.col2 {
        width: 50%; }
        .footer .ftr4 .ftr_links_items .item.col2 .ftr_links_box ul {
          width: 50%; }
    .footer .ftr4 .ftr_links_items + .ftr_links_items {
      margin-top: 50px; }
    .footer .ftr4 .ftr_links_items2 {
      margin-top: 50px;
      padding-top: 30px;
      border-top: 1px dashed #313131; }
      .footer .ftr4 .ftr_links_items2 ul {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px; }
        .footer .ftr4 .ftr_links_items2 ul li + li {
          margin-left: 30px; }
  .footer .copy {
    background: #313131;
    margin-top: 40px;
    padding: 15px 0;
    font-size: 10px;
    text-align: center; }

.footer_fix {
  display: none; }

/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px; }

.pagetop a {
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center; }

.pagetop a i {
  font-size: 40px; }

.main {
  padding-top: 30px; }

.main .section + .section {
  margin-top: 80px; }

.pg_home .section#sec0 {
  margin-bottom: 100px; }

/* 災害ライブ配信 */
.disaster_live {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  background: #313131;
  padding: 30px; }
  .disaster_live .meta {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .disaster_live .meta span {
      background: #d1367f;
      font-size: 17px;
      font-weight: 700;
      white-space: nowrap;
      padding: 5px 10px;
      margin-right: 20px; }
    .disaster_live .meta h2 {
      font-size: 27px;
      font-weight: 700; }
  .disaster_live .description {
    margin-top: 20px; }
  .disaster_live .banners {
    margin-top: 10px;
    font-size: 14px; }
    .disaster_live .banners dt {
      width: 100%; }
    .disaster_live .banners dd {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .disaster_live .banners dd a {
        margin-right: 10px; }

@media (max-width: 767px) {
  .disaster_live {
    padding: 15px; }
    .disaster_live .meta {
      flex-wrap: wrap; }
      .disaster_live .meta span {
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 5px; }
      .disaster_live .meta h2 {
        width: 100%;
        font-size: 16px; } }
.disaster_wrap {
  background: #da0808;
  padding: 2px; }
  .disaster_wrap .box {
    background: #FFF;
    color: #111;
    padding: 30px 25px; }
  .disaster_wrap .title1 {
    font-size: 23px;
    text-align: center;
    padding-bottom: 5px; }
  .disaster_wrap .title2 {
    font-size: 25px;
    border-bottom: 1px dashed #b7b7b7;
    color: #da0808; }
  .disaster_wrap .title1 {
    font-weight: 500; }
  .disaster_wrap .txt {
    margin-top: 10px; }
  .disaster_wrap .txt_list {
    display: flex; }
    .disaster_wrap .txt_list .category {
      width: 10em;
      font-weight: 700;
      color: #da0808;
      /*white-space: nowrap;*/ }
    .disaster_wrap .txt_list .sub_category {
      width: calc(100% - 10em); }
      .disaster_wrap .txt_list .sub_category dl {
        display: flex; }
        .disaster_wrap .txt_list .sub_category dl dt {
          width: 5em;
          font-weight: 500;
          white-space: nowrap;
          /*margin-right: 10px;*/ }
        .disaster_wrap .txt_list .sub_category dl dd {
          width: calc(100% - 5em); }
        .disaster_wrap .txt_list .sub_category dl dd.scroller {
          /*height: calc(16px * 1.666 * 3);*/
          height: 80px;
          overflow: hidden;
          overflow-y: scroll;
          border: 1px solid #CCC;
          padding: 0 10px; }
        .disaster_wrap .txt_list .sub_category dl dd.txt_marquee {
          width: 100%;
          height: 30px;
          overflow: hidden; }
          .disaster_wrap .txt_list .sub_category dl dd.txt_marquee .txt_marquee_inner {
            display: inline-block;
            line-height: 30px;
            padding-left: 100%;
            padding-right: 100%;
            white-space: nowrap; }
          .disaster_wrap .txt_list .sub_category dl dd.txt_marquee .txt_marquee_inner p {
            display: inline-block; }
          .disaster_wrap .txt_list .sub_category dl dd.txt_marquee .txt_marquee_inner p + p:before {
            content: " ／ "; }
          .disaster_wrap .txt_list .sub_category dl dd.txt_marquee .txt_marquee_inner p:last-child {
            padding-right: 50px; }
      .disaster_wrap .txt_list .sub_category dl + dl {
        margin-top: 15px; }
  .disaster_wrap .txt_list + .txt_list {
    margin-top: 15px; }

@keyframes animate-marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
@media (max-width: 767px) {
  .disaster_wrap .box {
    padding: 15px 10px; }
  .disaster_wrap .txt_list {
    flex-wrap: wrap; }
    .disaster_wrap .txt_list .category {
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }
    .disaster_wrap .txt_list .sub_category {
      width: 100%; } }
.grad-wrap {
  position: relative; }

.grad-wrap + .grad-wrap {
  margin-top: 40px; }

.grad-trigger {
  /*ボタンのスタイルはご自由にどうぞ*/
  width: 100px;
  padding: 1px 10px 3px;
  border-radius: 3px;
  background: #d1367f;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  cursor: pointer; }

.grad-trigger::after {
  content: "続きを読む"; }

.grad-trigger .fa {
  margin-right: .5em; }

.grad-item {
  position: relative;
  overflow: hidden; }

.grad-item.is-hide {
  height: 80px;
  /*隠した後の高さ*/ }

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%); }

.grad-trigger.is-show {
  bottom: -2em; }

.grad-trigger.is-show::after {
  content: "閉じる"; }

.grad-trigger.is-show + .grad-item::before {
  display: none; }

/* **********************************
 *  
 * ********************************* */
.now_on_air {
  display: flex;
  background: #d1367f;
  border: 2px solid #d1367f;
  border-radius: 8px;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
  overflow: hidden; }
  .now_on_air .box1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 195px;
    font-size: 20px;
    font-family: "Poppins", sans-serif; }
  .now_on_air .box2 {
    width: calc(100% - 195px);
    background: #FFF;
    color: #000;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 700; }
    .now_on_air .box2 ul {
      padding: 0 0; }
      .now_on_air .box2 ul li .title {
        position: relative;
        /*display: flex;*/
        /*align-items: center;*/
        padding: 0 20px 0 50px;
        /*height: calc(1em + 20px);*/
        line-height: 2; }
        .now_on_air .box2 ul li .title:before {
          content: "";
          display: inline-block;
          vertical-align: top;
          width: 24px;
          height: 20px;
          /*margin-right: 10px;*/
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: 50%;
          left: 20px;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
    .now_on_air .box2 .tv li .title:before {
      background-image: url("img/icons/icon_tv_bk.png"); }
    .now_on_air .box2 .radio li .title:before {
      background-image: url("img/icons/icon_radio_bk.png"); }
    .now_on_air .box2 .item + .item {
      border-top: 1px dashed #CCC; }
  .now_on_air .sp-arrow {
    width: 10px;
    height: 16px; }
  .now_on_air .sp-horizontal .sp-arrows {
    margin-top: -8px; }
  .now_on_air .sp-horizontal .sp-next-arrow {
    right: 0; }
  .now_on_air .sp-horizontal .sp-previous-arrow {
    left: 0; }
  .now_on_air .sp-next-arrow:after,
  .now_on_air .sp-next-arrow:before,
  .now_on_air .sp-previous-arrow:after,
  .now_on_air .sp-previous-arrow:before {
    background-color: #111 !important; }

/**/
.sp-button {
  border: 2px solid #313131;
  background: #313131; }

.sp-selected-button {
  border: 2px solid #d1367f;
  background: #d1367f; }

/**/
.tt2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px; }
  .tt2 em {
    display: block;
    color: #d1367f;
    font-size: 16px; }
  .tt2 span {
    display: block; }

.tt2:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #d1367f; }

.tt2_sub_txt {
  text-align: center;
  margin-bottom: 30px; }

.tt3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.2;
  /*white-space: nowrap;*/
  padding: 10px 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #6c6c6c;
  position: relative;
  /* イベントTOP用 */ }
  .tt3 span.more {
    font-size: 14px;
    margin-left: auto; }
  .tt3 span.more a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
    margin-left: 5px; }
  .tt3 span.more.refresh a:after {
    content: "\f021"; }
  .tt3.icon:before {
    content: "";
    width: 48px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    left: 0;
    /*bottom: 10px;*/ }
  .tt3.icon1:before {
    background-image: url("img/icons/icon_online.png");
    background-size: 35px auto; }
  .tt3.icon2:before {
    background-image: url("img/icons/icon_new.png");
    background-size: 33px auto; }
  .tt3.icon3:before {
    background-image: url("img/icons/icon_recommend.png");
    background-size: 34px auto; }
  .tt3.icon4:before {
    background-image: url("img/icons/icon_tv.png");
    background-size: 33px auto; }
  .tt3.icon5:before {
    background-image: url("img/icons/icon_radio.png");
    background-size: 33px auto; }
  .tt3.icon6:before {
    background-image: url("img/icons/icon_event.png");
    background-size: 34px auto; }
  .tt3.icon7:before {
    background-image: url("img/icons/icon_rkb.png");
    background-size: 41px auto; }
  .tt3.icon8:before {
    background-image: url("img/icons/icon_news.png");
    background-size: 34px auto; }
  .tt3.icon9:before {
    background-image: url("img/icons/icon_sports.png");
    background-size: 32px auto; }
  .tt3.icon10:before {
    background-image: url("img/icons/icon_social.png");
    background-size: 37px auto; }
  .tt3.icon11:before {
    background-image: url("img/icons/icon_gourmet.png");
    background-size: 26px auto; }
  .tt3.icon12:before {
    background-image: url("img/icons/icon_home.png");
    background-size: 31px auto; }
  .tt3.icon13:before {
    background-image: url("img/icons/icon_health.png");
    background-size: 35px auto; }
  .tt3.icon14:before {
    background-image: url("img/icons/icon_outdoor.png");
    background-size: 38px auto; }
  .tt3.icon15:before {
    background-image: url("img/icons/icon_hobby.png");
    background-size: 37px auto; }
  .tt3.icon16:before {
    background-image: url("img/icons/icon_info.png");
    background-size: 42px auto; }
  .tt3.icon17:before {
    background-image: url("img/icons/icon_tower.png");
    background-size: 34px auto; }
  .tt3.icon18:before {
    background-image: url("img/icons/icon_weather.png");
    background-size: 34px auto; }
  .tt3.icon19:before {
    background-image: url("img/icons/icon_ranking.png");
    background-size: 34px auto; }
  .tt3.icon20:before {
    background-image: url("img/icons/icon_business.png");
    background-size: 34px auto; }
  .tt3 ul.ym {
    display: flex;
    margin-left: auto; }
    .tt3 ul.ym li {
      font-size: 18px;
      font-weight: 500;
      line-height: 1; }
      .tt3 ul.ym li a {
        display: block;
        padding: 2px 15px 4px; }
      .tt3 ul.ym li a.on {
        background: #FFF;
        color: #111; }
    .tt3 ul.ym li + li {
      border-left: 1px solid #FFF; }
  .tt3 select.ym {
    display: none;
    margin-left: auto;
    background: #313131;
    border: 0;
    font-size: 12px;
    padding: 3px 5px 4px; }

.tt3.icon {
  padding-left: 48px; }

.tt3:after {
  content: "";
  width: 150px;
  height: 2px;
  background: #d1367f;
  position: absolute;
  left: 0;
  bottom: -2px; }

.tt3_sub_txt {
  margin-bottom: 30px; }

.tt4 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px; }

/* 汎用ボタン */
.common_btn {
  display: flex;
  justify-content: center; }
  .common_btn a {
    max-width: 100%;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-align: center;
    text-decoration: none;
    position: relative; }
  .common_btn a:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .common_btn a:hover {
    opacity: 0.9; }

.common_btn.btn1 a {
  border-bottom: 0 !important;
  background-color: #d1367f;
  color: #FFF; }

.common_btn.btn2 a {
  background-color: #c6c6c6;
  color: #FFF; }

.common_btn.btn3 a {
  background-color: #ff9800;
  color: #FFF; }

.common_btn.btn_xs a {
  width: 190px;
  font-size: 13px;
  padding: 7px 5px; }

.common_btn.btn_sm a {
  width: 305px;
  font-size: 16px;
  padding: 12px 5px; }

.common_btn.btn_md a {
  width: 400px;
  font-size: 16px;
  padding: 12px 5px; }

.common_btn.btn_lg a {
  width: 500px;
  font-size: 16px;
  padding: 12px 5px; }

/**/
.post_card_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .post_card_items .item {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px; }
    .post_card_items .item .inner {
      height: 100%;
      background: #313131;
      padding: 15px 13px; }
    .post_card_items .item .img a {
      display: block;
      text-align: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
      position: relative; }
      .post_card_items .item .img a img {
        position: absolute;
        /*top: 0;*/
        /*bottom: 0;*/
        left: 0;
        right: 0;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        object-fit: cover;
        width: 100%;
        height: 100%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .post_card_items .item .img a:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    .post_card_items .item .meta {
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px;
      padding-top: 5px;
      border-top: 1px solid #6c6c6c; }
    .post_card_items .item .title {
      width: 100%;
      font-size: 20px;
      font-weight: 700;
      margin-top: 3px; }
  .post_card_items .item:nth-child(n+4) {
    margin-top: 20px; }

/* ページ送り(一覧) */
.pagination {
  text-align: center;
  margin-top: 30px; }

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.pagination .page-numbers {
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #FFF;
  text-decoration: none; }

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #e5e5e5;
  color: #1e1e1e; }

.pagination .page-numbers.next:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px; }

.pagination .page-numbers.prev:before {
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px; }

/* ページ送り(詳細) */
.pagination .nav-posts {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev {
  min-width: 200px; }

.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a {
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative; }

.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.pagination .nav-posts .page-next a:before {
  content: "\f053";
  left: 10px; }

.pagination .nav-posts .page-prev a:after {
  content: "\f054";
  right: 10px; }

.pagination .nav-posts .page-archive a {
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px; }

/* Swiper設定 */
.posts_slider_wrap {
  position: relative; }
  .posts_slider_wrap .my-button-prev,
  .posts_slider_wrap .my-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .posts_slider_wrap .my-button-prev:after,
    .posts_slider_wrap .my-button-next:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 30px;
      color: #838383; }
  .posts_slider_wrap .my-button-prev {
    left: -25px; }
    .posts_slider_wrap .my-button-prev:after {
      content: "\f053"; }
  .posts_slider_wrap .my-button-next {
    right: -25px; }
    .posts_slider_wrap .my-button-next:after {
      content: "\f054"; }
  .posts_slider_wrap .ftr_bn_slider2 {
    margin-top: 25px; }
  .posts_slider_wrap .ftr_bn_slider3 {
    margin-top: 25px; }

.content_slider .swiper-container {
  padding-bottom: 45px; }

.swiper-container {
  /*overflow: visible;*/
  /*padding-bottom: 45px;*/ }

.swiper-wrapper {
  /*overflow: hidden;*/ }

.swiper-pagination {
  bottom: -45px; }

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #313131;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background: #d1367f; }

.swiper-slide {
  width: 1200px;
  max-width: 100%; }

.swiper-slide img {
  width: 100%; }

.swiper-button-prev {
  /*left: -30px;*/ }
  .swiper-button-prev:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #838383; }

.swiper-button-next {
  /*left: -30px;*/ }
  .swiper-button-next:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #838383; }

.category {
  display: flex; }
  .category li span {
    display: block;
    width: 87px;
    padding: 3px 5px 4px;
    background: #6c6c6c;
    color: #FFF;
    font-size: 12px;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: left 2px center;
    padding-left: 25px; }
  .category li span.cat_topics {
    background-color: #F92D93;
    background-image: url("img/icons/online/icon-topics.svg"); }
  .category li span.cat_news {
    background-color: #9E040B;
    background-image: url("img/icons/online/icon-news.svg"); }
  .category li span.cat_sports {
    background-color: #ffd900;
    background-image: url("img/icons/online/icon-sports.svg"); }
  .category li span.cat_entertainment {
    background-color: #780EE4;
    background-image: url("img/icons/online/icon-entertainment.svg"); }
  .category li span.cat_society {
    background-color: #2C42FD;
    background-image: url("img/icons/online/icon-society.svg"); }
  .category li span.cat_gourmet {
    background-color: #20AE8F;
    background-image: url("img/icons/online/icon-gourmet.svg"); }
  .category li span.cat_living {
    background-color: #FD8A2C;
    background-image: url("img/icons/online/icon-living.svg"); }
  .category li span.cat_health {
    background-color: #31CAFC;
    background-image: url("img/icons/online/icon-health.svg"); }
  .category li span.cat_goout {
    background-color: #21B231;
    background-image: url("img/icons/online/icon-goout.svg"); }
  .category li span.cat_hobby {
    background-color: #8091FA;
    background-image: url("img/icons/online/icon-hobby.svg"); }
  .category li span.cat_business {
    background-color: #164b8f;
    background-image: url("img/icons/online/icon-business.png"); }
  .category li span.cat_tv {
    background-image: url("img/icons/online/icon_tv.png"); }
  .category li span.cat_radio {
    background-image: url("img/icons/online/icon_radio.png"); }
  .category li span.cat_event {
    background-image: url("img/icons/online/icon_event.png"); }
  .category li + li {
    margin-left: 5px; }

/* **********************************
 *  
 * ********************************* */
.pg_home {
  padding-top: 0; }
  .pg_home .section + .section {
    margin-top: 40px; }

.article_post_card {
  background: #313131;
  padding: 10px;
  height: 100%; }
  .article_post_card .img {
    margin-bottom: 12px; }
    .article_post_card .img a {
      display: block;
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-color: #FFF;
      overflow: hidden; }
      .article_post_card .img a img {
        font-family: 'object-fit: contain;';
        /*object-fit: cover;*/
        object-fit: contain;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /*top:50%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);*/ }
    .article_post_card .img a:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
  .article_post_card .meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #6c6c6c;
    padding-top: 12px; }
    .article_post_card .meta .date {
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      text-align: center;
      margin-right: 5px; }
      .article_post_card .meta .date .ym {
        font-size: 13px;
        line-height: 1;
        margin-bottom: 4px; }
      .article_post_card .meta .date .d {
        font-size: 44px;
        line-height: 1; }
    .article_post_card .meta .title {
      width: 100%;
      font-size: 15px;
      word-break: break-all;
      margin-top: 5px; }
      .article_post_card .meta .title .txt_ellipsis_line2 {
        height: calc(1em * 1.666 * 2); }
  .article_post_card .pg_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #4a4a4a;
    margin-top: 5px;
    padding: 8px 14px; }
    .article_post_card .pg_title .icon {
      width: 30px; }
      .article_post_card .pg_title .icon img {
        display: block; }
    .article_post_card .pg_title .title {
      width: calc(100% - 30px - 15px);
      font-size: 14px;
      font-weight: 700; }

.article_post_card.bg2 {
  background: #4a4a4a; }

.article_post_card_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .article_post_card_items .item {
    width: 25%; }

.article_post_card_items.col2 .item {
  width: 50%;
  padding: 5px; }

.article_post_card_items.col3 .item {
  width: 33.333%;
  padding: 5px; }

.article_post_card_items.col4 .item {
  width: 25%;
  padding: 5px; }

.article_post_card_items.max_disp_6 .item:nth-child(n+7) {
  display: none; }

.article_post_card_items + .common_btn {
  margin-top: 20px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

/* **********************************
 *  番組TOP
 * ********************************* */
.program_nav {
  display: flex;
  margin: auto -5px 15px -5px;
  padding-bottom: 8px; }
  .program_nav li {
    width: 100%;
    padding: 0 5px; }
    .program_nav li a {
      display: block;
      background: #313131;
      font-weight: 500;
      text-align: center;
      padding: 13px 5px;
      position: relative; }
    .program_nav li a.on:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 4px;
      background: #d1367f; }
    .program_nav li a.on:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 8px 0 8px;
      border-color: #d1367f transparent transparent transparent; }

.program_items {
  display: flex;
  flex-wrap: wrap;
  margin: auto -4px; }
  .program_items .item {
    width: 25%;
    padding: 4px 4px; }
    .program_items .item .inner {
      background: #313131;
      height: 100%;
      padding: 10px; }
      .program_items .item .inner .img {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        /*overflow: hidden;*/
        position: relative;
        overflow: hidden; }
        .program_items .item .inner .img img {
          position: absolute;
          /*top: 0;*/
          /*bottom: 0;*/
          left: 0;
          right: 0;
          object-fit: cover;
          width: 100%;
          height: auto;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .program_items .item .inner .img:before {
        content: "";
        display: block;
        /*padding-top: 63.27%;*/
        padding-top: 50%; }
      .program_items .item .inner .img.asp16x9:before {
        padding-top: 56.25%; }
      .program_items .item .inner .img:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #6c6c6c; }
      .program_items .item .inner .category {
        display: flex;
        /*flex-wrap: wrap;*/ }
        .program_items .item .inner .category li span {
          font-size: 12px; }
      .program_items .item .inner .title {
        margin-top: 5px; }
        .program_items .item .inner .title a.txt_ellipsis_line2 {
          height: calc(1em * 1.666 * 2); }
      .program_items .item .inner .comment {
        font-size: 16px;
        margin-top: 10px; }
      .program_items .item .inner .schedule {
        color: #d7d6d6; }

.program_items.col2 .item {
  width: 50%; }

.program_items.col3 .item {
  width: 33.333%; }

/* **********************************
 *  番組詳細
 * ********************************* */
.program_header {
  position: relative;
  margin-bottom: 25px; }
  .program_header .img {
    position: relative; }
    .program_header .img .link {
      position: absolute;
      bottom: 15px;
      right: 15px; }
      .program_header .img .link a {
        display: block;
        min-width: 160px;
        padding: 8px;
        background: #4a4a4a;
        font-size: 15px;
        font-weight: 700;
        text-align: center; }
  .program_header .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #313131;
    /*padding: 12px 12px 12px 35px;*/
    padding: 12px 12px;
    font-weight: 700;
    letter-spacing: 0.075em; }
    .program_header .meta .title_box {
      display: flex;
      /*flex-wrap: wrap;*/
      /*justify-content: space-between;*/
      align-items: center; }
    .program_header .meta .title {
      font-size: 26px;
      line-height: 1.4; }
    .program_header .meta .title.short {
      max-width: 70%; }
    .program_header .meta .schedule {
      background: #d1367f;
      font-size: 15px;
      white-space: nowrap;
      margin-left: 25px;
      padding: 3px 15px; }
    .program_header .meta .sns_wrap {
      margin-left: auto; }
    .program_header .meta .sns {
      display: flex;
      align-items: center;
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: auto; }
      .program_header .meta .sns li i {
        font-size: 45px; }
      .program_header .meta .sns li img {
        display: block; }
      .program_header .meta .sns li + li {
        margin-left: 10px; }
      .program_header .meta .sns a.email {
        display: block;
        background: #d2367f;
        padding: 12px 8px;
        border-radius: 6px; }
  .program_header .tag {
    display: flex;
    flex-wrap: wrap;
    background: #313131;
    padding: 0 7px 5px; }
    .program_header .tag li {
      padding: 5px; }
      .program_header .tag li a {
        display: block;
        padding: 0px 10px 2px;
        border: 1px solid;
        border-radius: 20px; }

.program_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .program_layout .program_about {
    width: 100%; }

.program_layout.col2 .program_about {
  width: 71.66%; }
.program_layout.col2 .program_side {
  width: 25%; }

.program_about .swiper-pagination-bullet {
  background: #FFF; }
.program_about .swiper-pagination-bullet-active {
  background: #d1367f; }
.program_about .article_box {
  background: #222;
  padding: 30px 35px; }
  .program_about .article_box .article_tt {
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
    padding-bottom: 20px; }
  .program_about .article_box .tt3 {
    margin-bottom: 30px; }
  .program_about .article_box .article_date {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 30px; }
  .program_about .article_box .article_meta {
    display: flex;
    justify-content: space-between; }
    .program_about .article_box .article_meta .tag {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -5px; }
      .program_about .article_box .article_meta .tag li {
        padding: 5px; }
        .program_about .article_box .article_meta .tag li a {
          display: block;
          padding: 0px 10px 2px;
          border: 1px solid;
          border-radius: 20px;
          font-size: 15px; }
    .program_about .article_box .article_meta .article_date {
      text-align: right;
      margin-left: auto;
      white-space: nowrap;
      margin-top: 5px;
      margin-bottom: 0;
      /*margin-top: -15px;*/
      /*margin-bottom: 30px;*/ }
  .program_about .article_box .article_category span {
    display: inline-block;
    width: 120px;
    padding: 3px 5px 4px;
    background: #6c6c6c;
    color: #FFF;
    font-size: 14px;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: left 4px center;
    padding-left: 25px; }
  .program_about .article_box .article_category span + span {
    margin-left: 10px; }
  .program_about .article_box .article_category span.cat_topics {
    background-color: #F92D93;
    background-image: url("img/icons/online/icon-topics.svg"); }
  .program_about .article_box .article_category span.cat_news {
    background-color: #9E040B;
    background-image: url("img/icons/online/icon-news.svg"); }
  .program_about .article_box .article_category span.cat_sports {
    background-color: #ffd900;
    background-image: url("img/icons/online/icon-sports.svg"); }
  .program_about .article_box .article_category span.cat_entertainment {
    background-color: #780EE4;
    background-image: url("img/icons/online/icon-entertainment.svg"); }
  .program_about .article_box .article_category span.cat_society {
    background-color: #2C42FD;
    background-image: url("img/icons/online/icon-society.svg"); }
  .program_about .article_box .article_category span.cat_gourmet {
    background-color: #20AE8F;
    background-image: url("img/icons/online/icon-gourmet.svg"); }
  .program_about .article_box .article_category span.cat_living {
    background-color: #FD8A2C;
    background-image: url("img/icons/online/icon-living.svg"); }
  .program_about .article_box .article_category span.cat_health {
    background-color: #31CAFC;
    background-image: url("img/icons/online/icon-health.svg"); }
  .program_about .article_box .article_category span.cat_goout {
    background-color: #21B231;
    background-image: url("img/icons/online/icon-goout.svg"); }
  .program_about .article_box .article_category span.cat_hobby {
    background-color: #8091FA;
    background-image: url("img/icons/online/icon-hobby.svg"); }
  .program_about .article_box .article_category span.cat_business {
    background-color: #164b8f;
    background-image: url("img/icons/online/icon-business.png"); }
  .program_about .article_box .article_category span.cat_tv {
    background-image: url("img/icons/online/icon_tv.png"); }
  .program_about .article_box .article_category span.cat_radio {
    background-image: url("img/icons/online/icon_radio.png"); }
  .program_about .article_box .article_category span.cat_event {
    background-image: url("img/icons/online/icon_event.png"); }
  .program_about .article_box .article_category span.cat_press {
    width: auto;
    padding-left: 10px;
    padding-right: 10px; }
  .program_about .article_box .article_tags {
    margin-top: 26px; }
    .program_about .article_box .article_tags h4 {
      font-size: 30px; }
    .program_about .article_box .article_tags .tag {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -5px; }
      .program_about .article_box .article_tags .tag li {
        padding: 5px; }
        .program_about .article_box .article_tags .tag li a {
          display: block;
          padding: 0px 10px 2px;
          border: 1px solid;
          border-radius: 20px;
          font-size: 15px; }
.program_about * + .article_box {
  margin-top: 50px; }
.program_about * + .article_box_2 {
  margin-top: 50px; }
.program_about .related_box {
  margin-top: 60px; }
.program_about .description {
  margin-top: 20px; }
.program_about .actors_wrap {
  padding: 15px;
  background: #4a4a4a;
  margin-top: 75px; }
  .program_about .actors_wrap .actors_title {
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #6c6c6c; }
.program_about .actors_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .program_about .actors_items .item {
    width: 33.333%;
    padding: 22px 10px; }
    .program_about .actors_items .item .inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    .program_about .actors_items .item .box1 {
      width: 42%;
      border-radius: 8px;
      overflow: hidden; }
    .program_about .actors_items .item .box2 {
      width: 52%; }
    .program_about .actors_items .item .icons {
      display: flex;
      margin-bottom: 10px; }
      .program_about .actors_items .item .icons li span {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #838383;
        width: 24px;
        height: 24px;
        font-weight: 500; }
      .program_about .actors_items .item .icons li + li {
        margin-left: 5px; }
    .program_about .actors_items .item .name {
      font-size: 16px;
      line-height: 1.2;
      border-left: 3px solid #838383;
      padding-left: 5px;
      margin-top: 5px; }
    .program_about .actors_items .item .category {
      font-size: 13px;
      margin-top: 5px; }

.program_slider .swiper-slide {
  width: 100%; }

.program_slider.col2 .swiper-slide {
  width: 50%; }

.program_slider.col3 .swiper-slide {
  width: 33.333%; }

.program_side .widget h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 5px 0;
  border-bottom: 1px solid #6c6c6c; }
.program_side .widget .onair_sche a {
  text-decoration: none; }
.program_side .widget + .widget {
  margin-top: 35px; }
.program_side .widget.bg {
  background: #222;
  padding: 10px; }
.program_side .pg_info {
  font-size: 14px; }
  .program_side .pg_info .meta {
    margin-top: 10px; }
    .program_side .pg_info .meta dl {
      display: flex; }
      .program_side .pg_info .meta dl dt {
        width: 60px; }
      .program_side .pg_info .meta dl dd {
        width: 100%; }
      .program_side .pg_info .meta dl dt + dd {
        width: calc(100% - 60px); }
    .program_side .pg_info .meta dl + dl {
      margin-top: 5px; }
  .program_side .pg_info .sns {
    display: flex;
    flex-wrap: wrap; }
    .program_side .pg_info .sns li {
      margin-right: 5px;
      margin-bottom: 5px; }
  .program_side .pg_info .txt {
    margin-top: 10px; }

/* SNS固定表示 */
.program_sns_fixed {
  background: #313131;
  width: 70px;
  padding: 20px 10px;
  border-radius: 10px 0 0 10px;
  position: fixed;
  top: 210px;
  right: 0;
  z-index: 5; }
  .program_sns_fixed .txt {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 10px; }
  .program_sns_fixed .sns li {
    text-align: center; }
    .program_sns_fixed .sns li a img {
      display: block; }
  .program_sns_fixed .sns li + li {
    margin-top: 12px; }
  .program_sns_fixed .sns a.email {
    display: block;
    background: #d2367f;
    padding: 14px 8px;
    border-radius: 6px; }

/* カレンダー */
.posts_calendar_wrap {
  background: #313131;
  padding: 10px; }
  .posts_calendar_wrap h5 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #4e4e4e;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center; }
    .posts_calendar_wrap h5 .calendar_prev,
    .posts_calendar_wrap h5 .calendar_next {
      cursor: pointer; }
  .posts_calendar_wrap #calendar_area {
    display: flex;
    justify-content: center;
    align-items: center; }

.posts_calendar th, .posts_calendar td {
  border: 1px solid #6c6c6c;
  text-align: center; }
.posts_calendar th {
  background: #4a4a4a; }
.posts_calendar td a {
  display: inline-block;
  /*padding-bottom: 1px;*/
  border-bottom: 1px solid;
  text-decoration: none; }
.posts_calendar .th0 {
  background: #d32920; }
.posts_calendar .th6 {
  background: #3567cd; }
.posts_calendar .td0 {
  color: #f1716a; }
.posts_calendar .td6 {
  color: #6cd5f8; }

/* 記事ブロック */
.article_block {
  letter-spacing: 0.075em; }

.article_block + .article_block {
  margin-top: 25px; }

.article_block.content_header + .article_block {
  margin-top: 0; }

.article_box * + .content_header {
  margin-top: 50px; }

.article_block a {
  /*color: #6cd5f8;*/
  color: #fff;
  border-bottom: 1px solid;
  text-decoration: none; }

.article_block a:hover {
  border-bottom: 0; }

.content_metainfo dl {
  display: flex;
  align-items: flex-start;
  line-height: 1.8; }
  .content_metainfo dl dt {
    width: 75px;
    background: #FFF;
    color: #000000;
    text-align: center;
    font-size: 15px;
    font-weight: 700; }
  .content_metainfo dl dd {
    width: calc(100% - 75px - 10px);
    margin-left: 10px;
    font-weight: 500;
    line-height: 1.8; }
.content_metainfo dl + dl {
  margin-top: 10px; }

.content_dllist dl {
  display: flex;
  border-bottom: 1px solid #444;
  padding: 45px 0; }
  .content_dllist dl dt {
    width: 165px;
    font-weight: 500; }
  .content_dllist dl dd {
    width: calc(100% - 165px - 10px);
    margin-left: 10px;
    font-weight: 500; }
.content_dllist dl:first-child {
  border-top: 1px solid #444; }
.content_dllist dl + dl {
  /*margin-top: 10px;*/ }
.content_dllist dl.lg {
  /*padding: 45px 0;*/ }
.content_dllist dl.md {
  padding: 20px 0; }
.content_dllist dl.sm {
  padding: 10px 0; }
.content_dllist dl.xs {
  padding: 5px 0;
  font-size: 15px; }
.content_dllist dl.dt10 dt {
  width: 10%; }
.content_dllist dl.dt10 dd {
  width: calc(100% - 10% - 10px); }
.content_dllist dl.dt20 dt {
  width: 20%; }
.content_dllist dl.dt20 dd {
  width: calc(100% - 20% - 10px); }
.content_dllist dl.dt30 dt {
  width: 30%; }
.content_dllist dl.dt30 dd {
  width: calc(100% - 30% - 10px); }
.content_dllist dl.dt40 dt {
  width: 40%; }
.content_dllist dl.dt40 dd {
  width: calc(100% - 40% - 10px); }
.content_dllist dl.dt50 dt {
  width: 50%; }
.content_dllist dl.dt50 dd {
  width: calc(100% - 50% - 10px); }
.content_dllist dl.dt60 dt {
  width: 60%; }
.content_dllist dl.dt60 dd {
  width: calc(100% - 60% - 10px); }
.content_dllist dl.dt70 dt {
  width: 70%; }
.content_dllist dl.dt70 dd {
  width: calc(100% - 70% - 10px); }
.content_dllist dl.dt80 dt {
  width: 80%; }
.content_dllist dl.dt80 dd {
  width: calc(100% - 80% - 10px); }
.content_dllist dl.dt90 dt {
  width: 90%; }
.content_dllist dl.dt90 dd {
  width: calc(100% - 90% - 10px); }

/**/
.article_onair_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  border: 1px solid #555; }
  .article_onair_items li {
    padding: 5px 10px; }
    .article_onair_items li a {
      display: flex;
      align-items: center;
      /*text-decoration: none;*/
      border-bottom: 0;
      color: #FFF; }
      .article_onair_items li a .img {
        width: 80px; }
      .article_onair_items li a .txt {
        width: calc(100% - 80px - 20px);
        margin-left: 20px; }
  @media (min-width: 768px) {
    .article_onair_items li {
      width: 50%;
      border-right: 1px solid #555;
      border-bottom: 1px solid #555; }
    .article_onair_items li:nth-child(2n) {
      border-right: 0; }
    .article_onair_items li:last-child,
    .article_onair_items li:nth-last-child(2):not(:nth-child(2n)) {
      border-bottom: 0; } }
  @media (max-width: 767px) {
    .article_onair_items li {
      width: 100%; }
    .article_onair_items li:not(:last-child) {
      border-bottom: 1px solid #555; } }

.article_onair_txt {
  margin-top: 5px; }

/* 記事ライター */
.article_writer_box {
  background: #4a4a4a;
  padding: 15px 15px 30px;
  margin-top: 50px; }
  .article_writer_box h4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #6c6c6c; }
  .article_writer_box .article_writer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px; }
    .article_writer_box .article_writer .box1 {
      width: 40%; }
    .article_writer_box .article_writer .box2 {
      width: 58%; }
    .article_writer_box .article_writer .meta {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 10px; }
      .article_writer_box .article_writer .meta .name {
        font-size: 18px;
        font-weight: 500; }
      .article_writer_box .article_writer .meta .sns {
        display: flex; }
        .article_writer_box .article_writer .meta .sns li + li {
          margin-left: 5px; }
    .article_writer_box .article_writer .hp {
      margin-top: 10px; }

/**/
.article_ad_items {
  display: flex;
  justify-content: center;
  margin-top: 60px; }
  .article_ad_items .item {
    padding: 0 12.5px; }

.article_share_box {
  background: #333;
  padding: 25px 10px;
  margin-top: 60px; }
  .article_share_box h5 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px; }
  .article_share_box h5:before {
    content: ""; }
  .article_share_box h5:after {
    content: ""; }
  .article_share_box ul {
    display: flex;
    justify-content: center; }
    .article_share_box ul li {
      padding: 0 8px; }

/**/
.article_posts_box .common_btn {
  margin-top: 30px; }

* + .article_posts_box {
  margin-top: 60px; }

/* サイドバー */
.widget_post_items .item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px dashed #616161;
  font-size: 14px;
  font-weight: 500; }
  .widget_post_items .item .box1 {
    width: 36.66%; }
    .widget_post_items .item .box1 a {
      display: block;
      position: relative; }
      .widget_post_items .item .box1 a img {
        font-family: 'object-fit: cover;';
        /* object-fit: cover; */
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .widget_post_items .item .box1 a:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
  .widget_post_items .item .box2 {
    width: 56.66%; }
    .widget_post_items .item .box2 a {
      line-height: 1.45; }
.widget_post_items .item + .item {
  margin-top: 12px; }

.widget_post_items + * {
  margin-top: 30px; }

/* 番組表 */
.program_tbl_nav {
  display: flex;
  justify-content: space-between; }
  .program_tbl_nav li {
    width: 49.5%;
    font-size: 30px;
    font-weight: 700;
    text-align: center; }
    .program_tbl_nav li a {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #4a4a4a;
      text-decoration: none;
      padding: 15px 10px; }
      .program_tbl_nav li a:before {
        content: "";
        display: inline-block;
        width: 35px;
        height: 27px;
        background-repeat: no-repeat;
        background-position: right center;
        margin-right: 10px; }
    .program_tbl_nav li a.on,
    .program_tbl_nav li a:hover {
      background: #313131; }
    .program_tbl_nav li a[data-target-tab="tv"]:before {
      background-image: url("img/icons/icon_tv.png");
      background-size: 35px auto;
      background-size: contain; }
    .program_tbl_nav li a[data-target-tab="radio"]:before {
      background-image: url("img/icons/icon_radio.png");
      background-size: 35px auto;
      background-size: contain; }

.program_tbl_wrap {
  display: none;
  background: #313131;
  padding-top: 8px;
  padding-bottom: 15px; }

.program_tbl_wrap.on {
  display: block; }

/* 日付 */
.program_tbl_days {
  display: flex;
  padding: 0 3px; }
  .program_tbl_days li {
    width: 14.2857%;
    padding: 0 3px; }
    .program_tbl_days li a {
      display: block;
      background: #4a4a4a;
      padding: 10px 5px;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      line-height: 1.4; }
      .program_tbl_days li a span {
        display: block; }
    .program_tbl_days li a.on,
    .program_tbl_days li a:hover {
      background: #7d7d7d; }

.program_tbl_icons {
  display: flex;
  flex-wrap: wrap;
  /*width: 570px;*/
  max-width: 100%;
  margin: 30px 10px 0; }
  .program_tbl_icons li {
    display: flex;
    align-items: center;
    /*width: 20%;*/
    width: 14.2857%;
    margin: 5px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1; }
    .program_tbl_icons li em {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #4a4a4a;
      width: 20px;
      height: 20px;
      margin-right: 8px; }

.program_tbl_views {
  display: none;
  width: auto;
  margin: 30px 25px;
  letter-spacing: 0.075em;
  font-weight: 700;
  color: #ffffff; }
  .program_tbl_views tr {
    border-top: 1px solid #6c6c6c; }
  .program_tbl_views td {
    padding: 25px 0; }
  .program_tbl_views .time {
    width: 95px;
    font-size: 18px; }
  .program_tbl_views .thumb {
    width: 165px;
    padding-right: 10px; }
  .program_tbl_views .title {
    margin-bottom: 5px; }
    .program_tbl_views .title i {
      display: inline-block;
      width: 20px;
      font-size: 12px;
      font-weight: normal;
      text-align: center;
      background: #4a4a4a;
      padding-bottom: 1px;
      margin-right: 2px; }
  .program_tbl_views .desc {
    font-weight: 400; }

.program_tbl_views.on {
  display: table; }

.program_tbl_pdf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px; }
  .program_tbl_pdf .common_btn {
    width: 48%; }
    .program_tbl_pdf .common_btn a {
      width: 100%;
      padding: 10px 10px; }
    .program_tbl_pdf .common_btn a:after {
      content: "\f1c1";
      right: 15px; }

/* **********************************
 *  ニュース TOP
 * ********************************* */
.news_live24_wrap {
  display: flex;
  flex-wrap: wrap;
  background: #313131;
  margin-bottom: 30px; }
  .news_live24_wrap .box1 {
    width: 66.666%; }
  .news_live24_wrap .box2 {
    width: 33.333%;
    padding: 30px; }
  .news_live24_wrap .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-left: 6px;
    border-left: 8px solid #d1367f; }
  .news_live24_wrap .txt {
    font-size: 18px; }

.news_weather_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px; }
  .news_weather_wrap .box1 {
    width: 63%; }
  .news_weather_wrap .box2 {
    width: 37%; }
    .news_weather_wrap .box2 ul {
      display: flex;
      flex-wrap: wrap;
      margin: -1px -1px; }
      .news_weather_wrap .box2 ul li {
        width: 50%;
        padding: 1px 1px; }
        .news_weather_wrap .box2 ul li a {
          display: block;
          background: #313131;
          color: #FFF;
          text-align: center;
          font-size: 16px;
          padding: 12px 5px; }
        .news_weather_wrap .box2 ul li a.on {
          background: #d1367f; }

.news_weather_switch {
  margin-top: 20px; }
  .news_weather_switch ul {
    display: flex;
    justify-content: center; }
    .news_weather_switch ul li {
      width: 110px;
      margin: 0 5px; }
      .news_weather_switch ul li a {
        display: block;
        background: #313131;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        padding: 12px 5px; }
      .news_weather_switch ul li a.on {
        background: #d1367f; }

/* **********************************
 *  お知らせ
 * ********************************* */
.news_items {
  padding: 20px 15px;
  background: #313131; }
  .news_items .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #6c6c6c;
    padding: 15px 10px;
    font-size: 17px; }
    .news_items .item .date {
      width: 130px;
      font-weight: 700;
      margin-right: 35px; }
    .news_items .item .date.lg {
      width: 355px; }
    .news_items .item .category {
      display: block;
      width: 175px;
      background: #FFF;
      color: #000000;
      border-radius: 16px;
      margin-right: 35px;
      padding: 5px 0;
      font-size: 15px;
      font-weight: 700;
      text-align: center; }
    .news_items .item .title {
      width: calc(100% - 130px - 35px - 175px - 35px);
      padding-right: 30px;
      position: relative; }
    .news_items .item .title a {
      border-bottom: 1px solid;
      text-decoration: none; }
    .news_items .item .title a[target="_blank"]:after {
      /*content: "\f054";*/
      content: "\f35d";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .news_items .item .date.lg + .title {
      width: calc(100% - 355px - 35px ); }

.news_items_tab .news_items {
  display: none; }

.news_items_tab .news_items.on {
  display: block; }

/* **********************************
 *  アナウンサー
 * ********************************* */
.announcers_items {
  display: flex;
  flex-wrap: wrap;
  background: #313131;
  padding: 10px 25px; }
  .announcers_items .item {
    width: 20%;
    padding: 15px 35px; }
    .announcers_items .item .img {
      display: block;
      border-radius: 5px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #9e9e9e; }
    .announcers_items .item .img:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .announcers_items .item .name {
      margin-top: 25px;
      text-align: center; }
    .announcers_items .item .sns {
      display: flex;
      justify-content: center;
      margin-top: 10px; }
      .announcers_items .item .sns li + li {
        margin-left: 4px; }

.announcers_items.col4 {
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding: 0; }
  .announcers_items.col4 .item {
    width: 25%;
    padding: 15px 7.5px; }

.announcers_prof {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px; }
  .announcers_prof > .box1 {
    width: 42%; }
  .announcers_prof > .box2 {
    width: 53%; }
  .announcers_prof .name {
    display: flex;
    align-items: flex-end;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-left: 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #d1367f; }
    .announcers_prof .name span em {
      display: block;
      font-size: 16px;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
      color: #d7d6d6; }
    .announcers_prof .name .sns {
      display: flex;
      margin-left: auto; }
      .announcers_prof .name .sns li + li {
        margin-left: 6px; }
  .announcers_prof .prof_info {
    width: 100%;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dotted #d7d6d6; }
    .announcers_prof .prof_info dt {
      width: 130px;
      padding-left: 25px;
      font-weight: 500;
      color: #d7d6d6;
      white-space: nowrap; }
    .announcers_prof .prof_info dd {
      width: calc(100% - 130px); }
  .announcers_prof .prof_info + .prof_info {
    margin-top: 25px; }

.announcers_program_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px; }
  .announcers_program_items .item {
    width: 33.333%;
    padding: 6px 3px; }
    .announcers_program_items .item .inner {
      padding: 10px;
      background: #4a4a4a;
      height: 100%; }
    .announcers_program_items .item .img {
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .announcers_program_items .item .img:before {
      content: "";
      display: block;
      padding-top: 50%; }
    .announcers_program_items .item .title {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      border-top: 1px solid #6c6c6c;
      margin-top: 10px;
      padding-top: 10px; }
      .announcers_program_items .item .title .category {
        display: inline-block;
        width: 65px;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        background: #FFF;
        color: #000; }
      .announcers_program_items .item .title a {
        width: calc(100% - 65px - 10px);
        line-height: 1.45;
        height: calc(1em * 1.45 * 2); }
    .announcers_program_items .item .schedule {
      margin-top: 15px;
      font-size: 13px;
      font-weight: 500;
      color: #d7d6d6; }

.announcers_qa_items {
  margin-top: 80px;
  margin-bottom: 80px; }
  .announcers_qa_items .item {
    padding-bottom: 10px;
    border-bottom: 1px dotted #d7d6d6; }
    .announcers_qa_items .item dt {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.45;
      border-left: 3px solid #d1367f;
      padding-left: 12px; }
    .announcers_qa_items .item dd {
      margin-top: 10px;
      padding-left: 15px; }
  .announcers_qa_items .item + .item {
    margin-top: 35px; }

.article_freespace {
  font-size: 18px;
  line-height: 1.8;
  margin: 50px 0; }

@media (max-width: 767px) {
  .article_freespace {
    font-size: 16px; } }
.article_series_wrap {
  margin: 50px 0; }
  .article_series_wrap .article_post_card .meta .category {
    width: 100%; }

.announcers_sns_wrap {
  background: #313131;
  padding: 25px; }

@media (max-width: 767px) {
  .announcers_sns_wrap {
    padding: 10px 5px; }
    .announcers_sns_wrap #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
      width: 50%; } }
/* **********************************
 *  
 * ********************************* */
.qa_items {
  margin-top: 50px; }
  .qa_items .item dt,
  .qa_items .item dd {
    display: flex;
    justify-content: space-between; }
    .qa_items .item dt span,
    .qa_items .item dd span {
      width: calc(100% - 42px - 15px); }
  .qa_items .item dt {
    font-weight: 700;
    align-items: center; }
  .qa_items .item dd {
    margin-top: 25px; }
  .qa_items .item dt:before,
  .qa_items .item dd:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: #4a4a4a;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    line-height: 1; }
  .qa_items .item dt:before {
    content: "Q"; }
  .qa_items .item dd:before {
    content: "A"; }
  .qa_items .item .tel_list {
    margin-top: 50px; }
    .qa_items .item .tel_list li {
      display: flex; }
      .qa_items .item .tel_list li .t1 {
        width: 260px;
        font-size: 16px; }
      .qa_items .item .tel_list li .t2 {
        width: calc(100% - 260px); }
  .qa_items .item + .item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #6c6c6c; }

.contact_items {
  margin-top: 50px; }
  .contact_items .item .case {
    display: flex;
    align-items: center; }
    .contact_items .item .case dt {
      width: 130px;
      border-radius: 15px;
      background: #4a4a4a;
      padding: 5px 15px;
      margin-right: 20px;
      font-weight: 700; }
    .contact_items .item .case dd {
      width: calc(100% - 130px - 15px); }
      .contact_items .item .case dd .tel {
        font-size: 52px;
        font-family: "Poppins", sans-serif;
        line-height: 1; }
  .contact_items .item .txt {
    margin-top: 30px; }
    .contact_items .item .txt a {
      color: #6cd5f8;
      text-decoration: underline; }
  .contact_items .item + .item {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #6c6c6c; }

/* **********************************
 *  
 * ********************************* */
.sns_list_nav {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
  margin-top: 8px;
  margin-left: -4px;
  margin-right: -4px; }
  .sns_list_nav li {
    width: 20%;
    padding: 0 4px; }
    .sns_list_nav li a {
      display: block;
      background: #313131;
      font-size: 26px;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      padding: 18px 5px;
      position: relative; }
      .sns_list_nav li a:after {
        /*content: "\f054";*/
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .sns_list_nav li a:hover {
      opacity: 0.8; }

.sns_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .sns_items .item {
    width: 33.333%;
    padding: 12.5px; }
    .sns_items .item .inner {
      display: flex;
      justify-content: space-between;
      background: #313131;
      height: 100%;
      padding: 20px; }
      .sns_items .item .inner .box1 {
        width: 32.4%; }
      .sns_items .item .inner .box2 {
        width: 60.8%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between; }
      .sns_items .item .inner .name {
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2; }
      .sns_items .item .inner .txt {
        /*font-size: 16px;*/ }
      .sns_items .item .inner .sns_box {
        width: 100%;
        margin-top: 10px; }
      .sns_items .item .inner .sns {
        display: flex;
        flex-wrap: wrap;
        margin-left: -4px;
        margin-right: -4px; }
        .sns_items .item .inner .sns li {
          width: 20%;
          padding: 4px; }

/* **********************************
 *  
 * ********************************* */
.series_header {
  margin-bottom: 50px; }
  .series_header .img {
    margin-bottom: 20px; }
  .series_header .meta {
    background: #313131;
    padding: 35px; }
  .series_header .category {
    display: flex;
    margin-bottom: 10px; }
    .series_header .category li {
      /*width: 110px;*/ }
      .series_header .category li span {
        display: inline-block;
        width: 120px;
        padding: 3px 5px 4px;
        background: #6c6c6c;
        color: #FFF;
        font-size: 14px;
        white-space: nowrap;
        background-repeat: no-repeat;
        background-size: auto 20px;
        background-position: left 4px center;
        padding-left: 25px; }
      .series_header .category li span.cat_topics {
        background-color: #F92D93;
        background-image: url("img/icons/online/icon-topics.svg"); }
      .series_header .category li span.cat_news {
        background-color: #9E040B;
        background-image: url("img/icons/online/icon-news.svg"); }
      .series_header .category li span.cat_sports {
        background-color: #ffd900;
        background-image: url("img/icons/online/icon-sports.svg"); }
      .series_header .category li span.cat_entertainment {
        background-color: #780EE4;
        background-image: url("img/icons/online/icon-entertainment.svg"); }
      .series_header .category li span.cat_society {
        background-color: #2C42FD;
        background-image: url("img/icons/online/icon-society.svg"); }
      .series_header .category li span.cat_gourmet {
        background-color: #20AE8F;
        background-image: url("img/icons/online/icon-gourmet.svg"); }
      .series_header .category li span.cat_living {
        background-color: #FD8A2C;
        background-image: url("img/icons/online/icon-living.svg"); }
      .series_header .category li span.cat_health {
        background-color: #31CAFC;
        background-image: url("img/icons/online/icon-health.svg"); }
      .series_header .category li span.cat_goout {
        background-color: #21B231;
        background-image: url("img/icons/online/icon-goout.svg"); }
      .series_header .category li span.cat_hobby {
        background-color: #8091FA;
        background-image: url("img/icons/online/icon-hobby.svg"); }
      .series_header .category li span.cat_business {
        background-color: #164b8f;
        background-image: url("img/icons/online/icon-business.png"); }
      .series_header .category li span.cat_tv {
        background-image: url("img/icons/online/icon_tv.png"); }
      .series_header .category li span.cat_radio {
        background-image: url("img/icons/online/icon_radio.png"); }
      .series_header .category li span.cat_event {
        background-image: url("img/icons/online/icon_event.png"); }
    .series_header .category li + li {
      margin-left: 8px; }
  .series_header .title {
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid; }

/* **********************************
 *  
 * ********************************* */
/* **********************************
 *  
 * ********************************* */
/* **********************************
 *  IE11対応
 * ********************************* */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .txt_ellipsis_line2 {
    display: block;
    height: calc(2em * 1.666); }

  *::-ms-backdrop, .txt_ellipsis_line3 {
    display: block;
    height: calc(3em * 1.666); }

  *::-ms-backdrop, .tt3.icon {
    display: block; }

  *::-ms-backdrop, .tt3.icon:before {
    bottom: 5px !important;
    background-position: left center; } }

/*# sourceMappingURL=style.css.map */
