@charset "utf-8";
/* flow.css - 依頼の流れページ専用CSS */

/* h2見出しの装飾 */
.page-id-2708 #page_contents h2 {
  font-size: 1.8em !important;
  margin-top: 2.5em;
  margin-bottom: 1em;
  border-left: 6px solid #4caf50;
  padding-left: 0.7em;
  color: #222;
  text-align: left;
}

/* h3（よくある質問などの補助見出し） */
.page-id-2708 #page_contents h3 {
  font-size: 1.3em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #444;
  font-weight: bold;
}

/* pタグの標準スタイル（明示的な装飾はしない） */
.page-id-2708 #page_contents p {
  margin-bottom: 1.5em;
  line-height: 1.7;
  color: #333;
}

/* CTAボタン配置用ラッパー */
.page-id-2708 .inquiry-button-wrap {
  text-align: center;
  margin: 40px 0;
}

/* ボタンの見た目を再現 */
.page-id-2708 a.design_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #006633;
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 0px 33px;
  min-width: 280px;
  height: 70px;
  border-radius: 70px;
  border: none;
  transition: background-color 0.3s ease;
}

/* ホバー時：やや明るく */
.page-id-2708 a.design_button:hover {
  background-color: #008040;
}

/* リンクリスト（関連リンク） */
.page-id-2708 #page_contents ul {
  margin-top: 1em;
  padding-left: 1.2em;
}

.page-id-2708 #page_contents ul li {
  margin-bottom: 0.6em;
  line-height: 1.5;
}
