/*===============================================
画面の横幅が640px以下
===============================================*/

@media screen and (max-width:640px){

/* 流れの説明ボックス　*/
/*--------------------------------------------------------*/

.flowBox{
	margin-bottom:25px;
	overflow:hidden;
}

.flowBox h2{
	font-size:110%;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:15px;
}

.flowBox .bt{
	margin-top:20px;
}

.flowBox img.photo{
	margin-bottom:20px;
}

.flowBox br{
	display:none;
}

/* アンダーライン　*/

.lineBox{
	font-size:0px;
	line-height:0px;
	margin-bottom:25px;
}

}

