body{
	background: #fff;
}

header{
	background: #000;
	border-bottom: solid 1px #333333;
}

header #head_logo a{
	text-indent: -9999px;
	width: 120px;
	height: 24px;
	display: block;
	background: url("../img/vod_logo.png") left top no-repeat;
	background-size: 120px 24px;
}

h2.h2_ttl img{
	background-color:#fff;
}

#head_logo_col2 img {
	display: none;
}
#head_logo_col2 a:first-child {
	width: 68px;
	height: 24px;
	background: url("../img/vod_logo.png") left top no-repeat;
	background-size: 120px 24px;
}
#head_logo_col2 a:nth-child(2) {
	width: 50px;
	height: 24px;
	background: url("../img/vod_logo.png") right top no-repeat;
	background-size: 120px 24px;
}

/*===========================================================
+-----+// sec_vod_main
===========================================================*/

#sec_vod_main{
	/*background: #111;*/
	padding-bottom: 25px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#sec_vod_main figure{
	text-align: center;
	margin-bottom: 15px;
}

#sec_vod_main .icons{
	margin: 0 0 15px 10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#sec_vod_main .icons li{
	text-align: center;
	min-width: 46px;
	height: 22px;
	box-sizing: border-box;
	margin-right: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	border: solid 2px #4d4d4d;
	padding: 0 5px;
	margin-bottom: 5px;
	margin-left: 0;

	display: none;
}
#sec_vod_main .icons li.live{
	border: none;
	padding: 0;
}

#sec_vod_main .icons li.label{
	border: none;
	padding: 2px 10px 0;
	height: 23px;
	display: block;
}

#sec_vod_main .icons .icon_4k{
	color: #caa315;
	background: #000;
	border: solid 2px #000;
}

#sec_vod_main .schedule{
	margin: 0;
	font-weight: bold;
	padding-top: 2px;
	color: #ccc;
}

#sec_vod_main h1{
	color: #ccc;
	font-size:1.8rem;
	margin: 0 10px 10px;
	font-weight: bold;
}

#sec_vod_main .text{
	max-width: 750px;
	margin: 0 10px 10px;
	color: #ccc;
}

#sec_vod_main h1 .icon_new{
	width: 40px;
	color: #000;
	font-size: 1.4rem;
	background: #1AAB8A;
	border-radius: 5px;
	padding: 5px 8px 5px 5px;
	vertical-align: 3px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2px;
	box-sizing: border-box;
}

#sec_vod_main h1 .icon_4k img{
	width: 40px;
}


/*===========================================================
+-----+// sec_vod_library
===========================================================*/

#sec_vod_library{
	padding-bottom: 50px;
}


#sec_vod_library figure{
	position: relative;
}

#sec_vod_library .schedule{
	font-weight: bold;
	color: #000;
}
#sec_vod_library .ttl{
	font-weight: bold;
	color: #000;
}

#sec_vod_library .label{
	display: inline-block;
	padding: 2px 5px;
	font-size: 1.4rem;
	margin-bottom: 5px;
	margin-right: 5px;
}

#sec_vod_library .archive_area{
	margin:0 25px 30px;
}

#sec_vod_library .archive_area .box{
	outline: none;
	margin: 0 0 30px;
}

#sec_vod_library .archive_area .box figure{
	margin-bottom: 10px;
}

/*
#sec_vod_library .archive_area .slick-arrow{
	width: 16px;
	height: 27px;
	border: none;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	position: absolute;
	z-index: 20;
	top:80px;
}

#sec_vod_library .archive_area .slick-prev{
	left:10px;
	background: url("../../top/common/img/arrow03_l.png") left center no-repeat;
	background-size: 16px auto;
}
#sec_vod_library .archive_area .slick-next{
	right: 10px;
	background: url("../../top/common/img/arrow03_r.png") left center no-repeat;
	background-size: 16px auto;
}

*/

.faq_link{
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	text-align: center;
	margin:0 15px 30px;
}

.faq_link a{
	color: #eee;
	padding: 15px 40px 15px 0;
	display: block;
	background: url("../../top/common/img/arrow05_r.png") right 15px center no-repeat;
	background-size: 10px auto;
}


/*===========================================================
+-----+// sec_vod_detail
===========================================================*/

#sec_vod_detail{
	border-top: solid 1px #333;
	margin-bottom: 50px;
}
#sec_vod_detail .box{
	border-bottom: solid 1px #333;
}

#sec_vod_detail .box .box_inner{
	max-width: 900px;
	margin: 0 20px;
	padding: 20px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

#sec_vod_detail .img{
	width: 33%;
}

#sec_vod_detail .img img{
	width: 100%;
}

#sec_vod_detail .txt{
	color: #000;
	width: calc(100% - 33%);
	word-wrap: break-word;
	white-space: wrap;
	background: url("../../top/common/img/arrow05_r.png") right center no-repeat;
	background-size: 10px auto;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}

#sec_vod_detail .txt span{
	color: #959595;
	display: block;
	font-size: 1.2rem;
	margin-top: 5px;
}

#vod_modal{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	display: none;
}

#vod_modal #modal_inner{
	max-width: 100%;
	margin: 100px auto 0;
}

#vod_modal .close{
	width: 20px;
	height: 20px;
	display: block;
	position: fixed;
	right: 15px;
	top:15px;
}

#vod_modal .close a{
	width: 20px;
	height: 20px;
	display: block;
	position: relative;

}
#vod_modal .close span{
	height: 1px;
	width: 100%;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	top:10px;
}

#vod_modal .close span:nth-child(1){
	transform: rotate(45deg);
}
#vod_modal .close span:nth-child(2){
	transform: rotate(-45deg);
}


#videoPlayer{
	text-align: center;
	margin-bottom: 35px;
}

#videoPlayer .movieadPlayer{
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
}

.videoPlayerError{
	text-align: center;
	margin-bottom: 35px;
	padding: 20px 0;
}

.videoPlayerError p{
	text-align: center;
	color: #ccc;
}

/*===========================================================
+-----+// sec_vod_faq
===========================================================*/

#sec_notice{
	margin-bottom: 40px;
}

#sec_notice .txt{
	text-align: center;
	color: #000;
}
#sec_first{
	margin-bottom: 40px;
}

#sec_first .txt{
	color: #000;
	margin-bottom: 30px;
	padding: 0 15px;
}

#sec_attention{
	margin: 0 15px 0;
	border: solid 1px #999;
	background: #222;
	margin-bottom: 50px;
}

#sec_attention p{
	color: #fff;
	padding: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}


.ttl_faq{
	padding: 20px 0 40px;
	text-align: center;
}
.ttl_faq img{
	height: 23px;
	width: auto;
}

.sttl_faq{
	padding: 15px 0 20px;
	text-align: center;
}
.sttl_faq img{
	height: 18px;
	width: auto;
}

#sec_vod_faq {
	margin-bottom: 50px;
}

.faq_box{
	border: solid 1px #999;
	border-bottom: none;
	background: #efefef;
}

.faq_box.last{
	border-bottom: solid 1px #666;
	margin-bottom: 30px;
}

.faq_box .question{
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	padding: 15px 40px 15px 15px;
	background: url("../../top/common/img/arrow01_d.png") right 10px center no-repeat;
	background-size: 15px auto;
}

.faq_box .question.clickBtn_on1{
	background: url("../../top/common/img/arrow01_u.png") right 10px center no-repeat;
	background-size: 15px auto;
}


.faq_box .answer{
	color: #000;
	padding: 15px;
	border-top: solid 1px #666;
}
.faq_box .answer p{
	font-size: 1.4rem;
	color: #000;
	margin-top: 10px;
}
.faq_box .answer p:first-child{
	margin-top: 0;
}
.faq_box .answer p a{
	color: #000;
	text-decoration: underline;
	transition: all 0.3s;
}
.faq_box .answer p a:hover{
	text-decoration: none;
}

.faq_box .answer figure{
	margin-bottom: 30px;
}
.faq_box .answer figure:last-child{
	margin-bottom: 0;
}

#anc_env,
#anc_player{
	margin-top: -38px;
	padding-top: 38px;
}

/*===========================================================
+-----+//AD
===========================================================*/
#ssp_ad4{
	margin-bottom: 50px;
}



/*===========================================================
+-----+//License
===========================================================*/

.mark {
	width: 100%;
	max-width: 200px;
	margin: 30px auto;
	/*display: flex;*/
}
.mark img {
	width: 100%;
	margin: 10px 0;
}




/*===========================================================
+-----+// sec_anclink
===========================================================*/

.sec_anclink{
	margin-bottom: 30px;
}

.sec_anclink .txt{
	text-align: center;
	color: #000;
}
.sec_anclink a{
   position: relative;
  color: #000;
  text-decoration: none;
  display: inline-block;
  border: solid 1px #999;
  background: #efefef;
  border-radius: 8px;
  padding: 10px 30px 10px 15px;
}
.sec_anclink a:after{
  position: absolute;
  content: "";
  right:12px;
  top: 50%;
  margin-top: -8px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}



/*===========================================================
+-----+// sec_privacy
===========================================================*/
#sec_privacy .ttl_faq img{
	height: 52px;
	width: auto;
}

#sec_privacy{
	margin-bottom: 50px;
  margin-top: -50px;
  padding-top: 50px;
}

#sec_privacy .txt{
	text-align: center;
	color: #000;
}

#sec_privacy .privacy_box{
	margin: 0 auto;
	border: solid 1px #999;
  background: #efefef;
}
.privacy_box{
  padding: 15px;
  box-sizing: border-box;
  color: #000;
}
.privacy_box p,.privacy_box li ,.privacy_box dt,.privacy_box dd{
  color: #000;
}
.m_sml{
  font-size: 1.1rem;
}
.privacy_box sup{
  font-size: 1.0rem;
}
.m_mb20{ 
  margin-bottom: 15px;
}
.m_mb0{
  margin-top: 15px;
  margin-bottom: -15px;
}
.privacy_box ol > li{
  margin-bottom: 15px;
}
.privacy_box ol > li  ul{
  margin-bottom: 15px;
}
.privacy_box ol > li > dl{
  margin-bottom: 15px;
}
.privacy_box .l_tbl{
  border-right-width: 0;
  overflow-x: auto;
}
.privacy_box table{
  margin: 15px 0;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
  width: auto;
  min-width: 100%;
}
.privacy_box table th,.privacy_box table td{
  padding: 5px 10px;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
  font-size: 1.3rem;
  white-space: nowrap;
  color: #000;


}

.privacy_box a{
  text-decoration: underline;
  color: #000;
}
.privacy_box a:hover{
  text-decoration: none;
}