@charset "UTF-8";

#header #gNavi ul li a.setup_active{
	color:#de775b;
}

/* main
-----------------------------------------------*/
#main{
	background:url(/services/gp/images/setup/bgi_main_001.jpg) repeat-x bottom;
}

/* setup */
#setup #main .imgBox{
	position: relative;
	text-align: center;
	max-width: 680px;
	margin: 15px auto 0 auto;
}
#setup #main .imgBox img{
	width:100%;
	height:auto;
}
#setup #main .imgBox .img{
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	height:340px;
	width:378px;
}
#setup #main .imgBox .img img{
	width:100%;
	height:auto;
}
#setup #main .imgBox .txt{
	position:absolute;
	left:0;
	top:70px;
	width:334px;
}

#setup .moving {
  text-align: center;
}

.cardExp1 {
	position: absolute;
	top: 90px;
	left: 305px;
	color: #333;
}
.cardExp1 li{
	color: #333;
}

#setup .moving .moving_title{
	font-size: 180%;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #44c0fe;

}
#setup #iframe06 img {
	max-width: 600px;
	max-width: 100%;
}

/* suica */
#suica #main .img{
	position:relative;
	max-width:490px;
	margin:28px auto 0 auto;
}
#suica #main .img img{
	width:100%;
	height:auto;
}
#suica #main .img .lgo{
	position:absolute;
	left:0;
	top:140px;
	width:186px;
}
#suica #main .pointLink {
  margin: 40px auto;
}

#suica li.column_left{
	display: inline-block;
	text-align: center;
  width: 49%;
}

#suica li.column_right{
	display: inline-block;
	text-align: center;
  width: 49%;
}

#suica #moving h2{
  //font-size: 38px;
  //font-weight: normal;
  //text-align: center;
}

#suica #moving .inner {
//  padding: 90px 40px;
//  max-width: 980px;
}

#suica .inner {
//  adding: 0 40px;
//  margin: 0 auto;
}


.section.moving {
	text-align:center;
	margin-top:45px;
}
.section.moving .inner {
	max-width:1200px;
	padding:0 40px;
	margin:0 auto;
}
.section.moving .inner .col1{
	overflow:hidden;
}
.section.moving .inner .col1 .col2{
	width:340px;
	margin:0px 20px 0px 20px;
	text-align:center;
	display:inline-block;
}
.section.moving .col1 .col{
	width:340px;
	margin:0 auto;
}
.section.moving .col h2,
.section.moving .col2 h2{
	font-size:180%;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:10px;
	color:#44c0fe;
	text-shadow:0 -1px 0 rgba(255,255,255,0.6),0 1px 1px rgba(0,0,0,0.5);
}



#suica #iframe07 img, #suica #iframe08 img {
    //width: 400px;
    //height: auto;
}



.modal .modalInner {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}



@media screen and (max-width: 930px) {
#suica #moving .column_left{
	width: 100%;
}

#suica #moving .column_right{
	width: 100%;
}
#suica #iframe07 img, #suica #iframe08 img {
	max-width: 600px;
	width: 100%;
	height: auto;
}
#setup #iframe06 img {
	max-width: 600px;
	width: 96%;
	height: auto;
}
}

@media screen and (max-width: 767px) {
/* setup */
#setup #main .imgBox .img{
	width:90%;
	height:auto;
}
#setup #main .imgBox .txt{
	width:48%;
	left:5%;
	top:30%;
}
/* suica */
#suica #main .img{
	max-width:240px;
	margin:28px auto 0 auto;
	padding:0 20px;
}
#suica #main .img .lgo{
	position:absolute;
	left:20px;
	top:68px;
	width:90px;
}
#suica #main .pointLink {
    margin: 25px auto;
}

#suica li.column_left{
	width: 100%;		
}
	
#suica li.column_right{
	width: 100%;		
}
#moving .inner ,.moving .inner {
	padding: 0 20px;
	margin: 0 auto;
}
}


/* step
-----------------------------------------------*/
#step{
	margin-top:60px;
}
#step .inner{
	max-width:980px;
	padding:0 40px;
	margin:0 auto;
}
#step .box{
	position:relative;
	margin:0 auto;
	padding:0 0 0 50px;
	padding-top:100px;
}
#step .box .line::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:2px;
	background:#ccc;
}
#step .box .circle{
	content:"";
	position:absolute;
	top:120px;
	left:-8px;
	z-index:2;
	width:18px;
	height:18px;
	background:#de775b;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
#step .box .txt{
	position:relative;
	z-index:2;
}
#step .box .txt strong{
	position:relative;
	display:block;
	font-size:42px;
	color:#de775b;
}
#step .box .txt strong span{
	font-size:32px;
	margin-right:10px;
}
#step .box .txt h3{
	font-size:20px;
	font-weight:normal;
	margin-top:15px;
}
#step .box .txt h3 b u{
	text-decoration:none;
	border-bottom:1px solid #333;
	padding-bottom:2px;
}
#step .box .txt h3 .ico{
	width:24px;
	height:auto;
	margin:2px 4px;
	vertical-align:top;
}
#step .box .txt p{
	color: #333;
	font-size: 14px;
	margin-top: 10px;
}
#step .box .txt .modalLink{
	margin-top:15px;
}
#step .box .img{
	position:absolute;
}
#step .box .img .attention{
	position:absolute;
}
#step .box .img .attention img{
	position:absolute;
	width:100%;
	height:auto;
}
/* fade */
#step .box .txt,
#step .box .img{
	-webkit-transition:opacity 0.6s,top 0.6s;
	-moz-transition:opacity 0.6s,top 0.6s;
	-ms-transition:opacity 0.6s,top 0.6s;
	-o-transition:opacity 0.6s,top 0.6s;
	transition:opacity 0.6s,top 0.6s;
	opacity:0;
}
#step .box .circle{
	-webkit-transition:opacity 0.6s;
	-moz-transition:opacity 0.6s;
	-ms-transition:opacity 0.6s;
	-o-transition:opacity 0.6s;
	transition:opacity 0.6s;
	opacity:0;
}
#step .box .circle.fade{
	opacity:1;
}
#step .box .txt{
	width:380px;
	font-feature-settings:"palt";
}
#step .box .img{
	position:absolute;
	top:90px;
	width:270px;
}
#step .box .img img{
	width:100%;
	height:auto;
}
#step .box .txt.fade{
	opacity:1;
}
#step .box .img.fade{
	top:70px;
	opacity:1;
}
#step .box .img .attention{
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	-ms-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
	opacity:0;
}
#step .box .img .attention.fade{
	opacity:1;
}
/* setup */
#setup #step .box{
	max-width:676px;
}
#setup #step #step06 .txt{
	width:auto;
}
#setup #step .box .img{
	right:0;
}
/* setup */
#suica #step .box{
	max-width:596px;
}
#suica #step .box .img{
	right:65px;
	width:190px;
}
#finish{
	-webkit-transition:opacity 0.6s;
	-moz-transition:opacity 0.6s;
	-ms-transition:opacity 0.6s;
	-o-transition:opacity 0.6s;
	transition:opacity 0.6s;
	opacity:0;
}
#finish.fade{
	opacity:1;
}
@media screen and (max-width: 1000px) {
#step .box .txt h3{
	font-size:16px;
}
/* setup */
#step .box .txt{
	width:250px;
}
#setup #step .box .img{
	right:20px;
}
/* suica */
#suica #step .box .img{
	right:100px;
}
}
@media screen and (max-width: 767px) {
#step{
	margin-top:40px;
}
#step .inner{
	padding:0 20px;
}
#step .box{
	padding:0 0 0 28px;
	padding-top:45px;
}
#step .box .circle{
	top:56px;
	left:-8px;
}
#step .box .txt{
	width:auto;
}
#step .box .txt strong{
	font-size:31px;
}
#step .box .txt strong span{
	font-size:24px;
	margin-right:5px;
}
#step .box .txt h3{
	font-size:17px;
	margin-top:7px;
}
#step .box .txt h3 br{
	display:none;
}
#step .box .txt h3 .ico{
	width:20px;
}
#step .box .txt p{
	color: #999;
	margin-top: 3px;
}
#step .box .txt .modalLink{
	margin-top:3px;
}
#step .box .img{
	right:0;
	top:0;
	margin:15px auto 0 auto;
}
/* fade */
#step .box .img{
	position:relative;
	top:10px;
}
#step .box .txt.fade{
	top:0;
}
#step .box .img.fade{
	top:0;
}
/* setup */
#setup #step{
	margin-top:40px;
}
#setup #step .box .img{
	right:5px;
	width:230px;
}
/* suica */
#suica #step{
	margin-top:0;
}
#suica #step .box .txt{
	padding-right:0;
}
#suica #step .box .img{
	right:0;
	width:120px;
}
}


/* start
-----------------------------------------------*/
/* setup */
#setup #step #start{
	padding-top:0;
}
#setup #step #start .ttl img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	width: 220px;
	height: auto;
}
#setup #step #start .ttl h2{
	display:inline-block;
	vertical-align:top;
	font-size:22px;
	font-weight:normal;
	padding-top: 5px;
}
#setup #step #start .ttl h2 strong{
	display:block;
	font-size:33px;
	font-weight:bold;
	padding-top:10px;
}
/* suica */
#suica #start{
	padding:60px 40px 40px 40px;
	text-align:center;
}
#suica #start .ttl h2{
	font-size:35px;
}
/* ua */
#setup #step.ua #start{
	padding:0;
	text-align:center;
}
#setup #step.ua #start .line{
	display:none;
}
#setup #step.ua #start .ttl{
	display:inline-block;
}
@media screen and (max-width: 767px) {
/* setup */
#setup #step #start .ttl{
/*	max-width:290px;*/
	margin:0 auto;
}
#setup #step #start .ttl img{
	width:80px;
	margin-right:15px;
}
#setup #step #start .ttl h2{
	font-size:15px;
}
#setup #step #start .ttl h2 strong{
	font-size:25px;
	padding-top:5px;
}
/* suica */
#suica #start{
	padding:40px 20px 20px 20px;
	text-align:center;
}
#suica #start .ttl h2{
	font-size:25px;
}
.cardExp1 {
  position: inherit;
	margin-top: 10px;
}
.cardExp1 li {

}
}
@media screen and (max-width: 380px) {
/* setup */
#setup #step #start .ttl img{
	margin-right:10px;
}
#setup #step #start .ttl h2{
	font-size:13px;
}
#setup #step #start .ttl h2 strong{
	font-size:23px;
}
}


/* step01
-----------------------------------------------*/
/* setup */
#setup #step #step01{
	min-height:350px;
}
#setup #step #step01 .img .attention{
	top:132px;
	left:378px;
	width:35px;
}
/* suica */
#suica #step #step01 .line::before{
	top:120px;
}
#suica #step #step01{
	min-height:380px;
}
#suica #step #step01 .img .attention{
	top:70px;
	right:-178px;
	width:162px;
}
/* ua */
#setup #step.ua #step01 .line::before{
	top:120px;
}
@media screen and (max-width: 1000px) {
#suica #step #step01 .img{
	right:140px;
}
}
@media screen and (max-width: 767px) {
/* setup */
#setup #step #step01{
	padding-top:32px;
}
#setup #step #step01 .circle{
	top:44px;
}
#setup #step #step01 .img .attention{
	top:82px;
	left:236px;
	width:22px;
}
/* suica */
#suica #step #step01{
	min-height:240px;
}
#suica #step #step01 .line::before{
	top:60px;
}
#suica #step #step01 .img{
	 right:50px;
}
#suica #step #step01 .img .attention{
	top:45px;
	right:-110px;
	width:101px;
}
#suica #step #step02 .img{
	right:0;
}
#suica #step #step03 .img{
	/* right:50px; */
}
#suica #step #step04 .img{
	right:0;
}
#suica #step #step05 .img{
	right:0;
}
/* ua */
#setup #step.ua #step01 .line::before{
	top:60px;
}
}


/* step02
-----------------------------------------------*/
/* setup */
#setup #step #step02{
	min-height:350px;
}
#setup #step #step02 .img .attention{
	top:180px;
	left:250px;
	width:100px;
}
/* suica */
#suica #step #step02{
	min-height:380px;
}
#suica #step #step02 .img .attention{
	top:64px;
	right:-112px;
	width:101px;
}
@media screen and (max-width: 767px) {
/* setup */
#setup #step #step02 .img .attention{
	top:113px;
	left:158px;
	width:63px;
}
/* suica */
#suica #step #step02{
	min-height:240px;
}
#suica #step #step02 .img .attention{
	top:40px;
	right:auto;
	left:-72px;
	width:60px;
}
}


/* step03
-----------------------------------------------*/
/* setup */
#setup #step #step03{
	min-height:350px;
}
#setup #step #step03 .img .attention{
	top:100px;
	left:36px;
	width:116px;
}
/* suica */
#suica #step #step03{
	min-height:380px;
}
#suica #step #step03 .img .attention{
	top:140px;
	left:200px;
	width:35px;
}
@media screen and (max-width: 767px) {
/* setup */
#setup #step #step03 .img .attention{
	top:67px;
	left:22px;
	width:73px;
}
/* suica */
#suica #step #step03{
	min-height:240px;
}
#suica #step #step03 .img .attention{
    top: 90px;
    left: 124px;
    width: 22px;
}
}


/* step04
-----------------------------------------------*/
/* setup */
#setup #step #step04{
	min-height:350px;
}
#setup #step #step04 .img .attention{
	top:67px;
	left:22px;
	width:73px;
}
/* suica */
#suica #step #step04{
	min-height:380px;
}
#suica #step #step04 .img .attention{
	top:10px;
	left:200px;
	width:35px;
}
@media screen and (max-width: 767px) {
/* setup */
#setup #step #step04 .img .attention{
	top:65px;
	left:138px;
	width:97px;
}
/* suica */
#suica #step #step04{
	min-height:240px;
}
#suica #step #step04 .img .attention{
    top: 10px;
    left: 124px;
    width: 22px;
}
}


/* step05
-----------------------------------------------*/
/* setup */
#step #step05 .line::before{
	height:113px;
}
#step #step05 .circle::before{
	content:"";
	position:absolute;
	top:50%;
	left:-8px;
	z-index:1;
	width:30px;
	height:30px;
	border:2px solid #de775b;
	margin-top:-17px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
@media screen and (max-width: 767px) {
	#step #step05 .line::before {
		height: 48px;
	}
}

/* finish
-----------------------------------------------*/
#finish{
	margin-top:25px;
}
#finish .img{
	position:relative;
}
#finish .img img{
	width:100%;
	height:auto;
}
#finish .img strong{
	display: block;
	position: absolute;
	left: 60.5%;
	top: 40%;
	font-size: 46px;
	color: #c0232b;
}
@media screen and (max-width: 767px) {
#finish{
	position:relative;
	margin-top:20px;
	padding-top:256px;
}
#finish .img{
	position:absolute;
	left:50%;
	top:0;
	width:355px;
	margin-left:-178px;
}
#finish .img img {
	width:170%;
	margin-left:-140px;
}
#finish .img strong{
	font-size:30px;
	left:57%;
}
}


/* notes
-----------------------------------------------*/
#notes{
	margin-top:60px;
}
#notes ul li{
	font-size:108%;
	color:#999;
	margin-left:1em;
	text-indent:-1em;
	margin-top:5px;
}
#notes ul:first-child{
	margin-bottom:20px;
}
#notes .winLink{
	margin-top:20px;
}
#notes .winLink a{
	background-size:15px auto;
	font-size:123.1%;
	font-weight:normal;
	text-decoration:underline;
	padding-right:20px;
}
#notes .winLink a:hover{
	text-decoration:none;
}
/* setup */
#setup #notes .inner{
	max-width:760px;
}
/* suica */
#suica #notes .inner{
	max-width:656px;
}
@media screen and (max-width: 767px) {
#notes{
	margin-top:35px;
}
#notes .inner{
	padding:0;
}
#notes ul li{
	font-size:10px;
}
#notes .winLink a{
	font-size:14px;
}
}


/* wallet
-----------------------------------------------*/
.wallet{
	display:none;
	position:relative;
	background:#edf8fb;
	padding:30px 40px 30px 50px;
	margin-top:30px;
	min-height:63px;
	text-align:left;
}
.walletBg{
	background:#f2f2f2;
	padding:0 100vw;
	width:100%;
	margin-left:-100vw;
}
.wallet.gry{
	background:#f2f2f2;
	padding:30px 20px 30px 30px;
}
.wallet .inner{
	display:block;
	position:relative;
	max-width:400px !important;
	margin:0 auto;
	padding:0 80px 0 0 !important;
}
.wallet .ico{
	position:absolute;
	right:0;
	top:50%;
	display:block;
	width:73px;
	margin-top:-36px;
}
.wallet .ico img{
	width:100%;
	height:auto;
}
.wallet p{
	font-size:17px;
	line-height:1.2;
	margin-bottom:5px;
}
.wallet span{
	margin-top:2px;
	line-height:1.2;
}
@media screen and (max-width: 767px) {
.wallet .inner{
	max-width:210px !important;
}
}
@media screen and (max-width: 380px) {
.wallet .inner{
	padding-right:80px;
}
.wallet p{
	font-size:16px;
}
.wallet span{
	font-size:14px;
}
}


/* modal
-----------------------------------------------*/
#modal01 p img{
	width:18px;
	height:auto;
	vertical-align:middle;
	margin:0 2px 2px 2px;
}
#modal02 .img{
	max-width:330px;
}
@media screen and (max-width: 767px) {
#modal01 p img{
	width:15px;
	margin:0 2px 4px 2px;
}
#modal02 .img{
	max-width:233px;
}
}

/* IE */
.ie9 #step .box .txt,
.ie9 #step .box .img,
.ie9 #step .box .circle,
.ie9 #step .box .img .attention{
	opacity:1;
}
.ie9 #step .box .txt{
	top:0;
}
.ie9 #step .box .img{
	top:70px;
}
.ie9 #suica #step #step06 .img{
	top:130px;
}
@media screen and (max-width: 767px) {
.ie9 #step .box .txt,
.ie9 #step .box .img,
.ie9 #suica #step #step06 .img{
	top:0;
}
}

/* closeBtn
-----------------------------------------------*/
.icon_close{
    display: inline-block;
    position: relative;
    top: 3px;
    left: 42px;
    background: #de775b;
    width: 2px;
    height: 18px;
    padding: 0;
    transform: rotate(45deg);
}

.icon_close:before{
display: block;
    position: absolute;
    top: 50%;
    left: -8px;
    background: #de775b;
    content: "";
    width: 18px;
    height: 2px;
    margin-top: -1px;
}
