@charset "utf-8";
/* ---------------------------------------------------------------------------
 * ROOT
--------------------------------------------------------------------------- */ :root {
  --color_01: #1D9BF0; /* var(--color_01) */
  --color_02: #ffd942; /* var(--color_02) */
  --color_red: #f40008; /* var(--color_red) */
  --color_blue: #1877f2; /* var(--color_blue) */
  --color_green: #31972f; /* var(--color_green) */
}
/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================
 COMMON
============================================= */
body {
  background: #fff;
  font-family: 'Roboto', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: none;
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  color: var(--color_01);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
b {
  font-weight: bold;
}
.wrap {
  overflow: hidden;
}
@media print, screen and (max-width:640px) {
  .onlyPC {
    display: none !important;
  }
  .onlyTAB {
    display: none !important;
  }
  .onlySP {
    display: block;
  }
  .nav_br {
    display: none !important;
  }
}
@media print, screen and (min-width:641px) {
  body {
    font-size: 0.875em;
  }
  .onlyPC {
    display: block;
  }
  .onlySP {
    display: none !important;
  }
}
@media print, screen and (min-width:641px) and (max-width:1000px) {
  .onlyTAB {
    display: block;
  }
  .noTAB {
    display: none !important;
  }
  .nav_br {
    display: none !important;
  }
}
@media print, screen and (min-width:961px) {
  body {
    font-size: 1em;
  }
  #generalHeader {
    height: 41px;
  }
  .onlyTAB {
    display: none !important;
  }
}
.side-menu a .nav_br {
  display: none !important;
}
/**/
/* =============================================
 contents
============================================= */
.contents {
  max-width: inherit;
  padding: 0;
  margin: 0 auto;
  font-size: 0.875em;
}
.contents_main {
  width: 100%;
  margin: 0 auto 20px;
}
.sec_wrap {
  width: 100%;
  padding: 0;
}
@media print, screen and (min-width:641px) {
  .contents {
    width: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1em;
  }
  .contents_main {
    width: 100%;
    padding-top: 0;
    margin: 0;
  }
}
@media print, screen and (min-width:1001px) {
  .sec_wrap {
    padding: 0;
  }
}
/* 背景パターン1 */
.bg_epg, .bg_top {
  background: url(../../img/2025/common/bg_sky_sp.png), linear-gradient(to top, rgb(95 134 255), rgb(2 81 255)), top;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media print, screen and (min-width:1001px) {
  .bg_epg {
    background: url(../../img/2025/common/bg_sky_person.png), url(../../img/2025/common/bg_sky_pc.png), linear-gradient(to top, rgba(22, 88, 251, 1), rgb(0 126 255));
    background-position: bottom right -2%, bottom center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25%, 100%, auto;
  }
  .bg_top {
    background: url(../../img/2025/common/bg_sky_person.png), url(../../img/2025/common/bg_sky_pc.png), linear-gradient(to top, rgba(22, 88, 251, 1), rgb(0 126 255));
    background-position: bottom right, top 20% center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 20%, 100%, auto;
  }
}
.bg_01 {
  background: rgba(202, 234, 255, 1.00);
}
/* 背景パターン2 */
.bg_02 {
  background-image: url("../../img/2025/common/bg_sky.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #76C1FF;
}
/* カラー */
.bg_red {
  background-color: var(--color_red) !important;
}
.bg_blue {
  background-color: var(--color_blue) !important;
}
.bg_green {
  background-color: var(--color_green) !important;
}
/* -------------------------------------------
 hタグ
------------------------------------------- */
.box_title {
  padding: 0.5em;
  background-color: #f40008;
  background-image: url("../../img/2025/common/ttlbg_l.png"), url("../../img/2025/common/ttlbg_l.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left -200px bottom, right -200px top;
  background-size: contain;
  color: #fff;
  font-size: 6.5vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.inline-contents .box_title {
  text-align: left;
}
.box_title h2 {
  display: inline-block;
  position: relative;
}
.box_title h2::before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  margin-top: -0.9em;
  background: url("../../img/2025/common/nettama.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -1.8em;
}
h3.subttl {
  font-size: 5vw;
  margin: 1em 0 0.5em;
  border-left: 5px solid var(--color_red);
  line-height: 1;
  padding: 0.4em 0 0.4em 0.5em;
  font-weight: bold;
}
.line_green {
  border-color: var(--color_green) !important
}
.line_blue {
  border-color: var(--color_blue) !important
}
@media print, screen and (max-width:1000px) {
  #sns, #program, #topics {
    /*padding-top: 60px;
    margin-top: -60px;*/
	/*他コンテンツ入ったら上に戻す*/
	padding-top: 40px;
    margin-top: -40px;
  }
  #weekday, #saturaday, #sunday {
    padding-top: 60px;
    margin-top: -60px;
  }
  #topics {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 89%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
  }
}
@media print, screen and (max-width:640px) {
  .font_ttl_S {
    font-size: 4.5vw;
  }
}
@media print, screen and (min-width:490px) {
  .box_title {
    font-size: 2.0em;
  }
  h3.subttl {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width:641px) and (max-width:1000px) {
  .box_title {
    background-image: url("../../img/2025/common/ttlbg_l.png"), url("../../img/2025/common/ttlbg_l.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -150px bottom, right -150px top;
    background-size: contain;
  }
}
@media print, screen and (min-width:1001px) {
  .box_title {
    padding: 15px 20px;
    background-position: left 0 top, right 0 top;
  }
}
/* -------------------------------------------
 box
------------------------------------------- */
.box {
  /*	background: #fff;*/
  /*	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}
.sec_wrap .box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.box + .box {
  margin-top: 30px;
}
.box_inner {
  padding: 10% 0;
  line-height: 1.5;
}
.box_inner + .box_inner {
  padding-top: 0;
}
.box_inner b {
  color: var(--color_01);
  font-weight: bold;
}
.box_inner > p + p {
  margin-top: 0.5em;
}
@media print, screen and (min-width:641px) {
  .box_inner {
    padding: 6% 0;
  }
  .bg_epg .box .box_inner {
    padding: 0 0 2% !important;
  }
}
@media print, screen and (min-width:1001px) {
  .box_inner a:hover {
    text-decoration: none;
  }
  .pcCenter {
    text-align: center;
  }
}
/* リンクボタン
---------------------------------------- */
.link_btn {
  margin: 6% 0;
}
.link_btn:last-child {
  margin-bottom: 0;
}
.link_btn a {
  width: 90%;
  max-width: 600px;
  padding: 1em 1.5em 1em 0.5em;
  margin: 0 auto;
  background: #d90000;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}
.link_btn a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.3em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0.75em;
  top: 50%;
}
@media print, screen and (min-width:641px) {
  .link_btn a {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width:1001px) {
  .link_btn {
    margin: 50px 0;
  }
  .link_btn a:hover {
    transform: scale(1.05);
  }
}
/* =============================================
 アイコン付きリンク
============================================= */
.icon_link a {
  display: block;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.icon_link span {
  padding: 0.25em 1em 0.25em 0.25em;
  position: relative;
  display: inline-block;
}
.icon_link span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
/* =============================================
 バナーエリア
============================================= */
.bnr_list {
  max-width: 1000px;
  margin: 30px auto;
}
.sec_wrap .bnr_list {
  width: 90%;
}
.bnr_list:first-child, script + .bnr_list {
  margin-top: 0;
}
.bnr_list:last-child {
  margin-bottom: 0;
}
.box .bnr_list {
  margin: 20px auto;
}
.bnr_list:first-child, script:first-child + .bnr_list {
  margin-top: 0 !important;
}
.bnr_list ul {
  display: flex;
  justify-content: center;
}
.bnr_list ul + ul {
  margin-top: 20px;
}
.bnr_list li a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  transition: all .3s;
}
.bnr_list .bnr_m {
  margin-bottom: -10px;
  flex-wrap: wrap;
}
.bnr_list .bnr_m li {
  margin: 0 1%;
}
.bnr_list .bnr_m li {
  margin-bottom: 10px;
}
@media print, screen and (min-width:641px) {
  .bnr_list .bnr_m li {
    width: 48%;
  }
  .bnr_list .bnr_l li {
    width: 75%;
  }
}
/* バナーオンマウス */
@media print, screen and (min-width:1001px) {
  .prg_reg_col1 .box .bnr_list {
    margin: 30px auto;
  }
  .bnr_list li a:hover {
    transform: scale(1.05);
  }
}
/*---------------------------------------- 
box-bnr-2 
---------------------------------------- */
.wrap_col {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.col_box_big {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
}
.col_box {
  width: 100%; /*2こ並べる　48%*/
  display: flex;
  justify-content: center;
}
.col_box_big:not(:first-child) {
  margin-top: 6%;
}
.col_box {
  margin-top: 6%;
}
@media print, screen and (min-width:641px) {
  .wrap_col {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .col_box {
    width: 48%;
  }
  .col1_box + .col_box {
    margin-top: 6%;
  }
}
/*---------------------------------------- 
box-2 
---------------------------------------- */
.wrap_col2 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.col2_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.col2_box:not(:first-child) {
  margin-top: 3%;
}
@media print, screen and (min-width:641px) {
  .wrap_col2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .col2_box {
    width: 48%;
  }
  .col2_box:nth-child(2) {
    margin-top: 0;
  }
}
/*----------------------------------------
コンテンツボックス
---------------------------------------- */
a .bnr-box, a:hover .bnr-box {
  text-decoration: none;
  color: #000 !important;
}
.bnr-box {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #eee;
  height: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.bnr-box img {
  width: 100%;
}
a .bnr-box img {
  transition: all 0.5s;
  width: 100%;
}
a:hover .bnr-box img {
  transform: scale(1.05, 1.05);
}
.bnr-box .bnr-info {
  text-align: left;
  padding: 10px 1.5em;
  line-height: 1.5;
}
a .bnr-box {
  background-image: url("../../img/2025/common/arrow_bt.png");
  background-position: right bottom 10px;
  background-repeat: no-repeat;
  background-size: 2em;
}
.bnr-box .bnr-info h2 {
  font-weight: 900 !important;
  font-size: 1rem;
}
.bnr-box .bnr-info p {
  font-size: 1rem !important;
  line-height: 1.4;
}
@media print, screen and (min-width:641px) {
  .col_box_big .bnr-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .col_box_big .bnr-box img {
    width: 40%;
  }
  .col_box_big a .bnr-box img {
    transition: all 0.5s;
    width: 50%;
  }
  .col_box_big .bnr-box .bnr-info {
    flex-basis: 50%;
    padding-left: 5%;
  }
  .col_box_big .bnr-box .bnr-info h2 {
    margin-bottom: 0.6em;
  }
}
/*----------------------------------------
sns
---------------------------------------- */
.wrap_sns {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap_sns .official {
  width: 100%;
  order: 2;
}
.wrap_sns .wrap_x {
  width: 100%;
  order: 1;
}
@media print, screen and (min-width:1001px) {
  .wrap_sns {
    max-width: 920px;
  }
  .wrap_sns .official {
    width: 30%;
    margin: 0;
  }
  .wrap_sns .wrap_x {
    width: 66%;
  }
}
.sns_block {
  width: 100%;
  height: 100%;
  padding: 1.5em 2em;
  background: url("../../img/2025/common/bg_insta.jpg") no-repeat;
  background-size: cover;
  border: 3px solid #e78bc2;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 1em;
  border-radius: 5px;
}
.sns_block.tiktok {
  background: #000;
  /*        background: url("../../img/2025/common/bg_tiktok.png"), #000;
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 100%;*/
  border: 3px solid #444 !important;
}
.sns_block:last-child {
  margin-bottom: 0;
}
.sns_block_logo_txt {
  width: 70%;
  max-width: 285px;
  margin: 0 auto;
  margin-bottom: 1em;
  position: relative;
}
.snslink_btn a {
  padding: 1em 0.25em 1em 0.25em;
  background: #fff;
  border: 2px solid #EB56E5;
  border-radius: 5px;
  display: block;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #FF3388;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: .6s;
  overflow: hidden;
}
.snslink_btn:not(:last-child) {
  margin-bottom: 0.5em;
}
.tiktok .snslink_btn a {
  background: #444;
  border: 3px solid #444;
  color: #fff;
}
.snslink_btn a::before {
  content: "";
  width: 0;
  height: 0;
  background: rgba(232, 0, 255, 1);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: .6s;
}
.tiktok .snslink_btn a::before {
  background: rgba(0, 0, 0, 1);
}
.wrap_sns_logo_txt {
  width: 70%;
  max-width: 285px;
  margin: 0 auto;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width:640px) {
  .sns_block {
    width: 100%;
    padding: 0.8em 2em;
    margin-bottom: 0.5em;
  }
  .wrap_sns_logo_txt {
    width: 35%;
    max-width: 285px;
    margin-bottom: 0.8em;
  }
  .snslink_btn a {
    padding: 0.5em 0.25em 0.5em 0.25em;
  }
}
@media screen and (min-width:1000px) {
  .snslink_btn a:hover::after {
    right: 5px;
  }
  .snslink_btn a:hover::before {
    width: 26em;
    height: 26em;
    opacity: 0.25;
  }
}
/* official
---------------------------------------- */
.official {
  width: 100%;
}
.official li {
  width: 100%;
}
.official li a {
  min-height: 3em;
  padding: 1em 0.5em;
  border: 2px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  transition: all .3s;
}
.official .icon {
  /*width: 90%;*/
  padding-left: 2em;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.official .icon::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.official li a .icon span {
  font-family: Arial, Helvetica, "sans-serif";
  display: inline-block;
}
.official_youtube a {
  background: #ff0000;
}
.official_twitter a {
  background: #000;
}
.official_facebook a {
  background: #1877f2;
}
.official_instagram a {
  background: #d4006a;
}
.official_line a {
  background: #00b900;
}
.official_tiktok a {
  background: #000;
}
.official_netto_x a {
  background: #f40008;
}
.official_youtube .icon::before {
  background: url("../../img/2025/common/ico_youtube.png") no-repeat;
  background-size: contain;
}
.official_twitter .icon::before,
.official_netto_x .icon::before{
  background: url("../../img/2025/common/ico_x.png") no-repeat;
  background-size: contain;
}
.official_facebook .icon::before {
  background: url("../../img/2025/common/ico_facebook.png") no-repeat;
  background-size: contain;
}
.official_instagram .icon::before {
  background: url("../../img/2025/common/ico_insta.png") no-repeat;
  background-size: contain;
}
.official_line .icon::before {
  background: url("../../img/2025/common/ico_line.png") no-repeat;
  background-size: contain;
}
.official_tiktok .icon::before {
  background: url("../../img/2025/common/ico_tiktok.png") no-repeat;
  background-size: contain;
}
@media print, screen and (min-width:460px) {
  .official li a {
    font-size: 1em;
  }
}
@media print, screen and (min-width:641px) {
  .official li a .icon span {
    display: inline;
  }
}
@media print, screen and (min-width:1001px) {
  .official li a {
    font-size: 1.125em;
  }
  .official li a:hover {
    transform: scale(1.05);
  }
}
/* 縦配置 */
.official.vertical a {
  padding: 1.5em 1rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all .3s;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
}
.official.vertical a .icon {
  position: relative;
}
.official.vertical .official_twitter a {
  background: #000;
  display: none; /* スマホでTwitter非表示 */
}
.official.vertical .official_instagram a {
  background: #d4006a no-repeat;
  background-size: 100% 100%;
}
@media print, screen and (min-width:1001px) {
  .official.vertical ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .official.vertical li {
    width: 100%;
    height: calc(100% / 2 - 2%); /* 分割する数により調整 */
    margin-bottom: 0;
  }
  .official.vertical a {
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .official.vertical .official_twitter a {
    display: flex; /* スマホで非表示の場合追加*/
  }
  .official.vertical .icon {
    padding-left: 0;
    padding-top: 4.5em;
  }
  .official.vertical .icon::before {
    width: 3.6em;
    height: 3.6em;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
/* x
---------------------------------------- */
.wrap_x {
  width: 100%;
  background: #f2faff;
  border: 4px solid #000;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}
.ttl_x {
  padding: 0.5em;
  background: #000;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
.ttl_x span {
  padding-left: 2em;
  position: relative;
}
.ttl_x span::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  margin-top: -0.8em;
  background: url("../../img/2025/common/ico_x.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
}
.x_embed {
  /*width: 90%;*/
  max-width: 610px;
  /*margin: 15px auto;*/
  min-height: 400px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: scroll;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgb(0 0 0 / 30%);
}
.x_embed iframe {
  width: 660px !important;
}
.xbtn a {
  padding: 0.75em 1.5em 0.75em 0.5em;
  background-color: #000;
  border-radius: 25px;
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: all .3s;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.xbtn a span {
  display: inline-block;
}
.xbtn a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.bd_red {
  border: 4px solid var(--color_red);
}
@media print, screen and (min-width:641px) {
  .x_embed {
    /*margin: 30px auto;*/
    overflow: hidden;
  }
}
@media print, screen and (min-width:1001px) {
  .ttl_x {
    font-size: 1.125rem;
  }
  .xbtn a:hover {
    transform: scale(1.05);
  }
}
/* facebook
---------------------------------------- */
.wrap_facebook {
  width: 100%;
  background: #1877f2;
  border: 4px solid #1877f2;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}
.ttl_facebook {
  padding: 0.5em;
  background: #1877f2;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
.ttl_facebook span {
  padding-left: 2em;
  position: relative;
}
.ttl_facebook span::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  margin-top: -0.8em;
  background: url("../../img/2025/common/ico_facebook.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
}
/* =============================================
 SNS シェア
============================================= */
.wrap_sblink {
  padding: 6% 0;
  background: #fff;
}
.sblink dt {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.sblink dt span:before {
  content: "/";
  margin-right: 0.25em;
  display: inline-block;
  transform: scale(-1, 1) translateY(0.1em);
  font-size: 1.4em;
}
.sblink dt span:after {
  content: "/";
  margin-left: 0.25em;
  display: inline-block;
  transform: translateY(0.1em);
  font-size: 1.4em;
}
.list_sblink {
  font-size: 0;
  text-align: center;
}
.list_sblink li {
  margin: 0 0.4rem;
  display: inline-block;
}
.list_sblink li a {
  width: 16vw;
  height: 16vw;
  padding: 3vw;
  background: #000;
  border-radius: 100%;
  box-sizing: border-box;
  display: block;
  transition: all .3s;
}
.list_sblink li.sblink_x a {
  background: #000;
}
.list_sblink li.sblink_facebook a {
  background: #1877f2;
}
.list_sblink li.sblink_line a {
  background: #00b900;
}
@media print, screen and (min-width:375px) {
  .list_sblink li a {
    width: 56px;
    height: 56px;
    padding: 12px;
  }
}
@media print, screen and (min-width:641px) {
  .wrap_sblink {
    padding: 40px 0;
  }
}
@media print, screen and (min-width:1001px) {
  /*.list_sblink li a:hover {
		transform: scale(1.15);
	}*/
  .list_sblink li {
    margin: 0 0.6rem;
  }
  .sblink_line {
    display: none !important;
  }
}
/* =============================================
 フッター
============================================= */
footer {
  background: #000;
}
.footer {
  position: relative;
}
/* コピーライト
---------------------------------------- */
.footer_copy {
  padding: 30px 0;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.3;
  text-align: center;
}
.footer_copy p {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.footer_copy a {
  color: #fff;
}
/* ページトップ
---------------------------------------- */
.pageTop {
  position: fixed;
  position: absolute;
  top: -30px;
  right: 10px;
  z-index: 10;
  transition: all .3s;
}
.pageTop a {
  width: 60px;
  height: 60px;
  background: var(--color_01);
  border-radius: 100%;
  display: block;
  position: relative;
}
.pageTop a::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -30%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media print, screen and (min-width:1001px) {
  .pageTop {
    top: -40px;
    right: 30px;
  }
  .pageTop a {
    width: 80px;
    height: 80px;
    transition: all .3s;
  }
  .pageTop a::before {
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .pageTop a:hover {
    transform: translate(0, -10px);
  }
}
/* フッター広告
---------------------------------------- */
#ad_banner_sp > div {
  margin: 0 auto;
}
@media print, screen and (max-width:640px) {
  footer {
    padding-bottom: 30px;
  }
}
/* ---------------------------------------------------------------------------
 * 汎用
--------------------------------------------------------------------------- */
/* テキスト
------------------------------------ */
.fs_xs {
  font-size: 0.75em !important;
}
.fs_s {
  font-size: 0.875em !important;
}
.fs_l {
  font-size: 1.25em !important;
}
.fs_xl {
  font-size: 1.5em !important;
}
.fs_inherit {
  font-size: inherit !important;
}
.fw_normal {
  font-weight: normal !important;
}
.fw_bold {
  font-weight: bold !important;
}
.ti-05 {
  text-indent: -0.5em !important;
}
.ls01 {
  letter-spacing: 0.1em !important;
}
.ls-005 {
  letter-spacing: -0.05em !important;
}
.ls-01 {
  letter-spacing: -0.1em !important;
}
.ls-02 {
  letter-spacing: -0.2em !important;
}
.ls-03 {
  letter-spacing: -0.3em !important;
}
.ta_left {
  text-align: left !important;
}
.ta_right {
  text-align: right !important;
}
.ta_center {
  text-align: center !important;
}
.week {
  margin: 0 -0.5em;
  display: inline-block;
  font-size: 0.875em;
}
/* レイアウト
------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt_1em {
  margin-top: 1em !important;
}
.mb_1em {
  margin-bottom: 1em !important;
}
/* =============================================
 protect
============================================= */
.protect {
  display: block;
  position: relative;
  -webkit-user-drag: none;
  user-select: none;
}
.protect::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.protect img {
  -webkit-user-drag: none;
  pointer-events: none;
}
@media print {
  .protect {
    display: none !important;
  }
}
/* =============================================
 バナーエリア
============================================= */
.bnr_list {
  max-width: 1000px;
  margin: 30px auto;
}
.sec_wrap .bnr_list {
  width: 100%;
}
.bnr_list:first-child, script + .bnr_list {
  margin-top: 0;
}
.bnr_list:last-child {
  margin-bottom: 0;
}
.box .bnr_list {
  margin: 4% auto 0;
}
.contents_side .bnr_list {
  width: 100%;
}
.bnr_list:first-child, script:first-child + .bnr_list {
  margin-top: 0 !important;
}
.bnr_list ul {
  display: flex;
  justify-content: center;
}
.bnr_list ul + ul {
  margin-top: 20px;
}
.bnr_list li a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  transition: all .3s;
}
.bnr_list .bnr_m, .contents_side .bnr_list ul {
  margin-bottom: -10px;
  flex-wrap: wrap;
}
.prg_reg_col1 .contents_side .bnr_list ul {
  flex-wrap: inherit;
}
.bnr_list li img {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.bnr_list .bnr_m li {
  margin: 0 1%;
}
.bnr_list .bnr_m li, .contents_side .bnr_list li {
  margin-bottom: 10px;
}
@media print, screen and (min-width:641px) {
  .bnr_list .bnr_m li {
    width: 48%;
  }
  .bnr_list .bnr_l li {
    width: 75%;
  }
  .contents_side .bnr_list .bnr_m li {
    width: 100%;
  }
}
/* バナーオンマウス */
@media print, screen and (min-width:1001px) {
  .bnr_list {
    margin: 30px auto;
  }
  .bnr_list li a:hover {
    transform: scale(1.05);
  }
}
/* =============================================
 試合
============================================= */
.play_box {
  padding: 4%;
  margin: 0;
  background: rgb(0, 50, 162);
  background: linear-gradient(0deg, rgba(0, 66, 216, 1.00) 0%, rgba(0, 121, 215, 1) 95%);
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
  width: 100%;
  margin-bottom: 0;
}
.play_ttl {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.year {
  font-size: 4.5rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
  width: 100%;
  line-height: 1;
  letter-spacing: 1px;
}
.onair {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*  text-shadow: 1px 2px 3px #808080;*/
  padding-left: 1em;
  letter-spacing: 2px;
  white-space: nowrap;
}
.bg_top .onair {
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.onair span {
  display: block;
  position: relative;
}
.onair span::before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  margin-top: -0.9em;
  background: url(../../img/2025/common/nettama.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -1.6em;
}
.play_txt {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 1em;
  box-sizing: border-box;
  margin-top: 0.5em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.play_txt span.mainttl {
  font-size: 1.125em;
  font-weight: bold;
}
.play_txt h2 {
  font-size: 1.125em;
  font-weight: bold;
}
.intro_txt {
  width: 100%;
  border-radius: 5px;
  padding: 0.5em 0;
  box-sizing: border-box;
  margin-top: 0;
  color: #fff;
  font-size: 0.8em;
}
.intro_txt h2 {
  font-size: 4.2vw;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
}
.play_box_epg .intro_txt {
  width: 100%;
  border-radius: 0;
  padding: 0 0.5em;
  margin: 0 0 1em 0;
  color: inherit;
  font-size: 1em;
}
.play_box_epg .intro_txt h2 {
  font-size: 4.2vw;
}
@media print, screen and (min-width:641px) {
  .play_box {
    padding: 2%;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-top: 0;
  }
  .play_ttl {
    width: 23%;
    padding-right: 2%;
    height: 100%;
    margin: auto;
  }
  .play_txt {
    width: 75%;
    font-size: 0.9em !important;
    box-shadow: none;
  }
  .intro_txt h2 {
    font-size: 1.4rem;
  }
  .play_box_epg .intro_txt h2 {
    font-size: 1.2rem;
  }
  .year {
    font-size: 8.5vw;
    letter-spacing: 0;
  }
  .onair {
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }
  .bg_top .onair {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width:1001px) {
  .year {
    font-size: 6rem;
    letter-spacing: 1px;
  }
  .onair {
    font-size: 2rem;
    letter-spacing: 1rem;
    margin-top: -5px;
  }
  .bg_top .onair {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
/* =============================================
 お知らせ
============================================= */
.news_box {
  padding: 4%;
  margin: 0 0 4% 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-size: 0.9em;
}
.news_ttl {
  margin: 0 auto;
}
.news_ttl h2 {
  margin: 0 auto;
  color: #0047a3;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
.news_txt {
  width: 100%;
  height: 11em;
  overflow-y: scroll;
}
.news_txt dl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}
.news_txt dt {
  width: 100%;
  padding: 10px 0 0;
  color: #555;
  line-height: 1.6;
}
.news_txt dd {
  width: 100%;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}
.news_txt dd a {
  text-decoration: none;
  color: #0047a3;
}
.news_txt dd a:hover {
  color: #FF0000;
}
.news_txt dl dd:last-of-type {
  border-bottom: none;
}
.news_txt dt:first-of-type {
  padding: 0;
}
@media print, screen and (min-width:641px) {
  .news_box {
    padding: 10px 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .news_txt {
    height: 7em;
  }
  .news_txt dl {
    flex-direction: row;
    font-size: 0.9em !important;
  }
  .news_txt dt {
    width: 20%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .news_txt dd {
    width: 80%;
    padding: 10px 0;
  }
  .news_txt dt:last-of-type {
    border-bottom: none;
  }
  .news_txt dd:first-of-type {
    padding: 0 0 10px 0;
  }
}
@media print, screen and (min-width:641px) {
  .news_txt dt {
    width: 15%;
  }
  .news_txt dd {
    width: 85%;
  }
}
/* =============================================
 epg
============================================= */
.play_box_epg {
  padding: 0;
  margin: -4vw 0 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}
/*.play_box_epg .play_txt{
	    background-color: transparent;
}*/
@media print, screen and (min-width:641px) {
  .play_box_epg {
    padding: 2% 0 0;
    margin: 0;
    /*  background: rgb(0, 50, 162);
  background: linear-gradient(0deg, rgba(0, 66, 216, 1.00) 0%, rgba(0, 121, 215, 1) 95%);
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);*/
  }
  .play_box_epg .play_ttl {
    width: 100% !important;
    padding-right: 2%;
    height: 100%;
    margin: auto;
  }
  .play_box_epg .play_txt {
    width: 100% !important;
  }
  .play_box_epg .year {
    font-size: 4rem;
  }
}
/*.epg dl{
	background-color: #fff;
	padding: 1em;
	border-radius: 4px;
}*/
.epg dl:not(:first-of-type) {
  margin-top: 1em;
}
.epg dl p {
  text-transform: lowercase !important;
  font-size: 0.9rem;
  padding: 0 0.5em;
}
.epg dt {
  padding: 0.4em;
  background: #0038B8;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
  border-radius: 4px;
  letter-spacing: 1px;
}
.epg dt span {
  margin-right: 5px;
  font-size: 1.1rem;
}
.epg dd li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #7FA6FF;
}
.epg dd li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.epg dd .ttl {
  margin-bottom: 5px;
  color: #003399;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: -1px;
  line-height: 1.2;
}
.epg dd .ttl {
  display: none;
}
.epg dd .date {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0.5em;
  color: #001C5C;
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: lowercase !important;
  display: flex;
  align-items: top;
}
/*.epg dd .date::before {
  content: "時 間";
  font-size: 0.7rem;
  display: block;
  background-color: #156EC1;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  float: left;
  padding: 0.8em 0.5em 0.8em;
  line-height: 0;
	margin-top: -0.1em;
  margin-right: 0.5em;
  margin-left: 0.5em;
  box-sizing: border-box;
}*/
.epg dd .txt {
  line-height: 1.4;
}
.attention {
  width: 100%;
  flex-basis: 100%;
  font-size: 0.8em;
  color: #fff;
  margin-top: 0.5em;
  display: flex;
  flex-direction: column;
}
.attention .p_bt {
  padding: 0.5em 3em 0.5em 2em;
  background: var(--color_green) !important;
  ;
  border: 2px solid #fff;
  border-radius: 5px;
  display: block;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: .6s;
  overflow: hidden;
  margin: 1em 0 0;
  font-size: 1.2em;
  letter-spacing: 1px;
}
.attention a:hover {
  opacity: 0.9;
  transition: .6s;
}
.attention .p_bt::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0.8em;
  right: 1em;
  transform: rotate(135deg);
}
.attention_txt {
  text-align: right;
}
.nogame {
  text-align: center;
}
.attention_wrap {
  width: 90%;
  max-width: 1000px;
  margin: -5% auto 0;
  padding-bottom: 3%;
}
.attention_wrap .attention .p_bt {
  margin: 0;
}
.attention_wrap .attention p {
  color: #00194f !important;
}
@media print, screen and (min-width:641px) {
  .attention_wrap {
    margin: -3% auto 0;
  }
  .attention_wrap .attention .p_bt {
    margin: 1em 0 0;
  }
  .attention_wrap .attention .p_bt {
    padding: 0.5em 4em 0.5em 3em;
  }
  .epg {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .epg dl {
    width: 48%;
    padding: 0 1%;
  }
  .epg dl p {
    margin: 0 0 0.25em !important;
  }
  .epg dt {
    font-size: 0.8rem;
  }
  .epg dt span {
    font-size: 1.2rem;
  }
  .epg dd .txt {
    clear: both;
  }
  .epg dd .date {
    font-size: 1.1em;
    letter-spacing: 0;
  }
  .epg dd .ttl {
    width: 100% !important;
    margin-bottom: 0.5em;
  }
  .epg dl dd ul li .date {
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .epg dl dd ul li .txt {
    width: 100%;
    box-sizing: border-box;
  }
  .epg dl:not(:first-of-type) {
    margin-top: 0;
  }
  .attention {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .attention .p_bt {
    padding: 0.25em 4em 0.25em 3em;
    margin: 0;
    font-size: 1em;
  }
  .attention .p_bt::after {
    top: 0.6em;
  }
  .attention_txt {
    text-align: left;
    color: #0038B8
  }
}
/* =============================================
 放送時間
============================================= */
.timestamp {
  font-size: 0.9em;
  text-align: right;
}
ul.p_list {
  width: 100%;
  margin: 1em auto;
  max-width: 750px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
ul.p_list li {
  width: 32%;
  padding: 0.8em 0.5em;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: var(--color_red);
}
ul.p_list li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  text-decoration: none;
}
ul.p_list li a:hover {
  opacity: 0.9;
  transition: .6s;
  text-decoration: none;
}
ul.p_list li a::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  transform: rotate(135deg);
}
/* アコーディオン全体 */
.accordion {
  width: 100%;
  margin: 0 auto;
}
/* アコーディオン */
.program {
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
}
/* アコーディオンのタイトル */
.title {
  position: relative;
  padding: 1em 0 0 0;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.2;
  text-indent: 1em;
}
.title span {
  font-size: 0.9em;
  margin-top: 1em;
  padding: 0.5em 0.5em 0.2em 0;
  white-space: nowrap;
  display: block;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-weight: normal;
}
.weekday .title span {
  background-color: var(--color_green) !important;
}
.saturaday .title span {
  background-color: var(--color_blue) !important;
}
.sunday .title span {
  background-color: var(--color_red) !important;
}
.title span.ttl_s {
  font-size: 0.8em;
  margin-top: inherit;
  padding: 0;
  display: inline;
  width: auto;
  letter-spacing: inherit;
  font-weight: normal;
  white-space: inherit;
}
.title span.ttl_br {
  font-size: 1em;
	font-weight: bold;
  margin-top: inherit;
  padding: 0;
  display: inline;
  width: auto;
  letter-spacing: inherit;
  white-space: inherit;
}
.weekday .title span.ttl_s, .saturaday .title span.ttl_s, .sunday .title span.ttl_s,.title span.ttl_br
{
  background-color: #fff !important;
  color: #222;
  padding-left: 1em;
}
/* (+)アイコン */
.title::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 1em;
  right: 1em;
  transform: rotate(135deg);
}
/* アコーディオンのコンテンツ */
.pg_content {
  padding: 0;
  display: none;
  cursor: pointer;
}
.pg_content.is-open {
  display: block;
}
/* アコーディオン展開時の(-)アイコン */
.program.is-active .title::before {
  transform: rotate(-45deg) !important;
}
.pg_content dl {
  width: 100%;
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
}
.pg_content dl dt {
  border-right: 1px solid #ccc;
}
.pg_content dl dt, .pg_content dl dd {
  border-top: 1px solid #ccc;
}
.pg_content dl dd, .pg_content dl dt {
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
}
.pg_content dl dt {
  width: 36%;
  background: #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.pg_content dl dd {
  width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.pg_content dl dt.w100 {
  width: 100%;
  background: #fff;
}
.pg_content ul {
  width: 100%;
  margin-top: 0.5em;
  padding-top: 0.5em;
  font-size: 0.9em;
  border-top: 1px dashed #ccc !important;
  text-align: left;
  box-sizing: border-box;
}
.weekday .program {
  border: 2px solid var(--color_green) !important;
}
.saturaday .program {
  border: 2px solid var(--color_blue) !important;
}
.sunday .program {
  border: 2px solid var(--color_red) !important;
}
@media print, screen and (min-width:641px) {
  .title {
    text-indent: inherit;
  }
  .weekday .title span, .saturaday .title span, .sunday .title span {
    background-color: inherit !important;
  }
  .weekday .title span.ttl_s, .saturaday .title span.ttl_s, .sunday .title span.ttl_s,.title span.ttl_br{
    background-color: inherit !important;
    color: #fff;
    padding-left: 0;
  }
  .title::before {
    display: none;
  }
  .program {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    border: 2px solid #ccc;
  }
  .program:not(:first-of-type) {
    border-top: none;
  }
  .title {
    width: 35% !important;
    cursor: text !important;
    text-align: center;
    padding-bottom: 1em;
  }
  .title span {
    display: block;
    margin-top: 10px;
  }
  .pg_content {
    width: 65%;
    display: block !important;
    cursor: text !important;
  }
  .pg_content dl {
    border-left: 1px solid #ccc;
    height: 100%;
  }
  .pg_content dl dt:first-of-type, .pg_content dl dd:first-of-type {
    border-top: none;
  }
  .pg_content dl dt {
    width: 35%;
    padding-left: 1em;
  }
  .pg_content dl dd {
    width: 65%;
    padding-left: 1em;
  }
  .weekday .program, .saturaday .program, .sunday .program {
    border: 1px solid #ccc !important;
  }
  .weekday .title {
    background-color: var(--color_green) !important;
    color: #fff;
  }
  .saturaday .title {
    background-color: var(--color_blue) !important;
    color: #fff;
  }
  .sunday .title {
    background-color: var(--color_red) !important;
    color: #fff;
  }
}
@media print, screen and (min-width:1001px) {
  .title {
    width: 25% !important;
  }
  .pg_content {
    width: 75%;
	}
  .pg_content dl dt {
    width: 30%;
    padding-left: 1em;
  }
  .pg_content dl dd {
    width: 70%;
    padding-left: 1em;
  }
}
