/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 20 2024 | 05:08:39 */
/* タイトル - title
-------------------------------------------------- */
.rtc_title_border {
	padding: 10px;
	border-left: 10px solid #B42841;
	border-bottom: 2px solid #B42841;
}

.rtc_title_num {
	display: flex;
	align-items: center;
}
.rtc_title_num > span {
	margin-right: 10px;
    padding: 0 10px;
	border-radius: 10px;
	color: #fff;
	background-color: #31ac56;
}

.rtc_title_case {
	padding: 15px 10px;
	color: #fff !important;
	background-color: #B42841;
	border-radius: 50vh;
}

.rtc_title_katsuyouhou {
	position: relative;
	margin: auto;
	padding-bottom: 10px;
	width: fit-content;
    border-bottom: 3px solid #2EAE55;
}
.rtc_title_katsuyouhou::before {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 43%;
	width: 0;
	height: 0;
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #32ad54 transparent transparent transparent;
}
.rtc_title_katsuyouhou::after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 43%;
	width: 0;
	height: 0;
	border-width: 14px 12px 0 12px;
	border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.rtc_title_underline {
	margin: 20px auto;
	padding: 10px;
	width: fit-content;
	border-bottom: 3px solid #B42841;
}

.rtc_title_doubleline {
	padding: 10px;
    border-bottom: double 5px #a42424;
}



/* 管理事例 - owner_case
-------------------------------------------------- */
.rtc_tbl_owner_case table tr td:nth-child(odd) {
	background-color: #f1efe2;
}

.rtc_tbl_two table tr td:first-child {
	width: 20% !important;
}
.rtc_tbl_two table tr td:last-child {
	width: 80% !important;
}


/* 自社責任施工 - owner_kinds
-------------------------------------------------- */
.rtc_list_neoplus {
	list-style: none;
}
.rtc_list_neoplus > li::first-letter {
	color: #B42841;
}


/* 利回りと投資の種類 - owner_interest
-------------------------------------------------- */
body.es-page-owner_interest .es-container.page-header {
	display: none;
}

.rtc_maker_yellow {
	background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #fff262 70%);
}

.rtc_mb0,
.rtc_mb0 p {
	margin-bottom: 0 !important;
}
.rtc_title_borderbottom {
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}
.rtc_tbl_calc table tr td:first-child {
	width: 10%;
	text-align: center;
	color: #fff;
	background-color: #333;
}
.rtc_tbl_calc table tr td:last-child {
	width: 90%;
	text-align: center;
}

.rtc_block_sublease .uagb-column__inner-wrap {
	padding: 0 !important;
}
.rtc_block_sublease h3 {
	margin-bottom: 0 !important;
}
.rtc_block_sublease p {
	margin-bottom: 0 !important;
	padding: 20px !important;
}


/* 土地活用 - owner_land
-------------------------------------------------- */
body.es-page-owner_land .es-container.page-header {
	display: none;
}
body.es-page-owner_land .site-content {
	padding-top: 30px;
}

.rtc_block_trouble {
    border: dotted 3px #31ac56;
}

.rtc_arrow {
	margin: 0 auto 30px;
	height: 80px;
    width: 80px;
	background-color: #31ac56;
	clip-path: polygon( 25% 70%, 25% 0, 75% 0, 75% 70%, 100% 70%, 50% 100%, 0 70% );
}


/* 自社一貫システム - owner_consistent
-------------------------------------------------- */
.rtc_ttl_owner_consistent {
	margin-bottom: 0 !important;
	font-family: "Noto Serif JP", serif;
}
.rtc_title_borderdot {
	padding: 10px;
	border-bottom: 2px dashed #a42424;
}
.rtc_title_boder_topdown {
	padding: 10px;
	border-top: 2px solid #a42424;
	border-bottom: 2px solid #a42424;
}


.rtc_list_num {
	list-style: none;
}

.rtc_list_sale_contact {
	margin: 0;
	list-style: none;
	text-align: center;
}
.rtc_list_sale_contact > li::first-letter {
	color: #ff9900;
}


/* 入居者Q&A - resident_qa
-------------------------------------------------- */
.rtc_list_newsqa {
	padding: 20px;
}

/* オーナーズシステム - owner_system
-------------------------------------------------- */
body.es-page-owner_system .es-container.page-header {
	display: none;
}
.rtc_cover_owner_system {
	background-color: #edf7ff;
	background-image: url( '/app/uploads/sites/1204/2024/06/owner_system.png' );
	background-position: top left;
	background-repeat: repeat;
	background-size: auto;
}

.rtc_ttl_owner_system {
	margin: 10px auto;
	width: fit-content;
	color: #a72126 !important;
	font-weight: bold;
	letter-spacing: .05em;
	text-shadow: 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff;
	background:linear-gradient( transparent 60%, #ff6 60% );
}

.rtc_ribon {
	position: relative;
	margin-bottom: 0 !important;
	padding: 5px;
	font-weight: bold !important;
	color: #fff !important;
	background-color: #a72126;
	clip-path: polygon(0 0, 100% 0, 98% 50%, 100% 100%, 0 100%, 2% 50%);
}

.rtc_ribon_abs {
	padding: 0px 20px;
	position: absolute;
    top: -10px;
    left: -81px;
	width: 80px;
	height: 80px;
	font-size: 26px;
	font-weight: bold !important;
	color: #fff;
	background-color: #A72126;
	clip-path: polygon(0 0, 0 100%, 100% 0);
}

.rtc_block_system {
	border: 10px solid #A72126;
}

.rtc_block_system .wp-block-uagb-column {
	overflow: visible;
	align-items: center;
}

.rtc_block_system .wp-block-image {
	margin-bottom: 0 !important;
}

.rtc_block_system h3 > span {
	font-size: 16px;
}
/* .rtc_owner_icon .uagb-column__overlay {
	border-radius: 50%;
	background-color: #A72126;
} */

/* .rtc_block_system p {
	margin-bottom: 0 !important;
} */

.clr_main { color: #a72126; }


/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	/* スマホ時に反転させる
	-------------------------------------------------- */
	.flex_reverse_sp .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	
	
	/* 管理事例 - owner_case
	-------------------------------------------------- */
	.rtc_tbl_owner_case table tr td {
		display: block;
	}
	
	.rtc_tbl_two table tr td:first-child,
	.rtc_tbl_two table tr td:last-child {
		display: block;
		width: 100% !important;
	}
	
	.rtc_tbl_owner_case table tr td:nth-child(odd) {
		border-bottom: 1px dashed #333;
	}
	.rtc_tbl_owner_case table tr td:nth-child(even) {
		border-top: none;
	}
	
	/* 利回りと投資の種類 - owner_interest
	-------------------------------------------------- */
	.rtc_tbl_calc table tr td:first-child, 
	.rtc_tbl_calc table tr td:last-child {
		display: block;
		width: 100%;
	}

	/* 入居者Q&A - resident_qa
	-------------------------------------------------- */
	.rtc_resident_qa_news {
		margin-left: 10px;
		margin-right: 10px;
	}

	/* オーナーズシステム - owner_system
	-------------------------------------------------- */
	.rtc_cover_owner_system p {
		font-size: 12px !important;
	}
	.rtc_ttl_owner_system {
		font-size: 18px !important;
	}
	p.rtc_ribon {
		font-size: 9px !important;
	}
	
	.rtc_ribon_abs {
		top: -140px;
		left: -20px;
	}
}