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

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

	PCサイズ用 CSS

-------------------------------------------------- */
body {
	font-size: 14px;
	padding-top: 110px;
	min-width: 1200px;
}
.inner {
	width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.spOnly {
	display: none;
}
.anchorLinkPositionAdjust {
	margin-top: -110px;
	padding-top: 110px;
}

/* --------------------------------------------------
	#header
-------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 4px solid #e6e6e6;
}
#header .inner {
	padding-top: 10px;
	padding-bottom: 11px;
  padding-left: 0;
  padding-right: 0;
}
#header .siteLogo img {
	height: 85px;
}
#header a:hover img {
	opacity: 0.5;
}

/* --------------------------------------------------
	#spNavi
-------------------------------------------------- */
#spNavi {
	display: none;
}

/* --------------------------------------------------
	#globalNavi
-------------------------------------------------- */
#globalNavi {
}
#globalNavi .globalNavi01 {
	position: absolute;
	right: 263px;
	bottom: 0;
}
#globalNavi .globalNavi01 {
}
#globalNavi .globalNavi01 li {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 22px;
	float: left;
}
/*#globalNavi .globalNavi01 li + li::before {
	content: "";
	display: block;
	float: left;
	margin-right: 14px;
	width: 13px;
	height: 22px;
	background-image: url(/images/line_navi_01.png);
}*/
#globalNavi .globalNavi01 li + li {
	margin-left: 37px;
}
#globalNavi .globalNavi01 li a {
	/*padding-left: 30px;*/
	background-position: 0px center;
	display: flex;
  align-items: flex-end;
	float: left;
	position: relative;
  height: 64px;
  padding: 0 0 16px;
}
#globalNavi .globalNavi01 li a:hover {
	color: #054aa6;
}
#globalNavi .globalNavi01 li a::before,
#globalNavi .globalNavi01 li a:hover::before {
  content: "";
	display: block;
	position: absolute;
	right: 50%;
  margin-right: -17px;
	bottom: 50px;
	width: 34px;
	height: 30px;
  background-image: url("/images/icon_navi_split.png");
}
#globalNavi .globalNavi01 li a::before {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
	background-size: 80px auto;
}
#globalNavi .globalNavi01 li a:hover::before {
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

#globalNavi .globalNavi01 li a:hover::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 4px;
	background-color: #054aa6;
}
#globalNavi .globalNavi01 li.navi01 a::before {
  background-position: 0 0;
}
#globalNavi .globalNavi01 li.navi02 a::before {
  background-position: 0 -33px;
}
#globalNavi .globalNavi01 li.navi03 a::before {
  background-position: 0 -67px;
}
#globalNavi .globalNavi01 li.navi04 a::before {
  background-position: 0 -100px;
}
#globalNavi .globalNavi01 li.navi05 a::before {
  background-position: 0 -133px;
}

#globalNavi .globalNavi01 li.navi01 a:hover::before {
  background-position: -46px 0;
}
#globalNavi .globalNavi01 li.navi02 a:hover::before {
  background-position: -46px -33px;
}
#globalNavi .globalNavi01 li.navi03 a:hover::before {
  background-position: -46px -67px;
}
#globalNavi .globalNavi01 li.navi04 a:hover::before {
  background-position: -46px -100px;
}
#globalNavi .globalNavi01 li.navi05 a:hover::before {
  background-position: -46px -133px;
}

#globalNavi .globalNavi01 li.navi07 {
	display: none;
}
#globalNavi .spBanner {
	display: none;
}
#globalNavi .globalNavi02 {
	position: absolute;
	right: 0;
	top: 0; /*検索窓ありの場合*/
	/*top: 16px; 検索窓なしの場合*/
}
#globalNavi .globalNavi02 li {
	/*float: left;
	line-height: 32px;*/
	display: none;
}
#globalNavi .globalNavi02 li + li {
	/*margin-left: 20px;*/
}
#globalNavi .globalNavi02 li.btnNavi {
	display: block;
}
#globalNavi .globalNavi02 img {
	vertical-align: top;
	/*height: 61px;
	width: auto;*/
}

/* --------------------------------------------------
	#srchBox
-------------------------------------------------- */
#srchBox {
	right: 0;
	/*top: 68px;*/
	bottom: 5px;
	width: 220px;
}
#srchBox input {
	font-family: inherit;
	font-size: 100%;
}
/*#srchBox #srch {
	position: relative;
}
#srchBox #srchBtn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 19px;
	height: 17px;
	margin-top: auto;
	margin-bottom: auto;
}
#srchBox.watermark #srchInput {
	border: 1px solid #a5acb2;
	padding: 1px 30px 2px 10px;
	width: 220px;
	height: 32px;
}*/

/* Googleカスタム検索上書き */
#srchBox .gsib_a {
  padding: 0 9px;
	height: 28px;
}
#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: 7px 5px 8px;
  margin: 0;
  border-radius: 0;
	border-top-right-radius: 0; 
	border-bottom-right-radius: 0; 
}
/* Googleカスタム検索上書き */

/* --------------------------------------------------
	#footer
-------------------------------------------------- */
#footer a {
	transition: opacity 0.1s;
}
#footer a:hover {
	opacity: 0.5;
}

/* --------------------------------------------------
	#footerSocialNavi
-------------------------------------------------- */
#footerSocialNavi {
	padding-top: 30px;
	padding-bottom: 30px;
}
#footerSocialNavi li {
	font-size: 15px;
	line-height: 26px;
}
#footerSocialNavi li + li {
	margin-left: 28px;
	padding-left: 44px;
}
#footerSocialNavi li + li::after {
	width: 16px;
	height: 26px;
}

/* --------------------------------------------------
	#footerNavi
-------------------------------------------------- */
#footerNavi {
	padding-top: 50px;
	padding-bottom: 30px;
}
#footerNavi::after {
	content: "";
	display: block;
	clear: both;
}
#footerNavi .footerNaviBlockWrapper {
	padding-right: 90px;
}
#footerNavi .footerNaviBlock {
	float: left;
	width: 25%;
	margin-right: 20px;
}
#footerNavi .footerNaviBlock:nth-child(4n) {
	margin-right: -90px;
}
#footerNavi .footerNaviBlock .navi01 {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid #4b5664;
	position: relative;
}
#footerNavi .footerNaviBlock .navi01:nth-child(n + 2) {
	margin-top: 28px;
}
#footerNavi .footerNaviBlock .navi01::after {
	content: "";
	display: block;
	position: absolute;
	right: 4px;
	top: 7px;
	width: 8px;
	height: 11px;
	background-image: url(/images/arrow_01.png);
}
#footerNavi .footerNaviBlock ul {
	font-size: 12px;
	line-height: 18px;
	margin-top: 12px;
}
#footerNavi .footerNaviBlock li::before {
	content: "-";
	margin-right: 5px;
}
#footerNavi .footerNaviBlock ul li + li {
	margin-top: 6px;
}
#footerNavi .footerNaviBlock .banner {
}
#footerNavi .footerNaviBlock.footerNaviBanger {
	text-align: right;
}

/* --------------------------------------------------
	#footerCorporateNavi
-------------------------------------------------- */
#footerCorporateNavi {
	padding-top: 15px;
	padding-bottom: 25px;
}
#footerCorporateNavi::after {
	content: "";
	display: block;
	clear: both;
}
#footerCorporateNavi .siteLogo {
	float: left;
}
#footerCorporateNavi .siteLogo img {
	height: 70px;
}
#footerCorporateNavi .footerCorporateNaviBlock {
	float: right;
	text-align: right;
}
#footerCorporateNavi ul {
	font-size: 12px;
	line-height: 19px;
	margin-top: 18px;
}
#footerCorporateNavi ul::after {
	content: "";
	display: block;
	clear: both;
}
#footerCorporateNavi ul li {
	float: left;
}
#footerCorporateNavi ul li + li {
	margin-left: 15px;
}
#footerCorporateNavi ul li + li::before {
	content: "";
	margin-right: 15px;
	width: 11px;
	height: 19px;
	background-image: url("/images/line_navi_03.png");
	float: left;
}
#footerCorporateNavi .copyright {
	color: #9e9e9e;
	font-size: 11px;
	line-height: 19px;
	margin-top: 20px;
}

/* --------------------------------------------------
	#movieplusCopyright
-------------------------------------------------- */
#movieplusCopyright {
	font-size: 10px;
	line-height: 14px;
	padding-top: 32px;
	padding-bottom: 110px;
}

/* --------------------------------------------------
	#pagetop
-------------------------------------------------- */
#pagetop {
	bottom: 85px;
	right: 20px;
}

/* --------------------------------------------------
	#skyperBtn
-------------------------------------------------- */
#skyperBtn{
	padding: 15px 0;
}
#skyperBtn p a {
	font-size: 16px;
	line-height: 48px;
	padding-left: 55px;
	padding-right: 55px;
	border-radius: 24px;
}
#skyperBtn p a::after {
	background-image: url("/images/arrow_03.png");
	right: 25px;
	width: 9px;
	height: 14px;
}
#skyperBtn p a:hover {
	opacity: 0.8;
}
/* --------------------------------------------------
	#platformBanners
-------------------------------------------------- */
#platformBanners {
	padding-top: 20px;
	padding-bottom: 20px;
}
#platformBanners ul {
	font-size: 0;
	text-align: center;
}
#platformBanners ul li {
	display: inline-block;
}
#platformBanners ul li + li {
	margin-left: 30px;
}
#platformBanners a:hover img {
	opacity: 0.5;
}

/* --------------------------------------------------
	#banners
-------------------------------------------------- */
#banners {
	font-size: 0;
	padding-top: 5px;
	padding-bottom: 20px;
}
#banners li {
	margin-right: 15px;
	margin-top: 15px;
	display: inline-block;
}
#banners a:hover img {
	opacity: 0.5;
}

/* --------------------------------------------------
	#pankuzu
-------------------------------------------------- */
#pankuzu {
	font-size: 11px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #e6e6e6;
}
#pankuzu li {
	color: #888888;
	line-height: 15px;
}

/* --------------------------------------------------
	#contents
-------------------------------------------------- */
/* title */
#contents .titleBlock01 {
	padding-top: 16px;
	margin-bottom: 16px;
}
#contents .titleBlock01::after {
	content: "";
	display: block;
	clear: both;
}
#contents .title01 {
	font-size: 24px;
	line-height: 32px;
	float: left;
}
#contents .title02 {
	font-size: 30px;
}
#contents .title02 span::before,
#contents .title02 span::after {
	width: 36px;
	height: 2px;
}
#contents .title02 span::before {
	left: -50px;
}
#contents .title02 span::after {
	right: -50px;
}
#contents .title03 {
	font-size: 22px;
	line-height: 57px;
	padding-left: 56px;
	background-image: url(/images/icon_title_01.png);
	background-position: 20px center;
	background-size: 21px auto;
}
#contents .title04 {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 20px;
}
#contents .title05 {
	font-size: 28px;
	line-height: 36px;
	padding: 20px 24px;
}
#contents .title05 span {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}
#contents .title06 {
	font-size: 19px;
}
#contents .title07 {
	font-size: 19px;
	position: relative;
	margin-top: 30px;
}
#contents .title07::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin-top: auto;
	margin-bottom: auto;
	width: 10px;
	height: 2px;
	background-color: #024aa9;
}
#contents .title08 {
	font-size: 17px;
	line-height: 44px;
}
#contents .title10 {
	font-size: 17px;
}
#contents .title10::before,
#contents .title10::after {
	width: 94px;
	height: 2px;
}
#contents .title10.titleLong::before,
#contents .title10.titleLong::after {
  width: 70px;
}

/* title100～ */
#contents .title100 {
	color: #0945ab;
	font-size: 34px;
	font-weight: bold;
	line-height: 38px;
	padding-bottom: 15px;
	position: relative;
}
#contents .title100:after {
	background: linear-gradient(to right, #024aa9, #00a0e9);
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
}

#contents .title101 {
	color: #0945ab;
	font-size: 19px;
	font-weight: bold;
	line-height: 25px;
	padding-bottom: 6px;
	word-break: break-all;
	word-wrap: break-word;
}
#contents .title102 {
	color: #0945ab;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
}
#contents .title103 a:hover img {
	opacity: 0.5;
}
#contents .title103 img {
	width: 100%;
}
#contents .title104 {
	font-size: 16px;
	font-weight: bold;
}
#contents .title105 {
	font-weight: bold;
}
#contents .title107 {
	position: relative;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#contents .title107 img
#contents .title107 span {
	display: inline-block;
	vertical-align: middle;
}
#contents .title107 span {
	margin-left: 16px;
}
#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: -2px;
	border-bottom: 1px dotted #024aa9;
}
#contents .title108 {
	font-size: 19px;
	font-weight: bold;
	border-left: 2px solid #024aa9;
	margin-bottom: 25px;
	padding-left: 10px;
}
#contents .title109 {
	font-size: 26px;
	font-weight: bold;
	color: #024aa9;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 2px;
}
#contents .title110 {
	background-image: url(/images/icon_mail.png);
	background-position: top left;
	background-size: 96px auto;
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 0 125px;
}
/* title100～ */

/* title201～ */
#contents .title201 {
  font-size: 16px;
  color: #ffffff;
  background-color: #27313e;
  margin-bottom: 10px;
  padding: 10px 24px;
}

#contents .title202 {
  font-size: 18px;
  font-weight: bold;
  color: #024aa9;
  border-bottom: 2px solid #024aa9;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#contents .title203 {
  font-size: 26px;
  font-weight: bold;
  color: #024aa9;
  /*border-top: 2px solid #024aa9;*/
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  margin-bottom: 30px;
	line-height: 1.3;
}
/* title201～ */

/* title301〜 */
#contents .title301 {
	font-size: 26px;
	line-height: 30px;
	margin-top: 40px;
	padding-bottom: 5px;
}
#contents .title301 span {
  font-size: 14px;
  padding: 0 14px;
  line-height: 30px;
  margin-right: 15px;
}
/* title301〜 */

/* contents */
#contents .contents01 {
	padding-top: 40px;
	padding-bottom: 80px;
}
#contents .contents01::after {
	content: "";
	display: block;
	clear: both;
}
#contents .mainContents {
	float: left;
	width: 810px;
}

/* button */
#contents .button01 a,
#contents .button02 a,
#contents .button03 a,
#contents .button04 a,
#contents .button05 a,
#contents .button06 a,
#contents .button07 a,
#contents .button100 a,
#contents .button101 a,
#contents .button201 a,
#contents .button202 a {
	transition: opacity 0.1s;
}
#contents .button01 a:hover,
#contents .button02 a:hover,
#contents .button03 a:hover,
#contents .button04 a:hover,
#contents .button05 a:hover,
#contents .button06 a:hover,
#contents .button07 a:hover,
#contents .button100 a:hover,
#contents .button101 a:hover,
#contents .button201 a:hover,
#contents .button202 a:hover {
	opacity: 0.8;
}
#contents .button01 a {
	line-height: 32px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 16px;
	float: right;
}
#contents .button01 a::after {
	right: 15px;
	width: 8px;
	height: 11px;
}
#contents .button02 {
	margin-top: 30px;
}
#contents .button02 a {
	font-size: 20px;
	line-height: 64px;
	padding-left: 60px;
	padding-right: 60px;
	border-radius: 32px;
}
#contents .button02 a::after {
	right: 30px;
	width: 10px;
	height: 17px;
}
#contents .button03 {
	margin-top: 30px;
}
#contents .button03 a {
	font-size: 16px;
	line-height: 48px;
	padding-left: 55px;
	padding-right: 55px;
	border-radius: 24px;
}
#contents .button03 a::after {
	right: 25px;
	width: 9px;
	height: 13px;
}
#contents .button04 {
	margin-top: 12px;
}
#contents .button04 a {
	font-size: 16px;
	line-height: 44px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 24px;
	border: 2px solid #ffffff;
}
#contents .button04 a::after {
	right: 25px;
	width: 9px;
	height: 13px;
}
#contents .button06 {
	margin-top: 25px;
}
#contents .button06 a {
	font-size: 20px;
	line-height: 50px;
	width: 310px;
	border-radius: 27px;
}
#contents .button06 a::after {
	right: 28px;
	width: 12px;
	height: 17px;
}

/* button100 ～ */
#contents .button100 a {
	font-size: 18px;
	line-height: 54px;
	width: 336px;
	border-radius: 32px;
}
#contents .button100 a::after {
	right: 30px;
	width: 9px;
	height: 13px;
}
#contents .button101 {
	margin-top: 30px;
}
#contents .button101 a {
	font-size: 18px;
	line-height: 54px;
	width: 336px;
	border-radius: 32px;
}
#contents .button101 a::after {
	right: 30px;
	width: 9px;
	height: 13px;
}
/* button100 ～ */

/* button201 ～ */
#contents .button201 a {
	font-size: 20px;
	line-height: 58px;
	padding-left: 60px;
	padding-right: 60px;
	border-radius: 32px;
}
#contents .button201 a::after {
	right: 30px;
	width: 9px;
	height: 13px;
}

#contents .button202 a {
  line-height: 48px;
	width: 310px;
	border-radius: 27px;
}

#contents .button203 {
  font-size: 20px;
	line-height: 64px;
	padding-left: 60px;
	padding-right: 60px;
	border-radius: 32px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
/* ～ button201 */

/* banner */
#contents .banner01 {
	font-size: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents .banner01 li {
	display: inline-block;
}
#contents .banner01 li + li {
	margin-left: 30px;
}
#contents .banner02 li {
	margin-top: 18px;
}
#contents .banner03 {
	margin-top: 15px;
}
#contents .banner03 li + li {
	margin-top: 10px;
}
#contents .banner03 li img {
	max-width: 100%;
	height: auto;
}
#contents .banner01 a:hover img,
#contents .banner02 a:hover img,
#contents .banner03 a:hover img {
	opacity: 0.5;
}

/* list */
#contents .list01 dt {
	padding-top: 16px;
	line-height: 21px;
}
#contents .list01 dt span {
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	top: 16px;
}
#contents .list01 dd {
	margin-top: 10px;
	padding-bottom: 16px;
	font-size: 16px;
}
#contents .list01 a:hover {
	text-decoration: none;
}

/* list100～ */
#contents .list100 li {
	list-style-type: decimal;
	margin: 0 0 5px 17px;
}
#contents .list101 > li {
	padding: 20px 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: 0 0 0 14px;
}
#contents .list104 li {
	position: relative;
	margin-left: 1em;
	margin-bottom: 5px;
}
#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 p {
	transition: opacity 0.1s;
}
#contents .item .title:hover,
#contents .item .featureTitle:hover {
	opacity: 0.7;
}
#contents .item .thumb img {
	transition: transform 0.3s ease-out;
}
#contents .item .thumbBlock01:hover img,
#contents .item .thumbBlock02:hover img{
	transform: translate(-50%,-50%) scale(1.1);
}

/* tab */
#contents .tab01 {
	margin-top: 24px;
}
#contents .tab01 a {
	font-size: 22px;
	line-height: 65px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	transition: opacity 0.1s;
}
#contents .tab01 a:hover {
	opacity: 0.7;
}
#contents .tab01 a.current::after {
	bottom: -16px;
	border-top: 8px solid #0945ab;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}
#contents .tab01 a.current:hover {
	opacity: 1;
}
#contents .tab02 {
	margin-left: 20px;
}
#contents .tab02 li {
	float: left;
}
#contents .tab02 li + li {
	margin-left: 10px;
}
#contents .tab02 a {
	font-size: 17px;
	width: 240px;
	line-height: 40px;
}
#contents .tab02 a:hover {
	opacity: 0.7;
}
#contents .tab02 a.current::after {
	bottom: -5px;
	border-top: 5px solid #0945ab;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
}
#contents .tabBlock01-01 {
	padding: 15px 10px 10px;
}


/* tab100～ */
#contents .tabBlock100 {
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#contents .tab100 {
}
#contents .tab100 li {
	float: left;
	width: 243px;
}
#contents .tab100 li + li {
	margin-left: 20px;
}
#contents .tab100 li a {
	font-size: 24px;
	line-height: 60px;
}
#contents .tab100 li a span {
	padding-left: 28px;
	background-size: 20px auto;
}
/* tab100～ */



/* tab201～ */
#contents .tabBlock201 {
  margin-top: 30px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#contents .tab201 {
}
#contents .tab201 li,
#contents .tab202 li {
  float: left;
}
#contents .tab201 li {
  width: 360px;
}
#contents .tab201 li + li,
#contents .tab202 li + li {
	margin-left: 20px;
}
#contents .tab201 li a,
#contents .tab202 li a {
  font-size: 24px;
  line-height: 60px;
}
#contents .tab201 li a span,
#contents .tab202 li a span {
  padding-left: 28px;
  background-size: 20px auto;
}
#contents .tab201 li a:hover,
#contents .tab202 li a:hover {
  opacity: 0.5;
}

#contents .tabBlock202 {
  margin-top: 30px;
}
#contents .tabWrapper202 {
  padding-top: 20px;
}
#contents .tab202 {
  padding-left: 20px;
  padding-right: 20px;
}
#contents .tab202 li {
  width: 375px;
}

#contents .tabBlock202-01 {
  padding: 20px 0 10px;
}
#contents .tab203 {
  width: 430px;
  margin: 0 auto 25px;
}
#contents .tab203 li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
#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;
}
#contents .tab203 li:hover {
  opacity: 0.7;
}
/* tab201～ */

/* copyright */
#contents .copyright01 {
	font-size: 10px;
	line-height: 14px;
}

/* socialList */
#contents .socialList01 {
	position: absolute;
	top: 0;
	right: 0;
}
#contents .socialList01 li {
	float: left;
}
#contents .socialList01 li + li {
	float: left;
	margin-left: 10px;
}
#contents .socialList01 li img {
	height: 36px;
}

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

/* scheduleBlock */
#contents .scheduleBlock01 {
	margin-top: 30px;
	padding: 3px;
}
#contents .scheduleBlock01-01 {
	padding: 17px;
}
#contents .scheduleBlock01 .list {
	margin-top: 12px;
	padding-right: 8px;
}
#contents .scheduleBlock01 .list li {
	font-size: 16px;
	line-height: 32px;
	float: left;
	width: 50%;
	padding: 10px 10px 10px 20px;
	margin-right: 8px;
}
#contents .scheduleBlock01 .list li:nth-child(2n) {
	margin-right: -8px;
}
#contents .scheduleBlock01 .list li:nth-child(2n + 1) {
	clear: both;
}
#contents .scheduleBlock01 .list li:nth-child(n + 3) {
	margin-top: 8px;
}
#contents .scheduleBlock01 p + p {
	margin-left: 15px;
}
#contents .scheduleBlock01 .list .calendar img {
	height: 32px;
}
#contents .scheduleBlock01 .list .date a:hover {
	text-decoration: none;
}
#contents .scheduleBlock01 .list .time::before {
	margin-right: 15px;
}
#contents .scheduleBlock01 .notice {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
}
#contents .scheduleBlock01 .notice a {
	text-decoration: underline;
}
#contents .scheduleBlock01 .notice a:hover {
	text-decoration: none;
}
#contents .scheduleBlock01 .notice img {
	margin-right: 5px;
}
#contents .scheduleBlock01 .notice img.googleCalendar {
	height: 22px;
}
#contents .scheduleBlock01 .notice img.twitter {
	height: 13px;
}

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

/* table */
#contents .table01 {
}
#contents .table01 th,
#contents .table01 td {
	padding: 12px 16px;
}
#contents .table01 th {
	width: 133px;
	font-weight: bold;
}
/* table100～ */
#contents .table100 tr {
	border-top: 1px solid #d1d1d1;
}
#contents .table100 tr:last-child {
	border-bottom: 1px solid #d1d1d1;
}
#contents .table100 {
	border-spacing: 0;
}
#contents .table100 th ,
#contents .table100 td {
	padding: 12px 16px;
}
#contents .table100 th {
	/*width: 190px;*/
	font-weight: bold;
}
/*上見出し4カラム*/
#contents .table101 tr {
	border-top: 1px solid #d1d1d1;
}
#contents .table101 tr:last-of-type {
	border-bottom: 1px solid #d1d1d1;
}
#contents .table101 {
	border-spacing: 0;
}
#contents .table101 th ,
#contents .table101 td {
	padding: 12px 16px;
	border-right: 1px solid #d1d1d1;
}
#contents .table101 th:last-of-type ,
#contents .table101 td:last-of-type {
	border-right: none;
}
#contents .table101 th {
	width: 25%;
}
#contents .table101 a {
	text-decoration: underline;
}
#contents .table101 a:hover {
	text-decoration: none;
}
/*上見出し2カラム*/
#contents .table102 tr {
	border-top: 1px solid #d1d1d1;
}
#contents .table102 tr:last-of-type {
	border-bottom: 1px solid #d1d1d1;
}
#contents .table102 {
	border-spacing: 0;
}
#contents .table102 th ,
#contents .table102 td {
	padding: 12px 16px;
	border-right: 1px solid #d1d1d1;
}
#contents .table102 th:last-of-type ,
#contents .table102 td:last-of-type {
	border-right: none;
}
#contents .table102 th:first-of-type {
	width: 35%;
}
#contents .table102 a {
	text-decoration: underline;
}
#contents .table102 a:hover {
	text-decoration: none;
}
/*横見出し2カラム*/
#contents .table103 tr {
	border-top: 1px solid #d1d1d1;
}
#contents .table103 tr:last-of-type {
	border-bottom: 1px solid #d1d1d1;
}
#contents .table103 {
	border-spacing: 0;
}
#contents .table103 th ,
#contents .table103 td {
	padding: 12px 16px;
	border-right: 1px solid #d1d1d1;
}
#contents .table103 th:last-of-type ,
#contents .table103 td:last-of-type {
	border-right: none;
}
#contents .table103 th:first-of-type {
	width: 35%;
}
#contents .table103 a {
	text-decoration: underline;
}
#contents .table103 a:hover {
	text-decoration: none;
}
/* table100～ */


/* link */
#contents .link01::after,
#contents .link03::after {
	margin-left: 10px;
}
#contents .link01::after {
	width: 24px;
	height: 18px;
}
#contents .link03::after {
	width: 14px;
	height: 11px;
}
#contents .link04 {
	padding: 0 60px 10px;
}
#contents .link04 li {
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-left: 60px;
	padding-left: 60px;
	border-left: 1px solid #d1d1d1;
}
#contents .link04 li:nth-child(4n + 1) {
	clear: both;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#contents .link04 li:nth-child(n + 5) {
	margin-top: 12px;
}
#contents .link04 a {
	padding-left: 26px;
	background-size: auto 16px;
}
#contents .link04 a:hover {
	text-decoration: underline;
}
/* link100～ */
#contents .link100 a {
	text-decoration: underline;
}
#contents .link100 a:hover {
	text-decoration: none;
}
/* link100～ */
/* link201～ */
#contents .link201 {
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 15px;
}
#contents .link201 + .link201 {
  padding-top: 15px;
}
#contents .link201 dt {
  font-size: 18px;
}
#contents .link201 dd ul li {
  margin-right: 35px;
  font-size: 16px;
	margin-top: 4px;
}
#contents .link201 dd ul li + li {
  
}
#contents .link201 dd ul li a {
  padding-left: 26px;
  background-size: auto 16px;
}
/* ～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 {
	float: right;
	width: 310px;
}
#contents .sideContents .title10 + .itemBlock {
	margin-top: 15px;
}
#contents .sideContents .item +.item {
	margin-top: 20px;
}
#contents .sideContents .item .title {
	font-size: 11px;
	margin-top: 8px;
	line-height: 1.3;
}
#contents .sideContents .item .featureTitle {
	margin-top: 5px;
	line-height: 1.3;
}

#contents .sideContents .sideBangerList01 ul li .title span::after {
  width: 24px;
  height: 18px;
  margin-left: 5px;
}
#contents .sideContents .sideBangerList01 ul li .item {
  width: 110px;
}
#contents .sideContents .sideBangerList01 ul li .title,
#contents .sideContents .sideBangerList01 ul li .date {
  margin-left: 125px;
}

/* sideModule */
#contents .sideModule01:nth-child(n + 2) {
	margin-top: 40px;
}

/* relatedFeature */
#contents .relatedFeature01 {
	padding: 20px;
	background-color: #F7F7F7;
}







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

	Each Page

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

/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
/* mainvisual */
#mainvisual .swipeSlide {
	position: relative;
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
#mainvisual .swipeSlideView {
	height: 440px;
}
#mainvisual .swipeSlideView::before,
#mainvisual .swipeSlideView::after {
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.70);
	position: absolute;
	top: 0;
	width: 100000px;
	height: 100%;
	z-index: 1000;
}
#mainvisual .swipeSlideInner {
	z-index: 900;
}
#mainvisual .swipeSlideView::before {
	left: 100%;
}
#mainvisual .swipeSlideView::after {
	right: 100%;
}
#mainvisual .item {
	position: relative;
	width: 1160px;
}
#mainvisual .thumbBlockWrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 660px;
	height: 440px;
}
#mainvisual .movieInfo {
	width: 500px;
	height: 440px;
	padding: 10px 30px;
	display: table-cell;
	vertical-align: middle;
}
#mainvisual .movieInfo .featureTitle {
	font-size: 30px;
	line-height: 50px;
}
#mainvisual .movieInfo .featureTitle span {
	/*padding-bottom: 5px;*/
	border-bottom-width: 5px;
}
#mainvisual .movieInfo .lead {
	font-size: 18px;
	line-height: 28px;
	margin-top: 20px;
}
#mainvisual .movieInfo .title {
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
	padding-top: 20px;
}
#mainvisual .movieInfo .button06 {
	margin-top: 18px;
}
#contents #mainvisual .item .title:hover,
#contents #mainvisual .item .featureTitle:hover {
	opacity: 1;
}
#mainvisual .swipeSlideMarker {
	margin-top: 12px;
}
#mainvisual .swipeSlideMarker li {
	width: 12px;
	height: 12px;
}
#mainvisual .swipeSlideMarker li + li {
	margin-left: 18px;
}
#mainvisual .swipeSlideController li {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 28px;
	height: 44px;
	z-index: 1100;
	margin-top: auto;
	margin-bottom: auto;
	cursor: pointer;
	transition: opacity 0.1s;
}
#mainvisual .swipeSlideController li:hover {
	opacity: 0.7;
}
#mainvisual .swipeSlideController .btnPrev {
	left: -53px;
	background-image: url("/images/arrow_06_01.png");
}
#mainvisual .swipeSlideController .btnNext {
	right: -53px;
	background-image: url("/images/arrow_06_02.png");
}

/* topBlock01 */
#contents .topBlock01 {
	margin-top: 30px;
}
#contents .topBlock01::after {
	content: "";
	display: block;
	clear: both;
}

/* topNowOnAir */
#contents .topNowOnAir {
	float: left;
	width: 565px;
	padding-bottom: 40px;
}
#contents .topNowOnAir .item {
	width: 278px;
	float: left;
}
#contents .topNowOnAir .item + .item {
	margin-left: 9px;
}
#contents .topNowOnAir .item:first-child .thumbBlock01::after {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #0945ab;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .topNowOnAir .item:nth-child(n + 2) .thumbBlock01::after {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #B8B8B8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .topNowOnAir .item:nth-child(n + 2) .titleBlock {
	border: 2px solid #B8B8B8;
}
#contents .topNowOnAir .item .schedule {
	top: 4px;
	left: 4px;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
}
#contents .topNowOnAir .item .titleBlock {
	padding: 12px;
}
#contents .topNowOnAir .item:nth-child(n + 2) .titleBlock {
	padding: 12px 12px 11px;
	border-top: none;
}
#contents .topNowOnAir .item .title {
	height: 3em;
	overflow: hidden;
	font-weight: bold;
}

/* topNews */
#contents .topNews {
	float: right;
	width: 565px;
}
#contents .topNews .topNewsList01 {
  margin-bottom: 30px;
}
#contents .topNews .topNewsList01 li {
}
#contents .topNews .topNewsList01 li:last-child {
}
#contents .topNews .topNewsList01 li a {
  padding: 10px 0;
}
#contents .topNews .topNewsList01 li .topNewsThumb {
  width: 120px;
}
#contents .topNews .topNewsList01 li .topNewsTxt {
  margin-left: 130px;
}
#contents .topNews .topNewsList01 li .topNewsTxt .date {
}
#contents .topNews .topNewsList01 li .topNewsTxt .title {}
#contents .topNews .topNewsList01 li a:hover .topNewsTxt .title {
  text-decoration: none;
}

/* topFeatureBlock */
#contents .topFeatureBlock {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

#contents .tabBlock201 .featureTab li {
  width: 550px;
}


/* topBannerBlock02 */
#contents .topBannerBlock02 {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* topBlock02 */
#contents .topBlock02 {
	padding-top: 40px;
	padding-bottom: 40px;
}
#contents .topBlock02 .inner {
	display: flex;
	justify-content: space-between;
}
#contents .topBlock02::after {
	content: "";
	display: block;
	clear: both;
}
#contents .topBlock02-01 {
	width: 720px;
}

/* topNotice */
#contents .topNotice {
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 40px;
}
#contents .topBlock02-02 {
	width: 400px;
}
#contents .topBlock02-02 .banner02 li a img {
	width: 100%;
	height: auto;
}

/* topNewMovie */
#contents .topNewMovie {
	padding: 20px 24px;
}

/*topBangerBlock*/
#contents .topBangerBlock {
	padding-top: 37px;
	padding-bottom: 30px;
}
#contents .topBangerBlock .topBangerTitle02 {
	margin-top: 20px;
}
#contents .topBangerBlock .itemBlock {
	margin-top: 25px;
	padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contents .topBangerBlock .itemBlock::after {
	content: "";
	display: block;
	clear: both;
}
#contents .topBangerBlock .item {
	/*float: left;*/
	width: 20%;
	margin-right: 10px;
  background-color: #ffffff;
}
#contents .topBangerBlock .item:nth-child(5n) {
	margin-right: -40px;
}
#contents .topBangerBlock .item .titleBlock {
	padding: 16px 20px;
}
#contents .topBangerBlock .item .title {
	margin-top: 8px;
}
#contents .topBangerBlock .topBangerFooter {
	position: relative;
	margin-top: 30px;
}
#contents .topBangerBlock .topBangerCopyright01 {
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
#contents .topBangerBlock .topBangerCopyright02 {
	font-size: 10px;
	margin-top: 40px;
}
#contents .topBangerBlock .item .title span {
	text-decoration: underline;
}
#contents .topBangerBlock .item a:hover .title span {
	text-decoration: none;
}
#contents .topBangerBlock .item .title span::after {
  width: 24px;
  height: 18px;
}

/*topBannerBlock01*/
.topBannerBlock01 ul li a img {
	width: 565px;
	height: auto;
}



/* --------------------------------------------------
	番組一覧
-------------------------------------------------- */
#contents .programList01 .itemBlock {
	margin-top: 20px;
	padding-right: 45px;
}
#contents .programList01 .item {
	float: left;
	width: 25%;
	margin-right: 15px;
}
#contents .programList01 .item:nth-child(4n) {
	margin-right: -45px;
}
#contents .programList01 .item:nth-child(4n + 1) {
	clear: both;
}
#contents .programList01 .item:nth-child(n + 5) {
	margin-top: 20px;
}
#contents .programList01 .featureTitle {
	margin-top: 5px;
	line-height: 1.3;
}



/* --------------------------------------------------
	番組詳細
-------------------------------------------------- */
/* programDetailHeader */
#contents .programDetailHeader01 {
	margin-bottom: 30px;
}
#contents .programDetailHeader01-01 {
	position: relative;
	margin-top: 5px;
	padding-right: 130px;
	min-height: 24px;
}

/* programDetail */
#contents .programDetail01 {
	margin-top: 40px;
	margin-left: 20px;
}
#contents .programDetail01 p,
#contents .programDetail01 ul {
	margin-top: 10px;
}
#contents .programDetail01 ul.iconList01 {
  margin-top: 5px;
}
#contents .programDetail01 ul.iconList201 {
  margin-top: 20px;
}
#contents .programDetail01 .programDetail01-01 {
	margin-top: 30px;
}
#contents .programDetail01 .programDetail01-01::after {
	content: "";
	display: block;
	clear: both;
}
#contents .programDetail01 .programDetail01-01 .programDetail01-01-01 {
	float: left;
	width: 360px;
}
#contents .programDetail01 .programDetail01-01 .programDetail01-01-02 {
	float: right;
	width: 380px;
}
#contents .programDetail01 .name {
	font-size: 15px;
}

/* relatedLinks */
#contents .relatedLinks01 {
	margin-top: 40px;
  margin-bottom: 40px;
	border-top: 1px solid #e6e6e6;
	padding-top: 30px;
	padding-left: 20px;
}
#contents .relatedLinks01 .list {
	font-size: 16px;
	margin-top: 30px;
}
#contents .relatedLinks01 .list li + li {
	margin-top: 20px;
}
#contents .relatedLinks01 .list a {
	text-decoration: underline;
}
#contents .relatedLinks01 .list a:hover {
	text-decoration: none;
}
#contents .relatedLinks01 .list li:before {
  width: 4px;
  height: 4px;
}



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


/* --------------------------------------------------
	特集詳細 /special/detail/
-------------------------------------------------- */
#contents .programDetailHeader01.recommendDetailHeader01 {}
#contents .programDetailHeader01.recommendDetailHeader01 .title05 {
	line-height: 34px;
	padding: 15px 24px 11px;
}
#contents .programDetailHeader01.recommendDetailHeader01 .recommendTtl01 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
	width: 60px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #ffffff;
	padding: 2px 3px;
}
#contents .specialDetail01 {
	margin-top: 30px;
}
#contents .specialDetail02 {
  margin-top: 40px;
}

#contents .specialDetail02 .itemBlock {
  padding-right: 20px;
}
#contents .specialDetail02 .item {
  float: left;
  width: 50%;
  margin-right: 20px;
}
#contents .specialDetail02 .item:nth-child(2n) {
    margin-right: -20px;
}
#contents .specialDetail02 .item:nth-child(n+3) {
  margin-top: 20px;
}
#contents .specialDetail02 .item .title {
  font-size: 16px;
  font-weight: bold;
  color: #024aa9;
  margin-top: 8px;
}
#contents .specialDetail02 .item .caption {
  font-size: 14px;
  margin-top: 4px;
}

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

#contents .specialDetail04 {
  padding-top: 20px;
  margin-top: 40px;
}


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

#contents .presentImg02 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
	padding-top: 10px;
}
#contents .presentImg02 .presentItem01:hover img {
  opacity: 0.7;
}
#contents .presentImg02 .presentItem01 {
  width: 100px;
  margin: 0 5px;
  position: relative;
	border: 3px solid #ffffff;
}
#contents .presentImg02 .presentItem01.active {
  border: 3px solid #00a0e9;
}
#contents .presentImg02 .presentItem01.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  top: -20px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00a0e9;
  border-left: 10px solid transparent;
}

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

#contents .presentDetailTxt01 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #27313e;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
}

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

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

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

/* --------------------------------------------------
	サイドバー　プレゼント一覧
-------------------------------------------------- */
#contents .sideContents .sidePresentList01 {
  margin-top: 15px;
}
#contents .sideContents .sidePresentList01 .itemBlock li {
  display: block;
  /*padding-bottom: 15px;*/
  margin-bottom: 18px;
  /*border-bottom: 1px solid #e6e6e6;*/
}
#contents .sideContents .sidePresentList01 .itemBlock li:last-child {
  margin-bottom: 0
}
#contents .sideContents .sidePresentList01 .title {
  text-decoration: underline;
  font-size: 14px;
  margin-top: 7px;
	line-height: 1.3;
}
#contents .sideContents .sidePresentList01 .itemBlock a:hover .title {
  text-decoration: none;
}

/* --------------------------------------------------
	サイドバー　ニュース一覧
-------------------------------------------------- */
#contents .sideContents .sideNewsList01 {
  margin-top: 15px;
}
#contents .sideContents .sideNewsList01 .itemBlock li {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e6e6e6;
}
#contents .sideContents .sideNewsList01 .itemBlock li:last-child {
  margin-bottom: 0
}
#contents .sideContents .sideNewsList01 .title {
  text-decoration: underline;
  font-size: 14px;
}
#contents .sideContents .sideNewsList01 .date {
  font-size: 12px;
  color: #888888;
  margin-top: 10px;
}
#contents .sideContents .sideNewsList01 .itemBlock a:hover .title {
  text-decoration: none;
}


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



/* --------------------------------------------------
	サイドバー　BANGER!!!
-------------------------------------------------- */
#contents .sideContents .sideBangerList01 {
  margin-top: 13px;
}
#contents .sideContents .sideBangerList01 .itemBlock li {
  display: block;
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
#contents .sideContents .sideBangerList01 .itemBlock li:last-child {
  margin-bottom: 0
}
#contents .sideContents .sideBangerList01 .title {
  text-decoration: underline;
  font-size: 14px;
}
#contents .sideContents .sideBangerList01 .date {
  font-size: 12px;
  color: #999999;
	line-height: 1.1;
}
#contents .sideContents .sideBangerList01 .copy {
	font-size: 10px;
	color: #c9c9c9;
	margin-top: 5px;
	line-height: 1.1;
	clear: both;
}
#contents .sideContents .sideBangerList01 .itemBlock a:hover .title {
  text-decoration: none;
}
#contents .sideContents .sideBangerList02 {
	margin-top: 50px;
}

/* --------------------------------------------------
	サイドバー　新着情報
-------------------------------------------------- */
#contents .sideContents .sideNewList01 {
  margin-top: 15px;
}
#contents .sideContents .sideNewList01 .itemBlock li {
  display: block;
  /*padding-bottom: 15px;*/
  margin-bottom: 18px;
  /*border-bottom: 1px solid #e6e6e6;*/
}
#contents .sideContents .sideNewList01 .itemBlock li:last-child {
  margin-bottom: 0
}
#contents .sideContents .sideNewList01 .title {
  text-decoration: underline;
  font-size: 14px;
}
#contents .sideContents .sideNewList01 .date {
  font-size: 12px;
  color: #888888;
  margin-top: 4px;
}
#contents .sideContents .sideNewList01 .itemBlock a:hover .title {
  text-decoration: none;
}



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

#contents .specialTop01 .itemBlock01 {
	padding-right: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}
#contents .specialTop01 .itemBlock01 .item {
	float: left;
	width: 50%;
	margin-right: 40px;
	margin-bottom: 35px;
}
#contents .specialTop01 .itemBlock01 .item:nth-child(2n) {
	margin-right: -40px;
}
#contents .specialTop01 .itemBlock01::after,
#contents .specialTop01 .itemBlock01 .item:nth-child(2n+1),
#contents .specialTop02 .item:nth-child(4n+1) {
  content: "";
	display: block;
	clear: both;
}
#contents .specialTop01 .itemBlock01 .specialThumb01 {
}
#contents .specialTop01 .specialTxt01 {
  margin-top: 10px;
}

#contents .specialTop01 .itemBlock01 .specialTtl01 {
  color: #009deb;
  font-size: 26px;
	font-weight: bold;
	margin-top: 10px;
}
.specialTop01 .itemBlock01 .specialInfo01 .specialTxt02 {
  margin-top: 20px;
  font-size: 16px;
}

#contents .specialTop02 .itemBlock01 {
  padding-right: 60px;
}
#contents .specialTop02 .itemBlock01 {
	content: "";
	display: block;
	clear: both;
}
#contents .specialTop02 .item {
  float: left;
  width: 25%;
  margin-right: 20px;
}
#contents .specialTop02 .item:nth-child(4n) {
  margin-right: -60px;
}
#contents .specialTop02 .item:nth-child(n+5) {
  margin-top: 20px;
}
#contents .specialTop02 .specialTtl02 {
  font-size: 11px;
	margin-top: 8px;
}
#contents .specialTop02 .specialTtl03 {
  color: #009deb;
  font-weight: bold;
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.3;
}

/* --------------------------------------------------
	特集動画
-------------------------------------------------- */
#contents .specialMovie01 {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
#contents .specialMovie01 .itemBlock {
  padding-right: 20px;
}
#contents .specialMovie01 .itemBlock .item {
  float: left;
  width: 570px;
  margin-right: 20px;
}
#contents .specialMovie01 .itemBlock .item:nth-child(2n) {
  margin-right: -20px;
}
#contents .specialMovie01 .itemBlock .item:nth-child(2n+1) {
  content: "";
	display: block;
	clear: both;
}
#contents .specialMovie01 .movieTxt01 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}
#contents .specialMovie02 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#contents .specialMovie02 .itemBlock {
  padding-right: 60px;
}
#contents .specialMovie02 .item {
  float: left;
  width: 25%;
  margin-right: 20px;
}
#contents .specialMovie02 .item:nth-child(4n) {
  margin-right: -60px;
}
#contents .specialMovie02 .item:nth-child(4n+1) {
	clear: both;
}
#contents .specialMovie02 .item:nth-child(n+5) {
  margin-top: 20px;
}
#contents .specialMovie02 .movieTxt02 {
  font-weight: bold;
  margin-top: 5px;
	line-height: 1.3;
}

#contents .specialMovie03 {
  text-align: center;
}
#contents .specialMovie03 a:hover img {
	opacity: 0.5;
}


/* --------------------------------------------------
	ニュース一覧
-------------------------------------------------- */
#contents .infoTop01 {
	padding-top: 30px;
}
/*タブ一覧*/
#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 {
	padding-right: 20px;
}
#contents .infoTop01 .itemBlock li {
	margin: 20px 20px 0 0;
	float: left;
	width: 50%;
}
#contents .infoTop01 .itemBlock li:first-of-type ,
#contents .infoTop01 .itemBlock li:nth-of-type(2) {
	margin-top: 0;
}
#contents .infoTop01 .itemBlock li:nth-of-type(2n + 1) {
	clear: both;
}
#contents .infoTop01 .itemBlock li:nth-of-type(2n) {
	margin-right: -30px;
}
#contents .infoTop01 .title {
	text-decoration: underline;
}
#contents .infoTop01 .date {
	color: #888888;
	margin: 10px 0 5px;
	line-height: 1;
}
#contents .infoTop01 .itemBlock a:hover .title {
	text-decoration: none;
}
#contents .infoTop02 {
	margin-top: 34px;
}
/*ページネーション*/
#contents .pagination {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#contents .pagination li {
	margin: 0 5px;
	padding: 0;
}
#contents .pagination li span {
	background: #FFF;
	color: #0945ab;
	font-size: 13px;
	font-weight: bold;
	width: 31px;
	height: 31px;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #e6e6e6;
}
#contents .pagination li.brokenLink span ,
#contents .pagination li.brokenLink a:hover span {
	background: #e6e6e6;
	color: #888;
	border: 2px solid #e6e6e6;
}
#contents .pagination li.current span ,
#contents .pagination li.current a:hover span {
	background: #0945ab;
	color: #FFF;
	border: 2px solid #0945ab;
}
#contents .pagination li a:hover span {
	background: #cedaee;
	border: 2px solid #cedaee;
}
#contents .pagination li.brokenLink a ,
#contents .pagination li.current a {
	pointer-events: none;
	cursor: default;
}


/* --------------------------------------------------
	週間番組表
-------------------------------------------------- */
/* timetableNavi */
#contents .timetableNavi {
	margin-top: 20px;
}
#contents .timetableNavi::after {
	content: "";
	display: block;
	clear: both;
}

/* timetableNaviCalendar */
#contents .timetableNaviCalendar {
	float: left;
	padding: 10px;
	background-color: #ededed;
}
#contents .timetableNaviCalendar::after {
	content: "";
	display: block;
	clear: both;
}
#contents .timetableNaviCalendar .calendar {
	float: left;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #d1d1d1;
}
#contents .timetableNaviCalendar .calendar + .calendar {
	margin-left: 6px;
}
#contents .timetableNaviCalendar .calendar table {
	height: 251px;
}
#contents .timetableNaviCalendar .calendar th,
#contents .timetableNaviCalendar .calendar td {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .timetableNaviCalendar .calendar th {
	background-color: #f7f7f7;
}
#contents .timetableNaviCalendar .calendar .month th {
	color: #0945ab;
	font-size: 15px;
	height: 42px;
}
#contents .timetableNaviCalendar .calendar .day th {
	font-size: 13px;
	height: 35px;
	border-top: 1px solid #e6e6e6;
}
#contents .timetableNaviCalendar .calendar .sat {
	color: #0a3d7b;
}
#contents .timetableNaviCalendar .calendar .sun {
	color: #ae0425;
}
#contents .timetableNaviCalendar .calendar td {
	width: 52px;
}
#contents .timetableNaviCalendar .calendar .current {
	color: #ffffff;
	background-color: #009deb;
}
#contents .timetableNaviCalendar .calendar .selected {
	color: #ffffff;
	background-color: #83F0E0;
}
#contents .timetableNaviCalendar .calendar a {
	display: table;
	width: 100%;
	height: 100%;
}
#contents .timetableNaviCalendar .calendar a:hover {
	background-color: #ededed;
	color: #222222;
}
#contents .timetableNaviCalendar .calendar a span {
	display: table-cell;
	vertical-align: middle;
}

/* timetableNaviList */
#contents .timetableNaviList {
	float: right;
	width: 350px;
	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 {
}
#contents .timetableNaviList li + li {
	margin-top: 10px;
}
#contents .timetableNaviList a {
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	display: block;
	position: relative;
	transition: opacity 0.1s;
	background-color: #ffffff;
}
#contents .timetableNaviList a:hover {
	opacity: 0.8;
}
#contents .timetableNaviList a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	width: 9px;
	height: 13px;
	margin-top: auto;
	margin-bottom: auto;
 	background-image: url("/images/arrow_04.png");
	background-size: contain;
}
#contents .timetableNaviList .timetableNavi01 a {
	line-height: 50px;
 	background-image: url("/images/icon_pdf_03.png");
	background-position: 16px center;
	background-size: 28px auto;
}
#contents .timetableNaviList .timetableNavi02 a {
 	background-image: url("/images/icon_01.png");
	background-position: 24px center;
	background-size: 19px auto;
}
#contents .timetableNaviList .timetableNavi03 a {
 	background-image: url("/images/btn_navi_sns_03.png");
	background-size: auto 19px;
	background-position: 25px center;
}
#contents .timetableNaviList .timetableNavi04 a {
 	background-image: url("/images/icon_recommend_01.png");
	background-size: auto 21px;
	background-position: 24px center;
}
#contents .timetableNaviList .description {
	font-size: 12px;
	padding: 10px;
	border-top: 1px solid #e6e6e6;
	background-color: #ffffff;
}
#contents .timetableNaviList .description span {
	border-bottom: 4px solid #fdeb00;
}

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

/* timetableHeader */
#contents .timetableHeader {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
	line-height: 64px;
	background-color: #0945ab;
	position: relative;
}
#contents .timetableHeader .year {
}
#contents .timetableHeader .month {
}
#contents .timetableHeader .date {
}
#contents .timetableHeader .day {
	font-size: 19px;
}
#contents .timetableHeader .btnTimetable li a {
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	height: 20px;
	display: block;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	transition: opacity 0.1s;
}
#contents .timetableHeader .btnTimetable li a:hover {
	opacity: 0.8;
}
#contents .timetableHeader .btnTimetable li a::after {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 0;
	width: 14px;
	height: 20px;
}
#contents .timetableHeader .btnTimetable .btnPrev a {
	left: 20px;
	padding-left: 25px;
}
#contents .timetableHeader .btnTimetable .btnNext a {
	right: 20px;
	padding-right: 25px;
}
#contents .timetableHeader .btnTimetable .btnPrev a::after {
	left: 0;
 	background-image: url("/images/arrow_06_01.png");
	background-size: auto 20px;
}
#contents .timetableHeader .btnTimetable .btnNext a::after {
	right: 0;
 	background-image: url("/images/arrow_06_02.png");
	background-size: auto 20px;
}

/* timetableBlock */
#contents .timetableBlock td {
	width: 153px;
}

/* timetableDate */
#contents .timetableDate {
	height: 52px;
}
#contents .timetableDate .fixed {
	position: fixed;
	top: 110px;
	left: 0;
	right: 0;
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
}
#contents .timetableDate td:last-child {
	border-right: none;
}
#contents .timetableDate th:first-child {
	border-left: none;
}
#contents .timetableDate .date {
	color: #ffffff;
	font-size: 20px;
	height: 52px;
	background-color: #27313e;
}
#contents .timetableDate .date span {
	font-size: 14px;
	margin-left: 0.5em;
}
#contents .timetableDate .date .saturday {
}
#contents .timetableDate .date .sunday {
}

/* timetableBody */
#contents .timetableBody th {
	font-size: 16px;
	padding: 10px;
	height: 70px;
}
#contents .timetableBody td {
	padding: 10px;
}
#contents .timetableBody .item{
	word-break: break-word;
}
#contents .timetableBody .item .time {
	margin-top: 8px;
}
#contents .timetableBody .item .title {
	margin-top: 5px;
}
/* 選択した日付のスタイル */
#contents .timetableDate td.select {
    background-color: #06B5A7;
}
#contents .timetableBody td.select {
    background-color: #EEFFFA;
}

/* --------------------------------------------------
	会社概要
-------------------------------------------------- */
#contents .corporateTop01 {
	margin-top: 30px;
	margin-bottom: 60px;
}
#contents .corporateTop01 dl {
	margin-bottom: 10px;
}
#contents .corporateTop01 dl:last-of-type {
	margin-bottom: 0;
}
#contents .corporateTop01 dt {
		display: inline-block;
		vertical-align: middle;
		/*border: 1px solid #CCC;*/
}
#contents .corporateTop01 dt img {
  width: 112px;
  height: auto;
}
#contents .corporateTop01 dt img:hover {
	opacity: 0.7;
}
#contents .corporateTop01 dd {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
#contents .corporateTop01 dd a {
	text-decoration: underline;
}
#contents .corporateTop01 dd a:hover {
	text-decoration: none;
}

#contents .corporateTop02 .title102 {
	margin-bottom: 15px;
}
#contents .corporateTop02 .table100 {
	margin-top: 20px;
}

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

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

#contents .wrapperNotfound01 h3 {
  margin-bottom: 40px;
}
#contents .wrapperNotfound01 h3 span {
  font-size: 34px;
  padding-bottom: 15px;
}

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


/* --------------------------------------------------
	個人情報保護ポリシー
-------------------------------------------------- */
#contents .corporatePrivacyTop01,
#contents .corporatePrivacyTop01 .title104,
#contents .corporatePrivacyTop01 .office {
	margin-top: 30px;
}
#contents .corporatePrivacyTop01 .office {
	margin-bottom: 30px;
}
#contents .privacyDetail {
	margin-top: 18px;
}
#contents .privacyDetail .title105 {
	margin-top: 15px;
}
#contents .privacyDetail table {
	margin: 10px 0 10px;
}
#contents .privacyDetail p {
	margin-bottom: 15px;
}
#contents .privacyKihon {
  margin-bottom: 50px;
}
#contents .privacyKitei {}
#contents .privacyDetail .from {
	text-align: right;
	margin: 20px 0;
}
#contents .privacyKihon .privacyDetail .from {
	font-weight: bold;
}
#contents .privacyMark {
	display: table;
	border: 1px solid #d1d1d1;
	margin: 20px 0;
	padding: 10px 20px;
}
#contents .privacyMark figure ,
#contents .privacyMark p {
	vertical-align: middle;
	display: table-cell;
}
#contents .privacyMark figure {
	width: 75px;
}
#contents .privacyMark p {
	padding: 0 0 0 15px;
}
#contents .privacyKiteiDetail .list102 {
	margin: 0 0 0 16px;
}
#contents .privacyKiteiDetail .title105 {
	margin: 20px 0 0;
}
#contents .privacyKiteiDetail p:last-of-type {
	margin-bottom: 0;
}
#contents .privacyKiteiDetail dd {
}
#contents .privacyKiteiDetail dd .title106 {
	margin-top: 15px;
  font-weight: bold;
}
#contents .privacyKiteiDetail dd a {
	text-decoration: underline;
}
#contents .privacyKiteiDetail dd a:hover {
	text-decoration: none;
}
#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 .privacyKiteiDetail .list101 li .table102 {
  margin-top: 10px;
}


/* --------------------------------------------------
	メルマガ利用規約
-------------------------------------------------- */
#contents .kiyaku01 {
  margin-top: 30px;
}
#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: 40px;
  margin-bottom: 0;
}


/* --------------------------------------------------
	お問い合わせ/リクエスト
-------------------------------------------------- */
#contents .corporateContactTop01 {
	margin-top: 40px;
	
}
#contents .contactBlock01 {
	margin-bottom: 48px;
}
#contents .contactDetail {
	margin-top: 18px;
}
#contents .customercenter {
	text-align: center;
	width: 516px;
	margin: 20px auto 0;
	border: 2px solid #0945ab;
}
#contents .customercenterHeader {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	line-height: 58px;
	background-color: #0945ab;
}
#contents .customercenterDetail ul {
	margin: 25px 36px;
}
#contents .customercenterDetail li {
	text-align: center;
	display: table;
	margin-bottom: 14px;
}
#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: 16px;
	line-height: 32px;
	text-align: center;
	width: 88px;
	margin-right: 19px;
	display: block;
}
#contents .customercenterDetail li.tel img {
	width: 40px;
	height: auto;
	vertical-align: middle;
}
#contents .customercenterDetail li.tel a {
	pointer-events: none;
	display: inline-block;
}
#contents .customercenterDetail li.tel p:nth-of-type(2) span{
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 10px;
}
#contents .customercenterDetail li.time p:nth-of-type(2) {
	font-size: 20px;
	font-weight: bold;
	
}


/* --------------------------------------------------
	メルマガ登録
-------------------------------------------------- */
#contents .magazineTop01 {
	margin-top: 30px;
}
#contents .magazineTop01 .magazineRegHeader {
	display: flex;
	align-items: center;
	justify-content: center;
}
#contents .magazineReg {
	/*width: 770px;
	float: left;*/
}
#contents .magazineSample {
	width: 338px;
	float: right;
}
#contents .magazineSample img {
	width: 100%;
	border: 1px solid #a8a8a8;
}
#contents .magazineBlock::after {
	content: "";
	display: block;
	clear: both;
}
#contents .magazineReg .button101 {
	margin-bottom: 30px;
	padding: 10px 0;
	/*border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;*/
}

#contents .magazineTop02 {
	margin-top: 50px;
}
#contents .magazineTop02 .buttonBlock {
	text-align: center;
	margin-top: 40px;
}
/*#contents .magazineTop02 .buttonBlock::after {
	content: "";
	display: block;
	clear: both;
}*/
#contents .magazineTop02 .buttonBlock .buttonChange ,
#contents .magazineTop02 .buttonBlock .buttonDeregistration {
	width: 342px;
	display: inline-block;
	vertical-align: top;
}
#contents .magazineTop02 .buttonBlock .buttonChange {
	margin-right: 80px;
}
#contents .magazineTop02 .buttonBlock .buttonChange p:last-of-type ,
#contents .magazineTop02 .buttonBlock .buttonDeregistration p:last-of-type {
	margin-top: 25px;
}

/* --------------------------------------------------
	会社概要系のフッターリンク
-------------------------------------------------- */
#contents .linkList01 {
	margin-top: 60px;
}
#contents .linkList01 ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
#contents .linkList01 ul li {
	border-left: 1px solid #d1d1d1;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	padding:  13px 0;
}
#contents .linkList01 ul li:last-child {
	border-right: 1px solid #d1d1d1;
}
#contents .linkList01 ul li a {
	background-size: 6px auto;
}
#contents .linkList01 ul li a:hover {
	opacity: 0.5;
}

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

#contents .faqContent01 .faqList01 {
	padding-left: 15px;
	padding-right: 15px;
}
#contents .faqContent01 .faqList01 dt,
#contents .faqContent01 .faqList01 dd {
	padding-left: 50px;
	background-size: 30px auto;
}
#contents .faqContent01 .faqList01 dt {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 45px;
	background-position: left 1em;
	cursor: pointer;
}
#contents .faqContent01 .faqList01 dt:hover {
	opacity: 0.7;
}
#contents .faqContent01 .faqList01 dd {
	padding-top: 5px;
	padding-bottom: 25px;
}
#contents .faqContent01 .faqList01 dt::after {
	top: 50%;
	margin-top: -5px;
	right: 15px;
	width: 19px;
	height: 11px;
}

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

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

/* ムービープラスとは */
#howTo #contents .howToBlock01 {
	padding: 60px 0;
}
#howTo #contents .howToBlock01 .logo30th img {
	height: 32px;
	width: auto;
}
#howTo #contents .howToArrow01 img {
	width: 134px;
	height: auto;
}
/* ムービープラスとは h2 */
#howTo #contents .howToBlock01 .howToTtl01,
#howTo #contents .howToBlock03 .howToTtl03,
#howTo #contents .howToBlock09 .howToTtl05,
#howTo #contents .howToBlock10 .howToTtl08 {
	font-size: 36px;
	margin-bottom: 30px;
}
#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: 60px;
	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: -2.25em;
}
#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: -2.25em;
}

/* ムービープラスとは h3 */
#howTo #contents .howToBlock01 .howToTtl02 {
	margin-top: 15px;
	margin-bottom: 30px;
}

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

/* 問合せ先　共通 */
#howTo #contents .howToBox01 {}
#howTo #contents .howToBox01 dt {
	font-size: 22px;
	padding: 15px 0;
}
#howTo #contents .howToBox01 dd {
	padding: 30px;
}
#howTo #contents .howToBox01 dd .tel01 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 42px;
}
#howTo #contents .howToBox01 dd .tel01 img {
	margin-right: 10px;
	width: 54px;
}
#howTo #contents .howToBox01 dd .tel01 .linkTel01 {
	display: inline-block;
	pointer-events: none;
}
#howTo #contents .howToBox01 dd .tel01 span {
	font-size: 20px;
	padding-left: 30px;
}

/* 地域のセレクトボックスエリア　共通 */
#howTo #contents .jcomArea01,
#howTo #contents .cableArea01,
#howTo #contents .areaBlock02 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#howTo #contents .jcomArea01 {
	padding: 25px 0;
}
#howTo #contents .jcomArea01 dl {
	display: flex;
	align-items: center;
	justify-content: center;
}
#howTo #contents .jcomArea01 dl dt {
	font-weight: bold;
	margin-right: 55px;
}
#howTo #contents .jcomArea01 dl dd,
#howTo #contents .cableArea01 .cableSelect {
	width: 230px;
	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 .jcomArea01 p a:hover {
	text-decoration: none;
}

#howTo #contents .areaBlock02 {
	margin-bottom: 40px;
	text-align: left;
}
#howTo #contents .areaBlock02 dt {
	font-weight: bold;
	color: #0945ab;
	font-size: 22px;
	border-bottom: 2px solid #afafaf;
	margin-bottom: 20px;
}
#howTo #contents .areaBlock02 dd {}
#howTo #contents .areaBlock02 dd ul {}
#howTo #contents .areaBlock02 dd ul.areaList > li {
	border-bottom: 1px solid #afafaf;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#howTo #contents .areaBlock02 dd ul.areaList li::after {
	content: "";
	display: block;
	clear: both;
}
#howTo #contents .areaBlock02 dd ul.areaList li .areaBlock03 {
	margin-bottom: 10px;
}
#howTo #contents .areaBlock02 dd ul.areaList li .areaBlock03::after {
	content: "";
	display: block;
	clear: both;
}
#howTo #contents .areaBlock02 dd ul.areaList li .tvName {
	float: left;
	display: flex;
	align-items: center;
	max-width: 690px;
	font-weight: bold;
}
#howTo #contents .areaBlock02 dd ul.areaList li .tvName a {
	text-decoration: underline;
	/*margin-left: 10px;*/
}
#howTo #contents .areaBlock02 dd ul.areaList li .tvName a:hover {
	text-decoration: none;
}
#howTo #contents .areaBlock02 dd ul.areaList li .tvName .tvIcon {
	margin-right: 10px;
}
#howTo #contents .areaBlock02 dd ul.areaList li .tvName .tvIcon img {
	height: 18px;
	width: auto;
	margin-right: 3px;
	vertical-align: middle;
}
#howTo #contents .areaBlock02 dd ul.areaList li .tvName .iconHD {
	display: inline-block;
	font-size: 14px;
	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 {
	float: right;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
#howTo #contents .areaBlock02 dd ul.areaList li .areaTel01 img {
	margin-right: 10px;
	vertical-align: middle;
	width: 23px;
	height: auto;
}
#howTo #contents .areaBlock02 dd ul.areaList li .areaTel01 a {
	display: inline-block;
	pointer-events: none;
}

/* ムービープラスとは 3つの丸ブロック */
#howTo #contents .howToBlock01 .howToTopImg01 {
	margin-top: 50px;
	margin-bottom: 60px;
}

/* ムービープラスとは 注釈 */
#howTo #contents .howToBlock01 .howToList01 {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}
#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: 14px;
	margin-top: 10px;
}
#howTo #contents .howToBlock01 .NumberoneImg01 {

}

#howTo #contents .howToBlock01 .NumberoneMovie01 {
	width: 768px;
	height: 432px;
	margin-left: auto;
	margin-right: auto;
}
#howTo #contents .howToBlock03 .NumberoneMovie01 {
	width: 768px;
	height: 432px;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 40px !important;
}
#howTo #contents .howToBlock01 .howToTtl07 {
	font-size: 30px;
	margin-top: 70px;
	margin-bottom: 10px;

}
#howTo #contents .howToBlock01 .NumberoneWrap01 {
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 15px;
}
#howTo #contents .howToBlock01 .NumberoneBlock01 {
	width: 33%;
	margin-right: 15px;
}
#howTo #contents .howToBlock01 .NumberoneBlock01:last-child {
	margin-right: -20px;
}
/* オススメ特集 */
#howTo #contents .howToBlock02 {
	padding: 70px 0;
}
#howTo #contents .howToBlock02 .recommendWrap01 {
	padding-right: 40px;
	margin-bottom: 40px;
	display: flex;
	-ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#howTo #contents .howToBlock02 .recommendBlock01 {
	width: 50%;
	margin-right: 40px;
	padding: 25px 0;
}
#howTo #contents .howToBlock02 .recommendBlock01:nth-child(2n) {
	margin-right: -40px;
}
#howTo #contents .howToBlock02 .recommendBlock01 .howToTtl03 {
	font-size: 20px;
	margin-bottom: 15px;
}
#howTo #contents .howToBlock02 .recommendBlock01 .howToTtl03 span {
	font-size: 32px;
}
#howTo #contents .howToBlock02 .recommendBlock01 .item {
	padding: 0 30px;
}
#howTo #contents .howToBlock02 .recommendBlock01 .item .title {
	font-size: 14px;
	margin-top: 10px;
}
#howTo #contents .howToBlock02 .recommendBlock01 .item .recommendTitle {
	font-size: 18px;
	margin-top: 3px;
}
#howTo #contents .howToBlock02 .recommendBlock01 .button02 {
	margin-top: 15px;
}

/* 視聴方法 */
#howTo #contents .howToBlock03 {
	padding: 70px 0;
}

/* 視聴方法 アンカーリンク */
#howTo #contents .howToBlock03 .howToList02 {
	margin-top: 30px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock03 .howToList02::after {
	content: "";
	display: block;
	clear: both;
}
#howTo #contents .howToBlock03 .howToList02 li {
	float: left;
	margin-right: 27px;
	margin-bottom: 30px;
}
#howTo #contents .howToBlock03 .howToList02 li:last-child {
	margin-right: 0;
}
#howTo #contents .howToBlock03 .howToList02 li a:hover {
	opacity: 0.5;
}

/* 視聴方法 問い合わせ */
#howTo #contents .howToBlock03 .howToBox01 {
	margin-top: 25px;
}
#howTo #contents .howToBlock03 .howToBanners {
	margin-top: 35px;
}
#howTo #contents .howToBlock03 .howToBanners ul {
	font-size: 0;
	text-align: center;
}
#howTo #contents .howToBlock03 .howToBanners ul li {
	display: inline-block;
}
#howTo #contents .howToBlock03 .howToBanners ul li + li {
	margin-left: 30px;
}
#howTo #contents .howToBlock03 .howToBanners ul li a:hover img {
	opacity: 0.5;
}

/* 各サービス比較表 */
#howTo #contents .howToBlock10 {
	padding: 70px 0;
}
#howTo #contents .howToBlock10 .chartImg {
	margin-top: 30px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock10 .howToList07 {
	font-size: 14px;
}

/* スカパー */
#howTo #contents .howToBlock04 {
	padding: 50px 0 70px;
}
#howTo #contents .howToBlock04 h2 {
	margin-bottom: 35px;
}
#howTo #contents .howToBlock04 h2 img {
	width: 248px;
	height: auto;
}

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

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

#howTo #contents .howToBlock04 .skyBlock01 .skyImageBlock01 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
#howTo #contents .howToBlock04 .skyBlock01 .skyImageBlock01 p {
	margin: 0 25px;
}

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

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

/* スカパー 申し込み */
#howTo #contents .howToBlock04 .skyTxt01 {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 20px;
}
#howTo #contents .howToBlock04 .howToList06 .button02 {
	margin-top: 20px;
}

#howTo #contents .howToBlock04 .howToList06 .button07 a {
	font-size: 24px;
	line-height: 85px;
	padding-left: 200px;
	padding-right: 200px;
	border-radius: 42px;
}
#howTo #contents .howToBlock04 .howToList06 .button07 a::after {
	right: 30px;
	width: 11px;
	height: 18px;
}

/* 無料放送の映画や番組はこちら アンカー */
#howTo #contents .howToBlock04 .howTobtn01 {
	width: 700px;
	margin: 40px auto 60px;
}
#howTo #contents .howToBlock04 .howTobtn01 a {
	background-position: right 30px center;
	background-size: 22px auto;
	padding: 20px 0;
}
#howTo #contents .howToBlock04 .howTobtn01 a:hover {
	opacity: 0.5;
}
#howTo #contents .howToBlock04 .howTobtn01 .btnTxt01-01 {
	font-size: 28px;
}
#howTo #contents .howToBlock04 .howTobtn01 .btnTxt01-02 {
	font-size: 14px;
}

/* スカパー サービス一覧以下 */
#howTo #contents .howToBlock04 .howToBox01 {}
#howTo #contents .howToBlock04 .howToBox01 + .howToBox01 {
	margin-top: 30px;
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList04 {
	font-size: 14px;
	margin-top: 40px;
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList03 {
	overflow: hidden;
	zoom: 1;
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList03 li {
	float: left;
	margin-right: 20px;
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList03 li:last-child {
	margin-right: 0;
}
#howTo #contents .howToBlock04 .howToBox01 dd .howToList03 li a:hover img {
	opacity: 0.5;
}

#howTo #contents .howToBlock04 .howToList05 {
	margin-bottom: 60px;
}
#howTo #contents .howToBlock04 .howToList05 li + li {
	margin-top: 20px;
}
#howTo #contents .howToBlock04 .howToList05 li a:hover img {
	opacity: 0.5;
}

/* J:COM */
#howTo #contents .howToBlock05 {
	padding: 70px 0;
}
#howTo #contents .howToBlock05 h2 {
	margin-bottom: 40px;
}
#howTo #contents .howToBlock05 h2 img {
	width: 209px;
	height: auto;
}

#howTo #contents .howToBlock05 .jcomBlock01 {
	display: flex;
	-ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
}
#howTo #contents .howToBlock05 .jcomBlock01 dl {
	width: 380px;
	margin-right: 10px;
}
#howTo #contents .howToBlock05 .jcomBlock01 dl:last-child {
	margin-right: 0;
}
#howTo #contents .howToBlock05 .jcomBlock01 dt {
	font-size: 18px;
	padding: 12px 0;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock05 .jcomBlock01 dt::after {
  bottom: -16px;
  border-top: 8px solid #e83112;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}
#howTo #contents .howToBlock05 .jcomBlock01 dd {
	padding: 0 30px 30px;
}
#howTo #contents .howToBlock05 .jcomBlock01 dd .howToimg01 {
	margin-bottom: 15px;
}
#howTo #contents .howToBlock05 .jcomBlock01 dd .howToTxt01 {
	font-size: 18px;
	margin-bottom: 15px;
}
#howTo #contents .howToBlock05 .jcomBlock01 dd .howToTxt02 {
	font-size: 14px;
}

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

/* JCOM お申し込み */
#howTo #contents .howToBlock05 .jcomWrapper01 {
	display: flex;
	-ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	margin-top: 40px;
}
#howTo #contents .howToBlock05 .jcomWrapper01 .howToBox01 {
	width: 560px;
	margin-right: 40px;
}
#howTo #contents .howToBlock05 .jcomWrapper01 .howToBox01:nth-child(2) {
	margin-right: 0;
}
#howTo #contents .howToBlock05 .jcomWrapper01 .howToBox01 dd .howToTxt03 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock05 .jcomWrapper01 .howToBox01 dd .button02 {
	margin-top: 15px;
}
#howTo #contents .howToBlock05 .jcomWrapper01 .howToBox01 dd .button02 a {
	font-size: 16px;
	line-height: 60px;
}
#howTo #contents .howToBlock05 .jcomWrapper01 .howToBox01 dd .jcomTel01 {
	margin-bottom: 20px;
}

/* ケーブルテレビ */
#howTo #contents .howToBlock06 {
	padding: 70px 0;
}
#howTo #contents .howToBlock06 h2 {
	font-size: 44px;
	margin-bottom: 30px;
}
#howTo #contents .howToBlock06 .cableArea01 {
	padding: 50px 0;
	margin-bottom: 30px;
	background-image: url("/images/howto/bg_cable_01.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#howTo #contents .howToBlock06 .cableArea01 h3 {
	font-size: 24px;
	margin-bottom: 25px;
}
#howTo #contents .howToBlock06 .cableArea01 .cableSelect {
	margin-top: 30px;
}

/* auひかり */
#howTo #contents .howToBlock07 {
	padding: 70px 0;
}
#howTo #contents .howToBlock07 h2 {
	margin-bottom: 40px;
}
#howTo #contents .howToBlock07 h2 img {
	width: 240px;
	height: auto;
}
#howTo #contents .howToBlock07 .howToTtl04 {
	margin-top: 30px;
}
#howTo #contents .howToBlock07 .bbWrapper01 {
	display: flex;
	-ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	margin-top: 40px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 {
	width: 560px;
	margin-right: 40px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01:nth-child(2) {
	margin-right: 0;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dt {
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dd .howToTxt03 {
	font-size: 18px;
	margin-bottom: 20px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dd .button02 {
	margin-top: 15px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dd .button02 a {
	font-size: 16px;
	line-height: 60px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dd .bbTel01 {
	margin-bottom: 20px;
	margin-top: 20px;
}
#howTo #contents .howToBlock07 .bbWrapper01 .howToBox01 dd .bbTel02 {
	font-size: 12px;
	margin-top: 10px;
}

/* 法人契約 */
#howTo #contents .howToBlock08 {
	padding: 70px 0;
}
#howTo #contents .howToBlock08 h2 {
	font-size: 44px;
	margin-bottom: 40px;
}
#howTo #contents .howToBlock08 .howToBox01 {
	margin-top: 25px;
}

/* スカパー無料放送 */
#howTo #contents .howToBlock09 {
	padding: 70px 0;
}
#howTo #contents .howToBlock09 .howToFreeImg01 {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* スカパー無料放送 番組一覧 */
#howTo #contents .howToBlock09 .freeProgamBlock01 {
	padding: 40px;
}
#howTo #contents .howToBlock09 .freeProgamBlock01 .howToTtl06 {
	font-size: 26px;
	margin-bottom: 30px;
}
#howTo #contents .howToBlock09 .freeProgamBlock01 .howToTtl06 span {
	background-size: 34px auto;
	padding-left: 55px;
}

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

#howTo #contents .freeProgamBlock01 .freeProgamView01 ul {
	padding-right: 60px;
}
#howTo #contents .freeProgamBlock01 .freeProgamView01 ul::after {
	content: "";
	display: block;
	clear: both;
}
#howTo #contents .freeProgamBlock01 .freeProgamView01 ul li {
	width: 340px;
	margin-right: 30px;
	float: left;
}
#howTo #contents .freeProgamBlock01 .freeProgamView01 ul li:nth-child(3n) {
	margin-right: -60px;
}
#howTo #contents .freeProgamBlock01 .freeProgamView01 ul li:nth-child(3n+1) {
	clear: both;
}
#howTo #contents .freeProgamBlock01 .freeProgamView01 ul li:nth-child(n+4) {
	margin-top: 20px;
}

#howTo #contents .freeProgamBlock01 .freeProgamView01 ul li .date,
#howTo #contents .freeProgamBlock01 .freeProgamView01 ul li .title {
	text-align: left;
}
#howTo #contents .freeProgamBlock01 .freeProgamView01 ul li .date {
	font-size: 18px;
	margin-top: 10px;
}
#howTo #contents .freeProgamBlock01 .freeProgamView01 ul li .title {
	font-size: 14px;
}
#howTo #contents .item .date:hover {
	opacity: 0.7;
}

/* --------------------------------------------------
	WYSIWYG入力用
-------------------------------------------------- */
#contents .wysWrapper {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 0;
}

/* 画像 */
#contents .wysWrapper img {
  max-width: 100%!important;
	height: auto!important;
	margin-top: 5px;
}

/* インナー */
#contents .wysWrapper .inner {
  width: 770px;
}

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

#contents .wysWrapper h3 {
  /*font-size: 26px;
  font-weight: bold;
  color: #024aa9;
  background-color: #f7f7f7;
  border-left: 2px solid #024aa9;
  padding: 15px 20px;
  margin-bottom: 30px;*/
	font-size: 21px;
  font-weight: bold;
  border-left: 2px solid #024aa9;
  margin-bottom: 6px;
  padding-left: 10px;
	margin-top: 10px;
}

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

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

/* テキスト */
#contents .wysWrapper p {
  margin-bottom: 20px!important;
}
#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: 30px;
}
#contents .wysWrapper ul li {
  position: relative;
  margin-left: 1em;
  margin-bottom: 5px;
}
#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: 30px;
}
#contents .wysWrapper ol li {
  position: relative;
  counter-increment: li;
  margin-left: 1em;
  margin-bottom: 10px;
  padding-left: 1em;
}
#contents .wysWrapper ol li::before {
  content: counter(li);
  display: block;
  position: absolute;
  top: 2px;
  left: -1em;
  color: #ffffff;
  background-color: #024aa9;
  font-size: 12px;
  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: 16px;
  height: 12px;
}
#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: 11px;
  height: 8px;
}
#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: 20px;
	margin-top: 20px;
}

/* テーブル */
#contents .wysWrapper table {
  margin-bottom: 30px;
  width: auto;
  max-width: 100%;
  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: 12px 16px;
  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 10px;
}

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

/* 特集ページ ボタンスタイル 2019-10-15 */
p.btnFeature {
	display:block;
	text-align: center;
}
p.btnFeature a {
	display: inline-block;
	padding: 15px 50px;
	background-image: linear-gradient(140deg, #0945ab 15%, #009deb 85%);
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
	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 .skyWrapper {
    text-align: center;
}
.specialDetail04 #skyAreaPc {
	background-color: #f7f7f7;
    margin-top: 20px;
    padding-bottom: 20px;
}
.specialDetail04 #skyAreaPc .skyCenter {
    text-align: center;
}
.specialDetail04 #skyAreaPc .skyCenter img {
    margin: 0 auto;
}
.specialDetail04 #skyAreaPc .cvArea {
    padding-bottom: 20px;
}
.specialDetail04 #skyAreaPc .cvArea img {
    width: 222px;
}

/* --------------------------------------------------
	その他共通パーツ
-------------------------------------------------- */
/* ページ下部SNSボタン */
#contents .socialList201 {
  background-color: #ededed;
  padding: 4px 0 10px;
}
#contents .socialList201 p {
  text-align: center;
  margin-bottom: 6px;
}
#contents .socialList201 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents .socialList201 li {
  margin: 0 5px;
}
#contents .socialList201 li img {
  height: 36px;
}

/* 1カラムレイアウト */
#contents.singleColumn01 .inner {
  width: 960px;
}







