@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;
}
#signup .image_area {
	width: 400px;
	text-align: center;
	flex: none;
}
#signup .image_area img {
	max-width: 260px;
}
.spc_question {
	border: 0;
	padding: 0.5em 0.5em;
	margin: 0 auto;
}
.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.radio-inline__label {
	border: 1px solid;
	display: inline-block;
	padding: 1rem 1rem;
	margin-right: 0px;
	border-radius: 3px;
	transition: all .2s;
	margin: 0 auto;
	border-color: #dddddd;
}
.radio-inline__input:checked + .radio-inline__label {
	background: #4444EE;
	color: white;
	text-shadow: 0 0 1px rgba(0,0,0,.7);
}
.radio-inline__input:focus + .radio-inline__label {
	outline-color: #6666FF;
	outline-offset: -2px;
	outline-style: auto;
	outline-width: 5px;
}
@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;
	}
	.spc_question {
		width: 12em;
	}
}
