@charset "utf-8";
/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 34px;
}
#main .comGrayBg {
	padding: 119px 0;
}
#main .flowUl {
	margin: 0 auto;
	width: 540px;
}
#main .flowUl > li {
	min-height: 180px;
}
#main .flowUl > li:not(:last-child) {
	margin-bottom: 65px;
}
#main .flowUl .title {
	margin: 0 0 27px -10px;
	width: 550px;
	position: relative;
	font-size: 2.1rem;
	line-height: 43px;
	font-weight: bold;
	border-radius: 50px;
	border: 2px solid #1B386F;
	background: #FFF;
}
#main .flowUl .title span {
	display: block;
}
#main .flowUl .title .mark {
	width: 57px;
	position: absolute;
	left: 100px;
	top: -7px;
}
#main .flowUl .title .num {
	margin-right: 55px;
	width: 110px;
	float: left;
	clear: left;
	font-size: 1.6rem;
	text-align: center;
}
#main .flowUl .title .num em {
	display: inline-block;
	font-size: 3.3rem;
	font-style: normal;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
#main .flowUl .subBtnUl {
	margin-top: 26px;
	width: 508px;
}
#main .flowUl .subBtnUl li.tel {
	margin: 8px 0 0;
	width: 292px;
	font-size: 1.2rem;
	line-height: 2.3;
}
#main .flowUl .subBtnUl li.tel span {
	margin-left: 38px;
	display: block;
}
#main .flowUl .subBtnUl li.cta {
	width: 194px;
}
