@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////

	ご契約から着工までの流れ
	static/data/construction-flow/after-contract.html

/////////////////////////////////////////////////////////////////////////////////////////////////////*/

.gp-after-contract-hd {
	padding-bottom: 14px;
	margin-bottom: 32px;
	color: #006552;
	font-size: 24px;
	font-weight: bold;
	background: url(/gr/flow/img/after-contract/bg_ttl.webp) no-repeat center bottom;
}
.gp-after-contract-steps {
	margin: 32px 0 35px;
}
.gp-after-contract-steps_list {
	display: flex;
	background-color: #eeefef;
	li {
		width: calc(100% / 5);
		position: relative;
	}
	li::after,
	li::before {
		content: "";
		position: absolute;
		top: calc(50% - 5px);
		right: -12px;
		width: 66px;
		height: 10px;
		border-radius: 9999px;
		background-color: #fff;
		transform-origin: calc(100% - 5px) 50%;
	}
	li::before {
		transform: rotate(69deg);
	}
	li::after {
		transform: rotate(-69deg);
	}
	li:last-child::after,
	li:last-child::before {
		display: none;
	}
	a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 17px 0 36px;
		color: #333;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
		span {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: 70px;
			height: 20px;
			margin-bottom: 10px;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			background-color: #2f7300;
			border-radius: 999px;
		}
	}
	a::after {
		position: absolute;
		bottom: 15px;
		content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    transform: rotate(45deg);
	}
	a:hover {
		color: #333!important;
	}
}
.gp-after-contract-detail_step {
	display: inline-flex;
	align-items: end;
	justify-content: center;
	width: 120px;
	height: 32px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #2f7300;
	border-radius: 999px;
}
.gp-after-contract-detail_ttl {
	font-size: 22px;
	font-weight: bold;
}
.gp-after-contract-detail {
	padding: 30px 40px 15px;
	margin-bottom: 40px;
	background-color: #faf3ec;
}
.gp-after-contract-detail-wrap {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 25px;
	margin-bottom: 15px;
}
.gp-after-contract-detail-wrap_img {
	img {
		display: block;
	}
}
.gp-after-contract-detail-wrap_txt {
	font-size: 18px;
	li {
		text-indent: -.8em;
		padding-left: .8em;
	}
	li:first-child {
		margin-bottom: 10px;
	}
	li:before {
    content: "";
		margin-right: 10px;
		display: inline-block;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    vertical-align: middle;
	}
}
.gp-after-contract-note {
	padding: 24px 40px 10px;
	margin-bottom: 56px;
	border: 1px solid #df0024;
	border-radius: 10px;
}
.gp-after-contract-note_hd {
	margin-bottom: 20px;
	color: #df0024;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.gp-after-contract-note-list {
	li {
		margin-bottom: 10px;
		text-indent: -.8em;
		padding-left: .8em;
	}
	li:before {
    content: "";
		margin-right: 10px;
		display: inline-block;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    vertical-align: middle;
	}
}
.gp-after-contract-faq_hd {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
.gp-after-contract-faq-box {
	margin-bottom: 40px;
}
.gp-after-contract-faq-box_hd {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}
.gp-after-contract-faq-box_hd::before {
	font-family: Futura, Arial, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic', Meiryo;
	margin-right: 10px;
	display: inline-flex;
	height: 30px;
	width: 30px;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #2f7300;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	content: 'Q';
}
.gp-after-contract-faq-box_txt {
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	a {
		color: #388500;
		font-size: 14px;
		text-decoration: underline;
	}
}
.gp-after-contract-faq-box_txt::before {
	font-family: Futura, Arial, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic', Meiryo;
	margin-right: 10px;
	display: inline-flex;
	height: 30px;
	width: 30px;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border: 1px solid #2f7300;
	border-radius: 50%;
	font-size: 22px;
	font-weight: bold;
	color: #2f7300;
	content: 'A';
	box-sizing: border-box;
}
.gp-after-contract_staff {
	img {
		display: block;
		margin: 0 auto;
	}
}
.gp-after-contract-next {
	position: relative;
}
.gp-after-contract-next:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 15px solid #eeefef; 
	border-right: 28px solid transparent;
	border-left: 28px solid transparent;
}