/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2023 | 05:29:22 */
/* 基礎 - common
-------------------------------------------------- */
/* -アイコン:icon- */
.entry-content .esx-icon-title1::before {
	color: #289BDA !important;
}

.esx-list-style-pop2 .es-list .es-list-content h3 {
	font-size: 14px !important;
}

.feature-advertisement-block a.wp-block-button__link {
	background-color: #289BDA;
}
.esx-bg-illust-2 {
	background-color: #E6F2F4;
}

.esx-footer-info-column [class*="esx-icon-"].has-text-align-center::before {
	color: #289BDA !important;
}


/* ヘッダー - header
-------------------------------------------------- */
.site-description {
	display: none;
}

.es-site-title-wrap {
	margin-left: 30px;
}
.header_link {
	margin-bottom: 0 !important;
}
.header_link a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 10px;
	background: rgba( 237, 127, 0, 1 );
}


/* フッター - footer
-------------------------------------------------- */
.site-footer {
	margin-top: 0 !important;
	padding-top: 0 !important;
	background-image: none !important;
}
.site-footer .widget-title {
	color: #333 !important;
	border-bottom-color: #289BDA !important;
}


/* 不動産の無料査定・相談 - assessment
-------------------------------------------------- */
.cover_height_auto {
	min-height: auto;
}

.frame_merit {
	overflow: visible;
	position: relative;
}
.frame_merit::before {
	content: '';
	position: absolute;
	top: -30px;
	left: -5px;
	width: 80px;
	height: 80px;
	background-image: url( '/wp-content/uploads/sites/964/2023/02/merit01.png' );
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 9;
}
.merit_02::before { background-image: url( '/wp-content/uploads/sites/964/2023/02/merit02.png' ); }
.merit_03::before { background-image: url( '/wp-content/uploads/sites/964/2023/02/merit03.png' ); }
.merit_04::before { background-image: url( '/wp-content/uploads/sites/964/2023/02/merit04.png' ); }


/* flow - 流れのスマホ対応版
-------------------------------------------------- */
.flow {
  padding-left: 120px;
  position: relative;
  list-style: none;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
	font-weight: bold;
  color: #fff;
  background: rgba( 144, 213, 197, 1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent rgba( 144, 213, 197, 1 );
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #333;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1vh;
}
.flow > li dl dd {
  display: flex;
}
.flow > li dl dd img {
	margin-right: 10px;
}

/* 採用情報 - recruit
-------------------------------------------------- */
.recruit_txt span {
	color: #2C8A9C;
	font-weight: bold;
}

.recruit_tbl table tr td:first-child {
	width: 15%;
    padding: 0 20px;
    vertical-align: middle;
}
p.recruit_tag {
	margin-top: 10px;
	margin-bottom: 5px !important;
	padding: 0 20px;
	width: fit-content;
	background: rgba( 129, 200, 216, 1 );
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
}
/*
p.recruit_tag::before {
	margin-right: 10px;
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
} */

/* アパートオーナー様へ - apartowner
-------------------------------------------------- */
p.circle_tag {
	margin-bottom: 10px !important;
}
p.circle_tag::before {
	margin-right: 10px;
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #90D5C5;
}
.apartowner_tbl table tr td:first-child {
	width: 15%;
}
h3.fukidashi_left span {
	position: relative;
	margin-right: 20px;
	padding: 5px 30px;
	color: #fff;
	background: rgba( 40, 155, 218, 1 );
}
h3.fukidashi_left span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -9px;
    width: 10px;
    height: 15px;
	background: rgba( 40, 155, 218, 1 );
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.plan_title {
	margin-bottom: 0 !important;
	padding: 10px !important;
}
.plan_list {
	margin: 0;
	list-style: none;
	background: #F3F3F3;
}
.plan_list > li {
	padding: 10px 20px;
}
.plan_list > li:nth-child( 2n ) {
	background: #fff;
}

.check_list {
	list-style: none;
	margin: 0;
}
.check_list > li {
	display: flex;
}
.check_list > li::before {
	margin-right: 10px;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	color: #289BDA;
}

.cate_list {
	list-style: none;
	margin: 0;
	display: flex;
}
.cate_list > li {
	padding: 5px 30px;
	width: fit-content;
	font-size: 21px;
	color: #fff;
	background: #EBBA47;
	border-radius: 30px;
}
.cate_list > li:not(:last-child) {
	margin-right: 20px;
}


/* 会社概要 - company
-------------------------------------------------- */
.company_list > li::before {
	color: #ecb63c;
}

/* トップへ - totop
-------------------------------------------------- */
.to_top {
	position: fixed;
	right: 100px;
	bottom: 75px;
	z-index: 999;
}
.to_top a {
	display: block;
	padding: 10px 0;
	width: 80px;
	height: 80px;
	line-height: 1.5;
	color: #2C8A9C;
	font-weight: bold;
	background-size: auto auto;
	background-color: rgba(183, 219, 229, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(165, 209, 220, 1) 10px, rgba(165, 209, 220, 1) 18px );
	border-radius: 50%;
	text-align: center;
}
.to_top a p {
	margin-bottom: 0 !important;
}


.clr_blue { color: #289BDA; }

.mb0 { margin-bottom: 0 !important; }

.for_sp { display: none; }


@media screen and ( max-width: 480px ) {
	.for_pc { display: none; }
	.for_sp { display: block; }
	
	
	.sp_none { height: 20px !important; }
	.es-site-title-wrap {
		display: none;
	}
	
	
	/* スマホナビ - nav
	-------------------------------------------------- */
	.nav_logo {
		margin-bottom: 20px;
	}
	.nav_logo a {
		display: block;
		text-align: center;
	}
	.nav_logo a img {
		width: 250px;
		height: auto;
	}
	
	/* スライダー - slider
	-------------------------------------------------- */
	.flexslider.es_slider {
		overflow: visible !important;
	}
	.es-total-advertisement-count {
		margin-top: 30px !important;
	}
	.flexslider.es_slider .flex-control-nav {
		bottom: -25px !important;
	}
	
	.main-navigation #primary-menu li.unclickable > a:after {
		color: #fff;
		content: "\e91e";
		display: block;
		font-family: es_font;
		font-size: 14px;
		font-size: .875rem;
		font-weight: 600;
		position: absolute;
		right: 20px;
		top: calc(50% - 10px);
	}
	
	
	.inquiry_phone_number a.wp-block-button__link.phone {
		background: rgba( 40, 155, 218, 1 ) !important;
	}
	
	/* footer
	-------------------------------------------------- */
	#media_image-5 a {
		display: block;
		text-align: center;
	}
	#media_image-5 a img {
		width: 250px;
	}
	
	
	/* 会社概要 - company
	-------------------------------------------------- */
	.check_lists_company br { display: none; }
	.company_list > li br { display: none; }

	
	/* 不動産の無料査定・相談 - assessment
	-------------------------------------------------- */
	.sub_visual {
		min-height: 200px;
	}
	.sub_visual h1 {
		font-size: 18px !important;
	}
	
	/* ----- flow:Step ----- */
	.flow {
		padding-left: 0;
	}
	.flow::before {
		left: 0;
	}
	.flow > li .icon {
		position: relative;
		margin-left: 30px;
		margin-bottom: 20px;
		top: 0;
		left: 0;
	}
	
	.flow > li .icon::after {
		left: -9px;
		width: 10px;
		clip-path: polygon( 100% 0, 0 50%, 100% 100% );
		height: 10px;
		background: rgba( 144, 213, 197, 1 );
		border: none;
	}
	.flow > li dl {
		padding-left: 35px;
	}
	.flow > li dl::before {
		margin-top: 0;
	}
	.flow > li:first-child dl::before {
		margin-top: -3px;
	}
	.flow > li dl::after {
		width: 10px;
	}
	.flow > li dl dd {
		flex-direction: column;
	}
	.flow > li dl dd img {
		margin-right: 0;
	}

	/* ----- [●--- がずれた場合] ----- */
	.flow > li:not(:first-child) dl::after {
		top: 18px;
	}
	
	.recruit_tbl table tr td {
		display: block;
	}
	.recruit_tbl table tr td:first-child {
		padding: 10px 20px;
		width: 100%;
	}
	
	/* アパートオーナー様へ - apartowner
	-------------------------------------------------- */
	.apartowner_tbl table tr td {
		display: block;
		width: 100% !important;
	}
	.cate_list > li {
		font-size: 14px;
	}
	.cate_list > li:not(:last-child) {
		margin-right: 10px;
	}
	
	.apartowner_btn a {
		font-size: 14px;
	}
	
	
	/* トップへ - totop
	-------------------------------------------------- */
	.to_top {
		display: none;
	}
}