/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2024 | 07:57:58 */
.w-1180{
	min-width: 1180px;
	margin: 0 auto;
}
@media screen and (max-width: 480px){
	.w-1180{
		min-width: 100%;
		padding: 0 10px;
	}
}

/* #colophon */
#colophon{
	display: none;
}
/* .es-list-content  info */
.es-list-content {
	display: flex;
	flex-wrap: wrap;
}
.es-list-wrapper {
	padding: 0;
}
.es-list.list-border-bottom li {
	padding: 40px 0;
	font-size: 16px;
}
.es-list-content .date {
	width: 160px;
	padding-left: 30px;
	color: #969696;
}
.es-list-content .wrap {
	width: calc(100% - 160px);
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 2;
}
@media screen and (max-width: 480px){
	.es-list-content {
		display: block;
	}
	.es-list.list-border-bottom li {
		padding: 20px 0;
		font-size: 14px;
	}
	.es-list-content .date {
		width: 100%;
		padding-left: 0;
	}
	.es-list-content .wrap {
		width: 100%;
	}
}

/* .entry-header h1.entry-title */
.entry-header {
	border-left: solid 4px #0e316c;
	margin: 40px auto;
	padding-left: 20px !important;
	max-width: 1140px;
	position: relative;
}

.entry-header h1.entry-title{
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	color: #142d62;
}
@media screen and (max-width: 480px){
	.entry-header {
		margin: 0;
	}
	.es-sale.es-separate-container #content .es-container.page-header{
		padding-bottom: 10px;
	}
	.entry-header h1.entry-title{
		font-size: 28px;
		line-height: 1.4;
	}
}



/* form */
.es-form-items .jimbutsu_name,
.es-form-items .jimbutsu_name_kana,
.es-form-items .mail,
.es-form-items .denwa_number,
.es-form-items .yubin_number,
.es-form-items .prefecture,
.es-form-items .city,
.es-form-items .town,
.es-form-items .chome,
.es-form-items .nokori_jusho,
.es-form-items .bukken_yubin_number,
.es-form-items .bukken_prefecture,
.es-form-items .bukken_city,
.es-form-items .bukken_town,
.es-form-items .bukken_chome,
.es-form-items .bukken_nokori_jusho {
	/*margin-top: 5px;*/
}
.es-form-label.prefecture {
	margin-top: 20px;
}

.es_form_2col_wrap p.es-form-item{
	margin-bottom: 15px;
}
.form-note{
	display: block;
	margin: 0.5em 0 0;
	font-size: 14px;
	color: #e30301;
}
.form-note02{
	display: block;
	font-size: 14px;
}
.form-privacy{
	margin: 0 0 30px;
	padding: 30px 0 0;
	border-top: 1px solid #bdbdbd;
	display: block;
	font-size: 16px;
}
.form-privacy .privacy-txt02{
	display: block;
	font-size: 14px;
}
.wpcf7 .wpcf7-form .wpcf7-button.copy_address {
	background: #7c91b3;
	color: #fff;
	border-radius: 5px;
	box-shadow: none;
	font-size: 14px;
}
.es_form_2col_wrap p.es-form-item:not(.note) > span > label {
	margin: 0 0 0.3em;
}
@media screen and (max-width: 480px){
	form{
		font-size: 13px;
	}
	.form-note{
      	margin: 0 0 0 0.5em;
		display: inline;
		font-size: 11px;
	}
	.form-note02{
		font-size: 11px;
	}
 	.form-privacy{
		font-size: 13px;
	}
	.form-privacy .privacy-txt02{
		font-size: 11px;
	}
}
/* ttl-h01 */
.ttl-h01{
	margin: 0 0 80px;
	color: #0e316c !important;
	font-size: 40px  !important;
	text-align: center !important;
}
.ttl-h01::before{
	content: "";
	display: block;
	width: 2px;
	height: 70px;
	margin: 0 auto 26px;
	background: #0e316c;
}
.ttl-h01::after{
  content: none !important;
}
.cttl-cap{
	display: block;
	margin: 10px 0 0;
	font-size: 18px;
	color: #000;
}

@media screen and (max-width: 480px){
	.ttl-h01{
		margin: 0 0 40px;
		font-size: 20px !important;
	}
	.ttl-h01::before{
		height: 52px;
		margin: 0 auto 10px;
	}
	.cttl-cap{
		margin: 10px 0 0;
		font-size: 14px;
	}

}


/* ttl-h02 */
.ttl-h02{
	margin: 0 0 80px;
	color: #0e316c !important;
	font-size: 40px  !important;
	text-align: center !important;
}
.ttl-h02::after{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto 15px;
	background: #0e316c;
}
@media screen and (max-width: 480px){
	.ttl-h02{
		margin: 0 0 40px;
		font-size: 22px !important;
	}
	.ttl-h02::after{
		width: 28px;
		height: 1px;
		margin: 0 auto 17px;
	}
}


/* btn-more */
.btn-more{
	width: 240px;
	margin: 0 auto;
}
.btn-more a{
	display: block;
	padding: 20px 20px 20px 0;
	font-size: 18px;
	text-align: center;
	color: #000;
	border-bottom: solid 1px #000;
	position: relative;
}
.btn-more a::before{
	content: "";
	display: block;
	width: 20px;
	height: 4px;
	background: url(/wp-content/uploads/sites/833/2022/09/ico_arrrow.png) no-repeat 50% 50% / 100% auto;
	position: absolute;
	top: 50%;
	right: 12px;
	margin: -2px 0 0;
	transition: all ease 0.4s;
}
.btn-more a:hover::before{
	right: 0;
}

@media screen and (max-width: 480px){
	.btn-more{
		width: 240px;
		margin: 0 auto;
	}
	.btn-more a{
		padding: 10px 15px 10px 0;
		font-size: 14px;
	}
	.btn-more a::before{
		right: 5px;
	}
	.btn-more a:hover::before{
		right: 5px;
	}
}


/* btn-primary */
.btn-primary {
	max-width: 780px;
	margin: 0 auto;
}
.btn-primary a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 10px 22px;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	background: #0e316c;
	text-align: center;
}
.btn-primary a::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 7px);
	right: 30px;
}

@media screen and (max-width: 480px){
	.btn-primary {
	}
	.btn-primary a {
		padding: 15px 0;
		font-size: 16px;
	}
	.btn-primary a::before {
		width: 12px;
		height: 12px;
		right: 15px;
		top: calc(50% - 6px);
	}


}

/* フッターバー */
@media screen and (max-width: 480px){
	body.es-page-uritai,
	body.es-page-uritai-kaitori,
	body.es-page-uritai-lb,
  	body.es-page-houseup,
  	body.es-page-senior{
		padding-bottom: 0 !important;
	}
 	.es-page-uritai .footer_bt_bar.fixed,
	.es-page-uritai-kaitori .footer_bt_bar.fixed,
	.es-page-uritai-lb .footer_bt_bar.fixed,
  	.es-page-houseup .footer_bt_bar.fixed,
  	.es-page-senior .footer_bt_bar.fixed{
		display: none;
	}
	.es-page-uritai #pagetop,
	.es-page-uritai-kaitori #pagetop,
	.es-page-uritai-lb #pagetop,
  	.es-page-houseup #pagetop,
  	.es-page-senior  #pagetop{
		bottom: 0;
	}
}


/*
	TOPページ home
-------------------------------------------------- */
.home .site-main{
  overflow: hidden;
}
.home.es-separate-container #primary,
.home.es-separate-container #secondary {
    padding-bottom: 0 !important;
}
.home .es-container{
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.site-footer{
  margin-top: 0;
}

.home #mv{
	margin: 0;
  	position: relative;
}
.home #mv img{
	width: 100%;
	height: auto;
}
.home #mv img.wappen{
  	position: absolute;
  	top: 25px;
  	right: 25px;
  	width: 12%;
  	max-width: 230px;
}

.home .btn-sale{
	margin: 0 auto 150px;
}

/* 買いたい、都市タワー一覧 */
.es_new_block_items.has-4-columns::before,
.es_new_block_items.has-4-columns::after,
.search_btn_group.has-4-columns::before,
.search_btn_group.has-4-columns::after,
.top-company-feature .wp-block-columns.has-4-columns::before,
.top-company-feature .wp-block-columns.has-4-columns::after {
	/* width: calc(33% - 30px); */
}

.home .top-sale-list {
	/*padding-bottom: 0 !important;*/
}
.home .top-sale-list .wp-block-column:nth-child(n + 9){
	display: none;
}
.home .top-other-list .wp-block-column:nth-child(n + 5){
	display: none;
}

.home .top-sale-list .es_new_block .es-list .wp-block-column,
.home .top-tower-list .es_new_block .es-list .wp-block-column{
	border: none !important;
}
.home .top-sale-list .es_new_block .es-list .wp-block-column .aa,
.home .top-tower-list .es_new_block .es-list .wp-block-column .aa{
	color: #0e316c;
	font-size: 18px;
}
.home .top-sale-list .es_new_block .es-list .wp-block-column .aa.has-icon,
.home .top-tower-list .es_new_block .es-list .wp-block-column .aa.has-icon{
	color: #000;
}




/* top-news-list */
.home .ttl-news{
	margin: 0;
	padding: 0 10px 30px;
	background: #f2f4f4;
}
.home .top-news-list {
	background: #f2f4f4;
}
.home .top-news-list .ttl-news {
	padding: 12px 18px;
	background: #0e316c;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
.home .top-news-list .ttl-news::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 0 15px 0 0;
	background: #b7c2d3;
	vertical-align: middle;
}
.home .top-news-list .es-list-wrapper {
	padding-bottom: 0;
}
.home .top-news-list .wp-block-column{
	background: #fff;
	padding-top: 0;
}
.home .top-news-list .es-list.list-border-bottom li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: none;
}
.home .top-news-list .es-list.list-border-bottom li:first-child {
	border-top: none;
}
.home .top-news-list .wp-block-column a{
	display: block;
	padding: 28px;
	font-size: 16px;
	color: #111;
}

.home .top-news-list .wp-block-column a .date{
	color: #969696;
}
.home .news-btn-wrap{
	padding: 40px 0;
	background: #f2f4f4;
}

/* .es-list-content  news */
.home .top-news-list .es-list-content {
	display: block;
}
.home .top-news-list .es-list.list-border-bottom li {
}
.home .top-news-list .es-list-content .date {
	width: 100%;
	padding-left: 0;
}
.home .top-news-list .es-list-content .wrap {
	width: 100%;
	line-height: 2;
}

/* #contactWrap */
.home #contactWrap .contact-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0 100px;
	color: #fff;
	text-align: center;
}
.home #contactWrap .f-block{
	display: flex;
}
.home #contactWrap .f-block .contact-item{
	width: 50%;
}
.home #contactWrap .contact-item h3{
	margin: 0 0 36px;
	font-size: 40px;
	line-height: 1;
	color: #fff;
}
.home #contactWrap .contact-item h3::before{
	content: "";
	display: block;
	width: 2px;
	height: 70px;
	margin: 0 auto 26px;
	background: #fff;
}
.home #contactWrap .contact-item h3 span{
	display: block;
	margin: 0 0 15px;
	font-size: 24px;
}

.home #contactWrap .contact-item .txt{
	margin: 0 0 70px;
	font-size: 18px;
	line-height: 1.8;
}
.home #contactWrap .contact-item .btn{
	margin: auto auto 0;
	width: 568px;
}
.home #contactWrap .contact-item .btn a{
	display: block;
	padding: 30px 0;
	background: #fff;
	font-size: 24px;
	line-height: 1;
}
.home #contactWrap .contact-item .btn a::before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 18px;
	margin: 0 24px 0 0;
}

.home #contactWrap .contact-item.contact-item01{
	background: #0e316c;
}
.home #contactWrap .contact-item.contact-item01 h3{
	margin: 0 0 20px;
}
.home #contactWrap .contact-item.contact-item01 .btn{
	width: 780px;
}
.home #contactWrap .contact-item.contact-item01  .btn a{
	color: #0e316c;
}
.home #contactWrap .contact-item.contact-item01  .btn a::before{
	background: url("/wp-content/uploads/sites/833/2022/09/ico_mail01.png") no-repeat 50% 50% / contain;
}
.home #contactWrap .contact-item02{
	background: #1265bd;
}
.home #contactWrap .contact-item.contact-item02  .btn a{
	color: #1265bd;
}
.home #contactWrap .contact-item.contact-item02  .btn a::before{
	background: url("/wp-content/uploads/sites/833/2022/09/ico_mail02.png") no-repeat 50% 50% / contain;
}

.home #contactWrap .contact-item03{
	background: #309dcb;
}
.home #contactWrap .contact-item.contact-item03  .btn a{
	color: #309dcb;
}
.home #contactWrap .contact-item.contact-item03  .btn a::before{
	background: url("/wp-content/uploads/sites/833/2022/09/ico_mail03.png") no-repeat 50% 50% / contain;
}
@media (min-width: 480px){
	.site-content a:hover img {
		transform: none;
	}
}
@media (max-width: 544px){
	.home.es-separate-container #content .es-container{
		padding: 0 !important;
	}
}
@media screen and (max-width: 480px){
	.home #mv{
		margin: 0;
		padding: 0;
	}
	.home #mv img{
		width: 100%;
		height: auto;
	}
  	.home #mv img.wappen{
	  	top: 2%;
  		right: 3%;
  		width: 32%;
  	}
	
	.home .btn-sale{
		margin: 0 auto 100px;
	}
	
	.home .top-sale-list .es_new_block .es-list .wp-block-column .aa,
	.home .top-tower-list .es_new_block .es-list .wp-block-column .aa{
		font-size: 14px;
	}
	
    /* 買いたい、都市タワー一覧 */
    .es_new_block_items.has-4-columns::before,
    .es_new_block_items.has-4-columns::after,
    .search_btn_group.has-4-columns::before,
    .search_btn_group.has-4-columns::after,
    .top-company-feature .wp-block-columns.has-4-columns::before,
    .top-company-feature .wp-block-columns.has-4-columns::after {
       width: calc(50% - 10px);
    }
    .has-4-columns > * {
        width: calc(50% - 10px);
    }	

	/* top-news-list */
	.home .ttl-news{
		margin: 0;
		padding: 0 15px 1px;
	}
	.home .top-news-list .ttl-news {
		position: relative;
		padding: 8px 15px 8px 40px;
		color: #fff;
		font-size: 16px;
		line-height: 1.2;
	}

	.home .top-news-list .ttl-news::before{
		position: absolute;
		top: 50%;
		left: 15px;
		width:15px;
		margin: 0 10px 0 0;
	}

	.home .top-news-list .wp-block-column{
		background: #fff;
		padding-top: 0;
	}
	.home .top-news-list .wp-block-column a{
		display: block;
		padding: 15px;
		font-size: 14px;
	}
	
	.home .news-btn-wrap{
		padding: 20px 0;
		background: #f2f4f4;
	}

	/* #contactWrap */
	.home #contactWrap{
		padding: 0;
	}
	.home #contactWrap .contact-item{
		display: block;
		padding: 0 15px 43px;
	}
	.home #contactWrap .f-block{
		display: block;
	}
	.home #contactWrap .f-block .contact-item{
		width: 100%;
	}
	.home #contactWrap .contact-item h3{
		margin: 0 0 20px;
		font-size: 28px;
	}
	.home #contactWrap .contact-item h3::before{
		height: 52px;
		margin: 0 auto 10px;
	}
	.home #contactWrap .contact-item h3 span{
		margin: 0 0 10px;
		font-size: 14px;
	}

	.home #contactWrap .contact-item .txt{
		margin: 0 0 35px;
		font-size: 14px;
		line-height: 1.5;
	}
	.home #contactWrap .contact-item .btn{
		margin: auto auto 0;
		width: 100% !important;
	}
	.home #contactWrap .contact-item .btn a{
		padding: 17px 0;
		font-size: 14px;
	}
	.home #contactWrap .contact-item .btn a::before{
		width: 20px;
		height: 15px;
		margin: 0 10px 0 0;
	}

	.home #contactWrap .contact-item.contact-item01{
		background: #0e316c;
	}
	.home #contactWrap .contact-item.contact-item01 h3{
		margin: 0 0 20px;
	}
	.home #contactWrap .contact-item.contact-item01 .btn{
		width: 780px;
	}
	.home #contactWrap .contact-item.contact-item01  .btn a{
		color: #0e316c;
	}
	.home #contactWrap .contact-item.contact-item01  .btn a::before{
		background: url("/wp-content/uploads/sites/833/2022/09/ico_mail01.png") no-repeat 50% 50% / contain;
	}
	.home #contactWrap .contact-item02{
		background: #1265bd;
	}
	.home #contactWrap .contact-item.contact-item02  .btn a{
		color: #1265bd;
	}
	.home #contactWrap .contact-item.contact-item02  .btn a::before{
		background: url("/wp-content/uploads/sites/833/2022/09/ico_mail02.png") no-repeat 50% 50% / contain;
	}

	.home #contactWrap .contact-item03{
		background: #309dcb;
	}
	.home #contactWrap .contact-item.contact-item03  .btn a{
		color: #309dcb;
	}
	.home #contactWrap .contact-item.contact-item03  .btn a::before{
		background: url("/wp-content/uploads/sites/833/2022/09/ico_mail03.png") no-repeat 50% 50% / contain;
	}

}


/*
	お知らせ es-page-info　es-pageinfo-page
-------------------------------------------------- */

@media screen and (max-width: 480px){
	.es-page-info .entry-content{
		padding: 0 10px;
	}
}


/*
	お知らせ詳細　single single-info
-------------------------------------------------- */
.single-info .custom_post .es-single-post-order h1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 28px;
}
.single-info .entry-header .published {
	font-size: 16px;
	color: #969696;
}
.single-info .entry-content p {
	line-height: 2;
}
@media screen and (max-width: 480px){
	.single-info .entry-header {
		margin: 0 10px;
		padding-left: 0 !important;
	}
	.single-info .custom_post .es-single-post-order h1 {
		margin-bottom: 10px;
		padding-bottom: 15px;
		font-size: 20px;
	}
	.single-info .entry-header .published {
		font-size: 14px;
	}
	.single-info .entry-content p {
		line-height: 1.8;
	}
}

/*
	ブログ es-page-blogs　es-pageinfo-page
-------------------------------------------------- */

@media screen and (max-width: 480px){
	.es-page-blogs .entry-content{
		padding: 0 10px;
	}
}

/*
	ブログ詳細　single single-post
-------------------------------------------------- */
.single-post .es-single-post-order h1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 28px;
}
.single-post .entry-header .published {
	font-size: 16px;
	color: #969696;
}
.single-post .entry-content p {
	line-height: 2;
}
@media screen and (max-width: 480px){
	.single-post .entry-header {
		margin: 0 10px;
		padding-left: 0 !important;
	}
	.single-post .es-single-post-order h1 {
		margin-bottom: 10px;
		padding-bottom: 15px;
		font-size: 20px;
	}
	.single-post .entry-header .published {
		font-size: 14px;
	}
	.single-post .entry-content p {
		line-height: 1.8;
	}
}


/*
	買いたい物件一覧 es-feature
-------------------------------------------------- */
/*
.es-page-feature .result_data_wrap .data h2 a {
	pointer-events: none;
	text-decoration: none;
}
*/
body.single.es-feature #content{
	margin-bottom: 0;
}
.es-feature.es-separate-container #primary{
  padding-bottom: 0;
}
/*
.es-feature #content .es-container{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
*/

/* 地図で探す */
.es-feature #content .es-container .es_map_search{
	margin-bottom: 100px;
}
.es-feature #content .es-container #map_top{
	line-height: 1.9;
}
/* 伊藤忠ハウジングのリノベーション */
.es-feature .kaitai-renovation .renovation-mv{
	margin: 0 0 50px;
	padding: 60px;
	background: #f2f4f4;
}
.es-feature .kaitai-renovation .renovation-mv .renovation-f-block{
	margin: 0 0 50px;
	display: flex;
	justify-content: space-between; 
	align-items: center;
}
.es-feature .kaitai-renovation .renovation-mv .renovation-f-block figure{
	width: 360px;
}
.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block{
	width: 670px;
	padding: 0 0 0 20px;
	text-align: center;
}
.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block p{
	font-size: 21px;
	font-weight: 700;
}
.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block .btn-renovation{
	width: 467px;
	margin: 0 auto;
}
.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block .btn-renovation a{
	display: block;
	padding: 17px 0;
	color: #fff;
	font-size: 20px;
	background: #0e316c;
	position: relative;
	letter-spacing: -0.05em;
}
.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block .btn-renovation a::before{
	content: "";
	display: block;
	width: 20px;
	height: 4px;
	background: url(/wp-content/uploads/sites/833/2022/10/ico_arrow02.png) no-repeat 50% 50% / 100% auto;
	position: absolute;
	top: 50%;
	right: 30px;
	margin: -2px 0 0;
	transition: all ease 0.4s;
}
.es-feature .kaitai-renovation .renovation-mv dl{
	color: #0e316c;
}
.es-feature .kaitai-renovation .renovation-mv dl dt{
	margin: 0 0 20px;
	padding: 0 0 5px;
	font-size: 20px;
	font-weight: 700;
	border-bottom: solid 1px;
}
.es-feature .kaitai-renovation .renovation-mv dl dd ul li{
	padding: 0 0 0 18px;
	text-indent: -18px;
	font-size: 18px;
}
.es-feature .kaitai-renovation .renovation-mv dl dd ul li + li{
	margin: 0.5em 0 0;
}
.es-feature .kaitai-renovation .renovation-mv dl dd ul li::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px 0 0;
	background: #0e316c;
	border-radius: 50%;
	vertical-align: 2px;	
}


@media screen and (max-width: 480px){
	
	
	
	/* 伊藤忠ハウジングのリノベーション */
	.es-feature .kaitai-renovation .renovation-mv{
		margin: 0 0 40px;
		padding: 0;
	}
	.es-feature .kaitai-renovation .renovation-mv .renovation-f-block{
		margin: 0 0 30px;
		display: block;
	}
	.es-feature .kaitai-renovation .renovation-mv .renovation-f-block figure{
		width: 100%;
		margin: 0 0 25px;
	}
	.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block{
		width: 100%;
		padding: 0 20px;
	}
	.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block p{
		font-size: 17px;
	}
	.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block .btn-renovation{
		width: 100%;
		margin: 0 auto;
	}
	.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block .btn-renovation a{
		padding: 10px 15px 10px 0;
		font-size: 15px;
	}
	.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block .btn-renovation a::before{
		right: 20px;
	}
	.es-feature .kaitai-renovation .renovation-mv dl{
		padding: 0 25px 25px;
	}
	.es-feature .kaitai-renovation .renovation-mv dl dt{
		font-size: 15px;
	}
	.es-feature .kaitai-renovation .renovation-mv dl dd ul li{
		padding: 0 0 0 11px;
		text-indent: -11px;
		font-size: 14px;
	}
	.es-feature .kaitai-renovation .renovation-mv dl dd ul li::before{
		width: 6px;
		height: 6px;
		margin: 0 5px 0 0;
	}
}
@media screen and (max-width: 374px){
	.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block{
		padding: 0 15px;
	}
	.es-feature .kaitai-renovation .renovation-mv .renovation-f-block .renovation-txt-block p{
		font-size: 14px;
	}
}


/*
	買いたい物件-詳細 es-sale
-------------------------------------------------- */
.es-sale .page-header h1.entry-title {
	line-height: 1.3;
}
body.es-sale .bg_color_sub2 {
	background-color: #fff;
}
.es-sale #contactForm{
	padding: 100px 0 0;
	font-size: 24px;
	text-align: center;
}
.es-sale #contactForm::after{
	content: "";
	display: block;
	height: 2px;
	margin: 20px auto 0;
	width: 100px;
	background: #142d62;
}
.es-sale #inquiry h2{
	display: none;
}

@media screen and (max-width: 374px){
	.es-sale #contactForm{
		padding: 50px 0 0;
		font-size: 24px;
	}
	.es-sale #contactForm::after{
		margin: 20px auto 0;
	}
}

/*
	.sec-step
-------------------------------------------------- */
.es-sale .sec-step,
.es-page-uritai .sec-step,
.es-page-uritai-kaitori .sec-step,
.es-page-feature .sec-step,
.es-feature .sec-step{
	width: 1140px;
	margin: 0 auto;
	padding-left: 70px;
	padding-right: 70px;
	background-color: #fff;
}
.es-feature .sec-step{
	padding-top: 40px;
	padding-bottom: 100px;
}
.es-sale .sec-step p,
.es-page-uritai .sec-step p,
.es-page-uritai-kaitori .sec-step p,
.es-page-feature .sec-step p,
.es-feature .sec-step p{
	margin: 0;
}
.es-sale .sec-step .sec-step__btn,
.es-page-uritai .sec-step .sec-step__btn,
.es-page-uritai-kaitori .sec-step .sec-step__btn,
.es-page-feature .sec-step .sec-step__btn,
.es-feature .sec-step .sec-step__btn{
	width: 530px;
	height: 70px;
	margin: 78px auto 0;
	text-align: center;
}
.es-page-feature .sec-step .sec-step__btn,
.es-feature .sec-step .sec-step__btn {
	margin-top: 0;
}
.es-sale .sec-step .sec-step__btn a,
.es-page-uritai .sec-step .sec-step__btn a,
.es-page-uritai-kaitori .sec-step .sec-step__btn a,
.es-page-feature .sec-step .sec-step__btn a,
.es-feature .sec-step .sec-step__btn a{
	position: relative;
	display: block;
	padding: 20px;
	background-color: #0e316c;
	font-size: 20px;
	color: #fff;
}
.es-sale .sec-step .sec-step__btn a::before,
.es-page-uritai .sec-step .sec-step__btn a::before,
.es-page-uritai-kaitori .sec-step .sec-step__btn a::before,
.es-page-feature .sec-step .sec-step__btn a::before,
.es-feature .sec-step .sec-step__btn a::before{
	position: absolute;
	right: 24px;
	background-repeat: no-repeat;
	content: "";
}
.es-sale .sec-step .sec-step__btn--open a::before,
.es-page-uritai .sec-step .sec-step__btn--open a::before,
.es-page-uritai-kaitori .sec-step .sec-step__btn--open a::before,
.es-page-feature .sec-step .sec-step__btn--open a::before,
.es-feature .sec-step .sec-step__btn--open a::before{
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	background-image: url(/wp-content/uploads/sites/833/2022/09/ico_open.png);
	background-size: 30px auto;
}
.es-sale .sec-step .sec-step__btn--close a::before,
.es-page-uritai .sec-step .sec-step__btn--close a::before,
.es-page-uritai-kaitori .sec-step .sec-step__btn--close a::before,
.es-page-feature .sec-step .sec-step__btn--close a::before,
.es-feature .sec-step .sec-step__btn--close a::before{
	top: calc(50% - 11px);
	width: 22px;
	height: 22px;
	background-image: url(/wp-content/uploads/sites/833/2022/09/ico_close.png);
	background-size: 22px auto;
}
.es-sale .js-sell-flow,
.es-page-uritai .js-sell-flow,
.es-page-uritai .sec-step__btn--close,
.es-page-uritai-kaitori .js-sell-flow,
.es-page-uritai-kaitori .sec-step__btn--close,
.es-page-feature .js-sell-flow,
.es-page-feature .sec-step__btn--close,
.es-feature .js-sell-flow,
.es-feature .sec-step__btn--close{
	display: none;
}
.es-sale .sec-step__hdg,
.es-page-uritai .sec-step__hdg,
.es-page-uritai-kaitori .sec-step__hdg,
.es-page-feature .sec-step__hdg,
.es-feature .sec-step__hdg{
	border-bottom: 2px solid #0e316c;
	font-size: 20px;
	color: #0e316c;
}
.es-sale .sec-step__list,
.es-page-uritai .sec-step__list,
.es-page-uritai-kaitori .sec-step__list,
.es-page-feature .sec-step__list,
.es-feature .sec-step__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
}
.es-page-feature .sec-step__list,
.es-feature .sec-step__list{
	margin-bottom: 78px;
}
.es-sale .sec-step__list::after,
.es-page-uritai .sec-step__list::after,
.es-page-uritai-kaitori .sec-step__list::after,
.es-page-feature .sec-step__list::after,
.es-feature .sec-step__list::after{
	content: "";
	width: 31.4%;
}
.es-sale .sec-step__item,
.es-page-uritai .sec-step__item,
.es-page-uritai-kaitori .sec-step__item,
.es-page-feature .sec-step__item,
.es-feature .sec-step__item{
	position: relative;
	width: 31.4%;
	border: 1px solid #b0b0b0;
}
.es-sale .sec-step__item::before,
.es-page-uritai .sec-step__item::before,
.es-page-uritai-kaitori .sec-step__item::before,
.es-page-feature .sec-step__item::before,
.es-feature .sec-step__item::before{
	position: absolute;
	top: calc(50% - 10px);
	right: -20px;
	width: 21px;
  height: 21px;
  border: 2px solid;
  border-color: #0e316c #0e316c transparent transparent;
  transform: rotate(45deg);
	content: "";
}
.es-sale .sec-step__item:last-child::before,
.es-page-uritai .sec-step__item:last-child::before,
.es-page-uritai-kaitori .sec-step__item:last-child::before,
.es-page-feature .sec-step__item:last-child::before,
.es-feature .sec-step__item:last-child::before{
	content: none;
}
.es-sale .sec-step__item:nth-child(n + 4),
.es-page-uritai .sec-step__item:nth-child(n + 4),
.es-page-uritai-kaitori .sec-step__item:nth-child(n + 4),
.es-page-feature .sec-step__item:nth-child(n + 4),
.es-feature .sec-step__item:nth-child(n + 4){
	margin-top: 30px;
}
.es-sale .sec-step__item .item-hdg,
.es-page-uritai .sec-step__item .item-hdg,
.es-page-uritai-kaitori .sec-step__item .item-hdg,
.es-page-feature .sec-step__item .item-hdg,
.es-feature .sec-step__item .item-hdg{
	padding: 10px;
	background-color: #dee7f6;
	font-size: 20px;
	font-weight: 600;
	color: #0e316c;
	text-align: center;
}
.es-page-feature .sec-step__item .item-hdg,
.es-feature .sec-step__item .item-hdg{
	height: 110px;
}
.es-sale .sec-step__item .item-hdg span,
.es-page-uritai .sec-step__item .item-hdg span,
.es-page-uritai-kaitori .sec-step__item .item-hdg span,
.es-page-feature .sec-step__item .item-hdg span,
.es-feature .sec-step__item .item-hdg span{
	display: block;
}
.es-sale .sec-step__item .item-txt,
.es-page-uritai .sec-step__item .item-txt,
.es-page-uritai-kaitori .sec-step__item .item-txt,
.es-page-feature .sec-step__item .item-txt,
.es-feature .sec-step__item .item-txt{
	padding: 20px 25px 22px;
	font-size: 16px;
	font-weight: 600;
}
@media screen and (max-width: 480px){
	.es-sale .sec-step,
	.es-page-uritai .sec-step,
	.es-page-uritai-kaitori .sec-step,
	.es-page-feature .sec-step,
	.es-feature .sec-step{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.es-page-feature .sec-step,
	.es-feature .sec-step{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.es-sale .sec-step .sec-step__btn,
	.es-page-uritai .sec-step .sec-step__btn,
	.es-page-uritai-kaitori .sec-step .sec-step__btn,
	.es-page-feature .sec-step .sec-step__btn,
	.es-feature .sec-step .sec-step__btn{
		width: 100%;
		height: 70px;
		margin-top: 40px;
	}
	.es-sale .sec-step .sec-step__btn a,
	.es-page-uritai .sec-step .sec-step__btn a,
	.es-page-uritai-kaitori .sec-step .sec-step__btn a,
	.es-page-feature .sec-step .sec-step__btn a,
	.es-feature .sec-step .sec-step__btn a {
		padding: 15px;
		font-size: 18px;
	}
	.es-sale .sec-step .sec-step__btn a::before,
	.es-page-uritai .sec-step .sec-step__btn a::before,
	.es-page-uritai-kaitori .sec-step .sec-step__btn a::before,
	.es-page-feature .sec-step .sec-step__btn a::before,
    .es-feature .sec-step .sec-step__btn a::before {
		right: 20px;
	}
	.es-sale .sec-step .sec-step__btn--open a::before,
	.es-page-uritai .sec-step .sec-step__btn--open a::before,
	.es-page-uritai-kaitori .sec-step .sec-step__btn--open a::before,
	.es-page-feature .sec-step .sec-step__btn--open a::before,
	.es-feature .sec-step .sec-step__btn--open a::before{
		top: calc(50% - 13px);
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/sites/833/2022/09/ico_open.png);
		background-size: 25px auto;
	}
	.es-sale .sec-step .sec-step__btn--close a::before,
	.es-page-uritai .sec-step .sec-step__btn--close a::before,
	.es-page-uritai-kaitori .sec-step .sec-step__btn--close a::before,
	.es-page-feature .sec-step .sec-step__btn--close a::before,
	.es-feature .sec-step .sec-step__btn--close a::before {
		top: calc(50% - 9px);
		width: 18px;
		height: 18px;
		background-image: url(/wp-content/uploads/sites/833/2022/09/ico_close.png);
		background-size: 18px auto;
	}
	.es-sale .sec-step__hdg,
	.es-page-uritai .sec-step__hdg,
	.es-page-uritai-kaitori .sec-step__hdg,
	.es-page-feature .sec-step__hdg,
	.es-feature .sec-step__hdg {
		font-size: 18px;
	}
	.es-sale .sec-step__list,
	.es-page-uritai .sec-step__list,
	.es-page-uritai-kaitori .sec-step__list,
	.es-page-feature .sec-step__list,
	.es-feature .sec-step__list {
		display: block;
		margin-top: 25px;
	}
	.es-page-feature .sec-step__list,
	.es-feature .sec-step__list {
		margin-bottom: 40px;
	}
	.es-sale .sec-step__item,
	.es-page-uritai .sec-step__item,
	.es-page-uritai-kaitori .sec-step__item,
	.es-page-feature .sec-step__item,
	.es-feature .sec-step__item {
		width: 100%;
	}
	.es-sale .sec-step__item::before,
	.es-page-uritai .sec-step__item::before,
	.es-page-uritai-kaitori .sec-step__item::before,
	.es-page-feature .sec-step__item::before,
	.es-feature .sec-step__item::before{
		position: absolute;
		top: inherit;
		bottom: -20px;
		right: calc(50% - 9px);
		width: 18px;
		height: 18px;
		border: 2px solid;
		border-color: #0e316c #0e316c transparent transparent;
		transform: rotate(135deg);
		content: "";
	}
	.es-sale .sec-step__item:not(:first-of-type),
	.es-page-uritai .sec-step__item:not(:first-of-type),
	.es-page-uritai-kaitori .sec-step__item:not(:first-of-type),
	.es-page-feature .sec-step__item:not(:first-of-type),
	.es-feature .sec-step__item:not(:first-of-type){
		margin-top: 30px;
	}
	.es-sale .sec-step__item .item-hdg,
	.es-page-uritai .sec-step__item .item-hdg,
	.es-page-uritai-kaitori .sec-step__item .item-hdg,
	.es-page-feature .sec-step__item .item-hdg,
	.es-feature .sec-step__item .item-hdg{
		height: auto;
		padding: 10px;
		font-size: 18px;
	}
	.es-sale .sec-step__item .item-txt,
	.es-page-uritai .sec-step__item .item-txt,
	.es-page-uritai-kaitori .sec-step__item .item-txt,
	.es-page-feature .sec-step__item .item-txt,
	.es-feature .sec-step__item .item-txt {
		padding: 15px;
		font-size: 14px;
	}

	.es-page-uritai-kaitori .form_wrap {
		width: 100%;
	}
}

/*
	通常の売却の方　es-page-uritai
-------------------------------------------------- */
.es-page-uritai #content .es-container{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.es-page-uritai #content .es-container.page-header{
	max-width: 1140px !important;
}
.es-page-uritai .catch{
	color: #0e316c;
	text-align: center;
	font-size: 36px;
}
.es-page-uritai .list-link{
	max-width: 1000px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}
.es-page-uritai .list-link li{
	width: 480px;
}
.es-page-uritai .sec-baikyaku{
	padding: 0 0 100px;
}
.es-page-uritai .sec-baikyaku .ttl-wrap{
	padding: 0 0 40px;
	background: #f2f4f4;
}
.es-page-uritai .sec-step{
	padding: 0 70px;	
 }
.es-page-uritai .sec-step > div{
	padding: 80px 0 0;	
 }

@media screen and (max-width:480px){
	
	.es-page-uritai .catch{
		margin: 0 0 25px;
		font-size: 26px;
	}
	.es-page-uritai .list-link{
		margin: 0 auto 50px;
		padding: 0 30px;
		display: block;
	}
	.es-page-uritai .list-link li{
		width: 100%;
	}
	.es-page-uritai .list-link li + li{
		margin: 15px 0 0;
	}
	.es-page-uritai .sec-baikyaku{
		padding: 0 0 40px;
	}
	.es-page-uritai .sec-baikyaku .ttl-wrap{
		padding: 0 0 20px;
	}
	.es-page-uritai .sec-step{
		margin-top: 40px;
		padding: 0 10px;	
	}
	.es-page-uritai .sec-step > div{
		padding: 0;	
	 }
	.es-page-uritai .sec-step .sec-step__btn{
		margin-top: 40px;
	}
}


/*
	買取でご売却をご希望の方　es-page-uritai-kaitori
-------------------------------------------------- */
.es-page-uritai-kaitori #content .es-container{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.es-page-uritai-kaitori #content .es-container.page-header{
	max-width: 1140px !important;
}
.es-page-uritai-kaitori .ttl-kaitori{
	margin: 0 0 30px;
	text-align: center;
	color: #0e316c;
}
.es-page-uritai-kaitori .ttl-kaitori .fukidashi{
	display: block;
	font-size: 20px;
}
.es-page-uritai-kaitori .ttl-kaitori .ttl-txt{
	display: block;
	font-size: 35px;
	font-weight: 700;
}
.es-page-uritai-kaitori .sec-lead{
	padding: 50px 0;
	text-align: center;
	position: relative;
	background: #f2f4f4;
}
.es-page-uritai-kaitori .sec-lead::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 52px 0 52px;
	border-color: #f2f4f4 transparent transparent transparent;
	position: absolute;
	left: calc(50% - 52px);
	bottom: -28px;
}
.es-page-uritai-kaitori .sec-lead ul{
	max-width: 916px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.es-page-uritai-kaitori .sec-lead ul li{
	width: 448px;
	margin: 0 0 10px;
	padding: 8px;
	border: solid 2px #0a49ac;
	border-radius: 5px;
	font-size: 20px;
	color: #0f316c;
	background: #fff;
	line-height: 1;
}
.es-page-uritai-kaitori .sec-lead ul li::before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 14px 0 0;
	background: url("/wp-content/uploads/sites/833/2022/10/ico_check.png") no-repeat 50% 50% / contain;
	vertical-align: -4px;
}

.es-page-uritai-kaitori .sec-service{
	padding: 80px 0 100px;
	background: #fff;
}
.es-page-uritai-kaitori .sec-service .inner{
	max-width: 1140px;
	margin: 0 auto;
}
.es-page-uritai-kaitori .sec-service .inner .f-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ebf1fa;
}
.es-page-uritai-kaitori .sec-service .inner .f-block + .f-block{
	margin: 40px 0 0;
}
.es-page-uritai-kaitori .sec-service .inner .f-block.even{
	flex-direction: row-reverse;
}
.es-page-uritai-kaitori .sec-service .inner .f-block figure{
	width: 460px;
}
.es-page-uritai-kaitori .sec-service .inner .f-block .txt-block{
	width: 680px;
	padding: 0 36px;
}
.es-page-uritai-kaitori .sec-service .inner .f-block .txt-block dl dt{
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	color: #0e316c;
}
.es-page-uritai-kaitori .sec-service .inner .f-block .txt-block dl dd span{
	display: block;
	margin: 1em 0 0;
	font-size: 13px;
}
.es-page-uritai-kaitori .sec-point{
	padding: 80px 0;
	position: relative;
	background: #f2f4f4;
}
.es-page-uritai-kaitori .sec-point .ttl-point{
	padding: 15px 30px;
	font-size: 28px;
	font-weight: 700;
	background: #0e316c;
	color: #fff;
	white-space: nowrap;
	position: absolute;
	text-align: center;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.es-page-uritai-kaitori .sec-point .ttl-point::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 14px 0 14px;
	border-color: #0e316c transparent transparent transparent;
	position: absolute;
	left: calc(50% - 14px);
	bottom: -12px;
}
.es-page-uritai-kaitori .sec-point .f-block{
	max-width: 930px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
}
.es-page-uritai-kaitori .sec-point .f-block .inblock{
	width: 450px;
	padding: 30px 20px;
	background: #fff;
}
.es-page-uritai-kaitori .sec-point .f-block .inblock dl{
	margin: 20px 0 0;
	font-size: 18px;
	font-weight: 700;
}
.es-page-uritai-kaitori .sec-point .f-block .inblock dl dt{
	margin: 0 0 5px;
}
.es-page-uritai-kaitori .sec-point .f-block .inblock dl dd{
	padding: 15px;
	background: #ebf1fa;
	color: #0e316c;
}
.es-page-uritai-kaitori .sec-point .f-block .inblock dl dd ul li{
	padding: 0 0 0 18px;
	text-indent: -18px;
}
.es-page-uritai-kaitori .sec-point .f-block .inblock dl dd ul li::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px 0 0;
	background: #0e316c;
	border-radius: 50%;
	vertical-align: 2px;
}
.es-page-uritai-kaitori .sec-point .txt{
	margin: 0 0 50px;
	text-align: center;
	font-size: 18px;
}
.es-page-uritai-kaitori .sec-point .txt mark{
	color: #a40101;
	font-weight: 700;
	font-size: 30px;
	background: #fffa66;
}
.es-page-uritai-kaitori #secKaitori{
	background: #fff;
}


.es-page-uritai-kaitori .sec-step{
	padding: 0 70px;	
}
.es-page-uritai-kaitori .bg-fff{
	padding: 80px 0 0;
	background: #fff;
}



@media screen and (max-width:480px){
	.es-page-uritai-kaitori #mv{
		margin: 0 -10px;
	}
	.es-page-uritai-kaitori .ttl-kaitori{
		margin: 0 0 25px;
	}
	.es-page-uritai-kaitori .ttl-kaitori .fukidashi{
		font-size: 14px;
	}
	.es-page-uritai-kaitori .ttl-kaitori .ttl-txt{
		font-size: 23px;
	}
	.es-page-uritai-kaitori .sec-lead{
		padding: 35px 10px 40px;
	}
	.es-page-uritai-kaitori .sec-lead::after{
		border-width: 20px 39px 0 39px;
		left: calc(50% - 39px);
		bottom: -20px;
	}
	.es-page-uritai-kaitori .sec-lead ul li{
		width: 100%;
		font-size: 15px;
	}
	.es-page-uritai-kaitori .sec-lead ul li::before{
		width: 20px;
		height: 20px;
		margin: 0 10px 0 0;
	}
	
	.es-page-uritai-kaitori .sec-service{
		padding: 40px 0 70px;
	}
	.es-page-uritai-kaitori .sec-service .inner{
		padding: 0 10px
	}
	.es-page-uritai-kaitori .sec-service .inner .f-block{
		display: block;
	}
	.es-page-uritai-kaitori .sec-service .inner .f-block + .f-block{
		margin: 20px 0 0;
	}
	.es-page-uritai-kaitori .sec-service .inner .f-block figure{
		width: 100%;
	}
	.es-page-uritai-kaitori .sec-service .inner .f-block .txt-block{
		width: 100%;
		padding: 28px 15px;
	}
	.es-page-uritai-kaitori .sec-service .inner .f-block .txt-block dl dt{
		font-size: 16px;
	}
	.es-page-uritai-kaitori .sec-service .inner .f-block .txt-block dl dd{
		font-size: 14px;
	}
	.es-page-uritai-kaitori .sec-service .inner .f-block .txt-block dl dd span{
		font-size: 10px;
	}

	.es-page-uritai-kaitori .sec-point{
		padding: 60px 0 20px;
	}
	.es-page-uritai-kaitori .sec-point .ttl-point{
		padding: 15px;
		font-size: 22px;
		top: -35px;
		left: 50%;
	}
	.es-page-uritai-kaitori .sec-point .ttl-point::after{
		border-width: 10px 10px 0 10px;
		left: calc(50% - 10px);
		bottom: -10px;
	}
	.es-page-uritai-kaitori .sec-point .f-block{
		margin: 0 auto 50px;
		padding: 0 10px;
		display: block;
	}
	.es-page-uritai-kaitori .sec-point .f-block .inblock{
		width: 100%;
		padding: 30px 20px 20px;
	}
	.es-page-uritai-kaitori .sec-point .f-block .inblock + .inblock{
		margin: 15px 0 0;
	}
	.es-page-uritai-kaitori .sec-point .f-block .inblock dl{
		margin: 22px 0 0;
		font-size: 14px;
	}
	.es-page-uritai-kaitori .sec-point .f-block .inblock dl dt{
		margin: 0 0 5px;
	}
	.es-page-uritai-kaitori .sec-point .f-block .inblock dl dd{
		padding: 15px;
	}
	.es-page-uritai-kaitori .sec-point .f-block .inblock dl dd ul li{
		padding: 0 0 0 11px;
		text-indent: -11px;
	}
	.es-page-uritai-kaitori .sec-point .f-block .inblock dl dd ul li::before{
		width: 6px;
		height: 6px;
		margin: 0 5px 0 0;
	}
	.es-page-uritai-kaitori .sec-point .txt{
		margin: 25px 0 30px;
		font-size: 14px;
	}
	.es-page-uritai-kaitori .sec-point .txt mark{
		font-size: 23px;
	}

	.es-page-uritai-kaitori #secKaitori{
		background: #fff;
	}


	.es-page-uritai-kaitori .sec-step{
		margin-top: 40px;
		padding: 0 10px;	
	}
	.es-page-uritai-kaitori .sec-step .sec-step__btn{
		margin-top: 40px;
	}
	.es-page-uritai-kaitori .bg-fff{
		padding: 45px 10px 0;
	}
}

/*
	住宅リースバック　es-page-uritai-lb
-------------------------------------------------- */
.es-page-uritai-lb #content .es-container{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.es-page-uritai-lb #content .es-container.page-header{
	max-width: 1140px !important;
}
.es-page-uritai-lb .lb-contents {
	clear: both;
	padding-bottom: 0;
	text-align: center;
}
.es-page-uritai-lb .lb-contents .visual {
	padding-bottom: 54px;
}

.es-page-uritai-lb .lb-contents .snav{
	padding: 50px 0;
}
.es-page-uritai-lb .lb-contents .snav ul{
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.es-page-uritai-lb .lb-contents .snav ul li{
	width: 188px;
}
.es-page-uritai-lb .lb-contents .snav ul li a{
	display: block;
	padding: 15px 0;
	color: #fff;
	font-weight: 700;
	background: #0e316c;
	text-align: center;
	font-size: 18px;
}
.es-page-uritai-lb .lb-contents .sec01 {
	background: #f2eee7;
}
.es-page-uritai-lb .lb-contents h4.title {
	font-weight: normal;
	font-size: 50px;
	letter-spacing: 3px;
	padding-bottom: 58px;
	color: #000;
	line-height: 1;
}
.es-page-uritai-lb .lb-contents h4.title .ja {
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 6px;
	color: #333;
}
.es-page-uritai-lb .lb-contents h4.title .ja:after {
	background:url(/wp-content/uploads/sites/833/2022/10/line01.png) no-repeat center center; 
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	height: 2px;
	width: 11px;
	margin-left: -5px; 
}
.es-page-uritai-lb .lb-contents .headTxt {
	font-size: 30px;
	color: #0e316c;
	font-weight: bold;
	padding-bottom: 30px;
}
.es-page-uritai-lb .lb-contents .sec01 {
	background: url(/wp-content/uploads/sites/833/2022/10/sec01_bg01.png) no-repeat center 0;
	padding: 50px 10px;
	margin-bottom: 30px;
}
.es-page-uritai-lb .lb-contents .sec01 h4.title {
	padding-top: 23px;
}
.es-page-uritai-lb .lb-contents .sec01 .txtBox {
	background: #fff url(/wp-content/uploads/sites/833/2022/10/sec01_bg02.png) repeat 0 0;
	max-width: 950px;
	margin: 22px auto 0;
	position: relative;
	font-size: 18px;
	padding: 55px 0 55px;
}
.es-page-uritai-lb .lb-contents .sec01 .txtBox:after {
	background: url(/wp-content/uploads/sites/833/2022/10/sec01_bg03.png) no-repeat 0 0;
	width: 362px;
	height: 95px;
	position: absolute;
	left: 50%;
	top: -30px;
	content: "";
	margin-left: -175px;
}
.es-page-uritai-lb .lb-contents .sec01 .txtBox p {
	padding-top: 28px;
	line-height: 1.7;
	font-weight: 700;
	margin-bottom: 0;
}
.es-page-uritai-lb .lb-contents .sec02 {
	background: url(/wp-content/uploads/sites/833/2022/10/sec02_bg.png) repeat 0 0;
	padding: 50px 10px;
	margin-bottom: 30px;
}
.es-page-uritai-lb .lb-contents .inner {
	max-width: 1100px;
	margin: 0 auto; 
}
.es-page-uritai-lb .lb-contents .bold { font-weight: bold; }
.es-page-uritai-lb .lb-contents .box-list {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.es-page-uritai-lb .lb-contents .box-list li {
	background: #fff;
	width: 33.33333%;
	box-sizing: border-box;
	margin: 0 0 0 5%;
	box-shadow: 0 0 5px 5px rgba(235, 241, 245, 0.5);
	padding: 70px 20px 0;
	position: relative;
}
.es-page-uritai-lb .lb-contents .box-list li:first-child {
	margin-left: 0%;
}
.es-page-uritai-lb .lb-contents .box-list li .box02 p {
	padding-bottom: 30px;
	margin-bottom: 0;
}
.es-page-uritai-lb .lb-contents .box-list li .point {
	background: #7c91b3;
	color: #fff;
	width: 80px;
	font-size: 32px;
	padding: 0 0 10px;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -44px;
}
.es-page-uritai-lb .lb-contents .box-list li .point span {
	display: inline-block;
	font-size: 10px;
	border-top: 1px solid #fff;
	padding: 6px 0 7px;
}
.es-page-uritai-lb .lb-contents .box-list li .tit {
	font-size: 28px;
	text-align: center;
	padding: 42px 0 38px;
	margin-bottom: 0;
	font-weight: 700;
}
.es-page-uritai-lb .lb-contents .box-list li .box01 {
	display: flex;
	border-top: 2px solid #6b81a5;
	border-bottom: 2px solid #6b81a5;
	color: #6b81a5;
	text-align: left;
	padding: 13px 5px 13px 12px;
	align-items: center;
}
.es-page-uritai-lb .lb-contents .box-list li .box01 .txt {
	width: 77%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 0;
}
.es-page-uritai-lb .lb-contents .box-list li .box02 {
	font-size: 15px;
	padding: 20px 2px 0;
	text-align: left;
}
.es-page-uritai-lb .lb-contents .box-list li .box02 p {
	line-height: 1.6;
	margin-bottom: 0;
}
.es-page-uritai-lb .lb-contents .box-list li .box02 span {
	font-size: 17px;
}
.es-page-uritai-lb .lb-contents .sec03 {
	background: #eef6fa url(/wp-content/uploads/sites/833/2022/10/sec03_bg.png) no-repeat center bottom;
	background-size: 100% auto;
	padding: 50px 10px 100px;
	max-width: 1300px;
	margin: 0 auto 30px; 
}
.es-page-uritai-lb .lb-contents .sec03 .textBox {
	display:  flex;
	padding-top: 10px;
	justify-content: space-between;
}
.es-page-uritai-lb .lb-contents .sec03 .textBox .img {
	padding: 6px 0 0 4px;
	width: 50%;
}
.es-page-uritai-lb .lb-contents .sec03 .textBox .boxRight {
	width: 42%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 5.8% 0 0;
}
.es-page-uritai-lb .lb-contents .sec03 .textBox .boxRight p {
	line-height: 1.7;
	font-size: 17px;
	margin-bottom: 0;
	padding-bottom: 30px;
	font-weight: 700;
}
.es-page-uritai-lb .lb-contents .sec04 {
	background: #eef3f9 url(/wp-content/uploads/sites/833/2022/10/sec04_bg.png) no-repeat center bottom;
	background-size: 100% auto;
	padding: 50px 10px 225px;
	max-width: 1300px;
	margin: 0 auto 30px; 
}
.es-page-uritai-lb .lb-contents .sec04 .headTxt {
	vertical-align: middle;
}
.es-page-uritai-lb .lb-contents .sec04 .headTxt img {
	vertical-align: middle;
	margin-left: 10px;
}
.es-page-uritai-lb .lb-contents .sec04 .txtList {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: left;
	padding-top: 3px;
}
.es-page-uritai-lb .lb-contents .sec04 .txtList li {
	width: 47.8%;
	border-top: 1px solid #8688ba;
	padding: 28px 0;
	min-height: 182px;
	box-sizing: border-box;
}
.es-page-uritai-lb .lb-contents .sec04 .txtList li .tit {
	font-size: 21px;
	font-weight: bold;
	position: relative;
	min-height: 57px;
	margin-bottom: 0;
}
.es-page-uritai-lb .lb-contents .sec04 .txtList li .tit span {
	padding: 2px 0 0 82px;
	display: block;
}
.es-page-uritai-lb .lb-contents .sec04 .txtList li .tit .num {
	position: absolute;
	left: 0;
	top: -12px;
	padding: 0;
	font-size: 40px;
	color: #3034a0;
	font-weight: 500;
	background: url(/wp-content/uploads/sites/833/2022/10/line02.png) no-repeat 2px bottom;
	padding-bottom: 0;
}
.es-page-uritai-lb .lb-contents .sec04 .txtList li .txt {
	line-height: 1.6;
	font-size: 15px;
	margin-bottom: 0;
}
.es-page-uritai-lb .lb-contents .sec05 {
	background: #eef6fa url(/wp-content/uploads/sites/833/2022/10/sec05_bg.png) no-repeat top center;
	background-size: cover;
	padding: 100px 10px;
	max-width: 1300px;
	margin: 0 auto 30px;
}
.es-page-uritai-lb .lb-contents .sec05 .textBox {
	padding-top: 10px;
}
.es-page-uritai-lb .lb-contents .sec05 .textBox .img {
	padding: 6px 0 0 4px;
}
.es-page-uritai-lb .lb-contents .sec05 .contTxt {
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
	margin: 26px 0 0;
	font-weight: 400;
}
.es-page-uritai-lb .lb-contents .sec05 .contTxt span {
	font-weight: 700;
	display: block;
	margin: 6px 0 0;
}

.es-page-uritai-lb #contactForm{
	padding: 100px 0 20px;
	font-size: 24px;
	text-align: center;
}
.es-page-uritai-lb #contactForm::after{
	content: "";
	display: block;
	height: 2px;
	margin: 20px auto 40px;
	width: 100px;
	background: #142d62;
}
.es-page-uritai-lb #inquiry h2{
	display: none;
}
@media screen and (max-width:480px){
	.es-page-uritai-lb .lb-contents{
		padding-left: 0;
		padding-right: 0;
	}
	.es-page-uritai-lb	.lb-contents .hBanner {
		display: none;
	}

	.es-page-uritai-lb .lb-contents .visual {
		padding-top: 57px;
		padding-bottom: 0;
	}
	.es-page-uritai-lb .lb-contents .snav{
		padding: 20px 10px 40px;
	}
	.es-page-uritai-lb .lb-contents .snav ul{
		max-width: 1180px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.es-page-uritai-lb .lb-contents .snav ul li{
		width: 32.3%;
		height: 55px;
		margin: 0 0 5px
	}
	.es-page-uritai-lb .lb-contents .snav ul li a{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: 0;
		font-size: 16px;
		line-height: 1.3;
	}
	.es-page-uritai-lb .lb-contents .sec01 {
		padding-top: 0;
	}
	.es-page-uritai-lb .lb-contents h4.title {
		font-size: 36px;
		letter-spacing: 0;
		padding-bottom: 0;
		line-height: 1;
	}
	.es-page-uritai-lb .lb-contents h4.title .ja {
		font-size: 12px;
		letter-spacing: 0;
		padding-bottom: 14px;
		margin-bottom: 6px;
	}
	.es-page-uritai-lb .lb-contents .headTxt {
		font-size: 20px;
		letter-spacing: 0;
	}
	.es-page-uritai-lb .lb-contents .sec01 .txtBox {
		padding: 55px 10px 20px;
	}
	.es-page-uritai-lb .lb-contents .sec01 .txtBox p{
		font-size: 13px;
		font-weight: 700;
	}
	.es-page-uritai-lb .lb-contents .sec01 .txtBox:after {
		background-position: center center;
		background-size: auto 100%; 
		max-width: 80%;
		margin-left: -40%;
		width: 100%;
	}
	.es-page-uritai-lb .lb-contents .sec02 .box-list {
		display: block;
	}
	.es-page-uritai-lb .lb-contents .sec02 .box-list li {
		width: 100%;
		margin: 0 0 40px;
	}
	.es-page-uritai-lb .lb-contents .sec02 .box-list li:last-child {
		margin-bottom: 0;
	}
	.es-page-uritai-lb .lb-contents .sec03 {
		padding-bottom: 20px;
	}
	.es-page-uritai-lb .lb-contents .sec03 .textBox {
		display: block;
		padding: 0 10px;
	}
	.es-page-uritai-lb .lb-contents .sec03 .textBox .img {
		width: 100%;
		padding: 0 0 30px;
	}
	.es-page-uritai-lb .lb-contents .sec03 .textBox .boxRight {
		width: 100%;
		padding: 0;
	}
	.es-page-uritai-lb .lb-contents .sec03 .textBox .boxRight p {
		font-size: 15px;
	}
	.es-page-uritai-lb .lb-contents .sec04 {
		padding-bottom: 75px;
	}
	.es-page-uritai-lb .lb-contents .sec04 .txtList {
		display: block;
	}
	.es-page-uritai-lb .lb-contents .sec04 .txtList li {
		width: 100%;
		min-height: auto;
	}
	.es-page-uritai-lb .lb-contents .sec04 .txtList li .tit .num {
		top: -5px;
	}
	.es-page-uritai-lb .lb-contents .sec04 .txtList li .tit span {
		padding: 2px 0 0 65px; 
	}
	.es-page-uritai-lb .lb-contents .sec04 .headTxt img {
		margin-top: -5px;
		width: 70px;
	}
	.es-page-uritai-lb #contactForm{
		padding: 50px 0 20px;
		font-size: 24px;
	}
	.es-page-uritai-lb #contactForm::after{
		margin: 20px auto 0;
	}
}
@media screen and (max-width:460px){
	.es-page-uritai-lb .lb-contents .sec01 .txtBox:after {
		background-size: 100% auto;
	}
	.es-page-uritai-lb .lb-contents .sec04 {
		padding-bottom: 55px;
	}
}
@media screen and (max-width:360px){
	.es-page-uritai-lb .lb-contents .sec01 .txtBox {
		padding-top: 35px;
	}
}



/*
	 .form-cap-area
-------------------------------------------------- */
.form-cap-area .inner{
	max-width: 1180px;
	margin: 0 auto;
}
.form-cap-area .inner .cap-area-content{
	padding: 50px 50px 10px;
	background: #dee7f6;
}
.form-cap-area .inner .cap-area-content p{
	margin: 0 0 20px;
	font-size: 30px;
	text-align: center;
	color: #0e316c;
}
.form-cap-area .inner .cap-area-content ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-cap-area .inner .cap-area-content ul li{
	width: 49%;
	margin: 0 0 20px;
	padding: 30px;
	background: #fff;
}
.form-cap-area .inner .cap-area-content ul li dl dt{
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 20px;
	color: #0e316c;
	border-bottom: solid 2px #0e316c;
}
.form-cap-area .inner .cap-area-content ol{
	max-width: 900px;
	margin: 0 auto 20px;
	padding: 30px;
	background: #fff;
}
.form-cap-area .inner .cap-area-content ol li{
	border-bottom: solid 1px #0e316c;
	color: #0e316c;
	font-size: 20px;
	text-indent: -36px;
	padding: 10px 0 10px 36px;
}
.form-cap-area .inner .cap-area-content ol li .num{
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 10px 0 0;
	background: #0e316c;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	text-indent: 0;
}
.form-cap-area .inner .cap-area-content ol li .note01{
	display: block;
	font-size: 14px;
	color: #000;
	text-indent: 0;
}
.form-cap-area .inner .cap-area-content ol li .note02{
	display: block;
	font-size: 14px;
	text-indent: 0;
}
.form-cap-area .note{
	margin: 10px 0 0;
	font-size: 13px;
}

@media screen and (max-width:480px){
	.form-cap-area .inner{
		width: 100%;
		margin: 0 auto;
	}
	.form-cap-area .inner .cap-area-content{
		padding: 15px 20px 10px;
	}
	.form-cap-area .inner .cap-area-content p{
		margin: 0 0 15px;
		font-size: 18px;
	}
	.form-cap-area .inner .cap-area-content ul{
		display: block;
	}
	.form-cap-area .inner .cap-area-content ul li{
		width: 100%;
		margin: 0 0 10px;
		padding: 20px;
	}
	.form-cap-area .inner .cap-area-content ul li dl dt{
		margin: 0 0 10px;
		padding: 0 0 5px;
		font-size: 15px;
	}
	.form-cap-area .inner .cap-area-content ul li dl dd{
		font-size: 13px;
	}
	.form-cap-area .note{
		margin: 5px 0 0;
		font-size: 10px;
	}
	
	.form-cap-area .inner .cap-area-content ol{
		margin: 0 auto 10px;
		padding: 15px 20px;
	}
	.form-cap-area .inner .cap-area-content ol li{
		font-size: 14px;
		text-indent: -25px;
		padding: 10px 0 10px 25px;
	}
	.form-cap-area .inner .cap-area-content ol li .num{
		width: 15px;
		height: 15px;
		font-size: 15px;
		line-height: 16px;
	}
	.form-cap-area .inner .cap-area-content ol li .note01{
		font-size: 11px;
	}
	.form-cap-area .inner .cap-area-content ol li .note02{
		font-size: 11px;
	}

	
}


/*
	複数物件お問い合わせ es-page-bukken_inquiry
-------------------------------------------------- */
.es-page-bukken-inquiry {

}


/*
	お問い合わせ .es-page-contact
-------------------------------------------------- */
.es-pageinfo-building_detail_page .site-content,
.es-page-senior .site-content,
.es-page-houseup .site-content,
.es-page-contact .site-content,
.es-page-bukken-inquiry .site-content,
.es-page-uritai .site-content,
.es-page-uritai-lb .site-content,
.es-page-kaitai .site-content{
  /* padding: 80px 0 0;
  background: #f2f4f4; */
}
.es-pageinfo-building_detail_page  #inquiry,
.es-page-senior #inquiry,
.es-page-houseup #inquiry,
.es-page-contact #inquiry,
.es-page-bukken-inquiry #inquiry,
.es-page-uritai #inquiry,
.es-page-uritai-lb #inquiry,
.es-page-uritai-kaitori #inquiry,
.es-page-kaitai #inquiry{
	width: 1180px;
	margin: 0 auto;
  background: #fff;
	padding: 60px 70px;
}
.es-page-uritai #inquiry .bukken_menseki .menseki_row .wpcf7-form-control-wrap,
.es-page-uritai-lb #inquiry .bukken_menseki .menseki_row .wpcf7-form-control-wrap,
.es-page-uritai-kaitori #inquiry .bukken_menseki .menseki_row .wpcf7-form-control-wrap{
	display: inline-block;
	width: 130px;
}

@media screen and (max-width: 480px){
	.es-pageinfo-building_detail_page #inquiry,
	.es-page-houseup #inquiry,
	.es-page-contact #inquiry,
	.es-page-bukken-inquiry #inquiry,
	.es-page-uritai #inquiry,
	.es-page-uritai-lb #inquiry,
	.es-page-uritai-kaitori #inquiry,
	.es-page-kaitai #inquiry{
		width: 100%;
		padding: 30px 20px;
	}
    .es-page-senior #inquiry{
		width: auto;
      	padding: 30px 20px;
    }
	.es-page-uritai #inquiry .bukken_menseki .menseki_row .wpcf7-form-control-wrap,
	.es-page-uritai-lb #inquiry .bukken_menseki .menseki_row .wpcf7-form-control-wrap,
	.es-page-uritai-kaitori #inquiry .bukken_menseki .menseki_row .wpcf7-form-control-wrap{
		display: inline-block;
		width: 80px;
	}
}


/*
	リノベーションマンション事例 es-page-renovation-works
-------------------------------------------------- */
.es-page-renovation-works #content .es-container{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.es-page-renovation-works #content .es-container.page-header{
	max-width: 1140px !important;
}
.es-page-renovation-works #mv{
	margin: 0 0 50px;
	padding: 0 0 40px;
	background: #0e316c;
}
.es-page-renovation-works #mv ul{
	display: flex;
}
.es-page-renovation-works #mv ul li{
	width: 50%;
}
.es-page-renovation-works #mv .lead{
	max-width: 1180px;
	margin: 40px auto 0;
	padding: 30px 0;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
.es-page-renovation-works #mv .lead p{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 480px){
	.es-page-renovation-works #content .es-container{
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	.es-page-renovation-works #content .es-container.page-header{
		max-width: 1140px !important;
	}
	.es-page-renovation-works #mv{
		margin: 0 0 40px;
		padding: 0 0 30px;
	}
	.es-page-renovation-works #mv ul{
		display: block;
	}
	.es-page-renovation-works #mv ul li{
		width: 100%;
	}
	.es-page-renovation-works #mv .lead{
		margin: 30px 15px 0;
		padding: 20px 0;
		border-radius: 6px;
	}
	.es-page-renovation-works #mv .lead p{
		font-size: 13px;
		line-height: 1.6;
	}
}



/*
	サンキューページ（共通） es-page-thanks
-------------------------------------------------- */
.es-page-thanks {

}

/*
	個人情報の取り扱い es-pagefunc-privacy
-------------------------------------------------- */
.es-pagefunc-privacy {
}
@media screen and (max-width: 480px){
}


/*
	お気に入り es-page-favorite
-------------------------------------------------- */
.es-page-favorite {

}

/*
	お役立ち・サポート情報　es-page-support
-------------------------------------------------- */
.es-page-support #secSupport{
	background: #fff;
	margin: 0 -20px;
	padding: 80px 0;
}
.es-page-support #secSupport .ttl-suport{
	display: block;
	font-size: 30px;
	text-align: center;
	color: #0e316c;
}
.es-page-support #secSupport ul{
	max-width: 1200px;
	margin: 100px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.es-page-support #secSupport ul li{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: 570px;
	padding: 70px 20px 40px;
	background: #0e316c;
	text-align: center;
}
.es-page-support #secSupport ul li:nth-child(n + 3){
	margin: 80px 0 0;
}
/*
.es-page-support #secSupport ul li .fukidashi{
	padding: 22px 0;
	border-radius: 10px;
	border: solid 2px #0c48ac;
	color: #0e316c;
	font-size: 20px;
	background: #fff;
	transform: translateY(-50%);
	position: relative;
}
.es-page-support #secSupport ul li .fukidashi::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 13px 0 13px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: calc(50% - 13px);
	bottom: -15px;
}
.es-page-support #secSupport ul li .fukidashi p{
	margin: 0;
}
*/
.es-page-support #secSupport ul li dl{
	color: #fff;
	min-height: 180px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	padding: 0 0 20px;
}
.es-page-support #secSupport ul li dl dt{
	width: 100%;
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
}
.es-page-support #secSupport ul li dl dt span{
	display: block;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 400;
}
.es-page-support #secSupport ul li dl dd{
	width: 100%;
	font-size: 16px;
	line-height: 2;
}
.es-page-support #secSupport ul li dl dd span{
	display: block;
	font-size: 13px;
}
.es-page-support #secSupport ul li figure{
	margin: auto 0 0;
}
.es-page-support #secSupport .note{
	margin: 35px auto 0;
	max-width: 1200px;
	font-size: 13px;
}



@media screen and (max-width: 480px){
	.es-page-support #secSupport{
		margin: 0;
		padding: 50px 0;
	}
	.es-page-support #secSupport .ttl-suport{
		font-size: 26px;
	}
	.es-page-support #secSupport ul{
		margin: 50px auto 0;
		padding: 0 10px;
	}
	.es-page-support #secSupport ul li{
		display: block;
		width: 100%;
		padding: 30px 15px 15px;
	}
	.es-page-support #secSupport ul li:nth-child(n + 2){
		margin: 30px 0 0;
	}
  /*
	.es-page-support #secSupport ul li .fukidashi{
		padding: 10px;
		border-radius: 5px;
		border: solid 1px #0c48ac;
		font-size: 12px;
	}
	.es-page-support #secSupport ul li .fukidashi::before{
		border-width: 8px 6px 0 6px;
		left: calc(50% - 6px);
		bottom: -8px;
	}
	.es-page-support #secSupport ul li .fukidashi p{
		margin: 0;
	}
  */
	.es-page-support #secSupport ul li dl{
		min-height: 0;
		display: block;
		padding: 0 0 20px;
	}
	.es-page-support #secSupport ul li dl dt{
		width: 100%;
		margin: 0 0 15px;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.3;
	}
	.es-page-support #secSupport ul li dl dt span{
		display: block;
		margin: 0 0 5px;
		font-size: 14px;
	}
	.es-page-support #secSupport ul li dl dd{
		width: 100%;
		font-size: 14px;
		line-height: 1.5;
	}
	.es-page-support #secSupport ul li dl dd span{
		display: block;
		font-size: 10px;
	}
	.es-page-support #secSupport ul li figure{
		margin: auto 0 0;
	}
	.es-page-support #secSupport .note{
		margin: 15px auto 0;
		padding: 0 10px;
		font-size: 10px;
	}
}


/*
	当社ご案内　es-page-company
-------------------------------------------------- */
.es-page-company #primary{
	padding-bottom: 0;
}
.es-page-company #content .es-container{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.es-page-company #content .es-container.page-header{
	max-width: 1140px !important;
}

.es-page-company .company-lead{
	text-align: center;
}
.es-page-company .company-lead .company-logo{
	margin: 0 0 50px;
}
.es-page-company .company-lead .company-logo span{
	display: block;
	margin: 20px 0 0;
	font-size: 40px;
	font-weight: 700;
	color: #0e316c;
}
.es-page-company .company-lead .f-block{
	max-width: 1000px;
	margin: 0 auto 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.es-page-company .company-lead .f-block p{
	width: 50%;
	margin-bottom: 0;
	line-height: 2;
}
.es-page-company .company-lead .f-block figure{
	width: 50%;
	padding: 0 50px;
}
.es-page-company .point-wrap{
	max-width: 1140px;
	margin: 0 auto 100px;
}
.es-page-company .point-wrap .ttl{
	position: relative;
	height: 50px;
	margin: 0 0 80px;
	padding: 5px 0 0;
	background: #024287;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	line-height: 1;
}
.es-page-company .point-wrap .ttl::before,
.es-page-company .point-wrap .ttl::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 0;
}
.es-page-company .point-wrap .ttl::before{
	border-width: 25px 0 25px 20px;
	border-color: transparent transparent transparent #fff;
	left: 0;
}
.es-page-company .point-wrap .ttl::after{
	border-width: 25px 20px 25px 0;
	border-color: transparent #fff transparent transparent;
	right: 0;
}
.es-page-company .point-wrap .ttl span{
	font-size: 36px;
	color: #f6cc26;
}
.es-page-company .point-wrap .ttl img{
	position: absolute;
	top: calc(50% - 37px);
	left: 300px;
	width: 80px;
}
.es-page-company .point-wrap ul{
	margin: 0 0 100px;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.es-page-company .point-wrap ul li{
	width: 30%;
}
.es-page-company .point-wrap ul li:nth-child(n + 4){
	margin: 100px 0 0;
}
.es-page-company .point-wrap ul li dl dt{
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
}
.es-page-company .point-wrap ul li:nth-child(1) dl dt{ color: #c5a802;}
.es-page-company .point-wrap ul li:nth-child(2) dl dt{ color: #5ca56c;}
.es-page-company .point-wrap ul li:nth-child(3) dl dt{ color: #457b97;}
.es-page-company .point-wrap ul li:nth-child(4) dl dt{ color: #b06caa;}
.es-page-company .point-wrap ul li:nth-child(5) dl dt{ color: #09a0be;}
.es-page-company .point-wrap ul li:nth-child(6) dl dt{ color: #b75d4b;}

.es-page-company .point-wrap ul li dl dt img{
	display: block;
	width: 120px;
	margin: 0 auto 15px;
}
.es-page-company .company-access{
	max-width: 1140px;
	margin: 0 auto 100px;
	padding: 40px 70px;
	border: solid 2px #0e316c;
}
.es-page-company .company-access .ttl{
	margin: 0 0 20px;
	padding: 0 0 8px;
	border-bottom: solid 2px #0e316c;
	font-size: 23px;
	color: #0e316c;
}
.es-page-company .company-access .f-block{
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
}
.es-page-company .company-access .f-block .gmap{
	width: 480px;
}
.es-page-company .company-access .f-block .gmap iframe{
	width: 100%;
	height: 420px;
}
.es-page-company .company-access .f-block .txt-block{
	width: 460px;
}
.es-page-company .company-access .f-block .txt-block ul{
	margin: 0 0 20px;
}
.es-page-company .company-access .f-block .txt-block ul li{
	padding: 1em 0;
	border-bottom: solid 1px #cccccc;
}
.es-page-company .company-access .f-block .txt-block ul li dl{
	overflow: hidden;
}
.es-page-company .company-access .f-block .txt-block ul li dl dt{
	float: left;
	font-weight: 400;
}
.es-page-company .company-access .f-block .txt-block ul li:nth-child(1) dl dd{
	margin: 0 0 0 2.5em;
}
.es-page-company .company-access .f-block .txt-block ul li:nth-child(2) dl dd,
.es-page-company .company-access .f-block .txt-block ul li:nth-child(4) dl dd{
	margin: 0 0 0 4.5em;
}
.es-page-company .company-access .txt-access dt{
	margin: 0 0 5px;
	font-weight: 700;
}
.es-page-company .company-access .txt-access dd{
	padding: 20px 20px 20px 38px;
	text-indent: -18px;
	background: #ebf1fa;
	color: #0e316c;
}
.es-page-company .company-access .txt-access dd::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px 0 0;
	background: #0e316c;
	border-radius: 50%;
	vertical-align: 2px;
}
.es-page-company .company-bukken{
	padding: 0 0 100px;
	background: #f2f4f4;
}
.es-page-company .company-bukken .ttl{
	margin-bottom: 40px;
	padding: 40px 0;
	background: #005aaa;
	color: #fff;
	text-align: center;
	font-size: 36px;
}
.es-page-company .company-bukken .ttl + p{
	margin-bottom: 50px;
	text-align: center;
	line-height: 2;
	font-size: 18px;
}
.es-page-company .company-bukken .list-bukken{
	max-width: 980px;
	margin: 0 auto;
}
.es-page-company .company-bukken .list-bukken ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.es-page-company .company-bukken .list-bukken ul li{
	width: 318px;
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.es-page-company .company-bukken .list-bukken ul li a{
	display: flex;
	flex-direction: column;
	text-decoration: none;
	margin: 0;
	padding: 13px 15px 14px 14px;
	background: #fff;
}
.es-page-company .company-bukken .list-bukken ul li a .img{
  text-align: center;
  margin: 0 0 18px 0;
	transition: all ease 0.6s;
}
.es-page-company .company-bukken .list-bukken ul li a:hover .img{
  opacity: 0.6;
}
.es-page-company .company-bukken .list-bukken ul li a .txt dl dt{
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 0 5px;
	padding: 0 20px 10px 0;
	color: #333;
}

.es-page-company .company-bukken .list-bukken ul li a .txt dl dd {
	margin: 0 0 0 5px;
	font-size: 14px;
}
.es-page-company .company-bukken .list-bukken ul li a .txt dl dd p {
	padding: 0 0 0 15px;
	position: relative;
	margin-bottom: 10px;
	color: #333;
}
.es-page-company .company-bukken .list-bukken ul li a .txt dl dd p span {
	position: absolute;
	left: 0;
	color: #0e316c;
}
.es-page-company .company-bukken .list-bukken ul li a .btn {
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #0e316c;
  transition: all 0.3s ease;
	margin: auto 0 0;
  padding: 9px 10px;
}
@media screen and (max-width: 480px){
	.es-page-company .company-lead{
		margin: 0 0 50px;
	}
	.es-page-company .company-lead .company-logo{
		margin: 0 0 25px;
	}
	.es-page-company .company-lead .company-logo img{
		width: 130px;
	}
	.es-page-company .company-lead .company-logo span{
		margin: 14px 0 0;
		font-size: 23px;
	}
	.es-page-company .company-lead .f-block{
		margin: 0;
		display: block;
	}
	.es-page-company .company-lead .f-block p{
		width: 100%;
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 2;
	}
	.es-page-company .company-lead .f-block figure{
		width: 100%;
		padding: 0 45px;
	}
	.es-page-company .point-wrap{
		margin: 0 auto 45px;
	}
	.es-page-company .point-wrap .ttl{
		height: 30px;
		margin: 0 0 38px;
		padding: 0;
		font-size: 17px;
	}
	.es-page-company .point-wrap .ttl::before{
		border-width: 15px 0 15px 11px;
	}
	.es-page-company .point-wrap .ttl::after{
		border-width: 15px 11px 15px 0;
	}
	.es-page-company .point-wrap .ttl span{
		font-size: 26px;
	}
	.es-page-company .point-wrap .ttl img{
		top: calc(50% - 22px);
		left: calc(50% - 164px);
		width: 47px;
	}
	.es-page-company .point-wrap ul{
		margin: 0;
		padding: 0;
		display: block;
	}
	.es-page-company .point-wrap ul li{
		width: 100%;
		margin: 0 0 35px !important;
		font-size: 14px;
	}
	.es-page-company .point-wrap ul li dl dt{
		margin: 0 0 15px;
		font-size: 21px;
	}
	.es-page-company .point-wrap ul li dl dt img{
		display: block;
		width: 95px;
		margin: 0 auto 15px;
	}
	.es-page-company .company-access{
		margin: 0 10px 50px;
		padding: 15px 20px;
		border: solid 1px #0e316c;
		font-size: 14px;
	}
	.es-page-company .company-access .ttl{
		margin: 0 0 15px;
		padding: 0 0 5px;
		border-bottom: solid 2px #0e316c;
		font-size: 18px;
	}
	.es-page-company .company-access .f-block{
		margin: 0 0 30px;
		display: block;
	}
	.es-page-company .company-access .f-block .gmap{
		width: 100%;
	}
	.es-page-company .company-access .f-block .gmap iframe{
		width: 100%;
		height: 310px;
	}
	.es-page-company .company-access .f-block .txt-block{
		width: 100%;
	}
	.es-page-company .company-access .f-block .txt-block ul{
		margin: 0 0 20px;
	}
	.es-page-company .company-access .txt-access dt{
		margin: 0 0 5px;
		font-weight: 700;
	}
	.es-page-company .company-access .txt-access dd{
		padding: 20px 20px 20px 31px;
		text-indent: -11px;
	}
	.es-page-company .company-access .txt-access dd::before{
		width: 6px;
		height: 6px;
		margin: 0 5px 0 0;
	}

	.es-page-company .company-bukken{
		padding: 0 10px 50px;
		background: #f2f4f4;
	}
	.es-page-company .company-bukken .ttl{
		margin-bottom: 40px;
		margin-left: -10px;
		margin-right: -10px;
		padding: 15px 0;
		font-size: 23px;
	}
	.es-page-company .company-bukken .ttl + p{
		margin-bottom: 50px;
		text-align: center;
		line-height: 2;
		font-size: 14px;
	}
	.es-page-company .company-bukken .list-bukken ul{
		display: block;
	}
	.es-page-company .company-bukken .list-bukken ul li{
		width: 100%;
		margin: 0 0 10px;
		display: block;
	}
	.es-page-company .company-bukken .list-bukken ul li a{
		display: block;
		padding: 10px;
	}
	.es-page-company .company-bukken .list-bukken ul li a .inr{
		display: flex;
		justify-content: space-between;
	}
	.es-page-company .company-bukken .list-bukken ul li a .img{
		width: 120px;
		margin: 0 0 15px;
	}
	.es-page-company .company-bukken .list-bukken ul li a .txt{
		width: calc(100% - 130px);
	}
	.es-page-company .company-bukken .list-bukken ul li a .txt dl dt{
		font-size: 17px;
		line-height: 1.3;
		margin: 0 0 5px;
		padding: 0;
	}
	.es-page-company .company-bukken .list-bukken ul li a .txt dl dd {
		margin: 0 0 15px;
		font-size: 11px;
	}
	.es-page-company .company-bukken .list-bukken ul li a .txt dl dd p {
		padding: 0 0 0 13px;
		margin-bottom: 5px;
	}
	.es-page-company .company-bukken .list-bukken ul li a .btn {
		padding: 9px 10px;
		font-size: 13px;
	}

}


/*
	ハウスアップ　es-page-houseup
-------------------------------------------------- */
.es-page-houseup #contactForm {
  padding: 100px 0 20px;
  font-size: 24px;
  text-align: center;
}
.es-page-houseup #contactForm::after {
  content: "";
  display: block;
  height: 2px;
  margin: 20px auto 40px;
  width: 100px;
  background: #e75696;
}
.es-page-houseup .form-cap-area .inner .cap-area-content {
  background: #f9ebf0;
}
.es-page-houseup .form-cap-area .inner .cap-area-content p{
  color: #e75696;
}
.es-page-houseup .form-cap-area .inner .cap-area-content ul li dl dt{
  color: #e75696;
	border-color: #e75696;
}

.es-page-houseup #inquiry .form-col2-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.es-page-houseup #inquiry .form-col2-wrap .form-col2-item{
	width: 47%;
}
.es-page-houseup #inquiry .form-col2-wrap br{
	display: none;
}
.es-page-houseup #inquiry .form-col2-wrap02{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.es-page-houseup #inquiry .form-col2-wrap02 .wpcf7-form-control-wrap{
	width: calc(50% - 1em);
}

@media screen and (max-width: 480px){
	.es-page-houseup #contactForm {
		padding: 50px 0 20px;
		font-size: 24px;
	}
	.es-page-houseup #contactForm::after {
		margin: 20px auto 0;
	}

}

/*
	シニア住宅サポート　es-page-senior
-------------------------------------------------- */
.es-page-senior #content .es-container{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.es-page-senior #content .es-container.page-header{
	max-width: 1140px !important;
}
.es-page-senior #mv{
	position: relative;
}
.es-page-senior #mv .ttl-wrap{
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(0, -50%);
}
.es-page-senior #mv .ttl-wrap .mvttl{
	margin-bottom: 20px;
	font-size: 3.5vw;
	font-weight: 700;
	color: #0e316c;
	line-height: 1.2;
}
.es-page-senior #mv .ttl-wrap .mvttl span{
	font-size: 30px;
}
.es-page-senior #mv .ttl-wrap .mvttl + p{
	margin-bottom: 0;
	font-size: 1.3vw;
}

.es-page-senior #mv figure figcaption{
	position: absolute;
	right: 0.5em;
	bottom: 0.3em;
	font-size: 13px;
}
.es-page-senior .block{
	padding: 100px 0;
	background: #f7f8fa url("/wp-content/uploads/sites/833/2022/10/bg_senior_pc.jpg") no-repeat 50% top / 100% auto;
}
.es-page-senior .block .catch{
	margin-bottom: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 2;
}
.es-page-senior .block ul{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background: url("/wp-content/uploads/sites/833/2022/10/bg_senior_plus.png") no-repeat 50% 50% / 200px auto;
}
.es-page-senior .block ul li{
	width: 310px;
	background: #fff;
	padding: 30px 0 0;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.es-page-senior .block ul li figure{
	width: 230px;
	margin: 0 auto 10px;
}
.es-page-senior .block ul li dl{
	margin: 0 0 20px;
	padding: 0 30px;
}
.es-page-senior .block ul li dl dt{
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
.es-page-senior .block ul li dl dd{
	font-size: 14px;
}
.es-page-senior .block ul li .btn-link{
	margin: auto 0 0;
	padding: 20px 30px;
	text-align: center;
}
.es-page-senior .block ul li .btn-link p{
	margin-bottom: 0;
}
.es-page-senior .block ul li .btn-link p a{
	display: block;
	padding: 10px 0;
	background: #fff;
	border-radius: 5px;
	position: relative;
}
.es-page-senior .block ul li .btn-link p a::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
}

.es-page-senior .block ul li:nth-child(1) .btn-link{
	background: #204d89;
}
.es-page-senior .block ul li:nth-child(1) .btn-link a{
	color: #204d89;
}
.es-page-senior .block ul li:nth-child(2) .btn-link{
	background: #378c86;
}
.es-page-senior .block ul li:nth-child(2) .btn-link a{
	color: #378c86;
}
.es-page-senior .block ul li:nth-child(1) .btn-link p a::before{
	border-color: #204d89;
}
.es-page-senior .block ul li:nth-child(2) .btn-link p a::before{
	border-color: #378c86;
}
.es-page-senior .ttl-senior{
	margin: 100px 0 50px;
	text-align: center;
	font-size: 26px;
}
.es-page-senior .ttl-senior p{
	display: inline-block;
	border-bottom: solid 1px #0e316c;
	color: #0e316c;
}

.es-page-senior #inquiry{
	border: solid 2px #0e316c;
}
.es-page-senior #inquiry h2{
	display: none;
}
.es-page-senior #inquiry .ttl-form{
	font-size: 20px;
	text-align: center;
}
.es-page-senior #inquiry .ttl-form::after{
	content: "";
	display: block;
	height: 2px;
	margin: 20px auto 40px;
	width: 100px;
	background: #142d62;
}
.es-page-senior #inquiry .bdr{
	border-bottom: 1px solid #bdbdbd;
 }
.es-page-senior #inquiry .form-privacy-company{
	max-width: 500px;
  	margin: 0 auto;
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
}
.es-page-senior #inquiry .form-privacy-company a{
	text-decoration: underline;
}
.es-page-senior #inquiry .form-privacy-company a:hover{
	text-decoration: none;
}
.es-page-senior #inquiry .form-consent{
	margin: 20px auto;
	padding: 20px 0;
	background: #f1f9fd;
	text-align: center;
}

@media screen and (max-width: 1200px){
	.es-page-senior #mv .ttl-wrap .mvttl{
		font-size: 45px;
	}
	.es-page-senior #mv .ttl-wrap .mvttl span{
		font-size: 30px;
	}
	.es-page-senior #mv .ttl-wrap .mvttl + p{
		font-size: 16px;
	}
}


@media screen and (max-width: 480px){
	.es-page-senior #mv{
		padding-left: 0;
		padding-right: 0;
	}
	.es-page-senior #mv .ttl-wrap{
		width: 100%;
		top: 20px;
		left: 0;
		transform: none;
		text-align: center;
	}
	.es-page-senior #mv .ttl-wrap .mvttl{
		margin-bottom: 20px;
		font-size: 30px;
	}
	.es-page-senior #mv .ttl-wrap .mvttl span{
		font-size: 18px;
	}
	.es-page-senior #mv .ttl-wrap .mvttl + p{
		font-size: 14px;
	}

	.es-page-senior #mv figure figcaption{
		font-size: 10px;
	}
	.es-page-senior .block{
		padding: 25px 27px;
		background: #f7f8fa url("/wp-content/uploads/sites/833/2022/10/bg_senior_sp.jpg") no-repeat 50% top / 100% auto;
	}
	.es-page-senior .block .catch{
		margin-bottom: 25px;
		font-size: 16px;
		line-height: 1.7;
	}
	.es-page-senior .block ul{
		display: block;
		background: url("/wp-content/uploads/sites/833/2022/10/bg_senior_plus.png") no-repeat 50% 53% / 200px auto;
	}
	.es-page-senior .block ul li{
		width: 100%;
		padding: 35px 0 0;
		box-shadow: 0 0 6px rgba(0,0,0,0.2);
	}
	.es-page-senior .block ul li + li{
		margin: 100px 0 0;
	}
	.es-page-senior .block ul li figure{
		width: 230px;
		margin: 0 auto 20px;
	}
	.es-page-senior .block ul li dl{
		margin: 0 0 20px;
		padding: 0 25px;
	}
	.es-page-senior .block ul li dl dt{
		margin-bottom: 20px;
		font-size: 16px;
	}
	.es-page-senior .block ul li dl dd{
		font-size: 12px;
	}
	.es-page-senior .block ul li .btn-link{
		padding: 12px 0;
	}
	.es-page-senior .block ul li .btn-link p{
		max-width: 220px;
		margin: 0 auto;
	}
	.es-page-senior .block ul li .btn-link p a{
		font-size: 12px;
	}
	.es-page-senior .block ul li .btn-link p a::before{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 1px;
		border-right: solid 1px;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 4px);
		right: 15px;
	}
	.es-page-senior .ttl-senior{
		margin: 45px 0 35px;
		font-size: 18px;
	}
	.es-page-senior #inquiry{
		margin: 0 10px;
		padding: 30px 20px;
		border: solid 2px #0e316c;
	}
	.es-page-senior #inquiry .ttl-form{
		padding: 0;
		font-size: 16px;
	}
	.es-page-senior #inquiry .ttl-form::after{
		height: 2px;
		margin: 15px auto 0;
		width: 28px;
	}
	.es-page-senior #inquiry .form-privacy-company{
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
		font-size: 10px;
	}
	.es-page-senior #inquiry .form-privacy-company a{
		text-decoration: underline;
	}
	.es-page-senior #inquiry .form-privacy-company a:hover{
		text-decoration: none;
	}
	.es-page-senior #inquiry .form-consent{
		margin: 20px auto;
		padding: 20px 0;
		font-size: 13px;
	}

}
@media screen and (max-width: 374px){
	.es-page-senior .ttl-senior{
		font-size: 16px;
	}
}


/*
	マンションの売却をご検討中の方　es-page-sell-form 
	マンションの売却をご検討中の方サンキューページ　es-page-sell-thanks 
-------------------------------------------------- */
.es-page-sell-form #main,
.es-page-sell-thanks #main{
	padding: 50px 0;
	border-top: solid 60px #0e316c;
}
.es-page-sell-form #header,
.es-page-sell-form #footer,
.es-page-sell-form #contactArea,
.es-page-sell-thanks #header,
.es-page-sell-thanks #footer,
.es-page-sell-thanks #contactArea {
	display: none;
}
.es-page-sell-form .es-container,
.es-page-sell-thanks .es-container {
	max-width: 100%;
	width: 100%;
	background: #f2f4f4;
	padding: 0;
}
.es-page-sell-form .sell-form__lead .sell-form__hdg,
.es-page-sell-thanks .sell-form__lead .sell-form__hdg{
	margin: 0 0 50px;
	font-size: 40px;
	text-align: center;
	color: #0e316c;
}
.es-page-sell-form .sec-intro,
.es-page-sell-thanks .sec-intro {
	padding-top: 84px;
}
.es-page-sell-form .sec-intro__txt,
.es-page-sell-thanks .sec-intro__txt {
	margin-bottom: 80px !important;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.es-page-sell-form .sell-form__company,
.es-page-sell-thanks .sell-form__company {
	display: flex;
	justify-content: center;
	color: #0e316c;
	text-align: center;
	margin: 0 0 50px;
}
.es-page-sell-form .sell-form__company li,
.es-page-sell-thanks .sell-form__company li{
	width: 300px;
	padding: 0.2em 0;
	font-size: 30px;
	border: solid 1px;
	border-radius: 10px;
}
.es-page-sell-form .sell-form__company li:nth-child(2),
.es-page-sell-thanks .sell-form__company li:nth-child(2){
	width: auto;
	margin: 0 20px;
	border: none;
	font-size: 40px;
	padding: 0;
}


@media screen and (max-width: 480px){
	.es-page-sell-form #main,
	.es-page-sell-thanks #main{
		padding: 0 0 50px;
		border-top: solid 30px #0e316c;
	}
	.es-page-sell-form .sell-form__lead .sell-form__hdg,
	.es-page-sell-thanks .sell-form__lead .sell-form__hdg{
		margin: 0 0 20px;
		font-size: 26px;
	}
	.es-page-sell-form .sec-intro,
	.es-page-sell-thanks .sec-intro {
		padding-top: 40px;
	}
	.es-page-sell-form .sec-intro__txt,
	.es-page-sell-thanks .sec-intro__txt {
		margin-bottom: 40px !important;
		font-size: 13px;
		line-height: 1.8;
	}
	.es-page-sell-form .sell-form__company,
	.es-page-sell-thanks .sell-form__company {
		display: flex;
		justify-content: center;
		color: #0e316c;
		text-align: center;
		margin: 0 0 50px;
	}
	.es-page-sell-form .sell-form__company li,
	.es-page-sell-thanks .sell-form__company li{
		width: 150px;
		font-size: 17px;
		border-radius: 5px;
	}
	.es-page-sell-form .sell-form__company li:nth-child(2),
	.es-page-sell-thanks .sell-form__company li:nth-child(2){
		margin: 0 10px;
		font-size: 22px;
	}

}
@media screen and (max-width: 374px){
	.es-page-sell-form .sell-form__company li,
	.es-page-sell-thanks .sell-form__company li{
		width: auto;
		padding: 0.2em 0.5em;
		font-size: 14px;
	}
	.es-page-sell-form .sell-form__company li:nth-child(2),
	.es-page-sell-thanks .sell-form__company li:nth-child(2){
		font-size: 20px;
	}
}

.es-page-sell-form .sec-step,
.es-page-sell-thanks .sec-step{
	width: 1180px;
	margin: 0 auto 100px;
	padding: 80px 70px 100px;
	background-color: #fff;
}
.es-page-sell-form .sec-step p,
.es-page-sell-thanks .sec-step p{
	margin: 0;
}
.es-page-sell-form .sec-step .sec-step__btn,
.es-page-sell-thanks .sec-step .sec-step__btn{
	width: 530px;
	height: 70px;
	margin: 78px auto 0;
	text-align: center;
}
.es-page-sell-form .sec-step .sec-step__btn a,
.es-page-sell-thanks .sec-step__btn a{
	position: relative;
	display: block;
	padding: 20px;
	background-color: #0e316c;
	font-size: 20px;
	color: #fff;
}
.es-page-sell-form .sec-step .sec-step__btn a::before,
.es-page-sell-thanks .sec-step .sec-step__btn a::before{
	position: absolute;
	right: 24px;
	background-repeat: no-repeat;
	content: "";
}
.es-page-sell-form .sec-step .sec-step__btn--open a::before,
.es-page-sell-thanks .sec-step .sec-step__btn--open a::before{
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	background-image: url(/wp-content/uploads/sites/833/2022/09/ico_open.png);
	background-size: 30px auto;
}
.es-page-sell-form .sec-step .sec-step__btn--close a::before,
.es-page-sell-thanks .sec-step .sec-step__btn--close a::before{
	top: calc(50% - 11px);
	width: 22px;
	height: 22px;
	background-image: url(/wp-content/uploads/sites/833/2022/09/ico_close.png);
	background-size: 22px auto;
}
.es-page-sell-form .js-sell-flow,
.es-page-sell-form .sec-step__btn--close,
.es-page-sell-thanks .js-sell-flow,
.es-page-sell-thanks .sec-step__btn--close{
	display: none;
}
.es-page-sell-form .sec-step__hdg,
.es-page-sell-thanks .sec-step__hdg{
	border-bottom: 2px solid #0e316c;
	font-size: 20px;
	color: #0e316c;
}
.es-page-sell-form .sec-step__list,
.es-page-sell-thanks .sec-step__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
}
.es-page-sell-form .sec-step__item,
.es-page-sell-thanks .sec-step__item{
	position: relative;
	width: 31.4%;
	border: 1px solid #b0b0b0;
}
.es-page-sell-form .sec-step__item::before,
.es-page-sell-thanks .sec-step__item::before{
	position: absolute;
	top: calc(50% - 10px);
	right: -20px;
	width: 21px;
  height: 21px;
  border: 2px solid;
  border-color: #0e316c #0e316c transparent transparent;
  transform: rotate(45deg);
	content: "";
}
.es-page-sell-form .sec-step__item:last-child::before,
.es-page-sell-thanks .sec-step__item:last-child::before{
	content: none;
}
.es-page-sell-form .sec-step__item:nth-child(n + 4),
.es-page-sell-thanks .sec-step__item:nth-child(n + 4){
	margin-top: 30px;
}
.es-page-sell-form .sec-step__item .item-hdg,
.es-page-sell-thanks .sec-step__item .item-hdg{
	padding: 10px;
	background-color: #dee7f6;
	font-size: 20px;
	font-weight: 600;
	color: #0e316c;
	text-align: center;
}
.es-page-sell-form .sec-step__item .item-hdg span,
.es-page-sell-thanks .sec-step__item .item-hdg span{
	display: block;
}
.es-page-sell-form .sec-step__item .item-txt,
.es-page-sell-thanks .sec-step__item .item-txt{
	padding: 20px 25px 22px;
	font-size: 16px;
	font-weight: 600;
}
.es-page-sell-form #inquiry,
.es-page-sell-thanks #inquiry {
	width: 1180px;
	margin: 0 auto;
	background: #fff;
	padding: 60px 70px;
}
.es-page-sell-form #inquiry hr{
	display: block;
	margin:0 -190px 3em;
}
.es-page-sell-form #inquiry .form-ttl{
	font-size: 30px;
	color: #0e316c;
	text-align: center;
}
.es-page-sell-form #inquiry .bukken_menseki .menseki_row .wpcf7-form-control-wrap{
	display: inline-block;
	width: 130px;
}
.es-page-sell-form #inquiry .es_form_2col_wrap p.contact_tel {
	border-top: none;
	padding-top: 0;
}
.es-page-sell-form #inquiry .eigyojikan{
	margin: 50px 0 0;
	font-size: 16px;
	text-align: center;
	color: #0e316c;
}
@media screen and (max-width: 480px){
	.es-page-sell-form .sec-step,
	.es-page-sell-thanks .sec-step{
		width: 100%;
		margin: 0 auto 50px;
		padding: 40px 10px 50px;
	}
	.es-page-sell-form .sec-step .sec-step__btn,
	.es-page-sell-thanks .sec-step .sec-step__btn{
		width: 100%;
		height: 70px;
		margin-top: 40px;
	}
	.es-page-sell-form .sec-step .sec-step__btn a,
	.es-page-sell-thanks .sec-step .sec-step__btn a{
		padding: 15px;
		font-size: 18px;
	}
	.es-page-sell-form .sec-step .sec-step__btn a::before,
	.es-page-sell-thanks .sec-step .sec-step__btn a::before{
		right: 20px;
	}
	.es-page-sell-form .sec-step .sec-step__btn--open a::before,
	.es-page-sell-thanks .sec-step .sec-step__btn--open a::before{
		top: calc(50% - 13px);
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/sites/833/2022/09/ico_open.png);
		background-size: 25px auto;
	}
	.es-page-sell-form .sec-step .sec-step__btn--close a::before,
	.es-page-sell-thanks .sec-step .sec-step__btn--close a::before{
		top: calc(50% - 9px);
		width: 18px;
		height: 18px;
		background-image: url(/wp-content/uploads/sites/833/2022/09/ico_close.png);
		background-size: 18px auto;
	}
	.es-page-sell-form .sec-step__hdg,
	.es-page-sell-thanks .sec-step__hdg{
		font-size: 18px;
	}
	.es-page-sell-form .sec-step__list,
	.es-page-sell-thanks .sec-step__list{
		display: block;
		margin-top: 25px;
	}
	.es-page-sell-form .sec-step__item,
	.es-page-sell-thanks .sec-step__item{
		width: 100%;
	}
	.es-page-sell-form .sec-step__item::before,
	.es-page-sell-thanks .sec-step__item::before{
		position: absolute;
		top: inherit;
		bottom: -20px;
		right: calc(50% - 9px);
		width: 18px;
		height: 18px;
		border: 2px solid;
		border-color: #0e316c #0e316c transparent transparent;
		transform: rotate(135deg);
		content: "";
	}
	.es-page-sell-form .sec-step__item:not(:first-of-type),
	.es-page-sell-thanks .sec-step__item:not(:first-of-type){
		margin-top: 30px;
	}
	.es-page-sell-form .sec-step__item .item-hdg,
	.es-page-sell-thanks .sec-step__item .item-hdg{
		height: auto;
		padding: 10px;
		font-size: 18px;
	}
	.es-page-sell-form .sec-step__item .item-txt,
	.es-page-sell-thanks .sec-step__item .item-txt{
		padding: 15px;
		font-size: 14px;
	}
	.es-page-sell-form #inquiry,
	.es-page-sell-thanks #inquiry {
		width: 100%;
		padding: 30px 20px;
	}
	.es-page-sell-form .form_wrap {
		width: 100%;
	}
	
	.es-page-sell-form #inquiry hr{
		display: block;
		margin:0 -190px 2em;
	}
	.es-page-sell-form #inquiry .form-ttl{
		font-size: 16px;
	}
	.es-page-sell-form .footer_bt_bar.checked,
	.es-page-sell-form .footer_bt_bar.fixed {
		 display: none;
	}
	.es-page-sell-form #inquiry .bukken_menseki .menseki_row .wpcf7-form-control-wrap{
		display: inline-block;
		width: 80px;
	}
	.es-page-sell-form #inquiry .eigyojikan{
		margin: 20px 0 0;
		font-size: 13px;
	}

}

/* マンションの売却をご検討中の方 サンキューページ　es-page-sell-thanks 
-------------------------------------------------- */
.es-page-sell-thanks .sell-thanks{
	text-align: center;
}

#inquiry.rtc_contact_custom {
	background-color: rgba( 255, 255, 255, 1 );
}

@media screen and (max-width: 480px){
	.es-page-sell-thanks .sell-thanks{
		text-align: left;
		font-size: 14px;
	}
}

