.txtCenter {
  text-align: center;
}

header,section {
  position: relative;
}

html, body {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
 position:relative;
  height:100%;
}

.wrapper {
  position: relative;
  float: left;
  width: 100%;
  padding-top:80px;
  overflow:hidden;
    min-height:100%;
}

p.med {
  font-weight: 500;
}

.content {
  padding-left: 30px;
  padding-right: 30px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.content1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.content1020 {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}


.content1030 {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}


.content1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.content660 {
  max-width: 660px;
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.content680 {
  max-width: 680px;
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

a.top-btn {
  width: 94px;
  float: right;
  line-height: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 0;
  font-size: 14px;
}

.navhead {
  background: #FFF;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  display: table;
}

.top-wrap1 {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  float: right;
}

.top-wrap1>li {
  float: left;
}

.top-wrap1>li a {
  color: #333;
  font-weight: 500;
	padding:25px;
	display: inline-block;
}

.top-wrap1>li img {
  vertical-align: sub;
  margin-right: 5px;
}

.logo-wrap {
  position: relative;
  float: left;
  z-index: 99;
}

.logo {
  vertical-align: middle;
  padding-left: 18px;
  width: 340px;
  position: relative;
  padding-top: 16px;
  position:fixed;
  border-bottom-right-radius:8px;
  padding-right:18px;
  padding-bottom:16px;
	background:#FFF;
}
.logo > span {
	width:100%;
	height:48px;
	background:url(../images/logo.svg) center center no-repeat #FFF;
  background-size:contain;
  display:block;
}
header {
    position: relative;
    z-index: 9;
}
header .content1000 {
  max-width:1060px;
  padding-left:30px;
  padding-right: 30px;
}
.logo img {
  float: left;
  max-width: 100%;
  width: 100%;
}

.menu {
  display: table-cell;
  float: right;
  max-width: 880px;
  width:100%;
  position: fixed;
  
  right: 0;
  top: 80px;
  bottom: 0;
  background: #B40023;
  color: #fff;
  padding-top: 50px;
  display: none;
  overflow-y:auto;
  padding-right:60px;
  padding-left:60px;
  padding-bottom:50px;
}

.menu div a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto;
  padding: 2px 0;
  display: block;
  text-align: left;
}
.menu div a:hover {
	text-decoration:underline;
}
.menu2, .menu3, .menu5, .menu6 {
	padding-bottom:50px;
}

.main-banner {
  position: relative;
  width: 100%;
  float: left;
 
  text-align: center;

}
.main-slide {
  float:left;
  width:100%; text-align:center; display:inline-block; margin:0 auto; position:relative; z-index:999; padding-top:20px; padding-bottom:20px;  border-top:solid 20px #D7002A;
}

.main-banner p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
}

.main-banner a.main-btn {
  float: left;
  width: 204px;
  height: 60px;
  border-radius: 30px;
  background: #dc5f36;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #fff;
  box-sizing: border-box;
  padding: 16px;
  text-align: center;
}

.main-banner a.main-btn:hover {
  opacity: .8;
}

.promo-wrap {
	float:left;
	width:100%;
	background: #EFEFEF;
	padding-top: 12px;
	padding-bottom: 8px;
	text-align: left;
}
.promo-wrap p {
    float: left;
    width: 100%;
		line-height: 1.2;
		margin: 0;
    margin-bottom: 10px;
}
.promo-wrap a {
	font-size: 14px;
	font-weight: normal;
	color:#D7002A;

	text-decoration: underline;
}

.burger-menu {
  float: right;
  background: #dc5f36;
  color: #fff;
  margin-right: 0;
  display: block;
}

.burger-menu img {
  display: block;
}

.search-list {
  float: left;
  width: 100%;
  position: relative;

    margin-bottom: 50px;

}

.search-list>li {
  width: 25%;
  float: left;
  position: relative;
}

li.list50 {
  width: 50%;
}

.search-list>li>a {
  margin: 10px;
  display: block;
}

.search-list>li>a>.button {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.2;
  border: solid 1px #d7002a;
  border-radius: 4px;
  
  background: #fff;
  font-family: "Noto Sans JP",sans-serif;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
	position: relative;
}
.search-list>li>a>.button:hover {
  background-color: #d7002a;
  color:#FFF;
}
.search-list>li>a>.button::after {
	content: '';
	width:8px;
	height:10px;
	position: absolute;
	right:6px;
	top:50%;
	margin-top: -5px;
	background: url(../images/arrow-right.svg) center center no-repeat;
}
.search-list>li>a>.button:hover::after {
  background: url(../images/arrow-right-white.svg) center center no-repeat;

}
.search-list02>li>a>.button {
 color: #d7002a; background:#EFEFEF; border:solid 1px #CCCCCC;
 }
.search-list02>li>a>.button:hover {
 background-color:#d7002a;
 }
 
 
 
 
.search-wrap {
  width: 100%;
  position: relative;
  padding: 10px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  background: #fff;
}
.recent-keywords {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.recent-keywords h3, .search-title {
	font-weight: bold;
	float:left;
	width: 100%;
	margin-bottom: 6px;

}
.recent-keywords button {
	font-size: 14px;
	color:#D7002A;
	background: #FBE1E6;
	border-radius: 4px;
	text-align: center;
	border:0;
	height: 28px;
		margin-right: 5px;
}
.recent-keywords button:hover {
  background: #d7002a;
  color:#FFF;
}
.search-area {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  height: 52px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white,#000);
  background: #efefef;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
}

.search-area input[type=text] {
  height: 50px;
  width: 95%;
  padding: 20px;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  border: 0;
  background: #efefef;
  color: #333;
}

.search-area button {
  height: 52px;
  width: 52px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #d7002a;
  border: 0;
}

input:focus {
  border: 0;
  outline: 0;
}

.title01 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #d7002a;
}

.title01 span {
  font-size: 24px;
  display: block;
}

.title01 sub {
  font-family: Alata,sans-serif;
  color: #333;
  font-size: 20px;
  display: block;
  margin-top: 6px;
  position: relative;
  font-weight: 400;
}

.title01 img {
  vertical-align: sub;
  top: 4px;
  position: relative;
}

.title01 sub::after,.title01 sub::before {
  content: '';
  width: 15px;
  height: 1px;
  background: #707070;
  display: inline-block;
  position: relative;
  margin-bottom: 7px;
  margin-left: 7px;
}

.title01 sub::before {
  margin-left: 0;
  margin-right: 7px;
}

.section01,.section02,.section03,.section04,.section05,.section06,.section07,.section08,.section09,.section10,.section11 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section01 {
  background: #fff;
}

a.btn01 {
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  max-width: 340px;
  width: 100%;
  height: 68px;
  text-align: center;
  border-radius: 34px;
  border: solid 1px #d9613f;
  color: #dc5f36;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  padding: 18px;
}

a.btn01:hover {
  background: #d9613f;
  color: #fff;
}

.section02 {
  background: #fbe1e6;
}

.list-channel {
  float: left;
  width: 100%;
}

.list-channel>li {
  float: left;
  width: 50%;
}

.list-channel>li>a {
  margin: 10px;
  display: block;
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-radius: 4px;
  height: 60px;
  text-align: center;
  background: #fff;
}
.list-channel>li>a:hover {
  border: solid 1px #AAA;
}

.list-channel>li>a>button {
  height: 60px;
  border: 0;
  background: 0 0;
}

li.list33 {
  width: 33.33333%;
}

.channel-wrap {
  margin-top: 20px;
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.channel-wrap img {
  max-width: auto;
  width: 100%;
  display: block;
}

.list-contact {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.list-contact>li {
  float: left;
  width: 50%;
}

.list-contact>li>a {
  margin: 10px;
  display: block;
  box-sizing: border-box;
  border-radius: 4px;
  height: 60px;
  text-align: center;
  background: #d7002a;
}
.list-contact>li>a:hover {
  background: #FFF;
  border:solid 1px #d7002a;
}
.list-contact>li>a:hover>button {
  color:#d7002a;
}
.list-contact>li>a>button {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: 60px;
  border: 0;
  background: 0 0;
  position: relative;
  width: 100%;
  display: block;
  line-height: 1.2;
}

.list-contact>li>a> button::after {
	content: '';
	width:10px;
	height:10px;
	position: absolute;
	right:8px;
	top:50%;
	margin-top: -5px;
	background: url(../images/arrow-down-white.svg) center right no-repeat;
}
.list-contact>li>a:hover> button::after {
  background: url(../images/arrow-down-red.svg) center right no-repeat;
}
.list-contact>li:last-child>a> button::after {
  background: url(../images/arrow-right-white.svg) center right no-repeat;
}
.list-contact>li:last-child>a> button::after {
  background: url(../images/arrow-right-white.svg) center right no-repeat;
}
.list-contact>li:last-child>a:hover> button::after {
  background: url(../images/arrow-right.svg) center right no-repeat;
}
.section03 {
  background: #fff;
}
a:hover img {
  opacity: 0.75;
}

.news-wrap {
  overflow-y: scroll;
  height: 320px;
  padding-right: 30px;
  box-sizing: border-box;
}

.list-news>li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.newsdate {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 15px;
}

.newsdate a {
	color:#333;
  background: #fabe00;
  text-align: center;
  float: left;
  padding: 5px 0;
  margin-right: 15px;
  line-height: 1.4;
  padding-top: 3px;
  padding-left:8px;
  padding-right:6px;
}

.list-news p {

  float: left;
  width: 100%;
}
.list-news p a {
  text-decoration: underline;
  color: #333;
}
.list-news p a:hover {
  color: #d7002a;
}
.section04 {
  background: url(../images/bg04.png) center center repeat #fff;
}



.list-onair {
  margin-right: 10px;
  float: left;
  position: relative;
  width: 235px;
  height: 100%;
}

.list-onair>a {
  width: 235px;
  height: 100%;
  background: #ccc;
  border: solid 3px rgba(0,0,0,0);
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  overflow:hidden;
  
}
.list-onair>a:hover {
		box-shadow: 0 4px 8px rgba(0,0,0,0.5);
		transform: translateY(-7px);
}


#timetable .items li a {
		display: block;
		padding: 15px 0 20px;
		color: #1e1e1e;
		text-decoration: none;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		overflow: hidden;
		transition: transform 0.2s, box-shadow 0.2s;
	}
	#timetable .items li a:hover {
		box-shadow: 0 4px 8px rgba(0,0,0,0.15);
		transform: translateY(-4px);
	}


.list-onair>a .time {
  display: block;
  text-align: center;
  font-family: Alata,sans-serif;
  font-size: 21px;
  padding: 0;
}

.list-onair>a .img-thumb {
  width: 100%;
  display: block;
  height: 153px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.list-onair>a .desc {
  padding: 10px;
  padding-top: 14px;
}

.list-onair>a .desc p {
  font-weight: 700;
  line-height: 1.4;
  float: left;
  width: 100%;
  padding: 8px 0;
}

.list-onair>a.featured {
  background: #d7002a;
  color: #fff;
}

.list-onair>a.featured i {
  position: absolute;
  top: -3px;
  left: -3px;
}

.list-onair>a.featured .desc .tag {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  padding: 0 6px;
  background: #fabe00;
  border-radius: 4px;
  text-align: center;
  float: left;
  position: relative;
  margin-bottom: 5px;
}

.list-onair a:hover img {
	opacity:1;
}
.section05 {
  background: #fbe1e6;
}

.list-recom01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list-recom01>li {
  float: left;
  width: 25%;
}

.list-recom01>li>a {
  margin: 10px;
  height: 245px;
  display: block;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0,0,0,.3);
  color:#333;
}

.list-recom01>li>a .img-thumb {
  height: 157px;
  float: left;
  width: 100%;
  overflow: hidden;
}

.list-recom01>li>a .img-thumb img {
  max-width: auto;
  width: 100%;
}

.list-recom01>li>a .desc {
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 12px;
  float: left;
  width: 100%;
}

.list-recom02 {
  width: 746px;
  display: table;
  margin: 0 auto;
  max-width: 746px;
  width: 100%;
  float:inherit;
}

.list-recom02>li {
  display: table-cell;
  width: 33.333333%;
}

.list-recom02>li>a {
  display: block;
  margin: 10px;
}

.list-recom02>li>a .img-thumb {
  height: 150px;
  text-align: center;
  background: #fff;
  float: left;
  width: 100%;
  overflow: hidden;
}

.list-recom02>li>a .img-thumb img {
  max-width: auto;
  width: 100%;
}

.list-recom02>li>a .desc {
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 12px;
  float: left;
  width: 100%;
}

.section06 {
  background: #fff;
}

.sec06-bg {
  padding: 30px 40px;
  position: relative;
  background: #fbe1e6;
}
.fav-settings {
  font-size: 16px;
  font-weight: bold;
  width: 115px;
  height: 40px;
  border-radius: 4px;
  color:#333333;
  display: block;
  position: absolute;
  top:30px;
  right:50px;
  background: #FABE00;
  text-align: center;
  padding: 5px;
}
.fav-settings:hover {
	opacity:0.75;
}
.fav-settings img {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}
.fav-label {
  width: 140px;
  height:140px;
  position: absolute;
  left:0;
  top:0;
  z-index: 8;
}
.fav-label img {
  width:100%;
}
/*
.section06 .search-list>li>a>.button {
  font-size: 17px;
  color: #d7002a;
  font-weight: 700;
  background: #efefef;
  border: solid 1px #ccc;
}
.section06 .search-list>li>a:hover>.button {
  background: #d7002a;
  border: solid 1px #d7002a;
  color:#FFF;
}*/
.favlist {
  display: block;
  width:100%;
  float:left;
}
.list-fav01,.list-fav02 {
  float: left;
  width: auto;
	margin-bottom: 20px;
  display: block;
}
/* .favlist .slick-prev, .favlist2 .slick-prev  {
  display: none !important;
} */

.list-fav01>li {
  float: left;
  width: 100%;
}

.list-fav01>li>a {
  display: block;
  margin: 10px;
  background: #fff;
  padding: 3px;
  border-radius: 4px;
  color:#333;
}

.list-fav01>li>a .img-wrap {
  width: 100%;
  box-sizing: border-box;
  display: table;
  overflow: hidden;
}

.list-fav01>li>a .img-thumb {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  height: 78px;
  width: 118px;
}

.list-fav01>li>a .desc {
  font-weight: 700;
  height: 78px;
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
}

.list-fav01>li>a .img-thumb img {
  display: table-cell;
  vertical-align: middle;
  max-width: auto;
  width: 100%;
}
.img-thumb img {
	width:100%;
}
.fav-title {
  float: left;
  width:100%;
  color: #D7002A;
  font-weight: bold;
  font-size: 20px;
  padding-left: 10px;
}
.list-fav02 {
	padding: 10px 0;
}
.list-fav02>a {
  display: inline-block;
 /* background: #FFF;*/
  float:left;
  width:100%;
  padding: 10px;
  height: 235px;
  color:#333;
}


.list-fav02>a>div {
  display: block;

}
.list-fav02>a>div>h4 {
	float:left;
	width:100%;
	text-align: left;
	font-weight: 700;
	color:#D7002A;
	font-size: 20px;
}

.list-fav02>a>div.img-thumb {
  display: block;
  float: left;
  width: 100%;
  height: 157px;
  text-align: center;
  overflow: hidden;
  background: #fff;
}

.list-fav02>a>div .img-thumb img {
  max-width: auto;
  width: 100%;
}

.list-fav02>a> .desc {
  font-weight: 700;
  line-height: 1.4;
  float: left;
  width: 100%;
  background:#FFF;
  padding:6px 10px;
  height:80px;
}

.list-present {
  float: left;
  width: 100%;
}

.list-present>li {
  float: left;
  width: 50%;
	margin-bottom: 40px;
}

.list-present>li>div {
  display: block;
  margin: 10px;
}

.list-present>li>div .img-thumb>img {
  max-width: auto;
  width: 100%;
}

.list-present>li>div .desc {
  line-height: 1.4;
  padding-left: 20px;
}

.list-present>li>div .desc>span {
  width: auto;
  background: #fabe00;
  text-align: center;
  float: left;
  padding: 5px 10px;
  margin-right: 15px;
  line-height: 1.4;
  font-size: 16px;
  padding-top: 3px;
  font-weight: 700;
	margin-bottom: 10px;
}

.list-present>li>div .desc>h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
	margin-bottom: 15px;
}

.list-present>li>div .desc>p {
  float: left;
  width: 100%;
}

.btn-present {
  display: block;
  text-align: center;
  font-weight: 700;
  background: #cecece;
  border-radius: 4px;
  color: #fff;
  position: relative;
  line-height: 40px;
  box-sizing: border-box;
}
.btn-present::after {

}
.btn-present.active {
	background: #d7002a;
}
.btn-present.active::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/arrow-right-white.svg) center right no-repeat;	
}
.btn-present.active:hover {
  opacity: 0.75;
}
.section07 {
	padding-top: 0;
}
.see-more {
  max-width: 320px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  height: 60px;
  font-weight: 500;
  border-radius: 4px;
  border: solid 1px #d7002a;
  margin: 0 auto;
  display: block;
  padding: 14px 7px;
	position: relative;
	margin-top: 10px;
	color:#333;
}
.see-more::after {
	content: '';
	width:8px;
	height:10px;
	position: absolute;
	right:6px;
	top:50%;
	margin-top: -5px;
	background: url(../images/arrow-right.svg) center center no-repeat;
}
.see-more:hover, .see-more2 {
  background: #d7002a;
  color: #FFF;
}
.see-more:hover::after, .see-more2::after {
  background: url(../images/arrow-right-white.svg) center center no-repeat;
}

.section08 {
  background: #efefef;
}

.list-service {
  float: left;
  width: 100%;
}

.list-service>li {
  width: 25%;
  float: left;
}

.list-service>li>div {
  margin: 10px;
  display: block;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-radius: 4px;
}

.list-service>li>div h3 {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.list-service>li>div h3 img {
  position: relative;
  margin-right: 6px;
  vertical-align: middle;
  top: -2px;
}
.list-service>li>div p {
  line-height: 1.4;
  margin-top: 10px;
}


.list-service>li>div a, .yellow-btn {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  height: 40px;
  font-weight: 700;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
  padding: 5px 7px;
  background: #fabe00;
  position: relative;
  color: #333;
  margin-top: 18px;
}
.list-service>li>div a:hover {
  opacity: 0.75;
}
.list-service>li>div a::after, .yellow-btn::after {
	content: '';
	width:8px;
	height:10px;
	position: absolute;
	right:6px;
	top:50%;
	margin-top: -5px;
	background: url(../images/arrow-right-black.svg) center center no-repeat;
}


.section09 {
  background: #d7002a;
  text-align: center;
}

.section09 .title01,.section09 .title01 sub {
  color: #fff;
}

.section09 .title01 sub::after,.section09 .title01 sub::before {
  background: #fff;
}

.list-pr {
  float: left;
  width: 100%;
}

.list-pr>li {
  float: left;
  width: 25%;
}

.list-pr>li>div {
  margin: 10px;
}

.list-pr>li>div a {
  width: 100%;
  float: left;
  display: block;
}

.list-pr>li>div a img {
  width: 100%;
}

.pr-wrap {
  width: 100%;
  float: left;
	margin-top: 20px;
}

.pr-wrap h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  width: 100%;
  color: #fff;
	margin-bottom: 10px;
}

.pr-wrap h3 span {
  background: #d7002a;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.pr-wrap h3::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #fff;
}

.pr-wrap a {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}

.section10 {
  padding: 10px 0;
  background: #333;
  text-align: center;
}
.bot-slide {
  float:left;
  width: 100%;
}
.slide-bottom {
  float: left;
  width: 100%;
  position: relative;
}

.slide-bottom>div {
  float: left;
  width: 100%;
}

.slide-bottom>div>div {
  margin: 10px;
  display: block;
}

.slide-bottom>div>div a {
  float: left;
  width: 100%;
}

.slide-bottom>div>div a img {
  width: 100%;
  display: block;
}
.section11 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.section11 h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
	margin-bottom: 10px;
}

.links {
  text-align: center;
}

.links a {
  width: 235px;
  height: 60px;
  display: inline-block;
  margin: 10px;
}

.links a img {
  display: block;
  width: 100%;
}
footer {
	position: relative;
	float:left;
	width: 100%;
}

.footer01 {
	background: #EFEFEF;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer01 h3 {
	float:left;
	width:100%;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.footer01 p {
	float:left;
	width:100%;
}
.footer02 {
	padding-top: 16px;
	padding-bottom: 8px;
	background: #FFF;
}
.footer02 a {
	display: inline-block;
	margin: 0 10px;
}
.footer02 a img {
	display: block;
}
.footer03 {
	background: #D7002A;
}
.footer03 a {
	display: block;
	padding-top: 19px;
padding-bottom: 20px;
}
.footer03 a img {
	display: block;
}
.copy p {
	display: block;
	color:#FFF;
	font-size: 14px;
	text-align: right;
	float:left;
	width:100%;
	padding-top: 18px;
	padding-bottom: 16px;
}
#return-to-top {
width: 50px;
    height: 50px;
    position: fixed;
    bottom: 26px;
    right: 30px;
    background: url(../images/page-up.svg);
    display: none;
    cursor: pointer;
    background-size: 100% auto;
    z-index: 999;

}
#return-to-top:hover {
	opacity: 0.75;
}
.gift {
  width:80px;
  height:80px;
  position: fixed;
  top:50%;
  right:0;
  z-index: 999;
  color:#333;
}
.gift img {
  display: block;
  width: 100%;
}
.gift span {
  height:30px;
  width:30px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left:-12px;
  top:-12px;
  background: #FABE00;
  border-radius: 15px;
  z-index:9;
}
.news-wrap::-webkit-scrollbar {
    width: 12px;
}

.news-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #EFEFEF;
}

.news-wrap::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0px solid slategrey;
}








/******** pragram list ************/

main.page {
  float: left;
  width: 100%;
  position: relative;
}
#program-list .nav-btn, .mail-sec01 .mail-btn {
  text-align: center;
  margin-bottom: 34px;
}
#program-list .title-wrap01 h2 {
  margin-bottom: 20px;
}
#program-list .nav-btn .see-more {
  display: inline-block;
  margin-left: 13px;
  margin-right: 13px;
  max-width: 235px;
}
#program-list .tab-wrap, #search .tab-wrap {
  text-align: center;
}
#program-list .tab-wrap .see-more, #search .tab-wrap .see-more {
  display:inline-block;
  max-width: 400px;
  width:25%;
  margin: 0 5px;
  position: relative;
  bottom:-5px;
      border: solid 2px #d7002a;
}
#program-list .tab-wrap .see-more-active, #search .tab-wrap .see-more-active {
  background: #D7002A;
  color:#FFF;
}
#program-list .tab-wrap .see-more::after, #search .tab-wrap .see-more::after {
  display: none;
}
#program-list .table-dates>div {
  float:left;
  width:13.5%;
  text-align: center;
  background: #EFEFEF;
  text-align: center;
  border: solid 2px #FFF;
}

#program-list .table-dates>div span {
  display: block;
  background: #FABE00;
  font-size: 20px;
  font-weight: bold;
}
#program-list .table-dates>div i {
  font-size: 16px;
  font-weight: 500;
}
#program-list .table-dates>div:first-child {
  width:5.5%;
}

#program-list .table-sched>div{
  width:13.5%;
  float:left;

}
#program-list .table-sched>div p {
  padding: 6px;
  display: block;
}

#program-list .table-sched>div:first-child {
  width:5.5%;
}

#program-list .table-sched>div>div{
  width:100%;
  float:left;
  border:solid 2px #FFF;
}

#program-list .table-sched>.col-1>div {
  background: #DDDDDD;
  height: 300px;
  text-align: center;
  font-size: 16px;
  padding-top:120px;
  position: relative;
  font-weight: 500;
  line-height: 1.2;
}
#program-list .min-value p {
  font-size: 13px;
  line-height: 1.2;
}
#program-list .min-value p span {
  display: block;
}
#program-list .cal-color01 {
  background: #f6eaff;
}
#program-list .cal-color02 {
  background: #ffe6e2;
}
#program-list .cal-color03 {
  background: #FFEDB1;
}
#program-list .cal-color04 {
  background: #CFEDF8;
}
#program-list .cal-color05 {
  background: #DFFAC8;
}
#program-list .cal-color06 {
  background: #FFEDB1;
}
.page-title {
	padding-top:25px;
	padding-bottom:25px;
}
.page-title h2 {
  font-size: 24px;
  font-weight: 700;
	line-height: 1.6;
}
.page-title p {
		margin-top:20px;
}
.page-title02 {
	background:#D7002A;
	color:#FFF;
}
.page-title03 {
	float:left;
	width:100%;
	background:#FBE1E6;
		color:#D7002A;
	font-size:20px;
	font-weight:bold;
}
.page-title03-1 {
	color:#333;
	background:#EFEFEF;
}
.page-title03 .content1000 {
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.page-link {
  background: #EFEFEF;
  padding-top: 8px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.page-link02 {
	background:#FFF;
	margin:0;
	padding-top: 15px;
    padding-bottom: 16px;
}
.page-title02 h2 {

	float: left;
}
.page-link a {
  color:#D7002A;
  font-size: 14px;
  text-decoration: underline;
}
.program-detail-section01  {
	padding-bottom:60px;
}
#program-list .cal-dates {
  float:left;
  width: 100%;
}
#program-list .cal-dates>div {
  float:left;
  width:20%;
  text-align: center;
}
#program-list .cal-dates>div>a {
  display: block;
  margin: 2px;
  border:solid 1px #D7002A;
  font-size: 16px;
  height:56px;
  padding-top: 12px;
  padding-bottom: 12px;
  color:#333;
  font-weight: 500;
}
#program-list .cal-dates>div>a.active {
  color:#FFF;
  background: #D7002A;
}
#program-list .cal-control {
  border:solid 2px #D7002A;
  background: #FBE1E6;
  padding: 6px 8px;
  margin: 2px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#program-list .cal-control > .cal-prev,
#program-list .cal-control > .cal-next {
  float:left;
  border: solid 1px #D7002A;
  border-radius: 4px;
  background: #FFF;
  text-align: center;
  position: relative;
  width:80px;
  height: 30px;
  text-align: center;
  color:#333;
  font-size: 14px;
  font-weight: 500;
  padding-top: 1px;
  top:1px;
}
#program-list .cal-control > .cal-next::after {
    content: '';
    width: 8px;
    height: 10px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/arrow-right.svg) center center no-repeat;
}
#program-list .cal-control > .cal-prev::after {
    content: '';
    width: 8px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/arrow-left.svg) center center no-repeat;
}
.see-more-down::after {
    content: '';
    width: 10px;
    height: 8px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/arrow-down-red.svg) center center no-repeat;
}
.see-more-down:hover::after {
	background: url(../images/arrow-down-white.svg) center center no-repeat;
}
#program-list .cal-control > .cal-next {
  float:right;
}
.program-section02 {
  padding-bottom: 95px;
}

#program-list .day-list .cal-dates>div {
    float: left;
    width: 14.285714%;
    text-align: center;
}
#program-list .day-list .cal-dates>div a {
  padding: 0;
  line-height: 1;
  padding-top: 2px;
  font-size:20px;
}
#program-list .day-list .cal-dates>div span {
  display:block;
  font-size: 14px;
}
#program-list .day-list .table-sched>.col-1>div {
  height: 102px;
  padding-top: 40px;
}
#program-list .day-list .table-sched>div:first-child {
  width: 10%;
}
#program-list .month-list .table-sched>div:first-child {
  width: 100%;
}
#program-list .day-list .table-sched>div {
  width: 90%;
  float:left;
}
#program-list .day-list .table-sched>div>div {
    height: 102px;
}
#program-list .day-list .table-sched>div>div {
	height:auto;
}
#program-list .day-list .table-sched>div .img-thumb {
  margin: 5px;
  float:left;
  width: 15%;
}
#program-list .day-list .table-sched>div .img-thumb img {
  display: block;
  width: 100%;
}
#program-list .day-list .table-sched>div p {
  float:left;
  font-weight: bold;
  width: 80%;
line-height: 1.4;
}
#program-list .day-list .table-sched>div>div p span {
  color:#FFF;
  text-align: center;
  display: table;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 6px;
  margin-top: 4px;
  margin-bottom: 6px;
}
#program-list .day-list .cal-color01 p span {
  background: #A96ED5;
}
#program-list .day-list .cal-color02 p span {
  background: #F7659D;
}
#program-list .day-list .cal-color03 p span {
  background: #FA8700;
}
#program-list .day-list .cal-color04 p span {
  background: #42B4DE;
}
#program-list .day-list .cal-color05 p span {
  background: #73C32F;
}


#program-detail .detail-img {
	position:relative;
}
#program-detail .detail-img .img-wrap {
}
#program-detail .detail-img .img-wrap img {
	max-width:100%;
	width:100%;
	display:block;
}
#program-detail .tag {
float: left;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #B20000;
    padding: 0 7px;
    padding-bottom: 2px;
    margin-right: 6px;
    line-height: 1.4;
}
#program-detail .tag1-wrap, #program-detail .tag2-wrap {
	float:left;
}
#program-detail .tag1-wrap {
	margin-right:6px;
	margin-bottom:10px;
}
#program-detail .tag02 {
	background:#289BBE;
}
#program-detail .tag03 {
	background:#FA7300;
}
#program-detail .tag04 {
	background:#FAB700;
}
#program-detail .list-news>li {
	margin-bottom:6px;
}
#program-detail .newsdate {
	float: left;
    width: 20%;
    margin-bottom: 0;
}
#program-detail	.list-news p {
	    float: left;
    width: 80%;
    padding: 3px;
    padding-left: 20px;
}

#program-detail .news-wrap {
	height:130px;
}
#program-detail .works {
	display:table;
	border:solid 1px #CCC;
	width:100%;
	position:relative;
	text-align:left;
	border-bottom:0;
}
#program-detail .works:last-child {
	border-bottom:solid 1px #CCC;
	margin-bottom:20px;
}
#program-detail .works>div {
	display:table-cell;
	height:60px;
	vertical-align:middle;
	position:relative;
	float:none;
	padding:10px;
}
#program-detail .works>div.box20 {
	background:#efefef;
	border-right:solid 1px #CCC;
}
#program-detail .works>div a {
	color:#D7002A;
	text-decoration:underline;
}
.list-cast {
	width:100%;
	margin-bottom:20px;
	display: flex;
    flex-wrap: wrap;
}
.list-cast>li {
	width:50%;
	float:left;
}
.list-cast>li>div {
	margin:15px;
	display:block;
}
.list-cast>li>div h3 {
	font-weight:bold;
	line-height:1.5;
	margin-bottom:10px;
}
.list-cast>li>div img {
	float:left;
	margin-right:10px;
	margin-bottom:4px;
	width:150px;
}
.list-cast>li>div p {
	line-height:1.5;
}
.title06 {
	color:#D7002A;
	font-size:18px;
	font-weight:bold;
}
.list-video {
	float:left;
	width:100%;
}
.list-video>li {
	float:left;
	width:50%;
}
.list-video>li>div {
	display:block;
	margin:10px;
}
.list-video>li>div h3 {
	font-weight:bold;
	margin-bottom:10px;
}
.check01 {
	width:225px;
	border-radius:4px;
	border:solid 1px #CCC;
	padding:4px;
	text-align:center;
	float:right;
	height: 40px;
	font-weight:500;
	
}
.check01 label {
	cursor:pointer;
}
.check01:hover {
	background:#EFEFEF;
}
.check01 input[type="checkbox"] {
	width:16px;
	height:16px;
	margin-right:6px;
	position:relative;
	top:2px;
}
.bsched {
	background:#EFEFEF;
	padding:6px;
	height:auto;
	display:block;
	width:100%;
	vertical-align:middle;
	margin-bottom:5px;
	float:left;
}
.bsched span {
	padding:6px 10px;
	float:left;

}
.bsched .yellow-btn {
	width:130px;
	float:right;
	text-align:left;
	font-weight:normal;
	margin-top:0;
	padding-left:10px;
}
.bsched .yellow-btn:hover {
	opacity:0.75;
}
span.note {
		border-radius:4px;
	background:#D7002A;
	width:100px;
	height:40px;
	color:#FFF;
    padding: 5px 7px;
	float:right;
	margin-right:12px;
	position:relative;
	padding-left:45px;
}
span.note::after {
	content:'';
	width:22px;
	height:19px;
	position:absolute;
	background:url(../images/icon-note.svg) center center no-repeat;
	background-size:cover;
	left:10px;
	top:50%;
	margin-top:-10px;
}
.bsched-wrap {
	margin-bottom:10px;
}
.bsched-wrap:last-child {
	margin-bottom:16px;
}
.bsched-wrap h3 {
	font-size:18px;
	font-weight:bold;
	color:#D7002A;
}
.program-detail-section06 .see-more::after {
	background: url(../images/arrow-plus-red.svg) center center no-repeat;
	width:10px;
	right:8px;
}
.program-detail-section06 .see-more:hover::after {
	background: url(../images/arrow-plus-white.svg) center center no-repeat;
}
.list-social {
	float:left;
	width:100%;
}
.list-social>li {
	float:left;
	width:33.333333%;
}
.list-social>li>a {
	margin:10px;
	display:block;
	text-align:center;
	height:60px;
	line-height:60px;
	border-radius:4px;
	padding: 8px;
}
.list-social>li>a:hover {
	opacity:0.75;
}
p.copy1 {
	text-align:right;
	    padding-top: 30px;
    padding-bottom: 20px;
}
a.x-social {
	background:#000;
}
a.facebook {
	background:#1877F2;
	padding-top:10px !important;
}
a.line {
	background:#00B900;
	padding-top:10px !important;
}
.list-related {
	float:left;
	width:100%;
}
.list-related>li {
	float:left;
	width:25%;
}
.list-related>li>div {
	display:block;
	margin:10px;
}
.list-related>li>div p {
	line-height:1.4;
	font-weight:bold;
}
.list-related>li img {
	width:100%;
}
.navi-wrap {
	float:left;
	width:390px;
	margin-right:20px;
	color: #333;
}
.navi-wrap img {
	float:left;
	margin-right:20px;
}
.navi-wrap h3 {
	font-weight:bold;
}
.navi-wrap p {
	font-size:14px;
}
.program-detail-section02, .program-detail-section04 {
	padding-top:40px;
	padding-bottom:40px;
}
.program-detail-section03 {
	padding-top:20px;
	padding-bottom:20px;
}
.p03-wrap {
	margin-top:20px;
}
.program-detail-section05 {
	padding-top:25px;
}
.program-detail-section06 {
	padding-top:15px;
	padding-bottom:20px;
}
.program-detail-section07 .list-fav02 {
    width: auto;
    height: 150px;
    margin-bottom: 10px;
}
.program-detail-section07 .list-fav02>a {
	padding:0;
	width:150px;
	height:150px;
}
.program-detail-section07 .favlist2 .slick-next {
    margin-top: 0;
}
.program-detail-section07 {
	padding-top:20px;
	padding-bottom:20px;
}
.program-detail-section08 {
	padding-top:30px;
	padding-bottom:26px;
}
.program-detail-section08 .see-more::after {
	background: url(../images/arrow-plus-red.svg) center center no-repeat;
	width:10px;
}
.program-detail-section08 #extra-seemore:hover::after {
	background: url(../images/arrow-plus-white.svg) center center no-repeat;
}
.program-detail-section09 {
	padding-top:20px;
	padding-bottom:20px;
}
.program-detail-section10 .list-fav02 {
	margin-bottom:0;
}
.program-detail-section10 {
	padding-top:10px;
	padding-left: 20px;
    padding-right: 20px;
}
.program-detail-section11 {
	padding-top:30px;
	padding-bottom:80px;
}
.list-video02 > li {
	float:initial;
	margin:0 auto;
}
.see-more-special {
	font-size:20px;
	font-weight:bold;
	color:#D7002A;
	line-height:1.2;
	padding-top:8px;
	margin-bottom:30px;
	margin-top:50px;
	max-width:490px;
	width:100%;
	
}
.see-more-special span {
	color:#333;
	display:block;
	font-weight:500;
	font-size:16px;
}
.see-more-special:hover span {
	color:#FFF;
}
.program-detail2 .see-more-special {
	margin-top:10px;
}
.bookmark {
	float:right;
	width:200px;
	height:42px;
	text-align:center;
	background:#FABE00;
	font-weight:bold;
	border-radius:4px;
	color:#333;
	padding-top:5px;
	position:relative;
}
.bookmark:hover {
	opacity:0.75;
}
#search .page-title02,
.page-title {
	background:#FFF;
	color:#333;
	border-top:solid 1px #CCC;
}
.page-title {
	   /* padding-top: 10px;*/
}
#search .tab-wrap .see-more {
    max-width: 324px;
    width: 31.5%;
}
.search-wrap2 {
	padding-top:40px;
	padding-bottom:40px;
	background:#FBE1E6;
	border-top:solid 2px #D7002A;
	border-bottom:solid 2px #D7002A;

}
.search-wrap2 .search-area input[type=text], .search-wrap2 .search-area {
	background:#FFF;
}
.search-wrap2 .recent-keywords {
	padding-left:0;
}
.search-wrap2 .search-area {
	margin-bottom:26px;
}
.search-wrap2 .recent-keywords button {
	background:#FFF;
}
.search-wrap2 .recent-keywords button:hover {
	background:#D7002A;
}
.search-content {
	padding-top:38px;
	padding-bottom:50px;
}
.page-title04 {
	float:left;
	width:100%;
	font-size:22px;
	font-weight:bold;
	margin-bottom:22px;
}
.page-title04 span {
	font-size:16px;
}
.fav-wrap {
		padding-left:20px;
	background:#EFEFEF;
	margin-right:20px;
	max-width:420px;
	width:100%;
}
.fav-wrap .bookmark {
	float:left;
	margin-top:12px;
	margin-bottom:12px;
}
.whatis {
	font-size:16px;
	font-weight:500;
	color:#D7002A;
	text-decoration:underline;
	padding:20px;
	display:block;
	float:left;
}
.small-btn {
	width: 140px;
    float: right;
    text-align: center;
    font-weight: 500;
    margin-top: 0;
    padding-left: 10px;
	height:40px;
	border-radius:4px;
	border:solid 1px #CCC;
	color:#333;
	padding:4px 6px;
	margin-left:30px;
	bottom:0;
	position:relative;
}
.check-wrap {
	padding-top:30px;
}
.small-btn::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/arrow-down-red.svg) center center no-repeat;
}
.small-btn:hover {
	background:#D7002A;
	color:#FFF;
	border:solid 1px #D7002A;
}
.small-btn:hover::after {
	background: url(../images/arrow-down-white.svg) center center no-repeat;
}
.search-result {
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:35px;
}
.search-result > li {
	border-top: solid 2px #999999;
	padding:20px 0;
	/* float:left; */
	width:100%;
}
.search-result > li:last-child {
	border-bottom: solid 2px #999999;
}
.search-link {
	height:80px;
	width:100%;
	display:table;
	vertical-align:middle;
	position:relative;
	    padding-right: 22px;
}
.search-link::after {
	content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/arrow-right.svg) center center no-repeat;
}
.search-link:hover {
	background-color:#efefef;
}
.search-link .tag02 {
	width:20px;
	height:100px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#D7002A;
	color:#FFF;
	font-size:15px;
	font-weight:500;
	line-height:1.2;
}
.search-link .tag02-1 {
	color:#D7002A;
	background:#FBE1E6;
}
.search-link .tag02-2 {
	color:#FFF;
	background:#CECECE;
}
.search-link h3 {
	/* display:table-cell; */
	font-size:20px;
	font-weight:bold;
	padding-left:18px;
	padding-top: 14px;
	color:#333;
	line-height: 1.4;
}
.result-detail-wrap {
	float:left;
	width:100%;
	margin-top:21px;
	padding-top:20px;
	border-top: dashed 1px #CCCCCC;
	margin-bottom: 12px;
}
.result-detail-wrap .links02 {
	float:left;
	padding-right:22px;
	border-right:solid 1px #333;
	margin-right:20px;
	line-height:1.2;
}

.result-detail-wrap .links02 a {
	color:#D7002A;
	text-decoration:underline;
}
.result-detail-wrap .links02:last-child {
	border:0;
	margin:0;
}
.res-wrap01 {
	padding-left:50px;
	position:relative;
}
.res-wrap01 span {
	left:0;
	top:0;
	position:absolute;
}
.res-wrap01 a {
	color:#D7002A;
	text-decoration:underline;
}
.pager {
	margin-bottom:20px;
	text-align:center;
}
.pager a {
	width:40px;
	height:40px;
	box-sizing:border-box;
	border:solid 1px #D7002A;
	display:inline-block;
	border-radius:4px;
	padding:4px 0;
	margin:0 4px;
	position:relative;
	font-size:16px;
}
.pager a.next::after {
content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/arrow-right.svg) center center no-repeat;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
}
.pager a:hover {
	background:#efefef;
}
.pager a.active {
	background:#D7002A;
	color:#FFF;
	font-weight:bold;
}


/* The container must be positioned relative: */
.custom-select, .custom-select-2 {
  position: relative;
  width:100% !important;
  color:#777;
  	border-radius:4px;
}

.custom-select select, .custom-select-2 select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #FFF;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 8px;
  height: 18px;
  background: url(../images/icon-select.svg) center center no-repeat;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #333;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  padding: 10px 16px;
    height: 50px;

}
.select-selected {
  color: #333;
  background:#FFF;
  border-radius:4px;
  border:0;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  height:auto;
  max-height:300px;
  overflow:auto;
  z-index: 99;
  color: #333;
  border: solid 1px #CCC;
}
.select-arrow-active {
	  border-bottom: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.select-wrap {
	float:left;
	width:100%;
	padding-right:170px;
	position:relative;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.select-wrap .button {
	border: solid 1px #D7002A;
	height:50px;
	border-radius:4px;
	width:150px;
	background:#D7002A;
	text-align:center;
	color:#FFF;
	position:absolute;
	top:0;
	right:0;
	font-size: 16px;
}
.arrow-drop {
	display:block;
	width:100%;
	height:30px;
	text-align:center;
	padding:20px 0;
	padding-bottom:0;
}
.hidedrop, .options-wrap {
	display:none;
}
.normal-link {
	margin-bottom:10px;
	color:#D7002A;
	text-decoration:underline;
}

.normal-search-btn {
	border:0;
	width:200px;
	height:42px;
	margin:0 auto;
	display:block;
	text-align:center;
	border-radius:4px;
	background:#D7002A;
	color:#FFF;
	font-size: 16px;
	font-weight:bold;
	margin-top:40px;
}
.search-wrap3 .search-list {
	margin-bottom:0;
}
.search-wrap2 .search-list>li>a>.button {
	border:solid 1px #CCC;
}
.search-wrap2 .search-list>li>a>.button::after {
	background:transparent;
}
#registration .page-title h2 {
	
}
#registration .page-title {
	border-bottom:solid 1px #CCC;
	/*padding-bottom:40px;**/
}
#registration {
	    padding-bottom: 40px;
}
.content-full {
	max-width:100%;
}
.list-steps-reg {
	float:left;
	width:100%;
	margin-bottom: 20px;
}
.list-steps-reg > li {
	float:left;
	width:33.333333%;
	display:table;
	padding:15px;
	box-sizing:border-box;
}
.list-steps-reg > li > a {
	position:relative;
	text-align:center;
	color:#333;
	background:#FFF;
	border-radius:4px;
	border:solid 1px #CCC;
	height:60px;
	display:table-cell;
	vertical-align:middle;
	font-weight:500;
	cursor:pointer;
}

.list-steps-reg > li > a.active {
	background:#D7002A;
	border:solid 1px #D7002A;
	color:#FFF;
}
.list-steps-reg > li > a::after {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	background:url(../images/arrow-step.svg) center center no-repeat;
	right:-22px;
	top:50%;
	margin-top:-5px;
}
.list-steps-reg > li:last-child > a::after {
	background:transparent;
}
.required {
	font-weight:500;
	color:#FFF;
	background:#D7002A;
	border-radius:4px;
	padding:2px;
	padding-top:3px;
	text-align:center;
	display:inline-block;
	width:44px;
	line-height:1;
	height:24px;
}
.table-wrap01 {
	float: initial;
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    display: block;
	 margin-bottom: 20px;
}
.table-wrap01 table {
	border-bottom: solid 1px #999999;
	margin-bottom:10px;
	margin-top:10px;
	display:inline-table;
}
.table-wrap01 > div {
	float:left;
	width:100%;
}
.table-wrap01 > div .col-01 {
	display:table;
	width:27%;
	background:#000;
	float:left;
}
.table-wrap01 > div .col-01 p {
	height:80px;
	vertical-align:middle;
	display:table-cell;
	padding:0 20px;
	background:#FBE1E6;
	color:#333;
	font-weight:bold;
}
.table-wrap01 > div .col-02 {

	width:73%;
	float:left;
	display:table;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;

}
.table-wrap01 > div .col-02 > div {
	height:80px;
	vertical-align:middle;
	display:table-cell;
	padding:0 10px;
	background:#FFF;
	color:#333;
	font-weight:bold;
	float:initial;
}
.normal-text-input {
	box-sizing:border-box;
	width:100%;
	height:40px;
	border:solid 1px #CCC;
	padding:5px 12px;
	border-radius:4px;
	padding-top:4px;
	background-color:#FFF;
}
.normal-text-input input[type="text"],
.normal-text-input input[type="password"]{
	border:0;
	font-size:16px;
	    font-family: "Noto Sans JP",sans-serif;
		color:#333;
		width:100%;
		height:32px;
}

.label-wrap {
	  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float:left;
  padding-right:30px;
  font-size:16px;
  font-weight:normal;
  line-height:1.2;
}
/* Hide the browser's default radio button */
.label-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.label-wrap .checkmark{
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  box-sizing:border-box;
  border:solid 1px #CCC;
  background-color: #FFF;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.label-wrap:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.label-wrap input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.label-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.label-wrap input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.label-wrap .checkmark:after {
 	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #D7002A;
}



.table-wrap01 .custom-select,
.table-wrap01 .custom-select-2{
	    border: solid 1px #CCC;
    font-weight: normal;
    font-size: 16px;
	width:120px !important;
	float:left;
	height:40px;
}
.table-wrap01 .select-items div, .table-wrap01 .select-selected {
	height:38px;
	padding: 5px 10px;
    padding-right: 20px;
}
.table-wrap01 .select-selected:after {
	top:10px;
	right:6px;
}
.table-wrap01 .custom-select2 {
	width:100px;
	margin-left:20px;
}
.gray-btn {
    width: 126px;
    height: 40px;
    border-radius: 4px;
    color: #FFF;
    background: #CCC;
    display: inline-block;
    border: solid 1px #CCC;
    position: relative;
    top: 1px;
    margin-left: 15px;
    text-align: center;
    font-weight: normal;
    padding-top: 3px;
    box-sizing: border-box;
}
.gray-btn:hover {
	background:#333;
}
.radio02-wrap .label-wrap {
	float:initial;
	margin-top:10px;
}
.table-wrap01 > div:last-child .col-01 p,
.table-wrap01 > div:last-child .col-02 {
	height:420px;
}
.registration-sec01 .title01 {
	margin-bottom: 20px;
}
.foot-wrap2 .footer02 {
	border-top:solid 1px #CCCCCC;
}
.registration-sec02 {
	padding-bottom:80px;
}
.table-wrap01 > div .col-02 > div {
	font-weight:normal;
}
.table-wrap02 > div:last-child .col-01 p,
.table-wrap02 > div:last-child .col-02 {
	height:160px;
}
.submit-wrap {
	position:relative;
	margin-top:10px;
}
.edit-form {
	height:60px;
	width:235px;
	position:absolute;
	left:0;
	bottom:0;
	border: solid 1px #CCC;
	border-radius:4px;
	color:#333;
	text-align:center;
	font-weight:500;
	padding:14px 10px;
}
.edit-form::after {
    content: '';
    width: 8px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/arrow-left-red.svg) center center no-repeat;
}
.edit-form:hover {
	background-color:#CCC;
}
.registration-sec01 {
		max-width:870px;
	margin:0 auto;
	float:initial;
	box-sizing:border-box;
	padding-right:15px;
	padding-left:15px;
}
.registration-sec02 {
	max-width:870px;
	float:initial;
	margin:0 auto;
	box-sizing:border-box;
	display:flex;
}
.registration-sec01 .content1030 {
	max-width:100%;
}
.submit-wrap p {
	font-weight:medium;
}
.submit-links-wrap {
	text-align:right;
	margin-top:20px;
}
.submit-links-wrap a {
	color:#333;
	display:inline-block;
	position:relative;
	padding-right:14px;
}
.submit-links-wrap a::after {
	    content: '';
    width: 8px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background: url(../images/arrow-right.svg) center center no-repeat;
}
.submit-links-wrap a:hover {
	color:#D7002A;
}

.options-wrap {
	padding-top:20px;
}
.options-wrap label {
	float:left;
	margin-right:30px;
	font-weight:500;
	margin-top:8px;
	font-size:15px;
	line-height: 1.2;
}


/* The container */
.options-wrap .container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.options-wrap .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.options-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border:solid 1px #CCC;
}

/* On mouse-over, add a grey background color */
.options-wrap .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.options-wrap .container input:checked ~ .checkmark {
  background-color: #D7002A;
  border:solid 1px #D7002A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.options-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.options-wrap .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.options-wrap .container .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.options-wrap2 {
	display:block;
	float:right;
	margin-top:0;
	padding-top:0;
	border:solid 1px #CCC;
	border-radius:4px;
	height:40px;
}
.options-wrap2 .container {
	padding:10px 20px;
	margin:0;
	padding-left:40px;
}
.options-wrap2 .checkmark {
	top:9px;
	left:15px;
}
#login {
	border-bottom:0;
}
#login-foot {

}
.login-sec02 {
	padding-top:50px;
	padding-bottom:50px;
}
.login-sec01 {
	background:#FBE1E6;
	padding-top:34px;
	padding-bottom:34px;
	/*height:420px;*/
}
.login-wrap {
	max-width:500px;
	width:100%;
	margin:0 auto;
}
.login-check {
	margin-top:4px;
	padding-top:0;
}
.login-check label {
	font-weight:normal;

}
.user-wrap {
	margin-bottom:12px;
}
.see-more2 {
	margin-top:60px;
}
.login-sec01 .submit-links-wrap {
	text-align:center;
}
.see-more2:hover {
	background-color:#C90027;
}
.zone-wrap p {
	width:120px; 
	display:inline-block;
}
.zone-wrap p.z2 {
	width:100px; 
}
.user-setting-sec01 {
	max-width:auto;
}
.user-setting-sec01 .list-steps-reg > li {
	width:25%;
}
.user-setting-sec01 .list-steps-reg > li > a::after {
	background:transparent;
}
.user-setting-sec02 h3.title03 {
	font-size:18px;
	font-weight:bold;
	float:left;
	width:100%;
}
.table-wrap01 .half-input .custom-select {
	width:100% !important;
}
.user-setting-sec02 .table-wrap01 > div:last-child .col-01 p, 
.user-setting-sec02 .table-wrap01 > div:last-child .col-02 {
	height:80px;
}
.fav-setting-list01, .fav-setting-list02 {
	float:left;
	width:100%;
	margin-top:10px;
	border-bottom:solid 1px #999999;
	margin-bottom:30px;
}
.fav-setting-list01 > li, .fav-setting-list02 > li {
	display:table;
	padding:10px;
	border-top:solid 1px #999999;
	width:100%;
}
.fav-setting-list01 > li > img, .fav-setting-list01 > li > p, 
.fav-setting-list01 > li > div, .fav-setting-list02 > li > p, 
.fav-setting-list02 > li > div  {
	display:table-cell;
	vertical-align:middle;
}
.fav-setting-list01 > li > p {
	padding-left:20px;
	padding-right:20px;
	line-height: 1.2;
}
.fav-setting-list01 > li > div  {
	width: 222px;
	line-height: 1.2;
	height:40px;
}
.fav-setting-list02 > li {
	padding:0;
}
.fav-setting-list02 > li > p {
	width:auto;
	padding-left:20px;
	padding-right:20px;
}
.fav-setting-list02 > li > div {
	width:100px;
	float:right;
	text-align:center;
	position:relative;
	padding-top:0;
	border-left:solid 1px #999999;
	padding:10px;
	line-height: 1.2;
	height:40px;
}
.fav-setting-list02 > li:first-child {
	background:#FBE1E6;
}

.fav-setting-list02 .options-wrap .container {
	margin-top:0;
}
.fav-setting-list02 .options-wrap .checkmark {
	left:50%;
	margin-left:15px;
}
.table-notif {
	font-size:16px;
	margin-top:10px;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.table-notif th, .table-notif td {
	border:solid 1px #999999;
}
.user-setting-sec01 {
	padding-left:15px;
	padding-right:15px;
}
.table-notif th {
	background:#FBE1E6;
	font-weight:bold;
}
.table-notif th:last-child {
	width:84px;
}
.table-notif tr td:first-child, .table-notif tr td:nth-child(3), .table-notif tr td:nth-child(4) {
	text-align:center;
	line-height:1.2;
}
.table-notif .edit-btn {
	height:40px;
	width:65px;
	box-sizing:border-box;
	border-radius:4px;
	background: #FABE00;
	text-align:center;
	padding:10px;
	line-height:1;
	color:#333;
	font-weight:bold;
	display:inline-block;
}
.table-notif .options-wrap2 {
	border:0;
	padding:0;
}
.table-notif .tag {
	display:inline-block;
	font-size:12px;
	color:#FFF;
	line-height:1;
	background:#F7659D;
	font-weight:bold;
	padding:4px 5px;
	padding-top:3px;
	margin-right:6px;
}
.table-notif .tag2 {
	background:#F2A56D;
}
.see-more-rs {
	float:right;
	max-width:140px;
	width:140px;
	    margin-bottom: 15px;
}
.mail-setting-list > li:first-child, .mail-setting-list2 > li:first-child {
	background:#FFF;
}
.mail-setting-list > li > div {
	padding:0;
}
.mail-setting-list .select-items div, .mail-setting-list .select-selected {
	height:40px;
}
.mail-setting-list .custom-select {
	border:solid 1px #CCC;
	margin:8px;
	text-align:left;
}
.mail-setting-list > li > div {
    width: 140px;
	height:60px;
}
.mail-setting-list .custom-select {
	width:126px !important;
}
.mail-setting-list .select-selected:after {
	top:11px;
	right:6px;
}
.mail-setting-list2 > li > p, .mail-setting-list2 > li > div {
	height:58px;
	display:table-cell;
	vertical-align:middle;
	float:initial;
}
.news-detail-sec03 h3 {
	font-size:20px;
	font-weight:bold;
	display:block;
	color:#D7002A;
	margin-bottom:10px;
}
.news-detail-sec03 .img-wrap  {
	max-width:600px;
	width:100%;
	display:block;
	margin:0 auto;
	
}
.news-detail-sec03 {
	padding-bottom:60px;
	padding-top:0;
}
.news-detail-sec04 {
	padding-top:20px;
	padding-bottom:0;
}
.news-detail-sec05 {
	padding-top:30px;
	padding-bottom:30px;
}
.table-wrap01 tbody {
	font-size:16px;
}
.table-wrap01 tbody > tr > td:first-child {
	background:#FBE1E6;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
}
.table-wrap01 tbody > tr > td {
	padding:20px 10px;
}
.table-wrap01 tbody > tr > td .radio02-wrap .label-wrap:first-child {
	margin-top:0;
}
.table-wrap01 tbody > tr {
	border-top:solid 1px #999999;
}
.table-wrap01 tbody .box50, .table-wrap01 tbody .box100, .table-wrap02 tbody p {
	padding:0 10px;
}
textarea {
	box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: solid 1px #CCC;
    padding: 5px 12px;
    border-radius: 4px;
    padding-top: 4px;
    background-color: #FFF;
	font-size:16px;
	float:left;
	width:102%;
	box-sizing:border-box;
	padding-top:10px;
}
.table-wrap01 tbody textarea {
	height:120px;
}
.news-detail-sec03 h4 {
	font-size:18px;
	font-weight:bold;
	color:#D7002A;
	line-height:1.6;
}
.gift-detail-sec02 {
	padding-top:40px;
	border-top:solid 1px #CCC;
}
.gift-detail-sec02 .title01 {
	margin-bottom:25px;
}
.gift-detail-sec02 {
	padding-left:15px;
	padding-right:15px;
}
.gift-detail-sec02-2 {
	border:0;
	padding-top:0;
}
.related-program, .related-program02 {
	background:#FFF;
}
.related-program .list-recom01 {
	text-align:center;
}
.related-program .list-recom01 > li {
	float:initial;
	display:inline-block;
}
.gift-list > li {
	padding:0;
	width:100%;
	position:relative;
	border-bottom:solid 1px #CCC;
	padding-bottom:30px;
}
.gift-list > li > div {
	margin:0;
}
.gift-list>li>div .desc>h3 {
	width:auto;
}
.gift-list .img-thumb {
	width:25%;
	float:left;
}
.gift-list >li>div .desc {
	float:left;
	width:75%;
}
.gift-list .btn-present {
	position:absolute;
	right:0;
	bottom:30px;
	display:inline-block;
	float:right;
	max-width:235px;
	width:100%;
}
.gift-detail-sec03 {
	padding-bottom:60px;
}
.mail-btn .see-more {
	display:inline-block;
	margin:10px;
}
.title05 {
	font-size:22px;
	font-weight:bold;
}
.mail-list {
	margin-top:15px;
}
.mail-list li {
	border-top:solid 1px #CCC;
}
.mail-list h4 {
	font-size:18px;
	font-weight:bold;
	color:#D7002A;
	padding:10px 16px;
	background:#FBE1E6;
}
.mail-list  p {
	padding:12px 12px;
}
.mail-sec02 {
	padding-bottom:90px;
}
.notif-login-sec01 {
	padding-bottom:90px;
}
.btn-edit02 {
	/*margin-top:30px;*/
}
.notif-sec05 {
	padding-bottom:50px;
}
.page-title-red {
    background: #D7002A;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    display: table;
    width: 100%;
    position: relative;
    top: -1px;
}
.page-title-red .content1000 {
	display:table-cell;
	vertical-align:middle;
	width: 1060px;

}
.episode-detail .see-more::after {
   /* background: url(../images/arrow-right.svg) center center no-repeat;
    width: 10px;*/
}
.episode-detail .see-more:hover::after {
    background: url(../images/arrow-right-white.svg) center center no-repeat;
    width: 10px;
}
.pickup-section01 {
	padding-top:10px;
	padding-bottom:50px;
}
.pickup-section02 {
	padding-top:20px;
	padding-bottom:40px;
}

.list-related05 > li:first-child, .list-related05 > li:nth-child(2) {
	width:50%;
}
.title07 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.sitemap-links {
	    margin-top: 20px;
    margin-bottom: 30px;
}
.sitemap-links a {
	color:#D7002A;
	text-decoration:underline;
	    display: inline-block;
    padding: 2px 0;
}
.sitemap-links p {
	margin-top:0;
}
.sitemap-sec01 {
	padding-top:40px;
	padding-bottom:60px;
}
.sitemap-table01 {
	margin-bottom:35px;
}
.sitemap-table01 > div:first-child {
	border-right:solid 1px #999;
}
.sitemap-table01 > div > div {
	padding:16px 25px;
	border-bottom:solid 1px #999;
}
.sitemap-table01 .th02 {
	background:#FBE1E6;
}
.sitemap-table01 .th01 {
	font-weight:bold;
	background:#D7002A;
	color:#FFF;
	padding:16px 25px;
}
.title08 {
	font-weight:bold;
	background:#EFEFEF;
	padding:8px 14px;
	float:left;
	margin-bottom:26px;
	width:100%;
	font-size:18px;
}
.title09 {
	font-size:18px;
	font-weight:bold;
	color:#D7002A;
		float:left;
	margin-bottom:10px;
	width:100%;
}
.privacy-section01 {
	padding-bottom:60px;
}
.privacy-section01 .box15 {
	text-align:right;
}
.privacy-section01 h4 {
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}
.privacy-section01 h3 {
	font-weight:bold;
	font-size:22px;
	margin-bottom:10px;
}
.special-001 {
	width:276px;
	float:right;
	margin-top:26px;
	margin-bottom:35px;
}
p.special-001:after {
	clear:both;
}
.padLeft54 {
	padding-left:54px;
}
.padLeft100 {
	padding-left:100px; 
	margin-top:10px;
}
.protection-section01 h3 {
	margin-bottom:20px;
}
.table-wrap03 tbody > tr > td:first-child {
	background:#EFEFEF;
	width:235px;
}
.about-liner {
	position:relative;
	width:100%;
	float:left;
	padding-right:110px;
}
.about-liner span {
    margin-top: -9px;
    width: 105px;
    display: block;
    background: #FFF;
    position: relative;
    padding-left: 8px;
    height: 18px;
    top: 50%;
    position: absolute;
    right: 0;
    line-height: 1;
}
.about-liner p {
	float:left;
	background:#FFF;
}
.about-liner::after {
	content:'';
	height:1px;
	width:100%;
	background:#CCCCCC;
	position:absolute;
	top:50%;
	left:0;
	z-index:-1;
}
.about-img {
	margin-top:30px;
	text-align:center;
}
.about-img img {
	margin-right:8px;
}
.cal-icon {
	margin:5px;
}
.cal-icon > li {
	float:left;
}
.cal-icon > li >a {
	padding:2px;
}
.r-y54riw {
	    min-width: 100% !important;
}
.extra-list {
	display:none;
}
.how-to-head {
	padding-bottom:12px !important;
}
.howto-sec01 .list-channel>li>a, .howto-sec01 .list-channel>li>a>button {
	height:100px;
	position:relative;
}
.howto-sec01 .list-channel>li>a span {
	line-height:1.2;
	font-weight:bold;
	color:#333333;
	font-size:12px;
	margin-top:15px;
	display:block;
}
.howto-sec01 .list-channel>li>a>button::after {
	    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -5px;
    background: url(../images/arrow-down-red.svg) center center no-repeat;
}
.howto-title01, .howto-title02, .howto-title03 {
	font-size:26px;
	font-weight:bold;
	float:left;
	width:100%;
	text-align:center;
}
.howto-title02 {
	font-size:22px;
	margin-top:20px;
	margin-bottom:20px;
}
.howto-title03 {
	background:#03A0E9;
	color:#FFF;
	font-size:30px;
	    padding-bottom: 3px;
}
.howto-sec01 .content1020 {
	border-bottom:solid 1px #CCC;
}
.howto-sec02 {
	padding-top:60px;
}
.howto-banner {
	margin-top:40px;
	margin-bottom:60px;
}
.howto-banner2 {
	margin-top:20px;
	margin-bottom:40px;
}
.square-blue {
	float:left;
	display:block;
	font-size:26px;
	color:#03A0E9;
	font-weight:bold;
	padding:0px 10px;
	border:solid 2px #03A0E9;
}
.howto-note01 {
	float:left;
	width:100%;
	text-align:center;
	font-size:22px;
	font-weight:bold;
}
.howto-banner3 {
	margin-bottom:0;
}
.howto-banner6 {
	border:solid 4px #D7002A;
	background:#FBE1E6;
	margin-bottom:54px;
}
.howto-title04 {
	background:#D7002A;
	text-align:center;
	color:#FFF;
	font-size:40px;
	font-weight:bold;
}

.howto-banner6 .inner-div {
	padding:50px 30px;
}
.howto-banner6 .inner-div .box50 {
	padding:0 30px;
}
.howto-banner6 .inner-div .box50 .p01 {
	font-weight:bold;
	font-size:22px;
	display:block;
	color:#D7002A;
	margin-bottom:10px;
	text-align:center;
}
.howto-banner6 .inner-div .box50 .p02 {
	font-weight:bold;
	font-size:20px;
	display:block;
	color:#D7002A;
	margin-top:4px;
	text-align:center;
}

.howto-banner7 {
	border:solid 3px #159FE6;
	margin-bottom:54px;
}
.howto-banner7 h4 {
	text-align:center;
	color:#03A0E9;
	font-size:50px;
	font-weight:bold;
}
.howto-banner7 .box100 {
	padding:10px 17px;
}
.howto-banner7 .bluebox {
	float:left;
	width:33.33333%;
	padding:0 17px;
}
.howto-banner8 {
	padding-bottom:90px;
	border-bottom:solid 1px #CCC;
}
.p02-size {
	font-weight:bold;
	font-size:20px;
	display:block;
	margin-top:4px;
	text-align:center;
	line-height:1.5;
	margin-top:20px;
	float:left;
	width:100%;
	margin-bottom:40px;
}

.channel-list .yellow-btn {
		background:#006699;
	color:#FFF;
	font-size:20px;
	height:48px;
	margin-top:8px;
}
.channel-list .yellow-btn::after {
    content: '';
    width: 8px;
    height: 10px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/arrow-right-white.svg) center center no-repeat;

}
.channel-list .yellow-btn:hover {
	opacity:0.75;
}
.imgbtn01 {
	margin-top:40px;
}
.imgbtn02 {
	margin-top:0px;
}
.para01 {
	margin-bottom:40px;
}
.howto-title05 {
	margin-top:40px;
	margin-bottom:40px;
}
.howto-banner6-1{
	margin-top:40px;
}

.popup-div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(250,250,250,0.9);
    color: #000;
    font-size: 25px;
    text-align: left;
    bottom: 0;
  overflow:hidden;
	overflow-y: scroll;
	display:none;
	    z-index: 99999;
}
.popup-div .content {
	padding:20px;
	height:100%;
	width:100%;
}
.hiiden-f {
    overflow: hidden;
}

.tems-legal {
	padding:15px;
	border:solid 1px #333;
	overflow:auto;
	height:500px;
	font-size:12px;
}
.tems-legal h4, .tems-legal dt {
	font-weight:bold;
	margin-bottom:10px;
}
.tems-legal p {
	margin-bottom:10px;
}
.tems-legal ol {
	list-style-type:decimal;
	padding-left:20px;
	margin-bottom:10px;
}

.menu-open3 {
	margin-bottom:6px;
}
.cal-months div {
	float:left;
}
.cal-months a {
	font-weight:500;
	color:#333;
	background:#FFF;
	border-radius:4px;
	width:50px;
	height:50px;
	text-align:center;
	box-sizing:border-box;
	display:block;
	vertical-align:middle;
	margin:6px;
	float:left;
	padding-top:6px;
	font-size:20px;
}
.cal-months a:hover {
	background:#EEE;
}
.month-title {
	padding:0 8px;
	font-size:20px;
	background:#EFEFEF;
	font-weight:700;
	width:99.6%;
	margin:0.2%;
}
.mem-reg01 a {
	max-width:240px;
	margin:0 auto;
	display:block;
	margin-top:20px;
	width:240px;
	border-radius:4px;
	background:#FFF;
	text-align:center;
}
.mem-reg02 a.see-more {
	background-color: #D7002A;
	color:#FFF;
	    margin-bottom:30px;
}
.mem-reg02 a.see-more::after {
	background: url(../images/arrow-right-white.svg) center center no-repeat;
}
.title-mem-reg {
	background:#FBE1E6;
	color:#D7002A;
	font-size:20px;
	font-weight:500;
	padding:2px 10px;
	margin-bottom:20px;
}
.table-wrap-tv {
	font-size:16px;
}
.table-wrap03 tbody > tr > td:first-child {
	width:268px;
}
.table-wrap-tv tbody > tr > td, .table-wrap-tv tbody > tr > th {
	padding:10px 15px;
}
.table-wrap-tv img {
	display:block;
	margin:2px 0;
}
.table-wrap-tv span {
	font-weight:bold;
}
.tv-row01 {
	background:#D7002A;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
}
.tv-row02 {
	text-align:left;
}
.tv-row02 th {
	background:#FBE1E6;
	font-weight:bold;
	padding:0 15px;
}
.b-side-title {
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
.b-side {
	border-left:solid 1px #999;
	border-right:solid 1px #999;
}
.tv-row02 th a {
	color:#D7002A;
	text-decoration:underline;
}
.tv-head-title {
	font-weight:bold;
	font-size:20px;
}
.tv-head-title span {
	color:#009900;
}
.title-grey {
	float:left;
	width:100%;
	background:#EFEFEF;
	font-size:18px;
	font-weight:bold;
	padding:10px 20px;
	margin-bottom:15px;
}
.table-wrap-pdf tbody > tr > td:first-child {
	width:700px;
}
.table-wrap-pdf a {
	color:#D7002A;
}
.table-wrap-pdf a span {
	text-decoration:underline;
}
.table-wrap-pdf tbody > tr > td:first-child {
	border-right:solid 1px #999;
	background:#FFF;
}
.pdf-section {
	padding-bottom:60px;
}
.table-wrap-pdf table td {
	padding:12px 15px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}
.icon-wrap {
	position:relative;
	width:100%;
	height:20px;
}
.icon-pop {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 50px;
    margin-bottom: -50px; */
}
/*------------------------------------------------------------
	202-001::	#lineupHead
----------------------------------------------------------- */
.linkWeekly { width:510px; float:left; }
.linkMonthly h2, .linkWeekly h2 { color:#666; font-size:123.1%; margin:0 0 8px; }
.linkWeekly li { font-size:85%; margin:0 15px 0 0; display:inline; }


/* -----------------------------------------------------------
	202-001::	#lineupBody
----------------------------------------------------------- */
/*.weeklyBody { padding:6px 5px; background-color:#fff; }*/
.weeklyBody {
	overflow-x:auto;
}
.weeklyBody table { width:100%; min-width:1000px; margin:0 auto; color: #333; }

/* �ｽ�ｽt�ｽ�ｽ�ｽ�ｽ�ｽN */
.weeklyBody thead th { height:45px; margin:0 0 3px; padding:0 0 5px; }
.weeklyBody thead th.timeTitle { background:#DDD; border:solid 4px #FFF; }
.weeklyBody thead th.timeTitle span { position:absolute; top:-999px; }
.weeklyBody thead th a { color:#666; font-size:93%; text-align:center; width:118px; height:40px; padding:10px 0 0; background:url(../img/btn_dailyLink.png) left top no-repeat; display:block; }
	.weeklyBody thead th a:visited { color:#666; font-size:93%; text-align:center; width:118px; height:40px; padding:10px 0 0; background:url(../img/btn_dailyLink.png) left top no-repeat; display:block; }
	.weeklyBody thead th a:hover, .weeklyBody thead th a.current:link, .weeklyBody thead th a.current:visited, .weeklyBody thead th a.current:hover, .weeklyBody thead th a.current:active { color:#fff!important; font-weight:bold; background:url(../img/btn_dailyLink_on.png) left top no-repeat; }
	.weeklyBody thead th a:active { color:#fff; font-weight:bold; background:url(../img/btn_dailyLink_on.png) left top no-repeat; }
	.weeklyBody thead th a.saturday:link { color:#00f; }
	.weeklyBody thead th a.saturday:visited { color:#00f; }
	.weeklyBody thead th a.saturday:hover { color:#00f; }
	.weeklyBody thead th a.saturday:active { color:#00f; }
.weeklyBody thead th.dayLast a:link { background:url(../img/btn_dailyLinkLast.png) left top no-repeat; display:block; }
	.weeklyBody thead th.dayLast a { background:url(../img/btn_dailyLinkLast.png) left top no-repeat; display:block; }
	.weeklyBody thead th.dayLast a:hover, .weeklyBody thead th.dayLast a.current:link, .weeklyBody thead th.dayLast a.current:visited, .weeklyBody thead th.dayLast a.current:hover, .weeklyBody thead th.dayLast a.current:active { color:#fff!important; font-weight:bold;  background:url(../img/btn_dailyLinkLast_on.png) left top no-repeat; }
	.weeklyBody thead th.dayLast a.sunday:link { color:#f00; }
	.weeklyBody thead th.dayLast a.sunday:visited { color:#f00; }
	.weeklyBody thead th.dayLast a.sunday:hover { color:#f00; }
	.weeklyBody thead th.dayLast a.sunday:active { color:#f00; }

/*�ｽﾔ組�ｽ\�ｽ{�ｽ�ｽ*/
.weeklyBody table tbody th, .weeklyBody table tbody td { padding:2px 7px; }
.weeklyBody table tbody th { font-weight:bold; text-align:center; vertical-align:middle; width:12px; background-color:#DDD; border:3px solid #FFF; }
.weeklyBody table tbody td {font-size:85%;width:118px;background-color:#f4f4f4;border-left:4px solid #FFF;border-right:4px solid #FFF;border-collapse:collapse;    vertical-align: top;}
.weeklyBody table td dt, .weeklyBody table td dd p { margin:0 0 3px!important; }
.weeklyBody table td dd p { line-height:1.2!important; }
.weeklyBody table td dd li { margin:0 5px 5px 0; float:left; }


.weeklyBody td.genre01 { background-color:#DFFAC8; }	/* genre01:�ｽq�ｽ�ｽ�ｽ�ｽ�ｽ�ｽV�ｽA�ｽ^�ｽ[ */
.weeklyBody td.genre02 { background-color:#ffe6e2; }	/* genre02:�ｽ�ｽ�ｽR�ｽ�ｽ�ｽ�ｽ�ｽh�ｽV�ｽA�ｽ^�ｽ[ */
.weeklyBody td.genre03 { background-color:#f6eaff; }	/* genre03:�ｽ�ｽ�ｽ|�ｽZ�ｽ�ｽ�ｽN�ｽV�ｽ�ｽ�ｽ�ｽ */
.weeklyBody td.genre04 { background-color:#ffe6e2; }	/* genre04:�ｽ�ｽ�ｽ�ｽZ�ｽ�ｽ�ｽN�ｽV�ｽ�ｽ�ｽ�ｽ */
.weeklyBody td.genre05 { background-color:#f3ceb4; }	/* genre05:�ｽﾘ暦ｿｽ�ｽA�ｽ�ｽ�ｽ[ */
.weeklyBody td.genre06 { background-color:#FFEDB1; }	/* genre06:�ｽ�ｽ�ｽ[�ｽ�ｽ�ｽh�ｽA�ｽ�ｽ�ｽ[ */

.weeklyBody tbody { border:4px solid #FFF; }
.weeklyBody td.start { border-top:4px solid #FFF; }
.weeklyBody td.end { border-bottom:4px solid #FFF; }

.weeklyBody td.empty { display: none; }
.weeklyBody .emptyShow { height:1px; padding:0px; background-color: #f4f4f4; border-top:none; border-bottom:none; }

.weeklyBody td a:link { color:#333; text-decoration:none; }
.weeklyBody td a:visited { color:#333; text-decoration:none; }
.weeklyBody td a:hover { color:#f60; text-decoration:underline; }
.weeklyBody td a:active { color:#f60; text-decoration:underline; }


.weeklyBody th[scope="row"] {
	padding-bottom:0;
	margin-bottom:0;
	    background: #EFEFEF;
		border-right:solid 4px #FFF;
}
.weeklyBody th[scope="row"] span {
	display: block;
    background: #FABE00;
    font-size: 20px;
    font-weight: bold;
}
.weeklyBody th[scope="row"] i {
	font-weight:500;
}
.weeklyBody dl {
	position:relative;
}
.weeklyBody ul {
	margin-top:10px;
}
/*--------------------------------------------------------------------
	203::	�ｽ�ｽﾊ番組�ｽ\::lineup/daily.html
--------------------------------------------------------------------*/
.dailySection { margin-top:-20px; }

/* -----------------------------------------------------------
	203-001::	#lineupHead
----------------------------------------------------------- */


/* -----------------------------------------------------------
	203-001::	#lineupBody
----------------------------------------------------------- */
#dailyHead { position:absolute; top:-999px; }
.dailySection {}
.dailySection .ttl { position:absolute; top:-999px;}
#dailySchedule li { margin-bottom:6px; }
#dailySchedule .timeTable dt { width:65px; padding:9px 0 0; float:left; }
#dailySchedule .timeTable dd { margin-left:70px; }
#dailySchedule .timeTable dd .programBody { width:360px; }

.lb-details, .lb-nav { display:none !important; }
.text-danger { color:#FF0000; }
	

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width:800px;
  width: 80%;
  border-radius:8px;
}
.modal-content h3 {
	font-size:24px;
	font-weight:bold;
	border-bottom: solid 1px #D7002A;
	padding-bottom:15px;
	margin-bottom:20px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 34px;
  font-weight: bold;
  margin-top:-10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.table-sched-day td:first-child {
	width:10%;
	background-color: #DDDDDD;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	border-right:solid 4px #FFF;
	border-bottom:solid 4px #FFF;
	border-left:solid 2px #FFF;

}
.table-sched-day td:nth-of-type(2) {
	width:15%;
	vertical-align: top;
	border-bottom:solid 4px #FFF;
}
.table-sched-day td:last-child {
	font-weight: bold;
	vertical-align: top;
	border-bottom:solid 4px #FFF;
	border-right:solid 2px #FFF;
}
.table-sched-day td:last-child span {
color: #FFF;
text-align: center;
display: inline-block;
font-size: 14px;
font-weight: bold;
padding: 1px 6px;
margin-top: 4px;
margin-bottom: 6px;
line-height: 1.4;
}
.the-icons {
	display: flex;
	/* float:left; */
	width: 100%;
	position: relative;
	/* height: 20px; */
	justify-content: flex-start;
	flex-wrap: wrap;
}
.the-icons li {
	margin: 0 5px 5px 0;
	/* float: left; */
	
}
.table-sched-day .icon-pop {
	margin-bottom: 0;
	/* height:20px; */
}

#program-list .day-list .table-sched>div {
    width: 100%;
}

.table-sched-month td:first-child {
	width: 16%;
	border-right: 0;
}
.table-sched-month td:last-child {
	width: 84%;
}

.table-sched-day .img-thumb {
	display: flex;
}
.month-title {
    margin-bottom: 4px;
}

/**** added css for SNS ***/

.sns-wrap {
	text-align: center;
}
.sns-wrap h3 {
	max-width:80%;
	width:100%;
	margin:0 auto;
	margin-bottom: 10px;
}
.sns-wrap a, .sns-wrap-menu a {
	width:45px;
	height:auto;
	display:inline-block !important;
	float:none;
	padding:0 6px !important;
}
.sns-wrap a img, .sns-wrap-menu a img {
	width:100%;
	display:block;
}
.sns-wrap-menu {
	position:absolute;
	bottom:0;
	left:-6px;
	width:300px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.menu .group .sns-wrap-menu a {
	margin:0;
}

@media only screen and (max-width: 767px) {
	.sns-wrap a, .sns-wrap-menu a {
		width:40px;
	}
	.sns-wrap-menu {
		bottom:-60px;
		left:10px;
	}
}

.list-channel>li>a, .list-channel-flex>li>a {
	margin: 10px;
	display: block;
	box-sizing: border-box;
	border: solid 1px #ccc;
	border-radius: 4px;
	height: 60px;
	text-align: center;
	background: #fff;
  }
  .list-channel>li>a:hover, .list-channel-flex>li>a:hover {
	border: solid 1px #AAA;
  }
  
  .list-channel>li>a>button, .list-channel-flex>li>a>button  {
	height: 60px;
	border: 0;
	background: 0 0;
  }

  .sns-icon-container {
	display: flex;
    justify-content: center;
    align-items: center;
  }