@charset "utf-8";

/*==================================================
signup.css
================================================== */

/* ----------------------------------------
 - signup
---------------------------------------- */
.step_box {
	position: relative;
	margin-bottom: 70px;
}
.step_box:after {
	position: absolute;
	content: "";
	border: 100px solid transparent;
	border-top: 55px solid #36bef0;
	border-bottom-width: 0!important;
	width: 200px;
	height: 55px;
	bottom: -60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow:  hidden;
}
.step_box:last-child {
	margin-bottom: 0;
}
.step_box:last-child:after {
	display: none;
}
.step_box .text_area {
    font-size: 28px;
	line-height: 40px;
}
#signup .image_area {
	width: 400px;
	text-align: center;
	flex: none;
}
#signup .image_area img {
	max-width: 260px;
}
@media screen and (max-width: 736px){
	.step_box {
		margin-bottom: 14.266vw;
	}
	.step_box:after {
		border-width: 13.587vw;
		border-top-width: 7.473vw;
		width: 27.174vw;
		height: 7.473vw;
		bottom: -10.87vw;
	}
	#signup .image_area {
		width: 100%;
		margin-top: 4.755vw;
	}
	.step_box img {
		max-width: 240px;
	}
	.step_box .text_area {
		font-size: 24px;
		line-height: 30px;
	}
}
