@charset "UTF-8";
/* CSS Document */

html{
	height: 100%;
	font-size: 16px;
	}


/*--- body ---*/

body {
    height: 100%;
	font-family:'Noto Sans Japanese',sans-serif;
	line-height:1.6;
	color:#3E3A39;
	letter-spacing: 0.03em;
	-webkit-text-size-adjust: none;
}

img,video{
	height:auto;
	max-width:100%;
	}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body > iframe {
    display: none;
}

/*--- wrap ---*/

#wrap {
    min-width: 320px;
	min-height: 100%;
}

/*--- container ---*/

#container {
	/* padding-bottom: 50px; */
}

#container_w {
	/* padding-bottom: 149px; */
}

/*--- footer ---*/

#footer{
    width: 100%;
    min-width: 320px;
    padding: 10px 5px;
    font-size: 8px;
    text-align: center;
    color: #fff;
    background: #E73278;
}

#footer a{
	color: #666;
}

#footer_navi {
    background: #C4C5C6;
    text-align: center;
}

#footer_navi ul {
    margin: 0 3%;
    padding: 5px 0 10px;
    line-height: 20px;
}

#footer_navi li {
    padding: 0 9px;
    font-size: 11px;
    display: inline-block;
}

#footer_navi li a {
    color: #fff;
}

#footer_navi li a:hover {
    text-decoration: underline;
}

#footer_navi p {
    clear: both;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

#footer_snsbtn {
    background: #C4C5C6;
}

#footer_snsbtn ul {
    margin: 15px auto 0;
    padding-bottom: 14px;
    width: 300px;
}

#footer_snsbtn li {
    float: left;
    padding: 0 2%;
    width: 25%;
}

#footer_snsbtn li a {
    -webkit-filter: drop-shadow(1px 1px 1px rgb(153, 153, 153));
}


/*--- footer_btn ---*/

#footer_btn{
	margin:20px 15px;
	}

#footer_btn img{
	float:left;
	width:50%;
	}

/*--- copyright ---*/
#copyright{
	font-size:79%;
	text-align:center;
}



/*============== ここからsp共通 ==============*/


/*--- pagetop ---*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 20px;
}
#page-top a {
    text-decoration: none;
    color: #fff;
   width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    display: block;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.7);
    border: 2px solid #E73278;
    color: #E73278;
}



/* ------------------------------------------
LP 201604001
------------------------------------------*/

@charset "utf-8";

body#lp_opol{
	color: #3b2d38;
	font-size: ;
	line-height: ;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: #fbfbfb;
	min-width: 1024px;
}

#lp_opol #main {
    width: auto;
    background: #fbfbfb;
    padding-bottom: 0;
}

#lp_opol li{
	list-style: none;
}

#lp_opol a img{
	transition: 0.3s;
}

#lp_opol a img:hover{
	opacity: 0.8;
}

#lp_opol .clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

#lp_opol .wrapper{
    position: relative;
	width: 1024px;
	margin: 0 auto;
}

#lp_opol p.cp_bnr_top {
    position: absolute;
    top: 0;
    right: 0;
	margin: 0;
}

#lp_opol #main .wrapper{
	background: url(/lp/img/top_model.jpg) top right no-repeat;
	height: 377px;
}

#lp_opol #merit{
	background: url(/lp/img/merit_bg.png) top center no-repeat;
}

#lp_opol #merit .wrapper{
	background: url(/lp/img/merit_bg_main.jpg) top center no-repeat;
	height: 220px;
}

#lp_opol #merit ul{
	width: 100%;
	padding-top: 48px;
}

#lp_opol #merit ul li{
	list-style: none;
	float: left;
}

#lp_opol #merit .merit01{
	margin-left: 32px;
}

#lp_opol #merit .merit02, #lp_opol .merit03, #lp_opol .merit04{
	margin-left: 16px;
}

#lp_opol #merit .merit02{ margin-top: 14px;}
#lp_opol #merit .merit03{ margin-top: 28px;}
#lp_opol #merit .merit04{ margin-top: 42px;}

#lp_opol .cv{
	background: url(/lp/img/cv_bg_side.png) top left repeat-x;
	height: 270px;
	margin-bottom: 20px;
}

#lp_opol .cv .wrapper{
	background: url(/lp/img/cv_bg_main.png) top center no-repeat;
	background-color: #fbfbfb;
	height: 270px;
}

#lp_opol .cv .model{
	float: left;
	width: 223px;
	margin-top: -37px;
	margin-left: 10px;
}

#lp_opol .cv .price{
	float: left;
	width: 385px;
}

#lp_opol .cv .price h2{
    margin: 0;
    padding: 0;
    text-align: left;
}

#lp_opol .cv .btn{
	float: left;
	padding-top: 63px;
}

#lp_opol .cv .btn a{
	color: #fff;
}

#lp_opol .cv .btn a:visited{
	color: #fff;
}

#lp_opol .cv .btn_detail{
	margin-top: 22px;
	text-align: center;
}

#lp_opol .cv02 .cv{
	background-color: #f0ebe1;
	margin-bottom: 0;
}

#lp_opol .cv02 .wrapper{
	background-color: #f0ebe1;
}

#lp_opol #sec01{
	background-color: #415575;
	padding: 50px 0;
}

#lp_opol #sec01 h2{
	text-align: center;
	margin-bottom: 30px;
}

#lp_opol #sec01 ul.frame{
	width: 100%;
	height: auto;
	padding: 16px;
	background-color: #a0aaba;
	display: table;
}

#lp_opol #sec01 .frame li{
	width: 320px;
	height: 240px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#lp_opol #sec01 .frame li.left{ background: url(/lp/img/sec01_01.jpg) no-repeat; float: none; }
#lp_opol #sec01 .frame li.center{ background: url(/lp/img/sec01_02.jpg) no-repeat; }
#lp_opol #sec01 .frame li.right{ background: url(/lp/img/sec01_03.jpg) no-repeat; float: none; }

#lp_opol #sec01 .frame p{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

#lp_opol #sec02{
	background-color: #f0ebe1;
}

#lp_opol #sec02 .catch{
	float: left;
	margin-top: 45px;
}

#lp_opol #sec02 .catch h2{
	margin: 0;
}

#lp_opol #sec02 .content{
	float: left;
	padding-left: 18px;
}

#lp_opol #sec02 ul{
	display: table;
	border-collapse: separate;
	border-spacing: 15px 80px;
}

#lp_opol #sec02 li{
	width: 300px;
	background-color: #fff;
	border-radius: 10px;
	display: table-cell;
	text-align: center;
	margin: 88px 10px 0 10px;
	padding: 20px 21px 30px 21px;
    box-sizing: border-box;
}

#lp_opol #sec02 li img{
	margin-top: -50px;
    vertical-align: top;
}

#lp_opol #sec02 li h3{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 30px;
    font-weight: bold;
}


/*sec03：こんな方はポケットWi-Fi
-------------------------------*/
#lp_opol #sec03{
	background: url(/lp/img/sec03_bg.gif) #ea6499 center top no-repeat;
	padding-bottom: 46px;
}

#lp_opol .sec03_box{
	width: 100%;
	display: table;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
	padding: 20px 25px 30px 25px;
    box-sizing: border-box;
}

#lp_opol .sec03_box dt{
	display: table-cell;
	vertical-align: middle;
    width: 556px;
}

#lp_opol .sec03_box dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	padding: 0 40px;
}



/*sec04：3日間3GBの速度制限なし！
-------------------------------*/
#lp_opol #sec04{
	background-color: #f0ebe1;
	padding: 60px 0;
}

#lp_opol .sec04_box01{
	float: left;
	width: 480px;
	background: #fff;
	border-radius: 10px;
	padding:30px 32px;
    box-sizing: border-box;
}

#lp_opol .sec04_box01_01{
	margin-bottom: 48px;
}

#lp_opol .sec04_box01_02{
	font-size: 16px;
}

#lp_opol .sec04_box02{
	float: right;
	width: 480px;
}

#lp_opol .sec04_box02_01{
	margin: 42px auto 44px;
	text-align: center;
}

#lp_opol .sec04_box02_02{
	font-size: 21px;
	margin-bottom: 40px;
}

#lp_opol .sec04_box02_03{
	padding: 18px 20px 18px 50px;
	background: #f6f3ed;
	font-size: 12px;
	line-height:1.66;
	text-indent: -3em;
;}

/*sec05：メリットがいっぱい！
-------------------------------*/
#lp_opol #sec05{
	background-color: #f0ebe1;
}

#lp_opol .sec05_box{
	position: relative;
	width: 100%;
	height: 670px;
}

#lp_opol .sec05_title{
	position: absolute;
	left: 33px;
	top:51px;
}

#lp_opol .sec05_bg{
	position: absolute;
	bottom:0;
	right: 32px;
}

#lp_opol .sec05_list{
	position: absolute;
	width: 633px;
	top: 196px;
	left: 33px;
}

#lp_opol .sec05_list li{
	float: left;
	left: 33px;
	margin-bottom: 9px;
}

#lp_opol .sec05_list li.fr{
	float: right;
}


/*sec06：3モバイルWi-Fiルーター
-------------------------------*/
#lp_opol #sec06{
	box-sizing: border-box;
	padding-bottom: 84px;
}

#lp_opol .sec06_title{
	background: #415575;
	text-align: center;
	height: 110px;
	margin-bottom: 70px;
	padding-top:40px;
    box-sizing: border-box;
}

#lp_opol .sec06_item01{
	display: table;
	width: 100%;
	margin-bottom: 18px;
}

#lp_opol .sec06_item01_01{
	width: 320px;
	display: table-cell;
	vertical-align: middle;
}

#lp_opol .sec06_item01_02{
	display: table-cell;
	text-align: center;
}

#lp_opol .sec06_list{
	border-top: dotted 1px #7d7d7d;
	border-bottom: dotted 1px #7d7d7d;
	font-size: 16px;
	padding: 5px 0;
}

#lp_opol .sec06_list dt{
	float: left;
	padding: 5px 0;
	font-weight: bold;

}

#lp_opol .sec06_list dd{
	text-align: right;
	padding: 5px 0;
}

#lp_opol .sec06_item02_01{
	float: left;
	width: 556px;
}

#lp_opol .sec06_spec{
	font-size: 14px;

}

#lp_opol .sec06_spec dt{
	box-sizing: border-box;
	float: left;
	display: block;
	width: 150px;
	padding: 6px 6px 6px 0;
	text-align: right;
	font-weight: bold;
	border-bottom:  dotted 1px #7d7d7d;
}

#lp_opol .sec06_spec .ten_top{
	border-top: dotted 1px #7d7d7d;
}

#lp_opol .sec06_spec dt.bg_g{
	background: #f1f2f4;
}

#lp_opol .sec06_spec dd{
	box-sizing: border-box;
	float: right;
	display: block;
	width: 390px;
	padding: 6px;
	text-align: right;
	border-bottom:  dotted 1px #7d7d7d;
}

#lp_opol .sec06_item02_02{
	float: right;
	width: 424px;
	font-size: 14px;
}

#lp_opol .sec06_item02_02_txt01{
	margin-bottom: 50px;
}

#lp_opol .sec06_box01{
	background: #ffe3ee;
	border-radius: 14px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 14px;
}

#lp_opol .sec06_txt03{
	text-indent: -3em;
	padding-left: 3em;
}

/*sec07：３ステップ
-------------------------------*/
#lp_opol #sec07{
	background-color: #f0ebe1;
	padding: 38px 0 32px;
}

#lp_opol .sec07_title{
	text-align: center;
	margin-bottom: 38px;
}

#lp_opol .sec07_list li{
	float: left;
	margin-left: 19px;
}

#lp_opol .sec07_list li:first-child{
	margin-left: 0;
}

/*sec08：注意事項
-------------------------------*/
#lp_opol #sec08{
	padding:56px 0 50px;
}

#lp_opol .sec08_list{
	width: 690px;
	margin:0 auto;
	font-size: 14px;
}

#lp_opol .sec08_list li{
	margin-bottom: 30px;
	padding-left: 40px;
	text-indent: -2em;
}

#lp_opol .sec08_list li:last-child{
	margin-bottom: 0;
}


/*footer
-------------------------------*/
#lp_opol #footer,
#lp_opol #footer_navi{
	font-family:'Noto Sans Japanese',sans-serif;
}

/*汎用クラス
-----------------------------*/
#lp_opol .u_tl{
	text-align: left;
	width: 84%;
	margin: 0 auto;
}

#lp_opol .u_strong{
	background: #fff799;
	color: #f27435;
	font-style: normal;
	font-weight: bold;
}


/*------------------
	common
------------------*/

body#lp_opol_sp{
	color: #3b2d38;
	font-size: 30px;
	line-height: 48px;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: #fbfbfb;
	width: 750px;
}

#lp_opol_sp .clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

#lp_opol_sp .wrapper{
	width: 750px;
}

#lp_opol_sp h2 {
    padding: 0;
    text-align: left;
    line-height: normal;
}

#lp_opol_sp strong{
	color: #f27435;
	background-color: #fff799;
    font-weight: bold;
}

#lp_opol_sp ul.annotation{
	padding-left:2em;
	width: 690px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 36px;
}

#lp_opol_sp ul.border {
    padding-bottom: 40px;
    border-bottom: 1px solid #666;
}

#lp_opol_sp ul.annotation li{
	text-indent:-2em;
	list-style-type:none;
	margin-bottom: 20px;
}

#lp_opol_sp ul.annotation li:last-child{
	margin-bottom: 0;
}

#lp_opol_sp ul.annotation li.zaiko_no{
    color: #e86398;
}


/*------------------
	header
------------------*/

#lp_opol_sp header{
    position: relative;
	background: url(../img/op_sp/header_bg_cp_0716.png) repeat-x top left;
	width: 100%;
	height: 190px;
}

#lp_opol_sp header h1{
	padding: 46px 0 0 31px;
}

#lp_opol_sp header > .title{
	text-align: center;
	margin-top: 60px;
}

#lp_opol_sp header p.cp_bnr_top{
    position: absolute;
    top: 0;
    right: 30px;
	margin: 0;
}

/*------------------
	main
------------------*/

#lp_opol_sp #main{
	position: relative;
	height: 551px;
    background: none;
}

#lp_opol_sp #main .catch{
	position: absolute;
	top: 53px;
	left: 0;
	z-index: 1;
}

#lp_opol_sp #main .title{
	position: absolute;
	top: 298px;
	left: 0;
	z-index: 2;
}

#lp_opol_sp #main .model{
	position: absolute;
	top: 31px;
	right: 0;
}

#lp_opol_sp #main .name{
	position: absolute;
	top: 515px;
	left: 112px;
	z-index: 3;
}



/*------------------
	merit
------------------*/

#lp_opol_sp #merit{
	position: relative;
	height: 392px;
}


#lp_opol_sp #merit .area{
	background-color: #f0ebe1;
	height: 263px;
}

#lp_opol_sp #merit .merit01{
	position: absolute;
	top: 43px;
	left: 30px;
}

#merit .merit02{
	position: absolute;
	top: 73px;
	right: 30px;
}

#lp_opol_sp #merit .merit03{
	position: absolute;
	top: 193px;
	left: 30px;
}

#lp_opol_sp #merit .merit04{
	position: absolute;
	top: 223px;
	right: 30px;
}



/*------------------
	cv_area
------------------*/

#lp_opol_sp .cv {
	margin-top: 50px;
	position: relative;
	width: 100%;
	height: 500px;
	padding-left: 36px;
	background: url(/lp/img/op_sp/cv_bg.png) no-repeat center bottom;
}

#lp_opol_sp .cv p.btn{
	position: relative;
	z-index: 99;
}

#lp_opol_sp .cv .anchor{
    font-size: 22px;
    line-height: 32px;
	font-weight: bold;
    margin-left: -90px;
    text-align: center;
}

#lp_opol_sp .cv .anchor a{
	color: #fff;
    text-decoration: underline;
}

#lp_opol_sp .cv .model{
	position: absolute;
	bottom: 104px;
	right: 20px;
	z-index: 2;
}

#lp_opol_sp .cv .price, .cv .description{
	position: relative;
	z-index: 3;
}

#lp_opol_sp .cv .description{
	margin-left: 70px;
	margin-top: 20px;
}


/*--------
cv_area02
---------*/

#lp_opol_sp .cv02{
	background-color: #f0ebe1;
	overflow: hidden;
	margin-top: -30px;
	padding-bottom: 40px;
}



/*------------------
	sec01
------------------*/

#lp_opol_sp #sec01{
	margin-top: 40px;
}

#lp_opol_sp #sec01 p{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	padding-top: 80px;
}

#lp_opol_sp #sec01 .image01{
	width: 100%;
	height: 240px;
	background: url(/lp/img/op_sp/sec01_01.jpg) no-repeat top center;
}

#lp_opol_sp #sec01 .image02{
	width: 100%;
	height: 240px;
	background: url(/lp/img/op_sp/sec01_02.jpg) no-repeat top center;
}

#lp_opol_sp #sec01 .image03{
	width: 100%;
	height: 240px;
	background: url(/lp/img/op_sp/sec01_03.jpg) no-repeat top center;
}



/*------------------
	sec02
------------------*/

#lp_opol_sp #sec02{
	background-color: #f0ebe1;
	overflow: hidden;
}

#lp_opol_sp #sec02 h2{
	text-align: center;
	padding-top: 60px;
}

#lp_opol_sp #sec02 .card{
	position: relative;
	width: 690px;
	margin: 0 auto;
	margin-top: 36px;
	margin-bottom: 60px;
	padding: 90px 30px 50px 30px;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
}

#lp_opol_sp #sec02 .icon{
	position: absolute;
	top: -35px;
	left: 80px;
}

#lp_opol_sp #sec02 h3{
	font-size: 42px;
	line-height: 48px;
	font-weight: bold;
}

#lp_opol_sp #sec02 p{
	margin-top: 30px;

}



/*------------------
	sec03
------------------*/

#lp_opol_sp #sec03 {
	background-color: #ea6499;
	overflow: hidden;
}

#lp_opol_sp #sec03 .up{
	background-color: ;
	background: url(/lp/img/op_sp/sec03_bg.png) #415575 bottom center no-repeat;
	padding: 38px 0 101px 46px;
}

#lp_opol_sp #sec03 .down{
	position: relative;
}

#lp_opol_sp #sec03 .down h2{
	margin-bottom: 9px;
}

#lp_opol_sp #sec03 .down .model{
	position: absolute;
	top: -196px;
	right: 0;
}

#lp_opol_sp #sec03 .down .card{
	width: 690px;
	margin: 21px auto 30px auto;
	padding: 64px 40px;
	background-color: #fff;
	border-radius: 20px;
}

#lp_opol_sp #sec03 .card p{
	margin-top: 60px;
}



/*------------------
	sec04
------------------*/

#lp_opol_sp #sec04{
	background-color: #f0ebe1;
	overflow: hidden;
	padding-bottom: 60px;
}

#lp_opol_sp #sec04 h3{
	margin: 67px auto 48px auto;
	text-align: center;
}

#lp_opol_sp #sec04 p{
	width: 690px;
	margin: 0 auto;
}

#lp_opol_sp #sec04 .card{
	width: 690px;
	margin: 40px auto;
	padding: 40px;
	background-color: #fff;
	border-radius: 20px;
}

#lp_opol_sp #sec04 .card img{
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}

#lp_opol_sp #sec04 .card p{
	width: 100%;
}



/*------------------
	sec05
------------------*/

#lp_opol_sp #sec05 {
	background-color: #f0ebe1;
	overflow: hidden;
}

#lp_opol_sp #sec05 h2{
	background-color: #ea6499;
	width: 100%;
	padding: 24px;
	text-align: center;
}

#lp_opol_sp #sec05 .model{
	float: left;
	margin-top: 40px;
}

#lp_opol_sp #sec05 .content{
	float: right;
	width: 550px;
	margin-top: 32px;
}

#lp_opol_sp #sec05 .content li{
	float: left;
	list-style: none;
}

#lp_opol_sp #sec05 .card{
	width: 250px;
	margin: 0 20px 20px 0;
	padding-bottom: 15px;
	background-color: #fff;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

#lp_opol_sp #sec05 .card img{
	margin-top: -12px;
}

#lp_opol_sp #sec05 .card span{
	color: #f27435;
	font-weight: bold;
}



/*------------------
	sec06
------------------*/

#lp_opol_sp #sec06 {
	overflow: hidden;
	padding-bottom: 60px;
}

#lp_opol_sp #sec06 h2{
	background-color: #415575;
	width: 100%;
	margin-bottom: 44px;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
}

#lp_opol_sp #sec06 .image{
	float: left;
	width: 330px;
	text-align: right;
}

#lp_opol_sp #sec06 .price{
	float: right;
	width: 420px;
	padding-left: 26px;
}

#lp_opol_sp #sec06 .price p{
    margin-top: 50px;
}

#lp_opol_sp #sec06 .price .mt36{
	margin-top: 36px;
}

#lp_opol_sp #sec06 .desc{
	text-align: center;
	margin-bottom: 44px;
}


#lp_opol_sp dl.pricelist {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin:0 auto;
	margin-bottom: 34px;
	width: 530px;
	font-size: 28px;
}
#lp_opol_sp dl.pricelist dt {
	float:left;
	clear: left;
	width:340px;
	padding:2px;
}
#lp_opol_sp dl.pricelist dd {
	padding:2px;
	text-align: right;
}

#lp_opol_sp table.spec{
	width: 690px;
	margin: 0 auto;
	margin-bottom: 40px;
	background-color: #f2f3f4;
	font-size: 28px;
}

#lp_opol_sp table.spec th{
	text-align: left;
	font-weight: bold;
	width: 300px;
}

#lp_opol_sp table.spec th{
	padding-left: 16px;
}

#lp_opol_sp table.spec td{
	padding-right: 16px;
	padding-left: 1em;
}

#lp_opol_sp table.spec tr:nth-child(2n+1) {
	background: #e0e3e7;
}



/*------------------
	sec07
------------------*/

#lp_opol_sp #sec07{
	background-color: #f0ebe1;
	overflow: hidden;
	text-align: center;
}

#lp_opol_sp #sec07 h2{
	margin: 46px auto 38px auto;
    text-align: center;
}

#lp_opol_sp #sec07 li{
	margin-bottom: 20px;
}



/*------------------
	sec08
------------------*/

#lp_opol_sp #sec08{
	overflow: hidden;
	padding: 60px 0;
}

#lp_opol_sp #footer {
    line-height: normal;
}


/*------------------
	cp_0601
------------------*/
.cp_0601 p {
    margin: 40px auto;
    text-align: center;
}

p.mainte {
    font-size: 18px;
    margin-top: 10px;
    color: #000;
    padding: 0 8% 0;
    line-height: 22px;
}