@charset "utf-8";
@import "/common/sp/css/base.css";

/* CSS Document */

body{
	padding:0;
	}

p,li,th,td,dt,dd{
	font-size:2.4rem;
	line-height:120%;
}

.wrap li{
	text-indent:-1em;
	padding-left:1em;
	}

a{
	color:#1600e8;
}

.header{
	background: #fff;
	margin:0;
	position: fixed;
	width:640px;
	z-index:20;
	box-shadow:none;
	border-top:4px solid #0194d7;
}
.header:before{
	content: "";
	display: block;
	width: 100%;
	border-top:1px solid #fff;
}

.header:after{
	content: '';
	display: block;
	clear:both;
}
.header .logo{
	float:left;
	padding-top:20px;
	padding-left: 0;
	width: 350px;
}
.header .logo span{
    font-size: 16px;
    float: left;
    line-height: 1.4;
    padding: 10px 0 0;
    box-sizing: border-box;
    width: 139px;
}

.header .logo a{
	display: block;
	float: left;
	width: 190px;
}
.header .logo img{
	vertical-align: bottom
}
/*.header .social{
	float:right;
	margin: 5px 0 0;
}
.header .social li{
	float:left;
	margin-left:15px;
}*/

.header .btnBox{
	width:290px;
	height:96px;
	float: right;
}

.header .btnBox > span{
	display:block;
	float:right;
}
.header .btnBox span a img{
	display:block;
}


.header .btnBox span.tel {
	margin-right: 1px;
}


/* navigation
-------------------------------------------------------- */

.naviOpen .naviWrap{
	top:101px;
}

.naviWrap{
	background: #0194D7;
	position:fixed;
	top:-600px;
	width:640px;
	z-index: 10;
	transition: all 0.2s;
}

.naviWrap ul{
	padding:0;
}

.naviWrap li{
     text-indent: 0; 
     padding-left: 0; 
}
.naviWrap ul li:first-child a{
     border-top: 1px solid #0194d7;
}
.naviWrap li a{
	background:#fff;
	border-bottom: 1px solid #0194d7;
    display: block;
    color: #0194d7;
    font-size: 24px;
    text-decoration: none;
    padding: 25px 15px;
    position: relative;
}
.naviWrap li.close a{
	background:#e0f3fc;
}

.naviWrap li a:active{
	background:#e0f3fc;
}
.naviWrap li.close a:active{
	background:#bfe9fd;
}

.naviWrap li a:before,
.naviWrap li a:after{
	content:"";
	display:block;
	position: absolute;
	width:20px;
	height:2px;
	background: #0194d7;
	top:48px;
	right:36px;
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
	
}

.supportNaviWrap > ul > li > a,
.naviWrap > ul > li > a{
	padding:25px 15px;
	}

.naviWrap li a:after{
	top:33px;
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(14px) rotate(-45deg);
}

.naviWrap li.close a:before,
.naviWrap li.close a:after{
	width:36px;
	top:40px;
	-webkit-transform:translateX(10px)  translateY(0) rotate(45deg);
	transform:translateX(10px)  translateY(0) rotate(45deg);
}
.naviWrap li.close a:after{
	-webkit-transform:translateX(10px)  translateY(0) rotate(-45deg);
	transform:translateX(10px)  translateY(0) rotate(-45deg);
}

.naviOverray{
	display: none;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.naviOpen .naviOverray{
	display: block;
}

#navToggle{
	margin-left:1px;
	width:96px;
	height:96px;
	background:url("images/nav_toggle.gif") no-repeat;
	position: relative;
}
#navToggle > a{
    display: block;
    width: 40px;
    height: 50px;
    top: 20px;
    left: 28px;
	position: relative;
}

#navToggle span{
	position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #fff;
    list-style: none;
    transition: all .2s;
}
#navToggle span:nth-of-type(1){
	top:0;
}
#navToggle span:nth-of-type(2){
	top:14px;
}
#navToggle span:nth-of-type(3){
	top:28px;
}

#navToggle.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}
#navToggle.active span:nth-of-type(2) {
	opacity: 0;
}
#navToggle.active span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}


.wrap{
	width:640px;
	margin:0 auto;
}

/* mainVisual
-------------------------------------------------------- */
.mainVisual{
	padding:102px 0 40px;
	width:100%;
}
.mainVisual h1 img{
	width:640px;
	vertical-align: bottom;
}
.mainVisual .schedule{
	text-align:right;
	color:#080404;
	font-size:1.6rem;
	padding:5px 0 20px;
	line-height:100%;
	width:620px;
}

/* refund
-------------------------------------------------------- */
.mainRefundWrap{

}
.mainRefundWrap a{
	display: block;
	margin:0 auto 30px;
	width: 592px;
	height: 88px;
	background:url('images/refund_01.gif') no-repeat;
	overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}
.mainRefundWrap a:active{
	background:url('images/refund_01_ov.gif') no-repeat;
}


.refundWrap02{
	margin:0 auto;
	font-size:14px;
	line-height: 1.6;
	padding:0 24px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.refundWrap02 p{
	line-height: 1.7;
}
.refundWrap02 .size16{
	font-size:16px;
	line-height: 1.7;
}

.refundWrap02 .leadBox{
    margin: 10px 0px;
	/*background:url('images/refund_icon02.png') no-repeat;*/
}
.refundWrap02 .leadBox > img{
	float:left;
	margin: 0 20px 0 0;
}
.refundWrap02 .leadBox ul li{
    margin:0;
}
.refundWrap02 .leadBox p{
   line-height: 1.8;
}
.refundWrap02 .leadBox p:nth-child(2){
       margin: 10px 0;
}
.refundAttention p{
	font-size:16px;
	line-height: 1.7;
}
.refundAttention span{
	color:#f00;
}
.refundWrap02 .notice{
	font-size:30px;
	color:#f00;
}
.refundWrap02 .refundTtl{
	font-size:24px;
	font-weight: bold;
	margin-top:15px;
}

.refundWrap02 ul li{
	margin-top:10px;
}

.refundWrap02 ul li .notice{
	font-size:16px;
	color:#000;
	
}
.refundWrap02 .refund-btn{
    background: #00d022;
    width: 577px;
    line-height: 74px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin: 0 auto;
    border-radius: 10px;
    margin: 40px auto;
}
.js-refund{
	height:0;
	overflow: hidden;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.js-refund.active{
	height:1210px;
}

/* order
-------------------------------------------------------- */
.order{
	border:1px solid #d1d1d1;
	border-radius:0;
	text-align:center;
	padding:30px 35px 23px;
    margin: 0 auto;
    width: 608px;
    box-sizing: border-box;
}
.order_att{
	font-size:18px;
  margin: 5px 0 -10px;
}
.orderHead{
	font-size:14px;
	text-align: center;
	line-height:25px;
	margin:10px 0 20px;
	}
.orderHead a{
}
.bizHour{
	font-size: 20px;
	text-align: center;
	margin:5px 0 20px 0;
}
.orderBtn{
    margin: 0;
}
.orderBtn a{
	/*background: #e4007d;
	border-bottom: 6px solid #921359;*/
	font-size:40px;
	width:536px;
	padding: 0;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	border-radius: 7px;
	line-height: 100%;
	text-align: center;
}
.orderBtn.etc a{
		font-size:32px;
}
.orderBtn a img{
	vertical-align: bottom;
} 
.orderBtn--houjin {
	margin-bottom: 40px;
}

.orderBottom{
	font-size:14px;
	line-height:25px;
	text-indent: -1em;
    padding-left: 1em;
	text-align: left;
}
.teiden{
	color:#f00;
	font-size:18px;
	font-weight: bold;
  padding: 0 30px;
}
.schedule{
	font-size:18px;
	text-align: right;
	font-weight: bold;
	margin:5px 10px;
	display:none;
}
/* au
-------------------------------------------------------- */
.au {
	width: 608px;
	border: 3px solid #ff5f0c;
	margin: 23px auto 50px;
	padding: 23px 7px;
	box-sizing: border-box;
}
	
.section1 div.au p {
	padding: 0;
}

.au .link {
	padding-bottom: 0;
	text-align: center;
}

/* .img
-------------------------------------------------------- */
.img{
	text-align:center;
	}

/* .red
-------------------------------------------------------- */
.red{
	color:#ff3737;
}
/* .bold
-------------------------------------------------------- */
.bold{
	font-weight:bold;
	}

/* h3
-------------------------------------------------------- 

h3{
	background: url(images/bg01.gif) ;
	border:1px solid #ebd80d;
	padding:0 0 0 22px;
	font-size:3.2rem;
	line-height:64px;
	font-weight:bold;
	margin:0 0 16px;
}
*/
/* .ttl
-------------------------------------------------------- */
.section0 .ttl,
.section1 .ttl,
.section2 .ttl,
.section3 .ttl,
.section4 .ttl,
.section5 .ttl,
.section09 .ttl{
	background:#e5f1fa;
	padding:10px 0 10px 16px;
/* 	width: 608px; */
	color:#000;
	font-size:2.6rem;
	text-align:left;
	margin:0 auto 30px;
	line-height: 52px
	height:52px;
	box-sizing:border-box;
	}
h3.title{
	background: url(images/title_bg.gif) no-repeat;
	height:48px;
	font-size: 32px;
	font-weight: normal;
	padding-top:15px;
}
h3.title span{
	padding-left:140px;
}

/* .att
-------------------------------------------------------- */
.att{
	margin: 6px 0 0 20px;
	}

.att li{
	color: #494949;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	}


/* section0
-------------------------------------------------------- */
.section0{
	margin:24px 8px 40px;
	width:624px;
}
.section0:after{
	content: '';
	display: block;
	clear: both;
}
.section0 .tube{
	width:308px;
	float:left;
	margin-top:25px;
}
.section0 .tube.you2{
	float:right;
}
.section0 .tube p{
	text-align: center;
	width: 100%;
	background: #ffcc00;
	padding:10px 0;
	margin-top:5px;
}
/* section1
-------------------------------------------------------- */
.section1 .secTitle{
	margin-top: 40px;
	margin-bottom:20px;
	}

.section1 .section0{
	text-align:center;
	width:100%;
	}

.campTtl{
	color:#0097d8;
	font-size:2.8rem;
	font-weight:bold;
	}

.section1 p{
	padding:0 0 0 20px;
	line-height:40px;
	}

.section1 .planTtl{
	font-weight:bold;
	font-size:2.0rem;
	margin:10px 0 0;
	}

.section1 table{
	margin:0 0 10px 20px;
	width:608px;
	}

.section1 th{
	background:#d8dfe4;
	border:1px solid #494949;
	font-weight:bold;
	padding:7px 0 7px 14px;
	width:288px;
	line-height:100%;
	}
	
.section1 td{
	border:1px solid #494949;
	font-size:2.0rem;
	padding:7px 0 7px 14px;
	width:325px;
	}

.section1 .red{
	font-size:2.8rem;
	}

.section1 table + ul{
	margin-left:20px;
	}

.campImgAtt{
	margin-bottom:35px;
	width:100%;
	}
.campImgAtt {
	margin-bottom:35px;
	width:608px;
	}

.campAtt{
	margin:10px 0 20px 20px;
	}

.campTtl.cost{
	margin-top:30px;
	}

.section1 .giga{
	margin:40px 0 15px;
	}

.gigaImg{
	margin-bottom:15px;
	}

.gigaAtt{
	margin-bottom:20px;
	}

.gigaAtt span{
	margin-right:10px;
	}

.gigaAtt li{
	text-indent:-2em;
	padding-left:2em;
	}



/* section2
-------------------------------------------------------- */
.section2{
	margin:40px 0 0;
	width:100%;
}
.section2 .secTitle{
	margin:0 auto 40px;
}

.section2 hr{
	height: 1px;
	background-color: #000;
	border: none;
	color: #000;
	margin:40px auto;
}

.section2 div p.name{
	margin:0 0 24px;
	font-size:28px;
}
.section2 div p.name span.new{
	background-color:#0066ce;
	color:#fff; 
	padding:0 10px;
	margin: 0 12px 0 0;
	font-size:24px;
	letter-spacing: -1px;
}
.section2 div.term1 p.name{
	background:url(images/spec_img01.jpg) center bottom no-repeat;
	padding:0 0 497px;
}
.section2 div.term2 p.name{
	background:url(images/spec_img02.jpg) center bottom no-repeat;
	padding:0 0 542px;
}
.section2 div.term2 .big{
	font-size:28px;
	font-weight: bold;
}
.section2 div.term3 p.name{
	background:url(images/spec_img03.jpg) center bottom no-repeat;
	padding:0 0 471px;
}

.section2 div.term4 p.name{
	background:url(images/spec_img05.gif) center bottom no-repeat;
	padding:0 0 325px;
}

.section2 div.term5 p.name{
	background:url(images/spec_img06.gif) center bottom no-repeat;
	padding:0 0 483px;
}

.section2 div p{
	line-height:40px;
	
}
.section2 div.order p{
	line-height:1.8;
	
}
.section2 div p.comments{
	color:#ff3737;
}
.section2 div p.detailLink{
	margin:24px 0 0;
	text-align:center;
}
.section2 div p.detailLink a{
	background: #00d022;
	color: #fff;
	font-size: 32px;
	width: 576px;
	padding: 23px 0;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	border-radius: 7px;
	line-height: 100%;
	text-align: center;
}
.section2 div p.detailLink a:after{
	content: 'スペック詳細はコチラ！';
}
.section2 div p.detailLink a img{
	display: none;
}
.section2 p.supportTtl{
	background-color:#ff3737;
	padding:0 0 0 22px;
	font-size:28px;
	line-height:52px;
	color:#fff; 
	margin:40px 0 16px;
	font-weight:bold;
}
.section2 .support,.section2 .support2 {
	margin:0 auto;
	width:608px;
}
.section2 .support ul:after{
	content: '';
	display: block;
	clear: both;	
}
.section2 .support ul li{
	float:left;
	text-indent:0;
	padding:5px 10px;
	border:1px solid #0097d8;
	border-left:10px solid #0097d8;
	width:268px;
	font-size:20px;
}
.section2 .support ul li + li{
	margin-left:5px;
}
.section2 .support ul li p{
	font-size:30px;
	font-weight: bold;
	letter-spacing: -1px;
}
.wide{
	padding-top:27px;
	}

.section2 .support dl dd{
	margin:0 0 10px 0;
	border-left:10px solid #000;
	padding:0 0 5px 10px;
	font-size: 2rem;
}

.section2 .check_title{

}

.section2 .support .btn a,
.section2 .support2 .btn a{
    background: #00d022;
    color: #fff;
    font-size: 32px;
    width: 576px;
    padding: 23px 0;
    text-decoration: none;
    display: block;
    margin: 30px auto;
    border-radius: 7px;
    line-height: 100%;
    text-align: center;
    
}

/* section3 */

.section3{
	margin:40px 0 0;
	width:100%;
}
.section3 hr{
	height: 1px;
	background-color: #000;
	border: none;
	color: #000;
	margin: 11px auto 22px;
	width:608px;
}

.section3 p.caption{
	font-weight:bold;
	font-size:28px;
	color:#0066ce;
	margin: 0 0 16px 16px;
}
.section3 dl{
	line-height:40px;
	padding:0 0 0 182px;
	min-height:152px;
}
.section3 dl.campaign1{
	background:url(images/campaign_img01.jpg) 16px top no-repeat; 
}
.section3 dl.campaign2{
	background:url(images/campaign_img02.jpg) 16px top no-repeat; 
}
.section3 dl.campaign3{
	background:url(images/campaign_img03.jpg) 16px top no-repeat;
	margin:0 0 42px;
}
.section3 dl.campaign4{
	background:url(images/campaign_img04.jpg) 16px top no-repeat;
	margin:0 0 42px;
}
.section3 dl.campaign5{
	background:url(images/campaign_img05.jpg) 16px top no-repeat;
	margin:0 0 42px;
}
.section3 dl dt{
	font-weight:bold;
	line-height:40px;
}

.section3 dl dd{
	line-height:40px;
	}

.section3 dl dd strong{
	color:#ff3737;
	font-weight:bold;
	
}
.section3 dl dd strong span{
	font-size:28px; 
}

.section3 ul.campaignAttention{
	color: #494949;
	font-size: 19px;
	margin: 0 0 42px;
}

.section3 ul.campaignAttention li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
}

.section3 .campaign_other{
	padding:0 16px;
	margin: 0 0 40px; 
}
.section3 .campaign_other.other2{
	margin: 0 0 14px;
}
.section3 .campaign_other table{
	border:1px solid #494949;
	margin: 0 0 8px;
	width:100%;
}
.section3 .campaign_other table th{
	border:1px solid #494949;
	background-color:#d8dfe4;
	font-weight:bold;
	padding:14px 12px 10px;
}
.section3 .campaign_other table td{
	border:1px solid #494949;
	padding:0 12px;
	font-size:20px;
	width: 52%;
}
.section3 .campaign_other table td span{
	font-size:28px;
	color:#ff3737;
	font-weight:bold; 
}
.section3 .campaign_other p.notes{
	color:#494949;
	font-size:20px;
	margin: 0 0 8px;  
}
.section3 .campaign_other p.lead{
	margin:0 0 0px; 
	line-height:40px;
}

.section3 .campaign_other p.planName{
	margin:30px 0 0;
}

.section3 .campaign_other dl{
	padding:0;  
	font-size:20px;
	line-height:32px;
	margin:30px 0 0 0;
}
.section3 .campaign_other dl dd.camp{
	color:#ff3737;
	font-weight:bold;
}

/* section4 */

.section4{
	margin:40px 0 0;
	width:100%;
}
.section_box{
	padding:0 16px 20px;
	line-height:40px;
	
}
.section4 dl.flow dt{
	font-size:28px;
	color:#0097d8;
	font-weight:bold; 
}
.section4 dl.flow dd{
	margin: 0 0 16px; 
}
.section4 dl.flow dd ul.attention li{
	color:#494949;
	font-size:20px;
	line-height:34px; 
}
.section4 dl.flow dd ul.attention li span{
	color:#ff3737;  
}
.section4 p.catch{
	background-color: #ff3737;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 52px;
	margin: 19px 0 16px;
	padding: 0 0 0 22px;
}
.section4  .order{
	margin:0 8px 40px;
}
.section4 p.accent{
	color:#ff3737;
	line-height:140%;
}
.section4 p.point{
	background:url(images/flow_img01.gif) 0 top no-repeat;
	padding:0 0 0 167px;
	line-height:160%;
}
.section4 p.link{
	text-align:right;
	margin: 0 0 26px; 
}
.section4 p.link a{
	background:url(images/ico_arrow.gif) left center no-repeat;
	padding:0 0 0 38px;
}
.section4  ul.contract li{
	text-indent:-1em;
	margin:0 0 12px 0;
	line-height:160%;
}
.section4 .flowImg{
	margin:0 0 25px;
}

.section4 .faqArea1 {
	margin: 30px 0 0;
	line-height:40px;
}
.section4 .faqArea1 iframe{
	display: block;
	margin: 0 auto;
}
.section4 .faqArea1  dl{
	border-bottom:1px solid #000;
	padding: 0 0 10px;
	margin: 0 0 32px;
}
.section4 .faqArea1  dl{
	background:url(images/btn_open.gif) 98.5% top no-repeat;  
	padding: 0 40px 20px 0;
}
.section4 .faqArea1  dl.active{
	background:url(images/btn_close.gif) 98.5% top no-repeat; 
}
.section4 .faqArea1 dl dt{
	background:url(images/ico_question.gif) left 3px no-repeat;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 12px 16px;
	padding: 0 40px 0 30px;
	width: 554px;
	line-height:120%;
}
.section4 .faqArea1 dd{
	background:url(images/ico_answer.gif) 16px 6px no-repeat;
	padding:0 16px 10px 46px;
	display: none;
	
}
.section4 .faqArea1 dd span{
	color:#ff3737;
}
.section4 dl.flow{
	margin-top:30px;
}

/* section5 
-------------------------------------------------------- */
.section5 {
	margin: 40px 0 40px;
	width:100%;
}
.section5 .faqArea2 {
	margin: 0;
}
.section5 .faqArea2  dl{
	border-bottom:1px solid #000;
	padding: 13px 0;
}
.section5 .faqArea2  dl dt.active{
	background:url(images/btn_902.gif) 97% center no-repeat;  
}
.section5 .faqArea2 dl dt{
	background:url(images/btn_open02.gif) 97% center no-repeat;
	color:#0097d8;
	font-weight:bold;
	padding:0 40px 0 16px;
	line-height:32px;
	text-indent:-1em;
	margin-left:1em;
	
}
.section5 .faqArea2 dl dd{
	font-size:1.6rem;
	line-height:160%;
	padding:22px 32px 0;
	display:none;
}
.section5 .faqArea2 dl dd table{
	width:100%;
}
.section5 .faqArea2 dl dd table th{
	white-space:nowrap; 
	vertical-align:top;
	font-size:1.6rem;
	line-height:160%;
}
.section5 .faqArea2 dl dd table td{
	font-size:1.6rem;
	line-height:160%;
	}
	
.section5 .faqArea2 li{
	font-size:1.6rem;
	line-height:160%;
	}
	
.section5 .faqArea2 dl dd ul li{
	margin:0 0 8px 0;
}

.section5 .faqArea2 dl dd ul li span{
	color:#ff3737;
	}

.section5 .faqArea2 dl dd ul li span.bold{
	font-weight:bold;
	}

.section5 dd .cachebackAttention{
	margin:10px 0;
	}

.section5 dd .cachebackAttention li{
	text-indent:-1em;
	padding-left:1em;
	}

.affiAtt{
	font-weight:bold;
	margin:40px auto 0;
	}


h3.secTitle{
	position:relative;
	height: 64px;
	width: 608px;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	font-size:30px;
	font-weight: bold;
	line-height: 64px;
	padding-left:15px;
    margin: 0 auto;
    letter-spacing: -1px;
    box-sizing: border-box;
    
	background: rgb(249,249,249);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWYwZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(218,240,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(218,240,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(218,240,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#daf0f9',GradientType=0 );
}
h3.secTitle:before{
	content:"";
	position: absolute;
	top:-1px;
	left:0;
	width:8px;
	height:64px;
	background:#0097d8;
}

/* section6
-------------------------------------------------------- */
.section6 {
	margin: 40px 0 40px;
	width: 100%;
}
.section6 > h3{
	letter-spacing: -1.5px;
}

.section6 ul {
	width: 608px;
	margin: 0 auto;
	padding: 30px 0 0;
}
.section6 li {
	position: relative;
    text-indent: 0;
    padding-left: 0;
}
.section6 li img{
	display: block;
}

.section6 li.total {
	/*margin-bottom: 0;*/
	margin-top: 38px;
}

.section6 li .link {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 137px;
	font-size: 16px;
}

.section6 li .text {
	padding-top: 5px;
	text-align: right;
	font-size: 16px;
}


/* section07 */

.section07{
	margin:10px auto 0;
}
.cost-2year {
	margin: 0 auto;
	width: 608px;
}
.cost-2year .img {
	padding-top: 30px;
	text-align: center;
}
.cost-2year .img img {
	margin: 0 auto;
}
.cost-2year p {
	font-size: 12px;
}
.cost-2year ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cost-2year li {
	font-size: 12px;
	text-indent: -3.5em;
	padding-left: 3.5em;
}



.section07 .what_wimax{
	background: url(images/what.png) no-repeat;
	width: 624px;
	height: 500px;
	margin:0 auto;
}
.section07 .what_wimax h4{
	padding: 30px 25px 20px;
}
.section07 .what_wimax .dis1{
	padding: 0 25px 20px;
	font-size:36px;
}
.section07 .what_wimax .dis1 span{
	color:#00a0e9;
}
.section07 .what_wimax .dis2{
	padding: 0 25px 20px;
	font-size:24px;
}
.section07 .what_wimax .dis3{
	padding: 0 25px 20px;
	font-size:16px;
}

.check_title{
	font-size:30px;
	padding-left:35px;
	background: url(images/check.gif) no-repeat left 5px;
	margin:25px 10px 10px;
}
.section07 .check .check_img{
	margin-bottom:10px;
}
.section07 .check .check_img img{
	vertical-align: bottom; 
	    margin: 0 auto;
    display: block;
}

#appeal{
	margin:25px auto 0;
	}

#appeal .text{
	border-left:1px solid #0097d8;
	border-right:1px solid #0097d8;
	border-bottom:1px solid #0097d8;
	margin: 0 auto;
	width: 606px;
	}

#appeal .link_btn{
	background:#00d022;
	box-shadow:4px 4px 0 rgba(30,30,30, 0.4);
	-moz-box-shadow:4px 4px 0 rgba(30,30,30, 0.4);
	-webkit-box-shadow:4px 4px 0 rgba(30,30,30, 0.4);
	border-radius:10px;
	}

#appeal .link_btn a:link,
#appeal .link_btn a:visited,
#appeal .link_btn a:hover,
#appeal .link_btn a:active{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	text-decoration:none;
	}

.appeal_point1 p:first-child,
.appeal_point2 p:first-child,
.appeal_point3 p:first-child{
	width:608px;
	margin:0 auto;
	line-height:0;
	}

.appeal_point1{
	margin: 20px auto 0;
}

.appeal_point1 .text ul{
	padding:20px;
	}

#appeal .appeal_point1 .text ul li{
	font-size:14px;
	line-height:24px;
	text-indent:-1em;
	padding-left:1em;
	}

.appeal_point2{
	margin:30px auto 0;
	}

.appeal_point2 .text p,
.appeal_point3 .text p{
	font-size: 24px;
	line-height: 35px;
	padding: 25px 0;
	width: 560px;
	}

.appeal_point2 .text p span{
	color:#ff0000;
	}

.appeal_point2 .text p.link_btn,
.appeal_point3 .text p.link_btn{
	width:575px;
	padding:18px 0 12px;
	text-align:center;
	margin:0 auto 20px;
	}

#appeal .attention {
	font-size: 16px;
	margin: 0 auto 40px auto;
	width: 608px;
}



.otoku{
	margin:30px auto 0;
	}

.otoku_title{
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	padding:0 0 20px;
	}

.otoku_title span:first-child{
	background:url(images/otoku_title_bg01.gif) no-repeat 0 6px;
	height: 32px;
	width: 18px;
	padding: 0 40px 0 0;
	}

.otoku_title span:last-child{
	background:url(images/otoku_title_bg02.gif) no-repeat right 6px;
	height: 32px;
	width: 18px;
	padding: 0 0 0 25px;
	}

.otoku ul{
	width:608px;
	margin:0 auto;
	}

.otoku ul li{
	padding-left: 0;
	text-indent: 0;
	position: relative;
	}

.otoku ul li img{
	display:block;
	}

.otoku ul li:last-child{
	padding: 5px 0 0;
	}

.otoku ul li p{
	font-size: 18px;
	padding: 5px 0 0;
	text-align: right;
	}

.appeal_point3{
	margin:30px auto 0;
	}





#appeal .cancel_support{
	background:url(images/cancel_support_bg01.jpg) no-repeat 0 0;
	margin: 30px auto 50px;
	padding: 356px 0 29px 227px;
	width: 389px;
	}

#appeal .cancel_support .link_btn{
	width:365px;
	padding:18px 0 12px;
	text-align:center;
	}




/* section08 */
.section08{
	margin:50px 8px;
}

.section08 .tegeyasu{
	margin:30px 0;
}
.section08 ul.price_menu{
	border-bottom:4px solid #e50012;
}
.section08 ul.price_menu:after{
	content: '';
	display: block;
	clear: both;
}
.section08 ul.price_menu li{
	float:left;
	border:1px solid #e50012; 
	border-radius: 10px 10px 0 0;
	background: #ffe5e5;
	padding:20px;
	text-indent: 0;
	font-size:30px;
	line-height:100%;
	color:#e50012;
	width:264px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.section08 ul.price_menu li.act{
	background: #e50012;
	color:#fff;
	cursor: default;
}
.section08 ul.price_menu li.right{
	float:right;
}
.section08 .koda{
	display: none;
}
.section08 h5{
	font-size: 29px;
	line-height: 100%;
	margin: 20px 0 10px;
	font-weight: normal;
}
.section08 h5 span{
	color:#ffcc00;
}
.section08 table{
	border-spacing: 2px;
	width:100%;
	border-collapse: initial;
}
.section08 table td,.section08 table th{
	text-align: center;
	vertical-align: middle;
	height:70px;

}
.section08 table thead td{
	background: #ffcc00;
	font-size:16px;
	font-weight: bold;
}
.section08 table tbody th{
	background: #e50012;
	font-size:18px;
	color:#fff;
}
.section08 table tbody th span{
	font-size:11px;
}
.section08 table tbody td{
	background: #ffe5e5;
	font-size:24px;
	color:#e50012;
	font-weight: bold;
}
.section08 table tbody td.tanmatu{
	font-size:16px;
}
.section08 table tbody td.tanmatu span{
	color:#000;
	font-weight: normal;
}
.section08 table tfoot th{
	background: #d0d0d0;
	font-size:24px;
}
.section08 table tfoot th span{
	font-size:11px;
	color:#e50012;
}
.section08 table tfoot td{
	background: #eee;
	font-size:24px;
}

.section08 .tokubex{
	font-size:16px;
	font-weight: bold;
	margin-top: 15px;
}
.section08 ul.tokubex_text{
}
.section08 ul.tokubex_text li{
	font-size:16px;
}


/* section09 */
.section09{
	margin:-15px 0px 40px;
}
.section09 .eria{
	margin:30px 0 25px;
	text-align: center;
}
.section09 .eria_att{
    margin: 0 16px;
}
/* section10
-------------------------------------------------------- */
.section10 {
	margin: 40px 0 0;
	width: 100%;
}

.section10 ul {
	width: 608px;
	margin: 0 auto;
	padding: 20px 0 ;
}
.section10 li {
	position: relative;
	margin-bottom: 5px;
}

.section10 li.total {
	/*margin-bottom: 0;*/
	margin-top: 38px;
}

.section10 li .link {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 137px;
	font-size: 16px;
}

.section10 li .text {
	padding-top: 5px;
	text-align: right;
	font-size: 16px;
}



/* copyright */

p.copy{
	text-align:center;
	font-size:16px;
	padding:40px 0 115px;
	width:100%;
}

/* uroad_box
------------------------------------------------------------*/
.uroad{
	margin-bottom:50px;
}
.uroad_box{
	background: #fffcde;
	padding: 0 0 40px 0 !important;
}
.uroad_box .uroad_title{
	padding-left:0;
	margin-bottom: -25px;
}
.uroad_box .term5{
	padding: 0 16px;
}

.opution_title01{
	font-size: 22px;
	margin:0 0 10px 0px;
	font-weight: bold;
}
.opution_title02{
	font-size: 22px;
	margin: 0px 0 10px 0;
	font-weight: bold;
	clear: both;
	padding-top:10px;
}
.opution_link_wi2{
	text-align: center;
	margin:0 0 30px;
}
.opution_link_wi2 img{
	width:100%;
}
.support_link{
	font-size:20px;
	padding:0 0 20px;
}
.wi2_att{
	color:#ff0000;
	line-height: 28px;
	margin-bottom:40px;
}
.tokupoint_ttl{
	font-size:30px;
	line-height: 40px;
	color:#ff3737;
	margin-bottom:25px;
}
.tokupoint_dis{
	font-size:24px;
	line-height:40px;
	padding-left:170px;
	background: url(images/tokupoint_bg.png)no-repeat left center;
}

/* move */
#glayOut{
	display:none;
	width:100%;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity: .80;/* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=80);/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)";/* IE 8 */
	-khtml-opacity: .80;/* Safari 1.x */
	-moz-opacity: .80;/* FF lt 1.5, Netscape */
}
#moviePopup{
	display:none;
	width:560px;
	height:310px;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -155px;
	position: fixed;
	z-index: 12;
}
.marginBottom30{
	margin-bottom:30px;
}
.marginTop30{
	margin-top:30px !important;
}

footer {
	background:#005bac;
	margin: 80px auto 0;
	padding: 20px;
}

.section11 {
	margin: 0 auto 80px auto;
	width: 608px;
}
.section11 img {
	max-width: 100%;
}