@charset "utf-8";
/* CSS Document */
.insurance_sp{
	display: flex;
	flex-direction: column;
}


.insurance_sp .step{
	background-color: #f5f5eb;
	position: relative;	border-radius: 4px;
	padding: 10px;
	margin-bottom: 4rem;
}
.insurance_sp .step h4{
	margin-left: 2em;
}
.insurance_sp .step p.ex{
	border-radius: 4px;
	border: 1px solid rgba(54,94,70,1);
	padding: .5rem;
	font-size: 1.4rem;
}
.insurance_sp .step::before{
	position: absolute;	content: attr(data-no);
	width: 2rem;
	height: 2rem;
	display: inline-block;
	background:rgba(54,94,70,1);
	color: #fff;
	text-align: center;
	border-radius: 4px;
	line-height: 2rem;
	
}
.insurance_sp .step:not(:last-child)::after {
	font-family: "Font Awesome 5 Free";
	content: "\f063";
	font-weight: 900;
	color: #5cbae5;
	position: absolute;
	left: 0;
	right: 0;bottom: -4rem;
	font-size: 3rem;
	margin: auto;text-align: center;
}

.insurance_sp img{
	white-space: normal !important;
	height: 150px;
	display: block;
	width: auto;
	margin: auto;
	background-color: #f5f5eb;
}

@media screen and (min-width:1023px) {
	
}