@charset "utf-8";
/* ===================================================================
CSS information
 file name  : freepagefullfaq
 author     : honyaclub.com
 date       : 2026/08/20
 update     : 
 about      : freepagefull faq
=================================================================== */
/* ==============================================
      共通
============================================== */
/* ===================================
   FAQ検索
=================================== */
/*
#wrapper {
  background: #e3f3ff;
}
*/
.faq-page {
  padding: 20px 0;
}
.faq-search {
  background: #eef8ff;
  padding: 20px;
  margin-bottom: 30px;
}
.faq-search h3 {
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
}
.search-box {
  display: flex;
  gap: 8px;
}
.search-input-wrap {
  position: relative;
  flex: 1;
}
.search-input-wrap input {
  width: 100%;
  height: 48px;
  padding: 0 42px 0 14px;
  border: 1px solid #cbd5e1;
  background: #fff;
  font-size: 14px;
  color: #1e293b;
}
/* クリアボタン */
.clear-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: #94a3b8;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}
.clear-btn:hover {
  background: #64748b;
}
/* 検索ボタン */
.search-btn {
  width: 80px;
  background: #38bdf8;
  border: none;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
/* キーワード */
.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.keyword {
  padding: 6px 10px;
  border: none;
  background: #fff;
  color: #475569;
  font-size: 12px;
  cursor: pointer;
}

/* キーワード */
.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.keyword {
  border: none;
  background: #fff;
  color: #475569;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
}
/* カテゴリ */
.faq-category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 32px;
}
.faq-category a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  color: #475569;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: .2s ease;
}
.faq-category a:hover {
  background: #eaf6ff;
  border-color: #7dd3fc;
  color: #2563eb;
}
/* FAQ */
.faq-container{
  counter-reset: faq;
}
.faq-list {
  background: #fff;
  /* counter-reset: faq; */
}
.faq-list h2 {
  border-bottom: 2px solid #ffe2eb;
  font-size: 20px;
  margin-bottom: 18px;
  padding-bottom: 10px;
}
.faq-item {
  background: #fff;
  /* border-bottom: 1px solid #e2e8f0; */
  padding: 20px 0;
  counter-increment: faq;
}
.faq-q {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 5px;
  background: #eff6ff;
  color: #1e293b;
  font-size: 15px;
  font-weight: bold;
  align-items:baseline;
}
.faq-q::before {
  content: "Q" counter(faq);
  /*content:"Q" counter(faq, decimal-leading-zero); *//* Q01 */
  display: flex;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #3b82f6;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.faq-a {
  /* display: block; */
  gap: 10px;
  margin: 0;
  padding: 5px 5px 5px 54px;
  color: #1e293b;
  font-size: 15px;
  align-items: flex-start;
  position: relative;
}
.faq-a::before {
  content: "A";
  /* display: flex; */
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #3b82f6;
  font-size: 16px;
  font-weight: bold;
  padding: 0 16px 0 10px;
  position: absolute;
  left: 10px;
  top: 4px;
}
.faq-page .btn-container .btn a {
  background-color: #ec3b71;
}
#detail .answer ul {
  margin: 0;
  padding: 0;
}
/* ==============================================
      【SP】 freepage カスタム
============================================== */
/*============  #honlove_renewal.faq ============*/
/* ==============================================
      【TAB】 共通
============================================== */
/*@media screen and (min-width:600px){
.sp-display {
display: none !important;
}
.pc-display {
display:block !important;
}


}*/
/* ==============================================
      【PC】 共通
============================================== */
@media screen and (min-width:751px) {
  /* ==============================================
      【PC】 freepage カスタム
============================================== */
  /*============  #honlove_renewal.faq ============*/
  .faq-q {
    align-items:center;
  }
    
}