.area {
  max-width: 1000px;
  margin: 45px auto 40px;
  padding: 0 20px;
}

@media all and (min-width: 1001px) {
  .area {
    padding: 0;
    margin: 45px auto 80px;
  }
}

.text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.5rem;
}

.area2 {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

@media all and (min-width: 1001px) {
  .area2 {
    padding: 0;
  }
}

.area3 {
  max-width: 1000px;
  margin:150px auto 80px;
  padding: 0 20px;
}

@media all and (min-width: 1001px) {
  .area3 {
    padding: 0;
  }
}

.survey_results-title {
  font-size: 2.5rem;
  color: #008c80;
  font-weight: normal;
  text-align: left;
}

.text1 {
  font-size: 2rem;
  margin-top: 55px;
  margin-bottom: 20px;
  color: #008c80;
}

.text2 {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 0px;
}

.text4 {
  font-size: 1.3rem;
  margin-bottom: 40px;
}

.survey-grid{
  display:grid;
  gap: 24px;
}

@media (min-width: 768px){
  .survey-grid{
    grid-template-columns: 1fr 1fr; 
  }
}
@media (max-width: 767px){
  .survey-card{
    padding: 18px 16px;
  }
}

.survey-card{
  border: 1px solid #e5e5e5;
  padding: 18px 20px;
  background:#fff;
  border-radius: 10px;
}

.survey-top{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items:end;
  margin-bottom: 5px;
}

.q{
  margin: 0;
  line-height: 1.6;
  min-width: 0;
}

.main{
  margin: 0;
  white-space: nowrap; 
  line-height: 1.6;
  text-align: right;
}

.pct{
  font-weight: 700;
  font-size: 1.5rem;
  margin-left: .25em;
}

.bar{
  height: 18px;
  background: #e6f2f0; 
  overflow: hidden;
  border-radius: 4px;
}

.fill{
  height: 100%;
  background: linear-gradient(90deg, #5dbab0, #7fc9c1);
  border-radius: 4px;
}

.sub{
  margin: 10px 0 0;
  font-size: 1.2rem;
  color:#555;
}



.voice-block{
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fff;
}

.voice-title{
  margin: 0 0 14px;
  font-size: 1.8rem;
  font-weight: 700;
}

.voice-group{
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}

.voice-summary{
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}

.voice-summary::-webkit-details-marker{ display:none; }

.voice-summary::after{
  content: "＋";
  font-size: 2rem;
  font-weight: 700;
  color: #008c80;
}

details[open] .voice-summary::after{
  content: "−";
}

.voice-summary .meta{
  font-weight: 600;
  font-size: .9rem;
  color: #666;
}

.voice-block_list{
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 0 20px !important;
}

.voice-block_list > li{
  position: relative !important;
  padding-left: 1.5em !important;
  line-height: 1.8 !important;
  display: block !important; /* 既存の display:flex 対策 */
}

.voice-block_list > li::before{
  content: "・" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #666 !important;
}

/* ===============================
   アクセス状況
================================ */

.access-card{
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:12px;
  padding:22px 24px;
  box-shadow:0 2px 6px rgba(0,0,0,.04);
  margin-top:24px;
}

.access-title{
  font-size:1.6rem;
  font-weight:600;
  margin-bottom:18px;
}



.access-list{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding: 10px 0;
}

.access-row{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  font-size:1.5rem;
}

.access-label{
  color:#444;
}

.access-value{
  color:#009688;
  font-weight:600;
}







.voice-summary .label{
  font-size: 1.6rem;
}


.lead { 
  margin: 0 0 8px; 
}

.meta { 
  color: #555; 
  font-size: 1.2rem; 
  margin: 20px 0 18px; 
}

.voice-tags { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 8px; 
  margin: 10px 0 18px; 
}

.tag { 
  border: 1px solid #ccc; 
  background: #fff; 
  padding: 8px 10px; 
  border-radius: 999px; 
  cursor: pointer; 
}

.tag.is-active { 
  border-color: #333; 
}

.voice-search { 
  margin: 0 0 18px; 
  display: grid; 
  gap: 6px; 
}

.voice-search input { 
  padding: 10px 12px; 
  border: 1px solid #ccc; 
  border-radius: 10px; 
  font-size: 1rem; 
}

.qa-card { 
  border: 1px solid #e3e3e3;
  border-radius: 14px; 
  padding: 10px 12px; 
  margin: 10px 0; 
  background: #fff; 
}

.qa-card summary { 
  list-style: none; 
  cursor: pointer; 
  display: grid; 
  gap: 6px; 
}

.resp-icon::before{ 
  content:"＋"; 
  font-size:1.6rem; 
  font-weight:700; 
  color:#008c80; 
}

/* ===============================
   セクション全体
================================ */
.resp-section{
  max-width: 1000px;
  margin: 60px auto 80px;
  padding: 0 20px 60px;
}

.resp-title{
  font-size: 1.25rem;
  font-weight: 800;
  color: #008c80;
  margin: 0 0 14px;
}

.resp-note{
  font-size: .95rem;
  color: #666;
  margin-bottom: 18px;
  line-height: 1.8;
}

.resp-body{
  line-height: 1.9;
}

.resp-body p{
  margin: 0 0 12px;
}

.resp-body p:last-child{
  margin-bottom: 0;
}

/* ===============================
   カテゴリボタン
================================ */
.resp-filters{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 50px 0;
}

.resp-chip{
  border: 1px solid #ddd;
  background: #f7f7f7;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  font-size: 1.6rem;
  color: #666;
}

.resp-chip.is-active{
  background: #008c80;
  color: #fff;
  border-color: #008c80;
}

/* ===============================
   検索ボックス
================================ */
.resp-search{
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
}

.resp-search-label{
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.resp-search input{
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 1.6rem;
}

/* ===============================
   リスト
================================ */
.resp-list{
  display: grid;
  gap: 16px;
}

/* ===============================
   各項目（details）
================================ */
.resp-item{
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 560px){
  .resp-summary{
    grid-template-columns: 1fr auto;  /* 1列＋右端アイコン */
    grid-template-areas:
      "tag icon"
      "text text";
    align-items: start;
    row-gap: 10px;
  }

  .resp-tag-opinion{
    grid-area: tag;
  }

  .resp-q{
    grid-area: text;
    font-size: 1rem;
    line-height: 1.8;
  }

  .resp-icon{
    grid-area: icon;
    margin-top: 2px;
  }
}



/* summary（クリック部分） */
.resp-summary{
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background: #eef7f6;
  cursor: pointer;
  list-style: none;
}

.resp-summary::-webkit-details-marker{
  display: none;
}

.resp-q{
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #666;
}

/* ＋／−アイコン */
.resp-icon::before{
  content: "＋";
  font-size: 2rem;
  font-weight: 700;
  color: #008c80;
  align-self: start;
  margin-top: 4px;
}

details[open] .resp-icon::before{
  content: "−";
}

/* ===============================
   回答エリア
================================ */
.resp-body{
  padding: 16px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  line-height: 1.8;
}

.resp-body p{
  margin: 10px 0 8px;
  font-size: 1.6rem;
}

.resp-body ul{
  margin: 0;
  padding-left: 1.2em;
}

.resp-body li{
  margin-bottom: .5em;
}

/* ===============================
   ラベル
================================ */
.resp-tag{
  font-weight: 800;
  font-size: 1.6rem;
  padding: 6px 10px;
  border-radius: 8px;
  display: inline-block;
  white-space: nowrap;
}

.resp-tag-opinion{
  background: #fbfdfd;
  color: #006e66;
}

.resp-tag-answer{
  background: #fff3d6;
  color: #6a5200;
  margin-bottom: 8px;
}

/* ===============================
   該当なし表示
================================ */
.resp-empty{
  margin-top: 14px;
  color: #666;
}

/* ===============================
   SP対応
================================ */
@media (max-width: 560px){
  .resp-summary{
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }

  .resp-icon{
    grid-column: 1 / -1;
    justify-self: end;
  }
}

.resp-list .resp-item[hidden]{
  display: none !important;
}



