/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2024 | 05:09:41 */
#page {
	overflow-x: hidden;
}

/* ページ：お客様の声
-------------------------------------------------- */
.rtc_border_bottom {
	border-bottom: 1px solid #A72126;
}


/* ページ：会社概要
-------------------------------------------------- */
.rtc_company_link a img {
	transition: all ease .6s;
}
.rtc_company_link a:hover img {
	opacity: .6;
	transform: scale( 1 );
}


/* ページ：入居者Q&A - page:resident_qa
-------------------------------------------------- */
body.es-page-resident_qa .es-container.page-header {
	display: none;
}
body.es-page-resident_qa .main-header-bar.es-header-breadcrumb,
body.es-page-resident_qa .site-content,
body.es-page-resident_qa footer.site-footer {
    margin-left: 300px;
}

body.es-page-resident_qa .es-container {
	width: clamp(768px, 90%, 1600px);
    max-width: initial;
}

body.es-page-resident_qa header .es-container {
	max-width: 100%;
}

.rtc_qa_cover {
	padding: 0 !important;
}

.rtc_side_menu {
	position: fixed;
	padding: 240px 10px 80px;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	flex-direction: column;
	background: #fff;
	z-index: 101;
	overflow: auto;
}

body.es-page-resident_qa.nav_moved .rtc_side_menu {
	padding-top: 100px;
}


.rtc_side_menu > li {
	width: 100%;
	border: none;
	border-radius: 0;
}
.rtc_side_menu > li:not(:last-child) {
	margin-bottom: 10px;
}


.rtc_list_qa_anker {
	margin: 20px 0;
	list-style: none;
	display: flex;
/* 	flex-wrap: wrap; */
/* 	background-color: #FFFBEC; */
	transition: all ease .6s;
}

.rtc_list_qa_anker > li a {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	color: #fff;
	background-color: #FF9900;
	border-radius: 50vh;
	text-decoration: none;
	transition: ease all .6s;
}
.rtc_list_qa_anker > li a::before {
	display: inline-block;
	content: '';
	margin-right: 10px;
	width: 25px;
	height: 25px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.rtc_list_qa_anker > li a:hover {
	color: #fff !important;
	background-color: #2f333b;
}
.rtc_list_qa_anker > li:nth-child(1) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon01.png' ); }
.rtc_list_qa_anker > li:nth-child(2) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon02.png' ); }
.rtc_list_qa_anker > li:nth-child(3) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon03.png' ); }
.rtc_list_qa_anker > li:nth-child(4) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon04.png' ); }
.rtc_list_qa_anker > li:nth-child(5) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon05.png' ); }
.rtc_list_qa_anker > li:nth-child(6) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon06.png' ); }
.rtc_list_qa_anker > li:nth-child(7) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon07.png' ); }
.rtc_list_qa_anker > li:nth-child(8) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon08.png' ); }
.rtc_list_qa_anker > li:nth-child(9) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon09.png' ); }
.rtc_list_qa_anker > li:nth-child(10) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon10.png' ); }
.rtc_list_qa_anker > li:nth-child(11) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon11.png' ); }
.rtc_list_qa_anker > li:nth-child(12) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon12.png' ); }
.rtc_list_qa_anker > li:nth-child(13) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon12.png' ); }
.rtc_list_qa_anker > li:nth-child(14) a::before { background-image: url( '/app/uploads/sites/1290/2024/10/resident_qa_icon13.png' ); }


.rtc_title_fukidashi {
	position: relative;
	padding: 10px 20px;
	color: #fff !important;
	text-align: left;
	background: #8DD141;
	border-radius: 10px;
}
.rtc_title_fukidashi::before {
  position: absolute;
	content: '';
	display: block;
	width: 25px;
	height: 20px;
	left: 50px;
	bottom: -15px;
	background: #8DD141;
	clip-path: polygon( 50% 100%, 0 0, 100% 0 );
}

.rtc_qa_list {
	margin: 30px 0;
}
.rtc_qa_list dt {
	cursor: pointer;
	display: flex;
	margin-top: 20px;
	padding: 10px 20px;
	width: 100%;
	color: #555;
	background: #ECF8E1;
	border-radius: 10px;
	transition: ease all .6s;
	float: none;
}
.rtc_qa_list dt:nth-of-type(even) {
	background: #E6F2DB;
}
.rtc_qa_list dt::before,
.rtc_qa_list dd::before {
	content: '';
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-image: url( '/app/uploads/sites/1290/2024/11/icon_q.png' );
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	color: rgba( 45, 144, 250, 1 );
	flex-shrink: 0;
}
.rtc_qa_list dd:before {
	background-image: url( '/app/uploads/sites/1290/2024/11/icon_a.png' );
	color: rgba( 193, 38, 131, 1 );
}

.rtc_qa_list dt::after {
	margin-left: auto;
	content: '\f055';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	transition: all ease .6s;
	color: #FFCC00;
	align-self: center;
}

.rtc_qa_list dt.is_active::after {
	color: #FF9900;
	transform: rotate( 45deg );
}
.rtc_qa_list dt.is_active {
	border-radius: 10px 10px 0 0;
}

.rtc_qa_list dd {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0;
	padding: 0 20px;
	width: 100%;
	height: 0;
	font-size: 14px;
	border-radius: 0 0 10px 10px;
	background: #ECF8E1;
	overflow: hidden;
	transition: all ease .6s;
	float: none;
}
.rtc_qa_list dd:nth-of-type(even) {
	background: #E6F2DB;
}
.rtc_qa_list dd div {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.rtc_qa_list dd img {
	margin-left: auto;
	padding-left: 20px;
	max-width: 300px;
	align-self: flex-start;
}
.rtc_qa_list dd div:nth-child(2) {
	margin-left: 20px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rtc_qa_list dd div:nth-child(2) img {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
	width: 46%;
}

.rtc_qa_list dd h3 {
	margin: 1rem 0 !important;
	padding: 5px 10px;
	font-size: 14px !important;
	color: #fff;
	background-color: #a72126;
	border-radius: 10px;
}

.rtc_qa_list dt.is_active + dd {
	padding: 20px;
	height: auto;
}

.rtc_btn_support {
	display: block;
	margin-top: 10px;
	padding: 5px 30px;
	width: 100%;
	color: #fff;
	text-align: center;
	border-radius: 50vh;
	background-color: rgba( 92, 165, 216, 1 );
}
.rtc_btn_support:hover {
	color: #fff;
	text-decoration: none;
	opacity: .6;
}

.rtc_qa_list dt.rtc_color_blue, .rtc_qa_list dd.rtc_color_blue {
	background-color: rgba( 231, 244, 245, 1 );
}


.qa_check_list {
	margin: 10px 0;
	list-style: none;
}
.qa_check_list > li {
	display: flex;
	align-items: flex-start;
}
.qa_check_list > li::before {
	margin-right: 5px;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #A72126;
	flex-shrink: 0;
}

.rtc_qa_links {
	margin-top: 30px;
	border-radius: 50vh;
}


.rtc_resident_qa_news {
	padding: 0 !important;
	border: 3px solid #4C4C4C;
	border-radius: 20px;
	overflow: hidden;
}
.rtc_resident_qa_news .uagb-column__inner-wrap {
	padding: 0 !important;
}
.rtc_resident_qa_news h2 {
	padding: 10px;
	color: #fff;
	background-color: #4C4C4C;
}

.rtc_resident_qa_news a.wp-block-button__link {
	padding: 5px 0;
	width: 240px;
}

.rtc_qa_list .rtc_caution {
	margin-top: 2rem;
	width: 100%;
	text-align: center;
	color: red;
}

.rtc_title_check {
	margin-bottom: .5rem !important;
	text-decoration: underline;
}
.rtc_title_check > span {
	display: inline-block;
	margin-right: 10px;
	padding: 0 15px;
	color: #fff;
	background-color: #a72126;
	border-radius: 10px;
	text-decoration: none;
}



/* タブレット版 - tablet
-------------------------------------------------- */
@media ( max-width: 768px ) {
	body.es-page-resident_qa .main-header-bar.es-header-breadcrumb,
	body.es-page-resident_qa .site-content,
	body.es-page-resident_qa footer.site-footer {
		margin-left: 0;
	}
	body.es-page-resident_qa .es-container {
		width: 100%;
	}
	.rtc_side_menu {
		position: static;
		padding-top: 0;
		width: 100%;
		height: auto;
		box-shadow: none;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.rtc_list_qa_anker {
		margin: 0;
		padding: 20px 10px !important;
	}
	.rtc_list_qa_anker > li:not(:last-child) {
		border-bottom: none;
	}
	.rtc_list_qa_anker > li a {
		padding: 10px;
		font-size: 11px;
		font-weight: bold;
	}
	.rtc_list_qa_anker > li {
		margin-bottom: 10px;
		width: 32%;
		border-radius: 10px;
	}
	.rtc_list_qa_anker > li:not(:nth-child(3n)) {
		margin-right: 2%;
	}


	.rtc_qa_list dt {
		font-size: 14px;
	}
	.rtc_qa_list dd div {
		flex-direction: column;
	}
	.rtc_qa_list dd div img {
		margin: 10px 0 0;
		padding-left: 0;
	}

	.rtc_btn_support {
		margin: 10px auto;
		width: 100%;
	}

	.rtc_qa_list dd div:nth-child(2) {
		flex: auto;
	}
	
	.rtc_title_fukidashi {
		margin: 0 10px;
		font-size: 16px !important;
	}
}


/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap { /* ★ SP時上下反転 */
		display: flex;
		flex-direction: column-reverse;
	}
	
	.rtc_resident_qa_news {
		margin-left: 10px;
		margin-right: 10px;
	}
	.rtc_resident_qa_news h2, .rtc_resident_qa_news .wp-block-button__link {
		font-size: 16px;
	}
	
	.rtc_ttl_sub {
		padding: 10px !important;
	}
	
	.rtc_font_small {
		line-height: 1 !important;
	}
	.rtc_font_small > strong {
		font-size: 16px;
	}
	.rtc_font_small > span {
		margin-top: 20px;
	}
	
	.rtc_list_qa_anker > li {
		width: 49%;
	}
	.rtc_list_qa_anker > li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.rtc_list_qa_anker > li:nth-child( odd ) {
		margin-right: 2%;
	}
	
	.rtc_flex_center > .uagb-columns__inner-wrap {
		flex-wrap: wrap;
	}
	
	.rtc_flex_center p {
		font-size: .9rem !important;
	}
	.rtc_flex_center p br { display: none; }
}