@charset "utf-8";
@import url("root.css");
.flowbox .box .step_ttl01,
.flowbox .box .step_ttl02,
.flowbox .box .step_ttl03,
.flowbox .box .step_ttl04 {
	margin: 0;
	padding: 15px;
	padding-left: 120px;
	position: relative;
	font-weight: 500;
	color: white;
	background: var(--base-color04);
	font-size: clamp(20px, 2vw, 24px);
}

.flowbox .box p[class*="step_ttl0"]::before {
	content: "";
	width: 89px;
	height: 90px;
	position: absolute;
	top: -10px;
	bottom: auto;
	left: 15px;
	right: auto;
	margin: auto;
}
.flowbox .box .step_ttl01::before {	background: url(../img/common/step1.png) no-repeat center center / cover;}
.flowbox .box .step_ttl02::before {	background: url(../img/common/step2.png) no-repeat center center / cover;}
.flowbox .box .step_ttl03::before {	background: url(../img/common/step3.png) no-repeat center center / cover;}
.flowbox .box .step_ttl04::before {	background: url(../img/common/step4.png) no-repeat center center / cover;}