@charset "utf-8";


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

	.name_input {
	
	}
	.user {
		display: flex;
	}
	.user dd {
		margin-right: 3%;
	}
	.user dd:nth-child(2) {
		margin-right: 0;
	}
	.user input {
	    height: 40px;
	}
	.born {
		display: flex;
	}
	.born dd {
		width: 28%;
		/* height: 45px; */
		margin-left: 15px;
	}
	.born select {
		height: 35px;
	}
	#text {
		
	}
		.box_3 {display: flex;}
	.box_3 dd {color: #FF7272;font-size: 13px;margin-left: 7%;}
	
	.display {
		font-size: 13px;
		color: #FF7272;
	}
}

.btnfull{
	background-color: #55B26A;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
	/* height: 62px; */
	text-align: center;
	/* width: 100%; */
	margin: 0 auto;
	border-radius: 10px;
	display: table;
	margin-top: 20px;
	border: 0;
	/* padding: 20px 0 20px; */
	font-size: 1.2em;
	max-width: 480px;
	height: 50px !important;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 77vw !important;
}