@charset "UTF-8";

/* -------------------------------------------------- */
/* identity-document */
/* -------------------------------------------------- */
.pagetitHeadTxt:after {
	content: "UPLOAD";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}


/* 本人確認書類の撮影について */
.pictureLead {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.pictureLeadPh {
	width: 380px;
}

.pictureLeadPh img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.pictureLeadBody {
	padding-left: 40px;
}

.pictureLeadTxt {
	margin-bottom: 1em;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 2.125;
}

.pictureLeadTxt2 {
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.875;
}

.pictureLeadBody dl {
	margin-bottom: 1.5em;
	line-height: 1.875;
}

.pictureLeadBody dt {
	float: left;
}

.pictureLeadBody dt::after {
	content: ":";
	margin: 0 0.5em;
}

.pictureCase {
	padding: 30px 40px;
	border: 1px solid #333333;
}

.pictureCase:not(:last-of-type) {
	margin-bottom: 50px;
}

.pictureCase--caution {
	padding: 30px 50px;
}

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

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

.pictureCaseList li {
	width: 22%;
	text-align: center;
}

.pictureCaseListPh {
	margin-bottom: 20px;
}

.pictureCaseListPh img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

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

.pictureCaseRowPh {
	text-align: center;
}

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

.pictureCaseRowBody {
	padding-left: 40px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pictureCaseRowTxt {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.pictureCaseBox {
	padding: 30px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #F5F3F3;
}

.pictureCaseBoxList {
	margin-right: auto;
}

.pictureCaseBoxList li {
	font-size: 1.6rem;
	line-height: 1.875;
}

.pictureCaseBoxList li::before {
	content: "・";
}

/* アップロードフォーム */
.upload.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: 300px;
	padding: 12px 14px;
	color: inherit;
	background: #F1F1F1 url(../../img/common/ic_select.svg) no-repeat center right 10px/16px;
	border-radius: 0;
	font-size: 1.6rem;
}

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

.formRadio label {
	margin-right: 30px;
	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 {
	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;
}

.errForm {
	background-color: #F3BCBF !important;
}

.errorMessage {
	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;
}

/* 入力フォーム */
#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;
}


.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;
}

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

/* -------------------------------------------------- */
/* 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;
	}
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.pictureCase--caution {
		padding: 30px;
	}

	.pictureCaseRowPh {
		max-width: 30%;
	}

	.pictureCaseRowBody {
		padding-left: 4%;
	}

	.pictureCaseRowTxt {
		font-size: 1.5rem;
	}

	.pictureCaseBox {
		padding: 20px;
	}

	.pictureCaseBoxList li {
		font-size: 1.4rem;
	}

	.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;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

	/* 本人確認書類の撮影について */
	.pictureLead {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

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

	.pictureLeadBody {
		padding-left: 0;
	}

	.pictureLeadTxt {
		font-size: 1.4rem;
	}

	.pictureLeadBody dl {
		font-size: 1.4rem;
	}

	.pictureCase {
		padding: 20px;
	}

	.pictureCaseTtl {
		font-size: 1.6rem;
	}

	.pictureCaseList {
		margin-bottom: -20px;
	}

	.pictureCaseList li {
		width: 48%;
		margin-bottom: 20px;
	}

	.pictureCaseListPh {
		margin-bottom: 5px;
	}

	.pictureCaseListTxt {
		font-size: 1.4rem;
	}

	.pictureCaseRow {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

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

	.pictureCaseRowBody {
		padding-left: 0;
	}

	.pictureCaseRowTxt {
		font-size: 1.4rem;
	}

	.pictureCaseBox {
		padding: 20px;
		display: block;
	}

	.pictureCaseBoxList li {
		font-size: 1.4rem;
	}

	.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;
	}

	#contactleadTxt a {
		color: #009847;
	}
}