@charset "utf-8";

.contact-form {
	width: 100%;
	max-width: 100%;
	text-align: left;
	font-size: 100%;
}

.contact-form .content-section {
	width: 100% !important;
}

.contact-form .section-content {
	width: 100% !important;
	box-sizing: border-box;
}

.contact-form form {
	max-width: 920px;
	margin: 0 auto;
}

.contact-form .contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 22px;
	align-items: start;
}

.contact-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.contact-row-half {
	grid-column: span 1;
}

.contact-row-full,
.contact-captcha {
	grid-column: 1 / -1;
}

.contact-label {
	font-weight: 700;
	color: #333;
	line-height: 1.4;
	font-size: 105%;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="file"],
.contact-form textarea {
	width: 100% !important;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	padding: 14px 16px;
	font-size: 100%;
	background: #fff;
	line-height: 1.5;
}

.contact-form textarea {
	min-height: 200px;
	resize: vertical;
}

.file-input-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.file-input-wrap input[type="file"] {
	flex: 1;
}

.clear-file-btn {
	border: 1px solid #d1d5db;
	background: #fff;
	color: #374151;
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.clear-file-btn:hover {
	background: #f3f4f6;
	border-color: #9ca3af;
}

.sending-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.35);
	z-index: 9999;
}

.sending-overlay.active {
	display: flex;
}

.sending-overlay .sending-spinner {
	width: 96px !important;
	height: 96px !important;
	max-width: 96px !important;
	max-height: 96px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
	float: none !important;
	clear: none !important;
	display: block !important;
	transform: none !important;
	object-fit: contain;
}

.contact-captcha-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	padding: 14px 16px;
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	background: #fff;
}

.contact-captcha-code {
	font-size: 120%;
	letter-spacing: 0.08em;
	color: #D2691E;
	min-width: 90px;
}

.contact-captcha-input {
	max-width: 180px;
}

.contact-submit {
	margin-top: 26px;
	text-align: center;
}

.contact-submit .insubmit {
	min-width: 170px;
	padding: 10px 22px;
	border-radius: 999px;
}

.contact-form .Bx1,
.contact-form .Bx2 {
	width: 100% !important;
	float: none;
	display: block;
	clear: both;
	box-sizing: border-box;
}

.contact-form .FL,
.contact-form .FR {
	float: none;
	display: block;
	width: 100%;
	text-align: left;
}

.contact-form .FL {
	line-height: 1.5;
	margin: 0 0 8px;
	padding: 0;
	font-weight: 700;
	color: #333;
}

.contact-form .FR {
	margin: 0 0 16px;
	padding: 0;
	line-height: 1.5;
	border-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.contact-form .contact-grid {
		grid-template-columns: 1fr;
	}

	.contact-captcha-row {
		flex-direction: column;
		align-items: stretch;
	}

	.contact-captcha-input {
		max-width: none;
	}

	.file-input-wrap {
		flex-direction: column;
		align-items: stretch;
	}
}

.lis{
	display: inline-block;
	width: 100%;
}



@media only screen and (min-width: 480px) {
.lis{
	display: inline-block;
	width: 45%;
}

}

@media only screen and (min-width: 768px) {
.lis{
	display: inline-block;
	width: 32%;
	margin: 2px;
}

}
@media only screen and (min-width: 1024px) {
.lis{
	display: inline-block;
	width: 32%;
	margin: 2px;
}

}
.Rtitle{
	width: 100%;
	font-size: 100%;
	text-align:left;
}

/*.lis input{
    zoom: 1.5;  
	color: #000;
	background-color: #FFFFFF;
	padding: 0;
	border: 1px solid #000000;
	padding-left: 5px;
}
.lis input:hover {background-color: #CCCCCC;color: #000;}*/
