/* Scoped separately: do not load home.css or home.js on articles. */
.wrap .column-chat {
  margin: 48px 0 0; padding: 36px; border-radius: 28px;
  background: #174bc3; color: #fff; text-align: center;
  word-break: auto-phrase; overflow-wrap: anywhere;
}
.column-chat__head { margin-bottom: 24px; }
.wrap .column-chat__logo {
  display: block; width: 160px; height: auto; margin: 0 auto 22px;
  padding: 8px 12px; box-sizing: content-box; background: #fff; border-radius: 12px;
}
.wrap .column-chat h2 {
  margin: 0; padding: 0; border: 0; color: #fff; text-wrap: wrap;
  font-size: clamp(24px, 2.3vw, 32px); font-weight: 700; line-height: 1.5;
}
.wrap .column-chat__head p { margin: 14px 0 0; color: #fff; font-size: 15px; line-height: 1.9; }
.column-chat__form { background: #fff; color: #1d1d1d; padding: 24px; border-radius: 20px; text-align: left; }
.column-chat__form label { display: block; margin-bottom: 12px; font-size: 16px; font-weight: 700; line-height: 1.7; }
.column-chat__form textarea {
  display: block; width: 100%; min-height: 126px; box-sizing: border-box;
  padding: 14px; border: 1px solid #707b8c; border-radius: 12px;
  background: #fff; color: #1d1d1d; resize: vertical; font: inherit; font-size: 16px; line-height: 1.8;
}
.column-chat__form textarea::placeholder { color: #596373; opacity: 1; }
.column-chat__examples { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.column-chat__examples button {
  padding: 10px 12px; min-height: 44px; border: 1px solid #707b8c; border-radius: 999px;
  background: #fff; color: #303743; font: inherit; font-size: 12px; line-height: 1.5; cursor: pointer;
}
.column-chat__examples button:hover { background: #f1f3f6; }
.wrap .column-chat__privacy { margin: 16px 0; color: #454d5a; font-size: 12px; line-height: 1.9; }
.column-chat__submit {
  display: block; width: 100%; padding: 16px 12px; border: 0; border-radius: 999px;
  background: #1d1d1d; color: #fff; font: inherit; font-size: 16px; font-weight: 700; line-height: 1.7; cursor: pointer;
}
.column-chat__submit:hover { background: #363636; }
.wrap .column-chat__next { margin: 12px 0 0; color: #454d5a; font-size: 12px; text-align: center; line-height: 1.9; }
.wrap .column-chat__direct { margin: 24px 0 0; font-size: 14px; }
.wrap .column-chat__direct a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.column-chat :is(button, textarea, a):focus-visible { outline: 3px solid #ffcf33; outline-offset: 4px; }
.column-chat__form :is(button, textarea):focus-visible { outline-color: #174bc3; }
.column-chat__sp { display: none; }
@media (max-width: 600px) {
  .wrap .column-chat { padding: 28px 16px; border-radius: 24px; }
  .column-chat__form { padding: 20px 16px; }
  .column-chat__sp { display: block; }
}
