/* コラム本文ページの相談案内・フッター。ホームと同じ淡い配色に揃える。 */
.column-article .cta-band {
  padding: 30px 32px;
  border: 1px solid #d3e0e8;
  border-radius: 18px;
  background: #eff9ff;
  color: #082e54;
  box-shadow: none;
  text-align: left;
}
.column-article .cta-band h2 { color: #082e54; font-size: 23px; line-height: 1.6; }
.column-article .cta-band p { max-width: none; margin: 0 0 22px; font-weight: 400; opacity: 1; }
.column-article .cta-actions { justify-content: flex-start; }
.column-article .cta-band .button.orange { background: #c54b08; border-color: #c54b08; color: #fff; box-shadow: none; }
.column-article .cta-band .button.orange:hover { background: #a93b00; border-color: #a93b00; }
.column-article .cta-band .button:focus-visible { outline: 3px solid #082e54; outline-offset: 4px; }
.column-article .footer { background: #edf6fa; color: #082e54; border-top: 1px solid #d3e0e8; box-shadow: none; }
.column-article .footer-cols a, .column-article .footer-copy, .column-article .footer-copy a { color: #496274; }
.column-article .footer-col-title { color: #082e54; }
.column-article .footer-tagline { color: #c54b08; font-size: 15px; letter-spacing: .06em; }
@media (max-width: 680px) {
  .column-article .cta-band { padding: 24px 20px; }
  .column-article .cta-band h2 { font-size: 21px; }
  .column-article .cta-band p { font-size: 14px; }
}
