@charset "utf-8";
.notes {
	margin-bottom: 10px;
}
.form_list-ttl {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #666;
	color: #fff;
	padding: 5px;
}
.form_list-item label {
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.form_list-ttl span {
	margin: 0 0 0 5px;
	color: #f00;
}
.form_list-ttl::before {
	content: "◆";
	margin-right: 5px;
}
.form_list {
	margin-bottom: 15px;
}
.form_list-item.--select {
	position: relative;
	width: 40%;
}
.form_list-item.--select::after {
	content: "▼";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	pointer-events: none;
}
input[type="text"] {
	width: 40%;
}
textarea {
	height: 200px;
	width: 80%;
}
.small {
	font-size: 12px;
	color: #888888;
	margin-top: 5px;
}

.formBtn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.formBtn_item {
	margin: 20px 10px;
}
.submit_btn input[type="submit"] {
	width: 100%;
	display: block;
	border: 1px solid #8f8f9d;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 2px 5px;
}
.err_msg {
	margin: 0 0 20px;
	padding: .8rem;
	font-size: 1rem;
	background-color: #ff99b4;
	border: .1rem solid #ff3f72;
	border-radius: .2em;
	color: #66001b;
}
.compMsg, .freeTxt {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	background-color: #ccc;
}