/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2025 | 03:58:06 */
.rtc_ttl_borderbottom {
	padding: 10px 5px;
	border-bottom: 2px solid #434343;
}

.rtc_arrow_center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.rtc_arrow_center figure {
	margin-bottom: 0 !important;
	text-align: center;
}

/* スタッフ紹介 */
.rtc_block_staff .es-list.grid h3 {
    text-align: center;
}

/* スマホ - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	.rtc_arrow_center figure img {
		transform: rotate(90deg);
	}
}