body{
	background: #fff;
  
}

header{
  background: #000;/*追加*/
	border-bottom: solid 1px #333333;
}

header #menu li a{
	color: #ccc;
}

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

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

#head_logo_col2 img {
	display: none;
}
#head_logo_col2 a:first-child {
	width: 126px;
	height: 44px;
	background: url(../img/vod_logo.png) left top no-repeat;
	background-size: auto 100%;
}
#head_logo_col2 a:nth-child(2) {
	width: 91px;
	height: 44px;
	background: url(../img/vod_logo.png) right top no-repeat;
	background-size: auto 100%;
}




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

#sec_vod_main{
	/*background: #111;*/
	padding-bottom: 50px;
}

#sec_vod_main figure{
	max-width: 980px;
	margin: 0 auto 20px;
}

#sec_vod_main figure img{
	width: 100%;
}

#sec_vod_main .icons{
	max-width: 750px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
#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-left: 0;
}

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

#sec_vod_main h1{
	font-size: 2.4rem;
	max-width: 750px;
	margin: 0 auto 10px;
	font-weight: bold;
	color: #ccc;
}

#sec_vod_main .text{
	font-size: 1.6rem;
	max-width: 750px;
	margin: 0 auto 10px;
	color: #ccc;
}


/*===========================================================
+-----+// sec_vod_library
===========================================================*/
#sec_vod_library{
	padding-top: 100px;
	margin-bottom: 100px;
}


#sec_vod_library .box{
	display: block;
	transition: all 0.3s;
}

#sec_vod_library .box:hover{
	opacity: 0.7;
}

#sec_vod_library figure{
	width: 330px;
	margin: 0 auto;
	position: relative;
}
#sec_vod_library figure .play{
	width: 50px;
	position: absolute;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
}
#sec_vod_library figure .play img{
	width: 100%;
}

#sec_vod_library .schedule{
	font-size: 1.4rem;
}
#sec_vod_library .ttl{
	color: #eee;
}

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

#sec_vod_library .archive_area{
	width: 100%;
	/*max-width: 1000px;*/
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#sec_vod_library .archive_area .box{
	width: 336px;
	padding: 0 7px;
	margin-bottom: 60px;
	outline: none;
}
#sec_vod_library .archive_area img{
	width: 100%;
	margin:0 0 15px;
}

/*#sec_vod_library .new_area{
	width: 100%;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#sec_vod_library .new_area .box{
	width: 32%;
	padding: 0 7px;
	margin-bottom: 60px;
	outline: none;
}
#sec_vod_library .new_area figure{
	width: 440px;
	margin: 0 auto;
	position: relative;
}
#sec_vod_library .new_area img{
	width: 100%;
	margin:0 0 15px;
}*/

/*
#sec_vod_library .archive_area:after,
#sec_vod_library .archive_area:before{
	content:'';
	position: absolute;
	top:0;
	width: calc(50% - 520px);
	height: 276px;
	background: rgba(0,0,0,0.8);
}
#sec_vod_library .archive_area:before{
	left:0 !important;
	z-index: 10;
}
#sec_vod_library .archive_area:after{
	right:-5px !important;
	z-index: 10;
}
#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: calc(50% - 520px - 40px);
	background: url("../../top/common/img/arrow03_l.png") left center no-repeat;
	background-size: 16px auto;
}
#sec_vod_library .archive_area .slick-next{
	right: calc(50% - 520px - 45px);
	background: url("../../top/common/img/arrow03_r.png") left center no-repeat;
	background-size: 16px auto;
}
*/

.faq_link{
	text-align: center;
	margin-bottom: 80px;
}

.faq_link a{
	color: #000;
	padding: 0 40px 0 0;
	font-size: 1.8rem;
	display: inline-block;
	background: url("../../top/common/img/arrow05_r.png") right 10px  center no-repeat;
	background-size: 15px auto;
	transition: all 0.3s;
}

.faq_link a:hover{
	opacity: 0.7;
}

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

#sec_vod_detail{
	border-top: solid 1px #333;
	margin-bottom: 100px;
}
#sec_vod_detail .box{
	padding: 0 20px;
	border-bottom: solid 1px #333;
}

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

#sec_vod_detail .box .box_inner *{
	transition: all 0.3s;
}

#sec_vod_detail .box .box_inner:hover *{
	opacity: 0.8;
}

#sec_vod_detail .img{
	width: 350px;
}

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

#sec_vod_detail .txt{
	color: #000;
	width: calc(900px - 350px);
	word-wrap: break-word;
	white-space: wrap;
	background: url("../../top/common/img/arrow05_r.png") right center no-repeat;
	background-size: 20px auto;
	padding: 0 50px 0 50px;
	box-sizing: border-box;
	font-weight: normal;
}

#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: 200;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	display: none;
}

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

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

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

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

#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: 80px;
}

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

#sec_first{
	margin-bottom: 80px;
}

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

#sec_vod_faq{
	margin-bottom: 80px;
}

#sec_attention{
	max-width: 980px;
	margin: 0 auto 40px;
	border: solid 1px #999;
	background: #222;
	margin-bottom: 80px;
}

#sec_attention p{
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 1.8rem;
	font-weight: bold;
}

.ttl_faq{
	padding: 35px 0 80px;
	text-align: center;
}
.ttl_faq img{
	height: 45px;
}

.sttl_faq{
	padding: 15px 0 40px;
	text-align: center;
}
.sttl_faq img{
	height: 29px;
}

.faq_box{
	max-width: 980px;
	margin: 0 auto 40px;
	border: solid 1px #999;
	background: #efefef;
}

.faq_box .question{
	font-size: 1.8rem;
	color: #000;
	padding: 25px 40px;
	font-weight: bold;
}

.faq_box .answer{
	color: #000;
	padding: 25px 40px;
	border-top: solid 1px #999;
}
.faq_box .answer p{
	font-size: 1.6rem;
	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{
	opacity: 0.7;
	text-decoration: none;
}

.faq_box .answer figure{
	max-width: 860px;
	margin: 0 auto 50px;
}
.faq_box .answer figure img{
	width: 100%;
}
.faq_box .answer figure:last-child{
	margin-bottom: 0;
}


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



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

.mark {
	width: 100%;
	max-width: 400px;
	margin: 30px auto;
}
.mark ul {
	display: flex;
}
.mark ul li {
	margin: 0 10px;
}
.mark img {
	width: 100%;
}


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

.sec_anclink{
	margin-bottom: 80px;
}

.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: 15px 40px 15px 20px;
}

.sec_anclink a:after{
  position: absolute;
  content: "";
  right:15px;
  top: 50%;
  margin-top: -9px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}
.sec_anclink a:hover{
  text-decoration: none;
  opacity: 0.7;
}


/*===========================================================
+-----+// sec_privacy
===========================================================*/
#sec_privacy .ttl_faq img{
	height: 101px;
}
#sec_privacy{
	margin-bottom: 80px;
}

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

#sec_privacy .privacy_box{
	max-width: 980px;
	margin: 0 auto;
	border: solid 1px #999;
  background: #efefef;
}
.privacy_box{
  padding: 40px;
  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.3rem;
}
.privacy_box sup{
  font-size: 1.1rem;
}
.m_mb20{ 
  margin-bottom: 20px;
}
.m_mb0{
  margin-top: 20px;
  margin-bottom: -20px;
}
.privacy_box ol > li{
  margin-bottom: 20px;
  color: #000;
}
.privacy_box ol > li  ul{
  margin-bottom: 20px;
}
.privacy_box ol > li > dl{
  margin-bottom: 20px;
}
.privacy_box table{
  width: 95%;
  margin: 25px 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}
.privacy_box table th,.privacy_box table td{
  padding: 10px 20px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
  color: #000;
}
.privacy_box a{
  text-decoration: underline;
  color: #000 !important;
}
.privacy_box a:hover{
  text-decoration: none;
}