/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2026 | 03:31:23 */
/* 不動産を売りたい方 - sale-top
-------------------------------------------------- */
body.es-page-sale-top .es-container.page-header {
	display: none;
}

.rtc_ttl_column {
	padding: 20px 0;
	font-weight: bold;
}
.rtc_ttl_column > span {
	display: block;
	margin-bottom: 10px;
	font-size: 21px;
}

.rtc_ttl_borderbottom {
	position: relative;
	padding: 0 10px 10px; 
}
.rtc_ttl_borderbottom::before {
    content: '';
    width: 100%;
    height: 5px;
    background: #EA5E00;
    position: absolute;
    bottom: 0;
    left: 0;
}
.rtc_ttl_borderbottom strong::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 5px;
}

.rtc_ttl_flow {
	background: url( '/app/uploads/sites/1480/2026/04/ttl_bg-maincolor.jpg' ) no-repeat top right;
    border-left: 3px solid #FFAA01;
}
.rtc_ttl_flow > span {
	position: relative;
    display: block;
    border-left: 3px solid #ffffff;
    padding: 20px 10px 20px 15px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}



.rtc_fukidashi {
	position: relative;
    padding: 25px 30px;
	margin: 10px auto;
	max-width: 500px;
    background: #EA5E00;
    border-radius: 20px;
    text-align: center;
	color: #fff !important;
}
.rtc_fukidashi::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 0 20px;
    border-color: #EA5E00 transparent transparent transparent;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -10px;
}

.rtc_list_half {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
}
.rtc_list_half > li {
	margin-bottom: 10px;
	width: 50%;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}
.rtc_list_half > li::before {
	content: '\f14a';
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 900;
	color: #FFA900;
}

.rtc_back_icon {
	background-image: url( '/app/uploads/sites/1480/2026/04/ico_01.png' );
	background-position: top right 10px;
	background-repeat: no-repeat;
}
.rtc_back_icon.rtc_back_icon_01 {
	background-image: url( '/app/uploads/sites/1480/2026/04/ico_02.png' );
}
.rtc_back_icon.rtc_back_icon_02 {
	background-image: url( '/app/uploads/sites/1480/2026/04/ico_03.png' );
}

.rtc_link_sale figure {
	margin-bottom: 0 !important;
	text-align: center;
}
.rtc_link_sale figure a {
	margin: 0 10px 10px;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    background-size: 12px 12px;
    padding-right: 24px;
    background-color: #ffffff;
}
.rtc_link_sale figure a img {
	transition: all ease .6s;
}
.rtc_link_sale figure a:hover img {
	transform: none;
	opacity: .6;
}

.rtc_btn_sale a.wp-block-button__link {
	position: relative;
    padding: 10px 100px;
	font-weight: bold;
    transition: .3s;
	border-radius: 5px;
	border-bottom: 5px solid rgba( 0, 0, 0, .3 );
	transition: all ease .6s;
/* 	box-shadow: 0 0 5px rgba( 0, 0, 0, .3 ); */
}
.rtc_btn_sale a.wp-block-button__link:hover {
/* 	border-bottom: none; */
	transform: translate3d(0, 5px, 0);
}

/*flow========*/
/*p-sale-flow-step======*/
.p-sale-flow-step {
	position: relative;
	padding: 20px;
	margin-bottom: 50px;
	border-bottom: 5px solid #FFA900;
	border-radius: 10px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
	.p-sale-flow-step {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}
}
.p-sale-flow-step::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 50px 0 50px;
	border-color: #FFA900 transparent transparent transparent;
	position: absolute;
	left: calc(50% - 50px);
	bottom: -30px;
}
.p-sale-flow-step:last-of-type::after {
	content: none;
}
@media screen and (min-width: 768px) {
	.p-sale-flow-step__contents {
		width: 50%;
		padding: 30px;
	}
}
.p-sale-flow-step__ttl {
	margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
	.p-sale-flow-step__ttl {
		padding-bottom: 15px;
		margin-bottom: 20px;
		border-bottom: 2px solid #FFA900;
	}
}
.p-sale-flow-step__ttl .step {
	display: block;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFA900;
	margin-bottom: 10px;
	color: #FFA900;
	font-weight: bold;
	font-size: 13px;
	font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
	.p-sale-flow-step__ttl .step {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
		font-size: 20px;
		font-size: 1.25rem;
	}
}
.p-sale-flow-step__ttl .step .no {
	font-size: 170%;
	padding-left: 3px;
}
@media screen and (min-width: 768px) {
	.p-sale-flow-step__ttl .step .no {
		font-size: 100%;
		padding-left: 5px;
	}
}
.p-sale-flow-step__ttl .text {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
	.p-sale-flow-step__ttl .text {
		font-size: 22px;
		font-size: 1.375rem;
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		padding-left: 5px;
	}
}
.p-sale-flow-step__ttl .text .small {
	font-size: 80%;
}
.p-sale-flow-step__data .btn {
	text-align: center;
}
.p-sale-flow-step__data .btn a {
	position: relative;
	margin: 0 auto;
    padding: 10px 100px;
    font-weight: bold;
    transition: all ease .6s;
	color: #fff;
	background: #EA5E00;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, .3);
    transition: all ease .6s;
}
.p-sale-flow-step__data .btn a::before {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY( -50% );
	content: '\f0e0';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	color: #fff;
}
.p-sale-flow-step__data .btn a:hover {
	text-decoration: none;
	transform: translate3d(0, 5px, 0);
	opacity: .6;
}
.p-sale-flow-step__photo {
	padding-top: 30px;
}
@media screen and (min-width: 768px) {
	.p-sale-flow-step__photo {
		padding-top: 0;
		width: 50%;
	}
}
.p-sale-flow-step__photo img {
	display: inline-block;
	vertical-align: bottom;
}



/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap { /* ★ SP時上下反転 */
		display: flex;
		flex-direction: column-reverse;
	}
	
/* 	.header_links__list > li a, .header_links a:not(.menu-toggle) {
		color: #fff;
	} */
	
	.rtc_ttl_borderbottom {
		font-size: 18px !important;
	}
	
	.rtc_fukidashi {
		font-size: 1.2rem !important;
	}
	
	.rtc_list_half {
		margin-left: 0;
	}
	.rtc_list_half > li {
		display: flex;
		align-items: flex-start;
		width: 100%;
		font-size: 14px;
	}
	.rtc_list_half > li::before {
		flex-shrink: 0;
		font-size: 15px;
	}
	
	.rtc_btn_sale a.wp-block-button__link {
		padding: 10px 50px;
	}
}