/* よくある質問ページ専用スタイル (2026-08 追加)
 * post_content内に直接<style>を書くとwpautopに分断されるため、
 * 独立したCSSファイルとしてFAQページのみにエンキューしている。
 */
.eari-faq-intro {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 1.9;
	font-size: 15px;
	color: #494949;
}
.eari-faq-search {
	max-width: 560px;
	margin: 0 auto 10px;
}
.eari-faq-search-inputwrap {
	position: relative;
}
.eari-faq-search-inputwrap input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 44px 14px 44px;
	font-size: 15px;
	line-height: 1.4;
	border: 1px solid #d4bc98;
	border-radius: 30px;
	background: #fff;
	color: #494949;
}
.eari-faq-search-inputwrap input[type="text"]:focus {
	outline: none;
	border-color: #b89a6c;
	box-shadow: 0 0 0 3px rgba(212, 188, 152, .25);
}
.eari-faq-search-icon {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #c2a878;
	font-size: 14px;
	pointer-events: none;
}
.eari-faq-search-clear {
	display: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: none;
	font-size: 22px;
	line-height: 1;
	color: #bbb;
	cursor: pointer;
	padding: 4px 6px;
}
.eari-faq-search-clear:hover {
	color: #888;
}
.eari-faq-search-meta {
	text-align: center;
	margin: 10px 0 0;
	font-size: 13px;
	color: #8a8a8a;
	min-height: 18px;
}
.eari-faq-noresult {
	display: none;
	text-align: center;
	margin: 20px auto 40px;
	padding: 20px;
	background: #faf7f0;
	border: 1px dashed #d4bc98;
	border-radius: 8px;
	max-width: 560px;
	color: #6b6767;
	font-size: 14px;
	line-height: 1.8;
}
.eari-faq-category {
	margin-bottom: 10px;
}
.eari-faq-category.eari-faq-hide {
	display: none;
}
.eari-faq-category h3.style3b {
	margin-top: 2.6em;
}
.eari-faq-category:first-of-type h3.style3b {
	margin-top: 1.2em;
}
.wpsm_panel.eari-faq-hide {
	display: none;
}
@media screen and (max-width: 770px) {
	.eari-faq-intro {
		max-width: 100%;
		padding: 0 10px;
	}
	.eari-faq-search {
		max-width: 100%;
	}
}
