/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 17 2023 | 08:14:59 */
/* 基本 - common
-------------------------------------------------- */
a.wp-block-button__link {
	background-color: #033D90;
}
.rtc_line_under {
	padding: 10px;
	border-bottom: 1px dashed rgba( 9, 61, 141, 1 );
}

/* ナビ - nav
-------------------------------------------------- */
#masthead .site-logo-img .custom-logo {
	max-width: 600px;
}
#primary-menu li[class*="esx-icon-"]::before, #primary-menu li[class*="icon-"]::before {
	display: none;
}

/* トップ：フェイスブック - top-facebook
-------------------------------------------------- */
.rtc_block_facebook {
	display: block;
	margin: 0 auto;
}


/* 3つの特徴 - top-company-feature
-------------------------------------------------- */
.entry-content .top-company-feature h2::after {
	background-color: #fff !important;
}


/* Background - ストライプ柄
-------------------------------------------------- */
.stripe_bg > span {
	/* 都度変更 */
	background-size: auto auto;
	background-color: rgba(247, 247, 247, 1) !important;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255, 255, 255, 1) 20px, rgba(255, 255, 255, 1) 22px );
}

/* 物件情報の背景
-------------------------------------------------- */
.es_new_block .es-list .wp-block-column {
    background-color: #fff;
}


/* お問い合わせ箇所 - 色変更
-------------------------------------------------- */
.top_company_info span[class^=icon-], .top_company_info .inquiry_column strong a {
  color: #3CA371;
}
.top_company_info .inquiry_column .wp-block-button a {
  background: #3CA371;
}
p.has-text-align-center.esx-icon-telephone:before {
    color: #033d90;
}
.esx-footer-info-column div h3 {
    color: #033d90;
}
.esx-footer-info-column div .esx-icon-mail:before {
    color: #033d90;
}
/* 賃貸管理のご案内 - kanri
-------------------------------------------------- */
.flex_space_between .uagb-columns__inner-wrap {
	justify-content: space-between;
}

.kanri_block .uagb-column__inner-wrap {
	padding: 30px 20px !important;
}
.kanri_block figure {
	margin-bottom: 20px;
	text-align: center;
}
.kanri_block figure img {
	width: auto;
	height: 90px;
}

h3.cycle_num span {
	display: inline-block;
	width: 32px;
    height: 32px;
    margin-right: 15px;
    margin-bottom: 5px;
    padding-top: 1px;
    background-color: #093d8d;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
}


/* 不動産売却のご案内 - sale_information
-------------------------------------------------- */
.fukidashi {
  position: relative;
  margin: 0 10px 50px;
  padding: 10px;
  color: #fff !important;
  background: #093d8d;
  border-radius: 10px;
}
.fukidashi::before {
  position: absolute;
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -15px;
  background: #093d8d;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.list_check {
	list-style: none;
}
.list_check > li {
	display: flex;
	align-items: center;
}
.list_check > li::before {
	margin-right: 10px;
	content: '\e2e6';
	font-family: 'Material Icons Round';
	font-size: 21px;
	color: #3CA371;
}

.icon_heigth figure img {
	width: auto;
	height: 100px;
}
@media (max-width:480px){
	h2.has-text-align-center.fukidashi {
    font-size: 22px;
}
}

/* Q&A(FontAwesome版) - スライドトグル + JS
-------------------------------------------------- */
.qa_list {
  list-style: none;
  margin: 0 20px;
}

.qa_list > li {
  background: #eeeceb;
  border-radius: 10px;
}
.qa_list > li:not(:last-child) {
  margin-bottom: 20px;
}

.qa_list > li .question {
	display: flex;
	position: relative;
	padding: 20px 30px;
	font-weight: bold;
	color: #da3c2e;
	align-items: center;
	cursor: pointer;
}
.qa_list > li .anser {
	display: flex;
	padding: 0 30px;
	transition: .5s all ease;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.qa_list > li.is_active .anser {
	display: flex;
	padding: 20px 30px;
	height: auto;
	opacity: 1;
}

.qa_list > li .question::before {
	content: '\51';
	margin-right: 10px;
	font-size: 26px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	width: 1.25em;
	text-align: center;
}
/* .qa_list > li .anser::before {
  margin-right: 20px;
  content: '\41';
  font-size: 26px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #2274b9;
} */

.qa_list > li .question::after { /* 開くボタン用 */
  content: '';
  text-align: center;
  font-size: 24px;
  content: '\f055';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: auto;
  transition: .5s all ease;
}
.qa_list > li.is_active .question::after { /* 閉じるボタン用 */
  content: '\f057';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #2274b9;
}
.anser_block {
	padding: 30px;
	background: #fff;
	width: 100%;
}

.half_box {
	display: flex;
	margin-bottom: 30px;
}
.half_box .leftbox {
	padding-right: 20px;
	width: 75%;
}
.half_box .rightbox {
	width: 25%;
	background: gray;
}

.full_box {
	margin-top: 30px;
}

.caution {
	display: flex;
	align-items: center;
}
.caution span {
	text-decoration: underline;
}
.caution::before {
	margin-right: 10px;
	content: '\f071';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 32px;
	color: #eb647d;
}

.inner_ttl {
	color: #eb647d;
	font-weight: bold;
}
.contact_box .info {
	display: flex;
	align-items: center;
	color: #eb647d;
	font-weight: bold;
}
.contact_box .info p:first-child {
	font-size: 14px;
	line-height: 20px;
}
.contact_box .info p {
	margin: 0;
}
.contact_box .info .phone {
	margin-left: 30px;
	font-size: 24px;
	font-weight: bold;
}

.bohan_list > li {
	background: #fff;
}

figure.noimage {
	margin-bottom: 30px;
	width: 100%;
	height: 300px;
	background: #777;
}

.qa_list > li .fontbold { font-weight: bold; }

.trouble_list > li:nth-child(1) .question::before { content: '\e006'; }
.trouble_list > li:nth-child(2) .question::before { content: '\f7d8'; }
.trouble_list > li:nth-child(3) .question::before { content: '\f2cd'; }
.trouble_list > li:nth-child(4) .question::before { content: '\e51a'; }
.trouble_list > li:nth-child(5) .question::before { content: '\e4f1'; }
.trouble_list > li:nth-child(6) .question::before { content: '\f553'; }
.trouble_list > li:nth-child(7) .question::before { content: '\f0eb'; }
.trouble_list > li:nth-child(8) .question::before { content: '\f26c'; }
.trouble_list > li:nth-child(9) .question::before { content: '\f72e'; }
.trouble_list > li:nth-child(10) .question::before { content: '\e209'; }

.bohan_list > li .question::before { content: '\f06a'; }

.bohan_list > li .anser_block {
	background: rgba( 246, 249, 242, 1 );
}
.bohan_list > li .inner_ttl {
	color: #7dbe23;
}
.square_list {
	margin: 0 10px 30px;
	list-style: none;
}
.square_list > li {
	display: flex;
}
.square_list > li::before {
	margin-right: 10px;
	content: '\f0c8';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

ul.num_list {
	counter-reset: count 0;
	margin: 0 10px 30px;
}
ul.num_list > li {
	display: flex;
	align-items: center;
}

ul.num_list > li:before {
	margin-right: 10px;
	content: counter(count);
	counter-increment: count 1;
}

.strong_list > li {
	color: #7dbe23;
	font-weight: bold;
}
.strong_list > li:not(:last-child) {
	margin-bottom: 10px;
}
.strong_list > li::before {
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	background: #7dbe23;
	border-radius: 50%;
}
.strong_list > li i {
	margin: 0 20px;
}

.ttl_residents {
	
}

.btn_residents a {
	position: relative;
	width: 400px;
	background: #fff;
	color: #093d8d !important;
	border: 2px solid #093d8d;
}
.btn_residents a::after {
	position: absolute;
	right: 20px;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.btn_residents a:hover {
	color: #fff !important;
	background: #093d8d;
}

.update_block {
	margin: 20px auto;
	width: 1140px;
}
.update_block .update_comp {
	margin: 30px 0 0;
	padding: 20px;
	border-top: 1px solid #ccc;
}


.column_block {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column_block .column_inner {
	margin: 0;
	width: 30%;
	list-style: none;
}

.column_block .column_inner li:first-child {
	padding: 5px 20px;
	color: #fff;
	background: #888;
}
.column_block .column_inner li:not(:first-child) {
	display: flex;
	align-items: center;
	font-size: 12px;
}
.column_block .column_inner li:not(:first-child) span {
	display: inline-block;
	margin-right: 10px;
	padding: 10px 15px;
	width: 100px;
	height: 42px;
	background: #888;
	color: #fff;
	text-align: center;
}

.column_block .column_inner li.other_border {
	margin-top: 30px;
	padding-top: 20px;
	border-top: dashed 1px #777;
}

.column_block .column_inner li:not(:first-child) span.primary { background: #eb647d; }
.column_block .column_inner li:not(:first-child) span.secondary { background: #7dbe23; }
.column_block .column_inner li:not(:first-child) span.tertiary { background: #35b6cd; }

.column_block .column_inner li:not(:first-child) p {
	margin-bottom: 0 !important;
	flex: 1;
}

.column_block .column_inner li:not(:last-child) {
	margin-bottom: 10px;
}

.column_block .column_inner_full {
	margin-top: 30px;
	padding: 20px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	color: #7dbe23;
	border-top: 1px solid #777;
}
.column_block .column_inner_full p {
	margin-bottom: 0 !important;
}

/* 流れ - flow
-------------------------------------------------- */
.flow {
	padding-left: 120px;
	position: relative;
	list-style: none;
}
.flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
}
.flow > li {
	position: relative;
}
.flow > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flow > li .icon {
	font-size: 12px;
	color: #fff;
	background: rgba( 9, 61, 141, 1 );
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 100;
}
.flow > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent rgba( 9, 61, 141, 1 );
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow > li dl {
	padding-left: 70px;
	position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: rgba( 9, 61, 141, 1 );
	border-radius: 50%;
	left: -4px;
}
.flow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: rgba( 9, 61, 141, 1 );
	margin-bottom: 1vh;
}
.flow > li dl dd {
	display: flex;
	margin: 10px 0 0;
}
.flow > li dl dd p {
	flex: 1;
}
.flow > li dl dd figure {
	margin-right: 10px;
	width: 150px;
	height: 100px;
	background: #ccc;
}


/* サイドメニュー - sidemenu
-------------------------------------------------- */
.side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100vh;
	background: #fff;
	box-shadow: 0 0 10px rgba( 0, 0, 0, .3 );
	z-index: 9999;
	border-left: 20px solid rgba( 9, 61, 141, 1 );
}

.side_logo {
	margin: 80px 20px 50px;
}

.side_menu_list {
	list-style: none;
	margin: 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.side_menu_list > li {
	position: relative;
	padding: 20px 10px;
}
.side_menu_list > li a {
	display: block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	transition: .5s all ease;
}
.side_menu_list > li a:hover {
	color: rgba( 9, 61, 141, 1 );
}
.side_menu_list > li a::after {
	position: absolute;
	right: 10px;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: rgba( 9, 61, 141, 1 );
}

.side_menu_list > li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.sp_ankerlink {
	display: none;
}


/* 入居者窓口 - residents
-------------------------------------------------- */
.rtc_block_padding {
	padding: 20px calc(50vw - 50%);
}
body[class*="es-page-residents"] div#page {
    padding-left: 300px;
}
body[class*="es-page-residents"] div#content {
	overflow-x: hidden;
}
.list_qa_sample {
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.list_qa_sample > li {
	width: 32%;
	border: 3px solid rgba( 235, 237, 244, 1 );
	border-radius: 10px;
	transition: ease all .6s;
}
.list_qa_sample > li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
.list_qa_sample > li a::before {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	text-align: center;
	content: '\f35a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.list_qa_sample > li:hover {
	background: rgba( 245, 245, 245, 1 );
}
.list_qa_sample > li:hover a {
	color: rgba( 193, 38, 131, 1 );
}
.list_qa_sample > li:nth-child(1) a::before { content: '\f7d8'; }
.list_qa_sample > li:nth-child(2) a::before { content: '\f043'; }
.list_qa_sample > li:nth-child(3) a::before { content: '\f084'; }
.list_qa_sample > li:nth-child(4) a::before { content: '\f26c'; }
.list_qa_sample > li:nth-child(5) a::before { content: '\f520'; }
.list_qa_sample > li:nth-child(6) a::before { content: '\f0e7'; }
.list_qa_sample > li:nth-child(7) a::before { content: '\f5e4'; }
.list_qa_sample > li:nth-child(8) a::before { content: '\3f'; }
.list_qa_sample > li:nth-child(9) a::before { content: '\f31c'; }
.list_qa_sample > li:nth-child(10) a::before { content: '\f021'; }
.list_qa_sample > li:nth-child(11) a::before { content: '\f05e'; }
.list_qa_sample > li:nth-child(12) a::before { content: '\f157'; }
.list_qa_sample > li:nth-child(13) a::before { content: '\e54a'; }
.list_qa_sample > li:nth-child(14) a::before { content: '\f15c'; }


.qa_list dt {
	cursor: pointer;
	display: flex;
	padding: 10px 20px;
	background: rgba( 245, 245, 245, 1 );
	border-radius: 10px;
}
.qa_list dt::before,
.qa_list dd::before {
	content: '\51';
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: rgba( 45, 144, 250, 1 );
}
.qa_list dd:before {
	content: '\41';
	font-size: 16px;
	color: rgba( 193, 38, 131, 1 );
}

.qa_list dt::after {
	margin-left: auto;
	content: '\f055';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	transition: all ease .6s;
	align-self: center;
}

.qa_list dt.is_active::after {
	color: rgba( 193, 38, 131, 1 );
	transform: rotate( 45deg );
}

.qa_list dd {
	display: flex;
	margin: 10px 0 20px;
	padding: 0 20px;
	height: 0;
	font-size: 14px;
	border-radius: 10px;
	background: rgba( 251, 193, 203, .3 );
	overflow: hidden;
	transition: all ease .6s;
}
.qa_list dd div {
	flex: 1;
}

.qa_list dt.is_active + dd {
	padding: 20px;
	height: auto;
}

.qa_list dd .qa_check_list {
	list-style: none;
	margin: 20px 0 20px 10px;
}
.qa_list dd .qa_check_list > li {
	display: flex;
	font-weight: bold;
}
.qa_list dd .qa_check_list > li::before {
	display: inline-block;
	margin-right: 10px;
	width: 15px;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: rgba( 59, 177, 170, 1 );
	flex-shrink: 0;
}

.qa_list dd .qa_step_list {
	list-style: none;
	margin: 10px;
}
.qa_list dd .qa_step_list > li {
	counter-increment: cnt;
	display: flex;
}
.qa_list dd .qa_step_list > li:not(:last-child) {
	margin-bottom: 10px;
}
.qa_list dd .qa_step_list > li::before {
	display: inline-block;
	margin-right: 10px;
	content: counter(cnt);
	color: #fff;
	background: rgba( 23, 45, 92, 1 );
    width: 25px;
    height: 25px;
    text-align: center;
	border-radius: 50%;
	flex-shrink: 0;
}

.qa_links {
	display: block;
	margin: 20px auto 10px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
}

body[class*="es-page-qa_sample"] div#page {
	padding-left: 300px;
	overflow-x: hidden;
}

.side_menu {
	position: fixed;
	padding-top: 100px;
	top: 0;
	left: 0;
	width: 300px;
	height: 100vh;
	flex-direction: column;
	background: #fff;
	z-index: 9;
	box-shadow: 0 0 3px rgba( 0, 0, 0, .3 );
}
.side_menu > li {
	width: 100%;
	border: none;
	border-radius: 0;
}
.side_menu > li:not(:last-child) {
	border-bottom: 1px solid rgba( 220, 220, 220, 1 );
}

.rtc_textcenter { text-align: center; }




@media ( max-width: 480px ) {
	#masthead .site-logo-img .custom-logo {
		max-width: 100%;
	}
	
	.cover_height {
		min-height: 200px;
	}
	.cover_height h1 {
		font-size: 18px;
	}
	
	.list_check {
		margin: 0;
	}
	
	.top-company-feature h2 {
		margin: 20px 0;
		font-size: 18px;
	}
	.top-company-feature h3 {
		font-size: 16px;
	}
	.top-company-feature p {
		font-size: 12px;
	}
	.top-company-feature p br {
		display: none;
	}
	
	/* ----- flow:Step ----- */
	.flow {
		padding-left: 0;
	}
	.flow::before {
		left: 0;
	}
	.flow > li .icon {
		position: relative;
		margin-left: 30px;
		margin-bottom: 20px;
		top: 0;
		left: 0;
	}
	.flow > li .icon::after {
		left: -10px;
		width: 10px;
		clip-path: polygon( 100% 0, 0 50%, 100% 100% );
		height: 10px;
		background: rgba( 9, 61, 141, 1 );
		border: none;
	}
	.flow > li dl {
		padding-left: 35px;
	}
	.flow > li dl::before {
		margin-top: 0;
	}
	.flow > li dl::after {
		width: 10px;
	}
	.flow > li dl dd {
		flex-direction: column;
	}

	/* ----- [●--- がずれた場合] ----- */
	.flow > li:not(:first-child) dl::after {
		top: 18px;
	}
	
	.update_block {
		width: 100%;
	}
	.btn_residents a {
		width: 320px;
	}
	
	
	/* ----- qa_list ----- */
	.qa_list {
		margin: 0;
	}
	.qa_list > li .question {
		padding: 20px;
		font-size: 14px;
	}
	
	.anser_block {
		padding: 20px;
	}
	.anser_block .half_box {
		flex-direction: column-reverse;
	}
	.anser_block .half_box .leftbox,
	.anser_block .half_box .rightbox {
		width: 100%;
	}
	
	.contact_box .info {
		flex-direction: column;
	}
	.contact_box .info .phone {
		margin-left: 0;
	}
	
	.caution {
		flex-direction: column;
	}
	
	/* ----- bohan_list ----- */
	.bohan_list ul.num_list > li {
		flex-direction: column;
	}
	.bohan_list .strong_list > li::before {
		margin-bottom: 20px;
	}
	.bohan_list .strong_list > li i {
		display: none;
	}
	
	.square_list > li {
		flex-wrap: wrap;
	}
	.square_list > li a {
		width: 100%;
	}
	
	.column_block {
		flex-wrap: wrap;
	}
	.column_block .column_inner {
		margin-bottom: 20px;
		width: 100%;
	}
	
/* 	.side_menu {
		display: none;
	} */
	
	.sp_ankerlink {
		display: block;
	}
	.sp_ankerlink .uagb-columns__inner-wrap {
		display: flex;
		justify-content: space-between;
	}
	.sp_ankerlink .uagb-columns__inner-wrap .wp-block-uagb-column {
		width: 30% !important;
	}
	.sp_ankerlink .uagb-columns__inner-wrap .uagb-column__inner-wrap {
		padding: 10px 5px;
	}
	.sp_ankerlink .uagb-columns__inner-wrap .wp-block-uagb-column figure {
		display: block;
	}
	.sp_ankerlink .uagb-columns__inner-wrap .wp-block-uagb-column figure img {
		width: auto;
		height: 50px;
	}
	.sp_ankerlink .wp-block-image {
		margin-bottom: 0 !important;
	}
	.sp_ankerlink .uagb-columns__inner-wrap .wp-block-uagb-column figure figcaption {
		display: block;
		margin-bottom: 0 !important;
		font-size: 9px;
		color: #fff;
	}
	
	
	/* 入居者窓口 - residents
	-------------------------------------------------- */
	body[class*="es-page-residents"] div#page {
		padding-left: 0;
	}
	
	.qa_ttl {
		display: block;
	}
	
	.list_qa_sample > li {
		width: 48%;
	}
	.list_qa_sample > li a {
		padding: 10px;
		font-size: 12px;
		text-align: center;
	}
	.list_qa_sample > li a::before {
		width: 100%;
		font-size: 16px;
	}
	.list_qa_sample > li:not(:nth-child(3n)) {
/* 		margin-right: 0; */
	}
	.list_qa_sample > li:nth-child(2n) {
		margin-left: auto;
	}
	
	.side_menu {
		position: static;
		margin-bottom: 50px;
		padding-top: 0;
		width: 100%;
		height: auto;
		box-shadow: none;
		flex-direction: row;
		border-left: none;
	}
	.list_qa_sample > li:not(:last-child) {
		border-bottom: none;
	}
	.list_qa_sample > li {
		margin-bottom: 10px;
		border-radius: 10px;
		background: rgba( 245, 245, 245, 1 );
	}
	
	.qa_list dt {
		font-size: 14px;
	}
}
