.ciq-wrap {
	max-width: 720px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	color: #222;
}

.ciq-form {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 24px;
}

.ciq-title {
	font-size: 1.5em;
	margin: 0 0 8px;
	color: #1a3d6d;
}

.ciq-lead {
	margin: 0 0 20px;
	color: #555;
}

.ciq-section {
	border: none;
	border-top: 2px solid #f0f0f0;
	padding: 16px 0;
	margin: 0;
}

.ciq-section legend {
	font-weight: bold;
	font-size: 1.1em;
	color: #1a3d6d;
	padding: 0 4px 8px 0;
}

.ciq-row {
	margin-bottom: 14px;
}

.ciq-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
	font-size: 0.92em;
}

.ciq-row input[type="text"],
.ciq-row input[type="email"],
.ciq-row input[type="tel"],
.ciq-row input[type="number"],
.ciq-row select {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1em;
}

.ciq-row-2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

@media (max-width: 560px) {
	.ciq-row-2col {
		grid-template-columns: 1fr;
	}
}

.ciq-radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ciq-radio-group label {
	font-weight: normal;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.ciq-checkbox-row {
	display: flex;
	align-items: flex-end;
	padding-bottom: 6px;
}

.ciq-checkbox-row label {
	font-weight: normal;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.ciq-required {
	color: #d9534f;
	font-size: 0.75em;
	font-weight: normal;
	border: 1px solid #d9534f;
	border-radius: 3px;
	padding: 1px 4px;
	margin-left: 4px;
}

.ciq-error {
	display: block;
	color: #d9534f;
	font-size: 0.85em;
	margin-top: 2px;
	min-height: 1em;
}

.ciq-note {
	font-size: 0.85em;
	color: #777;
	margin-top: -6px;
}

.ciq-submit-row {
	text-align: center;
	margin: 20px 0 10px;
}

.ciq-submit-btn {
	background: #1a3d6d;
	color: #fff;
	border: none;
	padding: 14px 40px;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 30px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.ciq-submit-btn:hover {
	background: #12294a;
}

.ciq-submit-btn:disabled {
	background: #999;
	cursor: not-allowed;
}

.ciq-disclaimer {
	font-size: 0.78em;
	color: #888;
	line-height: 1.5;
}

.ciq-result {
	margin-top: 20px;
	background: #f4f8ff;
	border: 1px solid #cfe0f7;
	border-radius: 8px;
	padding: 24px;
}

.ciq-result h3 {
	margin-top: 0;
	color: #1a3d6d;
}

.ciq-result-total {
	font-size: 1.3em;
}

.ciq-result-total strong {
	color: #d9534f;
	font-size: 1.3em;
}

.ciq-result-breakdown {
	width: 100%;
	border-collapse: collapse;
	margin-top: 12px;
}

.ciq-result-breakdown td {
	padding: 6px 8px;
	border-bottom: 1px solid #e0e8f5;
	font-size: 0.9em;
}

.ciq-result-breakdown td:last-child {
	text-align: right;
	font-weight: 600;
}

.ciq-result-note {
	font-size: 0.85em;
	color: #666;
	margin-top: 12px;
	margin-bottom: 0;
}

.ciq-form-error-banner {
	background: #fdecea;
	color: #d9534f;
	border: 1px solid #f5c6cb;
	border-radius: 4px;
	padding: 10px 14px;
	margin-bottom: 16px;
	font-size: 0.9em;
}
