
.copyTitle{
	font-size: 38px;
}

.processImage img{
	max-width: 100%;
}

.numberTitle .numberColor{
	font-size: 46px;
	line-height: 1.4;
}


@media screen and (max-width: 640px){
	.copyTitle{
		font-size: 35px;
	}
	.numberTitle .numberColor{
		font-size: 42px;
	}
}


.flow-list > li{
	list-style: none;
}
.flow-list img{
	max-width: 100%;
}
.flow-list p{
	text-indent: -1em;
	padding-left: 1em;
}