.blv-form p { margin: 0 0 1em; }
.blv-form label { display: block; font-weight: 600; margin-bottom: 0.25em; }
.blv-form input[type="text"],
.blv-form input[type="email"],
.blv-form input[type="tel"],
.blv-form input[type="url"],
.blv-form input[type="password"],
.blv-form input[type="number"],
.blv-form select,
.blv-form textarea {
	width: 100%;
	max-width: 480px;
	padding: 0.5em;
	box-sizing: border-box;
}
.blv-field-hp { position: absolute; left: -9999px; }
.blv-notice { padding: 0.75em 1em; margin-bottom: 1em; border-radius: 4px; }
.blv-notice-success { background: #e6f4ea; color: #1e4620; }
.blv-notice-error { background: #fdecea; color: #611a15; }
.blv-notice-info { background: #e8f0fe; color: #17407a; }
.blv-request-list { width: 100%; border-collapse: collapse; }
.blv-request-list th, .blv-request-list td { text-align: left; padding: 0.5em; border-bottom: 1px solid #ddd; }
.blv-thread { margin-bottom: 1em; }
.blv-message { padding: 0.75em; border-radius: 6px; margin-bottom: 0.5em; }
.blv-message-staff { background: #f0f4ff; }
.blv-message-customer { background: #f5f5f5; }
.blv-message-date { color: #888; font-size: 0.85em; float: right; }
