/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 06 2025 | 05:50:01 */
/* ★ボタングループカスタム B6 */
.esx-search-block-style-b6 {
	background: none !important;
	/* padding: 0 !important; */
}
.esx-search-block-style-b6 .search_tab_group {
	margin: 0;
	border-style: none;
	justify-content: center;
}
.esx-search-block-style-b6 .search_tab_group li {
	min-width: 25%;
}
.esx-search-block-style-b6 .search_tab_group li a {
	font-size: 2rem;
	background-color: #fff;
	border-color: #e5e5e5;
}
.esx-search-block-style-b6 .search_tab_group li a.active {
	background-color: #2791D3 !important;
	border-color: #2791D3;
	color: #fff;
}
.esx-search-block-style-b6 .search_tab_group a.active::before {
	display: none;
}
.esx-search-block-style-b6 .tab_panel {
	padding: 36px 0;
}
.esx-search-block-style-b6 .tab_panel .has-1-columns {
	display: flex;
	justify-content: center;
	padding: 0;
}
.esx-search-block-style-b6 div.active {
	background-color: #fff;
	border: solid 2px #2791D3;
	border-radius: 12px;
}
.esx-search-block-style-b6 .search_btn_group {
	justify-content: space-evenly;
}
.esx-search-block-style-b6 .search_btn_group li {
	width: calc( 33.3% - 48px )
}
.esx-search-block-style-b6 .search_btn_group a.wp-block-button__link {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-evenly;
	font-size: 1.2rem;
	line-height: .7 !important;
	/*       以下有効にすればブロック設定のカラーを上書き可能        */
	/*       color: #ffffff !important; */
	/*       background: #EE942D !important; */
	background: #fff !important;

}
.esx-search-block-style-b6 .search_btn_group span {
/* 	padding-top: 0.5rem; */
}
.esx-search-block-style-b6 .search_btn_group .type_icon span::before{
	font-size: 2.5rem;
	/*       以下有効にすればブロック設定のカラーを上書き可能        */
	/*       color: #ffffff !important; */
}

@media (max-width: 480px) {
	.esx-search-block-style-b6 .search_tab_group * {
		margin: 0 !important;
		border: 0 !important;
	}
	.esx-search-block-style-b6 .search_tab_group li {
		min-width: 45%;
	}
	.esx-search-block-style-b6 .search_tab_group li a {
		font-size: 1.2rem;
		font-weight: 700;
		padding: 4px 0 !important;
	}
	.esx-search-block-style-b6 .tab_panel {
		padding: 16px 0;
	}
	.esx-search-block-style-b6 .search_btn_group li {
		width: 80%;
	}
	.esx-search-block-style-b6 .search_btn_group li:not(:last-of-type) {
		margin-bottom: 12px
	}
	.esx-search-block-style-b6 .search_tab_group li a {
		border-top: 1px solid #e5e5e5 !important;
		border-left: 1px solid #e5e5e5 !important;
		border-right: 1px solid #e5e5e5 !important;
	}
	.esx-search-block-style-b6 .search_tab_group li a {
		border-top: 1px solid #e5e5e5 !important;
		border-right: 1px solid #e5e5e5 !important;
	}
}