/* ===== 終活ステップ用リッチCSS ===== */
.shukatsu-intro-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f5e9 100%);
  border-left: 5px solid #4caf50;
  border-radius: 8px;
  padding: 24px 28px;
  margin: 30px 0;
  font-size: 1.05em;
  line-height: 1.8;
}
.shukatsu-step-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 24px 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  position: relative;
  overflow: hidden;
}
.shukatsu-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #4caf50, #81c784);
}
.shukatsu-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #4caf50, #66bb6a);
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 14px;
  box-shadow: 0 2px 8px rgba(76,175,80,0.4);
}
.shukatsu-step-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.shukatsu-step-title {
  font-size: 1.25em;
  font-weight: bold;
  color: #2e7d32;
  margin: 0;
}
.shukatsu-step-body { color: #444; line-height: 1.9; }
.shukatsu-step-body ul {
  background: #f1f8e9;
  border-radius: 6px;
  padding: 14px 14px 14px 32px;
  margin: 12px 0;
}
.shukatsu-point-box {
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 16px 0;
  line-height: 1.8;
}
.shukatsu-point-box strong { color: #f57f17; }
.shukatsu-table-wrap {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.shukatsu-table { width: 100%; border-collapse: collapse; }
.shukatsu-table th {
  background: linear-gradient(135deg, #388e3c, #4caf50);
  color: #fff;
  padding: 14px 18px;
  text-align: left;
  font-weight: bold;
}
.shukatsu-table td { padding: 12px 18px; border-bottom: 1px solid #e8f5e9; color: #444; }
.shukatsu-table tr:nth-child(even) td { background: #f1f8e9; }
.shukatsu-step-num-badge {
  display: inline-block;
  background: #4caf50;
  color: #fff;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 0.85em;
  font-weight: bold;
  margin-right: 8px;
}
.shukatsu-faq-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin: 16px 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.shukatsu-faq-q {
  background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
  padding: 16px 20px;
  font-weight: bold;
  color: #2e7d32;
  border-left: 4px solid #4caf50;
}
.shukatsu-faq-q::before { content: 'Q. '; color: #4caf50; font-weight: 900; }
.shukatsu-faq-a { padding: 16px 20px; color: #444; line-height: 1.8; }
.shukatsu-faq-a::before { content: 'A. '; color: #ff7043; font-weight: bold; }
.shukatsu-summary-box {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  border-radius: 12px;
  padding: 28px 32px;
  margin: 40px 0;
  text-align: center;
}
.shukatsu-summary-box h2 { color: #1b5e20; margin-top: 0; }
.shukatsu-cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #4caf50, #388e3c);
  color: #fff !important;
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 16px;
  box-shadow: 0 4px 14px rgba(76,175,80,0.4);
}
.shukatsu-three-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.shukatsu-point-card {
  background: #fff;
  border: 2px solid #a5d6a7;
  border-radius: 10px;
  padding: 18px 20px;
  text-align: center;
}
.shukatsu-point-label { font-weight: bold; color: #2e7d32; }
.shukatsu-point-desc { font-size: 0.88em; color: #666; margin-top: 6px; }