/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2023 | 03:12:12 */
/* タブ - tab
-------------------------------------------------- */
.tab_group ul.search_btn_group {
	padding: 0 !important;
}

.tab_block_cover {
	min-height: auto;
}
.tab_block {
	width: 100%;
	margin: 10px auto;
	flex-wrap: wrap;
	display: flex;
}
.tab_block .tab_name {
	display: block;
	padding: 0 !important;
	width: calc( 100%/6 );
	height: 50px;
	background-color: #fff;
	line-height: 50px !important;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	color: #333;
	/* float: left; */
	order: -1;
	border-top: 1px solid rgba( 0, 0, 0, .2 );
	border-left: 1px solid rgba( 0, 0, 0, .2 );
	border-right: 1px solid rgba( 0, 0, 0, .2 );
}
.tab_block .tab_name.tab_first {
	border-radius: 10px 0 0 0;
}
.tab_block .tab_name.tab_last {
	border-radius: 0 10px 0 0;
}

.tab_block input[name="tab_nav"] {
	display: none !important;
}
.tab_block .tab_name::before,
.tab_block .tab_name::after {
	display: none !important;
}
.tab_block input:checked + .tab_name {
	position: relative;
	background-color: rgba( 124, 181, 60, 1 );
	color: #fff;
	border: none;
}
/*.tab_block input:checked + .tab_name::before {
	position: absolute;
	content: '';
	display: block;
	width: 30px;
	height: 20px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background-color: rgba( 124, 181, 60, 1 );
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}*/
.tab_block .tab_panel {
	display: none;
	width: 100%;
	border-top: 3px solid rgba( 124, 181, 60, 1 );
}
.tab_list {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;	
}
.tab_list > li {
	flex: 1;
}
.tab_list > li:not(:last-child) {
	margin-right: 4%;
}
.tab_list > li a {
	padding: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 3px 5px rgba( 0, 0, 0, .2 );
	transition: .3s;
}
.tab_list > li a:hover {
	transform: translate3d(0, 5px, 0);
	box-shadow: none;
}

.tab_list > li span {
	display: block;
	margin-bottom: 10px;
    font-size: 52px;
	color: rgba( 124, 181, 60, 1 );
}
.tab_block input:checked + .tab_name + .tab_panel {
	display: block;
}


/* ストライプ柄 - StripeBackg
-------------------------------------------------- */
.stripe_bg > span {
	background-size: auto auto;
	background-color: rgba(247, 247, 247, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255, 255, 255, 1) 20px, rgba(255, 255, 255, 1) 22px );
}

/* 物件情報の背景
-------------------------------------------------- */
.es_new_block .es-list .wp-block-column {
	background-color: #fff;
}


/* スタッフ紹介 - staff
-------------------------------------------------- */
.staffs-embed.staff h3.wrap {
	font-size: .8rem !important;
}

/* 会社概要 - company
-------------------------------------------------- */
h4.company_midashi {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #76b62b;
}


/* お問い合わせ箇所 - 色変更
-------------------------------------------------- */
.top_company_info span[class^=icon-], .top_company_info .inquiry_column strong a {
	color: #76B62B;
}
.top_company_info .inquiry_column .wp-block-button a {
	background: #76B62B;
}


/* 相続相談・資産運用 - propertymanagement
-------------------------------------------------- */
.propertymanagement_topimg {
	margin-bottom: 0;
}
.propertymanagement_topimg img {
	width: 1140px;
}

.gold_gradient {
	padding: 20px;
	background-image: linear-gradient(90deg, rgba(237, 229, 171, 1) 10%, rgba(255, 255, 255, 1) 68%, rgba(255, 251, 234, 1) 90%);
}

.stripe_ttl {
	padding: 10px 20px;
	color: #fff !important;
	background-size: auto auto;
	background-color: rgba(145, 182, 85, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(123, 168, 52, 1) 5px, rgba(123, 168, 52, 1) 8px );
}
.case_ttl span {
	display: inline-block;
	margin-right: 20px;
	padding: 10px 20px;
	color: #fff;
	background-color: rgba( 24, 62, 39, 1 );
}

.specialty_ttl {
	border-bottom: 1px solid rgba( 24, 62, 39, 1 );
	display: flex;
    align-items: center;
}
.specialty_ttl strong:first-child {
	margin-right: 20px;
	font-size: 26px;
}

.border_ttl {
	padding: 5px 10px;
	border-left: 5px solid rgba( 24, 62, 39, 1 );
}

.zaisan_dock_menu > .uagb-columns__inner-wrap > .uagb-column__wrap {
	padding: 15px !important;
}

.num_cycle {
	display: flex;
	align-items: center;
}
.num_cycle span {
	display: flex;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	font-weight: bold;
	color: #fff;
	background-color: rgba( 37, 120, 68, 1 );
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.zaisan_dock_menu ul {
	margin-left: 20px;
}
.consulting_price {
	padding: 0 10px;
	font-size: 14px;
	color: rgba( 37, 120, 68, 1 );
}

.seminar_img figure {
	width: 180px;
	overflow: hidden;
}
.seminar_img figure img {
	width: auto;
	height: 135px;
}

.gradient_btn a {
	background-image: radial-gradient(circle, rgba(199, 75, 48, 1), rgba(144, 55, 30, 1));
}
.gradient_btn a::after {
	margin-left: 30px;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}


/* 賃貸管理のご案内 - kanri
-------------------------------------------------- */
.service_ttl {
	padding: 5px; 0;
	color: #fff;
	font-weight: bold;
	background-color: rgba( 37, 120, 68, 1 );
}
.service_ttl .service_num {
	margin-right: 20px;
	padding: 0 20px;
	border-right: 1px solid #fff;
}

.ribbon-wrapper {
	overflow: visible;
}

.ribbon-wrapper .uagb-column__overlay {
	border-radius: 10px;
}

.ribbon-wrapper .ribbon {  
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 10px;
	margin: 0;
	padding: 20px 0;
	line-height: 1.5;
	z-index: 2;
	width: 76px;
	text-align: center;
	color: white;
	font-size: 14px;
	background: linear-gradient(0deg, rgba(184, 135, 48, 1) 10%, rgba(250, 210, 121, 1) 80%);
	border-radius: 2px 0 0 0;
}

.ribbon-wrapper .ribbon:before {
	position: absolute;
	content: '';
	top: 0;
	right: -6px;
	border: none;
	border-bottom: solid 5px #333;
	border-right: solid 5px transparent;
}

.ribbon-wrapper .ribbon:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 38px solid rgba(184, 135, 48, 1);
	border-right: 38px solid rgba(184, 135, 48, 1);
	border-bottom: 15px solid transparent;
}

.ribbon-wrapper .ribbon i {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.ribon_ttl {
	margin-top: 20px;
	margin-left: 100px;
	min-height: 50px;
}

.clr_green { color: #166F38; }


@media ( max-width: 480px ) {
	/* タブ - tab
	-------------------------------------------------- */
	.tab_block {
		width: 100%;
	}
	.tab_block .tab_name {
		width: 50%;
		height: 40px;
		line-height: 40px !important;
		font-size: 12px;
	}
	.tab_block .tab_name.tab_first,
	.tab_block .tab_name.tab_last {
		border-radius: 0;
	}
	.tab_list > li a {
	margin-top: 10px;
    font-size: 10px;
	}
	.tab_list_column4 > li {
		margin-bottom: 20px;
		width: 48%;
		flex: auto;
	}
	.tab_list_column4 > li:not(:last-child) {
		margin-right: 0;
	}
	.tab_list_column4 > li:not(:nth-child(2n)) {
		margin-right: 4%;
	}
	.tab_list > li span {
    font-size: 44px;
	}
	
	/* 相続相談・資産運用 - propertymanagement
	-------------------------------------------------- */
	.subvisual_cover {
		min-height: 200px;
	}
	.subvisual_cover h1 {
		font-size: 24px !important;
	}
	
	.stripe_ttl {
		font-size: 18px !important;
	}
	
	.propertymanagement_topimg {
		padding: 0 !important;
	}
	.propertymanagement_topimg img {
		width: 100%;
	}
	
	.specialty_ttl {
		flex-direction: column;
		text-align: center;
	}
	.specialty_ttl strong:last-child {
		font-size: 14px;
	}
	
	.case_ttl span {
		display: block;
		margin-right: 0;
	}
	.case_ttl strong {
		display: block;
		padding: 10px;
	}
	
	.sp_img_center { text-align: center; }
	
	/* 賃貸管理のご案内 - kanri
	-------------------------------------------------- */
	.service_ttl .service_num {
		display: block;
		margin-right: 0;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.service_ttl span:last-child {
		padding: 0 20px;
	}
	
	
	/* スマホ時に反転させる
	-------------------------------------------------- */
	.flex_reverse_sp .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
}