@charset "UTF-8";


/* flowArea
=======================================================*/
#flowArea{}
#flowArea h2{}
#flowArea ul{
}

#flowArea ul li{
	background:#d9f2ff;
	color: #345e9b;
}


#flowArea ul li.arrow{
	padding:25px 0 ;
	margin:2.2rem 0;
	font-size: 48px;
	color: #FFE147;
	text-align:center;
	background:none !important;
}
#flowArea ul li:nth-last-child(1):after{
	content:none;
	padding:0;
}
#flowArea ul li h3{
	padding:1%;
	background:#4069a4;
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
	border-radius:4px;
	font-family: "Mplus 1p";
}
#flowArea ul li h3 span{
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#flowArea ul li p.text{
	padding:1.5%;
	line-height: 1.8;
	font-weight: bold;
}