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

.sp{
	display: none;
}

@media screen and (max-width:768px){
	#flow .pc{
		display: none;
	}
	#flow .sp{
		display: block;
		width: 100%;
	}
	#flow .sp:first-of-type{
		margin-bottom: 50px;
	}
}
