/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2025 | 10:54:40 */
.form-privacy-wrapper {
  max-height: 250px; 
	height: 250px;
  overflow-y: auto; 
-webkit-overflow-scrolling: touch; /* ← これが重要 */
  padding: 1em;     
  border: 1px solid #ddd; 
  background: #fff;
  box-sizing: border-box;
position: relative;
  transform: translateZ(0); /* ハードウェアアクセラレーションを有効化 */
}

.form-privacy-notice,
.form-privacy-wrapper {
	margin-bottom: 1em
}

.form-privacy-notice .form-privacy-title {
	display: block;
	margin-bottom: 0.6em;
}

.privacy-title {
 font-size: 24px;
 font-weight: bold;
}

.wpcf7-form-control.wpcf7-submit:disabled {
  background: #ccc !important;
  color: #666 !important;
  cursor: not-allowed;
}

.elementor-field-type-submit.e-form__buttons .elementor-button:disabled:hover {
	transform: scale(1) !important;
	border-color: inherit !important;
}

.wpcf7-acceptance input {
	transform: scale(1.2)
}