/* ============================
   0. LP419 共通設定
   ============================ */
:root {
  --lp419-main-color: #e67e22;
  --lp419-accent:     #ff8c42;
  --lp419-text:       #333333;
  --lp419-border:     #dddddd;
  --lp419-bg:         #f5f5f5;
}

.lp419 * {
  box-sizing: border-box;
}

.lp419 {
  font-family: "Helvetica Neue","Segoe UI","YuGothic","Meiryo",sans-serif;
  color: var(--lp419-text);
}

.lp419-unsub-text {
  margin-bottom: 16px;
}

/* ============================
   メルマガ登録・解除 共通枠
   ============================ */
.lp419-subscribe,
.lp419-unsub {
  max-width: 480px;
  margin: 60px auto;
  padding: 32px 24px 28px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Helvetica Neue","Segoe UI","YuGothic","Meiryo",sans-serif;
}

/* タイトル */
.lp419-sub-title,
.lp419-unsub-title {
  font-size: 22px;
  margin-bottom: 24px;
  border-left: 4px solid #e67e22;
  padding-left: 10px;
}

/* テキスト基本 */
.lp419-sub-text,
.lp419-unsub-text {
  margin-bottom: 24px;
  line-height: 1.6;
}

/* ラベル＋入力 */
.lp419-sub-label,
.lp419-unsub-label {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

.lp419-sub-input,
.lp419-unsub-input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 16px;
  font-size: 14px;
}

/* ボタン */
.lp419-sub-btn,
.lp419-unsub-btn {
  padding: 10px 24px;
  background: #ff8c42;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.lp419-sub-btn:hover,
.lp419-unsub-btn:hover {
  opacity: 0.9;
}

/* 注意書き */
.lp419-sub-note,
.lp419-unsub-note {
  margin-top: 16px;
  font-size: 12px;
  color: #666;
}



/* ============================
   2. _CAMPUS LP用
   ============================ */

/**************************************************
*  BizRobo! CAMPUS アーカイブページ用CSS
**************************************************/

.lp419-campus {
  margin: 0;
  background: #ffffff;
  font-family: "Open Sans", Arial, "Hiragino Kaku Gothic Pro",
               "ヒラギノ角ゴ Pro W3","Noto Sans JP","メイリオ",
               Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.7;
  color: #252f41;
}

/* レイアウト */
.lp419-campus .campus-wrapper {
  max-width: 744px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px 40px;
  box-sizing: border-box;
}

/* アイキャッチ */
.lp419-campus .campus-eye-catch img {
  width: 100%;
  height: auto;
  display: block;
}

/* タイトル */
.lp419-campus h1.campus-title {
  margin-top: 0.5em;
  font-size: 32px;
  color: #252f41;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* セクション見出し */
.lp419-campus h3 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 18px;
}

/* リスト */
.lp419-campus ul {
  padding-left: 1.4em;
  margin-top: 0;
}

/**********************************************
* ボタン
**********************************************/
.lp419-campus .campus-btn-wrap {
  text-align: center;
  margin: 24px 0 32px;
}

.lp419-campus a.btn-square {
  display: inline-block;
  width: 300px;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ff9900;
  color: #fff;
  border-bottom: solid 4px #ff7700;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.lp419-campus a.btn-square:active {
  transform: translateY(4px);
  border-bottom: none;
}

.lp419-campus a.btn-square:hover {
  background: #fff;
  color: #ff9900;
  border: 1px solid #ff9900;
  border-bottom: solid 4px #ff7700;
}

/**********************************************
* イベント内容テーブル
**********************************************/

/* テーブル幅拡張エリア（1200px） */
.lp419-campus .campus-table-wide-area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 16px;
  box-sizing: border-box;
}

/* テーブル本体 */
.lp419-campus .campus-table,
.lp419-campus table.Table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  line-height: 1.6;
}

/* セル境界線 */
.lp419-campus .campus-table th,
.lp419-campus .campus-table td,
.lp419-campus table.Table th,
.lp419-campus table.Table td {
  border: 1px solid #cccccc !important;
  padding: 10px 8px !important;
  vertical-align: top;
}

/* ヘッダー行 */
.lp419-campus .campus-table thead td,
.lp419-campus table.Table thead td {
  background-color: #fb9586 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  text-align: center !important;
  font-size: 16px !important;
  white-space: nowrap !important;
}

/* 第◯回 */
.lp419-campus .campus-table tbody td:first-child,
.lp419-campus table.Table tbody td:first-child {
  width: 80px !important;
  text-align: center !important;
  background-color: #fab23a !important;
  color: #000 !important;
  white-space: nowrap !important;
  font-weight: 600 !important;
}

.lp419-campus .campus-table tbody td:first-child h4,
.lp419-campus table.Table tbody td:first-child h4 {
  margin: 0;
  font-size: 16px;
}

/* テーマ列（折り返しOK） */
.lp419-campus .campus-table tbody td:nth-child(2),
.lp419-campus table.Table tbody td:nth-child(2) {
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  width: 18% !important;
  text-align: center !important;
  background-color: #fff6e6 !important;
  font-weight: bold !important;
}

/* 概要 */
.lp419-campus .campus-table tbody td:nth-child(3),
.lp419-campus table.Table tbody td:nth-child(3) {
  background-color: #fffaf0 !important;
  width: auto !important;
}

/* 動画・資料 */
.lp419-campus .campus-table tbody td:nth-child(4),
.lp419-campus .campus-table tbody td:nth-child(5),
.lp419-campus table.Table tbody td:nth-child(4),
.lp419-campus table.Table tbody td:nth-child(5) {
  width: 14% !important;
  text-align: center !important;
  background-color: #fff6e6 !important;
  white-space: nowrap !important;
}

/* リンク */
.lp419-campus .campus-table a,
.lp419-campus table.Table a {
  color: #0066cc;
  text-decoration: underline;
}

.lp419-campus .campus-table a:hover,
.lp419-campus table.Table a:hover {
  text-decoration: none;
}

/**********************************************
* スマホ調整
**********************************************/
@media (max-width: 768px) {
  .lp419-campus .campus-wrapper {
    padding: 0 8px 32px;
  }

  .lp419-campus h1.campus-title {
    font-size: 24px;
  }

  .lp419-campus .campus-table-wide-area {
    max-width: 100%;
    padding: 0 8px;
  }

  .lp419-campus .campus-table,
  .lp419-campus table.Table {
    font-size: 12px;
  }

  .lp419-campus .campus-table th,
  .lp419-campus .campus-table td,
  .lp419-campus table.Table th,
  .lp419-campus table.Table td {
    padding: 8px 6px !important;
  }

  .lp419-campus .campus-table tbody td:nth-child(2),
  .lp419-campus table.Table tbody td:nth-child(2) {
    white-space: normal !important;
  }
}



/* ============================
   3. ウェビナーアーカイブ LP用
   (240321_webinar_archive.html)
      ============================ */

/* ============================
   3. ウェビナーアーカイブ LP用
   (240321_webinar_archive.html)
   ============================ */

/* 全体コンテナ */
.lp419-webinar {
  background: #ffffff;
}

/* ----------------------------
   ヒーローエリア
   ---------------------------- */
.lp419-webinar-hero {
  max-width: 960px;
  margin: 40px auto 32px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.lp419-webinar-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.lp419-webinar-hero-body {
  padding: 24px 20px 28px;
}

.lp419-webinar-title {
  font-size: 26px;
  line-height: 1.6;
  margin: 0 0 12px;
  font-weight: 700;
  color: var(--lp419-text);
}

.lp419-webinar-lead {
  margin: 0 0 18px;
  line-height: 1.8;
}

.lp419-webinar-hero-btnwrap {
  text-align: center;
}

/* 共通ボタン */
.lp419-webinar-btn {
  display: inline-block;
  min-width: 220px;
  padding: 10px 24px;
  background: var(--lp419-accent);
  color: #fff;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 3px 0 rgba(0,0,0,0.08);
}

.lp419-webinar-btn:hover {
  opacity: 0.9;
}

/* サブボタン（サイドバー用） */
.lp419-webinar-btn-sub {
  min-width: 100%;
}

/* ----------------------------
   メインレイアウト（2カラム）
   ---------------------------- */
.lp419-webinar-layout {
  max-width: 960px;
  margin: 0 auto 60px;
  display: flex;
  gap: 24px;
}

/* メインコンテンツ */
.lp419-webinar-main {
  flex: 2;
}

/* セクション共通 */
.lp419-webinar-section {
  margin-bottom: 32px;
}

.lp419-webinar-h2 {
  font-size: 20px;
  margin: 0 0 12px;
  padding-left: 10px;
  border-left: 4px solid var(--lp419-main-color);
}

.lp419-webinar-section p {
  line-height: 1.8;
  margin: 0 0 12px;
}

.lp419-webinar-section ul {
  margin: 0 0 8px 1.2em;
  padding-left: 0;
}

/* 開催概要（定義リスト） */
.lp419-webinar-definition {
  margin: 0;
  border: 1px solid var(--lp419-border);
  border-radius: 6px;
  overflow: hidden;
}

.lp419-webinar-definition-row {
  display: flex;
  border-top: 1px solid var(--lp419-border);
}

.lp419-webinar-definition-row:first-child {
  border-top: none;
}

.lp419-webinar-definition-row dt,
.lp419-webinar-definition-row dd {
  margin: 0;
  padding: 10px 12px;
}

.lp419-webinar-definition-row dt {
  width: 26%;
  min-width: 120px;
  background: #fafafa;
  font-weight: 600;
  font-size: 14px;
}

.lp419-webinar-definition-row dd {
  flex: 1;
  font-size: 14px;
}

/* フォームのプレースホルダーメッセージ */
.lp419-webinar-form-placeholder {
  font-size: 13px;
  color: #666;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 10px 12px;
}

/* ----------------------------
   サイドバー
   ---------------------------- */
.lp419-webinar-sidebar {
  flex: 1;
}

.lp419-webinar-sidebar-inner {
  border: 1px solid var(--lp419-border);
  border-radius: 8px;
  padding: 16px 14px 18px;
  background: #fafafa;
}

.lp419-webinar-sidebar-title {
  margin: 0 0 10px;
  font-size: 16px;
  border-left: 4px solid var(--lp419-main-color);
  padding-left: 8px;
}

.lp419-webinar-sidebar-list {
  margin: 0 0 14px;
}

.lp419-webinar-sidebar-row {
  border-top: 1px solid var(--lp419-border);
  padding: 8px 0;
}

.lp419-webinar-sidebar-row:first-child {
  border-top: none;
}

.lp419-webinar-sidebar-row dt,
.lp419-webinar-sidebar-row dd {
  margin: 0;
  font-size: 13px;
}

.lp419-webinar-sidebar-row dt {
  font-weight: 600;
  margin-bottom: 2px;
}

.lp419-webinar-sidebar-btnwrap {
  text-align: center;
  margin-top: 10px;
}

/* ----------------------------
   レスポンシブ
   ---------------------------- */
@media (max-width: 768px) {
  .lp419-webinar-hero {
    margin: 24px auto 24px;
    border-radius: 0;
    box-shadow: none;
  }

  .lp419-webinar-hero-body {
    padding: 16px 14px 20px;
  }

  .lp419-webinar-title {
    font-size: 22px;
  }

  .lp419-webinar-layout {
    flex-direction: column;
    padding: 0 8px;
    gap: 16px;
  }

  .lp419-webinar-sidebar-inner {
    padding: 14px 12px 16px;
  }
}

/* .lp419-webinar-〜 */


/* ============================
   4. DXサンクスページ LP用
   (250917_DX_ThanksPage.html)
   ============================ */
/* ============================
   4. DXサンクスページ LP用
   (250917_DX_ThanksPage.html)
   ============================ */

.lp419-thanks {
  background: #ffffff;
  padding: 40px 16px 80px;
}

.lp419-thanks-inner {
  max-width: 720px;
  margin: 0 auto;
}

/* ヒーロー画像 */
.lp419-thanks-hero {
  margin-bottom: 24px;
  text-align: center;
}

.lp419-thanks-hero img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 本文ボックス */
.lp419-thanks-box {
  background: #ffffff;
  border: 1px solid var(--lp419-border);
  border-radius: 8px;
  padding: 24px 20px 28px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* タイトル・本文 */
.lp419-thanks-title {
  font-size: 24px;
  margin: 0 0 12px;
  text-align: center;
  font-weight: 700;
}

.lp419-thanks-lead {
  margin: 0 0 16px;
  line-height: 1.8;
  text-align: center;
}

/* 注意文・リスト */
.lp419-thanks-note {
  font-size: 13px;
  color: #666666;
  margin: 0 0 4px;
  line-height: 1.7;
}

.lp419-thanks-list {
  margin: 4px 0 0 1.2em;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.7;
}

.lp419-thanks-list li {
  margin-bottom: 2px;
}

/* お問い合わせ */
.lp419-thanks-contact {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--lp419-border);
  font-size: 14px;
}

.lp419-thanks-contact-name {
  font-weight: 600;
  margin: 0 0 4px;
}

.lp419-thanks-contact-email {
  margin: 0;
}

.lp419-thanks-contact-email a {
  color: inherit;
  text-decoration: underline;
}

/* ボタン */
.lp419-thanks-btnwrap {
  margin-top: 24px;
  text-align: center;
}

.lp419-thanks-btn {
  display: inline-block;
  min-width: 220px;
  padding: 10px 24px;
  background: var(--lp419-accent);
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 3px 0 rgba(0,0,0,0.08);
}

.lp419-thanks-btn:hover {
  opacity: 0.9;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .lp419-thanks {
    padding: 24px 8px 48px;
  }

  .lp419-thanks-box {
    padding: 18px 14px 22px;
  }

  .lp419-thanks-title {
    font-size: 20px;
  }
}


/* .lp419-thanks-〜 */
