/*******************************************
*
* css for ご利用の流れ
*
********************************************/
@charset "UTF-8";




/* ==========================================================
*
* オプションサービス TOP
*
========================================================== */
#topImage {
	background-image: url("../images/ttlbg/flow.png");
}

h2.copyTxt{
	margin:80px 0 10px;
}


#overview{
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom:80px;
	font-size:1.6rem;
	line-height:155%;
}


/* for SP --------------------------*/
@media screen and ( max-width:896px) {

	h2.copyTxt{
		margin:40px 0 10px;
	}

	#overview{
		margin-bottom:40px;
		font-size:1.2rem;
	}

	#overview img{
		width:100%;
		height:auto;
	}

}


.stepList{
	display:block;
	overflow:hidden;
	background-color:#ededee;
	margin-bottom:50px;
	padding:50px 0 25px;
}

.stepList:last-child{
	margin-bottom:0;
}

.stepList h3{
	display:block;
	overflow:hidden;
	font-size:2.8rem;
	font-weight:bold;
	line-height:125%;
	text-align:center;
}

.stepList p{
	display:block;
	overflow:hidden;
	text-align:center;
	margin:1em 0 50px;
}

.stepList ul{
	display:block;
	overflow:hidden;
	letter-spacing: -.4em;
}

.stepList ul > li{
	display:inline-block;
	min-width:280px;
	letter-spacing:normal;
	vertical-align:top;
	padding-right:80px;
	background: url("../images/arrow_right.png") no-repeat right 130px;
}
.stepList ul > li:last-child{
	padding-right:0;
	background:none;
}


.dataTile{
	display:block;
	overflow:hidden;
	width:280px;
	position:relative;
	text-align:left;
}

.dataTile > h4{
	display:block;
	overflow:hidden;
	font-size: 2.4rem;
	font-weight:bold;
	line-height:125%;
	text-align:center;
}

.dataTile > img{
	margin:20px 0;
}

.dataTile > p{
	display:block;
	overflow:hidden;
	font-size:1.6rem;
	line-height:155%;
	text-align:left;
	margin-bottom:1em;
}

.dataTile > p.cautionTxt{
	font-size:1.4rem;
}



/* for SP --------------------------*/
@media screen and ( max-width:896px) {

	.stepList{
		margin:40px 0 0;
		padding:40px 0 0;
	}

	.stepList h3{
		font-size:1.8rem;
	}


	.stepList ul > li,
	.stepList ul > li:last-child{
		display:block;
		width:100%;
		padding:0 20px;
		margin-bottom:20px;
		background:none;
	}
	.stepList ul > li:after{
		content:"";
		display:block;
		overflow:hidden;
		width:100%;
		height: 16vw;
		background: url("../images/arrow_down.png") no-repeat 50% bottom;
		background-size:contain;
	}
	.stepList ul > li:last-child::after{
		display:none;
	}

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

	.dataTile > img{
		width:100%;
		height:auto;
		max-width:550px;
		margin:10px 0;
	}

	.dataTile > h4{
		font-size: 1.8rem;
	}

	.dataTile > p{
		font-size:1.4rem;
		height:auto;
		width:100%;
		max-width:550px;
		margin:0 auto 1em;
	}

}
