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


#topImage {
	background-image: url("../images/ttlbg/flow.png");
}

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

.aboutTxt{
	display:block;
	overflow:hidden;
	font-size: 2.4rem;
	line-height:125%;
	text-align:center;
	margin-bottom:80px;
}

#overview{
	display:block;
	overflow:hidden;
	text-align:center;
	margin:50px 0;
}


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

	h2.copyTxt{
		margin:40px 0 10px;
	}
	
	.aboutTxt{
		font-size: 1.6rem;
		margin-bottom:40px;
	}

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

}



/*------------------------------------------
 フロー
 ------------------------------------------*/
ul#stepFlow{
	display:inline-block;
	overflow:hidden;
	margin:0 auto;
	letter-spacing:-.4em;
}

ul#stepFlow > li{
	display:inline-block;
	overflow:hidden;
	letter-spacing:normal;
}

ul#stepFlow > li:after{
	display:block;
	overflow:hidden;
	content:"";
	width:50px;
	height:200px;
	float:right;
	background:url('../images/arrow_right.png') no-repeat right 50%;
	background-size:contain;
}

ul#stepFlow > li:last-child:after{
	display:none;
}

.stepInner{
	display:block;
	overflow:hidden;
	width:200px;
	height:200px;
	padding:20px 20px;
	text-align:center;
	background-color:#ededee;
	position:relative;
	float:left;
}

/*.stepInner h5 {
    display: block;
    overflow: hidden;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 155%;
}*/

.stepInner p{
	display:block;
	overflow:hidden;
	font-size:1.6rem;
	line-height:155%;
	margin-top:20px;
	height:3em;
}


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

	ul#stepFlow{
		display:block;
		margin-bottom: 0;
		text-align:left;
	}

	ul#stepFlow > li{
		width: 50%;
		padding-bottom:20px;
	}

	ul#stepFlow > li:nth-child(even){
		padding-left:10px;
	}
	ul#stepFlow > li:nth-child(odd){
		padding-right:10px;
	}


	ul#stepFlow > li:after{
		display:none;
	}

	.stepInner{
		width:100%;
		height:auto;
		float:none;
	}

	/*.stepInner h5 {
	    font-size: 1.6rem;
	}*/

	.stepInner p{
		font-size:1.4rem;
	}
	.stepInner > img{
		width:14vw;
		height:auto;
		max-width: 108px;
	}

}




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


#stepList > .innerFrame{
	width:800px;
	margin:0 auto;
}



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

	#stepList > .innerFrame{
		width:100%;
	}

}



.stepTile{
	display:block;
	overflow:hidden;
	position:relative;
}


.stepTile:after{
	display:block;
	overflow:hidden;
	content:"";
	width:100%;
	height:60px;
	background:url('../images/arrow_down.png') no-repeat 50% 50%;
	background-size:contain;
}

.stepTile:last-child:after{
	display:none;
}

.stepTile:last-child{
	clear:both;
}

.stepTile img{
	float:right;
}


.stepTile > .tileInner{
	display:block;
	overflow:hidden;
	padding:40px;
	background-color:#ffffff;
}

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

	.stepTile img{
		float:none;
		width:100%;
		height:auto;
	}

	.stepTile > .tileInner{
		display:block;
		overflow:hidden;
		padding:20px;
		background-color:#ffffff;
	}

}



.dataBox{
	display:inline-block;
	overflow:hidden;
	width:calc(100% - 320px);
	float:left;
}
.dataBox > h3{
	display:block;
	overflow:hidden;
	font-size: 2.4rem;
	font-weight:bold;
	line-height:125%;
	margin-bottom:1em;
}
.dataBox > p{
	display:block;
	overflow:hidden;
	font-size:1.6rem;
	line-height:155%;
	text-align:left;
	margin-bottom:1em;
}

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



/* for SP --------------------------*/
@media screen and ( max-width:896px) {
	.dataBox{
		display:block;
		width:100%;
		float: none;
	}
	.dataBox > h3{
		display:block;
		overflow:hidden;
		font-size: 2.4rem;
		font-weight:bold;
		line-height:125%;
		margin-bottom:1em;
	}
	.dataBox > p{
		display:block;
		overflow:hidden;
		font-size:1.6rem;
		line-height:155%;
		text-align:left;
		margin-bottom:1em;
	}

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

}



.stepTile:nth-child(4){
	padding-left:10px;
}



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

	.stepTile:nth-child(4){
		padding-left:0;
	}

}


p.txtArrow{
	display:block;
	overflow:hidden;
	text-align:center;
	position:relative;
}

p.txtArrow:before,
p.txtArrow:after{
	display:block;
	overflow:hidden;
	content:"";
	width:100%;
	height:60px;
	background:url('../images/arrow_down.png') no-repeat 50% 50%;
	background-size:contain;
}

p.txtArrow > span{
	display:block;
	overflow:hidden;
	padding:10px;
	font-size:1.6rem;
	font-weight:bold;
	line-height:155%;
	/*color:#ffffff;
	background-color:#e9636c;*/
	color:#e9636c;
	background-color:#ffffff;
	border:2px solid #e9636c;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}



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

	p.txtArrow:before,
	p.txtArrow:after{
		display:none;
	}

	p.txtArrow > span{
		color:#ffffff;
		background-color:#e9636c;
		border:none;
		border-radius: 25px 25px 0px 0px;
		-webkit-border-radius: 25px 25px 0px 0px;
	}
}


#contactLine{
	display:block;
	overflow:hidden;
}

#contactLine > a {
    width: 320px;
    margin: 0 5px;
}
 

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

	/*#contactLine{
		padding: 0 20px;
	}

	#contactLine > a {
	    width: 100%;
    	margin: 0;
	}*/

}


/*------------------------------------------
 My D-room メモ
 ------------------------------------------*/
.droomMemo{
	display:block;
	overflow:hidden;
	width:80%;
	text-align:center;
	padding:25px;
	border:1px solid #e60038;
	margin:0 auto;
}

.droomMemo > p{
	display:block;
	overflow:hidden;
	font-size:1.4rem;
	line-height:155%;
}

.droomMemo > a{
	display:block;
	overflow:hidden;
	margin:1em 0;
}
 

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

	.droomMemo{
		width:100%;
		text-align:left;
		padding:10px;
	}

	.droomMemo img{
		width:100%;
		height:auto;
	}
}