@charset "shift_jis";
/* CSS Document */


/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#paidy {
    margin: 0 auto;
    padding: 0;
    max-width: 1100px;
}
#paidy *{
    font-size: 15px;
}

#paidy p{
	line-height: 1.5em;
	/* margin: 30px 0 0 0; */
}

#paidy img{
	width: 100%;
}


#paidy ul{
	overflow: hidden;
}
#paidy section{
  	margin-bottom: 100px;
  }
#paidy a{
	color: #e52581;
    text-decoration: underline;
    cursor: pointer;
}
#paidy a:hover{
	opacity: 0.8;
    color: #3025e5 !important;
    text-decoration: none;
}
#paidy .smp{
  	display:none !important;
  }

/*-----------------------------------------------*/
/*タイトル*/
/*-----------------------------------------------*/
#paidy h2{
	font-size: 32px;
    position: relative;
    border-bottom: 2px dotted #000;
    padding: 0 0 13px 25px;
    margin: 50px 0 20px 0;
}
#paidy h2:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 45px;
    content: '';
    background: #000;
}

/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/

#paidy .title{
	font-size: 32px;
	text-align: center;
	margin: 0 0 50px 0;
}



/*-----------------------------------------------*/
/*説明文*/
/*-----------------------------------------------*/
    
#paidy .txt {
	
	margin: 20px 0 0 0;
}


/*-----------------------------------------------*/
/*ボタン*/
/*-----------------------------------------------*/
#paidy .button a{
	display: block;
	color: #fff !important;
	background:linear-gradient(to right,#e5258c,#863bd4);
	text-decoration: none;
	width: 70%;
	padding:20px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 999px;
  margin: 30px auto 100px auto;
}

#paidy a.button{
  	width: 312px;
    margin: 60px auto;
  }


/*-----------------------------------------------*/
/*アプリボタン設定*/
/*-----------------------------------------------*/
#paidy div.app_area {
  position: relative;
}

#paidy div.app_area .appstore , #paidy div.app_area .googleplay{
  position: absolute;
  text-indent: -9999px;
  display: block;
  width: 140px;
    height: 70px;
    bottom: 53px;

}
#paidy div.app_area .appstore{
    right: 202px;
}
#paidy div.app_area .googleplay{
    right: 53px;
}
/*-----------------------------------------------*/
/*ステップ 横並び*/
/*-----------------------------------------------*/
#paidy ul.step {
    background: linear-gradient(36.91deg, #dcdbff -2.88%, #f7ebf2 41.36%, #f6f3ef 82.37%);
    background-blend-mode: multiply;
    mix-blend-mode: normal;
    display: flex;
    align-items: flex-start;
    padding: 3vw;
    flex-wrap: nowrap;
    justify-content: center;

}

#paidy ul.step li{
    margin: 0 2vw 0 0;
}

#paidy ul.step li:nth-child(3){
    margin-right:0;
}

#paidy ul.step li dl dt{
    font-size: 20px;
    margin: 0;
    height: 70px;
    line-height: 1.3em;
    
}

#paidy ul.step li dl dd img{
    border-radius: 15px;
}


/*-----------------------------------------------*/
/*使い方*/
/*-----------------------------------------------*/

#paidy .howto{
	background: #fafafa;
	padding:80px 0;
	position: relative;
}

#paidy .no{
	background: #fff;
}

/*番号の後ろのライン*/
#paidy .howto span {
    position: absolute;
    top: 205px;
    left: 13%;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e5258c 0%, #863bd4 96.36%);
    width: 74%;
}
/*番号*/
#paidy .howto ul.list li > div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #e5258c 0%, #863bd4 100%);
    border-radius: 50%;
    color: #fff;
    font-size:15px;
    margin: 0 auto 20px auto;
    position: relative;
}

/*項目*/
#paidy .howto ul.list {
    display: flex;
    align-items: flex-start;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: center;

}

#paidy .howto ul.list li{
    margin: 0 30px 0 0;
    width: 235px;
    text-align: center;
}

#paidy .howto ul.list li dl{
    position: relative;
}
#paidy .howto ul.list li:nth-child(4){
    margin-right:0;
}

/*矢印*/
#paidy .howto ul.list li dl::after{
    position: absolute;
    content: "";
    top: 110px;
    right: -15px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#paidy .howto ul.list li:nth-child(4) dl::after{
    display:none;
}

#paidy .howto ul.list li dl dt img{
    width:auto;
}
#paidy .howto ul.list li dl dd{
    font-size: 14px;
    margin: 15px 0 0 0;
    line-height: 1.5em;
    
}
#paidy .howto ul.list li:nth-child(4){
    margin-right:0;
}


/*-----------------------------------------------*/
/*開催中イベント*/
/*-----------------------------------------------*/
  #paidy .bn{
  	text-align:center;
  }
  
  #paidy .bn p{
  	font-size:18px;
  	margin-bottom:5px;
  }
  
  #paidy .bn img{
  	width:80%;
  }
  


