
.faq_search_form {
	
}
.faq_search_form h2 {
	display: block;
	text-align: center;
}
input[type="text"] {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.tag_lists {

}
#tag-list {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 20px auto;
	padding: 20px;
}

.tag-btn {
  background-color: #e0e0e0;
  border: none;
  color: #333;
  padding: 8px 12px;
  margin: 4px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tag-btn:hover {
  background-color: #f9688f;
  color: white;
}


.popular_lists {
	width: 100%;
	max-width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto; 
	margin-bottom: 40px;
	padding: 20px;
}
#popular-list {
	height: 300px;
	list-style: none;
	padding: 0;
	overflow-y: scroll;
}
#popular-list li {
  background: white;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#result-list {
  list-style: none;
  padding: 0;

}

#result-list li {
  background: white;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.highlight {
  background-color: yellow;
}
.faq-title {
  font-size: 18px;
  color: #007bff;
  cursor: pointer;
}

.faq-title:hover {
  text-decoration: underline;
}
/* 検索ボックス + 音声ボタン 一体化 */
.search-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 50px auto;
  padding: 0px 20px;
}

#search-box {
  width: 100%;
  padding: 10px 40px 10px 12px; /* 右に余白を作る */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

#voice-btn {
  position: absolute;
  top: 50%;
  right: 10px;
/*  transform: translateY(-90%);*/
  transform: translate(-165%, -100%);
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  padding: 0;
}

#voice-btn:hover {
  color: #007bff;
}

.faq_lists {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
	padding: 0px 20px;
}
.faq_lists ul {
	height: 300px;
	overflow-y: scroll;
}

