<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ================================================= *
 *        	お見積り依頼
 * ================================================= */
.page-title-block {
	background-position: center;
}
.estimate-flow__item {
	list-style: decimal !important;
}
.estimate-flow__item::before {
	content: none !important;
}
.estimate-form .wpcf7 p {
	margin-bottom: 30px !important;
}
.estimate-form .wpcf7 p.item__form__txt {
/*	margin-bottom: 20px !important;*/
	padding-top: 10px;
	font-size: 18px;
}
.estimate-form .wpcf7 p.item__form__name {
	margin-bottom: 10px !important;
	color: #000;
}
.estimate-form .req {
	display: inline-block;
	margin: 3px 0 3px 10px;
	padding: 0 6px 1px;
	background-color: #c30d23;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
}
.estimate-form input::-webkit-input-placeholder,
.estimate-form textarea::-webkit-input-placeholder {
  color: #dbdbdb;
}
.estimate-form input:-ms-input-placeholder,
.estimate-form textarea:-ms-input-placeholder {
  color: #dbdbdb;
}
.estimate-form input::placeholder,
.estimate-form textarea::placeholder {
  color: #dbdbdb;
}
/* Edge */
.estimate-form input::-ms-input-placeholder,
.estimate-form textarea::-ms-input-placeholder {
  color: #dbdbdb;
}
.estimate-form .Sbtn {
	width: 300px;
  margin: auto;
}
.estimate-form .Sbtn input[type='submit'] {
	/*border: 1px solid #438099 !important;*/ /*border: 1px solid #e5bf93 !important;*/
	/*background-color: #438099 !important;*/ /*background-color: #e5bf93 !important;*/
	color: #fff !important;
}
.estimate-form .Sbtn input[type='submit']:hover {
	border: 1px solid #438099 !important;
	background-color: #fff !important; /*background-color: #fff !important;*/
	color: #404040 !important; /*color: #e5bf93 !important;*/
}
@media (min-width: 992px) {
	.estimate-form {
		padding-left: 5%;
		padding-right: 5%;
	}
	.estimate-form .wpcf7 p {
		display: inline-block !important;
		width: 70%;
	}
	.estimate-form .item__form__name {
		width: 25% !important;
	}
	.your-name,
	.your-email {
		width: 60% !important;
	}
	.estimate-form .wpcf7 p .postal-code {
		width: 35% !important;
	}
}</pre></body></html>