/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2025 | 01:23:26 */
body.es-page-kanri .es-container.page-header {
	display: none;
}

.rtc_cover_auto h1 span {
	display: block;
	margin-top: 10px;
	font-size: 24px;
}

.rtc_ttl_fukidashi {
	position: relative;
	margin-bottom: 50px !important;
	padding: 15px !important;
}

.rtc_ttl_fukidashi::before {
	display: block;
	position: absolute;
	content: '';
	width: 30px;
    height: 30px;
	background-color: #1F2C60;
	left: 50%;
	bottom: -28px;
	transform: translateX( -50% );
	clip-path: polygon( 100% 0, 0 0, 50% 100% );
}

.rtc_chintai_point > .uagb-columns__inner-wrap {
	justify-content: space-between;
}
.rtc_chintai_point p {
	margin-bottom: 0 !important;
	font-size: 14px !important;
	font-weight: 600;
}

.rtc_chintai_point img {
	object-fit: contain;
    width: 100%;
    height: 180px;	
}

.rtc_under_line {
	padding-bottom: 10px;
	border-bottom: 1px solid #1F2C60;
}

.rtc_mb0 {
	margin-bottom: 0 !important;
}



@media ( max-width: 480px ) {
	.rtc_cover_auto {
		min-height: 160px;
	}
	.rtc_cover_auto h1 {
		margin-bottom: 0 !important;
		font-size: 18px !important;
	}
	.rtc_cover_auto h1 span {
		font-size: 12px !important;
	}
	
/* 	.rtc_chintai_point > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		margin-bottom: 30px;
	} */
	.rtc_chintai_point > .uagb-columns__inner-wrap > div:not(:last-of-type) {
		margin-bottom: 30px;
	}
}