/* 建物診断シミュレーション × CF7 */
.msm-diagnosis-page .diagnosis-cf7 {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 2rem;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.diagnosis-cf7__lead {
	margin-bottom: 1.5em;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.7;
	color: #333;
}

.diagnosis-cf7__hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.diagnosis-cf7 .diagnosis-cf7__hidden textarea {
	height: 1px;
	min-height: 0;
}
