@charset "utf-8";


/**/
.service01{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
}
.service01 figure{
	width: 48%;
	margin-bottom: 30px;
}
@media (min-width: 768px){
	.service01 figure{
		width: 31.25%;
		max-width: 300px;
	}
}
/**/


.serviceCopy01{
	color: #0089db;
	font-size: clamp(1.8rem,2vw,2rem);
	font-weight: bold;
}