@charset "utf-8";

.requestedtime input{
	width: 75%;
}
.birth_box2{
	display: flex !important;
    align-items: flex-end;
    gap: 0.5rem;
    max-width: 100% !important;
	width: 80%;
}
.birth_box input{
	width: 100%;
}
.birth_year_box,
.birth_month_box,
.birth_day_box{
	display: flex;
	align-items: flex-end;
}
.birth_year_box{
	flex: 3;
}
.birth_month_box,
.birth_day_box{
	flex: 2;
}
.birth_year,
.birth_month,
.birth_day{
	margin-right: 0.3rem;
}
.birth_month,
.birth_day{
	/* margin-left: 0.3rem;
	margin-right: 0.3rem; */
}
@media screen and (max-width: 736px) {
	.requestedtime input{
		width: 100%;
	}
	.birth_box2{
		width: 100%;
	}
	.birth_month,
	.birth_day{
		margin-left: 0;
	}
}