/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2024 | 02:49:37 */
div#page { overflow-x: hidden; }

/* スタッフ紹介
------------------------------------------------------- */
body.es-page-staff .rtc_block_staff .es-list-items > li h3 {
	color: #333 !important;
}

/* スタッフ詳細
------------------------------------------------------- */
.rtc_table_profile table tr td:first-child {
	width: 30%;
}
.rtc_table_profile table tr td:last-child {
	width: 70%;
}

/* 賃貸管理ページ - kanri
------------------------------------------------------- */
body.es-page-kanri .es-container.page-header { display: none; }

.rtc_block_kanricontent h3 {
	display: flex;
	align-items: center;
}
.rtc_block_kanricontent h3 > span {
	margin-right: 10px;
	padding: 10px;
	border-radius: 50%;
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	background-color: #32674A;
}
.rtc_block_kanricontent p {
	margin-bottom: 0 !important;
}



@media ( max-width: 480px ) {
	.rtc_kanri_cover_auto {
		min-height: 150px;
	}
	.rtc_kanri_cover_auto h1 {
		margin-bottom: 0 !important;
		font-size: 21px !important;
	}
	
	.rtc_kanri_maintxt {
		font-size: 12px !important;
	}
	
	
	/* スタッフ詳細
	------------------------------------------------------- */
	.rtc_table_profile table tr td:first-child,
	.rtc_table_profile table tr td:last-child {
		display: block;
		width: 100%;
	}
	
}