.update-text{text-align:right;font-size:1.2rem;margin-bottom:-15px}@media screen and (max-width: 740px){.update-text{font-size:1.0rem;margin-bottom:-25px}}.unext-slide-container{width:100%;overflow:hidden;position:relative;height:400px;margin:30px 0 40px;visibility:hidden}.unext-slide-container>ul{position:absolute;left:0;top:0;-webkit-transition:0.3s;transition:0.3s}.unext-slide-container>ul.end{-webkit-transition:none;transition:none}.unext-slide-container>ul.touch{-webkit-transition:none;transition:none}.unext-slide-container>ul>li{float:left;width:434px;border:1px solid #e0e0e0;margin:0 10px}.unext-slide-container>ul>li>dl>dt{position:relative;width:100%;height:244px;overflow:hidden;background-color:#fafafa}.unext-slide-container>ul>li>dl>dt img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:auto;height:100%;max-width:none}.unext-slide-container>ul>li>dl>dd{padding:10px}.unext-slide-container>ul>li>dl>dd .title{font-weight:bold;font-size:1.8rem;line-height:1.3;margin-bottom:5px}.unext-slide-container>ul>li>dl>dd .price{font-size:1.6rem;line-height:30px;margin-bottom:10px}.unext-slide-container>ul>li>dl>dd .price .category{display:inline-block;text-align:center;height:30px;color:#00a23f;border:1px solid #00a23f;margin-right:10px;padding:0 10px}.unext-slide-container>ul>li>dl>dd .term{font-size:1.6rem;margin-bottom:10px}.unext-slide-container>ul>li>dl>dd .copy{font-size:1.2rem;line-height:1.3}.unext-slide-container .arrowPrev,.unext-slide-container .arrowNext{cursor:pointer;position:absolute;top:0;bottom:0;margin:auto;width:60px;height:180px;-webkit-transition:0.3s;transition:0.3s}.unext-slide-container .arrowPrev:hover,.unext-slide-container .arrowNext:hover{opacity:0.7}.unext-slide-container .arrowPrev.disable,.unext-slide-container .arrowNext.disable{cursor:default;opacity:0.0}.unext-slide-container .arrowPrev{left:0}.unext-slide-container .arrowNext{right:0}@media screen and (max-width: 740px){.unext-slide-container{margin:30px 0 35px}.unext-slide-container>ul>li{width:217px;margin:0 5px}.unext-slide-container>ul>li>dl>dt{height:122px}.unext-slide-container>ul>li>dl>dd{padding:5px}.unext-slide-container>ul>li>dl>dd .title{font-size:1.2rem}.unext-slide-container>ul>li>dl>dd .price{font-size:1.0rem;line-height:15px;margin-bottom:5px}.unext-slide-container>ul>li>dl>dd .price .category{padding:0 5px;height:15px;margin-right:5px}.unext-slide-container>ul>li>dl>dd .term{font-size:1.0rem;margin-bottom:5px}.unext-slide-container>ul>li>dl>dd .copy{font-size:0.7rem}}

/* cp1911 */
.cp1911 {
    width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.cp1911-detail {
    width: 100%;
	max-width: 960px;
	margin: 30px 0 100px;
	padding: 20px 30px;
    background-color: #fafafa;
}
.cp1911-detail h2 {
	margin-bottom: 20px;
	padding-top: 20px;
    text-align: center;
}
.cp_syousai {
	padding: 20px 10px;
	display: -webkit-flex;
    display: flex;
	border-bottom: 1px dashed #eee;
}
.cp_syousai:last-child {
    border-bottom: none;
}
.cp_koumoku {
	width: 180px;
	font-weight: bold;
}
.cp_txt {
    width: 700px;
}
.jougen {
    font-size: 1.3rem;
}
.red {
    color: #ff0000;
}

/* bn-cp */
.bn-cp {
    max-width: 960px;
	margin: 35px auto;
}

/* 21.03.19 追加 */
header {
	top: 0;
}
#breadcrumb {
	margin-top: 110px;
}
.other_service-ttl .ico {
	background: url("/contents/common/img/icon_tv.png") 0 center no-repeat;
	background-size: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 38px;
}


/* 22.05 追加 */
.bn-naruhodo {
	max-width: 700px;
	margin: 0 auto 40px;
}
  /* 23.09 追加 */
   
.flex{
  display: flex;
}
.bn_hulu{
	padding-bottom: 60px;
}
.hulu_lead_box{
  justify-content: space-between;
  margin: 20px auto 70px!important;
  display: flex;
}
.hulu_lead_img{
  width:290px;
}
.hulu_lead_text{
  font-size:28px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.hulu_lead_text span{
  font-size:38px;
  padding: 0 10px;
}
.hulu_contents{
  background-color: #FFFDCE !important;
  padding: 80px 0;
}

.hulu_contents h2{
  
  margin-bottom: 35px;
  color:#0095A1;
  text-align: center;
}
ul.hulu_contents_box{
  display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  justify-content: flex-start;
  max-width: 1100px;
  margin: 0 auto 80px;
}
ul.hulu_contents_box li:nth-child(1),ul.hulu_contents_box li:nth-child(2){
  margin:0 40px 0 0; 
}
ul.hulu_contents_box li{
  width:324px;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;

}
.hulu_contents_img{
  width: 305px;
  margin-bottom: 20px;
}
.hulu_contents_title{
  background-color:#ececec;
  font-size: 20px;
  height: 40px;
  font-weight: 600;
  padding-left: 10px;
  line-height: 40px;
  margin-bottom: 30px;
}
.hulu_contents_text{
  text-align: center;
  font-size: 16px;
}
.hulu_contents_text span{
  font-size: 13px;
}
.hulu_recommend{
  text-align: center;
 margin-bottom: 40px;
}
.mb_80{
  margin-bottom: 80px!important;
}
table.hulu-price{
  max-width: 1100px;
  margin: 0 auto 20px;
  letter-spacing: 0.05em;
}
td{
  width:408px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #eaeaea;
}
.table_small{
  font-size:11px;
}
.green{
  text-align: center;
  height: 50px;
  font-size: 1.9rem;
  background-color: #0095A1;
  color: #fff;
  border: 1px solid #eaeaea;
  border-top: none;
  border-right: none;
}
.right_green{
  height: 50px;
    font-size: 1.4rem;
    background-color: #f0f8f7;
    color: #000;
    border: 1px solid #eaeaea;
    font-weight: 300;
    width: 240px;
}
.rounded_right{
  border-radius: 0 10px 0 0 ;
}
.rounded_left{
  border-radius: 10px 0 0 0 ;
  border-left: none;
}
.rounded_left2{
  border-radius: 10px 10px 0 0 ;
  border-left: none;
}

.rounded_left_under{
  border-radius: 0  0 0 10px;
}
.rounded_right_under{
  border-radius: 0 0 10px 0 ;
}
.height150{
  height: 150px;
}
.table_list{
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  width: 280px;;
  margin: auto;
}
.table_list2{
width: 430px;
}
.table_note{
  font-size:14px;
}
.hulu_space_15 {
  margin-bottom: 60px;
}
.hulu_btn{
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.hulu_btn4 {
  margin-top: -120px;
}
.hulu_copy{
  font-size:12px;
  max-width: 945px;
  width: 90%;
  margin: 55px auto 0;
}
.order_btn2 {
  display: block;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 0.9em 0.3em 0.9em 0em;
  font-weight: bold;
  overflow: hidden;
  background: #f34b00;
  box-shadow: 0 4px 0 #cd2100;
  border: 2px solid #f34b00;
  border-radius: 6px;
  color: #fff;
  line-height: 1.1;
  text-decoration: none;
  transition: .1s;
  vertical-align: bottom;
  font-size: 1.7rem;
  width: 320px;
}
.order_btn5 {
  margin-top: 60px;
}
.order_btn2 p {
  position: relative;
}
.order_btn2 p:before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  right:0;
  width: 20px;
  height: 20px;
  margin-left:0.3em;
  background-image: url(https://eonet.jp/contents/common/img/ico_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.order_btn2 span {
  font-size: 1.2rem;
}
.order_btn3{
  margin-right: 0;
}
.hulu_space{
  padding: 0;
  margin: 0;
}
.hulu_space_top{
  margin-top: 40px!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.hulu_space_up{
margin-top: -120px;
}
.contents-bg-circle-lv1 {
  position: relative;
  background-color: #FFFDCE;
  background-image: url(https://eonet.jp/share/img-d/bg-circle.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.contents-bg-circle-lv1:before {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 93vw);
  position: absolute;
  top: 93vw;
  left: 0;
  background-image: url(https://eonet.jp/share/img-d/bg-circle-repeat.png);
  background-size: contain;
  background-repeat: repeat-y;
}
.bg-background03 {
  background-color: transparent !important;
}
.contents-bg-circle-lv2 {
  position: relative;
  background-color: #FFFDCE;
  background-image: url(../img/bg-circle-repeat2.png);
  background-size: 100%;
  background-position: right 40px;
  background-repeat:repeat-y;
}
.contents-bg-circle-lv2 section.bg-background03 {
  background-color: transparent !important;
}
/* 25.06 追加 */
.height200{
	height: 200px;
}
.banner_campaign{
/*margin-top: 40px;*/	
margin-bottom: 10px;
}
.right_orange{
    font-size: 1.4rem;
    background-color: #fae4d9;
    color: #000;
    border: 1px solid #f8f8f8;
    font-weight: 300;
    width: 130px;
	vertical-align: middle;
}
.orange{
    text-align: center;
    height: 50px;
    font-size: 1.9rem;
    background-color: #df5409;
    color: #fff;
    border: 1px solid #eaeaea;
    border-top: none;
    border-right: none;
	vertical-align: middle;
}
.right_orange_text{
	text-align: left;
    padding: 20px;
}
.w-240{
	width: 240px;
}
.w-800{
	width: 800px;
}
.hulu-price_box{
	margin-bottom: 60px!important;
}
.campaign-overview{
	margin-bottom: 60px;
}
.card.step-card > dt.hulu_step {
    position: relative;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #eee;
}
.card.step-card > dt.hulu_step p{
	 background-color: #00a23f;
	color: #fff;
	font-size: 2.2rem;
	padding: 10px;
}
.card.step-card > dt.hulu_step > p span {
    font-size: 3.5rem;
	display: inline-block;
	padding-left: 5px;
}
.card02{
	padding-top: 0px!important;
	margin-bottom:60px;
}
.hulu_step_illust{
	width: 110px;
	margin: 60px auto;
}
.hulu_step_text{
	font-size: 2.2rem;
	font-weight: 600;
}
.order_btn6{
	background-color: #ffe100;
    box-shadow: 0 4px 0 #dcdcdc;
    border: 0;
    color: #000;
}
.order_btn6 p:before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    margin-left: .3em;
    background-image: url(../img/ico_arrow_black.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.hulu_title{
  font-size: 2.6rem; ;
}
.right_box{
  border: 1px solid #eaeaea;
  vertical-align: middle;
}
.rounded_right_under {
    border-radius: 0 0 0 10px;
}
div #campaign-link {
    padding-top: 100px;
    margin-top: -100px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hulu_lead_img {
    margin-bottom: 20px;
}
  .hulu_lead_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
  ul.hulu_contents_box {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto 80px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  ul.hulu_contents_box li:nth-child(1), ul.hulu_contents_box li:nth-child(2){
    margin: 0;
  }
  ul.hulu_contents_box li:nth-child(3){
    margin-top: 0px;
  }
  ul.hulu_contents_box li {
    width: 324px;
    height: 420px;
  } 
 
  .hulu_btn{
    display: block;
  }
  .order_btn_tb{
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
    width: 46%;
  }
  .hulu_space_top {
    margin-top: 40px!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.hulu_btn3 {
  width: 470px;
}
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    ul.hulu_contents_box{
      width: 100%;
    }
    ul.hulu_contents_box li {
      width: 32%;
      height: 400px;
  }
    .hulu_contents_img {
      width: 100%;
      margin-bottom: 20px;
  }
  .order_btn2 {
    display: block;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 1em 0.3em 1em 0em;
    font-weight: bold;
    overflow: hidden;
    background: #f34b00;
    box-shadow: 0 4px 0 #cd2100;
    border: 2px solid #f34b00;
    border-radius: 6px;
    color: #fff;
    line-height: 1.1;
    text-decoration: none;
    transition: .1s;
    vertical-align: bottom;
    font-size: 1.7rem;
    width: 440px;
}
.hulu_step_btn{
  margin-bottom: 20px;
}
.hulu_btn3 {
  width: 440px;
  font-size: 1.6rem;
}
.order_btn_tb{
  width: 65%;

}
/* 2506追記 */
.w-800 {
    width: 80%;
}
.table_list02 {
    width: 100% !important;
  }
  }
  @media screen and (max-width: 767px) {
    .flex {
      display: block;
  }
  .hulu_lead_img {
    width: 50%;
    margin: auto;
}
.hulu_lead_box {
  margin: 30px auto 30px!important;
}
.hulu_lead_text {
  font-size: 19px;
  width: 93%;
  margin: 23px auto 0;
  text-align: center;
}
.hulu_lead_text span {
  font-size: 26px;
  padding: 0 6px;
}
.contents-bg-circle-lv2 {
  background-image: url(../img/bg-circle-repeat2_sp.png);
  background-size: 100%;
  background-position: right 0px;

}
.hulu_contents {
  padding: 15px 0;
}
.hulu_contents h2 {
  margin-bottom: 15px;
}
ul.hulu_contents_box {
  display: block;
  margin: 0 auto 30px;
}
ul.hulu_contents_box li:nth-child(1),ul.hulu_contents_box li:nth-child(2) {
  margin: 0 auto 20px;
}
ul.hulu_contents_box li:nth-child(3) {
  margin-top: 0px;
}
ul.hulu_contents_box li {
  width: 87%;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
  margin: 0 auto 20px;
}
table.hulu-price {
  width: 100%;
}
td {
  width: 122px;
  font-size: 1.2rem;
  padding: 10px 0;
}
.right_green {
  height: auto;
  width:25%;
  padding: 10px 0;

}
.hulu_contents_img {
  width: 100%;
  margin-bottom: 20px;
}
.table_list {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  width: 100%;
}
.table_list2{
  width: 89%;
  }
.table_note {
    font-size: 12px;
}
.green {
  font-size: 1.2rem;
}
.hulu_btn {
  display: block;
}
.hulu_btn2 {
  width: 96%;
  margin: auto;
}
.order_btn {
  display: block;
  width: 95%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.2em 0.3em 1em 0.3em;
  font-size: 1.7rem;
}
.hulu_btn3 {
  font-size: 1.6rem;
}
.hulu_space_15{
  margin-bottom: 35px;
  padding: 0 15px;
}
.order_btn2 {
margin-bottom: 15px;
}
.order_btn4{
  width: 100%;
}
.order_btn2 p:before {
  width: 20px;
  height: 20px;
  }
  .order_btn5{
    margin-top: 40px;
  }
  .hulu_eoid_btn{
    width: 79%;
  }
	  /* 25.06 追加 */
  .mv_banner{
  padding-top: 40px;
      }
  .orange {
        font-size: 1.2rem;
    } 
  .right_orange{
        height: auto;
        width: 25%;
        padding: 10px 0;
    }
    .card.step-card > dt.hulu_step p {
    font-size: 2rem;
    padding: 0px;
}   
.card.step-card > dt.hulu_step > p span {
    font-size: 3rem; 
}
.hulu_step_illust {
    width: 80px;
    margin: 30px auto;
}
.hulu_step_text {
    font-size: 1.6rem
}
.hulu_step_text {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0px 4%;
}
.order_btn6 {
    width: 90% !important;
  }
  .card02:last-child {
    margin-bottom: 20px;
}.hulu_title {
    font-size: 2.2rem;
}
.hulu_lead_box{
  display: block!important;
}
.hulu_title{
  font-size: 2rem; ;
}
.right_box{
  padding: 15px 0;
}
.right_orange_text {
    text-align: left;
    padding: 20px 10px !important;
}
  }
.hulu-cplink{
	padding: 0 15px;
}
.hulu-cplink a{
	color: #000;
	font-weight: bold;
	font-size: 2.4rem;
	display: block;
	background: #3ce132;
	padding: 20px;
	width: 680px;
	max-width: 100%;
	margin: 20px auto 40px;
	text-align: center;
	border-radius: 50px;
	position: relative;
	box-shadow: 0 4px 0 #2ab721;
}
.hulu-cplink a:after{
	position: absolute;
	right: 10%;
	top:50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid black;
	
}
@media screen and (max-width:600px){
	.hulu-cplink a:after{
		right: 8px;
	}
	.hulu-cplink a{
		font-size: 1.7rem;
		margin: 0;
	}
}
.hulu-cplink a:hover {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*color: #fff;*/
	box-shadow: 0 0 0 #2ab721;
	text-decoration: none;
}
.hulu-recommend-container .hulu-lineup-pic {
    margin-bottom: 20px;
}
.hulu-recommend-container .hulu-lineup-pic+p {
	margin-bottom: 60px;
}