/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2025 | 15:44:54 */
/* 相続・遺言・後見・終活サポート専用 */
.inheritance-section {
  max-width: 900px;
  margin: 2em auto;
  padding: 2em;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  /*font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;*/
  line-height: 1.7;
}

/* ヘッダー */
.inheritance-header {
  text-align: center;
  margin-bottom: 2em;
}
.inheritance-header h2 {
  font-size: 1.8em;
  margin-bottom: 0.3em;
  color: #2c3e50;
}
.inheritance-catchcopy {
  font-size: 1.1em;
  color: #666;
}

/* セクション見出し */
.inheritance-section h3 {
  font-size: 1.4em;
  margin-top: 1.5em;
  color: #34495e;
  border-left: 5px solid #e67e22;
  padding-left: 0.5em;
}

/* 箇条書き */
.inheritance-section ul {
  margin: 0.5em 0 1em 1.2em;
}
.inheritance-section ul li {
  margin-bottom: 0.5em;
  list-style: disc;
}

/* メリット */
.inheritance-benefit-item {
  margin: 1em 0;
  padding: 1em;
  background: #f9f9f9;
  border-radius: 8px;
}
.inheritance-benefit-item h4 {
  margin-bottom: 0.5em;
  color: #d35400;
}

/* ご相談の流れ */
.inheritance-flow ol {
  margin-left: 1.2em;
}
.inheritance-flow li {
  margin: 0.8em 0;
}

/* メッセージ */
.inheritance-message {
  background: #fef6e4;
  border-left: 5px solid #f39c12;
  padding: 1em;
  margin: 2em 0;
  border-radius: 6px;
}

/* 連絡先 */
.inheritance-contact {
  text-align: center;
  margin-top: 2em;
}
.inheritance-contact a {
  color: #e67e22;
  font-weight: bold;
  text-decoration: none;
}
.inheritance-contact a:hover {
  text-decoration: underline;
}
.inheritance-closing {
  margin-top: 1em;
  font-size: 1.1em;
  color: #333;
}
