.sec-mypage--forgot-password {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 768px) {
	.sec-mypage--forgot-password {
		padding: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-mypage--forgot-password {
		padding: 5.33333vw 0;
	}
}

.sec-mypage--forgot-password .form-wrap__table {
	margin-bottom: 1em;
}

.sec-mypage--forgot-password .form-wrap__table-data input[type="text"] {
	width: 100%;
}


