@charset "UTF-8";

body {
  margin: auto;
}
img {
  max-width: 100%;
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
#channel p
#channel a {
  font-size: 18px;
}
#channel p {
  color: #000;
}


/*------------------
    contents
------------------*/
#contents {
  padding: 30px 0 50px;
}
#contents .flex_wrap .full_box {
  width: 100%;
}
#contents h2 {
  padding: 10px;
  background-color: #01959f;
  text-align: center;
  color:#fff;
  font-size:30px;
  font-weight: bold;
}
#contents .program_box {
  padding: 50px 0;
  border-bottom: 1px solid #222;
}
#contents .program_box:last-child {
  border: none;
}
#contents .program_box_inner {
  display: -webkit-flex;
  display: flex;
}
#contents .program_img {
  width: 32%;
  max-width: 380px;
  margin-right: 40px;
}
#contents .program_img img {
  width: 100%;
}
#contents .program_img p.program_copy {
  font-size: 14px;
}
#contents .program_txt {
  width: 68%;
}
#contents .program_txt h3 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #01959F;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
#contents .program_txt h4 {
  margin-bottom:10px;
  color: #000;
  font-size:18px;
  font-weight: bold;
}
#contents .program_txt p {
  font-size: 16px;
}
#contents .program_txt .ch_logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#contents .program_txt .ch_logo img {
  padding-right: 20px;
}
#contents .program_txt .ch_logo p span {
  font-weight: bold;
}
#contents .program_txt .note {
  background: #f5f5f5;
  padding: 17px 30px;
  margin-bottom: 17px;
}


/*------------------
    club_member
------------------*/
.club_member {
  background-color: #f5f5f5;
  margin: 40px 0;
  padding: 50px;
}
.club_member .white_box {
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.club_member .white_box .left_box {
  background-color: #fff;
  width: 40%;
}
.club_member .white_box .right_box {
  width: 55%;
}
.club_member .white_box .left_box p {
  padding-bottom: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.club_member .white_box .right_box h3 {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  margin: auto;
  margin-bottom: 20px;
}
.club_member .white_box .all_box h3 {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  margin: auto;
  margin-bottom: 20px;
}
.club_member .white_box .right_box p.period {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin: auto;
  margin-bottom: 20px;
}
.club_member .white_box .all_box p.period {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin: auto;
  margin-bottom: 20px;
}
.club_member .white_box .right_box a.btn_yellow {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  max-width: 360px;
  width: 100%;
  display: block;
  padding: 20px;
  background: url(../img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;
  border-radius: 40px;
  text-decoration: none;
  color: #000;
  transition-duration: 0.3s;
  margin: auto;
}
.club_member .white_box .all_box a.btn_yellow {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  max-width: 360px;
  width: 100%;
  display: block;
  padding: 20px;
  background: url(../img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;
  border-radius: 40px;
  text-decoration: none;
  color: #000;
  transition-duration: 0.3s;
  margin: auto;
}
.club_member .white_box .right_box a.btn_yellow:hover {
  background-color: #000;
  color: #FFF;
}
.club_member .white_box .all_box a.btn_yellow:hover {
  background-color: #000;
  color: #FFF;
}



/*------------------
    banner
------------------*/
.banner {
  padding: 0;
}
.banner .flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.banner .flex_wrap .full_box {
  width: 100%;
}
.banner .flex_wrap .col2_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner .flex_wrap .col2_img .w-50 {
  width: 49%;
  margin: auto;
  text-align: center;
}
.banner .flex_wrap .left_box,
.banner .flex_wrap .right_box_pc,
.banner .flex_wrap .full_box {
  position: relative;
  padding: 0;
  border-radius: 16px;
  box-sizing: border-box;
}
.banner .flex_wrap .left_box div,
.banner .flex_wrap .right_box_pc div,
.banner .flex_wrap .full_box {
  margin-bottom: 40px;
  width: 100%;
}


@media screen and (min-width: 851px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #navColumn {
    display: none!important;
  }
  .right_box_pc {
    display: block;
  }
  .right_box_sp {
    display:none;
  }
  .txt_head_h2_pc {
    display: block;
  }
  .txt_head_h2_sp {
    display: none;
  }
  #contents .flex_wrap .col2_img .w-30 {
    width: 25%;
    margin: auto;
  }
}

@media screen and (max-width: 850px) {
  .txt_head_h2_pc {
    display:none;
  }
  .txt_head_h2_sp {
    display: block;
  }
  .right_box_pc {
    display:none;
  }
 .right_box_sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 90%;
  }
  .section {
    padding: 60px 0;
  }
  .head_label {
    padding: 20px 0;
  }
  .head_label p {
    font-size: 16px;
  }
  #contents {
    padding: 0 0 40px;
  }
  #contents .flex_wrap .full_box {
    padding-top: 30px;
  }
  #contents .flex_wrap h2 {
    font-size: 24px;
  }
  #contents .flex_wrap h3 {
    font-size: 18px;
  }
  #contents .flex_wrap h4 {
    font-size: 16px;
  }
  #contents .flex_wrap p {
    /*font-size: 14px;*/
  }
  .banner {
    padding: 30px 0 60px;
  }
  .banner .flex_wrap .right_box_sp,
  .banner .flex_wrap .left_box {
    width: 100%;
    padding: 1px;
    padding-top: 40px;
  }
  .banner .flex_wrap h2 {
    font-size: 32px;
  }
  .banner .flex_wrap h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .banner .flex_wrap p {
    font-size: 14px;
  }
  .banner .flex_wrap .left_box div, .banner .flex_wrap .right_box_sp div,
  .banner .flex_wrap .left_box div, .banner .flex_wrap .full_box div {
    margin-bottom: 0;
  }
  .banners .flex_wrap .left_box {
    margin-bottom: 90px;
  }
  .club_member {
    padding: 15px;
    margin-bottom: 0;
  }
  .club_member .white_box {
    display: block;
    padding-bottom: 0;
  }
  .club_member .white_box .right_box_sp,
  .club_member .white_box .left_box,
  .club_member .white_box .right_box {
    width: 100%;
  }
  .club_member .white_box .right_box h3 {
    display: none;
  }
  .club_member .white_box .left_box {
    margin-bottom: 20px;
    text-align: center;
  }
  .club_member .white_box .left_box p {
    text-align: left;
    padding: 0 20px 20px;
  }
  .club_member .white_box .right_box_sp h3 {
    margin: auto;
    margin-bottom: 20px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
  }
  .club_member .white_box .right_box a.btn_yellow {
    font-size: 16px;
    width: 100%;
    max-width: 320px;
    margin: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: url(../img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;
  }
  .club_member .white_box .all_box a.btn_yellow {
    font-size: 16px;
    width: 100%;
    max-width: 320px;
    margin: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: url(../img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;
  }
  .club_member .white_box .right_box p.btn_black {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    max-width: 320px;
    width: 100%;
    display: block;
    padding: 25px;
    background-color: #000;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    transition-duration: 0.3s;
    margin: auto;
    color:#FFF;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .contents .flex_wrap .col2_img .w-50 {
    width: 100%;
  }
  .contents .flex_wrap .col2_img .w-50 p {
    margin-bottom: 20px!important;
  }
  .banner .flex_wrap .col2_img .w-50 {
    width: 100%;
  }
  .banner .flex_wrap .col2_img .w-50 p {
    margin-bottom: 20px!important;
  }
  .h2_sp {
    display: block;
    font-size: 50%;
    font-weight: bold;
  }
  #contents .flex_wrap .col2_img .w-30 {
    width: 90%;
    margin: auto;
    text-align: center;
  }
}

/* banner */

.banner_box {
	padding: 0;
}
.banner_box h2 {
    margin-top: 50px;
    padding: 10px;
    background-color: #ffe100;
    text-align: center;
    color:#000;
    font-size:30px;
    font-weight: bold;
}
.banner_box .banner_border {
	border-radius: 16px;
	/*background-color:#fff;*/
}
.w-50 .banner_img {
	width: 80%;
	margin: 50px auto;
}

@media screen and (max-width: 950px) {
  .inner {
    width: 90%x!important;
  }
  .banner_box {
    padding:0px;
  }
  #contents .program_box {
    padding: 0 0 50px;
  }
  #contents .program_box_inner {
    display: block;
  }
  #contents .program_img {
    width: 100%;
    max-width: 380px;
    margin: 40px auto 0;
  }
  #contents .program_txt {
    width: 100%;
  }
  #contents .program_txt .ch_logo {
    display: block;
    margin-top: 20px;
  }
  #contents .program_txt .ch_logo p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 933px) {
  #contents .flex_wrap h3.txt_left {
    margin-top: 20px;
  }
}

@media screen and (max-width: 850px) {
  .banner_box h2 {
    margin-top: 20px;
    font-size:21px!important;
  }

    #contents p.label {
        margin-left: 25px!important;
    }
}
	

body, #page, #eotv{
	background-color:#fff!important;
}

@media screen and (max-width: 1279px) {
  .inner{
    max-width:90%;
    margin: auto;}
}

.clearfix {
  clear: both;
}

/* spbr */
.spbr {
  display: none;
}
@media screen and (max-width: 850px) {
  .spbr {
    display: block;
  }
}


/* eo光テレビガイド誌ご購読者さま限定 */
p.gentei {
  color: #ff0000!important;
  border: 2px solid #ff0000;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-weight: bold;
  display: inline-block;
}
p.gentei_sp {
  display: none;
}
@media screen and (max-width: 950px) {
  p.gentei {
    display: none;
  }
  p.gentei_sp {
    color: #ff0000!important;
    border: 2px solid #ff0000;
    padding: 5px 10px;
    margin-bottom: 15px;
    font-weight: bold;
    display: inline-block;
  }
}


/* 東映チャンネルレイアウト調整 */
.club_member_toei {
  background-color: #f5f5f5;
  margin: 0 0 40px;
  padding: 50px;
}
.club_member_toei .white_box {
  width: 100%;
  padding: 30px 0 0;
}
.club_member_toei .white_box .all_box h3 {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  margin: auto;
  margin-bottom: 20px;
}
.club_member_toei .white_box .all_box p.period {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin: auto;
  margin-bold;
}
.club_member_toei_btn {
  margin-top: 30px;
  margin-bottom: 70px;
}
.club_member_toei_btn a.btn_yellow {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  max-width: 360px;
  width: 100%;
  display: block;
  padding: 20px;
  background: url(../img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;
  border-radius: 40px;
  text-decoration: none;
  color: #000;
  transition-duration: 0.3s;
  margin: auto;
}
.club_member_toei_btn a.btn_yellow:hover {
  background-color: #000;
  color: #FFF;
}
@media screen and (max-width: 850px) {
  .club_member_toei {
    padding: 15px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .club_member_toei_btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .club_member_toei_btn a.btn_yellow {
    font-size: 16px;
    width: 100%;
    max-width: 320px;
    margin: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: url(../img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;
  }
}


/* margin・txt調整 */
.mt20 {
  margin-top: 20px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.txt11 {
  font-size: 11px;
}
.txt14 {
  font-size: 14px;
}
.txt14_navy {
  font-size: 14px;
  color: #263868!important;
}
.txt_bold {
  font-weight: bold;
}
