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

/* --------------------------------------------------

	SPサイズ用 CSS

-------------------------------------------------- */
body {
	font-size: 14px;
	padding-top: 51px;
}
img {
	max-width: 100%;
	height: auto;
}
.showSpSearch #overlayBg,
.showSpNavi #overlayBg {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 8000;
}
.pcOnly {
	display: none;
}
.anchorLinkPositionAdjust {
	/*margin-top: -50px;
	padding-top: 50px;*/
}

/* --------------------------------------------------
	#header
-------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 51px;
	padding: 0 5px;
	background-color: #ffffff;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: top 0.5s;
}
.scrollingDown #header {
	top: -51px;
}
.showSpSearch #header,
.showSpNavi #header {
	top: 0;
}
#header .inner {
	height: 100%;
}
#header .siteLogo {
	height: 100%;
	display: flex;
	align-items: center;
}
#header .siteLogo img {
	height: 34px;
}

@media screen and (max-width:350px) {
	#header.anniversary30 .siteLogo img {
		width: 36%;
		height: auto;
	}
}

/* --------------------------------------------------
	#spNavi
-------------------------------------------------- */
#spNavi {
	position: absolute;
	right: 0;
	top: 0;
}
#spNavi img {
	width: auto;
  height: 50px;
}
#spNavi li {
	float: left;
}
#spNavi p {
	display: none;
}
.showNavi #spNavi p {
	display: block;
}

#showNavi {
  width: 50px;
  height: 50px;
  background-color: #222222;
  position: relative;
}
#showNavi .navi_bar {
	position: relative;
	width: 24px;
	height: 16px;
	display: block;
	top: 16px;
	left: 13px;
}
#showNavi .navi_bar span {
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
  display: block;
  border-radius: 2px;
}
#showNavi .navi_bar span:nth-of-type(1) {
	top: 0;
}
#showNavi .navi_bar span:nth-of-type(2) {
	top: 7px;
}
#showNavi .navi_bar span:nth-of-type(3) {
	bottom: 0;
}
.showSpNavi #showNavi .navi_bar span:nth-of-type(1) {
	transform: translateY(7px) rotate(45deg);
}
.showSpNavi #showNavi .navi_bar span:nth-of-type(2) {
	opacity: 0;
}
.showSpNavi #showNavi .navi_bar span:nth-of-type(3) {
	transform: translateY(-7px) rotate(-45deg);
}


/* --------------------------------------------------
	#globalNavi
-------------------------------------------------- */
#globalNavi {
	position: absolute;
	left: 0;
	top: 51px;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	background-color: #ffffff;
	z-index: 10000;
	transition: max-height 0.2s;
}
.showSpNavi #globalNavi {
	max-height: calc(100vh - 51px);
	overflow: scroll;
}
#globalNavi .globalNavi01 {
	border-top: 1px solid #E3E3E3;
}
#globalNavi .globalNavi01 li {
	line-height: 50px;
	font-weight: bold;
}
#globalNavi .globalNavi01 li a {
	position: relative;
	padding-left: 50px;
	border-bottom: 1px solid #E3E3E3;
	display: block;
}
#globalNavi .globalNavi01 li a::before {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-position: center center;
}
#globalNavi .globalNavi01 li.navi01 a::before {
	background-image: url(/images/sp/icon_navi_01.png);
}
#globalNavi .globalNavi01 li.navi02 a::before {
	background-image: url(/images/sp/icon_navi_02.png);
}
#globalNavi .globalNavi01 li.navi03 a::before {
	background-image: url(/images/sp/icon_navi_03.png);
}
#globalNavi .globalNavi01 li.navi04 a::before {
	background-image: url(/images/sp/icon_navi_04.png);
	height: 13px;
}
#globalNavi .globalNavi01 li.navi05 a::before {
	background-image: url(/images/sp/icon_navi_05.png);
	height: 13px;
}
#globalNavi .globalNavi01 li.navi08 a::before {
	background-image: url(/images/sp/icon_navi_06.png);
	height: 14px;
}
#globalNavi .globalNavi01 li.navi09 a::before {
	background-image: url(/images/sp/icon_navi_07.png);
	height: 14px;
}
#globalNavi .globalNavi01 li a::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 7px;
	height: 11px;
	background-size: contain;
	background-image: url("/images/sp/arrow_01.png");
}
#globalNavi .spBanner {
	padding: 20px;
}
#globalNavi .globalNavi02 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 35px;
	font-size: 0px;
}
#globalNavi .globalNavi02 img {
	vertical-align: middle;
}
#globalNavi .globalNavi02 li {
	line-height: 24px;
	display: inline-block;
	position: relative;
}
#globalNavi .globalNavi02 li + li {
	margin-left: 24px;
	padding-left: 36px;
}
#globalNavi .globalNavi02 li + li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 14px;
	height: 24px;
	background-image: url("/images/line_navi_02.png");
	background-size: contain;
}
#globalNavi .globalNavi02 li.navi01 img,
#footerSocialNavi li.navi01 img {
	height: 23px;
}
#globalNavi .globalNavi02 li.navi02 img,
#footerSocialNavi li.navi02 img {
	height: 23px;
}
#globalNavi .globalNavi02 li.navi03 img,
#footerSocialNavi li.navi03 img {
	height: 22px;
}
#globalNavi .globalNavi02 li.navi04 img,
#footerSocialNavi li.navi04 img {
	height: 24px;
}
#globalNavi .globalNavi02 li.btnNavi {
	display: none;
}

#globalNavi .globalNavi01 .spAccordionSw::after {
	width: 11px;
	height: 11px;
	background-image: url("/images/sp/icon_03.png");
}
#globalNavi .globalNavi01 .spAccordionSw.open::after {
	background-image: url("/images/sp/icon_04.png");
}
#globalNavi .spAccordionBody {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s;
}
#globalNavi .spAccordionBody.open {
	max-height: 408px;
}
#globalNavi .globalNavi01 .spAccordionBody a::before {
	content: "-";
	display: inline;
	position: relative;
	margin-right: 12px;
	background: none!important;
	width: 0;
	height: 0;
	left: 2px;
}

/* --------------------------------------------------
	#srchBox
-------------------------------------------------- */
#srchBox {
	left: 0;
	top: 50px;
	width: 100%;
	height: 0;
	background-color: #e6e6e6;
	overflow: hidden;
	transition: height 0.2s;
}
.showSpSearch #srchBox {
	height: 80px;
}
/*#srchBox #srch {
	position: relative;
	padding: 20px 35px;
}
#srchBox .srchBtnBlock {
	text-align: center;
	position: absolute;
	top: 20px;
	right: 35px;
	width: 40px;
	line-height: 40px;
	background-color: #009deb;
}
#srchBox #srchBtn {
	width: auto;
	height: 20px;
	vertical-align: middle;
}
#srchBox.watermark #srchInput {
	border: none;
	padding: 2px 10px;
	width: calc(100% - 45px);
	height: 40px;
}*/

/* Googleカスタム検索上書き */
#srchBox form.gsc-search-box {
	width: auto;
	padding: 20px 35px;
}
#srchBox .gsc-input-box {
	padding-top: 0;
	padding-bottom: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 39px;
}
#srchBox .gsib_a {
  padding: 4px 9px 4px 9px;
}
#srchBox input.gsc-input,
#srchBox input.gsc-input::placeholder {
	font-size: 13px;
}
#srchBox .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0;
}
#srchBox .gsc-search-button-v2 {
  width: auto;
  padding: 11px 10px 11px;
  margin: 0;
  border-radius: 0;
	border-top-right-radius: 0; 
	border-bottom-right-radius: 0; 
}
/* Googleカスタム検索上書き */

#showSearch {
  position: relative;
  width: 50px;
  height: 50px;
}
#showSearch a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
#showSearch img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#showSearch .searchOn {
  opacity: 0;
}
.showSpSearch #showSearch .searchOn {
  opacity: 1;
}
.showSpSearch #showSearch .searchOff {
  opacity: 0;
}

/* --------------------------------------------------
	#footer
-------------------------------------------------- */
#footer {
}

/* --------------------------------------------------
	#footerSocialNavi
-------------------------------------------------- */
#footerSocialNavi {
	padding-top: 15px;
	padding-bottom: 15px;
}
#footerSocialNavi li:first-child {
	display: block;
	margin-bottom: 22px;
}
#footerSocialNavi li {
	font-size: 14px;
	line-height: 24px;
}
#footerSocialNavi li:nth-child(n + 2) + li {
	margin-left: 24px;
	padding-left: 36px;
}
#footerSocialNavi li + li::after {
	width: 14px;
	height: 24px;
}
#footerSocialNavi li:first-child + li::after {
	display: none;
}

/* --------------------------------------------------
	#footerNavi
-------------------------------------------------- */
#footerNavi {
}
#footerNavi .footerNaviBlock:nth-child(4n) {
	padding: 20px;
}
#footerNavi .navi01 a,
#footerNavi li a {
	display: block;
	font-size: 14px;
	line-height: 21px;
	padding: 12px 30px 12px 20px;
	border-bottom: 1px solid #4b5664;
	position: relative;
}
#footerNavi .navi01 a::after,
#footerNavi li a::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	width: 7px;
	height: 13px;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url("/images/sp/arrow_02.png");
	background-size: contain;
}
#footerNavi li a {
	background-color: #314053;
}
#footerNavi li a::before {
	content: "-";
	margin-right: 12px;
}
#footerNavi .footerNaviBlock .banner {
}
#footerNavi .navi01.spAccordionSw a::after {
	width: 11px;
	height: 11px;
	background-image: url("/images/sp/icon_01.png");
}
#footerNavi .navi01.spAccordionSw.open a::after {
	background-image: url("/images/sp/icon_02.png");
}
#footerNavi .spAccordionBody {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s;
}
#footerNavi .spAccordionBody.open {
	max-height: 368px;
}

/* --------------------------------------------------
	#footerCorporateNavi
-------------------------------------------------- */
#footerCorporateNavi {
	padding: 20px;
}
#footerCorporateNavi .siteLogo img {
	height: 45px;
}
#footerCorporateNavi ul {
	font-size: 10px;
	line-height: 18px;
	margin-top: 15px;
}
#footerCorporateNavi ul::after {
	content: "";
	display: block;
	clear: both;
}
#footerCorporateNavi ul li {
	float: left;
	margin-right: 1.2em;
	line-height: 2;
}
#footerCorporateNavi ul li + li {
	/*margin-left: 1em;*/
}
#footerCorporateNavi .copyright {
	font-size: 12px;
	line-height: 1;
	margin-top: 15px;
}

/* --------------------------------------------------
	#movieplusCopyright
-------------------------------------------------- */
#movieplusCopyright {
	font-size: 8px;
	line-height: 12px;
	padding: 20px 20px 85px;
}

/* --------------------------------------------------
	#pagetop
-------------------------------------------------- */
#pagetop {
	bottom: 70px;
	right: 20px;
}
#pagetop img {
	height: 40px;
}
/* --------------------------------------------------
	#skyperBtn
-------------------------------------------------- */
#skyperBtn{
	padding: 10px 0
}

#skyperBtn p a {
	font-size: 14px;
	line-height: 44px;
	padding-left: 44px;
	padding-right: 44px;
	border-radius: 22px;
}
#skyperBtn p a::after {
	background-image: url(/images/arrow_02.png);
	right: 30px;
	width: 6px;
	height: 11px;
}
/* --------------------------------------------------
	#platformBanners
-------------------------------------------------- */
#platformBanners {
	text-align: center;
	padding: 20px;
}
#platformBanners ul li + li {
	margin-top: 10px;
}

/* --------------------------------------------------
	#banners
-------------------------------------------------- */
#banners {
	font-size: 0;
	text-align: center;
	padding: 20px 20px 5px;
}
#banners li {
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
}

/* --------------------------------------------------
	#pankuzu
-------------------------------------------------- */
#pankuzu {
	padding: 12px 20px;
	font-size: 11px;
}
#pankuzu li {
	line-height: 15px;
}

/* --------------------------------------------------
	#contents
-------------------------------------------------- */
#contents {
	font-size: 14px;
}
/* title */
#contents .titleBlock01 {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #e6e6e6;
}
#contents .titleBlock01::after {
	content: "";
	display: block;
	clear: both;
}
#contents .title01 {
	font-size: 18px;
	line-height: 24px;
	float: left;
}
#contents .title02 {
	font-size: 24px;
}
#contents .title02 span::before,
#contents .title02 span::after {
	width: 18px;
	height: 2px;
}
#contents .title02 span::before {
	left: -25px;
}
#contents .title02 span::after {
	right: -25px;
}
#contents .title03 {
	font-size: 18px;
	line-height: 50px;
	padding-left: 50px;
	background-image: url(/images/icon_title_01.png);
	background-position: 18px center;
	background-size: 16px auto;
}
#contents .title04 {
	font-size: 18px;
	margin-bottom: 10px;
}
#contents .title05 {
	font-size: 20px;
	line-height: 1.3;
	padding: 15px 5.33vw;
}
#contents .title05 span {
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
	display: block;
}
#contents .title06 {
	font-size: 18px;
}
#contents .title07 {
	font-size: 16px;
	margin-top: 20px;
}
#contents .title08 {
	font-size: 4.8vw;
	line-height: 8vw;
	margin-top: 10.67vw;
}
#contents .title10 {
	font-size: 18px;
	margin-top: 30px;
}
#contents .title10::before,
#contents .title10::after {
	width: calc(50% - 70px);
	height: 2px;
}
#contents .title10.titleLong::before,
#contents .title10.titleLong::after {
  width: calc(50% - 90px);
}

/* title100～ */
#contents .title100 {
	color: #0945ab;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	padding: 0 4vw 5px 4.67vw;
	position: relative;
}
#contents .title100:after {
	background: linear-gradient(to right, #024aa9, #00a0e9);
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#contents .title101 {
	color: #0945ab;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	padding-bottom: 5px;
	word-break: break-all;
	word-wrap: break-word;
}
#contents .title102 {
	color: #0945ab;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
#contents .title103 {
	margin-top: 40px;
}
#contents .title103 img {
	width: 100%
}
#contents .title104 {
	font-size: 16px;
	font-weight: bold;
}
#contents .title105 {
	font-weight: bold;
}
#contents .title107 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5.33vw;
	margin-right: 5.33vw;
}
#contents .title107 span {
	display: inline-block;
	vertical-align: middle;
}
#contents .title107 span {
	margin-left: 10px;
}
#contents .title107::before,
#contents .title107::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
#contents .title107::before {
  bottom: 0;
  border-bottom: 1px dotted #024aa9;
}
#contents .title107::after {
  bottom: -3px;
  border-bottom: 1px dotted #024aa9;
}
#contents .title108 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	border-left: 7px solid #024aa9;
	margin-bottom: 15px;
	padding-left: 1.33vw;
	margin-left: 5.33vw;
	margin-right: 5.33vw;
}
#contents .title109 {
	font-size: 18px;
	font-weight: bold;
	color: #024aa9;
	border-bottom: 1px solid #e6e6e6;
	margin-left: 5.33vw;
	margin-right: 5.33vw;
	padding-bottom: 5px;
}
#contents .title110 {
	background-image: url(/images/icon_mail.png);
	background-position: center top;
	background-size: 60px auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 75px 0 0 0;
	line-height: 1.3;
}
/* title100～ */


/* title201～ */
#contents .title201 {
  font-size: 12px;
  color: #ffffff;
  background-color: #27313e;
  margin-bottom: 4px;
  padding: 4px 5.33vw;
}

#contents .title202 {
  font-size: 18px;
  font-weight: bold;
  color: #024aa9;
  border-bottom: 2px solid #024aa9;
  text-align: center;
  padding-bottom: 2px;
  margin-bottom: 15px;
	line-height: 1.3;
}
#contents .title203 {
  font-size: 19px;
  font-weight: bold;
  color: #024aa9;
  /*border-top: 2px solid #024aa9;*/
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 0;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 5.33vw;
  margin-right: 5.33vw;
}
/* title201～ */

/* title301～ */
#contents .title301 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 40px;
	padding-bottom: 2px;
}
#contents .title301:first-child {
	margin-top: 0;
}
#contents .title301 span {
  font-size: 12px;
  padding: 0 2.13vw;
  line-height: 22px;
  margin-right: 10px;
}
/* title301～ */

/* button */
#contents .button01 a {
	font-size: 12px;
	line-height: 24px;
	padding-left: 18px;
	padding-right: 24px;
	border-radius: 12px;
	float: right;
}
#contents .button01 a::after {
	right: 10px;
	width: 6px;
	height: 9px;
	background-position: center;
}
#contents .button02 {
	margin-top: 30px;
}
#contents .button02 a {
	font-size: 14px;
	line-height: 44px;
	padding-left: 44px;
	padding-right: 44px;
	border-radius: 22px;
}
#contents .button02 a::after {
	right: 30px;
	width: 6px;
	height: 11px;
}
#contents .button03 {
	margin-top: 20px;
}
#contents .button03 a,
#contents .button04 a {
	font-size: 14px;
	line-height: 44px;
	padding-left: 44px;
	padding-right: 44px;
	border-radius: 22px;
}
#contents .button04 a {
	line-height: 40px;
}
#contents .button03 a::after,
#contents .button04 a::after {
	background-image: url(/images/arrow_02.png);
	background-position: center 1px;
	right: 30px;
	width: 6px;
	height: 11px;
}
#contents .button04 {
	margin-top: 20px;
}
#contents .button04 a {
	border: 2px solid #ffffff;
}
#contents .button05 {
	margin-top: 25px;
}
#contents .button06 {
	margin-top: 15px;
}
#contents .button06 a {
	width: 56vw;
	line-height: calc(10.67vw - 4px);
	border-radius: 5.33vw;
}
#contents .button06 a::after {
	right: 4vw;
	width: 1.6vw;
	height: 2.67vw;
}

/* button201 ～ */
#contents .button100 a {
	font-size: 14px;
	line-height: 40px;
	border-radius: 22px;
	width: 240px;
}
#contents .button100 a::after {
	right: 20px;
	width: 6px;
	height: 10px;
}
#contents .button101 {
	margin-top: 25px;
}
#contents .button101 a {
	font-size: 14px;
	line-height: 44px;
	border-radius: 22px;
	width: 240px;
}
#contents .button101 a::after {
	right: 20px;
	width: 6px;
	height: 10px;
}
/* button100 ～ */

/* button201 ～ */
#contents .button201 a {
  font-size: 14px;
	line-height: 44px;
	padding-left: 44px;
	padding-right: 44px;
	border-radius: 22px;
}
#contents .button201 a::after {
  right: 22px;
	width: 6px;
	height: 10px;
}

#contents .button202 a {
	line-height: calc(10.67vw - 4px);
	border-radius: 5.33vw;
}
#contents .button202 a img {
  width: 56vw;
  height: auto;
}

#contents .button203 {
  margin-top: 25px;
  font-size: 14px;
	line-height: 44px;
	padding-left: 44px;
	padding-right: 44px;
	border-radius: 22px;
  margin-left: auto;
  margin-right: auto;
}
/* ～ button201 */

/* banner */
#contents .banner01 li + li {
	margin-top: 20px;
}
#contents .banner01 li img {
	width: 100%;
}
#contents .banner02 {
	margin-top: 15px;
}
#contents .banner02 li {
	margin-top: 10px;
}
#contents .banner02 li img {
	width: 100%;
}
#contents .banner03 {
	text-align: center;
	margin-top: 15px;
}
#contents .banner03 img {
	width: 100%;
}
#contents .banner03 li + li {
	margin-top: 10px;
}

/* list */
#contents .list01 dt {
	font-size: 12px;
	padding-top: 10px;
	line-height: 1.3;
}
#contents .list01 dt span {	
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	top: 20px;
}
#contents .list01 dd {
	font-size: 14px;
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

/* list100～*/
#contents .list100 li {
	list-style-type: decimal;
	font-size: 14px;
	margin: 0 0 5px 4.53vw;
}
#contents .list101 > li {
	padding: 15px 0;
	border-top: 1px solid #d1d1d1;
}
#contents .list101 > li:last-of-type {
	padding-bottom: 0;
}
#contents .list102 > li {
	list-style-type: disc;
}
#contents .list103 > li {
	list-style-type: disc;
}
#contents .list104 {
	margin-bottom: 25px;
	margin-left: 5.33vw;
	margin-right: 5.33vw;
}
#contents .list104 li {
	position: relative;
	margin-left: 1em;
	margin-bottom: 7px;
	font-size: 14px;
}
#contents .list104 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .65em;
	left: -1em;
	width: 4px;
	height: 4px;
	background-color: #024aa9;
}
/* list100～ */

/* list201 */
#contents .list201 li {
  margin-bottom: 5px;
}
/* list201 */

/* itemBlock, item */
contents .item a {
	display: block;
}

/* tab */
#contents .tab01 {
	margin-top: 5.33vw;
}
#contents .tab01 a {
	font-size: 3.73vw;
	line-height: 10.93vw;
	box-shadow: 0px 0.27vw 0.27vw 0px rgba(0, 0, 0, 0.1);
}
#contents .tab01 a.current::after {
	bottom: -4vw;
	border-top: 2vw solid #0945ab;
	border-right: 2vw solid transparent;
	border-bottom: 2vw solid transparent;
	border-left: 2vw solid transparent;
}
#contents .tab02 li:first-child {
	float: left;
}
#contents .tab02 li:last-child {
	float: right;
}
#contents .tab02 a {
	font-size: 3.73vw;
	width: 42.67vw;
	line-height: 10vw;
}
#contents .tab02 a.current::after {
	bottom: -1.2vw;
	border-top: 1.2vw solid #0945ab;
	border-right: 1.2vw solid transparent;
	border-bottom: 1.2vw solid transparent;
	border-left: 1.2vw solid transparent;
}
#contents .tabBlock01 {
	padding: 5.33vw;
}
#contents .tabBlock01-01 {
	margin-top: 4.27vw;
}


/* tab100～ */
#contents .tabBlock100 {
	padding-top: 10px;
	padding-left: 2.67vw;
	padding-right: 2.67vw;
}
#contents .tab100 {
  padding-right: 5.33vw;
}
#contents .tab100 li {
	float: left;
	width: 33.33%;
}
#contents .tab100 li + li {
	margin-left: 2.67vw;
}
#contents .tab100 li:last-child {
	margin-right: -5.33vw;
}
#contents .tab100 li a {
	font-size: 12px;
  line-height: 40px;
}
#contents .tab100 li a span {
	padding-left: 16px;
  background-size: 12px auto;
}
#contents .tabBlock100-01 {
	padding-left: 5.33vw;
	padding-right: 5.33vw;
}
/* tab100～ */



/* tab201～ */
#contents .tabBlock201 {
  padding-top: 10px;
  padding-left: 2.67vw;
  padding-right: 2.67vw;
}
#contents .tab201 {
  padding-right: 5.33vw;
}
#contents .tab201 li,
#contents .tab202 li {
  float: left;
}
#contents .tab201 li {
  width: 33.33%;
}
#contents .tab201 li + li,
#contents .tab202 li + li {
	margin-left: 2.67vw;
}
#contents .tab201 li:last-child {
  margin-right: -5.33vw;
}
#contents .tab201 li a,
#contents .tab202 li a {
  font-size: 12px;
  line-height: 40px;
}
#contents .tab201 li a span,
#contents .tab202 li a span {
  padding-left: 16px;
  background-size: 12px auto;
}
#contents .tabBlock201-01 {
  padding-left: 5.33vw;
  padding-right: 5.33vw;
}

#contents .tabBlock202 {
  margin-top: 20px;
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  padding-bottom: 20px;
  background-color: #ededed;
}
#contents .tabWrapper202 {
  padding-top: 20px;
}
#contents .tab202 {
  padding-right: 2.67vw
}
#contents .tab202 li {
  width: 50%;
}
#contents .tab202 li:last-child {
  margin-right: -2.67vw;
}

#contents .tabBlock202-01 {
  padding: 18px 0 10px;
}

#contents .tab203 {
  width: 200px;
  margin: 0 auto 10px;
}
#contents .tab203 li {
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}
#contents .tab203 li.current {
}
#contents .tab203 li:first-child {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
#contents .tab203 li:last-child {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
/* tab201～ */

/* copyright */
#contents .copyright01 {
	font-size: 8px;
	line-height: 12px;
	margin-bottom: 5px;
}

/* socialList */
#contents .socialList01 {
	font-size: 0;
	text-align: right;
	/*margin-top: 4vw;*/
}
#contents .socialList01 li {
	display: inline-block;
}
#contents .socialList01 li + li {
	margin-left: 10px;
}
#contents .socialList01 li img {
	height: 30px;
}

#contents .socialList01.socialIcon01 li + li {
  margin-left: 5px;
}
#contents .socialList01.socialIcon01 li img {
  height: 25px;
}

/* scheduleBlock */
#contents .scheduleBlock01 {
	margin-top: 15px;
	margin-left: 5.33vw;
	margin-right: 5.33vw;
	padding: 3px;
}
#contents .scheduleBlock01-01 {
	padding: 10px;
}
#contents .scheduleBlock01 .list {
	margin-top: 10px;
}
#contents .scheduleBlock01 .list li {
	font-size: 12px;
	line-height: 26px;
	padding: 5px 1.33vw 5px 3.33vw;
}
#contents .scheduleBlock01 .list li + li {
	margin-top: 6px;
}
#contents .scheduleBlock01 p + p {
	margin-left: 0.5em;
}
#contents .scheduleBlock01 .calendar img {
	height: 26px;
}
#contents .scheduleBlock01 .time::before {
	margin-right: 0.5em;
}
#contents .scheduleBlock01 .notice {
	font-size: 10px;
	margin-top: 10px;
}
#contents .scheduleBlock01 .notice li + li {
	margin-top: 10px;
}
#contents .scheduleBlock01 .notice a {
	text-decoration: underline;
}
#contents .scheduleBlock01 .notice img {
	margin-right: 5px;
}
#contents .scheduleBlock01 .notice img.googleCalendar {
	height: 13px;
}
#contents .scheduleBlock01 .notice img.twitter {
	height: 9px;
}

/* iconList */
#contents .iconList01,
#contents .iconList201 {
	margin-top: 10px;
}
#contents .iconList01 li,
#contents .iconList201 li {
	font-size: 10px;
	line-height: 20px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

/* table */
#contents .table01 {
	margin-top: 20px;
}
#contents .table01 th,
#contents .table01 td {
	padding: 5px 7px;
}
#contents .table01 th {
	width: 70px;
	font-weight: bold;
}
/* table100~ */
#contents .table100 th,
#contents .table100 td {
	padding: 6px 8px;
	display: block;
	font-size: 14px;
	line-height: 1.4;
}
#contents .table100 th {
	font-weight: bold;
}
#contents .table100 td {
	/*padding-bottom: 10px;*/
	margin-bottom: 10px;
}
/*上見出し4カラム*/
#contents .table101 th ,
#contents .table101 td {
	font-size: 14px;
	padding: 6px 7px;
	display: block;
}
#contents .table101 td:first-of-type {
	background-color: #f7f7f7;
	font-weight: bold;
}
#contents .table101 td:last-of-type {
	padding-bottom: 10px;
}
#contents .table101 td span {
	display: block;
}
#contents .table101 a {
	text-decoration: underline;
}
/*上見出し2カラム*/
#contents .table102 th ,
#contents .table102 td {
	font-size: 14px;
	padding: 7px 8px;
	display: block;
}
#contents .table102 td:first-of-type {
	background-color: #f7f7f7;
	font-weight: bold;
}
#contents .table102 td:last-of-type {
	padding-bottom: 10px;
}
#contents .table102 td span {
	display: block;
}
#contents .table102 a {
	text-decoration: underline;
}
#contents .table102 a {
	text-decoration: underline;
}
/*横見出し2カラム*/
#contents .table103 th ,
#contents .table103 td {
	font-size: 14px;
	padding: 7px 8px;
	display: block;
}
#contents .table103 th {
	background-color: #f7f7f7;
}
#contents .table103 td:last-of-type {
	padding-bottom: 10px;
}
#contents .table103 td span {
	display: block;
}
#contents .table103 a {
	text-decoration: underline;
}
/* table100~ */


/* link */
#contents .link01::after,
#contents .link03::after {
	margin-left: 1.33vw;
}
#contents .link01::after {
	width: 5.07vw;
	height: 3.73vw;
}
#contents .link03::after {
	width: 14px;
	height: 11px;
}
#contents .link04 {
	font-size: 0;
	padding: 0 0 10px 5.87vw;
}
#contents .link04 li {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
	margin-right: 4.27vw;
}
#contents .link04 a {
	padding-left: 18px;
	background-size: auto 12px;
}

/* link100～ */
#contents .link100 a {
	text-decoration: underline;
}
/* link100~ */

/* link201～ */
#contents .link201 {
  margin-left: 4.27vw;
  margin-right: 4.27vw;
  margin-bottom: 15px;
}
#contents .link201 + .link201 {
  padding-top: 15px;
}
#contents .link201 dt {
  font-size: 14px;
}
#contents .link201 dd ul li {
  margin-right: 15px;
  font-size: 14px;
}
#contents .link201 dd ul li + li {
  margin-top: 2px;
}
#contents .link201 dd ul li a {
  padding-left: 18px;
	background-size: auto 12px;
}
/* ～link201 */

/* linkPdf100~ */
#contents .linkPdf100::after {
	background-image: url(/images/icon_pdf_01.png);
	content: '';
	margin-left: 10px;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}
/* linkPdf100～ */

/* sideContents */
#contents .sideContents {
	margin-top: 30px;
	margin-left: 5.33vw;
	margin-right: 5.33vw
}
#contents .sideContents {
	padding-bottom: 20px;
}
#contents .sideContents .itemBlock {
	margin-top: 20px;
	padding-right: 4.67vw;
}
#contents .sideContents .item {
	margin-right: 4.67vw;
	width: 50%;
	float: left;
}
#contents .sideContents .item:nth-child(2n) {
	margin-right: -4.67vw;
}
#contents .sideContents .item:nth-child(2n + 1) {
	clear: both;
}
#contents .sideContents .item:nth-child(n + 3) {
	margin-top: 30px;
}
#contents .sideContents .item .title {
	font-size: 11px;
	margin-top: 5px;
	line-height: 1.3;
}
#contents .sideContents .item .featureTitle {
	margin-top: 3px;
	font-size: 14px;
	line-height: 1.3;
}

/* relatedFeature */
#contents .relatedFeature01 {
	padding: 20px 5.33vw;
}
#contents .relatedFeature01 .itemBlock {
	margin-top: 0;
}









/* --------------------------------------------------

	Each Page

-------------------------------------------------- */

/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
/* mainvisual */
#mainvisual .swipeSlideView {
	height: 133.66vw;
}
#mainvisual .item {
	width: 100vw;
}
#mainvisual .movieInfo {
	height: 67vw;
	padding: 7px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#mainvisual .movieInfo .featureTitle {
	font-size: 4.8vw;
	line-height: 8vw;
}
#mainvisual .movieInfo .featureTitle span {
	/*padding-bottom: 0.67vw;*/
	border-bottom-width: 0.7vw;
}
#mainvisual .movieInfo .lead {
	font-size: 3.73vw;
	line-height: 1.25;
	margin-top: 8px;
}
#mainvisual .movieInfo .title {
	font-size: 2.67vw;
	line-height: 1.3;
	margin-top: 8px;
	padding-top: 9px;
}
#mainvisual .movieInfo .button06 {
	margin-top: 8px;
}
#mainvisual .swipeSlideMarker {
	margin-top: 15px;
}
#mainvisual .swipeSlideMarker li {
	width: 10px;
	height: 10px;
}
#mainvisual .swipeSlideMarker li + li {
	margin-left: 4vw;
}
#mainvisual .btnPrev,
#mainvisual .btnNext {
	display: none;
}

/* topNowOnAir */
#contents .topBlock01 {
	padding: 20px 5.33vw 10px;
}
#contents .topNowOnAir .item {
	margin-top: 2vw;
}
#contents .topNowOnAir .item::after {
	content: "";
	display: block;
	clear: both;
}
#contents .topNowOnAir .item .thumbBlock01 {
	width: 42.67vw;
	height: 28.26vw;
	padding-bottom: 0;
	float: left;
}
#contents .topNowOnAir .item:first-child {
	border: 3px solid #0945ab;
}
#contents .topNowOnAir .item:nth-child(n + 2) {
	border: 2px solid #B8B8B8;
}
#contents .topNowOnAir .item:nth-child(n + 2) .thumbBlock01 {
	border-right: 2px solid #B8B8B8;
}
#contents .topNowOnAir .item .schedule {
	font-size: 2.93vw;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 4.8vw;
	padding-left: 1.33vw;
	padding-right: 1.33vw;
}
#contents .topNowOnAir .item .titleBlock {
	font-size: 3.27vw;
	margin-left: 42.67vw;
	padding: 3.33vw;
}
#contents .topNowOnAir .item .title {
	height: 6em;
	overflow: hidden;
	font-weight: bold;
}

/* topNews */
#contents .topNews {
	margin-top: 30px;
}

/* topBannerBlock01 */
#contents .topBannerBlock01 {
	padding: 20px 5.33vw;
}
/* topFeatureBlock */
#contents .topFeatureBlock {
	padding: 30px 5.33vw;
}
#contents .topFeatureBlock .title02 {
	margin-bottom: 20px;
}
#contents .topFeatureBlock .tab201 {
	padding-right: 2.67vw;
}
#contents .topFeatureBlock .tab201 li {
	width: 50%;
}
#contents .topFeatureBlock .tab201 li:last-child {
	margin-right: -2.67vw;
}
#contents .topFeatureBlock .tab201 li + li {
	margin-left: 2.67vw;
}

/* topFeature */
#contents .topFeature {
	padding-top: 20px;
}
#contents .topFeature .itemBlock {
	padding-right: 4.67vw;
}
#contents .topFeature .item {
	float: left;
	width: 50%;
	margin-right: 4.67vw;
}
#contents .topFeature .item:nth-child(2n) {
	margin-right: -4.67vw;
}
#contents .topFeature .item:nth-child(2n + 1) {
	clear: both;
}
#contents .topFeature .item:nth-child(n + 3) {
	margin-top: 25px;
}
#contents .topFeature .item .title {
	font-size: 11px;
	line-height: 1.3;
	margin-top: 5px;
}
#contents .topFeature .item .featureTitle {
	font-size: 14px;
	margin-top: 3px;
	line-height: 1.3;
}

/* topBannerBlock02 */
#contents .topBannerBlock02 {
	padding: 20px 5.33vw;
}
#contents .topBannerBlock02 img {
	width: 100%;
}
/* topBlock02 */
#contents .topBlock02 {
	padding: 30px 5.33vw;
}
#contents .topBlock02-01 {
	background-color: #ffffff;
}
#contents .topNotice {
	padding-left: 4vw;
	padding-right: 4vw;
	padding-bottom: 30px;
	margin-bottom: 15px;
}
#contents .topNotice dl {
/*	height: 93.33vw;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;*/
}
#contents .topBlock02-02 {
}
#contents .topNewMovie {
	padding: 20px 24px;
}

/*topBangerBlock*/
#contents .topBangerBlock {
	padding: 30px 5.33vw;
}
#contents .topBangerBlock .topBangerTitle01 img {
	height: 68px;
}
#contents .topBangerBlock .topBangerTitle02 {
	font-size: 12px;
	margin-top: 15px;
}
#contents .topBangerBlock .itemBlock {
	margin-top: 20px;
}
#contents .topBangerBlock .item {
	padding: 10px;
	background-color: #ffffff;
}
#contents .topBangerBlock .item::after {
	content: "";
	display: block;
	clear: both;
}
#contents .topBangerBlock .item +.item {
	margin-top: 10px;
}
#contents .topBangerBlock .item .thumbBlock01 {
	width: 30.13vw;
	height: 20vw;
	padding-bottom: 0;
	float: left;
}
#contents .topBangerBlock .item .titleBlock {
	margin-left: 33.33vw;
}
#contents .topBangerBlock .item .date {
	font-size: 12px;
	line-height: 1;
}
#contents .topBangerBlock .item .title {
	font-size: 14px;
	margin-top: 5px;
}
#contents .topBangerBlock .topBangerFooter {
	margin-top: 20px;
}
#contents .topBangerBlock .topBangerCopyright01 {
	font-size: 10px;
	text-align: right;
}
#contents .topBangerBlock .topBangerCopyright02 {
	font-size: 10px;
	margin-top: 20px;
}
#contents .topBangerBlock .item .title span {
	text-decoration: underline;
}
#contents .topBangerBlock .item .title span::after {
  width: 20px;
  height: 15px;
}

/* topNews */
#contents .topNews .topNewsList01 {
  margin-bottom: 20px;
}
#contents .topNews .topNewsList01 li {
}
#contents .topNews .topNewsList01 li:last-child {
}
#contents .topNews .topNewsList01 li a {
  padding: 15px 0;
}
#contents .topNews .topNewsList01 li .topNewsThumb {
  width: 29.33vw;
}
#contents .topNews .topNewsList01 li .topNewsTxt {
  margin-left: 32vw;
}
#contents .topNews .topNewsList01 li .topNewsTxt .date {
  font-size: 12px;
}
#contents .topNews .topNewsList01 li .topNewsTxt .title {
  font-size: 14px;
}



/* --------------------------------------------------
	番組一覧
-------------------------------------------------- */
#contents .programList01 {
	padding: 20px 5.33vw 30px;
}
#contents .programList01 .itemBlock {
	margin-top: 15px;
	padding-right: 4.67vw;
}
#contents .programList01 .item {
	float: left;
	width: 50%;
	margin-right: 4.67vw;
}
#contents .programList01 .item:nth-child(2n) {
	margin-right: -4.67vw;
}
#contents .programList01 .item:nth-child(2n + 1) {
	clear: both;
}
#contents .programList01 .item:nth-child(n + 3) {
	margin-top: 25px;
}
#contents .programList01 .featureTitle {
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.3;
}



/* --------------------------------------------------
	番組詳細
-------------------------------------------------- */
/* programDetailHeader */
#contents .programDetailHeader01 {
	margin-bottom: 10px;
}
#contents .programDetailHeader01-01 {
	margin-top: 7px;
	margin-right: 5.33vw;
	margin-left: 5.33vw;
}

/* programDetail */
#contents .programDetail01 {
	margin-top: 25px;
	margin-right: 5.33vw;
	margin-left: 5.33vw;
}
#contents .programDetail01 p,
#contents .programDetail01 ul {
	margin-top: 7px;
}
#contents .programDetail01 .programDetail01-01 {
	margin-top: 25px;
}
#contents .programDetail01 .iconList01, 
#contents .programDetail01 .iconList201 {
	margin-top: 0;
}
#contents .programDetail01 ul.name {
	margin-bottom: 5px;
}

/* relatedLinks */
#contents .relatedLinks01 {
	margin-top: 30px;
	margin-right: 5.33vw;
	margin-left: 5.33vw;
  margin-bottom: 20px;
}
#contents .relatedLinks01 .list {
	font-size: 14px;
	margin-top: 15px;
}
#contents .relatedLinks01 .list li + li {
	margin-top: 15px;
}
#contents .relatedLinks01 .list a {
	text-decoration: underline;
}
#contents .relatedLinks01 .list li:before {
  width: 4px;
  height: 4px;
}



/* --------------------------------------------------
	プレゼント一覧
-------------------------------------------------- */
/*プレゼント一覧*/
.presentList01 {
	margin-top: 15px;
}
.presentList01 li {
	margin: 0 5.33vw 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.presentList01 li:last-of-type {
	margin-bottom: 0;
}
.presentList01 .item {
	width: 29.33vw;
	float: left;
}
.presentList01 .presentInfo {
	float: right;
	width: 55.53vw;
}
.presentList01 li a::after {
	content: "";
	display: block;
	clear: both;
}
.presentInfoPeriod {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #024aa9;
}
.presentList01 .presentInfo .icon100 {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #044297;
	font-size: 10px;
	padding: 3px 10px;
	line-height: 1;
}
.presentList01 .presentInfo time {
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin: 5px 0 0 0;
}
.presentList01 .presentInfo p {
	font-size: 12px;
	word-break: break-all;
	word-wrap: break-word;
}


/* --------------------------------------------------
	特集詳細 /special/detail/
-------------------------------------------------- */
#contents .programDetailHeader01.recommendDetailHeader01 {}
#contents .programDetailHeader01.recommendDetailHeader01 .title05 {
	line-height: 1.2;
	padding: 14px 5.33vw 10px;
}
#contents .programDetailHeader01.recommendDetailHeader01 .recommendTtl01 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
	width: 60px;
	text-align: center;
	font-size: 11px;
	border: 1px solid #ffffff;
	padding: 2px 3px;
}

#contents .specialDetail01 {
  /*margin-left: 5.33vw;
  margin-right: 5.33vw;*/
  margin-top: 10px;
}
#contents .specialDetail02 {
  margin-top: 25px;
  margin-left: 5.33vw;
  margin-right: 5.33vw;
}

#contents .specialDetail02 .itemBlock {
}
#contents .specialDetail02 .item {
  margin-bottom: 25px;
}
#contents .specialDetail02 .item:last-child {
  margin-bottom: 0;
}
#contents .specialDetail02 .item .title {
  font-size: 16px;
  font-weight: bold;
  color: #024aa9;
  margin-top: 10px;
	line-height: 1.3;
}
#contents .specialDetail02 .item .caption {
  font-size: 14px;
  margin-top: 7px;
	line-height: 1.3;
}

#contents .specialDetail03 {
  margin-top: 25px;
}

#contents .specialDetail04 {
  padding-top: 5.33vw;
  margin-top: 25px;
}

/* --------------------------------------------------
	プレゼント詳細
-------------------------------------------------- */
#contents .presentDetailHeader01 {
	margin-bottom: 10px;
}
#contents .presentDetailHeader01 .title203 {
	margin-bottom: 0;
	margin-top: 0;
}
#contents .presentDetailHeader01 .programDetailHeader01-01 {
	margin-bottom: 15px;
}
#contents .presentDetail01 {
  margin-left: 5.33vw;
  margin-right: 5.33vw;
  margin-bottom: 15px;
}
#contents .presentImg01 {
  text-align: center;
  margin-bottom: 10px;
}

#contents .presentImg02 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

#contents .presentImg01 .thumb {
  background-color: #ffffff;
}

#contents .presentImg02 .presentItem01 {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin: 0 4px;
}
#contents .presentImg02 .active.presentItem01 {
  background-color: #00a0e9;
}
#contents .presentImg02 .presentItem01 .thumbBlock01 {
  display: none;
}

#contents .presentDetailTxt01 {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #27313e;
  color: #ffffff;
  padding: 10px;
  margin-left: 5.33vw;
  margin-right: 5.33vw;
  margin-bottom: 15px;
}
#contents .presentDetailTxt01 span {
  display: block;
}

#contents .presentDetail02 {
  margin-bottom: 25px;
}

#contents .presentDetailBtn01 {
  margin-bottom: 30px;
}
#contents .presentDetailBtn01 .button02 a,
#contents .presentDetailBtn01 .button203 {
  width: 160px;
}

#contents .presentDetailCopy {
  font-size: 11px;
  margin-bottom: 7px;
	text-align: center;
}

/* --------------------------------------------------
	サイドバー　プレゼント一覧
-------------------------------------------------- */
#contents .sideContents .sidePresentList01 {
  margin-top: 20px;
}
#contents .sideContents .sidePresentList01 .itemBlock {
  padding-right: 0;
}
#contents .sideContents .sidePresentList01 .itemBlock li {
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
#contents .sideContents .sidePresentList01 .itemBlock li:last-child {
  margin-bottom: 0
}
#contents .sideContents .sidePresentList01 .itemBlock li a::after {
  content: "";
  display: block;
  clear: both;
}
#contents .sideContents .sidePresentList01 .itemBlock li .item {
  width: 29.33vw;
	margin-right: 0;
}
#contents .sideContents .sidePresentList01 .title {
  text-decoration: underline;
  font-size: 14px;
	margin-left: 32vw;
}

/* --------------------------------------------------
	サイドバー　ニュース一覧
-------------------------------------------------- */
#contents .sideContents .sideNewsList01 {
  margin-top: 20px;
}
#contents .sideContents .sideNewsList01 .itemBlock li {
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
#contents .sideContents .sideNewsList01 .itemBlock li:last-child {
  margin-bottom: 0
}
#contents .sideContents .sideNewsList01 .itemBlock li a::after {
  content: "";
  display: block;
  clear: both;
}
#contents .sideContents .sideNewsList01 .itemBlock li .item {
  width: 29.33vw;
}
#contents .sideContents .sideNewsList01 .title {
  text-decoration: underline;
  font-size: 14px;
}
#contents .sideContents .sideNewsList01 .date {
  font-size: 12px;
  color: #888888;
  margin-top: 5px;
}


/* --------------------------------------------------
	ニュース詳細
-------------------------------------------------- */
/*ニュース詳細*/
#contents .infoDetailHeader01 {
	/*margin: 25px 5.33vw 18px;*/
	margin: 0 5.33vw 18px;
	padding: 10px 0 15px;
	/*border-top: 2px solid #024aa9;*/
	border-bottom: 1px solid #e6e6e6;
}
#contents .infoDetailHeaderInner01 {
	margin-bottom: 12px;
}
#contents .infoDetailHeaderInner01::after {
	content: "";
	display: block;
	clear: both;
}
#contents .infoDetailHeaderInner01 .icon100 {
	background-color: #feed00;
	color: #044297;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-left: 2vw;
	padding-right: 2vw;
	display: block;
	width: 15.47vw;
	float: left;
}
#contents .infoDetailHeaderInner01 .date100 {
	color: #888888;
	line-height: 21px;
	float: right;
}
#contents .infoDetail01 {
	margin-top: 15px!important;
}
#contents .infoDetail02 {
	margin-top: 30px;
}



/* --------------------------------------------------
	サイドバー　BANGER!!!
-------------------------------------------------- */
#contents .sideContents .sideBangerList01 {
  margin-top: 12px;
}
#contents .sideContents .sideBangerList01 .itemBlock {
	margin-top: 0!important;
	padding-right: 0!important;
}
#contents .sideContents .sideBangerList01 .itemBlock li {
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
#contents .sideContents .sideBangerList01 .itemBlock li:last-child {
  margin-bottom: 0
}
#contents .sideContents .sideBangerList01 .itemBlock li a::after {
  content: "";
  display: block;
  clear: both;
}
#contents .sideContents .sideBangerList01 .itemBlock li .item {
  width: 29.33vw;
  margin-right: 0;
}
#contents .sideContents .sideBangerList01 .title {
  text-decoration: underline;
  font-size: 14px;
  margin-left: 32vw;
	line-height: 1.3;
}
#contents .sideContents .sideBangerList01 ul li .title span {
  top: 5px;
}
#contents .sideContents .sideBangerList01 ul li .title span::after {
  width: 20px;
  height: 15px;
  margin-left: 5px;
}
#contents .sideContents .sideBangerList01 .date {
  font-size: 11px;
  color: #888888;
  margin-left: 32vw;
	line-height: 1;
}
#contents .sideContents .sideBangerList01 .copy {
	font-size: 10px;
	color: #c9c9c9;
	margin-top: 10px;
	line-height: 1.1;
	/*margin-left: 32vw;*/
	clear: both;
}
#contents .sideContents .sideBangerList02 {
	margin-top: 4vw;
}

/* --------------------------------------------------
	サイドバー　新着情報
-------------------------------------------------- */
#contents .sideContents .sideNewList01 {
  margin-top: 20px;
}
#contents .sideContents .sideNewList01 .itemBlock li {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
#contents .sideContents .sideNewList01 .itemBlock li:last-child {
  margin-bottom: 0
}
#contents .sideContents .sideNewList01 .itemBlock li a::after {
  content: "";
  display: block;
  clear: both;
}
#contents .sideContents .sideNewList01 ul li a {
  display: block;
}
#contents .sideContents .sideNewList01 ul li a::after {
  content: "";
  display: block;
  clear: both;
}
#contents .sideContents .sideNewList01 .itemBlock li .item {
	float: left;
  width: 29.33vw;
  margin-right: 0;
}
#contents .sideContents .sideNewList01 .title {
  text-decoration: underline;
  font-size: 14px;
  margin-left: 32vw;
}
#contents .sideContents .sideNewList01 .date {
  font-size: 12px;
  color: #888888;
  margin-top: 5px;
  margin-left: 32vw;
}

/* --------------------------------------------------
	特集一覧
-------------------------------------------------- */
#contents .specialTop01 {
  padding-top: 20px;
}

#contents .specialTop01 .itemBlock01 {}
#contents .specialTop01 .itemBlock01 .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
#contents .specialTop01 .itemBlock01 .item::after {
  content: "";
	display: block;
	clear: both;
}
#contents .specialTop01 .itemBlock01 .specialThumb01 {
}
#contents .specialTop01 .specialTxt01 {
  margin-top: 5px;
  font-size: 11px;
	line-height: 1.3;
}

#contents .specialTop01 .itemBlock01 .specialTtl01 {
  color: #009deb;
  font-size: 16px;
  font-weight: bold;
	margin-top: 3px;
	line-height: 1.3;
}
.specialTop01 .itemBlock01 .specialInfo01 .specialTxt02 {
  margin-top: 20px;
  font-size: 14px;
}

#contents .specialTop02 {
  margin-left: 5.33vw;
  margin-right: 5.33vw;
	margin-bottom: 30px
}
#contents .specialTop02 .itemBlock01 {
  padding-right: 4.67vw;
}
#contents .specialTop02 .itemBlock01::after {
	content: "";
	display: block;
	clear: both;
}
#contents .specialTop02 .item {
  float: left;
  width: 50%;
  margin-right: 4.67vw;
}
#contents .specialTop02 .item:nth-child(2n) {
  margin-right: -4.67vw;
}
#contents .specialTop02 .item:nth-child(n+3) {
  margin-top: 25px;
}
#contents .specialTop02 .specialTtl02 {
  font-size: 11px;
	margin-top: 5px;
	line-height: 1.3;
}
#contents .specialTop02 .specialTtl03 {
  color: #009deb;
  font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.3;
}

/* --------------------------------------------------
	特集動画
-------------------------------------------------- */
#contents .specialMovie01 {
  padding-top: 20px;
  margin-bottom: 20px;
}
#contents .specialMovie01 .itemBlock {
}
#contents .specialMovie01 .itemBlock .item {
}
#contents .specialMovie01 .itemBlock .item:first-child {
  margin-bottom: 20px;
}
#contents .specialMovie01 .itemBlock .item:last-child {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
#contents .specialMovie01 .itemBlock .item:nth-child(2n) {
}
#contents .specialMovie01 .itemBlock .item:nth-child(2n+1) {
}
#contents .specialMovie01 .movieTxt01 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

#contents .specialMovie02 {
  margin-left: 5.33vw;
  margin-right: 5.33vw;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
#contents .specialMovie02 .itemBlock {
  padding-right: 4.67vw;
}
#contents .specialMovie02 .item {
  float: left;
  width: 50%;
  margin-right: 4.67vw;
}
#contents .specialMovie02 .item:nth-child(2n) {
  margin-right: -4.67vw;
}
#contents .specialMovie02 .item:nth-child(2n+1) {
	clear: both;
}
#contents .specialMovie02 .item:nth-child(n+3) {
  margin-top: 30px;
}
#contents .specialMovie02 .movieTxt02 {
  font-weight: bold;
  margin-top: 5px;
	line-height: 1.3;
}

#contents .specialMovie03 {
  text-align: center;
  margin-left: 5.33vw;
  margin-right: 5.33vw;
	margin-bottom: 30px;
}
#contents .specialMovie03 img {
  max-width: 100%;
  height: auto;
}



/* --------------------------------------------------
	ニュース一覧
-------------------------------------------------- */
#contents .infoTop01 {
	padding-top: 20px;
}
/*タブ一覧*/
#contents .infoTop01 .itemBlock01 {}
#contents .infoTop01 .itemBlock01 .item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
#contents .infoTop01 .itemBlock01 .item::after {
	content: "";
	display: block;
	clear: both;
}
#contents .infoTop01 .itemBlock01 .item:last-of-type {
	margin-bottom: 0;
}
/*ニュース一覧*/
#contents .infoTop01 .itemBlock {
	margin-right: 4.67vw;
}
#contents .infoTop01 .itemBlock li {
	float: left;
	width: 50%;
	margin: 25px 4.67vw 0 0;
}
#contents .infoTop01 .itemBlock li:first-of-type ,
#contents .infoTop01 .itemBlock li:nth-of-type(2) {
	margin-top: 0;
}
#contents .programList01 .item:nth-child(2n + 1) {
	clear: both;
}
#contents .infoTop01 .itemBlock li:nth-of-type(2n) {
	margin-right: -4.67vw;
}
#contents .infoTop01 .title {
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.3;
}
#contents .infoTop01 .date {
	font-size: 12px;
	color: #888888;
	margin: 5px 0;
	line-height: 1.3;
}
#contents .infoTop02 {
	margin-top: 9.07vw;
}
/*ページネーション*/
#contents .pagination {
	text-align: center;
	margin-top: 8vw;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#contents .pagination li {
	background: #FFF;
	color: #0945ab;
	font-size: 12px;
	margin-right: 4px;
	padding: 0;
	border: 2px solid #e6e6e6;
}
#contents .pagination li:last-of-type {
	margin-right: 0;
}
#contents .pagination li span {
	font-weight: bold;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents .pagination li:first-of-type span ,
#contents .pagination li:nth-of-type(2) span ,
#contents .pagination li:last-of-type span ,
#contents .pagination li:nth-last-of-type(2) span {
	font-weight: normal;
}
#contents .pagination li.brokenLink {
	background: #e6e6e6;
	color: #888;
	border: 2px solid #e6e6e6;
}
#contents .pagination li.current {
	background: #0945ab;
	color: #FFF;
	border: 2px solid #0945ab;
}
#contents .pagination li.pcOnly {
	display: none !important;
}

/* --------------------------------------------------
	会社概要
-------------------------------------------------- */
#contents .corporateTop01,
#contents .corporateTop02 {
	margin-top: 30px;
	padding: 0 5.33vw;
}
#contents .corporateTop01 dl {
	margin-bottom: 5px;
}
#contents .corporateTop01 dl:last-of-type {
	margin-bottom: 0;
}
#contents .corporateTop01 dt {
	width: 75px;
	display: inline-block;
	vertical-align: middle;
	/*border: 1px solid #CCC;*/
}
#contents .corporateTop01 dd {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
#contents .corporateTop01 dd a {
	text-decoration: underline;
}
#contents .corporateTop02 {
	margin-bottom: 20px;
	font-size: 14px;
}
#contents .corporateTop02 .title102 {
	margin-bottom: 10px;
}
#contents .corporateTop02 .table100 {
	margin-top: 20px;
}

/* --------------------------------------------------
	404 not found
-------------------------------------------------- */
#contents .wrapperNotfound01 {
  padding-top: 20px;
  padding-bottom: 60px;
}

#contents .wrapperNotfound01 h2 {
  font-size: 16px;
  margin-bottom: 20px;
}
#contents .wrapperNotfound01 h2 span {
}

#contents .wrapperNotfound01 h3 {
  margin-bottom: 30px;
}
#contents .wrapperNotfound01 h3 span {
  font-size: 24px;
  padding-bottom: 13px;
}

#contents .wrapperNotfound01 .txtNotfound01 {
  font-size: 14px;
  margin-bottom: 40px;
}

/* --------------------------------------------------
	個人情報保護ポリシー
-------------------------------------------------- */
#contents .corporatePrivacyTop01 {
	padding: 25px 5.33vw 30px;
}
#contents .privacyDetail {
	margin-top: 12px;
}
#contents .corporatePrivacyTop01 .title104 {
  margin-top: 30px;
}
#contents .privacyDetail .title105 {
	font-size: 14px;
	margin-top: 15px;
}
#contents .privacyDetail table {
	margin: 10px 0 15px;
}
#contents .privacyDetail p {
	font-size: 14px;
	margin-bottom: 15px;
}
#contents .privacyKihon {
  margin-bottom: 40px;
}
#contents .privacyKitei {}
#contents .privacyDetail .from {
	text-align: right;
	margin: 5.33vw 0 6.67vw;
}
#contents .privacyKihon .privacyDetail .from {
	font-weight: bold;
	font-size: 14px;
}
#contents .privacyMark {
	font-size: 14px;
	border: 1px solid #d1d1d1;
	margin: 20px 0 0;
	padding: 10px 5.33vw;
}
#contents .privacyMark figure {
	width: 75px;
	margin: 0 auto 8px
}
.privacyKiteiDetail {
	margin-top: 20px;
}
#contents .privacyKiteiDetail .list102 {
	margin: 0 0 0 5.07vw;
}
#contents .privacyKiteiDetail .title105 {
	margin: 20px 0 0;
}
#contents .privacyKiteiDetail p:last-of-type {
	margin-bottom: 0;
}
#contents .privacyKiteiDetail dd {
}
#contents .privacyKiteiDetail dd .title106 {
	font-size: 14px;
	margin-top: 15px;
  font-weight: bold;
}
#contents .privacyKiteiDetail dd a {
	text-decoration: underline;
}
#contents .privacyKiteiDetail dd ul li,
#contents .privacyKiteiDetail ol.list101 li dl {
	font-size: 14px;
}
#contents .privacyKiteiDetail li:nth-of-type(8) dl {
	margin: 15px 0;
}
#contents .privacyDetail .attTxt {
	text-indent: -1em;
	padding-left: 1em;
}
#contents .privacyKiteiDetail .list101 li .title104 {
  margin-top: 0;
}

/* --------------------------------------------------
	メルマガ利用規約
-------------------------------------------------- */
#contents .kiyaku01 {
  padding: 25px 5.33vw 40px;
}
#contents .kiyaku01 .title104 {
  margin-top: 30px;
  margin-bottom: 5px;
}
#contents .kiyaku01 ol li ul {
  margin-top: 10px;
}
#contents .kiyaku01 ol li ul li {
  margin-left: 0;
}
#contents .kiyaku01 p {
  margin-bottom: 15px;
}
#contents .kiyaku01 .kiyakuTxt01 {
  margin-top: 30px;
  margin-bottom: 0;
}

/* --------------------------------------------------
	お問い合わせ/リクエスト
-------------------------------------------------- */
#contents .corporateContactTop01 {
	margin-top: 25px;
	
}
#contents .contactBlock01 {
	margin-bottom: 30px;
}
#contents .contactBlock02 {
	margin-bottom: 40px;
}
#contents .contactDetail {
	margin: 15px 5.33vw 0;
}
#contents .customercenter {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	border: 2px solid #0945ab;
}
#contents .customercenterHeader {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	background-color: #0945ab;
}
#contents .customercenterDetail ul {
	margin: 15px 3.07vw;
}
#contents .customercenterDetail li {
	text-align: center;
	display: table;
	margin-bottom: 12px;
}
#contents .customercenterDetail li:last-of-type {
	margin-bottom: 0;
}
#contents .customercenterDetail li p {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
#contents .customercenterDetail li p .icon102 {
	background-color: #0945ab;
	color: #FFF;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	width: 68px;
	margin-right: 10px;
	display: block;
}
#contents .customercenterDetail li.tel img {
	width: 32px;
	height: auto;
	vertical-align: middle;
}
#contents .customercenterDetail li.tel a {
	color: #0945ab;
}
#contents .customercenterDetail li.tel p:nth-of-type(2) span{
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 10px;
}
#contents .customercenterDetail li.time p:nth-of-type(2) {
	font-size: 17px;
	font-weight: bold;
}

/* --------------------------------------------------
	番組表
-------------------------------------------------- */
/* timetableNavi */
#contents .timetableNavi {}

/* timetableNaviList */
#contents .timetableNaviList {
	margin: 20px 5.33vw;
	padding: 10px;
	background-image: -webkit-linear-gradient(-50deg, #103fad 0%, #009aed 100%);
	background-image: -moz-linear-gradient(-50deg, #103fad 0%, #009aed 100%);
	background-image: -o-linear-gradient(-50deg, #103fad 0%, #009aed 100%);
	background-image: linear-gradient(140deg, #103fad 0%, #009aed 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .timetableNaviList li {
	background-color: #ffffff;
}
#contents .timetableNaviList li + li {
	margin-top: 10px;
}
#contents .timetableNaviList a {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	display: block;
	position: relative;
	transition: opacity 0.1s;
	
}
#contents .timetableNaviList a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 6px;
	height: 8px;
	margin-top: auto;
	margin-bottom: auto;
 	background-image: url("/images/arrow_04.png");
	background-size: contain;
}
#contents .timetableNaviList .timetableNavi01 a {
	line-height: 40px;
 	background-image: url("/images/icon_pdf_04.png");
	background-position: 10px center;
	background-size: 22px auto;
}
#contents .timetableNaviList .timetableNavi02 a {
 	background-image: url("/images/icon_01.png");
	background-position: 15px center;
	background-size: 15px auto;
}
#contents .timetableNaviList .timetableNavi03 a {
 	background-image: url("/images/btn_navi_sns_03.png");
	background-position: 15px center;
	background-size: 18px auto;
}
#contents .timetableNaviList .timetableNavi04 a {
 	background-image: url("/images/icon_recommend_01.png");
	background-position: 14px center;
	background-size: 17px auto;
}
#contents .timetableNaviList .description {
	font-size: 11px;
	padding: 10px 0;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px solid #e6e6e6;
	background-color: #ffffff;
}
#contents .timetableNaviList .description span {
	background: linear-gradient(transparent 60%, #fee81d 60%)!important;
}

#contents .spTimetable01 {
	background-color: #024aa9;
	color: #ffffff;
	text-align: center;
	height: 60px;
}
#contents .spTimetable01 td:first-child,
#contents .spTimetable01 td:last-child,
#contents .spTimetable02 th {
	width: 69px;
}
#contents .spTimetable01 td:nth-child(2) {
	border-left: 1px solid #4e81c3;
	border-right: 1px solid #4e81c3;
	font-weight: bold;
	font-size: 14px;
	line-height: 60px;
}
#contents .spTimetable01 td:nth-child(2) p {
	line-height: 60px;
	font-size: 3.73vw;
}
#contents .spTimetable01 td:nth-child(2) p .calendarSwt {
	display: inline-block;
	width: 22px;
	height: 23px;
	background-image: url("/images/sp/icon_calendar_01.png");
	background-size: 22px auto;
	background-position: center bottom;
	vertical-align: text-bottom;
}
#contents .spTimetable01 td:nth-child(2) span.month,
#contents .spTimetable01 td:nth-child(2) span.date {
	font-size: 5.07vw;
}
#contents .spTimetable01 .btnPrev a,
#contents .spTimetable01 .btnNext a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#contents .spTimetable01 .btnPrev a span,
#contents .spTimetable01 .btnNext a span {
	position: relative;
	display: block;
	top: 50%;
	font-size: 14px;
}
#contents .spTimetable01 .btnPrev a::after,
#contents .spTimetable01 .btnNext a::after {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -4px;
	width: 9px;
	height: 14px;
	background-size: auto 14px;
}
#contents .spTimetable01 .btnPrev a::after {
	background-image: url("/images/sp/arrow_03.png");
}
#contents .spTimetable01 .btnNext a::after {
	background-image: url("/images/sp/arrow_04.png");
}

#contents .spTimetable02 {
	font-size: 12px;
}
#contents .spTimetable02 tr {
	border-bottom: 1px solid #e6e6e6;
}
#contents .spTimetable02 th {
	font-size: 12px;
	text-align: center;
	background-color: #f7f7f7;
	border-right: 1px solid #c2c2c2;
}
#contents .spTimetable02 td {
	font-size: 12px;
	padding: 8px;
	font-weight: bold;
}
#contents .spTimetable02 td a {
	position: relative;
	display: block;
	padding-right: 20px;
	overflow: hidden;
	zoom: 1;
}
#contents .spTimetable02 td a::after {
	content: "";
	display: block;
	width: 6px;
	height: 9px;
	background-image: url("/images/sp/arrow_05.png");
	background-size: 6px auto;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
}
#contents .spTimetable02 td .spTimetableThumb {
	float: left;
	width: 16vw;
}
#contents .spTimetable02 td .title {
	margin-left: 18.67vw;
}

/* timetableBlock */
#contents .timetableBlock th {
	width: 50px;
}
#contents .timetableBlock .weekly {
	min-width: 940px;
}
#contents .timetableBlock .weekly td {
	width: 120px;
}
#contents .timetableBlock th:last-child {
	border-right: none;
}
#contents .timetableBlock th:first-child {
	border-left: none;
}
#contents .timetableBlock .fixed {
	position: fixed;
	top: 51px;
	left: 0;
	z-index: 1000;
	transition: top 0.5s;
}
.scrollingDown #contents .timetableBlock .fixed {
	top: 0px;
}

/* timetableNavi01 */
#contents .timetableNavi01 {
	font-size: 0;
	text-align: center;
	background-color: #ededed;
	padding-top: 24px;
	padding-bottom: 24px;
}
#contents .timetableNavi01 li {
	display: inline-block;
}
#contents .timetableNavi01 li + li {
	margin-left: 10px;
}
#contents .timetableNavi01 li a {
	color: #024aa9;
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	border-width: 2px;
	border-color: #024aa9;
	border-style: solid;
	background-color: #ffffff;
	border-radius: 8px;
}
#contents .timetableNavi01 li a.current {
	color: #fff;
	background-color: #024aa9;
}
#contents .timetableNavi01 li a.pdf {
	padding-left: 30px;
	padding-right: 25px;
	background-image: url("/images/icon_pdf_03.png");
	background-size: 13px 13px;
	background-position: 15px center;
}

/* timetableDate */
#contents .timetableDate {
	height: 60px;
}
#contents .timetableScroller {
	width: 100%;
	overflow-x: auto;
}
#contents .timetableScroller.easing {
	-webkit-overflow-scrolling: touch;
}
#contents .timetableDate .daily {
	min-width: calc(33.33vw * 7);
}
#contents .timetableDate th,
#contents .timetableDate td {
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background-color: #fff;
}
#contents .timetableDate .daily th,
#contents .timetableDate .daily td {
	width: 29vw;
}
#contents .timetableDate a {
	display: block;
	line-height: 58px;
}
#contents .timetableDate a.btnPrev,
#contents .timetableDate a.btnNext {
	text-indent: -9999px;
	background-position: center center;
	background-size: 10px 17px;
}
#contents .timetableDate a.btnPrev {
	background-image: url("/images/arrow_12_l.png");
}
#contents .timetableDate a.btnNext {
	background-image: url("/images/arrow_12_r.png");
}
#contents .timetableDate .date {
	font-size: 18px;
	height: 60px;
}
#contents .timetableDate .sat {
	background-color: #dcf3fe;
}
#contents .timetableDate .sun {
	background-color: #ffe4e4;
}
#contents .timetableDate .current {
	color: #ffffff;
}

/* timetableBody */
#contents .timetableBody {
}
#contents .timetableBody th {
	font-size: 10px;
	height: 70px;
}
#contents .timetableBody .weekly td {
	padding: 8px;
}
#contents .timetableBody .daily td {
	padding: 15px;
}
#contents .timetableBody .time {
	font-size: 10px;
	margin-top: 8px;
}
#contents .timetableBody .title {
	margin-top: 5px;
}
#contents .timetableBody .description {
	color: #333333;
}
#contents .timetableBody .weekly .description {
	font-size: 12px;
	margin-top: 5px;
}
#contents .timetableBody .daily .description {
	margin-right: 25px;
}
#contents .timetableBody dl {
	color: #333333;
}
#contents .timetableBody .info dl {
}
#contents .timetableBody dt {
	font-weight: bold;
	float: left;
}
#contents .timetableBody .info {
	position: relative;
	padding-left: calc(16vw + 15px);
}
#contents .timetableBody .info .programAccordionSw {
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	transition: transform 0.3s;
	background-image: url(/images/arrow_11.png);
	background-size: contain;
}
#contents .timetableBody .info .programAccordionSw.open {
	transform: rotate(180deg);
}
#contents .timetableBody .programAccordionBody {
	margin-top: 20px;
	display: none;
}

/* daily */
#contents .timetableBody .daily .thumbBlock01 {
	float: left;
	width: 16vw;
	height: 10.666vw;
	padding-bottom: 0;
}
#contents .timetableBody .daily .title {
	font-size: 16px;
}
#contents .timetableBody .daily .info::after {
	content: "";
	display: block;
	clear: both;
}

/* --------------------------------------------------
	メルマガ登録
-------------------------------------------------- */
#contents .magazineTop01 {
	margin-top: 25px;
	padding: 0 5.33vw
}
#contents .magazineReg .magazineRegHeader .title110 {
    font-size: 5.33vw;
}
#contents .magazineReg .button101 {
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 16px 0;
	/*border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;*/
}
#contents .magazineReg .list104 {
	margin-left: 0;
	margin-right: 0;
}
#contents .magazineSample {
	margin: 0 4.8vw;
}
#contents .magazineSample img {
	width: 100%;
	border: 1px solid #a8a8a8;
}
#contents .magazineTop02 {
	margin: 40px 0 50px;
	
}
#contents .magazineTop02 .buttonBlock {
	text-align: center;
	margin-top: 20px;
	padding: 0 5.33vw;
}
#contents .magazineTop02 .buttonBlock .buttonChange p:last-of-type ,
#contents .magazineTop02 .buttonBlock .buttonDeregistration p:last-of-type {
	margin-top: 18px;
	font-size: 14px;
}
#contents .magazineTop02 .buttonBlock .buttonChange {
	margin-bottom: 30px;
}

/* --------------------------------------------------
	会社概要系のフッターリンク
-------------------------------------------------- */
#contents .linkList01 {
	margin-top: 30px;
	margin-bottom: 30px;
}
#contents .linkList01 ul {
	margin-left: 5.33vw;
	margin-right: 5.33vw;
}
#contents .linkList01 ul li {
	font-size: 14px;
	border-top: 1px solid #d1d1d1;
	padding:  10px 12px;
}
#contents .linkList01 ul li:last-child {
	border-bottom: 1px solid #d1d1d1;
}
#contents .linkList01 ul li a {
	background-size: 4px auto;
}

/* --------------------------------------------------
	よくある質問
-------------------------------------------------- */
#contents .faqContent01 .title100 {
	margin-bottom: 20px;
}
#contents .faqContent01 .title109 {
}
#contents .faqContent01 .faq01 {
	margin-bottom: 30px;
}

#contents .faqContent01 .faqList01 {
	margin-left: 5.33vw;
	margin-right: 5.33vw;
}
#contents .faqContent01 .faqList01 dt,
#contents .faqContent01 .faqList01 dd {
	padding-left: 35px;
	background-size: 25px auto;
}
#contents .faqContent01 .faqList01 dt {
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 35px;
	background-position: left 0.8em;
}
#contents .faqContent01 .faqList01 dd {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 20px;
}
#contents .faqContent01 .faqList01 dt::after {
	top: 50%;
	margin-top: -4px;
	right: 10px;
	width: 14px;
	height: 8px;
}

/* --------------------------------------------------
	プレゼント　0件表示の時
-------------------------------------------------- */
#contents .presentList01 .presentClose01,
#contents .presentClose02 {
	font-size: 15px;
	margin-left: 5.33vw;
	margin-right: 5.33vw;
	margin-top: 40px;
	margin-bottom: 40px;
}
#contents .presentClose02 {
	margin-top: 60px;
	margin-bottom: 60px;
}

/* --------------------------------------------------
	ムービープラスとは
-------------------------------------------------- */
#howTo #contents {
	font-size: 14px;
}

#howTo #contents .howToArrow01 img {
	width: 124px;
	height: auto;
}

/* ムービープラスとは h2 */
#howTo #contents .howToBlock01 .howToTtl01,
#howTo #contents .howToBlock03 .howToTtl03,
#howTo #contents .howToBlock09 .howToTtl05,
#howTo #contents .howToBlock10 .howToTtl08 {
	font-size: 24px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock01 .howToTtl01 span::before,
#howTo #contents .howToBlock01 .howToTtl01 span::after,
#howTo #contents .howToBlock03 .howToTtl03 span::before,
#howTo #contents .howToBlock03 .howToTtl03 span::after,
#howTo #contents .howToBlock09 .howToTtl05 span::before,
#howTo #contents .howToBlock09 .howToTtl05 span::after,
#howTo #contents .howToBlock10 .howToTtl08 span::before,
#howTo #contents .howToBlock10 .howToTtl08 span::after {
	width: 30px;
	height: 3px;
}
#howTo #contents .howToBlock01 .howToTtl01 span::before,
#howTo #contents .howToBlock03 .howToTtl03 span::before,
#howTo #contents .howToBlock09 .howToTtl05 span::before,
#howTo #contents .howToBlock10 .howToTtl08 span::before {
	left: -1.5em;
}
#howTo #contents .howToBlock01 .howToTtl01 span::after,
#howTo #contents .howToBlock03 .howToTtl03 span::after,
#howTo #contents .howToBlock09 .howToTtl05 span::after,
#howTo #contents .howToBlock10 .howToTtl08 span::after {
	right: -1.5em;
}

/* ムービープラスとは お申し込みはこちら系 */
#howTo #contents .howToTtl04 {
	font-size: 20px;
	margin-bottom: 14px;
}

/* 問合せ先　共通 */
#howTo #contents .howToBox01 {}
#howTo #contents .howToBox01 dt {
	font-size: 16px;
	padding: 10px 0;
}
#howTo #contents .howToBox01 dd {
	padding: 20px;
}
#howTo #contents .howToBox01 dd .tel01 {
	font-size: 24px;
}
#howTo #contents .howToBox01 dd .tel01 img {
	margin-right: 10px;
	width: 34px;
}
#howTo #contents .howToBox01 dd .tel01 span {
	display: block;
	font-size: 14px;
	margin-top: 20px;
}

/* 地域のセレクトボックスエリア　共通 */
#howTo #contents .jcomArea01,
#howTo #contents .cableArea01,
#howTo #contents .areaBlock02 {
}
#howTo #contents .jcomArea01 {
	padding: 25px 0;
}
#howTo #contents .jcomArea01 dl {
	text-align: center;
}
#howTo #contents .jcomArea01 dl dt {
	font-weight: bold;
	margin-bottom: 15px;
}
#howTo #contents .jcomArea01 dl dd {
	display: block;
}
#howTo #contents .jcomArea01 dl dd,
#howTo #contents .cableArea01 .cableSelect {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#howTo #contents .jcomArea01 select,
#howTo #contents .cableArea01 select {
	padding: 8px 38px 8px 18px;
}
#howTo #contents .jcomArea01 select::-ms-expand,
#howTo #contents .cableArea01 select::-ms-expand {
	display: none;
}
#howTo #contents .jcomArea01 dl dd::before,
#howTo #contents .cableArea01 .cableSelect::before {
	position: absolute;
	top: 0.9em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #222222;
	pointer-events: none;
}
#howTo #contents .jcomArea01 p a {
	font-size: 14px;
}

#howTo #contents .areaBlock02 {
	margin-bottom: 40px;
	text-align: left;
}
#howTo #contents .areaBlock02 dt {
	font-weight: bold;
	color: #0945ab;
	font-size: 18px;
	border-bottom: 2px solid #afafaf;
	margin-bottom: 15px;
}
#howTo #contents .areaBlock02 dd {}
#howTo #contents .areaBlock02 dd ul {}
#howTo #contents .areaBlock02 dd ul.areaList li {
	border-bottom: 1px solid #afafaf;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#howTo #contents .areaBlock02 dd ul.areaList li .areaBlock03 {
	margin-bottom: 10px;
}

#howTo #contents .areaBlock02 dd ul.areaList li .tvName {
	margin-bottom: 10px;
	font-weight: bold;
}
#howTo #contents .areaBlock02 dd ul.areaList li .tvName a {
	text-decoration: underline;
}
#howTo #contents .areaBlock02 dd ul.areaList li .tvName .tvIcon {
	margin-bottom: 10px;
}
#howTo #contents .areaBlock02 dd ul.areaList li .tvName .tvIcon img {
	height: 17px;
	width: auto;
	margin-right: 5px;
	vertical-align: middle;
}
#howTo #contents .areaBlock02 dd ul.areaList li .tvName .iconHD {
	display: inline-block;
	font-size: 10px;
	background-color: #eb9706;
	color: #ffffff;
	padding: 0 6px;
	margin-left: 10px;
}
#howTo #contents .areaBlock02 dd ul.areaList li .region {
	font-size: 14px;
}
#howTo #contents .areaBlock02 dd ul.areaList li .areaTel01 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#howTo #contents .areaBlock02 dd ul.areaList li .areaTel01 img {
	margin-right: 10px;
	vertical-align: middle;
	width: 22px;
	height: auto;
}

/* ムービープラスとは */
#howTo #contents .howToBlock01 {
	padding: 35px 5.33vw;
}
#howTo #contents .howToBlock01 .logo30th img {
	height: 23px;
	width: auto;
}

/* ムービープラスとは 3つの丸ブロック */
#howTo #contents .howToBlock01 .howToTopImg01 {
	margin-top: 20px;
	margin-bottom: 25px;
}
#howTo #contents .howToBlock01 .howToTopImg01 img {
	width: 100%;
	max-width: 335px;
	height: auto;
}

/* ムービープラスとは h3 */
#howTo #contents .howToBlock01 .howToTtl02 {
	margin-top: 10px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock01 .howToTtl02 img {
	width: 264px;
	height: auto;
}

/* ムービープラスとは 注釈 */
#howTo #contents .howToBlock01 .howToList01 {
	font-size: 10px;
}
#howTo #contents .howToBlock01 .howToList01 li {
	margin-bottom: 10px;
}
#howTo #contents .howToBlock01 .howToList01 li:last-child {
	margin-bottom: 0;
}

/* ナンバーワンオンリーワン */
#howTo #contents .howToBlock01 .NumberoneBlock01 .title {
	font-size: 12px;
	margin-top: 5px;
}
#howTo #contents .howToBlock01 .NumberoneImg01 {

}
#howTo #contents .howToBlock01 .NumberoneWrap01 {
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	padding-right: 10px
}
#howTo #contents .howToBlock01 .NumberoneWrap01 .NumberoneBlock01 {
	width: 50%;
	margin-right: 10px;
}
#howTo #contents .howToBlock01 .NumberoneBlock01:last-child {
	margin-right: -10px;
}
#howTo #contents .howToBlock01 .howToTtl07 {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 5px;
}
/* オススメ特集 */
#howTo #contents .howToBlock02 {
	padding: 30px 5.33vw 35px;
}
#howTo #contents .howToBlock02 .recommendWrap01 {
	margin-bottom: 20px;
}

#howTo #contents .howToBlock02 .recommendBlock01 {
	padding: 15px 0;
}
#howTo #contents .howToBlock02 .recommendBlock01 + .recommendBlock01 {
	margin-top: 20px;
}
#howTo #contents .howToBlock02 .recommendBlock01 .howToTtl03 {
	font-size: 14px;
	margin-bottom: 15px;
}
#howTo #contents .howToBlock02 .recommendBlock01 .howToTtl03 span {
	font-size: 18px;
}
#howTo #contents .howToBlock02 .recommendBlock01 .item {
	padding: 0 15px;
}
#howTo #contents .howToBlock02 .recommendBlock01 .item .title {
	font-size: 12px;
	margin-top: 10px;
}
#howTo #contents .howToBlock02 .recommendBlock01 .item .recommendTitle {
	font-size: 14px;
	margin-top: 3px;
	line-height: 1.3;
}
#howTo #contents .howToBlock02 .recommendBlock01 .button02 {
	margin-top: 10px;
}

/* 視聴方法 */
#howTo #contents .howToBlock03 {
	padding: 35px 5.33vw;
}
#howTo #contents .howToBlock03 .howToTtl03 {
	margin-bottom: 15px;
}
#howTo #contents .howToBlock03 h3 img {
	width: 289px;
	height: auto;
}

/* 視聴方法 アンカーリンク */
#howTo #contents .howToBlock03 .howToList02 {
	margin-top: 20px;
	margin-bottom: 25px;
}
#howTo #contents .howToBlock03 .howToList02 li {
	margin-bottom: 10px;
}
#howTo #contents .howToBlock03 .howToList02 li:last-child {
	margin-bottom: 0;
}

/* 視聴方法 問い合わせ */
#howTo #contents .howToBlock03 .howToBox01 {
	margin-top: 15px;
}

#howTo #contents .howToBlock03 .howToBanners {
	margin-top: 25px;
	text-align: center;
}
#howTo #contents .howToBlock03 .howToBanners ul li + li {
	margin-top: 10px;
}

/* 各サービス比較表 */
#howTo #contents .howToBlock10 {
	padding: 35px 5.33vw;
}
#howTo #contents .howToBlock10 .chartImg {
	margin-top: 20px;
	margin-bottom: 10px;
}
#howTo #contents .howToBlock10 .howToList07 {
	font-size: 10px;
}
#howTo #contents .howToBlock10 .howToList07 li {
	text-indent: -2em;
	padding-left: 2em;
	margin-bottom: 3px;
}

/* スカパー */
#howTo #contents .howToBlock04 {
	padding: 30px 5.33vw 35px;
}
#howTo #contents .howToBlock04 h2 {
	margin-bottom: 20px;
}
#howTo #contents .howToBlock04 h2 img {
	width: 155px;
	height: auto;
}

/* スカパー 視聴方法 */
#howTo #contents .howToBlock04 .skyBlock01 {
	margin-top: 12px;
	margin-bottom: 20px;
}

#howTo #contents .howToBlock04 .skyBlock01 h3 {
	font-size: 16px;
	padding: 12px 0;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock04 .skyBlock01 h3::after {
  bottom: -12px;
  border-top: 6px solid #00a0e9;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

#howTo #contents .howToBlock04 .skyBlock01 .skyImageBlock01 {
	margin-bottom: 25px;
}
#howTo #contents .howToBlock04 .skyBlock01 .skyImageBlock01 p + p {
	margin-top: 10px;
}
#howTo #contents .howToBlock04 .skyBlock01 .skyImageBlock01.skyImg01 {
	padding: 0 20px;
}
#howTo #contents .howToBlock04 .skyBlock01 .skyImageBlock01.skyImg01 img {
	max-height: 71px;
	width: auto;
}
#howTo #contents .howToBlock04 .skyBlock01 .skyImageBlock01.skyImg02 img {
	max-height: 31px;
	width: auto;
}
#howTo #contents .howToBlock04 .skyBlock01 .skyImg03 img {
	/*max-width: 305px;
	height: auto;*/
}

#howTo #contents .howToBlock04 .skyBlock01 .skyInner01 {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}
#howTo #contents .howToBlock04 .skyBlock01 .skyInner01 p {
}

#howTo #contents .howToBlock04 .skyBlock01 h4 {
	font-size: 12px;
	padding: 10px 0;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock04 .skyBlock01 h4::after {
  bottom: -12px;
  border-top: 6px solid #b7c9d2;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

/* スカパー 申し込み */
#howTo #contents .howToBlock04 .skyTxt01 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 14px;
}

#howTo #contents .howToBlock04 .howToList06 .button02 {
	margin-top: 10px;
}
#howTo #contents .howToBlock04 .howToList06 .button02 a {
	font-size: 12px;
}
#howTo #contents .howToBlock04 .howToList06 .button07 a {
	font-size: 14px;
	line-height: 50px;
	padding-left: 91px;
	padding-right: 91px;
	border-radius: 24px;
}
#howTo #contents .howToBlock04 .howToList06 .button07 a::after {
	background-image: url(/images/arrow_02.png);
	right: 30px;
	width: 6px;
	height: 11px;
}

/* 無料放送の映画や番組はこちら アンカー */
#howTo #contents .howToBlock04 .howTobtn01 {
margin-top: 25px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock04 .howTobtn01 a {
	background-position: right 15px center;
	background-size: 11px auto;
	padding: 16px 0;
}
#howTo #contents .howToBlock04 .howTobtn01 .btnTxt01-01 {
	font-size: 16px;
}
#howTo #contents .howToBlock04 .howTobtn01 .btnTxt01-02 {
	font-size: 12px;
}

/* スカパー サービス一覧以下 */
#howTo #contents .howToBlock04 .howToBox01 {}
#howTo #contents .howToBlock04 .howToBox01.skyHowToBox01 dt {
	font-size: 14px;
}
#howTo #contents .howToBlock04 .howToBox01 + .howToBox01 {
	margin-top: 20px;
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList04 {
	font-size: 10px;
	margin-top: 20px;
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList04 li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 3px;
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList03 {
	overflow: hidden;
	zoom: 1;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList03 li {
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList03 li:first-child {
	margin-bottom: 10px;
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList03 li:nth-child(2) {
	width: 48%;
	/*max-width: 148px;*/
	float: left;
	text-align: left;
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList03 li:last-child {
	width: 48%;
	/*max-width: 148px;*/
	float: right;
	text-align: right;
}

#howTo #contents .howToBlock04 .howToList05 {
	margin-bottom: 25px;
}
#howTo #contents .howToBlock04 .howToList05 li + li {
	margin-top: 10px;
}
#howTo #contents .howToBlock04 .howToList05 li:last-child {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* J:COM */
#howTo #contents .howToBlock05 {
	padding: 30px 5.33vw 35px;
}
#howTo #contents .howToBlock05 h2 {
	margin-bottom: 20px;
}
#howTo #contents .howToBlock05 h2 img {
	width: 110px;
	height: auto;
}

#howTo #contents .howToBlock05 .jcomBlock01 {
	margin-top: 20px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock05 .jcomBlock01 dl {
	margin-bottom: 20px;
}
#howTo #contents .howToBlock05 .jcomBlock01 dl:last-child {
	margin-bottom: 0;
}
#howTo #contents .howToBlock05 .jcomBlock01 dt {
	font-size: 14px;
	padding: 10px 0;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock05 .jcomBlock01 dt::after {
  bottom: -12px;
  border-top: 6px solid #e83112;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}
#howTo #contents .howToBlock05 .jcomBlock01 dd {
	padding: 0 20px 20px;
	display: flex;
	align-items: center;
}
#howTo #contents .howToBlock05 .jcomBlock01 dd::after {
	/*content: "";
	display: block;
	clear: both;*/
}
#howTo #contents .howToBlock05 .jcomBlock01 dd .howToimg01 {
	/*float: left;*/
	width: 120px;
	margin-right: 15px;
}
#howTo #contents .howToBlock05 .jcomBlock01 dd .howToimg01 img {}
#howTo #contents .howToBlock05 .jcomBlock01 dd .howToTxtBlock01 {
	flex: 1;
}
#howTo #contents .howToBlock05 .jcomBlock01 dd .howToTxt01 {
	font-size: 14px;
	margin-bottom: 10px;
	/*margin-left: 135px;*/
	text-align: left;
}
#howTo #contents .howToBlock05 .jcomBlock01 dd .howToTxt02 {
	font-size: 12px;
	/*margin-left: 135px;*/
}

/* JCOM 地域のセレクトボックスエリア */
#howTo #contents .howToBlock05 .areaBlock01.jcomArea01 {
	margin-bottom: 40px;
}
#howTo #contents .howToBlock05 .areaBlock01.jcomArea01 dl {
	/*margin-bottom: 20px;*/
}

/* JCOM お申し込み */
#howTo #contents .howToBlock05 .jcomWrapper01 {
	margin-top: 12px;
}
#howTo #contents .howToBlock05 .jcomWrapper01 .howToBox01 + .howToBox01 {
	margin-top: 15px;
}
#howTo #contents .howToBlock05 .jcomWrapper01 .howToBox01 dd .howToTxt03 {
	font-size: 14px;
	margin-bottom: 20px;
}
#howTo #contents .howToBox01 dd .howToTxt04 {
	font-size: 12px;
}
#howTo #contents .howToBlock05 .jcomWrapper01 .howToBox01 dd .button02 {
	margin-top: 10px;
}
#howTo #contents .howToBlock05 .jcomWrapper01 .howToBox01 dd .button02 a {
	font-size: 14px;
	line-height: 45px;
}
#howTo #contents .howToBlock05 .jcomWrapper01 .howToBox01 dd .jcomTel01 {
	margin-bottom: 15px;
}
/* WEBからの加入方法はこちら */
#howTo #contents .howToBlock03 .NumberoneMovie01 {
  margin-bottom: 40px !important;
}
/* ケーブルテレビ */
#howTo #contents .howToBlock06 {
	padding: 35px 5.33vw 20px;
}
#howTo #contents .howToBlock06 h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock06 .cableArea01 {
	padding: 25px 0;
	margin-bottom: 30px;
	background-image: url("/images/howto/sp/bg_cable_01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 335px auto;
}
#howTo #contents .howToBlock06 .cableArea01 h3 {
	font-size: 14px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock06 .cableArea01 .cableSelect {
	margin-top: 20px;
}

/* auひかり */
#howTo #contents .howToBlock07 {
	padding: 35px 5.33vw;
}
#howTo #contents .howToBlock07 h2 {
	margin-bottom: 20px;
}
#howTo #contents .howToBlock07 h2 img {
	width: 156px;
	height: auto;
}

#howTo #contents .howToBlock07 .howToTtl04 {
	margin-top: 20px;
}
#howTo #contents .howToBlock07 .bbWrapper01 {
	margin-top: 15px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 {
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 + .howToBox01 {
	margin-top: 20px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dt {
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dd .howToTxt03 {
	font-size: 14px;
	margin-bottom: 18px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dd .button02 {
	margin-top: 15px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dd .button02 a {
	font-size: 14px;
	line-height: 45px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dd .bbTel01 {
	margin-bottom: 15px;
	margin-top: 20px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dd .bbTel02 {
	margin-top: 10px;
}

/* 法人契約 */
#howTo #contents .howToBlock08 {
	padding: 30px 5.33vw;
}
#howTo #contents .howToBlock08 h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock08 .howToBox01 {
	margin-top: 20px;
}

/* スカパー無料放送 */
#howTo #contents .howToBlock09 {
	padding: 30px 5.33vw;
}
#howTo #contents .howToBlock09 .howToFreeImg01 {
	margin: 24px 0 20px;
}
#howTo #contents .howToBlock09 .howToTxt05 {
}

/* スカパー無料放送 番組一覧 */
#howTo #contents .howToBlock09 .freeProgamBlock01 {
	padding: 20px 0;
}
#howTo #contents .howToBlock09 .freeProgamBlock01 .howToTtl06 {
	font-size: 16px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock09 .freeProgamBlock01 .howToTtl06 span {
	background-size: 22px auto;
	padding-left: 35px;
}

#howTo #contents .howToBlock09 .freeProgamBlock01 + .freeProgamBlock01 {
	margin-top: 15px;
}

#howTo #contents .howToBlock09 .freeProgamBlock01 .freeProgamView01 ul {
	padding: 0 15px;
}
#howTo #contents .howToBlock09 .freeProgamBlock01 .freeProgamView01 ul li {
	padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
#howTo #contents .howToBlock09 .freeProgamBlock01 .freeProgamView01 ul li a {
	display: block;
}
#howTo #contents .howToBlock09 .freeProgamBlock01 .freeProgamView01 ul li a::after {
	content: "";
	display: block;
	clear: both;
}
#howTo #contents .howToBlock09 .freeProgamBlock01 .freeProgamView01 ul li .freeThumb {
	float: left;
	width: 120px;
}
#howTo #contents .howToBlock09 .freeProgamBlock01 .freeProgamView01 ul li::after {
}
#howTo #contents .howToBlock09 .freeProgamBlock01 .freeProgamView01 ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

#howTo #contents .howToBlock09 .freeProgamBlock01 .freeProgamView01 ul li .date {
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.3;
	margin-left: 130px;
}
#howTo #contents .howToBlock09 .freeProgamBlock01 .freeProgamView01 ul li .title {
	font-size: 14px;
	margin-top: 3px;
	line-height: 1.3;
	margin-left: 130px;
}







































































/* --------------------------------------------------
	WYSIWYG入力用
-------------------------------------------------- */
#contents .wysWrapper {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 0;
}
/* 画像 */
#contents .wysWrapper img {
  max-width: 100%!important;
	height: auto!important;
	margin-top: 5px;
}

/* インナー */
#contents .wysWrapper .inner {
  padding-left: 5.33vw;
  padding-right: 5.33vw;
}

/* 見出し */
#contents .wysWrapper h2 {
  font-size: 20px;
  font-weight: bold;
  color: #024aa9;
  border-top: 2px solid #024aa9;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  margin-bottom: 20px;
}

#contents .wysWrapper h3 {
  /*font-size: 19px;
  font-weight: bold;
  color: #024aa9;
  background-color: #f7f7f7;
  border-left: 2px solid #024aa9;
  padding: 6px 2.67vw;
  margin-bottom: 20px;*/
	font-size: 18px;
  font-weight: bold;
  border-left: 2px solid #024aa9;
  margin-bottom: 5px;
	margin-top: 6px;
  padding-left: 5px;
}

#contents .wysWrapper h4 {
  /*position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;*/
	font-size: 17px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents .wysWrapper h4::before,
#contents .wysWrapper h4::after {
  /*position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  box-sizing: border-box;*/
}
#contents .wysWrapper h4::before {
  /*bottom: 0;
  border-bottom: 1px dotted #024aa9;*/
}
#contents .wysWrapper h4::after {
  /*bottom: -0.4vw;
  border-bottom: 1px dotted #024aa9;*/
}

#contents .wysWrapper h5 {
  font-size: 16px;
  font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
  /*border-left: 2px solid #024aa9;
  margin-bottom: 15px;
  padding-left: 5px;*/
}

/* テキスト */
#contents .wysWrapper p {
	font-size: 14px;
  margin-bottom: 10px!important;
}
#contents .wysWrapper span {
	line-height: 1.3;
}
#contents .wysWrapper a {
  text-decoration: underline!important;
  color: #024aa9!important;
}
#contents .wysWrapper .marker {
  font-weight: bold!important;
  font-style: normal!important;
  background: linear-gradient(transparent 60%, #fee81d 60%)!important;
}
#contents .wysWrapper strong {
	font-weight: bold;
}


/* リスト */
#contents .wysWrapper ul {
  margin-bottom: 15px;
}
#contents .wysWrapper ul li {
  position: relative;
  margin-left: 1em;
  margin-bottom: 6px;
	font-size: 14px;
}
#contents .wysWrapper ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .65em;
  left: -1em;
  width: 4px;
  height: 4px;
  background-color: #024aa9;
}

#contents .wysWrapper ol {
  margin-bottom: 15px;
}
#contents .wysWrapper ol li {
  position: relative;
  counter-increment: li;
  margin-left: 1em;
  margin-bottom: 8px;
  padding-left: 1em;
	font-size: 14px;
}
#contents .wysWrapper ol li::before {
  content: counter(li);
  display: block;
  position: absolute;
  top: 2px;
  left: -1em;
  color: #ffffff;
  background-color: #024aa9;
  font-size: 14px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 18px;
}

#contents .wysWrapper ul li::last-child,
#contents .wysWrapper ol li::last-child {
  margin-bottom: 0;
}

/* アイコン等 */
#contents .wysWrapper .tagIcon01 {
  font-size: 11px;
  font-weight: bold;
  color: #004695;
  background-color: #ffea2d;
  padding: 5px 10px;
}

#contents .wysWrapper .linkWin01 {
  position: relative;
}
#contents .wysWrapper .linkWin01::after,
#contents .wysWrapper .linkWin02::after,
#contents .wysWrapper .linkWin03::after,
#contents .wysWrapper .linkWin04::after,
#contents .wysWrapper .linkPdf01::after,
#contents .wysWrapper .linkPdf02::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  background-size: contain;
  vertical-align: middle;
}

#contents .wysWrapper .linkWin01::after,
#contents .wysWrapper .linkWin02::after {
  width: 12px;
  height: 16px;
}
#contents .wysWrapper .linkWin01::after {
  background-image: url("/images/icon_win_01.png");
}
#contents .wysWrapper .linkWin02::after {
  background-image: url("/images/icon_win_02.png");
}

#contents .wysWrapper .linkWin03::after,
#contents .wysWrapper .linkWin04::after {
  width: 8px;
  height: 11px;
}
#contents .wysWrapper .linkWin03::after {
  background-image: url("/images/icon_win_03.png");
}
#contents .wysWrapper .linkWin04::after {
  background-image: url("/images/icon_win_04.png");
}

#contents .wysWrapper .linkPdf01::after,
#contents .wysWrapper .linkPdf02::after {
  width: 13px;
  height: 13px;
}
#contents .wysWrapper .linkPdf01::after {
  background-image: url("/images/icon_pdf_01.png");
}
#contents .wysWrapper .linkPdf02::after {
  background-image: url("/images/icon_pdf_02.png");
}

/* ライン */
#contents .wysWrapper hr {
  border-top: 1px dotted #222222;
	border-bottom: none;
  margin-bottom: 15px;
	margin-top: 15px;
}

/* テーブル */
#contents .wysWrapper table {
  margin-bottom: 20px;
  font-size: 12px;
  width: 100%!important;
  box-sizing: border-box;
}

#contents .wysWrapper table tr {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

#contents .wysWrapper table th, 
#contents .wysWrapper table td {
  padding: 10px 12px;
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}

#contents .wysWrapper table th {
  background-color: #f7f7f7;
	font-weight: bold;
}

/* コピーライト */
.copyright {
	font-size: 10px;
	line-height: 1.1;
	margin-top: 3px;
	text-align: left;
}

/* --------------------------------------------------
	WYSIWYGエリア共通パーツ
-------------------------------------------------- */
/* お問い合わせ関連 */
#contents .wysWrapper .txtTemp01 {
	line-height: 1.3;
}
#contents .wysWrapper .txtTemp01 table {
	width: 100%!important;
	box-sizing: border-box;
}
#contents .wysWrapper .txtTemp01 table th,
#contents .wysWrapper .txtTemp01 table td {
	padding: 5px;
}

/* 背景グレーの枠 */
#contents .wysWrapper .txtBox01 {
	background-color: #ededed;
	padding: 10px 12px;
}

/* 特集ページ ボタンスタイル 2019-10-15 */
p.btnFeature {
	display:block;
	text-align: center;
}
p.btnFeature a {
	display: inline-block;
	padding: 15px 40px;
	background-image: linear-gradient(140deg, #0945ab 15%, #009deb 85%);
	margin: 0 auto;
	font-weight: bold;
	font-size: 18px;
	border-radius: 32px;
	color: #fff !important;
	text-decoration: none !important;
}
#contents .wysWrapper p.btnFeature a:link {color: #fff !important; text-decoration: none !important;}
#contents .wysWrapper p.btnFeature a:visited {color: #fff !important; text-decoration: none !important;}
#contents .wysWrapper p.btnFeature a:hover {color: #fff !important; opacity: 0.8; text-decoration: none !important;}

/* 特集ページ スカパー導線　2021-09-16 */
.specialDetail04 #skyAreaSp {
	background-color: #f7f7f7;
    margin: 20px auto 0;
    padding-bottom: 20px;
    max-width: 640px;
}
.specialDetail04 #skyAreaSp .cvArea {
    padding: 0 15px 20px;
    text-align: center;
}
.specialDetail04 #skyAreaSp .cvArea a {
    display: block;
    margin-top: 5px;
}


/* --------------------------------------------------
	その他共通パーツ
-------------------------------------------------- */
/* ページ下部SNSボタン */
#contents .socialList201 {
  background-color: #ededed;
  padding: 10px 0;
  margin-left: 5.33vw;
  margin-right: 5.33vw;
}
#contents .socialList201 p {
  text-align: center;
  line-height: 1.3;
	font-size: 14px;
	margin-bottom: 3px;
}
#contents .socialList201 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents .socialList201 li {
  margin: 0 2px;
}
#contents .socialList201 li a {
	display: block;
}
#contents .socialList201 li img {
  height: 30px;
}