/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2026 | 03:45:37 */
/* 共通設定
-------------------------------------------------- */
body.es-page-flow, body.es-page-forsale {
	overflow-x: hidden;
}
body.es-page-flow .es-container.page-header, body.es-page-buy .es-container.page-header,
body.es-page-forsale .es-container.page-header {
	display: none;
}

.rtc_bg_stripe_left > span {
	background-image: repeating-linear-gradient( -45deg, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 1 ) 1px, rgba( 255, 255, 255, 0 ) 0, rgba( 255, 255, 255, 0 ) 11px );
}


/* ご入居までの流れ
-------------------------------------------------- */
.rtc_page_contactinfo {
	min-height: auto;
}

.rtc_eight_step {
	margin: 50px auto;
	list-style: none;
	display: flex;
	gap: 5%;
	flex-wrap: wrap;
/* 	justify-content: space-between; */
	max-width: 1140px;
}

.rtc_eight_step > li {
	position: relative;
	display: flex;
	margin-bottom: 5%;
	width: 30%;
}

.rtc_eight_step > li:not(:last-child)::before {
	position: absolute;
	top: 50%;
	right: -45px;
	transform: translateY( -50% );
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-size: 3rem;
	font-weight: 900;
	color: rgba( 145, 145, 145, 1 );
}

.rtc_eight_step > li a {
	display: block;
	padding: 20px;
	width: 100%;
	min-height: 160px;
	background-color: #fff;
	border: 5px solid #689c3f;
	border-radius: 10px;
}
.rtc_eight_step > li a:hover {
	opacity: .6;
}

.rtc_eight_step > li a h3 {
	padding: 0 1.5em;
	font-size: 1em;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff !important;
	background: #689c3f;
}
.rtc_eight_step > li a:hover {
	text-decoration: none;
}

.rtc_eight_step > li a p {
	margin-bottom: 0 !important;
	color: #333 !important;
	text-align: center;
	font-weight: bold;
	height: 55px;
    display: grid;
    place-items: center;
}

.rtc_block_flow {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.rtc_block_flow ul {
	padding: 0;
}

.rtc_block_flow li {
	list-style-type: none;
}

.rtc_block_flow dd {
	margin-left: 0;
}

.rtc_flow_step {
	position: relative;
}

.rtc_flow_step::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
}

.rtc_flow_step > li {
	position: relative;
}

.rtc_flow_step > li:not(:last-child) {
	margin-bottom: 60px;
}

.rtc_flow_step > li .icon_flow {
	display: inline-block;
	margin-right: 1em;
	padding: 0 1.5em;
	font-size: 0.8em;
	width: fit-content;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff;
	background: #689c3f;
}

.rtc_flow_step > li dl {
	padding-left: 70px;
	position: relative;
}

.rtc_flow_step > li dl::before,
.rtc_flow_step > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.rtc_flow_step > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #689c3f;
	border-radius: 50%;
	left: -4px;
}

.rtc_flow_step > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}

.rtc_flow_step > li dl dt {
	margin-bottom: 0.5em;
	font-size: 1.3em;
	font-weight: 600;
	color: #689c3f;
	display: flex;
	align-items: center;
}
.rtc_flow_step > li dl dd {
	display: flex;
	align-items: flex-start;
}
.rtc_flow_step > li dl dd img {
	flex-shrink: 0;
	margin-right: 1.5em;
	max-width: 25%;
}


/* ご購入の流れ
-------------------------------------------------- */
.rtc_step_ten > li {
	margin-bottom: 0;
	width: 16%;
}
.rtc_step_ten > li:not(:last-child)::before {
	right: -40px;
}

.rtc_step_ten > li p {
	font-size: .8rem !important;
}
.rtc_step_ten > li a h3 {
/* 	background-color: rgba( 216, 96, 67, 1 ); */
	background-color: #ED982A;
}
.rtc_step_ten > li a {
/* 	border-color: rgba( 216, 96, 67, 1 ); */
	border-color: #ED982A;
}



/* 売却相談
-------------------------------------------------- */


@media ( max-width: 480px ) {
	/* 購入の流れ
	-------------------------------------------------- */

	/* ご入居までの流れ
	-------------------------------------------------- */
	.rtc_eight_step {
		margin: 20px auto;
		flex-direction: column;
		max-width: 100%;
	}
	.rtc_eight_step > li {
		width: 100%;
	}
	.rtc_eight_step > li:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.rtc_block_flow {
		margin-left: 0;
		padding-left: 10px;
	}
	.rtc_flow_step {
		margin-left: 10px;
	}
	
	.rtc_flow_step > li dl {
		padding-left: 50px;
	}
	.rtc_flow_step > li dl::after {
		width: 40px;
	}
	
	.rtc_flow_step > li dl dt {
        position: relative;
		align-items: flex-start !important;
		flex-direction: column;
		font-size: 18px;
		z-index: 1;
	}
	
	.rtc_flow_step > li dl dd {
		margin: 0;
		flex-direction: column;
	}
	.rtc_flow_step > li dl dd img {
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 100%;
	}
	.rtc_flow_step > li dl dd p br {
		display: none;
	}
	
	/* 売却相談
	-------------------------------------------------- */
}