/* =========================
   /cluster：使い方ページ導線
========================= */
.tp-helpNav{
  margin-left: auto;
  display: flex;
  align-items: center;
}

.tp-helpNav__btn{
  white-space: nowrap;
}

/* 既存のtp-local-head__topが「横並び」前提の場合に備えて */
.tp-local-head__top{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap; /* ←スマホで折り返して崩れない */
}

/* スマホではボタンを押しやすく100%幅 */
@media (max-width: 720px){
  .tp-helpNav{
    width: 100%;
    margin-left: 0;
  }
  .tp-helpNav__btn{
    width: 100%;
    justify-content: center;
  }
}

/* 3ステップ直下のリンク（任意） */
.tp-helpLink{
  margin: 10px 0 0;
  font-size: 13px;
}
.tp-helpLink a{
  text-decoration: underline;
}
.cluster-lead{
  font-size:15px;
  line-height:1.8;
  color:#334155;
}

.cluster-introBox{
  padding:14px 16px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  background:#f8faf8;
}

.cluster-introBox__title{
  margin:0 0 8px;
  font-size:14px;
  font-weight:700;
}

.cluster-introBox__list{
  margin:0;
  padding-left:1.2em;
}

.cluster-introBox__list li + li{
  margin-top:6px;
}

.cluster-note{
  margin-top:10px;
  padding:10px 12px;
  border-radius:12px;
  background:#f6f7f8;
  font-size:13px;
  line-height:1.7;
  color:#444;
}

.cluster-sampleGuide{
  padding:14px 16px;
  border:1px dashed rgba(0,0,0,.16);
  border-radius:14px;
  background:#fffdf5;
}

.cluster-sampleGuide__title{
  margin:0 0 6px;
  font-size:14px;
  font-weight:700;
}

.cluster-sampleGuide__text{
  margin:0;
  font-size:14px;
  line-height:1.7;
}

.cluster-empty{
  padding:24px 18px;
  border:1px dashed rgba(0,0,0,.14);
  border-radius:14px;
  background:#fafafa;
}

.cluster-empty__title{
  margin:0 0 6px;
  font-size:15px;
  font-weight:700;
}

.cluster-empty__text{
  margin:0;
  color:#555;
  line-height:1.7;
}

.cluster-sectionHead{
  gap:12px;
  align-items:flex-start;
}

.cluster-kpiGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

.cluster-kpiGrid .tp-kpi{
  min-height:88px;
}

.tp-inlineHelp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  margin-left:6px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.18);
  font-size:11px;
  font-weight:700;
  line-height:1;
  color:#444;
  background:#fff;
  cursor:help;
  vertical-align:middle;
}

.tp-btn--sm{
  min-width:96px;
  padding:.55em .95em;
  font-size:13px;
  white-space:nowrap;
}

.tp-label{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  font-size:13px;
  line-height:1.5;
}

.tp-local-row{
  gap:18px;
}

.tp-local-row .tp-help{
  margin-top:6px;
}

@media (min-width: 720px){
  .cluster-kpiGrid{
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:14px;
  }
}

@media (max-width: 720px){
  .tp-label{
    font-size:12px;
    gap:5px;
  }

  .tp-inlineHelp{
    width:17px;
    height:17px;
    font-size:10px;
  }
}
