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


ul.stepball {
	border: 0;
	background-color: transparent;
	display: flex;
	-webkit-display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: canter;
	align-items: canter;
	-webkit-align-content: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.stepball > li {
	background-color:rgba(0,0,48,1.00);
	list-style: none;
	text-align: center;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1.1rem;
	border: 0;

	height: 180px;
	width: 180px;
	position: relative;
	margin:5px;
	color:#fff;
}
ul.stepball > li strong {
	display: block;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
	text-align:center;
}
ul.stepball > li p {
	display: block;
	font-weight: bold;
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	line-height:1.4rem;

	padding:10px;
	text-align:left;

}
.treatment figure{

	width:100%;
	}
.treatment .card img{
	margin:auto;
	}
	.treatment a{
color:rgba(59,91,153,1);
font-size: 1.2rem;
		}
