/* CSS Document */

.flowBOX {
	
}

.flow {
  position: relative;
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 10px 10px;
  width: 100%;
	box-sizing: border-box;
 font-size: clamp(2rem, 2.4vw, 2.6rem);
  background: #fbfbdf;
	text-align: center;
	border-radius: 10px;
}

.flow:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eb9e32;
}
.flowBOX .flow:last-child {
	margin: 0 0 20px 0;
}
.flowBOX .flow:last-child:before {
	display: none !important;
}

.stepNAME {
	position: relative;
	background: #14add0;
	font-size: clamp(1.3rem, 1.6vw, 1.8rem);
	text-align: center;
	color:#fff;
	display: inline-block;
	padding: 5px 50px;
	box-sizing: border-box;
	border-radius: 60px;
	top: -20px;
}

.flow h3 {
	color:#14add0;
	text-align: center;
	font-size: clamp(2rem, 2.4vw, 3rem);
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
}
.flow p {

	text-align: center;
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	line-height: 1.5;
	
}



@media screen and (max-width: 834px){
	

.flowBOX {
	
}

.flow {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 10px 10px;
  width: 100%;
	box-sizing: border-box;
 font-size: clamp(2rem, 2.4vw, 2.6rem);
  background: #fbfbdf;
	text-align: center;
	border-radius: 10px;
}

.flow:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eb9e32;
}
.flowBOX .flow:last-child {
	margin: 0 0 20px 0;
}
.flowBOX .flow:last-child:before {
	display: none !important;
}

.stepNAME {
	position: relative;
	background: #14add0;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	text-align: center;
	color:#fff;
	display: inline-block;
	padding: 5px 50px;
	box-sizing: border-box;
	border-radius: 60px;
	top: -10px;
}

.flow h3 {
	color:#14add0;
	text-align: center;
	font-size: clamp(2rem, 2.4vw, 3rem);
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
}
.flow p {

	text-align: center;
	font-size: clamp(1.4rem, 1.8vw, 2rem);
	line-height: 1.5;
	
}
	
}






















