/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2025 | 01:30:58 */
body.es-page-kanri .es-container.page-header, body.es-page-rebuilding .es-container.page-header,
body.es-page-resident .es-container.page-header {
	display: none;
}

/* タイトル - title
-------------------------------------------------- */
.rtc_ttl_borderleft {
	position: relative;
	padding: 10px 30px;
	border-left: 10px solid #BA2E34;
}
.rtc_ttl_borderleft::before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 50%;
	background-color: #373737;
	left: -10px;
	bottom: 0;
}

.rtc_ttl_point span {
	margin-right: 20px;
	color: #BA2E34;
}

.rtc_overflow_hiddenoff > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}


/* ボタン - button
-------------------------------------------------- */
.rtc_btn_contact a {
	padding: 5px 10px;
	width: 250px;
}

/* スタッフ紹介 - staff
-------------------------------------------------- */
.rtc_tbl_staff table tr td:first-child {
	width: 32%;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #ECE8E3 !important;
}


/* 賃貸管理ページ - kanri
-------------------------------------------------- */
.rtc_block_problems .uagb-column__inner-wrap {
	position: relative;
	min-height: 500px;
}

.rtc_block_problems .uagb-column__inner-wrap > .list_fukidashi_random {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: contain;
}
.rtc_block_problems .uagb-column__inner-wrap > .list_fukidashi_random p {
	margin-bottom: 30px !important;
}

.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(1) {
	top: 50px;
	left: 0;
	width: 399px;
	height: 186px;
/* 	color: rgba( 0, 113, 178, 1 ); */
	background-image: url( '/app/uploads/sites/1325/2025/02/fukidashi_02.png' );
	z-index: 1;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(2) {
	top: 30px;
	left: 405px;
	width: 399px;
	height: 235px;
/* 	color: rgba( 255, 138, 0, 1 ); */
	background-image: url( '/app/uploads/sites/1325/2025/02/fukidashi_01.png' );
	z-index: 2;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(3) {
	top: 20px;
	right: 50px;
	width: 281px;
	height: 210px;
/* 	color: rgba( 0, 113, 178, 1 ); */
	background-image: url( '/app/uploads/sites/1325/2025/02/fukidashi_03.png' );
	z-index: 3;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(4) {
	left: 30px;
	bottom: 80px;
	width: 399px;
	height: 141px;
/* 	color: rgba( 255, 138, 0, 1 ); */
	background-image: url( '/app/uploads/sites/1325/2025/02/fukidashi_04.png' );
	z-index: 4;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(5) {
	right: 265px;
    bottom: 150px;
	width: 308px;
	height: 136px;
/* 	color: rgba( 25, 155, 143, 1 ); */
	background-image: url( '/app/uploads/sites/1325/2025/02/fukidashi_05.png' );
	z-index: 5;
}
.fadeInDownOrg {
	-webkit-animation-name: fadeInDownOrg;
	animation-name: fadeInDownOrg;
}


@keyframes fadeInDownOrg {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-30px,0) scaleY(1);
		transform: translate3d(0,-30px,0) scaleY(1);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0) scaleY(.9);
		transform: translate3d(0,25px,0) scaleY(.9);
	}
	75% {
		-webkit-transform: translate3d(0,-10px,0) scaleY(.95);
		transform: translate3d(0,-10px,0) scaleY(.95);
	}
	90% {
		-webkit-transform: translate3d(0,5px,0) scaleY(.985);
		transform: translate3d(0,5px,0) scaleY(.985);
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.rtc_stepflow {
	margin: 50px 0;
	padding-left: 120px;
	position: relative;
	list-style: none;
}
.rtc_stepflow::before {
	content: "";
	display: block;
	margin-left: -8px;
	width: 15px;
	height: 100%;
	background: #eee;
	border-radius: 50vh;
	position: absolute;
	top: 0;
	left: 120px;
}
.rtc_stepflow > li {
	position: relative;
}
.rtc_stepflow > li:not(:last-child) {
	margin-bottom: 8vh;
}
.rtc_stepflow > li .rtc_step {
	font-size: 14px;
	color: #fff;
	background: #BA2E34;
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: -5px;
	left: -120px;
	z-index: 100;
}
.rtc_stepflow > li .rtc_step::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 99%;
	width: 10px;
	height: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #BA2E34;
	clip-path: polygon( 0 0, 0% 100%, 100% 50% );
}
.rtc_stepflow > li dl {
	padding-left: 70px;
	position: relative;
}
.rtc_stepflow > li dl::before,
.rtc_stepflow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.rtc_stepflow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #333;
	border-radius: 50%;
	left: -4px;
}
.rtc_stepflow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed rgba( 51, 51, 51, 1 );
	position: absolute;
	left: 5px;
}
.rtc_stepflow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 1vh;
}
.rtc_stepflow > li dl dd {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.rtc_stepflow > li dl dd img {
	margin-right: 20px;
	width: 230px;
	flex-shrink: 0;
}


/* アパート・マンションの建て替え相談 - rebuilding
-------------------------------------------------- */
.rtc_opacity_txt {
	position: absolute;
	right: -300px;
    top: 200px;
	margin-bottom: 0 !important;
	color: #D1CDC5;
	font-size: 90px;
	font-weight: 600;
	white-space: nowrap;
	transform: rotate(90deg);
    z-index: -1;
}
.rtc_kanri_txt {
	right: -518px;
    top: 500px;
}


/* 入居者のQ&A - resident
-------------------------------------------------- */
.rtc_list_trouble {
	margin: 50px 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rtc_list_trouble > li {
	margin-bottom: 30px;
	width: 19%;
}
.rtc_list_trouble > li a {
	padding: 30px 20px 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	font-weight: bold;
	color: #4D4D4D;
	border: 10px solid #4D4D4D;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba( 0, 0, 0, .4 );
}
.rtc_list_trouble > li a:hover {
	text-decoration: none;
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.rtc_list_trouble > li a svg {
	margin-bottom: 20px;
	width: 60px;
	height: 60px;
}


.rtc_qa_list dt {
	cursor: pointer;
	display: flex;
	padding: 10px 20px;
	background: #fff;
	border-radius: 10px;
}
.rtc_qa_list dt::before,
.rtc_qa_list dd::before {
	content: '';
	display: block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-image: url( '/app/uploads/sites/1325/2025/02/icon_q.png' );
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
/* 	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: rgba( 45, 144, 250, 1 ); */
}
.rtc_qa_list dd:before {
	background-image: url( '/app/uploads/sites/1325/2025/02/icon_a.png' );
}

.rtc_qa_list dt::after {
	margin-left: auto;
	content: '\f055';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #1698B2;
	transition: all ease .6s;
	align-self: center;
}

.rtc_qa_list dt.is_active::after {
	color: #4D4D4D;
	transform: rotate( 45deg );
}

.rtc_qa_list dd {
	display: flex;
	margin: 0 0 20px;
	padding: 0 20px;
	height: 0;
	font-size: 14px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	overflow: hidden;
	transition: all ease .6s;
}
.rtc_qa_list dd div {
	flex: 1;
}
.rtc_qa_list dd img {
	margin-left: 20px;
	max-width: 300px;
}

.rtc_qa_list dt.is_active {
	border-radius: 10px 10px 0 0;
}
.rtc_qa_list dt.is_active + dd {
	padding: 20px;
	height: auto;
}

.rtc_qa_list dd .qa_check_list {
	list-style: none;
	margin: 20px 0 20px 10px;
}
.rtc_qa_list dd .qa_check_list > li {
	display: flex;
	font-weight: normal;
}
.rtc_qa_list dd .qa_check_list > li::before {
	display: inline-block;
/* 	margin-right: 10px;
	width: 15px; */
	content: '・';
/* 	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; */
/* 	color: rgba( 59, 177, 170, 1 ); */
	flex-shrink: 0;
}

.rtc_qa_list dd .qa_step_list {
	list-style: none;
	margin: 10px;
}
.rtc_qa_list dd .qa_step_list > li {
	counter-increment: cnt;
	display: flex;
}
.rtc_qa_list dd .qa_step_list > li:not(:last-child) {
	margin-bottom: 10px;
}
.rtc_qa_list dd .qa_step_list > li::before {
	display: inline-block;
	margin-right: 10px;
	content: counter(cnt);
	color: #fff;
	background: rgba( 23, 45, 92, 1 );
    width: 25px;
    height: 25px;
    text-align: center;
	border-radius: 50%;
	flex-shrink: 0;
}



.es-link-container { display: none; }
.rtc_mb0 { margin-bottom: 0 !important; }

.rtc_sp { display: none; }

/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	.rtc_pc { display: none; }
	.rtc_sp { display: block; }
	
	.rtc_tbl_staff table tr td,
	.rtc_tbl_staff table tr td:first-child {
		display: block;
		width: 100%;
	}
	
	.rtc_cover_auto {
		min-height: auto;
	}
	.rtc_cover_auto h1 {
		font-size: 21px !important;
	}
	
	.rtc_ttl_borderleft {
		padding: 10px 20px;
		font-size: 18px !important;
	}
	
	.rtc_opacity_txt {
		position: static;
        transform: rotate(0);
        margin-bottom: 30px !important;
        font-size: 36px;
        text-align: center;
	}
	.rtc_kanri_txt {
		font-size: 21px;
	}
	
	.rtc_ttl_point {
		font-size: 18px !important;
	}
	.rtc_font_sp {
		font-size: 12px !important;
	}
	
	.list_problems {
		list-style: none;
		margin: 0;
	}
	.list_problems > li {
		padding: 10px;
		border-radius: 10px;
		text-align: center;
		color: #fff;
		background-color: #BA2E34;
	}
	.list_problems > li:not(:last-child) {
		margin-bottom: 20px;
	}
	
	/* flow */
	.rtc_stepflow {
		margin: 0 1em;
		padding-left: 0;
	}
	.rtc_stepflow::before {
		left: 0;
	}
	.rtc_stepflow > li .rtc_step {
		position: relative;
		margin-left: 30px;
		margin-bottom: 20px;
		top: 0;
		left: 0;
	}
	.rtc_stepflow > li .rtc_step::after {
		left: -10px;
		width: 10px;
		clip-path: polygon( 100% 0, 0 50%, 100% 100% );
		height: 10px;
		background: #BA2E34;
		border: none;
	}
	.rtc_stepflow > li dl {
		padding-left: 35px;
	}
	.rtc_stepflow > li dl::before {
		margin-top: 0;
	}
	.rtc_stepflow > li dl::after {
		width: 10px;
	}
	
	.rtc_stepflow > li dl dd img {
		width: 100%;
	}

	/* ----- [●--- がずれた場合] ----- */
	.rtc_stepflow > li:first-child dl::before {
		margin-top: -3.5px;
	}
	.rtc_stepflow > li:not(:first-child) dl::after {
		top: 18px;
	}
	
	
	.rtc_list_trouble > li {
		margin-bottom: 20px;
		width: 49%;
	}
	.rtc_list_trouble > li a svg {
		width: 45px;
		height: 45px;
	}
	.rtc_qa_list dt::before, .rtc_qa_list dd::before {
		width: 20px;
		height: 20px;
	}
	.rtc_qa_list dt {
		font-size: 12px;
	}
	
	
	.sp.footer_bt_bar.footer_setting_scrolling { display: none !important; }
}