@charset "utf-8";

.page_form .sct_form .item_wrap .item .col_r .radio-flex {
	margin-bottom: 15px;
}

.page_form .sct_form .item_wrap .item .col_r .radio-flex .wpcf7-radio {
	display: flex;
}

.page_form .sct_form .item_wrap .item .col_r .radio-flex .wpcf7-radio .wpcf7-list-item {
	text-indent: initial;
	padding-left: 0;
	margin-top: 0;
}

.page_form .sct_form .item_wrap .item .col_r .radio-flex .wpcf7-radio .wpcf7-list-item.first {
	margin-left: 0;
}

.page_form .sct_form .item_wrap .item .col_r .radio-flex .wpcf7-radio .wpcf7-list-item input {
	margin: 0;
}

.page_form .sct_form .item_wrap .item .col_r .wpcf7-checkbox {
	display: flex;
}

.page_form .sct_form .item_wrap .item .col_r .wpcf7-checkbox .wpcf7-list-item {
	text-indent: initial;
	padding-left: 0;
	margin-top: 0;
}

.page_form .sct_form .item_wrap .item .col_r .wpcf7-checkbox .wpcf7-list-item.first {
	margin-left: 0;
}

.caution_txt {
	margin-top: 10px;
}

.caution_txt p {
	font-size: 15px;
	color: #fd3232;
}

.zip-switch {
	display: none;
}

.select-cont {
	margin-block: 60px;
}

.select-in-cont {
	margin-top: 40px;
}

.select-in-cont .btn_area a {
	text-decoration: underline;
}

.page_form .title_l {
	margin-bottom: 40px;
	background: #242424;
}

.page_form .tel_fax_link a::before {
	content: '';
	position: absolute;
	right: 15px;
	width: 7.5px;
	height: 15px;
	background-image: url(../../img/common/arrow_green.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.page_form .sct_form .lead a {
	color: #79C565;
	text-decoration: underline;
}

.page_form .sct_form .item_wrap .item .col_l .txt_s {
	color: #fd3232;
	line-height: 1.3;
	margin-top: 5px;
}

.page_form .tel_fax_link.right {
	text-align: right;
}

.submit_btn {
	width: 100%;
	max-width: 300px !important;
	height: 60px !important;
	border-radius: 100px !important;
	position: relative;
	margin: 0 auto;
}

.submit_btn svg {
	content: '';
	position: absolute;
	right: 17.5px;
	width: 7.5px;
	height: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1;
}

.page_form .submit_btn input[type="submit"] {
	font-size: 15px !important;
}

.wpcf7-spinner {
	display: none;
}

.page_form .tel_fax_link.search_link a {
	background: #6fc15a;
	color: #fff;
}

.page_form .tel_fax_link.search_link a::before {
	display: none;
}

.page_form .tel_fax_link.search_link a svg {
	content: '';
	position: absolute;
	right: 17.5px;
	width: 7.5px;
	height: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1;
}

.quote_items_text,
.quote_items_json {
	display: none !important;
}

.estimate-inputs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-end;
}

.estimate-input label {
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
	line-height: 1.4;
}

.estimate-input input {
	width: 60px;
	padding: 4px 2px;
	box-sizing: border-box;
}

table td a.quotable,
table td a.sample {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #606060;
	width: 70px;
}

table td .btns {
	width: auto;
}

.is-cf7-submitting::before {
	content: "送信中です...";
	position: fixed;
	inset: 0;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	z-index: 9999;
}

.estimate-input {
	text-align: left;
}

.estimate-total {
	margin-block: 10px 40px;
	text-align: right;
}

.estimate-total p {
	font-size: 16px;
	font-weight: 700;
}

.estimate-total strong {
	font-size: 18px;
	font-weight: 500;
}

.estimate-total strong small {
	font-size: 14px;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 767px) {
	.caution_txt {
		margin-top: 8px;
	}

	.caution_txt p {
		font-size: 13px;
	}

	.page_form .title_l {
		margin-bottom: 30px;
	}

	.estimate-total p {
		font-size: 14px;
	}

	.estimate-total strong {
		font-size: 16px;
	}

	.estimate-total strong small {
		font-size: 12px;
	}

	.page_form .sct_form .lead .txt_s {
		font-size: 14px;
		text-indent: initial;
		padding-left: initial;
	}
}
