@charset "UTF-8";
/* ==========================================================================
   電気工事会社検索 1ページ目：工事カテゴリー一覧
   デザイン基準：PC 1920px / コンテンツ幅 1150px
   ========================================================================== */

.srchCat {
	--srch-green: #009045;
	--srch-text: #000;
	--srch-bg: #f3f3f3;
	--srch-line: #ccc;

	padding: 100px 0 160px;
	color: var(--srch-text);
}

.srchCat__inner {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: content-box;
}

/* 見出し
   -------------------------------------------------------------------------- */
.srchCat__head {
	margin-bottom: 70px;
	text-align: center;
}

.srchCat__ttl {
	display: inline-block;
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 2px solid var(--srch-green);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.srchCat__lead {
	margin: 12px 0 0;
	color: var(--srch-green);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

/* カテゴリー一覧
   -------------------------------------------------------------------------- */
.srchCat__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.srchCat__item + .srchCat__item {
	margin-top: 50px;
}

.srchCat__card {
	display: grid;
	grid-template-columns: 480fr 500fr;
	column-gap: 68px;
	align-items: start;
	padding: 54px 39px 45px 62px;
	background: var(--srch-bg);
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.srchCat__img {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 480 / 350;
}

.srchCat__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}

/* カテゴリー名（右端に●▶アイコン） */
.srchCat__name {
	position: relative;
	margin: 0;
	padding: 0 50px 34px 3px;
	border-bottom: 1px solid var(--srch-line);
	color: var(--srch-green);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.srchCat__name::before,
.srchCat__name::after {
	content: "";
	position: absolute;
	top: 21px;
	transform: translateY(-50%);
}

/* 円 */
.srchCat__name::before {
	right: 14px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--srch-green);
	transition: transform 0.3s;
}

/* 三角 */
.srchCat__name::after {
	right: 23px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #fff;
	transition: right 0.3s;
}

.srchCat__works {
	margin: 26px 0 0;
	padding: 0 0 0 3px;
	list-style: none;
}

.srchCat__works li {
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.1em;
}

/* ホバー */
@media (hover: hover) {
	.srchCat__card:hover .srchCat__img img {
		transform: scale(1.05);
	}

	.srchCat__card:hover .srchCat__name::after {
		right: 20px;
	}
}

.srchCat__card:focus-visible {
	outline: 3px solid var(--srch-green);
	outline-offset: 3px;
}

/* ==========================================================================
   タブレット
   ========================================================================== */
@media screen and (max-width: 1100px) {
	.srchCat__card {
		column-gap: 40px;
		padding: 40px;
	}

	.srchCat__name {
		font-size: 24px;
		padding-bottom: 24px;
	}

	.srchCat__name::before,
	.srchCat__name::after {
		top: 18px;
	}

	.srchCat__works {
		margin-top: 20px;
	}

	.srchCat__works li {
		font-size: 16px;
		letter-spacing: 0.05em;
	}
}

/* ==========================================================================
   スマートフォン
   ========================================================================== */
@media screen and (max-width: 767px) {
	.srchCat {
		padding: 50px 0 80px;
	}

	.srchCat__inner {
		padding: 0 15px;
	}

	.srchCat__head {
		margin-bottom: 40px;
	}

	.srchCat__ttl {
		font-size: 20px;
		letter-spacing: 0.05em;
	}

	.srchCat__lead {
		font-size: 14px;
		letter-spacing: 0.05em;
	}

	.srchCat__item + .srchCat__item {
		margin-top: 25px;
	}

	.srchCat__card {
		grid-template-columns: 1fr;
		row-gap: 20px;
		padding: 20px 20px 25px;
	}

	.srchCat__name {
		padding: 0 40px 14px 0;
		font-size: 18px;
		letter-spacing: 0.05em;
	}

	.srchCat__name::before,
	.srchCat__name::after {
		top: 13px;
	}

	.srchCat__name::before {
		right: 0;
		width: 24px;
		height: 24px;
	}

	.srchCat__name::after {
		right: 8px;
	}

	.srchCat__works {
		margin-top: 14px;
		padding: 0;
	}

	.srchCat__works li {
		font-size: 14px;
		line-height: 1.9;
		letter-spacing: 0.05em;
	}
}


/* ==========================================================================
   2ページ目：工事カテゴリー別 会社一覧
   ========================================================================== */

.srchList {
	--srch-green: #009045;
	--srch-green-light: #e8f4ec;
	--srch-text: #000;
	--srch-sub: #555;
	--srch-bg: #f3f3f3;
	--srch-line: #ccc;

	padding: 100px 0 160px;
	color: var(--srch-text);
}

.srchList__inner {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: content-box;
}

/* 見出し
   -------------------------------------------------------------------------- */
.srchList__head {
	margin-bottom: 60px;
	text-align: center;
}

.srchList__label {
	margin: 0 0 8px;
	color: var(--srch-green);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.srchList__ttl {
	display: inline-block;
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 2px solid var(--srch-green);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.srchList__works {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 10px;
	max-width: 900px;
	margin: 24px auto 0;
	padding: 0;
	list-style: none;
}

.srchList__works li {
	padding: 4px 14px;
	border-radius: 999px;
	background: var(--srch-bg);
	color: var(--srch-sub);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

/* エリア絞り込み
   -------------------------------------------------------------------------- */
.srchArea {
	margin-bottom: 50px;
	padding: 36px 40px 40px;
	background: var(--srch-bg);
}

.srchArea__ttl {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

/* 地図ピン風アイコン */
.srchArea__ttl::before {
	content: "";
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	border-radius: 50% 50% 50% 0;
	background: var(--srch-green);
	transform: rotate(-45deg);
}

.srchArea__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.srchArea__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 16px 0 20px;
	border: 1px solid var(--srch-line);
	border-radius: 999px;
	background: #fff;
	color: var(--srch-text);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.srchArea__num {
	min-width: 26px;
	padding: 1px 7px;
	border-radius: 999px;
	background: var(--srch-bg);
	color: var(--srch-sub);
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
	box-sizing: border-box;
}

.srchArea__btn.is-current {
	border-color: var(--srch-green);
	background: var(--srch-green);
	color: #fff;
}

.srchArea__btn.is-current .srchArea__num {
	background: #fff;
	color: var(--srch-green);
}

.srchArea__btn.is-empty:not(.is-current) {
	color: #aaa;
}

@media (hover: hover) {
	.srchArea__btn:not(.is-current):hover {
		border-color: var(--srch-green);
		background: var(--srch-green-light);
		color: var(--srch-green);
	}
}

.srchArea__btn:focus-visible {
	outline: 3px solid var(--srch-green);
	outline-offset: 2px;
}

/* 件数
   -------------------------------------------------------------------------- */
.srchList__result {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.srchList__cond {
	color: var(--srch-green);
}

.srchList__result strong {
	margin: 0 2px 0 4px;
	color: var(--srch-green);
	font-size: 24px;
}

/* 会社一覧
   -------------------------------------------------------------------------- */
.srchList__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.srchList__card {
	position: relative;
	display: block;
	height: 100%;
	padding: 24px 70px 24px 28px;
	border: 1px solid var(--srch-line);
	border-left: 5px solid var(--srch-green);
	background: #fff;
	color: inherit;
	text-decoration: none;
	box-sizing: border-box;
	transition: background 0.3s, border-color 0.3s;
}

/* ●▶ アイコン（1ページ目と共通の見た目） */
.srchList__card::before,
.srchList__card::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.srchList__card::before {
	right: 24px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--srch-green);
}

.srchList__card::after {
	right: 33px;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #fff;
	transition: right 0.3s;
}

.srchList__name {
	margin: 0;
	color: var(--srch-green);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.srchList__addr {
	margin: 8px 0 0;
	color: var(--srch-sub);
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.srchList__zip {
	margin-right: 0.5em;
}

@media (hover: hover) {
	.srchList__card:hover {
		border-color: var(--srch-green);
		background: var(--srch-green-light);
	}

	.srchList__card:hover::after {
		right: 30px;
	}
}

.srchList__card:focus-visible {
	outline: 3px solid var(--srch-green);
	outline-offset: 2px;
}

/* 該当なし */
.srchList__empty {
	padding: 50px 20px;
	border: 1px solid var(--srch-line);
	text-align: center;
}

.srchList__empty p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
}

.srchList__empty p:first-child {
	font-size: 18px;
	font-weight: 700;
}

/* ページ送り（the_posts_pagination の出力）
   -------------------------------------------------------------------------- */
.srchPager {
	margin-top: 50px;
}

.srchPager .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.srchPager .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.srchPager .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border: 1px solid var(--srch-line);
	background: #fff;
	color: var(--srch-text);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
	transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.srchPager .page-numbers.current {
	border-color: var(--srch-green);
	background: var(--srch-green);
	color: #fff;
}

.srchPager .page-numbers.dots {
	border: 0;
	background: none;
}

@media (hover: hover) {
	.srchPager a.page-numbers:hover {
		border-color: var(--srch-green);
		color: var(--srch-green);
	}
}

/* 戻る */
.srchList__back {
	margin: 70px 0 0;
	text-align: center;
}

.srchList__back a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 320px;
	min-height: 60px;
	padding: 0 30px;
	border: 2px solid var(--srch-green);
	border-radius: 999px;
	background: #fff;
	color: var(--srch-green);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	box-sizing: border-box;
	transition: background 0.3s, color 0.3s;
}

.srchList__back a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	transform: rotate(45deg);
}

@media (hover: hover) {
	.srchList__back a:hover {
		background: var(--srch-green);
		color: #fff;
	}
}

/* --------------------------------------------------------------------------
   タブレット
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1100px) {
	.srchList__card {
		padding: 20px 60px 20px 22px;
	}

	.srchList__card::before {
		right: 18px;
	}

	.srchList__card::after {
		right: 27px;
	}

	.srchList__name {
		font-size: 18px;
	}
}

/* --------------------------------------------------------------------------
   スマートフォン
   -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.srchList {
		padding: 50px 0 80px;
	}

	.srchList__inner {
		padding: 0 15px;
	}

	.srchList__head {
		margin-bottom: 36px;
	}

	.srchList__label {
		font-size: 13px;
	}

	.srchList__ttl {
		font-size: 20px;
		letter-spacing: 0.05em;
	}

	.srchList__works {
		gap: 6px;
		margin-top: 18px;
	}

	.srchList__works li {
		padding: 3px 10px;
		font-size: 12px;
	}

	.srchArea {
		margin-bottom: 36px;
		padding: 22px 15px 24px;
	}

	.srchArea__ttl {
		margin-bottom: 14px;
		font-size: 17px;
	}

	.srchArea__list {
		gap: 8px;
	}

	.srchArea__btn {
		min-height: 40px;
		padding: 0 10px 0 14px;
		font-size: 13px;
		gap: 6px;
	}

	.srchArea__num {
		min-width: 22px;
		padding: 0 5px;
		font-size: 11px;
	}

	.srchList__result {
		font-size: 14px;
	}

	.srchList__result strong {
		font-size: 20px;
	}

	.srchList__list {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.srchList__card {
		padding: 16px 52px 16px 16px;
		border-left-width: 4px;
	}

	.srchList__card::before {
		right: 14px;
		width: 24px;
		height: 24px;
	}

	.srchList__card::after {
		right: 22px;
	}

	.srchList__name {
		font-size: 16px;
	}

	.srchList__addr {
		margin-top: 4px;
		font-size: 13px;
	}

	.srchPager {
		margin-top: 36px;
	}

	.srchPager .page-numbers {
		min-width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.srchList__back {
		margin-top: 50px;
	}

	.srchList__back a {
		width: 100%;
		min-width: 0;
		min-height: 54px;
		font-size: 15px;
	}
}


/* ==========================================================================
   3ページ目：会社詳細
   ========================================================================== */

.srchDetail {
	--srch-green: #009045;
	--srch-green-light: #e8f4ec;
	--srch-text: #000;
	--srch-sub: #555;
	--srch-bg: #f3f3f3;
	--srch-line: #ccc;

	padding: 100px 0 160px;
	color: var(--srch-text);
}

.srchDetail__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: content-box;
}

.srchDetail .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

/* 会社名
   -------------------------------------------------------------------------- */
.srchDetail__head {
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 2px solid var(--srch-green);
}

.srchDetail__area {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.srchDetail__area li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 14px;
	border-radius: 999px;
	background: var(--srch-green);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.srchDetail__area li::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50% 50% 50% 0;
	background: #fff;
	transform: rotate(-45deg);
}

.srchDetail__kana {
	margin: 0 0 4px;
	color: var(--srch-sub);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.srchDetail__name {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

/* セクション
   -------------------------------------------------------------------------- */
.srchDetail__sec + .srchDetail__sec {
	margin-top: 60px;
}

.srchDetail__secTtl {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.srchDetail__secTtl::before {
	content: "";
	flex-shrink: 0;
	width: 6px;
	height: 1.3em;
	background: var(--srch-green);
}

/* 会社情報テーブル */
.srchDetail__table {
	margin: 0;
	border-top: 1px solid var(--srch-line);
}

.srchDetail__row {
	display: grid;
	grid-template-columns: 220px 1fr;
	border-bottom: 1px solid var(--srch-line);
}

.srchDetail__row dt,
.srchDetail__row dd {
	margin: 0;
	padding: 22px 28px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.srchDetail__row dt {
	background: var(--srch-bg);
	font-weight: 700;
}

.srchDetail__row dd {
	overflow-wrap: anywhere;
}

.srchDetail__sub {
	color: var(--srch-sub);
	font-size: 14px;
}

.srchDetail__zip {
	margin-right: 0.5em;
}

.srchDetail__row a {
	color: var(--srch-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (hover: hover) {
	.srchDetail__row a:hover {
		text-decoration: none;
	}
}

/* Googleマップ */
.srchDetail__map {
	display: table;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 700;
}

.srchDetail__map::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 8px;
	border-radius: 50% 50% 50% 0;
	background: var(--srch-green);
	transform: rotate(-45deg);
	vertical-align: 1px;
}

/* 外部リンクアイコン */
.srchDetail__ext::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 6px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 4h6v6M20 4l-9 9M18 14v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 4h6v6M20 4l-9 9M18 14v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5'/%3E%3C/svg%3E") center / contain no-repeat;
	vertical-align: -1px;
}

/* PC では電話番号をリンク表示にしない */
@media screen and (min-width: 768px) {
	a.srchDetail__tel {
		color: inherit;
		text-decoration: none;
		pointer-events: none;
	}
}

/* 対応可能な工事の種類 */
.srchDetail__works {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.srchDetail__works a,
.srchDetail__works span {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 64px;
	padding: 12px 44px 12px 20px;
	border: 1px solid var(--srch-line);
	border-left: 4px solid var(--srch-green);
	background: #fff;
	color: var(--srch-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-decoration: none;
	box-sizing: border-box;
	transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.srchDetail__works a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 7px;
	height: 7px;
	border-top: 2px solid var(--srch-green);
	border-right: 2px solid var(--srch-green);
	transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) {
	.srchDetail__works a:hover {
		border-color: var(--srch-green);
		background: var(--srch-green-light);
		color: var(--srch-green);
	}
}

/* お問い合わせ */
.srchDetail__contact {
	margin-top: 70px;
	padding: 36px 30px 40px;
	background: var(--srch-bg);
	text-align: center;
}

.srchDetail__contactTtl {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.srchDetail__contactTel {
	display: inline-flex;
	align-items: baseline;
	gap: 12px;
	color: var(--srch-green);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.srchDetail__contactLabel {
	font-size: 20px;
}

@media screen and (min-width: 768px) {
	.srchDetail__contactTel {
		pointer-events: none;
	}
}

.srchDetail__back {
	margin-top: 70px;
}

/* --------------------------------------------------------------------------
   タブレット
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1100px) {
	.srchDetail__works {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* --------------------------------------------------------------------------
   スマートフォン
   -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.srchDetail {
		padding: 50px 0 80px;
	}

	.srchDetail__inner {
		padding: 0 15px;
	}

	.srchDetail__head {
		margin-bottom: 40px;
		padding-bottom: 20px;
	}

	.srchDetail__area li {
		padding: 3px 12px;
		font-size: 12px;
	}

	.srchDetail__kana {
		font-size: 12px;
	}

	.srchDetail__name {
		font-size: 22px;
		letter-spacing: 0.05em;
	}

	.srchDetail__sec + .srchDetail__sec {
		margin-top: 44px;
	}

	.srchDetail__secTtl {
		margin-bottom: 14px;
		font-size: 18px;
	}

	.srchDetail__row {
		grid-template-columns: 1fr;
	}

	.srchDetail__row dt {
		padding: 10px 14px;
		font-size: 14px;
	}

	.srchDetail__row dd {
		padding: 14px 14px 18px;
		font-size: 15px;
	}

	.srchDetail__works {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.srchDetail__works a,
	.srchDetail__works span {
		min-height: 54px;
		padding: 10px 40px 10px 14px;
		font-size: 14px;
	}

	.srchDetail__contact {
		margin-top: 44px;
		padding: 24px 15px 28px;
	}

	.srchDetail__contactTtl {
		font-size: 15px;
	}

	/* スマホでは電話ボタン */
	.srchDetail__contactTel {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 60px;
		border-radius: 999px;
		background: var(--srch-green);
		color: #fff;
		font-size: 22px;
	}

	.srchDetail__contactLabel {
		font-size: 14px;
	}

	.srchDetail__back {
		margin-top: 50px;
	}
}
