@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------
STYLE
----------------------------------------------------------------------*/

.home{
}

.flow{
	width:92%;
	margin:0 auto;
}


.flow li{
	padding:30px 0;
	color:#666;
}

.flow li:nth-child(1) {
	padding:0 0 30px 0;	
}

.flow li img{
	vertical-align:middle;
	padding-right:20px;
	float:left;

}

.flow li .step1{
	float:left;	
	padding:6px 0 6px 80px;
	background:url(../../img/about/step01.gif) no-repeat left center;

}

.flow li .step2{
	float:left;	
	padding:6px 0 6px 80px;
	background:url(../../img/about/step02.gif) no-repeat left center;

}

.flow li .step3{
	float:left;	
	padding:6px 0 6px 80px;
	background:url(../../img/about/step03.gif) no-repeat left center;
	vertical-align:middle;

}




.frame02{
	border:solid 1px black;
	margin:30px auto;
	width:92%;
	
}

.frame02 h2{
	text-align:center;
	padding:15px 0 0 0;	
}

.before_after{
	padding:25px 0 0 0;	
}

.last{
	margin:0 0 30px 0;	
}


.subttl{
	margin:50px 0 0 0;
}


.photo{
	padding-top:30px;
	text-align:center;
}


.photo dl dt{
	color:#666;
	font-weight:bold;
	font-size:17px;
	margin:10px 0 5px 0;
}

.photo dl dd{
	color:#666;
	margin:10px 0 0 0;
	line-height:22px;	
	font-size:15px;
	width:250px;
	margin:0 auto;
	text-align:left;
}

.before_after{
	
}

	
	.photo_wrap02{
		display:block;
		text-align:center;
	}
	
	

.arrow{
	padding:20px 0;	
}

h3{
	visibility:hidden;
}


/*--------------------------
Link
--------------------------*/


/*801px以上*/

@media(min-width:801px){

	.photo_wrap{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	
	.photo_wrap02 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex: 1;
		flex: 1;
		vertical-align:middle;
		justify-content:center;
		align-items:center;
		flex-grow:2;

		
	}
	
	
	.photo_wrap .arrow{
		flex-grow:1;

	}
	


}

@media(max-width:800px){
h3{
	visibility:visible;
	text-align:center;	
	padding:0 0 20px 0;

}


}







