@charset "UTF-8";
/* -------------------------------------------------- */
/* estimate */
/* -------------------------------------------------- */
.pagetitHeadTxt:after {
	content: "APPLICATION";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}


.estimateTxt {
	margin-bottom: 30px;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.8;
	text-align: center;
}

.estimateHead {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.estimateHeadItem {
	width: 100%;
	padding: 25px 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #009847;
	text-align: center;
}
.estimateHeadItem:not(:last-child) {
	margin-right: 5%;
}

.estimateHeadTit {
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.estimateHeadTxt {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.estimateHeadTelTit {
	color: #009847;
}

.estimateHeadTelTit > span:nth-child(1) {
	margin-right: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.estimateHeadTelTit > span:nth-child(2) {
	font-size: 1.5rem;
	letter-spacing: 0.025em;
}

.estimateHeadTelNum {
	padding-left: 1.28em;
	display: inline-block;
	font-size: 4.3rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #009847;
	background: url(../../img/common/ic_telfree_green.svg) no-repeat left center/1.05em auto;
}

.estimateHeadTelNum a {
	color: #009847;
}

.estimateHeadLineLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.estimateHeadLineBtn {
	margin-right: 5%;
}

.estimateHeadLineBtn.unilinkGreen a {
	width: 370px;
	height: 50px;
	border-color: #1CB720;
}
.estimateHeadLineBtn.unilinkGreen a::before {
	background-color: #07930B;
}
.estimateHeadLineBtn.unilinkGreen a::after {
	background-color: #1CB720;
}

.estimateHeadLineLinkQr img {
	max-width: 100%;
}

/* フォーム */
.webForm.contInner {
	margin-bottom: 0;
}

.formInput input[type="text"],
.formInput input[type="tel"],
.formInput textarea {
	width: 100%;
	padding: 0.8em;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	border: 1px solid #C9C9C9;
}

.formInput textarea {
	height: 200px;
	resize: vertical;
}

.formInput select {
	width: 100%;
	padding: 1em 3em 1em 1.5em;
	font-size: 1.6rem;
	color: inherit;
	background: #F1F1F1 url(../../img/common/ic_select.svg) no-repeat center right 0.625em/1em;
	border-radius: 0;
}

.formInput select::-ms-expand {
	display: none;
}

.formRadio label {
	display: inline-block;
	cursor: pointer;
}

.formRadio label span {
	padding-left: 26px;
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.formRadio label span:before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ffffff;
	border: 2px solid #C9C9C9;
	border-radius: 50%;
}

.formRadio label span:after {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #009847;
	border: none;
	border-radius: 50%;
	opacity: 0;
}

.formRadio [type=radio] {
	display: none;
}

.formRadio [type=radio]:checked+span::after {
	opacity: 1;
}

.formUpload label {
	margin-right: 1em;
	padding: 0.4em 1em;
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	background: #F5F3F3;
	border-radius: 4px;
	cursor: pointer;
}

.formUpload label input[type="file"] {
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index:-1;
}

.formInputTxt {
	margin-top: 1em;
	font-size: 1.4rem;
	line-height: 1.7;
}

.formInputTerm {
	margin-right: 0.5em;
	font-size: 1.6rem;
}

.form_tbl input[type='text'].error_box,
.form_tbl input[type='tel'].error_box,
.form_tbl textarea.error_box {
	background: #f1aca3;
}

.err_msg {
	padding-top: 5px;
	font-size: 1.3rem;
	color: #b10418;
	letter-spacing: 0.1em;
}

/* contact lead */
#contactlead {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#contactleadFlow {
	margin-bottom: 40px;
}

#flowList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.flowItem {
	width: calc(30% - 25px);
	height: 50px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	background-color: #EEECEC;
}
.flowItem::after {
	content: "";
	width: 23px;
	height: 100%;
	position: absolute;
	left: 100%;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255,255,255,0)), color-stop(50%, #EEECEC)) no-repeat top left/100% 50%,
	-webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50%, #EEECEC)) no-repeat bottom right/100% 50%;
	background: -webkit-linear-gradient(top right, rgba(255,255,255,0) 50%, #EEECEC 50%) no-repeat top left/100% 50%,
	-webkit-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #EEECEC 50%) no-repeat bottom right/100% 50%;
	background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #EEECEC 50%) no-repeat top left/100% 50%,
	linear-gradient(to top left, rgba(255,255,255,0) 50%, #EEECEC 50%) no-repeat bottom right/100% 50%;
}
.flowItem:last-child {
	width: 30%;
}
.flowItem:last-child::before,
.flowItem:last-child::after {
	content: none;
}

.flowItem span {
	margin-right: 0.5em;
	font-size: 2.2rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	-webkit-transform: translateY(0.06em);
	        transform: translateY(0.06em);
}

.currentFlowItem {
	color: #009847;
	background-color: #FFFFFF;
	border: 2px solid currentColor;
}
.currentFlowItem::after {
	width: 26px;
	height: calc(100% + 4px);
	background: #FFFFFF url(../../img/estimate/flow.svg) no-repeat center center / contain;
}

#contactleadTxt {
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

#contactleadTxt .caution {
	font-size: 1.125em;
	color: #CA0202;
}

/* お問い合わせ入力 */
.contactbox {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#contactform {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.contact {
	margin-bottom: 40px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #DCDCDC;
}

.contactItem {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.contactItem.contactItemFlxStt {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.contactItemTit {
	width: 200px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.contactItemTit span {
	width: 42px;
	height: 23px;
	margin-top: 0.3em;
	display: block;
	font-size: 1.2rem;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	background-color: #B72727;
}

.contactItemInput {
	width: calc(100% - 200px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.contactItemCont {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.contactItemCont > span {
	margin-right: 40px;
}

/* レイアウト */
.row .rowItemFull {
	width: 100%;
}

.row .rowItemInline {
	margin-right: 20px;
}

.contact .rowItemHalf:nth-child(odd) {
	margin-right: 20px;
}

.contact .rowItemHalf input[type="text"],
.contact .rowItemHalf input[type="tel"] {
	width: 300px;
}
.contact select {
	width: 300px;
	max-width: 100%;
}

/* 確認チェックボックス */
.contactCheckWrap {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.contactCheck:not(:last-child) {
	margin-bottom: 10px;
}

.contactCheck input[type="checkbox"] {
	display: none;
}

.contactCheck input[type="checkbox"] + span {
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 22px;
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.contactCheck input[type="checkbox"] + span::before,
.contactCheck input[type="checkbox"] + span::after {
	content: "";
	display: block;
	position: absolute;
}

.contactCheck input[type="checkbox"] + span::before {
	width: 12px;
	height: 12px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border: 2px solid #AAAAAA;
}

.contactCheck input[type="checkbox"] + span::after {
	width: 8px;
    height: 8px;
	top: 50%;
    left: 4px;
	background-color: #009847;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 0;
}

.contactCheck input[type="checkbox"]:checked + span::after {
	opacity: 1;
}

.contactCheck a {
	font-weight: 700;
	color: #333333;
}

.contactBtnWrap {
	position: relative;
	z-index: 2;
}

.contactBtn {
	width: 400px;
	max-width: 100%;
	height: 80px;
	margin: auto;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        -webkit-box-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        -webkit-box-align: center;
	        align-items: center;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-weight: 700;
	border: solid 1px #009847;
	background: url(../../img/common/arrow_right_white.svg) no-repeat right 1.11111em center/0.83333em auto;
	cursor: pointer;
}

.contactBtn::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	background: #009847;
}

/* 確認 */
#contactConfirmWrap {
	margin-bottom: 40px;
}

#contactConfirmWrap .contactItem {
	margin-bottom: 0;
	padding: 25px 0;
	border-top: 1px solid #BFBFBF;
}
#contactConfirmWrap .contactItem:last-child {
	border-bottom: 1px solid #BFBFBF;
}

#contactprev {
	margin-bottom: 20px;
	text-align: center;
}

#contactprev a {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #333333;
}
#contactprev a::before {
	content: "";
	width: 1.111em;
	height: 1.111em;
	margin-right: 10px;
	display: inline-block;
	background: url(../../img/common/arrow_right_green.svg) no-repeat center center / contain;
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
	vertical-align: middle;
}

#contactprev a span {
	vertical-align: middle;
}

/* 完了 */
#contactEndLink.unilinkGreen a {
	width: 400px;
	max-width: 100%;
	height: 80px;
	margin: 0 auto;
	font-size: 2rem;
}


/* 査定の商品について */
.seihinbox {
	max-width: 900px;
	margin: 0 auto 40px;
}
.seihinbox.seihinboxInput {
	padding-bottom: 40px;
	border-bottom: 1px solid #DCDCDC;
}

.seihinHeadTit {
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.seihinHeadTxt {
	max-width: 900px;
	margin: 0 auto 40px;
	padding: 10px;
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.05em;
	text-align: center;
	border: 1px solid #009847;
}

.seihin {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.seihin h3 {
	width: 180px;
	font-size: 1.8rem;
	font-weight: 700;
}

.seihinTable {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.seihinTableItem {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.seihinTableItem.seihinTableItemFlxStt {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.seihinTableItemFull {
	width: 100%;
}
.seihinTableItemHalf {
	width: 48%;
}

.seihinTableTit {
	width: 120px;
	padding-right: 20px;
	font-size: 1.6rem;
	text-align: right;
}

.seihinTableTit span {
	width: 42px;
	height: 23px;
	margin: 0.3em 0.3em 0 auto;
	display: block;
	font-size: 1.2rem;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	background-color: #B72727;
}

.seihinTableItem.seihinTableItemFlxStt .seihinTableTit {
	padding-top: 0.4em;
}

.seihinTableInput {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.seihinTableInput textarea {
	height: 90px;
}

/* 追加ボタン・削除ボタン */
.estimateBtnWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.estimateBtn:not(:first-child) {
	margin-left: 60px;
}

.estimateBtn {
	width: 166px;
	height: 46px;
	padding-right: 10px;
	position: relative;
	display: block;
	font-size: 1.5rem;
	line-height: 46px;
	text-align: center;
	color: #333333;
	border: 1px solid #009847;
}

.estimateBtn span {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	background-color: #009847;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.estimateBtn span::before,
.estimateBtn span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #FFFFFF;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.estimateBtn span::before {
	width: 9px;
	height: 1px;
}
.estimateBtn span::after {
	width: 1px;
	height: 9px;
}
.estimateBtn.delBoxBtn span::after {
	content: none;
}

.form_tbl2 h3 {
	font-size: 2.4rem;
    font-weight: 700;
    padding: 10px 0;
}

/* -------------------------------------------------- */
/* 微調整：小型PC */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1400px) {
	.estimateHeadLineBtn.unilinkGreen a {
		width: 300px;
	}
}

/* -------------------------------------------------- */
/* hoverなど */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	.contactCheck a  {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.contactCheck a:hover {
		color: #009847;
	}

	.contactBtn::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		-webkit-transform-origin: 100% 50%;
		        transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
		transition: -webkit-transform ease .3s;
		-webkit-transition: -webkit-transform ease .3s;
		transition: transform ease .3s;
		transition: transform ease .3s, -webkit-transform ease .3s;
		background: #007737;
	}
	.contactBtn:hover {
		color: #fff;
	}
	.contactBtn:hover::before {
		-webkit-transform-origin: 0% 50%;
		        transform-origin: 0% 50%;
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}

	#contactprev a {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#contactprev a:hover {
		color: #009847;
	}

	.estimateBtn {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.estimateBtn:hover {
		color: #FFFFFF;
		background-color: #009847;
	}

	.estimateBtn span {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.estimateBtn:hover span {
		background-color: #FFFFFF;
	}
	.estimateBtn span::before,
	.estimateBtn span::after {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.estimateBtn:hover span::before,
	.estimateBtn:hover span::after {
		background-color: #009847;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.estimateHead {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.estimateHeadItem:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.contactItemTit {
		width: 180px;
		font-size: 1.6rem;
	}

	.contactItemInput {
		width: calc(100% - 180px);
	}

	.contact .rowItemHalf input[type="text"],
	.contact .rowItemHalf input[type="tel"] {
		width: 218px;
	}

	.formInputTxt {
		font-size: 1.3rem;
	}

	.formInputTerm {
		font-size: 1.4rem;
	}

	.seihinHeadTxt {
		font-size: 1.4rem;
	}

	.seihin h3 {
		width: 140px;
		font-size: 1.6rem;
	}

	.seihinTableItemHalf {
		width: 50%;
	}

	.seihinTableTit {
		font-size: 1.4rem;
	}

	.formInput select {
		font-size: 1.3rem;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.estimateHeadTit {
		font-size: 2rem;
	}

	.estimateHeadTxt {
		font-size: 1.4rem;
	}

	.estimateHeadTelTit > span:nth-child(1) {
		font-size: 1.6rem;
	}
	.estimateHeadTelTit > span:nth-child(2) {
		font-size: 1.3rem;
	}

	.estimateHeadTelNum {
		font-size: 3.2rem;
	}

	.estimateHeadLineBtn {
		width: 68%;
	}

	.estimateHeadLineBtn.unilinkGreen a {
		width: 100%;
	}

	.estimateHeadLineLinkQr {
		width: 22%;
	}

	.contGray {
		padding-top: 0;
	}

	/* フォーム */
	.flowItem {
		width: calc(32% - 25px);
		padding-left: 10px;
		font-size: 1rem;
	}
	.flowItem:last-child {
		padding: 0;
	}

	.flowItem span {
		font-size: 1.8rem;
	}
	
	.formInput input[type="text"],
	.formInput input[type="tel"],
	.formInput textarea,
	.formInput select {
		font-size: 1.4rem;
	}

	.formInputTerm {
		font-size: 1.4rem;
	}

	.formUpload label {
		font-size: 1.4rem;
	}

	.formRadio label span {
		font-size: 1.4rem;
	}

	.formUploadName {
		font-size: 1.4rem;
	}

	#contactleadTxt {
		font-size: 1.4rem;
	}

	.contactItem {
		display: block;

	}

	.contactItemTit {
		width: 100%;
		margin-bottom: 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 1.6rem;
	}

	.contactItemTit span {
		margin-top: 0;
		margin-left: 15px;
	}

	.contactItemInput {
		width: 100%;
	}

	.contactItemCont > span {
		margin-right: 0;
		display: block;
	}

	.formInputTxt {
		font-size: 1.3rem;
	}

	.row .rowItemHalf {
		width: 100%;
	}
	.row .rowItemHalf:nth-child(odd) {
		margin-right: 0;
	}
	
	.row .rowItemInline {
		width: 100%;
		margin-right: 0;
	}

	.row .rowItemHalf:not(:first-child),
	.row .rowItemInline:not(:first-child) {
		margin-top: 10px;
	}

	.contact .rowItemHalf input[type="text"],
	.contact .rowItemHalf input[type="tel"] {
		width: 100%;
	}

	#contactConfirmWrap .contactItem {
		padding: 15px 0;
	}

	#contactprev a {
		font-size: 1.6rem;
	}

	.contactBtn,
	#contactEndLink.unilinkGreen a {
		height: 60px;
		font-size: 1.6rem;
	}

	.seihinHeadTxt {
		font-size: 1.4rem;
	}

	.seihin {
		display: block;
	}

	.seihin h3 {
		width: 100%;
		margin-bottom: 10px;
	}

	.seihinTableItem {
		margin-bottom: 30px;
		display: block;
	}

	.seihinTableItemHalf {
		width: 100%;
	}

	.seihinTableTit {
		width: 100%;
		margin-bottom: 5px;
		text-align: left;
	}

	.seihinTableTit span {
		display: inline-block;
		margin: 0 0 0 1em;
	}

	.estimateBtn:not(:first-child) {
		margin-left: 30px;
	}

	.form_tbl2 h3 {
		font-size: 2rem;
	}

	#contactleadTxt a {
		color: #009847;
	}
}
