@charset "utf-8";
/* CSS Document */

.tv #heading {
  padding-bottom: 0;
  background-color: #f5f5f5 !important;
}

@media screen and (min-width: 900px) {

  /*** ヘディング ***/
  div.category-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
  }
  div.category-heading-contents {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #0052A5;
  }
  div.category-heading-ttl {
    font-size: 72px;
  }
  div.category-heading-ruby {
    font-size: 21px;
    border-bottom: 2px solid;
    padding-bottom: 0.5em;
    margin-left: 1em;
    margin-bottom: -1em;
  }
  /*** ヘディング ***/

  /*** タブ ***/
  .tab_item_wide {
    width: 240px;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #565656;
    display: block;
    float: right;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #0052a5;
    margin-bottom: 60px;
  }
  .genre-border{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .week-border{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .arrow {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .arrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 45%;
    left: 0;
    margin-top: -4px;
  }
  .tab_item_week {
    background-color: #fff;
    border-bottom: none;
  }
  .tab_item_week span{
    display: inline-block;
    width: 100%;
    transition: all 0.2s ease;
    color: #a3a3a3;
  }
  .tabs input:checked + .tab_item_week span {
    background-color: #0052A5;
    color: #fff;
    border-radius: 10vh;
    transition: all 0.2s ease;
  }
  .tab_item_week:after {
    border-color: #f5f5f5 transparent;
  }
  .mon-border{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .sun-border{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .tab_item {
    border-bottom: none;
    background-color: #fff;
  }
  .tab_item span {
    display: inline-block;
    width: 100%;
    transition: all 0.2s ease;
    color: #a3a3a3;
  }
  .tabs input:checked + .tab_item span {
    background-color: #0052A5;
    color: #fff;
    border-radius: 100vh;
    transition: all 0.2s ease;
  }
  .tab_item span:after,
  .tab_item_week span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    background: #f5f5f5;
    width: 3px;
    height: 50%;
  }
  label[for="mon"] span::after,
  label[for="bsn"] span::after {
    display: none;
  }
  .tabs input:checked + .tab_item span:after,
  .tabs input:checked + .tab_item_week span:after {
    display: none;
  }
  .tabs input[value="tue"]:checked + .tue span:after{
    content: none;
  }
  .tabs input[value="wen"]:checked + .wen span:after{
    content: none;
  }
  .tabs input[value="thu"]:checked + .thu span:after{
    content: none;
  }
  .tabs input[value="fri"]:checked + .fri span:after{
    content: none;
  }
  .tabs input[value="sat"]:checked + .sat span:after{
    content: none;
  }
  .tabs input[value="sun"]:checked + .sun span:after{
    content: none;
  }
  .tabs input[value="drama"]:checked + .drama span:after{
    content: none;
  }
  .tabs input[value="report"]:checked + .report span:after{
    content: none;
  }
  .tabs input[value="variety"]:checked + .variety span:after{
    content: none;
  }
  .tabs input[value="sports"]:checked + .sports span:after{
    content: none;
  }
  .tabs input[value="anime"]:checked + .anime span:after{
    content: none;
  }
  .tabs input[value="documentary"]:checked + .documentary span:after{
    content: none;
  }
  .tab_item {
    width: calc(100%/8);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  .tab_item_wide:hover {
    opacity: 0.75;
  }
  .tab_item_week {
    width: calc(100%/7);
    height: 40px;
    line-height: 40px;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    position: relative;
  }
  input[name="tab_item"] {
    display: none;
  }
  input[name="tab_item_wide"] {
    display: none;
  }
  input[name="tab_item_week"] {
    display: none;
  }
  .tab_content {
    display: none;
    clear: both;
    overflow: hidden;
  }
  #genre:checked ~ #genre_content,
  #mon:checked ~ #mon_content,
  #tue:checked ~ #tue_content,
  #wen:checked ~ #wen_content,
  #thu:checked ~ #thu_content,
  #fri:checked ~ #fri_content,
  #sat:checked ~ #sat_content,
  #sun:checked ~ #sun_content,
  #week:checked ~ #week_content,
  #bsn:checked ~ #bsn_content,
  #drama:checked ~ #drama_content,
  #report:checked ~ #report_content,
  #variety:checked ~ #variety_content,
  #sports:checked ~ #sports_content,
  #anime:checked ~ #anime_content,
  #documentary:checked ~ #documentary_content,
  #end:checked ~ #end_content {
    display: block;
  }
  .tabs input:checked + .tab_item_wide {
    background-color: #0052A5;
    color: #fff;
  }
  .tab_item:after,
  .tab_item_week:after {
    content: '';
    border-width: 15px;
    border-style: solid solid none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    transition: all 0.2s ease;
  }
  .tab_item:after {
    border-color: #f5f5f5 transparent;
  }
  .tabs input:checked + .tab_item:after,
  .tabs input:checked + .tab_item_week:after {
    content: '';
    border-color: #0052A5 transparent;
    border-width: 15px;
    border-style: solid solid none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    transition: all 0.2s ease;
  }

  .syllabary-box {
    clear: both;
  }
  .syllabary {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
  }
  .program .pList .detail-title {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #1d1d1d;
    font-weight: bold;
  }
  /*** タブ ***/

  .tv h2.style01 {
    color: #0052A5;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    margin-bottom: 60px;
  }
  .recommended_programs_background {
    position: relative;
    background: #f5f5f5;
    padding: 0 15px;
  }
  .recommended_programs_box {
    width: 1280px;
    margin: 0 auto;
    padding: 60px 0 30px;
  }
  .recommended_programs_background h2 {
    border: none !important;
    float: left;
  }
  .recommended_programs_box .sns_area li {
    width: 60px;
  }
  .recommended_programs_box .sns_area li img {
    height: 18px;
  }
  .tab_content_description {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
  }
  .recommended_programs_box .tab_content_description {
    width: 1250px;
    margin: 45px 15px 0;
    justify-content: space-between;
  }
  .recommended_programs_box .tab_content_description::before {
    content:"";
    display: block;
    width: 280px;
    order: 1;
  }
  .recommended_programs_box .tab_content_description::after {
    content:"";
    display: block;
    width: 280px;
  }
  .recommended_programs_box .tab_content_description .pList {
    width: 280px;
    /* margin-right: 30px; */
    margin-bottom: 30px;
  }
  .recommended_programs_box .tab_content_description .pList:nth-child(4n) {
    margin-right: 0;
  }
  .pList .detail {
    font-size: 14px;
    padding: 0 0.5em;
    color: #4e4e4e;
  }
  .pList .detail p {
    margin: 0.5em 0 0;
    line-height: 1.25em;
  }
  .pList .detail p:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1d;
  }
  .pList .lazy {
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    /* aspect-ratio: 16/9; */
    object-fit: contain;
    background: #fff;
  }
  .independent-production_box,
  .pick-up_box {
    width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .independent-production,
  .pick-up {
    margin: 60px 0;
  }
  .independent-production_title {
    width: 100%;
    border-bottom: solid 2px #cee2fe!important;
    position: relative;
    padding-bottom: 1em;
  }
  .independent-production_title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 6px #568bc3;
    border-radius: 3px;
    bottom: -4px;
    width: 5%;
  }
  .pick-up_title {
    width: 100%;
    border-bottom: solid 2px #cee2fe!important;
    position: relative;
    padding-bottom: 1em;
  }
  .pick-up_title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 6px #568bc3;
    border-radius: 3px;
    bottom: -4px;
    width: 5%;
  }
  .independent-production .tab_content_description,
  .pick-up .tab_content_description {
    /*
    width: 1250px;
    margin: 0 auto;
    */
    justify-content: space-around;
  }
  .independent-production .tab_content_description .pList,
  .pick-up .tab_content_description .pList {
    width: 390px;
    margin: 0 0 60px;
  }
  /*
  .independent-production .tab_content_description .pList:nth-child(3n),
  .pick-up .tab_content_description .pList:nth-child(3n) {
    margin:  0 0 60px 0;
  }
  .independent-production .tab_content_description .pList:nth-child(4n),
  .pick-up .tab_content_description .pList:nth-child(4n) {
    margin: 0 40px 60px 0;
  }
  */
  .independent-production .tab_content_description::before,
  .pick-up .tab_content_description::before {
    content: "";
    display: block;
    width: 390px;
    order: 1;
  }
  .independent-production .tab_content_description::after,
  .pick-up .tab_content_description::after {
    content: "";
    display: block;
    width: 390px;
  }
  span.sp-week {
    display: none;
  }
  .sns_area {
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 1em 0 0;
  }
  .sns_area li {
    width: 90px;
    text-align: center;
  }
  .sns_area li a {
    display: block;
    padding: 0.5em 0 0.25em;
  }
  .sns_area .twitter a {
    /* background: #00C6F2; */
    background: #000000;
  }
  .sns_area .facebook a {
    /*background: #3B5998;*/
    background: #1877f2;
  }
  .sns_area .instagram a {
    /*
    background: rgb(207,46,146,1);
    background: linear-gradient(135deg, rgba(76,100,211,1) 0%, rgba(207,46,146,1) 33%, rgba(242,105,57,1) 66%, rgba(255,221,131,1) 100%);
    */
    background: #D300C5;
    background: linear-gradient(91.23deg, #FF7A00 0%, #FF0169 50.06%, #D300C5 99.36%);
  }
  .sns_area li img {
    height: 24px;
  }

  /*============================================================
  * NOW ON AIR ver.2
  ============================================================*/
  .now-on-air_area_v2 {
    position: relative;
    background-color: #0052a5;
    padding: 0 15px;
  }
  .now-on-air_box_v2 {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
  .now-on-air_box_v2 a {
    color: #ffffff;
  }
  .now-on-air_inner {
    display: flex;
    align-items: center;
  }
  .now-on-air_v2 {
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #0052a5;
    margin-right: 30px;
    position: relative;
  }
  .now-on-air_v2:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    /* left: 170px; */
    left: 180px;
    box-sizing: border-box;
    /* width: 6px; */
    height: 6px;
    border: 10px solid transparent;
    border-left: 16px solid #ffffff;
  }
  .now-on-air_sp_v2 {
    display: none;
  }
  .now-on-air_time_v2 {
    margin-right: 1em;
    color: #ffffff;
    font-size: 14px;
  }
  .now-on-air_title_v2 {
    color: #ffffff;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    width: 48em;
  }
  .now-on-air_title_v2 a {
    text-decoration: underline;
  }
  .now-on-air_inner ul li {
    font-size: 16px;
    background: #568bc3;
    padding: 0.5em 0;
    border-radius: 100vh;
    font-weight: 100;
    text-align: center;
    width: 12em;
  }
  .now-on-air_inner ul li a {
    display: block;
    font-weight: 500;
  }

  .new-icon{
    display: inline-block;
    background-color: red;
    color: #fff;
    font-weight: bold;
    padding: 0.25em 2em;
    border-radius: 100vh;
    font-size: 12px;
    margin: 0.25em 0 0;
  }
}

@media screen and (max-width: 899px) {
  div.category-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px;
  }
  div.category-heading-contents {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #09529e;
  }
  div.category-heading-ttl {
    font-size: 48px;
  }
  div.category-heading-ruby {
    font-size: 16px;
    border-bottom: 2px solid;
    padding-bottom: 0.5em;
    margin-left: 1em;
  }
  .tv h2.style01 {
    font-size: 6vw;
    line-height: 6vw;
    margin: 0 0 15px;
    border: none;
	}
	.recommended_programs_background {
    background-color: #f5f5f5;

  }
  /*============================================================
  * タブ関連
  ============================================================*/
  #main.tv input {
    display: none;
  }
  .genre-border {
    border-radius: 0 2.5vw 2.5vw 0;
  }
  .week-border {
    border-radius: 2.5vw 0 0 2.5vw;
  }
	.tab_item_wide {
    color: #565656;
    background: #ffffff;
    display: block;
    float: right;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #0052a5;
    margin-bottom: 15px;
    height: 8vw;
    line-height: 8vw;
    font-size: 3.5vw;
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
	}
  .tabs input:checked + .tab_item_wide {
    background-color: #0052A5;
    color: #ffffff;
  }
  .arrow {
    position: relative;
  }
  .arrow::before {
    content: '';
    width: 2vw;
    height: 2vw;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 2vw;
    left: -4vw;
  }

  .tab_item_week {
    background-color: #fff;
    border-bottom: none;
  }
  .tab_item_week span {
    display: inline-block;
    width: 100%;
    transition: all 0.2s ease;
    color: #a3a3a3;
  }
  .tabs input:checked + .tab_item_week span {
    background-color: #0052A5;
    color: #fff;
    border-radius: 1vh;
    transition: all 0.2s ease;
  }
  .tab_item_week:after {
    border-color: #f5f5f5 transparent;
  }
  span.sp-week {
    display: inline !important;
	}
	span.pc-week {
    display: none !important;
	}

  .mon-border{
    border-top-left-radius: 1vh;
    border-bottom-left-radius: 1vh;
  }
  .sun-border{
    border-top-right-radius: 1vh;
    border-bottom-right-radius: 1vh;
  }
  .tab_item {
    border-bottom: none;
    background-color: #fff;
  }
  .tabs input:checked + .tab_item span {
    background-color: #0052A5;
    color: #fff;
    border-radius: 100vh;
    transition: all 0.2s ease;
    display: block;
  }
  /*.tab_item span:after,*/
  .tab_item_week span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    background: #f5f5f5;
    width: 3px;
    height: 50%;
  }
  label[for="mon"] span::after,
  label[for="bsn"] span::after {
    display: none;
  }
  .tabs input:checked + .tab_item span:after,
  .tabs input:checked + .tab_item_week span:after {
    display: none;
  }
  .tabs input[value="tue"]:checked + .tue span:after{
    content: none;
  }
  .tabs input[value="wen"]:checked + .wen span:after{
    content: none;
  }
  .tabs input[value="thu"]:checked + .thu span:after{
    content: none;
  }
  .tabs input[value="fri"]:checked + .fri span:after{
    content: none;
  }
  .tabs input[value="sat"]:checked + .sat span:after{
    content: none;
  }
  .tabs input[value="sun"]:checked + .sun span:after{
    content: none;
  }
  .tabs input[value="drama"]:checked + .drama span:after{
    content: none;
  }
  .tabs input[value="report"]:checked + .report span:after{
    content: none;
  }
  .tabs input[value="variety"]:checked + .variety span:after{
    content: none;
  }
  .tabs input[value="sports"]:checked + .sports span:after{
    content: none;
  }
  .tabs input[value="anime"]:checked + .anime span:after{
    content: none;
  }
  .tabs input[value="documentary"]:checked + .documentary span:after{
    content: none;
  }
  .tab_item {
    font-size: 3vw;
    text-align: center;
    color: #565656;
    display: block;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
    margin-bottom: 0.25em !important;
    border-radius: 100vh;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  .tab_item_wide:hover {
    opacity: 0.75;
  }
  .tab_item_week {
    width: calc(100%/7);
    height: 40px;
    line-height: 40px;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    position: relative;
  }
  input[name="tab_item"] {
    display: none;
  }
  input[name="tab_item_wide"] {
    display: none;
  }
  input[name="tab_item_week"] {
    display: none;
  }
  .tab_content {
    display: none;
    clear: both;
    overflow: hidden;
  }
  #genre:checked ~ #genre_content,
  #mon:checked ~ #mon_content,
  #tue:checked ~ #tue_content,
  #wen:checked ~ #wen_content,
  #thu:checked ~ #thu_content,
  #fri:checked ~ #fri_content,
  #sat:checked ~ #sat_content,
  #sun:checked ~ #sun_content,
  #week:checked ~ #week_content,
  #bsn:checked ~ #bsn_content,
  #drama:checked ~ #drama_content,
  #report:checked ~ #report_content,
  #variety:checked ~ #variety_content,
  #sports:checked ~ #sports_content,
  #anime:checked ~ #anime_content,
  #documentary:checked ~ #documentary_content,
  #end:checked ~ #end_content {
    display: block;
  }
  .tabs input:checked + .tab_item_wide {
    background-color: #0052A5;
    color: #fff;
  }
  /*.tab_item:after,*/
  .tab_item_week:after {
    content: '';
    border-width: 15px;
    border-style: solid solid none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    transition: all 0.2s ease;
  }
  /*
  .tab_item:after {
    border-color: #f5f5f5 transparent;
  }
  */
  /*.tabs input:checked + .tab_item:after,*/
  .tabs input:checked + .tab_item_week:after {
    content: '';
    border-color: #0052A5 transparent;
    border-width: 15px;
    border-style: solid solid none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    transition: all 0.2s ease;
  }

  .recommended_programs_box {
    width: auto;
    margin: 0 15px 30px;
    padding: 30px 0 15px;
  }
  .independent-production_box,
  .pick-up_box {
    width: auto;
  }
  .tabs input:checked + .tab_item_week:after {
    top: 90%;
  }
  .syllabary {
    font-size: 14px;
  }

  /*============================================================
  * NOW ON AIR ver.2
  ============================================================*/
  .now-on-air_area_v2 {
    position: relative;
    background-color: #0052a5;
    padding: 0 2vw;
  }
  .now-on-air_box_v2 {
    margin: 0 auto;
    padding: 4vw 0;
  }
  .now-on-air_pc_v2 {
    display: none;
  }
  .now-on-air_sp_v2 {
    display: inline;
  }
  .now-on-air_box_v2 a {
    color: #ffffff;
  }
  .now-on-air_v2 {
    min-width: 5em;
    font-size: 3vw;
    height: 8vw;
    line-height: 8vw;
    display: block;
    background-color: #ffffff;
    text-align: center;
    font-weight: bold;
    color: #0052a5;
    margin-right: 1.25em;
    position: relative;
  }
  .now-on-air_v2:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 5em;
    box-sizing: border-box;
    border: 4vw solid transparent;
    border-left: 2.5vw solid #ffffff;
  }
  .now-on-air_box_v2 {
    font-size: 14px;
  }
  .now-on-air_time_v2 {
    margin-right: 0.5em;
    font-size: 3.5vw;
    color: #ffffff;
  }
  .now-on-air_title_v2 {
    font-size: 3.5vw;
    width: 16em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    color: #ffffff;
    display: block;
    border: none;
  }
  .now-on-air_title_v2 a {
    text-decoration: underline;
  }
  .now-on-air_inner {
    display: flex;
    align-items: center;
  }
  .now-on-air_inner:nth-of-type(2) {
    display: block;
  }
  .now-on-air_inner ul {
    margin: 0;
  }
  .now-on-air_inner ul li {
    font-size: 3vw;
    margin: 0.5em 0 0 auto;
    width: 10em;
    background: #568bc3;
    padding: 0.5em 0;
    border-radius: 100vh;
    font-weight: 100;
    text-align: center;
  }
  .now-on-air_inner ul li a {
    display: block;
  }


  .pList .detail {
    font-size: 12px;
    padding: 0.5em 0.5em 0;
  }
  .pList .detail p:first-child {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0.5em;
  }
  .pList .detail p {
    line-height: 1.25em;
  }
  .pList .lazy {
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    /* aspect-ratio: 16/9; */
    object-fit: contain;
    background: #fff;
  }

  /*============================================================
  * 番組一覧
  ============================================================*/
  .sns_area {
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 0.5em 0 0;
  }
  .sns_area li {
    width: 25%;
    text-align: center;
  }
  .sns_area li a {
    display: block;
    padding: 0.5em 0 0.25em;
  }
  .sns_area .twitter a {
    /* background: #00C6F2; */
    background: #000000;
  }
  .sns_area .facebook a {
    /*background: #3B5998;*/
    background: #1877f2;
  }
  .sns_area .instagram a {
    /*
    background: rgb(207,46,146,1);
    background: linear-gradient(135deg, rgba(76,100,211,1) 0%, rgba(207,46,146,1) 33%, rgba(242,105,57,1) 66%, rgba(255,221,131,1) 100%);
    */
    background: #D300C5;
    background: linear-gradient(91.23deg, #FF7A00 0%, #FF0169 50.06%, #D300C5 99.36%);
  }
  .recommended_programs_box .sns_area li img {
    height: 12px;
  }
  .independent-production .sns_area li img {
    height: 16px;
  }
  .recommended_programs_box .tab_content_description,
  .independent-production .tab_content_description,
  .pick-up .tab_content_description {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: space-between;
    margin: 30px 0 0;
  }
  .independent-production,
  .pick-up {
    width: auto;
    margin: 30px 15px;
  }
  .recommended_programs_box .tab_content_description .pList,
  .independent-production .tab_content_description .pList,
  .pick-up .tab_content_description .pList {
    width: 47%;
    margin: 0 0 5%;
  }
  .independent-production .tab_content_description .pList:nth-child(3n),
  .pick-up .tab_content_description .pList:nth-child(3n),
  .independent-production .tab_content_description .pList:nth-child(4n),
  .pick-up .tab_content_description .pList:nth-child(4n) {
    margin: 0 0 5%;
  }
  .new-icon {
    padding: 0.2em 1.5em;
    font-size: 10px;
    display: inline-block;
    background-color: red;
    color: #fff;
    font-weight: bold;
    border-radius: 100vh;
    margin: 0.5em 0 0;
  }
  .independent-production_title,
  .pick-up_title {
    width: 100%;
    border-bottom: solid 2px #cee2fe!important;
    position: relative;
    padding-bottom: 0.5em;
  }
  .independent-production_title:after,
  .pick-up_title:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 6px #568bc3;
    border-radius: 3px;
    bottom: -4px;
    width: 3em;
  }

}


/* =========================
*  ウェブページ
========================= */
#contentsBox .page_title {
  text-align: center;
}

@media screen and (min-width: 900px) {

}

@media screen and (max-width: 899px) {

}
