/*===============================================
画面の横幅が641px以上
===============================================*/

@media print, screen and (min-width: 641px){

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

.flowBox{
	margin-bottom:30px;
	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{
	float:left;
	margin-right:30px;
}

/* アンダーライン　*/

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

}

