@media only screen and (min-width: 1001px) {
	div.recommend_area ul li {
		width: 100%;
		float:  left;
	}
}
.form_h4width{
    padding-bottom:60px;
}

.meeting-existing-member-summary,
.meeting-existing-member-field-warning {
	margin-top: 12px;
	padding: 12px 16px;
	border: 1px solid #f2a7ad;
	background: #fff1f2;
	color: #d94a57;
}

.meeting-existing-member-summary {
	margin-bottom: 20px;
}

.meeting-existing-member-note {
	display: inline-block;
	min-width: 2.5em;
	font-weight: 700;
}

.meeting-consent-frames {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.consent-frame-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.consent-frame-title {
	font-size: 0.85em;
	font-weight: 700;
	margin-bottom: 4px;
}

.consent-frame {
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	background: #fff;
}

.meeting-agree-check label {
	cursor: pointer;
}

.meeting-submit[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.meeting-select-auto {
	width: auto !important;
}

.meeting-show-number {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 186px;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
}

@media only screen and (max-width: 768px) {
	.meeting-existing-member-summary,
	.meeting-existing-member-field-warning {
		padding: 12px;
		font-size: 14px;
	}

	.consent-frame-wrap {
		flex: none;
	}
}
