@charset "UTF-8";
/* ==========================================================
Web Fonts
========================================================== */
/* 日本語 */
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input[type="button"], input[type="tel"], input[type="email"], input[type="submit"], input[type="reset"], input[type="text"], textarea, select {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  margin: 0px;
  padding: 0px;
}

input[type="button"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="text"]:focus, textarea:focus, select:focus {
  outline: none;
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
  padding: 5px;
  border: 1px solid #d5d5d5;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

input:focus::-webkit-input-placeholder,
isindex:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

/*========================================
番組詳細ページレスポンシブCSS
class prefix: resp-****
========================================*/
a {
  color: #000000;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
}

body.resp {
  font-size: 4.26667vw;
  font-family: Helvetica, Arial, Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

body.resp .bread-crumbs {
  display: flex;
  font-size: 3.2vw;
  padding: 2.66667vw;
  overflow: hidden;
}

body.resp .bread-crumbs a {
  margin-left: 2.13333vw;
  display: block;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2;
  padding: 1px 0;
}

body.resp .bread-crumbs a:last-child {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.resp .bread-crumbs a:after {
  display: inline-block;
  content: '';
  width: 1.6vw;
  height: 1.6vw;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  margin-left: 1.06667vw;
}

body.resp .bread-crumbs a:first-child {
  margin-left: 0;
}

body.resp .bread-crumbs a:last-child:after {
  display: none;
}

body.resp .ttl-bg-black {
  color: #fff;
  background-color: #000;
  padding: 2.66667vw 2.66667vw 2.66667vw 2.66667vw;
  line-height: 1.3;
}

body.resp .ttl-bg-black h1 {
  font-size: 3.73333vw;
  padding-left: 11.33333vw;
  position: relative;
}

body.resp .ttl-bg-black h1:before, body.resp .ttl-bg-black h1:after {
  display: inline-block;
  content: '';
  color: #fff;
  padding: 0.66667vw 1.33333vw;
  line-height: 1;
  margin-right: 2.66667vw;
  position: absolute;
  top: 0;
  left: 0;
}

body.resp .ttl-bg-black.ch1 h1:before {
  content: 'ch1';
  background-color: #f0027f;
}

body.resp .ttl-bg-black.ch2 h1:before {
  content: 'ch2';
  background-color: #01a0c6;
}

body.resp .ttl-bg-black.ch1ch2 h1 {
  min-height: 10.93333vw;
  display: flex;
  align-items: center;
}

body.resp .ttl-bg-black.ch1ch2 h1:before, body.resp .ttl-bg-black.ch1ch2 h1:after {
  position: absolute;
}

body.resp .ttl-bg-black.ch1ch2 h1:before {
  top: 0;
  left: 0;
  content: 'ch1';
  background-color: #f0027f;
}

body.resp .ttl-bg-black.ch1ch2 h1:after {
  left: 0;
  top: 5.86667vw;
  content: 'ch2';
  background-color: #01a0c6;
}

body.resp .program-overview {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.resp .program-overview .area-l {
  margin-bottom: 8vw;
}

body.resp .program-overview .area-l .main-img .copy {
  padding: 1.33333vw;
  display: block;
  text-align: right;
  background: #f2f2f2;
  font-size: 2.93333vw;
  line-height: 1;
}

body.resp .program-overview .tags {
  padding: 1.33333vw 0 0.53333vw;
  text-align: center;
  background: #dddddd;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

body.resp .program-overview .tags .tag {
  color: #fff;
  padding: 1.33333vw;
  background: #000;
  margin-right: 0.8vw;
  margin-bottom: 0.8vw;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 2.93333vw;
  white-space: nowrap;
}

body.resp .program-overview .detail-text {
  padding: 2.66667vw 2.66667vw 0;
  background: #fff;
  line-height: 1.5;
}

body.resp .program-overview .area-r {
  padding: 0 2.66667vw;
  margin-bottom: 5.33333vw;
}

body.resp .program-overview .area-r .info-block {
  padding: 2.66667vw;
  background: #dddddd;
  margin-bottom: 8vw;
}

body.resp .program-overview .area-r .info-block .ttl {
  height: 35px;
  margin-bottom: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/icon_ttl_info.png) 0 0 no-repeat;
  background-size: auto 35px;
}

body.resp .program-overview .area-r .info-block .detail {
  line-height: 1.4;
}

body.resp .program-overview .area-r .info-block .detail p {
  margin-bottom: 1em;
}

body.resp .program-overview .area-r .info-block .detail p:last-child {
  margin-bottom: 0;
}

body.resp .broadcast-time {
  margin-bottom: 5.33333vw;
}

body.resp .broadcast-time .icon-ttl-main span {
  background-image: url(../img/ttl_broadcast_time.png);
  background-size: 100px 19px;
}

body.resp .broadcast-time .ttl {
  display: flex;
  align-items: center;
  font-size: 5.33333vw;
  font-weight: bold;
  margin-bottom: 4vw;
}

body.resp .broadcast-time .ttl:before {
  margin-right: 0.8vw;
  display: inline-block;
  width: 39px;
  height: 22px;
  content: '';
  background-image: url(../img/icon_balloon_gray.png);
  background-size: contain;
}

body.resp .broadcast-time .detail {
  line-height: 1.5;
}

body.resp .broadcast-time .detail p {
  margin-bottom: 1em;
}

body.resp .broadcast-time .detail p:last-child {
  margin-bottom: 0;
}

body.resp .btn-howto a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.2vw;
  text-align: center;
  font-weight: bold;
  font-size: 3.73333vw;
  background-color: #f3d535;
  text-decoration: none;
  border-radius: 7px;
  border-bottom: 4px solid #e5e5e5;
}

body.resp .btn-howto a:before {
  content: '';
  display: inline-block;
  width: 5.86667vw;
  height: 5.86667vw;
  margin-right: 1.6vw;
  background: url(../img/icon_wakaba.png) 50% 50% no-repeat;
  background-size: contain;
}

body.resp .liquid-content {
  padding: 0 2.66667vw;
  margin-bottom: 8vw;
}

body.resp .liquid-content .icon-ttl-main {
  margin-bottom: 4vw;
}

body.resp .liquid-content .icon-ttl-main .icon-ttl-main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.resp .liquid-content .icon-ttl-main .icon-ttl-main-inner span {
  display: flex;
  align-items: center;
  font-size: 5.33333vw;
  font-weight: bold;
}

body.resp .liquid-content .icon-ttl-main .icon-ttl-main-inner span:before {
  margin-right: 0.8vw;
  display: inline-block;
  width: 39px;
  height: 22px;
  content: '';
  background-image: url(../img/icon_balloon_gray.png);
  background-size: contain;
}

body.resp .liquid-content .icon-ttl-main .btn-request {
  font-size: 2.93333vw;
  color: #fff;
  padding: 1.06667vw 1.6vw;
  background-color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

body.resp .liquid-content .icon-ttl-main .btn-request:after {
  display: block;
  content: '';
  width: 1.46667vw;
  height: 1.46667vw;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-left: 1.06667vw;
}

body.resp .liquid-content .pc-detail {
  line-height: 1.5;
}

body.resp .broadcast-schedule .tab-btns {
  display: flex;
  justify-content: flex-end;
}

body.resp .broadcast-schedule .tab-btns li {
  width: 26.66667vw;
  white-space: nowrap;
  color: #fff;
  padding: 2.66667vw 4vw;
  cursor: pointer;
  margin-left: 5px;
  text-align: center;
  border: 1px solid #c1c1c1;
  background-color: #c1c1c1;
}

body.resp .broadcast-schedule .tab-btns li:first-child {
  margin-left: 0;
}

body.resp .broadcast-schedule .tab-btns li:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

body.resp .broadcast-schedule .tab-btns li.active {
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}

body.resp .broadcast-schedule .tab-content.disnone {
  display: none;
}

body.resp .broadcast-schedule .tab-content.active {
  display: block;
}

body.resp .schedule-list li {
  padding: 10px 0;
  line-height: 1.4;
  background-position: 0 10px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e5e5e5;
}

body.resp .schedule-list li .ttl {
  display: block;
  font-weight: bold;
}

body.resp .schedule-list li .date {
  display: block;
  font-weight: normal;
}

body.resp .schedule-list .ch1, body.resp .schedule-list .ch2 {
  min-height: 18px;
  padding-left: 40px;
  background-size: 8vw auto;
}

body.resp .schedule-list .ch1 {
  background-image: url(../img/icon_square_ch1.gif);
}

body.resp .schedule-list .ch2 {
  background-image: url(../img/icon_square_ch2.gif);
}

body.resp .schedule-list .ch1ch2, body.resp .schedule-list .ch2ch1 {
  min-height: 41px;
  padding-left: 40px;
  background-size: 8vw auto;
}

body.resp .schedule-list .ch1ch2 {
  background-image: url(../img/icon_square_ch1ch2_r.gif);
}

body.resp .schedule-list .ch2ch1 {
  background-image: url(../img/icon_square_ch2ch1_r.gif);
}

body.resp .schedule-list.sl-num .ttl, body.resp .schedule-list.sl-date .date {
  margin-bottom: 5px;
}

body.resp .broadcast-schedule .btn-sort {
  padding-top: 2.66667vw;
  margin-bottom: 2.66667vw;
}

body.resp .broadcast-schedule .btn-sort form {
  padding: 2.66667vw;
  background: #eeeeee;
}

body.resp .broadcast-schedule .btn-sort label {
  margin-left: 2.66667vw;
  display: inline-block;
}

body.resp .table-style1 {
  width: 100%;
  display: block;
}

body.resp .table-style1 tbody, body.resp .table-style1 tr, body.resp .table-style1 th, body.resp .table-style1 td {
  display: block;
  line-height: 1.5;
}

body.resp .table-style1 th {
  font-weight: bold;
  margin-bottom: 2.66667vw;
}

body.resp .table-style1 td {
  margin-bottom: 2.66667vw;
  padding-bottom: 2.66667vw;
  border-bottom: 1px solid #e5e5e5;
}

body.resp .contents-header-genre .ttl {
  padding: 4vw 0;
  line-height: 1;
  font-weight: bold;
  font-size: 5.6vw;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 4vw;
}

body.resp .contents-header-genre .l-nav {
  padding: 0 4vw;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 5.33333vw;
}

body.resp .contents-header-genre .l-nav li {
  margin-right: 2.66667vw;
  margin-bottom: 2.66667vw;
}

body.resp .contents-header-genre .l-nav li:last-child {
  margin-right: 0;
}

body.resp .contents-header-genre .l-nav li a {
  text-decoration: none;
  display: inline-block;
  padding: 1.33333vw 2.66667vw;
  background-color: #e5e5e5;
  border-radius: 100px;
}

body.resp .content-ttl-text {
  font-weight: bold;
  font-size: 5.06667vw;
  margin-bottom: 5.33333vw;
}

body.resp .recommend-list {
  display: flex;
  flex-flow: row wrap;
}

body.resp .recommend-list li {
  margin-bottom: 15px;
  width: 48.5%;
}

body.resp .recommend-list li:nth-child(odd) {
  margin-right: 3%;
}

body.resp .recommend-list li a {
  display: block;
  text-decoration: none;
}

body.resp .recommend-list li a .thum {
  width: 100%;
  text-align: center;
}

body.resp .recommend-list li a .copy {
  color: #666;
  padding: 5px;
  display: block;
  font-size: .8rem;
  text-align: right;
  background: #f2f2f2;
  margin-bottom: 5px;
  word-break: break-all;
  box-sizing: content-box;
  height: auto !important;
}

body.resp .recommend-list li a .ttl {
  display: block;
  line-height: 1.4;
  font-size: 3.46667vw;
  padding-left: 45px;
  word-break: break-all;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px 23px;
  height: auto !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.resp .recommend-list li.ch1 .ttl, body.resp .recommend-list li.ch2 .ttl {
  min-height: 18px;
  padding-left: 40px;
  background-size: 8vw auto;
}

body.resp .recommend-list li.ch1 .ttl {
  background-image: url(../img/icon_square_ch1.gif);
}

body.resp .recommend-list li.ch2 .ttl {
  background-image: url(../img/icon_square_ch2.gif);
}

body.resp .recommend-list li.ch1ch2 .ttl, body.resp .recommend-list li.ch2ch1 .ttl {
  min-height: 38px;
  padding-left: 40px;
  background-size: 8vw auto;
}

body.resp .recommend-list li.ch1ch2 .ttl {
  background-image: url(../img/icon_square_ch1ch2_r.gif);
}

body.resp .recommend-list li.ch2ch1 .ttl {
  background-image: url(../img/icon_square_ch2ch1_r.gif);
}

body.resp .icon-balloon-ttl-time, body.resp .icon-balloon-ttl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

body.resp .icon-balloon-ttl-time h1, body.resp .icon-balloon-ttl h1 {
  line-height: 1.4;
  font-weight: bold;
}

body.resp .icon-balloon-ttl-time h1 time {
  display: block;
  font-size: 3.73333vw;
  margin-bottom: 5px;
  font-weight: normal;
  padding-left: 25px;
  background: url(../img/icon_balloon_gray.png) 0 50% no-repeat;
  background-size: 20px 11px;
}

body.resp .oshirase-post {
  background: #fff;
  line-height: 1.5;
}

body.searchbody {
  /* 検索結果レイアウト変更スタイル */
}

body.searchbody .heading {
  overflow: hidden;
  font-size: 4.8vw;
  font-weight: bold;
  padding: 5.33333vw 2.66667vw 0;
  margin-bottom: 4vw;
}

body.searchbody .result-header {
  padding: 0 2.66667vw;
}

body.searchbody .result-header .result-search {
  display: none;
}

body.searchbody .result-header .result-count {
  line-height: 1.4;
}

body.searchbody .result-header .result-count span {
  color: #f0027f;
}

body.searchbody .container-flex-left a.result-list {
  display: block;
  align-items: center;
  padding: 0 5.33333vw 0 2.66667vw;
  text-decoration: none;
  background: #fff;
  position: relative;
}

body.searchbody .container-flex-left a.result-list .result-list-left {
  margin-bottom: 2.66667vw;
  text-align: center;
}

body.searchbody .container-flex-left a.result-list .result-list-right .result-title {
  color: #00a0c6;
  font-size: 4.26667vw;
  margin-bottom: 2.66667vw;
  line-height: 1.3;
}

body.searchbody .container-flex-left a.result-list .result-list-right .result-text {
  color: #000;
  line-height: 1.3em;
  font-size: 3.73333vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.searchbody .container-flex-left a.result-list .result-list-right .result-url {
  width: 100%;
  display: block;
  color: #bfc6c8;
  margin-top: 5px;
  word-break: break-all;
  font-size: 3.2vw;
}

body.searchbody .container-flex-left a.result-list:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 2.4vw;
  top: 50%;
  border-right: 2px solid #00a0c6;
  border-bottom: 2px solid #00a0c6;
  transform: rotate(-45deg);
}

body.searchbody .container-flex-left a.result-list .fa {
  width: 1.4rem;
  color: #00a0c6;
  font-size: 3.2vw;
  text-align: right;
  vertical-align: middle;
}

body.searchbody .pagenation {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 0 2.13333vw;
  margin-bottom: 4%;
  font-size: 4.8vw;
  justify-content: center;
}

body.searchbody .pagenation .icon {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
}

body.searchbody .pagenation .mdfi_navigation_chevron_left {
  border-left: 2px solid #00a0c6;
  border-bottom: 2px solid #00a0c6;
  transform: rotate(45deg);
}

body.searchbody .pagenation .mdfi_navigation_chevron_right {
  border-right: 2px solid #00a0c6;
  border-bottom: 2px solid #00a0c6;
  transform: rotate(-45deg);
}

body.searchbody .pagenation > a, body.searchbody .pagenation > div {
  text-decoration: none;
  color: #bfc6c8;
  padding: 0.8vw;
  display: flex;
  align-items: center;
}

body.searchbody .pagenation .active {
  color: #00a0c6;
  text-decoration: underline;
}
