/**
 * /estimate/ ??????????????????Eontact Form 7 + Confirm Plus ??????E
 * ????????????E body.estimate-page
 */

.estimate-page .estimate-page-body {
	background: #f7f7f8;
	padding: clamp(28px, 4vw, 48px) var(--header-pad-x) clamp(40px, 5vw, 72px);
	box-sizing: border-box;
}

.estimate-page .estimate-page-body__inner {
	max-width: min(900px, 100%);
	margin-left: auto;
	margin-right: auto;
}

/* ?????E??E????????E??????????E?E*/
.estimate-page .estimate-page-tel-banner {
	margin: 0 auto clamp(22px, 3.5vw, 32px);
	padding: clamp(18px, 2.6vw, 26px) clamp(20px, 3vw, 28px);
	max-width: min(900px, 100%);
	background: #fff;
	border: none;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(44, 44, 44, 0.08);
	text-align: center;
	box-sizing: border-box;
}

.estimate-page .estimate-page-tel-caption {
	margin: 0 0 clamp(12px, 2vw, 16px);
	font-size: clamp(1.2rem, 1.55vw, 1.38rem);
	font-weight: 700;
	line-height: 1.45;
	color: #fa7317;
}

.estimate-page .estimate-page-tel-dial {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.35em 0.65em;
	text-decoration: none;
	color: #fa7317;
	transition: opacity 0.2s ease;
}

.estimate-page .estimate-page-tel-dial:hover {
	opacity: 0.88;
}

.estimate-page .estimate-page-tel-icon-wrap {
	display: flex;
	align-items: center;
	line-height: 0;
}

.estimate-page .estimate-page-tel-icon {
	display: block;
	width: clamp(48px, 9vw, 72px);
	height: auto;
}

.estimate-page .estimate-page-tel-number {
	font-size: clamp(2.35rem, 4.65vw, 3.45rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.2;
}

.estimate-page .estimate-page-tel-hours {
	margin: 10px 0 0;
	font-size: clamp(1.02rem, 1.32vw, 1.14rem);
	font-weight: 600;
	line-height: 1.5;
	color: #2c2c2c;
}

/* /estimate/ ?????????/contact/ ???? */
.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-tel-banner,
.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-card,
.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-intro,
.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-form-heading,
.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-form-wrap {
	opacity: 0;
	transform: translate3d(0, 10px, 0);
	transition: opacity 0.38s ease, transform 0.38s ease;
	will-change: opacity, transform;
}

.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-tel-caption,
.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-tel-dial,
.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-tel-number,
.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-tel-hours {
	opacity: 0;
	transform: translate3d(0, 12px, 0);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.estimate-page .estimate-page-body.is-inview .estimate-page-tel-banner,
.estimate-page .estimate-page-body.is-inview .estimate-page-card,
.estimate-page .estimate-page-body.is-inview .estimate-page-intro,
.estimate-page .estimate-page-body.is-inview .estimate-page-form-heading,
.estimate-page .estimate-page-body.is-inview .estimate-page-form-wrap,
.estimate-page .estimate-page-body.is-inview .estimate-page-tel-caption,
.estimate-page .estimate-page-body.is-inview .estimate-page-tel-dial,
.estimate-page .estimate-page-body.is-inview .estimate-page-tel-number,
.estimate-page .estimate-page-body.is-inview .estimate-page-tel-hours {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.estimate-page .estimate-page-body.is-inview .estimate-page-tel-banner { transition-delay: 0.08s; }
.estimate-page .estimate-page-body.is-inview .estimate-page-tel-caption { transition-delay: 0.14s; }
.estimate-page .estimate-page-body.is-inview .estimate-page-tel-dial { transition-delay: 0.21s; }
.estimate-page .estimate-page-body.is-inview .estimate-page-tel-number { transition-delay: 0.26s; }
.estimate-page .estimate-page-body.is-inview .estimate-page-tel-hours { transition-delay: 0.33s; }
.estimate-page .estimate-page-body.is-inview .estimate-page-card { transition-delay: 0.34s; }
.estimate-page .estimate-page-body.is-inview .estimate-page-intro { transition-delay: 0.4s; }
.estimate-page .estimate-page-body.is-inview .estimate-page-form-heading { transition-delay: 0.46s; }
.estimate-page .estimate-page-body.is-inview .estimate-page-form-wrap { transition-delay: 0.52s; }

.estimate-page .estimate-page-body .is-estimate-form-reveal-ready {
	opacity: 0;
	transform: translate3d(0, 8px, 0);
	transition: opacity 0.34s ease, transform 0.34s ease;
	transition-delay: var(--estimate-field-delay, 0s);
}

.estimate-page .estimate-page-body .is-estimate-form-reveal-ready.wpcf7-submit,
.estimate-page .estimate-page-body .is-estimate-form-reveal-ready.wpcf7-confirm,
.estimate-page .estimate-page-body .is-estimate-form-reveal-ready.wpcf7c-btn,
.estimate-page .estimate-page-body .is-estimate-form-reveal-ready.wpcf7cp-cfm-submit-btn,
.estimate-page .estimate-page-body .is-estimate-form-reveal-ready.wpcf7cp-cfm-edit-btn {
	transform: translate3d(0, 10px, 0);
	transition-duration: 0.36s;
	transition-delay: calc(var(--estimate-field-delay, 0s) + 0.1s);
}

.estimate-page .estimate-page-body .is-estimate-form-reveal-ready.is-estimate-form-inview {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* ????????????????????????E*/
.estimate-page .estimate-page-card {
	max-width: min(900px, 100%);
	margin: 0 auto;
	padding: clamp(22px, 3.2vw, 36px) clamp(18px, 2.8vw, 28px);
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 24px rgba(44, 44, 44, 0.08);
	box-sizing: border-box;
}

.estimate-page .estimate-page-card__head {
	margin-bottom: clamp(18px, 2.5vw, 24px);
}

.estimate-page .estimate-page-intro {
	margin: 0 0 clamp(20px, 2.8vw, 28px);
}

.estimate-page .estimate-page-intro__lead,
.estimate-page .estimate-page-intro__emph,
.estimate-page .estimate-page-intro__foot {
	margin: 0;
	font-size: clamp(0.98rem, 1.18vw, 1.06rem);
	font-weight: 500;
	line-height: 1.8;
	color: #2c2c2c;
}

.estimate-page .estimate-page-intro__lead {
	margin-bottom: clamp(14px, 2vw, 18px);
	font-weight: 600;
}

.estimate-page .estimate-page-intro__emph {
	margin-bottom: clamp(14px, 2vw, 18px);
	font-weight: 600;
}

.estimate-page .estimate-page-form-heading {
	margin: clamp(8px, 1.2vw, 12px) 0 0;
	font-size: clamp(1.34rem, 1.95vw, 1.58rem);
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	color: #2c2c2c;
}

/* ----- Contact Form 7 ----- */
.estimate-page .estimate-page-form-wrap .wpcf7 {
	margin: 0;
}

.estimate-page .estimate-page-form-wrap .wpcf7-form {
	margin: 0;
}

.estimate-page .contact-form-field {
	margin: 0 0 clamp(20px, 2.8vw, 26px);
}

.estimate-page .contact-form-field:last-of-type {
	margin-bottom: 0;
}

.estimate-page .contact-form-label {
	display: block;
	margin: 0 0 -10px;
	padding: 0;
	font-size: clamp(1.05rem, 1.28vw, 1.15rem);
	font-weight: 700;
	line-height: 1.3;
	color: #2c2c2c;
}

.estimate-page .contact-form-field .wpcf7-form-control-wrap {
	display: block;
	margin: 0;
	padding: 0;
}

.estimate-page .contact-form-field > p {
	margin: 0;
}

.estimate-page .estimate-page-form-wrap .contact-form-field input.wpcf7-form-control,
.estimate-page .estimate-page-form-wrap .contact-form-field textarea.wpcf7-form-control {
	margin-top: 0;
}

.estimate-page .contact-form-req {
	display: inline-block;
	margin-left: 8px;
	padding: 4px 14px;
	border-radius: 999px;
	background: #fa7317;
	color: #fff;
	font-size: clamp(0.8rem, 0.95vw, 0.88rem);
	font-weight: 700;
	line-height: 1.2;
	vertical-align: 0.15em;
}

.estimate-page .estimate-page-form-wrap input.wpcf7-form-control,
.estimate-page .estimate-page-form-wrap textarea.wpcf7-form-control {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid #2c2c2c;
	border-radius: 6px;
	background: #fff;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	color: #2c2c2c;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.estimate-page .estimate-page-form-wrap textarea.wpcf7-form-control {
	min-height: 180px;
	resize: vertical;
}

.estimate-page .estimate-page-form-wrap textarea.wpcf7-form-control.estimate-form-textarea-sm {
	min-height: 100px;
}

.estimate-page .estimate-page-form-wrap input[type="file"].wpcf7-form-control {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	background: #f5f5f5;
	font-size: 0.92rem;
	line-height: 1.4;
	cursor: pointer;
}

.estimate-page .estimate-page-form-wrap .estimate-form-file-note {
	margin: -8px 0 clamp(18px, 2.5vw, 24px);
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.55;
	color: #666;
}

.estimate-page .estimate-page-form-wrap input.wpcf7-form-control:focus,
.estimate-page .estimate-page-form-wrap textarea.wpcf7-form-control:focus {
	outline: none;
	border-color: #fa7317;
	box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.2);
}

.estimate-page .estimate-page-form-wrap input.wpcf7-form-control::placeholder,
.estimate-page .estimate-page-form-wrap textarea.wpcf7-form-control::placeholder {
	color: #888;
}

.estimate-page .contact-form-consent {
	margin: clamp(22px, 3vw, 28px) 0 clamp(18px, 2.5vw, 22px);
	text-align: center;
	font-size: clamp(0.92rem, 1.12vw, 1rem);
	font-weight: 600;
	line-height: 1.7;
	color: #2c2c2c;
}

.estimate-page .contact-form-consent a,
.estimate-page .contact-form-recaptcha-notice a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
	text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
	.estimate-page .contact-form-consent a:hover,
	.estimate-page .contact-form-recaptcha-notice a:hover {
		color: #fa7317;
		text-decoration: underline;
		text-decoration-color: #fa7317;
		text-underline-offset: 0.15em;
	}
}

.estimate-page .contact-form-consent a:focus-visible,
.estimate-page .contact-form-recaptcha-notice a:focus-visible {
	outline: 2px solid #fa7317;
	outline-offset: 3px;
	color: #fa7317;
}

.estimate-page .contact-form-recaptcha-notice {
	margin: clamp(12px, 2vw, 16px) 0 clamp(18px, 2.5vw, 22px);
	text-align: center;
	font-size: clamp(0.8rem, 1vw, 0.875rem);
	font-weight: 500;
	line-height: 1.65;
	color: #555;
}

.estimate-page .estimate-page-form-wrap .wpcf7-submit,
.estimate-page .estimate-page-form-wrap input[type="submit"].wpcf7-submit,
.estimate-page .estimate-page-form-wrap input.wpcf7-confirm,
.estimate-page .estimate-page-form-wrap input[type="button"].wpcf7-confirm,
.estimate-page .estimate-page-form-wrap .wpcf7c-btn,
.estimate-page .estimate-page-form-wrap input.wpcf7c-btn-back,
.estimate-page .estimate-page-form-wrap input.wpcf7c-btn-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: clamp(18px, 2.5vw, 22px) clamp(28px, 4vw, 40px);
	border: none;
	border-radius: 30px;
	background: #fa7317;
	color: #fff !important;
	font-family: inherit;
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
	box-sizing: border-box;
}

.estimate-page .estimate-page-form-wrap .wpcf7-submit:hover,
.estimate-page .estimate-page-form-wrap input.wpcf7-confirm:hover,
.estimate-page .estimate-page-form-wrap .wpcf7c-btn:hover,
.estimate-page .estimate-page-form-wrap input.wpcf7c-btn-back:hover,
.estimate-page .estimate-page-form-wrap input.wpcf7c-btn-submit:hover {
	background: var(--ecocute-orange-cta-hover, #fa7317);
}

@media (hover: hover) and (pointer: fine) {
	.estimate-page .estimate-page-form-wrap .wpcf7-submit:hover,
	.estimate-page .estimate-page-form-wrap input.wpcf7-confirm:hover,
	.estimate-page .estimate-page-form-wrap .wpcf7c-btn:hover,
	.estimate-page .estimate-page-form-wrap input.wpcf7c-btn-back:hover,
	.estimate-page .estimate-page-form-wrap input.wpcf7c-btn-submit:hover {
		transform: translateY(-1px);
	}
}

/* ?????????E?????????E????E???????E??E????????E??????????????E??????????????????????E???E???????????????E?????E????E???E?E*/
.estimate-page .estimate-page-form-wrap input.wpcf7-confirm,
.estimate-page .estimate-page-form-wrap input[type="button"].wpcf7-confirm,
.estimate-page .estimate-page-form-wrap form:not(.wpcf7c-confirmed) input[type="submit"].wpcf7-submit {
	display: block;
	text-align: center;
	width: 100%;
	max-width: min(100%, 420px);
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(1.15rem, 1.68vw, 1.32rem);
	letter-spacing: 0.09em;
	padding: clamp(18px, 2.5vw, 22px) clamp(40px, 7vw, 72px);
}

/* CF7 ?Esubmit ????????? <p> ????????E?????E*/
.estimate-page .estimate-page-form-wrap form:not(.wpcf7c-confirmed) p:has(input.wpcf7-submit) {
	text-align: center;
}

/* ??????????????????????????????????????Eonfirm Plus ???????E?E????????????E?E*/
.estimate-page .estimate-page-form-wrap .wpcf7c-btn-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	align-items: stretch;
}

.estimate-page .estimate-page-form-wrap .wpcf7c-confirmed .wpcf7c-btn-back,
.estimate-page .estimate-page-form-wrap input.wpcf7c-btn-back {
	flex: 1 1 140px;
	max-width: 280px;
	background: #fff;
	color: #fa7317 !important;
	border: 2px solid #fa7317;
}

.estimate-page .estimate-page-form-wrap .wpcf7c-confirmed .wpcf7c-btn-submit,
.estimate-page .estimate-page-form-wrap input.wpcf7c-btn-submit {
	flex: 1 1 180px;
	max-width: 320px;
}

.estimate-page .estimate-page-form-wrap .wpcf7-not-valid-tip {
	margin-top: 8px;
	font-size: 0.875rem;
	color: #dc2626;
}

.estimate-page .estimate-page-form-wrap .wpcf7-response-output {
	margin: 1.25rem 0 0;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 0.9rem;
	line-height: 1.5;
}

.estimate-page .estimate-page-form-wrap .wpcf7-validation-errors {
	border-color: #fca5a5;
	background: #fef2f2;
	color: #991b1b;
}

.estimate-page .estimate-page-form-wrap .wpcf7-mail-sent-ok {
	border-color: #86efac;
	background: #f0fdf4;
	color: #166534;
}

.estimate-page .estimate-page-form-wrap .wpcf7-spinner {
	margin-left: 8px;
	vertical-align: middle;
}

/* -------------------------------------------------------------------------
 * ????????????E???????E?Eonfirm Plus: #wpcf7cpcnf ?E?E??? wpcf7c-confirmed?E?E
 * ------------------------------------------------------------------------- */

.estimate-page .estimate-page-breadcrumb--confirm {
	display: none;
}

body.estimate-page:has(.estimate-page-form-wrap #wpcf7cpcnf tbody tr) .estimate-page-breadcrumb--input,
body.estimate-page:has(.estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed) .estimate-page-breadcrumb--input {
	display: none !important;
}

body.estimate-page:has(.estimate-page-form-wrap #wpcf7cpcnf tbody tr) .estimate-page-breadcrumb--confirm,
body.estimate-page:has(.estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed) .estimate-page-breadcrumb--confirm {
	display: block;
}

body.estimate-page:has(.estimate-page-form-wrap #wpcf7cpcnf tbody tr) .estimate-page-confirm-hidden,
body.estimate-page:has(.estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed) .estimate-page-confirm-hidden {
	display: none !important;
}

body.estimate-page:has(.estimate-page-form-wrap #wpcf7cpcnf tbody tr) .estimate-page-form-wrap .contact-form-consent,
body.estimate-page:has(.estimate-page-form-wrap #wpcf7cpcnf tbody tr) .estimate-page-form-wrap .contact-form-recaptcha-notice,
body.estimate-page:has(.estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed) .estimate-page-form-wrap .contact-form-consent,
body.estimate-page:has(.estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed) .estimate-page-form-wrap .contact-form-recaptcha-notice {
	display: none !important;
}

/* Confirm Plus?E??????????????? ???E????????????E???????????????????????????? */
.estimate-page .estimate-page-form-wrap #wpcf7cpcnf {
	width: 100%;
	max-width: min(900px, 100%);
	margin: 0 auto;
	box-sizing: border-box;
}

.estimate-page .estimate-page-form-wrap #wpcf7cpcnf table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	display: block;
	margin: 0;
}

.estimate-page .estimate-page-form-wrap #wpcf7cpcnf tbody,
.estimate-page .estimate-page-form-wrap #wpcf7cpcnf tr {
	display: block;
	width: 100%;
}

.estimate-page .estimate-page-form-wrap #wpcf7cpcnf tr {
	margin: 0 0 clamp(18px, 2.5vw, 26px);
}

.estimate-page .estimate-page-form-wrap #wpcf7cpcnf tr:last-child {
	margin-bottom: 0;
}

.estimate-page .estimate-page-form-wrap #wpcf7cpcnf th,
.estimate-page .estimate-page-form-wrap #wpcf7cpcnf td {
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	vertical-align: top;
	text-align: left;
	font-weight: inherit;
	background: transparent;
	box-sizing: border-box;
}

.estimate-page .estimate-page-form-wrap #wpcf7cpcnf th {
	margin: 0 0 clamp(8px, 1.2vw, 10px);
	font-size: clamp(1.02rem, 1.28vw, 1.12rem);
	font-weight: 700;
	line-height: 1.35;
	color: #2c2c2c;
}

.estimate-page .estimate-page-form-wrap #wpcf7cpcnf th p {
	margin: 0;
}

.estimate-page .estimate-page-form-wrap #wpcf7cpcnf td {
	padding: clamp(14px, 2vw, 18px) clamp(16px, 2.4vw, 20px);
	background: #f2f2f2;
	border-radius: 12px;
	font-size: clamp(1rem, 1.22vw, 1.08rem);
	font-weight: 600;
	line-height: 1.65;
	color: #2c2c2c;
}

.estimate-page .estimate-page-form-wrap #wpcf7cpcnf td p {
	margin: 0;
	white-space: pre-wrap;
	word-break: break-word;
}

.estimate-page .estimate-page-form-wrap #wpcf7cpcnf .wpcf7cp-btns {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: clamp(12px, 2vw, 16px);
	width: 100%;
	max-width: min(900px, 100%);
	margin: clamp(28px, 4vw, 40px) auto 0;
	padding: 0;
	box-sizing: border-box;
}

.estimate-page .estimate-page-form-wrap .wpcf7cp-cfm-submit-btn,
.estimate-page .estimate-page-form-wrap #wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
	order: 1;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 0;
	padding: clamp(18px, 2.6vw, 24px) clamp(24px, 3.5vw, 36px);
	border: none !important;
	border-radius: 30px !important;
	background: #fa7317 !important;
	color: #fff !important;
	font-family: inherit;
	font-size: clamp(1.08rem, 1.45vw, 1.22rem) !important;
	font-weight: 700 !important;
	line-height: 1.35;
	letter-spacing: 0.04em;
	cursor: pointer;
	box-sizing: border-box;
	transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.estimate-page .estimate-page-form-wrap .wpcf7cp-cfm-edit-btn,
.estimate-page .estimate-page-form-wrap #wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
	order: 2;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	max-width: 100% !important;
	padding: clamp(16px, 2.4vw, 20px) clamp(24px, 3.5vw, 36px);
	border: 2px solid #fa7317 !important;
	border-radius: 30px !important;
	background: #fff !important;
	color: #fa7317 !important;
	font-family: inherit;
	font-size: clamp(1rem, 1.3vw, 1.12rem) !important;
	font-weight: 700 !important;
	line-height: 1.35;
	cursor: pointer;
	box-sizing: border-box;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.estimate-page .estimate-page-form-wrap .wpcf7cp-cfm-submit-btn:hover {
	background: var(--ecocute-orange-cta-hover, #fa7317) !important;
	color: #fff !important;
}

.estimate-page .estimate-page-form-wrap .wpcf7cp-cfm-edit-btn:hover {
	background: #fff9f5 !important;
	color: #fa7317 !important;
}

@media (hover: hover) and (pointer: fine) {
	.estimate-page .estimate-page-form-wrap .wpcf7cp-cfm-submit-btn:hover,
	.estimate-page .estimate-page-form-wrap .wpcf7cp-cfm-edit-btn:hover {
		transform: translateY(-1px);
	}
}

.estimate-page .estimate-page-form-wrap .wpcf7cp-cfm-submit-btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
	box-shadow: 0 0 0 3px #2c2c2c;
}

.estimate-page .estimate-page-form-wrap .wpcf7cp-cfm-edit-btn:focus-visible {
	outline: 2px solid #fa7317;
	outline-offset: 2px;
}

/* ??? add confirm ??E????????????????????????????????????????????????????????E*/
.estimate-page .estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed .contact-form-field {
	margin-bottom: clamp(18px, 2.5vw, 26px);
}

.estimate-page .estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed .contact-form-label {
	margin-bottom: clamp(8px, 1.2vw, 10px);
}

.estimate-page .estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed input.wpcf7c-conf,
.estimate-page .estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed textarea.wpcf7c-conf {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	padding: clamp(14px, 2vw, 18px) clamp(16px, 2.4vw, 20px) !important;
	background: #f2f2f2 !important;
	border: none !important;
	border-radius: 12px !important;
	font-size: clamp(1rem, 1.22vw, 1.08rem);
	font-weight: 600;
	color: #2c2c2c;
	pointer-events: none;
}

.estimate-page .estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed .wpcf7c-btn-wrap {
	flex-direction: column;
	max-width: min(900px, 100%);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.estimate-page .estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed input.wpcf7c-btn-submit {
	order: 1;
	flex: none !important;
	width: 100% !important;
	max-width: 100% !important;
}

.estimate-page .estimate-page-form-wrap form.wpcf7-form.wpcf7c-confirmed input.wpcf7c-btn-back {
	order: 2;
	flex: none !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* ???????E?E??E????E???E??????????????????E???????E?? SP?E?E*/
@media (max-width: 768px) {
	.estimate-page .estimate-page-form-wrap input.wpcf7-form-control,
	.estimate-page .estimate-page-form-wrap textarea.wpcf7-form-control {
		background: #f5f5f5;
		border-color: #d0d0d0;
		border-radius: 8px;
		padding: 16px 14px;
	}

	.estimate-page .estimate-page-form-wrap input.wpcf7-form-control:focus,
	.estimate-page .estimate-page-form-wrap textarea.wpcf7-form-control:focus {
		background: #fff;
		border-color: #fa7317;
	}
}

@media (prefers-reduced-motion: reduce) {
	.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-tel-banner,
	.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-card,
	.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-intro,
	.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-form-heading,
	.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-form-wrap,
	.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-tel-caption,
	.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-tel-dial,
	.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-tel-number,
	.estimate-page .estimate-page-body.is-reveal-ready .estimate-page-tel-hours,
	.estimate-page .estimate-page-body .is-estimate-form-reveal-ready {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
