/*----- このファイルはMovable Typeで管理・出力しています -----*/
@charset "utf-8";

/* -----------------------------------------------------------------
 base
----------------------------------------------------------------- */
main,
aside {
  overflow: hidden;
}
.wrap_cont {
  margin-top: 2rem;
  margin-bottom: 4rem;
  margin-left: calc((100vw - min(92vw, 1520px)) / 2);
  margin-right: calc((100vw - min(92vw, 1520px)) / 2);
}
/* -----------------------------------------------------------------
 component上書き
----------------------------------------------------------------- */
/*---------- cmn_img_trim ----------*/
.cmn_img_trim {
  padding-top: 56.25%;
}
/* -----------------------------------------------------------------
 共通パーツ
----------------------------------------------------------------- */
.cmn_btn_return {
  display: flex;
  align-items: center;
  padding: 10px 19px;
  border: #133473 1px solid;
  border-radius: 100vw;
  background: #fff;
  font-weight: 700;
  color: #133473;
}
.cmn_btn_return .ico {
  margin-right: 0.3em;
  background: url("../img/arrow01_l_nv.svg") no-repeat center center;
  background-size: 0.8em;
}
@media (min-width: 768px) {
  .cmn_btn_return {
    position: absolute;
    top: calc(76px + 48px);
    left: calc(50% + 25vw);
    font-size: 1.06rem;
  }
  .cmn_btn_return .ico {
    width: 18px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cmn_btn_return {
    display: inline-flex;
    margin-bottom: 1rem;
  }
  .cmn_btn_return .ico {
    width: 1.13rem;
    height: 1.46rem;
  }
}

/* -----------------------------------------------------------------
 ローカルヘッダ
----------------------------------------------------------------- */
.local_hd {
  position: relative;
}
body.tv .local_hd {
  background: #eaf0f7;
}
body.radio .local_hd {
  background: #eaf0f7;
}
@media (min-width: 768px) {
  .local_hd {
    padding: calc(67px + 58px) 0 37px;
  }
  .local_hd.js_hasnot_pagenav {
    padding: calc(85px + 58px) 0 34px;
  }
}
@media screen and (max-width: 767px) {
  .local_hd {
    position: relative;
    padding: 1.83rem 0 27px;
  }
}
/* -----------------------------------------------------------------
 local_hd  ttl_page
----------------------------------------------------------------- */
.local_hd .box_ttl .ttl_page {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.local_hd .box_ttl .ttl_page .main .ico {
  display: flex;
}
.local_hd .box_ttl .ttl_page .main {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 700;
  color: #133473;
}
.local_hd .box_ttl .sub {
  font-weight: 700;
  color: #133473;
}
@media (min-width: 768px) {
  .local_hd .box_ttl .ttl_page {
    flex-direction: column;
    text-align: center;
    font-size: 2.5rem;
  }
  .local_hd .box_ttl .ttl_page .main {
    font-size: 2.18rem;
  }
  .local_hd .box_ttl .ttl_page .main .ico {
    width: 35px;
    height: 30px;
    margin-right: 7px;
  }
  .local_hd .box_ttl .sub {
    margin-top: 0.8em;
    margin-left: 35px;
    font-size: 0.81rem;
  }
}
@media screen and (max-width: 767px) {
  .local_hd .box_ttl {
    display: flex;
    align-items: center;
    width: 92vw;
    margin: auto;
  }
  .local_hd .box_ttl .ttl_page {
    font-size: 2.13rem;
  }
  .local_hd .box_ttl .ttl_page .main {
    font-size: 1.73rem;
  }
  .local_hd .box_ttl .ttl_page .main .ico {
    width: 1.8rem;
    height: 1.5rem;
    margin-right: 7px;
  }
  .local_hd .box_ttl .sub {
    margin-left: 1.3rem;
    font-size: 0.73rem;
  }
}
/* -----------------------------------------------------------------
 local_hd .btn_prg_table
----------------------------------------------------------------- */
/*
.local_hd .btn_prg_table {
  display: flex;
  align-items: center;
  padding: 10px 19px;
  border: #133473 1px solid;
  border-radius: 100vw;
  background: #fff;
  font-weight: 700;
  color: #133473;
}
.local_hd .btn_prg_table .ico {
  margin-right: .3em;
  background: url("../img/arrow01_l_nv.svg") no-repeat center center;
  background-size: .8em;
}
@media (min-width : 768px){
  .local_hd .btn_prg_table {
    position: absolute;
    top: calc(76px + 48px);
    left: calc(50% + 25vw);
    font-size: 1.06rem;
  }
  .local_hd .btn_prg_table .ico {
    width: 18px;
    height: 24px;
  }

}
@media screen and (max-width : 767px){
  .local_hd .btn_prg_table {
  }
  .local_hd .btn_prg_table .ico {
    width: 1.13rem;
    height: 1.46rem;
  }

}

*/
/* -----------------------------------------------------------------
 local_hd .box_nav
----------------------------------------------------------------- */
.local_hd .box_nav {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
  z-index: 2;
}
.local_hd .box_nav .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-bottom: #7ea0d4 3px solid;
  font-weight: 700;
  color: #353b43;
}
.local_hd .box_nav .item::after {
  content: "";
  display: block;
  background: url(../img/arrow02_dn_nv.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .local_hd .box_nav {
    margin-top: 22px;
  }
  .local_hd .box_nav .item {
    width: min(21vw, 190px);
    padding: 23px 1em 6px;
  }
  .local_hd .box_nav .item::after {
    width: 12px;
    height: 12px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .local_hd .box_nav {
    gap: 5px;
    margin-top: 1.4rem;
  }
  .local_hd .box_nav .item {
    width: 100%;
    padding: 0.4rem 0.2em 6px;
    line-height: 1.2;
    text-align: center;
  }
  .local_hd .box_nav .item::after {
    width: 10px;
    height: 6px;
    margin-top: 6px;
  }
}
/* -----------------------------------------------------------------
 deco_wave
----------------------------------------------------------------- */
.deco_wave {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 5s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 7s;
}
.parallax > use:nth-child(3) {
  animation-delay: -6s;
  animation-duration: 10s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (min-width: 768px) {
  .deco_wave .waves {
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .deco_wave {
  }
  .deco_wave .waves {
    height: 5rem;
  }
}
/* -----------------------------------------------------------------
 box_now_on_air
----------------------------------------------------------------- */
.box_now_on_air {
  position: relative;
}
.box_now_on_air .ttl {
  position: absolute;
}
.box_now_on_air .ttl .txt {
  line-height: 0.9;
  font-weight: 300;
  font-family: "Poppins", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo,
    sans-serif;
  color: #fff;
}
.box_now_on_air .body .img {
  width: 160px;
}
@media (min-width: 768px) {
  .box_now_on_air {
    width: min(92vw, 1040px);
    margin: auto;
    padding: 10px 60px 10px 0;
    box-shadow: 0px 0px 24px 0px rgba(0, 16, 48, 0.3);
  }
  .box_now_on_air .ttl {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 135px;
    margin-left: -1em;
    background: url("/common/img/prg/bg_nowonair01.svg") no-repeat left bottom;
    background-size: contain;
  }
  .box_now_on_air .ttl .img {
    width: 48px;
    height: 67px;
    margin-top: 20px;
    margin-right: 10px;
  }
  .box_now_on_air .ttl .txt {
    margin-top: 20px;
    font-size: 30px;
  }
  .box_now_on_air .body {
    display: flex;
    align-items: center;
    padding-left: 200px;
  }
  .box_now_on_air .body .box_txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 20px;
  }
  .box_now_on_air .body .box_txt .time {
    padding-bottom: 0.1em;
    border-bottom: #d6e1f0 1px solid;
    line-height: 0.9em;
    font-size: 0.81rem;
  }
  .box_now_on_air .body .box_txt .name {
    margin-top: 0.15em;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .box_now_on_air {
  }
  .box_now_on_air .ttl {
    overflow: hidden;
    top: -35px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    padding-right: 20px;
    border-top-right-radius: 20px;
    background: #d47269;
  }
  .box_now_on_air .ttl .img {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 24px;
    height: 34px;
  }
  .box_now_on_air .ttl .txt {
    margin-left: 40px;
    font-size: 1.16rem;
  }
  .box_now_on_air .body {
    display: flex;
    border-bottom: #fff 1px solid;
    box-shadow: 0px 0px 24px 0px rgba(0, 16, 48, 0.3);
  }
  .box_now_on_air .body .ico {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    border-bottom: #133473 1px solid;
    background: #f5f7fb;
  }
  .box_now_on_air .body .ico::after {
    content: "TV";
    margin-top: 0.1rem;
    font-weight: 700;
    font-size: 0.76rem;
    font-family: "Poppins", "Yu Gothic medium", YuGothic, "Hiragino Sans",
      Meiryo, sans-serif;
    color: #133473;
  }
  .tv .box_now_on_air .body .ico::after {
    content: "TV";
  }
  .radio .box_now_on_air .body .ico::after {
    content: "Radio";
  }
  .box_now_on_air .body .ico img {
    width: 32px;
  }
  .box_now_on_air .body .box_txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.6rem 1rem;
    border-bottom: #d6e1f0 1px solid;
  }
  .box_now_on_air .body .box_txt .time {
    font-size: 0.83rem;
  }
  .box_now_on_air .body .box_txt .name {
    margin-top: 0.15em;
    font-size: 1.06rem;
  }
}
/* -----------------------------------------------------------------
 cmn_slider
----------------------------------------------------------------- */
.cmn_slider {
  margin: auto;
}
.cmn_slider .owl-stage-outer {
  padding-top: 55px;
}
.cmn_slider .item {
  position: relative;
  width: 273px;
}
.cmn_slider .label {
  position: absolute;
  top: -26px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #296abc;
  border-radius: 100em;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-family: "Poppins", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo,
    sans-serif;
  color: #fff;
}
.cmn_slider .label::before {
  content: "";
  display: block;
  width: 31px;
  height: 23px;
  margin-top: 2px;
}
/*----- tv -----*/
.cmn_slider .label.tv {
  background: #296abc;
}
.cmn_slider .label.tv::before {
  background: url(../img/ico_tv_wt.svg) no-repeat center center;
  background-size: contain;
}
.cmn_slider .label.tv::after {
  content: "TV";
  display: block;
}
/*----- radio -----*/
.cmn_slider .label.radio {
  background: #05bbb8;
}
.cmn_slider .label.radio::before {
  background: url(../img/ico_radio_wt.svg) no-repeat center center;
  background-size: contain;
}
.cmn_slider .label.radio::after {
  content: "Radio";
  display: block;
}
/*----- event -----*/
.cmn_slider .label.event {
  background: #e3bb65;
  font-size: 11px;
}
.cmn_slider .label.event::before {
  background: url(../img/ico_event_wt.svg) no-repeat center center;
  background-size: contain;
}
.cmn_slider .label.event::after {
  content: "イベント";
  display: block;
}
/*----- // -----*/
.cmn_slider .time {
  margin-top: 0.4em;
  color: #000000;
}
.cmn_slider .name {
  margin-top: 0.4em;
  color: #000000;
}
.sec_recommend .cmn_slider .time {
  display: flex;
  margin-top: 0.6em;
  color: #fff;
}
.sec_recommend .cmn_slider .time::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  margin-right: 0.3em;
  background: url(../img/ico_watch_wt.svg) no-repeat center center;
}
.sec_recommend .cmn_slider .name {
  margin-top: 0.2em;
  color: #fff;
}
.cmn_slider .box_cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 1em;
  margin-top: 1em;
}
.cmn_slider .cat {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #013577;
}
.cmn_slider .cat::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background: url(../img/ico_wit_nv.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .cmn_slider {
  }
  .sec_recommend .cmn_slider .time {
    font-size: 1.125rem;
  }
  .sec_recommend .cmn_slider .name {
    font-size: 1.125rem;
  }
  .cmn_slider .label {
    width: 55px;
    height: 55px;
  }
  .cmn_slider .cat {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn_slider {
    width: calc(100% - 4vw);
    margin-top: -28px;
    margin-left: 4vw;
  }
  .sec_recommend .cmn_slider .owl-stage-outer {
    padding-top: 39px;
  }
  .cmn_slider .item {
    width: 246px;
  }
  .sec_recommend .cmn_slider .time {
    font-size: 1.1rem;
  }
  .sec_recommend .cmn_slider .name {
    font-size: 1.33rem;
  }
  .cmn_slider .label {
    width: 50px;
    height: 50px;
    font-size: 0.73rem;
  }
  .cmn_slider .name {
  }
  .cmn_slider .cat {
    font-size: 0.73rem;
  }
}

/* -----------------------------------------------------------------
 slider .cmn_slider_nav
----------------------------------------------------------------- */
.cmn_slider.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
}
.cmn_slider.owl-carousel .owl-nav .owl-prev {
  display: none;
}
.cmn_slider.owl-carousel .owl-nav .owl-next {
  margin: 0;
  border-top-left-radius: 100vw;
  border-bottom-left-radius: 100vw;
}
.cmn_slider.owl-carousel .owl-nav .owl-next span {
  display: none;
}
@media (min-width: 768px) {
  .cmn_slider.owl-carousel .owl-nav {
    top: 67px;
  }
  .cmn_slider.owl-carousel .owl-nav .owl-next {
    width: 56px;
    height: 112px;
    background: #132257 url("../img/arrow02_r_wt.svg") no-repeat left 27px
      center;
    background-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cmn_slider.owl-carousel .owl-nav {
    top: 65px;
  }
  .sec_recommend .cmn_slider.owl-carousel .owl-nav {
    top: 50px;
  }
  .cmn_slider.owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 100px;
    background: #132257 url("../img/arrow02_r_wt.svg") no-repeat left 27px
      center;
    background-size: 12px;
  }
}
/* -----------------------------------------------------------------
 sec_whats_new
----------------------------------------------------------------- */
.sec_whats_new .sec_ttl {
  font-family: "Poppins", "Noto Sans JP", "Yu Gothic medium", YuGothic,
    "Hiragino Sans", Meiryo, sans-serif;
}
.sec_whats_new .sec_ttl .main {
  font-weight: 700;
}
.sec_whats_new .sec_ttl .sub {
  font-weight: 700;
}
@media (min-width: 768px) {
  .sec_whats_new {
    margin-top: 6.875rem;
    margin-left: calc((100vw - min(92vw, 1520px)) / 2);
  }
  .sec_whats_new .sec_ttl .main {
    font-size: 3.125rem;
  }
  .sec_whats_new .sec_ttl .sub {
    margin-left: 0.4em;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_whats_new {
    margin-top: 2.5rem;
  }
  .sec_whats_new .sec_ttl {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .sec_whats_new .sec_ttl .main {
    font-size: 2.8rem;
  }
  .sec_whats_new .sec_ttl .sub {
    font-size: 1.06rem;
  }
}

/* -----------------------------------------------------------------
 sec_recommend
----------------------------------------------------------------- */
.sec_recommend {
  position: relative;
}
.sec_recommend::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
}
.tv .sec_recommend::before {
  background: url(/common/img/prg/bg_deco02_nv.svg) no-repeat left bottom;
  background-size: cover;
}
.radio .sec_recommend::before {
  background: url(/common/img/prg/bg_deco02_grn.svg) no-repeat left bottom;
  background-size: cover;
}
.sec_recommend::after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
}
.sec_recommend .inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .sec_recommend {
    margin-top: 6.875rem;
    padding-top: 6vw;
    padding-bottom: 4.375rem;
  }
  .sec_recommend::before {
    height: 5.2vw;
  }
  .tv .sec_recommend::after {
    background: #3b69b6 url("../img/prg/bg_deco01.svg") no-repeat left bottom;
    background-size: 621px;
  }
  .radio .sec_recommend::after {
    background: #54b8b7 url("../img/prg/bg_deco01.svg") no-repeat left bottom;
    background-size: 621px;
  }
  .sec_recommend::after {
    top: calc(5.2vw - 1px);
    bottom: 0;
    left: 0;
  }
  .sec_recommend .inner {
    position: relative;
    margin-left: calc((100vw - min(92vw, 1520px)) / 2);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .sec_recommend {
    margin-top: 4rem;
    padding-top: 6vw;
    padding-bottom: 4.2rem;
  }
  .sec_recommend::before {
    height: 12vw;
    background-size: 100% 100%;
  }
  .tv .sec_recommend::after {
    background: #3b69b6 url("../img/prg/bg_deco01.svg") no-repeat left bottom;
    background-size: 60vw;
  }
  .radio .sec_recommend::after {
    background: #54b8b7 url("../img/prg/bg_deco01.svg") no-repeat left bottom;
    background-size: 60vw;
  }
  .sec_recommend::after {
    top: calc(12vw - 1px);
    bottom: 0;
    left: 0;
  }
  .sec_recommend .inner {
    padding-top: 50px;
  }
}

/* -----------------------------------------------------------------
 sec_recommend .box_sec_ttl
----------------------------------------------------------------- */
.sec_recommend .box_sec_ttl {
  position: relative;
  display: table;
  justify-content: center;
  margin: auto;
}
.sec_recommend .box_sec_ttl::before,
.sec_recommend .box_sec_ttl::after {
  position: absolute;
  content: "";
  display: block;
}
.sec_recommend .box_sec_ttl::before {
  background: url(../img/deco_beam01_wt.svg) no-repeat center center;
  background-size: contain;
}
.sec_recommend .box_sec_ttl::after {
  background: url(../img/wit05_rbg.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(-13deg);
}
.sec_recommend .sec_ttl {
  font-family: "Poppins", "Noto Sans JP", "Yu Gothic medium", YuGothic,
    "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
}
.sec_recommend .sec_ttl .colored {
  color: #fcfec0;
}
@media (min-width: 768px) {
  .sec_recommend .box_sec_ttl {
    margin-top: 32px;
  }
  .sec_recommend .sec_ttl {
    margin-left: 50px;
    margin-right: 220px;
    padding-bottom: 8px;
    background: url("../img/deco_line_nami_wt.svg") repeat-x left bottom;
    background-size: 60px;
    font-size: 2.187rem;
  }
  .sec_recommend .box_sec_ttl::before {
    top: -42px;
    left: 0;
    width: 71px;
    height: 68px;
  }
  .sec_recommend .box_sec_ttl::after {
    top: -100px;
    right: 0;
    width: 179px;
    height: 234px;
  }
}
@media screen and (max-width: 767px) {
  .sec_recommend .sec_ttl {
    margin-left: 37px;
    /* margin-left: calc(50vw - 110px); */
    margin-right: 18px;
    padding-bottom: 8px;
    background: url("../img/deco_line_nami_wt.svg") repeat-x left bottom;
    background-size: 42px;
    font-size: 1.7rem;
  }
  .sec_recommend .box_sec_ttl::before {
    top: -32px;
    left: -4px;
    width: 53px;
    height: 51px;
  }
  .sec_recommend .box_sec_ttl::after {
    left: calc(50% + 91px);
    top: -89px;
    /* right: 0; */
    width: 102px;
    height: 183px;
  }
}

/* -----------------------------------------------------------------
 sec_prg_list
----------------------------------------------------------------- */
.sec_prg_list .sec_ttl {
  letter-spacing: 0.04em;
  font-weight: 700;
}
.sec_prg_list .sec_ttl::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 1.23em;
  height: 1.1em;
  margin-top: 0.2em;
  margin-right: 0.2em;
}
.tv .sec_prg_list .sec_ttl::before {
  background: url(../img/ico_tv_bl.svg) no-repeat center center;
}
.radio .sec_prg_list .sec_ttl::before {
  background: url(../img/ico_radio_grn.svg) no-repeat center center;
}
.tv .sec_prg_list .sec_ttl .colored {
  color: #3b69b6;
}
.radio .sec_prg_list .sec_ttl .colored {
  color: #54b8b7;
}
@media (min-width: 768px) {
  .sec_prg_list {
    margin-top: 6.875rem;
    margin-left: calc((100vw - min(92vw, 1520px)) / 2);
    margin-right: calc((100vw - min(92vw, 1520px)) / 2);
  }
  .sec_prg_list .sec_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_prg_list {
    margin-top: 2.375rem;
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .sec_prg_list .sec_ttl {
    text-align: center;
    font-size: 1.7rem;
  }
  .sec_prg_list .sec_ttl::before {
    width: 1.3em;
    height: 1.3em;
    margin: 0 auto;
    background: url(../img/ico_tv_bl.svg) no-repeat center center;
  }
}
/* -----------------------------------------------------------------
 box_week
----------------------------------------------------------------- */
.box_week {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .box_week {
    margin-top: 43px;
  }
}
@media screen and (max-width: 767px) {
  .box_week {
    margin-top: 1.26rem;
  }
}
/* -----------------------------------------------------------------
 box_week .search_week
----------------------------------------------------------------- */
.box_week .search_week {
  display: inline-flex;
  border-radius: 100px;
  box-shadow: 0px 0px 24px 0px rgba(0, 16, 48, 0.3);
  background: #fff;
}
.box_week .search_week .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1em;
  border-bottom: transparent 1px solid;
  font-weight: 700;
  color: #333b44;
  transition: 0.3s;
  cursor: pointer;
}
.box_week .search_week .item.active {
  color: #05bbb8;
}
.box_week .search_week .item::after {
  content: "";
  position: absolute;
  display: block;
  transition: 0.3s;
  bottom: -5px;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background: transparent;
}
.box_week .search_week .item.active::after {
  background: #05bbb8;
}
@media (hover: hover) and (pointer: fine) {
  .box_week .search_week .item:hover::after {
    background: #05bbb8;
  }
}
@media (min-width: 768px) {
  .box_week .search_week {
    gap: 1em;
    height: 60px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .box_week .search_week {
    justify-content: center;
    height: 58px;
    width: min(92vw, 400px);
  }
}
/* -----------------------------------------------------------------
 .box_prg_list
----------------------------------------------------------------- */
.box_prg_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.75rem;
  margin-bottom: 16rem;
}
.box_prg_list .item .img {
  border: transparent 2px solid;
}
.box_prg_list .item.own .img {
  border: #dd4400 2px solid;
}
.box_prg_list .item .time {
  display: flex;
  margin-top: 0.6em;
  color: #152d68;
}
.box_prg_list .item .time::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  margin-right: 0.3em;
  background: url(../img/ico_watch_nv.svg) no-repeat center center;
}
.box_prg_list .item .name {
  margin-top: 0.2em;
  color: #231205;
}
@media (min-width: 1401px) {
  .box_prg_list {
    gap: 1.875rem;
  }
  .box_prg_list .item {
    width: calc((100% - (1.875rem * 4)) / 5);
  }
  .box_prg_list .item .time {
    font-size: 1.125rem;
  }
  .box_prg_list .item .name {
    font-size: 1.187rem;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .box_prg_list {
    gap: 1.875rem;
  }
  .box_prg_list .item {
    width: calc((100% - (1.875rem * 3)) / 4);
  }
  .box_prg_list .item .time {
    font-size: 1rem;
  }
  .box_prg_list .item .name {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .box_prg_list {
    gap: 1.2rem;
  }
  .box_prg_list .item {
    width: calc((100% - (1.2rem * 3)) / 4);
  }
  .box_prg_list .item .time {
    font-size: 0.85rem;
  }
  .box_prg_list .item .name {
    font-size: 0.92rem;
  }
}

@media (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  .box_prg_list {
    margin-top: 1.93rem;
    margin-bottom: 6rem;
  }
  .box_prg_list {
    gap: 5.8vw;
  }
  .box_prg_list .item {
    width: calc((100% - (5.8vw * 1)) / 2);
  }
}
/* -----------------------------------------------------------------
 広告エリア
----------------------------------------------------------------- */
.sec_ad01 {
  margin-top: 3.125em;
  margin-bottom: 3.125em;
}
.sec_ad02 {
  padding: 3.125rem 0;
  background: #eceef8;
}
@media (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}

/* -----------------------------------------------------------------
 PDFダウンロード
----------------------------------------------------------------- */
.pdf_dl {
  display: flex;
  justify-content: end;
  margin-bottom: 40px;
}
.pdf_dl > div {
}
.pdf_dl > div a {
  color: #fff;
  background: #184ba4;
  padding: 9px 20px 11px;
  border-radius: 100px;
  border: 1px solid #184ba4;
  transition: 0.3s;
}
.pdf_dl > div a:hover {
  color: #184ba4;
  background: #fff;
  border: 1px solid #184ba4;
}
.pdf_dl > div a::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.68rem;
  margin-right: 0.5em;
  background: url(../img/arrow02_r_wt.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}