@charset "utf-8";
/* CSS Document */

.flowbox{
}
.flowbox .box{
	background-color: #FFF;
	color: #454545;
	width: 100%;
	float: none;
	margin-bottom: 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 10px rgba(0,0,0,0.20);
	box-shadow: 0px 10px rgba(0,0,0,0.20);
}
.flowbox .box:last-of-type{
	float: none;
}
.flowbox .box h4{
	text-align: center;
	font-size: 18px;
	line-height: 1.6em;
	color: #FFF;
	background-color: #E70A00;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-weight: bold;
	padding: 20px 0;
}
.flowbox .link02{
	text-align: right;
}
.flowbox .box dl{
	padding: 30px 20px 10px;
	letter-spacing: -1em;
	position: relative;
	z-index: 10;
}
.flowbox .box dl:after{
	left: 60px;
	top: 70px;
}
.flowbox .box dt{
	letter-spacing: 0;
	width: 80px;
	height: 70px;
	padding-top: 10px;
	color: #FFF;
	background-color: #FF5C55;
	text-align: center;
	border-radius: 40px;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 40px;
}
.flowbox .box dt strong{
	font-size: 32px;
	line-height: 1em;
}
.flowbox .box dd{
	letter-spacing: 0;
	padding-left: 15px;
	width: calc(100% - 95px);
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
.flowbox .box dd h5{
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
}