@charset "utf-8";
@import "default.css";
@import "base.css";
@import "common.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
header {
	background-image:url(../images/flow/bg.jpg);	
	height:279px;
	background-repeat:no-repeat;
}

#flow section {
	clear:left;
	text-align:left;
	margin:60px auto 30px;
	overflow:hidden;
	width:880px;
}

#flow section:last-child {
	margin-bottom:100px;	
}


#flow section figure {
	float:left;	
}

#flow section div {
	margin-left:290px;
	width:590px;
}


#flow section h3 {
	margin:30px auto 40px;	
}


#flow section h3 span {
	display:inline-block;
	margin-right:20px;
	color:#ff5800;
}



}







/*===============================================
●画面の横幅が640px以下
===============================================*/
@media screen and (max-width:640px){
/*===============================================
sp
===============================================*/
#sp640------------------------------------------- {
}
header {
	background-image:url(../images/flow/bg.jpg);	
	height:100px;
	background-repeat:no-repeat;
	background-size:cover;
}

#flow section {

	text-align:left;
	margin:20px auto;

}


#flow section:last-child {

}


#flow section figure {
	text-align:center;
}

#flow section div {

}


#flow section h3 {
	margin:30px auto 0;	
}


#flow section h3 span {
	display:inline-block;
	margin-right:20px;
	color:#ff5800;
}

}




/*===============================================
●画面の横幅が400px以下
===============================================*/
@media screen and (max-width:400px){
}

/*===============================================
sp
===============================================*/
#sp400------------------------------------------- {
}
