/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2025 | 08:34:35 */
#contact input[type="text"], #contact input[type="tel"], #contact input[type="email"] { width: 100%; }
#contact .smf-placeholder { margin-top: 4px; }
#contact .smf-item__label__text { font-weight: bold; }
#contact .smf-checkboxes-control__control { display: flex; gap: 1em; flex-wrap: wrap; }
#contact .smf-checkboxes-control__control .smf-label { flex-shrink: 0; }
#contact .smf-form .smf-checkbox-control__control:checked { background-color: var(--wp--preset--color--custom-custom-color-12); border-color: var(--wp--preset--color--custom-custom-color-12); }
#contact .smf-action .smf-button-control__control {
	background-color: var(--wp--preset--color--custom-custom-color-2);
	background-image: none;
	border-radius: 3em;
	border: 1px solid var(--wp--preset--color--custom-custom-color-2);
	color: var(--wp--preset--color--custom-custom-color-4);
	letter-spacing: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px; height: 50px;
	margin: 4em auto 0 auto;
	padding-left: 3em;
	font-size: 16px;
}
#contact .smf-button-control__control::after {
	content: "";
	display: block;
	width: 28px; height: 28px;
	margin-left: 1em;
	background-image: url("https://tim-service.jp/wp-content/uploads/Arrow.png");
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}

#contact .required-item:not(.policy-check) span.smf-item__label__text::after {
	margin-left: 0.5em;
	padding: 2px 8px;
	content: "必須";
	background-color: var(--wp--preset--color--custom-custom-color-13);
	border-radius: 0.5em;
	font-size: 0.75em;
	font-weight: normal;
	display: inline-block;
    line-height: 1.5;
	color: var(--wp--preset--color--custom-custom-color-4);
}
#contact .required-item.policy-check span.smf-checkbox-control__label::after {
	margin-left: 0.5em;
	padding: 2px 8px;
	content: "必須";
	background-color: var(--wp--preset--color--custom-custom-color-13);
	border-radius: 0.5em;
	font-size: 0.75em;
	font-weight: normal;
	display: inline-block;
    line-height: 1.5;
	color: var(--wp--preset--color--custom-custom-color-4);
}
#contact .any-item span.smf-item__label__text::after {
	margin-left: 0.5em;
	padding: 2px 8px;
	content: "任意";
	background-color: var(--wp--preset--color--custom-custom-color-12);
	border-radius: 0.5em;
	font-size: 0.75em;
	font-weight: normal;
	display: inline-block;
    line-height: 1.5;
	color: var(--wp--preset--color--custom-custom-color-4);
}
#contact .required-item:not(.policy-check) span.smf-item__label__text,
#contact .required-item.policy-check span.smf-checkbox-control__label,
#contact .any-item span.smf-item__label__text { display: flex; align-items: center; }

@media (hover: hover) {
	#contact .smf-action .smf-button-control__control:hover {
		background-color: var(--wp--preset--color--custom-custom-color-6);
		border-color: var(--wp--preset--color--custom-custom-color-6);
	}
}