.wpcf7cp-force-hide {
	display: none !important;
}

.wpcf7cp-form-hide {
	visibility: hidden !important;
}

div.wpcf7 {
	position: relative;
	height: auto;
}

div#wpcf7cpcnf {
	position: absolute;
	z-index: 2;
	background-color: transparent;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

div.wpcf7cp-progress-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #fff;
	opacity: 0.5;
	z-index: 1000;
}

div.wpcf7cp-progress-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 1;
	z-index: 1001;
}

div.wpcf7cp-progress-content p {
	width: 200px;
	height: 1em;
	position: absolute;
	margin-left: -100px;
	margin-top: -0.5em;
	top: 50%;
	left: 50%;
	line-height: 1;
	padding: 0;
	text-align: center;
}

div.wpcf7cp-btns {
	margin-top: 2em;
	display: flex;
	flex-direction: row;
	gap: 20px;
}

/* デザインカスタマイズ */
/* テーブル */
#wpcf7cpcnf table {
	width: 100%;
}

#wpcf7cpcnf table tr {
	margin-bottom: 10px;
}

#wpcf7cpcnf table th {
	display: block;
	color: #333;
	width: 100%;
}

#wpcf7cpcnf table td {
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 15px;
}

/* ボタン */
#wpcf7cpcnf button {
	background-color: #555;
	color: #fff;
	width: 50%;
	padding: 10px;
	border-radius: 4px;
	border: none;
	transition: opacity 0.3s ease;
}

#wpcf7cpcnf button:nth-of-type(2) {
	background-color: #5cb85c;
}

#wpcf7cpcnf button:hover {
	opacity: .7;
}

/* ボタン */
#wpcf7cpcnf p {
	margin: 0;
}

@media (max-width: 768px) {
	#wpcf7cpcnf table th {
		display: block;
		width: 100%;
	}

	div.wpcf7cp-btns {
		display: flex;
		flex-direction: column;
	}

	#wpcf7cpcnf button {
		display: block;
		width: 100%;
	}
}