<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

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

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

.cardExp1 {
  position: absolute;
  top:90px;
  left:270px;
}
.cardExp1 li{
  font-size: 0.6rem;
  color:#999;
}

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

}
#portal #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;
}
#portal #iframe06 img {
	max-width: 600px;
	width: 96%;
	height: auto;
}
}

@media screen and (max-width: 767px) {
/* setup */
#portal #main .imgBox .img{
	width:90%;
	height:auto;
	margin-right:-10%;
}
#portal #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;
	background:#fff;
}
#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:#4eb9dc;
	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:#4eb9dc;
}
#step .box .txt strong span{
	font-size:32px;
	margin-right:10px;
}
#step .box .txt h3{
	font-size:22px;
	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:#999;
	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:360px;
    text-align: left;
}

#step .box .img .sp{
    display: none!important;
}

#step .box .img{
	position:absolute;
	top:90px;
	width:370px;
}
#step .box .img img{
	width:auto;
	height:auto;
    display: block;
    margin: 0 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 */
#portal #step .box{
	max-width:930px;
}
#portal #step #step06 .txt{
	width:auto;
}
#portal #step .box .img{
	right:107px;
}

#portal #step #step03 .img{
    right: 155px;
    top: 130px;
}

#portal #step #step07 .img{
    right: 32px;
    top: -40px;
}

#portal #step #step04 .img{
    right: 180px;
    top: 10px;
}

#portal #step #step05 .img {
    right: 25px;
    top: 10px;
}

/* 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;
}
#portal #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;
	font-size:14px;
	margin-top:3px;
}
#step .box .txt .modalLink{
	margin-top:3px;
}

    #step .box .img .sp{
        display: block!important;
    }
    #step .box .img .pc{
        display: none!important;
    }
    #portal #step #step02 .img{
        top: 40px;
    }
    
    #portal #step #step03 .img{
        top: 65px;
    }
    
    #portal #step #step07 .img{
        top: 0;
    }
    #portal #step #step03 .img img{
        max-width: 100%;
    }
    
    
#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 */
#portal #step{
	margin-top:40px;
}
#portal #step .box .img{
	right:auto!important;
    left: auto!important;
	width:auto;
}
/* suica */
#suica #step{
	margin-top:0;
}
#suica #step .box .txt{
	padding-right:0;
}
#suica #step .box .img{
	right:0;
	width:120px;
}
    #portal #step .box{
        max-width: none;
    }

    #portal #step #step05,
    #portal #step #step06{
/*        margin: 0 20px;*/
    }
}


/* start
-----------------------------------------------*/
/* setup */
#portal #step #start{
	padding-top:0;
}
#portal #step #start .ttl img{
	display:inline-block;
	vertical-align:middle;
	margin-right:30px;
	width:184px;
	height:auto;
}
#portal #step #start .ttl h2{
	display:inline-block;
	vertical-align:top;
	font-size:22px;
	font-weight:normal;
}
#portal #step #start .ttl h2 strong{
	display:block;
	font-size:36px;
	font-weight:bold;
	padding-top:5px;
}
/* suica */
#suica #start{
	padding:60px 40px 40px 40px;
	text-align:center;
}
#suica #start .ttl h2{
	font-size:35px;
}
/* ua */
#portal #step.ua #start{
	padding:0;
	text-align:center;
}
#portal #step.ua #start .line{
	display:none;
}
#portal #step.ua #start .ttl{
	display:inline-block;
}
@media screen and (max-width: 767px) {
/* setup */
#portal #step #start .ttl{
	max-width:290px;
	margin:0 auto;
}
#portal #step #start .ttl img{
	width:80px;
	margin-right:15px;
}
#portal #step #start .ttl h2{
	font-size:15px;
}
#portal #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;
  top:54px;
  left:270px;
}
.cardExp1 li {
  font-size:0.6rem;
}
}
@media screen and (max-width: 380px) {
/* setup */
#portal #step #start .ttl img{
	margin-right:10px;
}
#portal #step #start .ttl h2{
	font-size:13px;
}
#portal #step #start .ttl h2 strong{
	font-size:23px;
}
}


/* step01
-----------------------------------------------*/
/* setup */
#portal #step #step01{
	min-height:350px;
}
#portal #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 */
#portal #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 */
#portal #step #step01{
	padding-top:32px;
}
#portal #step #step01 .circle{
	top:44px;
}
#portal #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 */
#portal #step.ua #step01 .line::before{
	top:60px;
}
}


/* step02
-----------------------------------------------*/
/* setup */
#portal #step #step02{
	min-height:422px;
}
#portal #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 */
#portal #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 */
#portal #step #step03{
	min-height:350px;
}
#portal #step #step03 .img .attention{
	top:100px;
	left:36px;
	width:116px;
}
/* suica */
#suica #step #step03{
	min-height:380px;
}
#suica #step #step03 .img .attention{
	top:278px;
	right:-134px;
	width:123px;
}
@media screen and (max-width: 767px) {
/* setup */
#portal #step #step03 .img .attention{
	top:67px;
	left:22px;
	width:73px;
}
/* suica */
#suica #step #step03{
	min-height:240px;
}
#suica #step #step03 .img .attention{
	top:176px;
	right:-84px;
	width:77px;
}
}


/* step04
-----------------------------------------------*/
/* setup */
#portal #step #step04{
	min-height:350px;
}
#portal #step #step04 .img .attention{
	top:104px;
	left:220px;
	width:154px;
}
/* suica */
#suica #step #step04{
	min-height:380px;
}
#suica #step #step04 .img .attention{
	top:200px;
	left:-60px;
	width:35px;
}
@media screen and (max-width: 767px) {
/* setup */
#portal #step #step04 .img .attention{
	top:65px;
	left:138px;
	width:97px;
}
/* suica */
#suica #step #step04{
	min-height:240px;
}
#suica #step #step04 .img .attention{
	top:126px;
	left:-38px;
	width:22px;
}
}


/* step05
-----------------------------------------------*/
/* setup */
#portal #step #step05{
	min-height:350px;
}
#portal #step #step05 .img .attention{
	top:172px;
	left:50px;
	width:107px;
}
/* suica */
#suica #step #step05{
	min-height:380px;
}
#suica #step #step05 .img .attention{
	top:5px;
	right:-60px;
	width:35px;
}
@media screen and (max-width: 767px) {
/* setup */
#portal #step #step05 .img .attention{
	top:109px;
	left:32px;
	width:67px;
}
/* suica */
#suica #step #step04{
	min-height:240px;
}
#suica #step #step05 .img .attention{
	top:5px;
	right:-38px;
	width:22px;
}
}


/* step06
-----------------------------------------------*/
/* setup */
#step #step06 .line::before{
	height:113px;
}
#step #step06 .circle::before{
	content:"";
	position:absolute;
	top:50%;
	left:-8px;
	z-index:1;
	width:30px;
	height:30px;
	border:2px solid #4eb9dc;
	margin-top:-17px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
/* suica */
#suica #step #step06{
	min-height:380px;
}
#suica #step #step06 .img{
	top:170px;
}
#suica #step #step06 .img.fade{
	top:145px;
}
#suica #step #step06 .img .attention{
	top:198px;
	left:-226px;
	width:204px;
}
@media screen and (max-width: 767px) {
/* setup */
#step #step06 .line::before{
	height:49px;
}
/* suica */
#suica #step #step06{
	min-height:240px;
}
#suica #step #step06 .line::before{
	height:50px;
}
#suica #step #step06 .txt strong::after{
	left:-44px;
}
#suica #step #step06 .img{
	left:50px;
}
#suica #step #step06 .img{
	top:10px;
}
#suica #step #step06 .img.fade{
	top:0;
}
#suica #step #step06 .img .attention{
	top:108px;
	left:-140px;
	width:127px;
}
}


/* step07
-----------------------------------------------*/
/* setup */
#portal #step #step07{
	min-height:350px;
}
@media screen and (max-width: 767px) {
}


/* 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:#4eb9dc;
}
@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 */
#portal #notes .inner{
	max-width:760px;
}
/* suica */
#portal #notes .inner{
	max-width:656px;
}

#portal #notes .inner ul{
    margin-bottom: 45px;
}
#portal #notes .btn{
  display: none;
}
#portal #notes .btn a br.sp{
    display: none!important;
}

#portal #notes .btn a{
    width: 490px;
    height: 58px;
    border-radius: 29px;
    background-color: #4EB9DC;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: .3s;
}

#portal #notes .btn a:hover{
    opacity: .75;
}

#portal #notes .btn a:after{
    content: '';
    width: 8px;
    height: 16px;
    background-image: url('../images/portal/index/arrw.svg');
    background-size: cover;
    margin-left: 7px;
}

@media screen and (max-width: 767px) {
#notes{
	margin-top:35px;
}
#notes .inner{
	padding:0;
}
    
#portal #notes .inner ul{
    margin-bottom: 25px;
}
#notes ul li{
	font-size:10px;
}
#notes .winLink a{
	font-size:14px;
}
#portal #notes .btn a br.sp{
  display: block!important;
}

#portal #notes .btn a{
    width: 100%;
    max-width: 370px;
    height: 50px;
    border-radius: 25px;
    background-color: #4EB9DC;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
}

#portal #notes .btn a:after{
    position: absolute;
    right: 15px;
    top: 17px;
    content: '';
    width: 8px;
    height: 16px;
    background-image: url('../images/portal/index/arrw.svg');
    background-size: cover;
    margin-left: 7px;
}
}


/* 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;
}
}


#portal .note{
    width: 980px;
    margin: 0 auto 45px;
}

#portal .note p,
#portal .note em{
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
}

#portal .note p{
    padding-left: 16px;
    position: relative;
}

#portal .note p span{
    position: absolute;
    left: 0;
}

/* watch
-----------------------------------------------*/
#watch{
	background:#f4f3f3;
	margin-top:80px;
}
#watch.ua{
	margin-top:60px;
}
#watch .inner{
	position:relative;
	max-width:700px;
	padding:96px 0px;
	margin:0 auto;
}

#watch p{
    position: relative;
    padding-left: 16px;
    font-size: 18px;
    line-height: 2;
}

#watch p span{
    position: absolute;
    left: 0;
}

#watch .txt{
	padding-right:240px;
}
#watch .txt h3{
	font-size:22px;
}
#watch .txt p{
	font-size:18px;
	line-height:2;
	margin-top:15px;
}
#watch .txt .winLink{
	margin-top:15px;
	text-decoration: underline;
}
#watch .img{
	position:absolute;
	right:40px;
	top:40px;
	width:120px;
}
#watch .img img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 767px) {
#watch{
	margin-top:30px;
}
#watch.ua{
	margin-top:30px;
}
#watch .inner{
	padding:40px 20px;
}
    
#watch .inner{
	position:relative;
	max-width:none;
    width: 100%;
    box-sizing: border-box;
	padding: 67px 20px;
	margin:0 auto;
}

#watch p{
    font-size: 15px;
    line-height: 22px;
}
#watch .txt{
	padding-right:0;
	text-align:center;
}
#watch .txt h3{
	font-size:17px;
}
#watch .txt p{
	font-size:15px;
	line-height:1.5;
	margin-top:10px;
	text-align:left;
}
#watch .txt .winLink{
	margin-top:20px;
}
#watch .img{
	display:none;
}
    #portal .note{
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        margin: 0 auto 80px;
    }
    #portal .note p,
    #portal .note em{
        font-size: 13px;
        line-height: 21px;
    }
    #portal .note p{
        padding-left: 14px;
    }
}


/* fBtn
-----------------------------------------------*/
#fBtn{
	margin:55px 0 75px;
	text-align:center;
}
#fBtn a{
	position:relative;
	display:inline-block;
	width:400px;
    height: 80px;
    display: flex;
    margin: 0 auto;
    align-items: center;
	color:#4eb9dc;
	text-align:left;
	font-size:18px;
    line-height: 26px;
    padding-left: 30px;
	border:2px solid #4eb9dc;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
}
#fBtn a::before{
	content:"";
	position:absolute;
	top:50%;
	right:20px;
	width:10px;
	height:10px;
	border-top:2px solid #4eb9dc;
	border-right:2px solid #4eb9dc;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	margin-top:-6px;
}
#fBtn a:hover{
	opacity:0.8;
}
@media screen and (max-width: 767px) {
#fBtn{
	margin:40px 0 50px 0;
}
#fBtn a{
	width:280px;
    height: 70px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 25px;
}
}


/* add
-----------------------------------------------*/
#add{
	background:#f4f3f3;
}
#add .inner{
	position:relative;
	max-width:656px;
	padding:60px 40px;
	margin:0 auto;
}
#add .txt{
	padding-right:200px;
}
#add .txt h3{
	font-size:138.5%;
	font-weight:normal;
	border-bottom:2px solid #dbdbdb;
	padding-bottom:5px;
}
#add .txt p{
	font-size:161.6%;
	line-height:1.5;
	margin-top:25px;
}
#add .txt p strong{
	font-size:28px;
	font-weight:normal;
}
#add .txt .note{
	display:block;
	font-size:108%;
	margin-top:15px;
}
#add .txt .winLink{
	display:inline-block;
	margin:0 2px;
}
#add .txt .winLink a{
	background-size:15px auto;
	color:#4eb9dc;
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	padding-right:20px;
}
#add .txt .winLink a:hover{
	text-decoration:none;
}
#add .img{
	position:absolute;
	right:90px;
	top:50%;
	width:100px;
	margin-top:-102px;
}
#add .img img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 767px) {
#add .inner{
	padding:15px 20px 15px 20px;
	min-height:75px;
}
#add .txt{
	padding-right:0;
}
#add .txt h3{
	font-size:15px;
	text-align:center;
}
#add .txt .box{
	position:relative;
	padding-right:80px;
	margin-top:13px;
	min-height:114px;
}
#add .txt p{
	font-size:15px;
	margin-top:0;
}
#add .txt p strong{
	display:block;
	font-size:20px;
}
#add .txt .note{
	font-size:10px;
	margin-top:10px;
}
#add .txt .winLink a{
	font-size:10px;
	background-size:10px auto;
	padding-right:16px;
}
#add .img{
	right:0;
	top:0;
	width:57px;
	margin-top:0;
}
}


/* check
-----------------------------------------------*/
#check{
	background:#edf8fb;
	margin:100px 0 60px 0;
}
#check .inner{
	position:relative;
	max-width:656px;
	padding:120px 40px;
	margin:0 auto;
}
#check .txt{
	padding-right:160px;
}
#check .txt p{
	font-size:138.5%;
	line-height:1.8;
}
#check .img{
	position:absolute;
	right:40px;
	top:50%;
	width:100px;
	margin-top:-102px;
}
#check .img img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 767px) {
#check{
	margin:40px 0 30px 0;
}
#check .inner{
	min-height:75px;
	padding:30px 20px 25px 20px;
}
#check .txt{
	padding-right:80px;
}
#check .txt p{
	font-size:15px;
}
#check .img{
	right:24px;
	width:57px;
	margin-top:-57px;
}
}


/* modal
-----------------------------------------------*/
#modal01 p img{
	width:18px;
	height:auto;
	vertical-align:middle;
	margin:0 2px 2px 2px;
}
#modal02 .img{
	max-width:330px;
}
#modal03 .img01{
	max-width:472px;
}
#modal03 .img{
	margin-top:10px;
}
#modal03 .img02{
	max-width:224px;
}
#modal06 .img{
	max-width:324px;
}
@media screen and (max-width: 767px) {
#modal01 p img{
	width:15px;
	margin:0 2px 4px 2px;
}
#modal02 .img{
	max-width:233px;
}
#modal03 .img01{
	max-width:295px;
}
#modal03 .img02{
	max-width:140px;
}
#modal06 .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
-----------------------------------------------*/
#closeBtn {
	display: block;
	background: #fff;
	color: #4eb9dc;
	text-align: center;
	font-size: 138.5%;
	width: 270px;
	margin: 60px auto 30px;
	border: solid 2px #4eb9dc;
	border-radius: 40px;
	-webkit-border-radius: 40px;
 	-moz-border-radius: 40px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}

#closeBtn span{
	display: block;
	width: 100%;
	height: auto;
	padding: 16px 0;
	font-weight:bold;
}

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

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

#closeBtn:hover{
	cursor: pointer;
	opacity:0.8;
	color: #ffffff;
	border: solid 2px #cccccc;
	background:#cccccc;
}
#closeBtn:hover .icon_close,
#closeBtn:hover .icon_close:before{
	background: #ffffff;
}


@media screen and (max-width: 767px){
#closeBtn {
    width: 250px;
}

#closeBtn span{
    font-size: 15px;
    padding: 18px 0 18px 0;	
}
}
#moving {
    background: #edf8fb;
    margin: 100px 0 60px 0;
}

#moving .inner {
		box-sizing: border-box;
    position: relative;
		text-align: center;
    padding: 120px 40px;
    margin: 0 auto;
}

#moving h2{
font-size: 35px;
}

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



/* moving*/

#moving {
    background-color: #fef2f2;
    padding: 90px 0;
    margin-top: 95px;
	text-align: center;
}

#moving .inner {
    max-width: 980px;
    padding: 0 40px;
    margin: 0 auto;
}
#moving .inner .col1{
	overflow:hidden;
}
#moving .inner .col1 .col{
	width:340px;
	margin:0 auto;
}
#moving .inner .col1 .col2{
	width:340px;
	margin: 0px 20px 0px 20px;
	text-align: center;
    display: inline-block;
}
#moving .col2 a{
	display:block;
}
#moving .col2 a img{
	width:100%;
	height:auto;
}
#moving .col2 h2{
	font-size:180%;
	font-weight:normal;
	margin-top:20px;
	margin-bottom: 10px;
	/* color: #0283cd;
    -webkit-background-clip: text;
    background-image: linear-gradient(94deg, #0283cd, #6fceda);
    -webkit-text-fill-color: transparent;*/
	color:#44c0fe;
    text-shadow:0 -1px 0 rgba(255,255,255,0.6),0 1px 1px rgba(0,0,0,0.5);
}
#moving .col2 .iframe{
  position:relative;
  padding-top:56.25%;
}
#moving .col2 .iframe iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
#moving h2 {
    font-size: 38px;
    font-weight: normal;
    text-align: center;
}





@media screen and (max-width: 767px) {

#moving .inner {
	padding: 0 20px;
	margin: 0 auto;
}
#moving .inner .col1 .box{
	padding-top:25px;
	margin:25px auto 0 auto;
}

#moving .inner .col1 .col2{
	width:100%;
	margin: 0 auto;
}

#moving .inner .col1 .col2 a{
	margin:0 20px;
}
#moving .inner .col1 .col2 h2{
	font-size:17px;
	margin-top:15px;
}
#moving .inner .col1 .col2 .box{
	padding:0 20px;
}
#moving .inner .col1 .col2 a img{
	width:100%;
	height:auto;
	margin-top: 20px;
}

#moving .inner .col1 .col2 .iframe{
  position:relative;
  padding-top:56.25%;
}
#moving .inner .col1 .col2 .iframe iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
#moving h2 {
    font-size: 22px;
}


}


@media screen and (max-width: 767px) {
/* vertical movie */

#modal06,
#modal07,
#modal08 {
  padding: 10px 13px;
}
#modal06 .modalInner,
#modal07 .modalInner,
#modal08 .modalInner {
  margin: 20px auto;
}
#modal06 .modalBox .movie,
#modal07 .modalBox .movie,
#modal08 .modalBox .movie {
padding-top:unset;
}
#modal06 .modalBox .movie iframe,
#modal07 .modalBox .movie iframe,
#modal08 .modalBox .movie iframe {
position:initial;
height:-webkit-fill-available;
}
}</pre></body></html>