@charset "UTF-8";
/* CSS Document */

form {
	margin: 0 auto 80px;
	wicth: 95%;
	max-width: 600px;
}

button {
	display: inherit;
	margin: 24px auto;
	border: #000 solid 1px;
	border-radius: 0px;
	font-size: 14px;
	width: 180px;
	height: 2.5em;
	background: #fff;
	transition: .3s;
}

#completed {
	margin: 120px auto 80px;
	min-height: 40vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.back {
	font-size: 12px;
	width: 160px;
}

.sent {
	height: 3em;
	width: 200px;
}

button:hover {
	color: #a95348;
	border-color: #a95348;
}



.item {
	margin-bottom: 32px;
}

.item span {
	font-size: 12px;
	margin-left: 2px;
	color: red;
}

input {
	width: 100%;
	border: 1px solid #000;
	height: 2em;
}

textarea {
	width: 100%;
	border: 1px solid #000;
	height: 8em;
	resize: vertical;
}

form label{
	display: block;
}

caption {
	margin:16px auto;
}

.table-confirm {
	width: 550px;
	max-width: 95vw;
	margin: 40px auto;
}

.table-confirm th {
	width: 100px;
}

.table-confirm td {
	vertical-align: middle;
	padding-left: 0.5em;
	border:1px solid #ddd;
}

.table-confirm table {
	width: 100%;
}