/* ============================================
   Promot Works - MA記事ページ固有スタイル
   cases/ma-01/ma-01.css
   ============================================ */

/* PAGE HERO */
.page-hero {
  background: linear-gradient(135deg, #0F1E38 0%, #1B2A4A 100%);
  padding: 56px var(--gutter) 60px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/images/oyakuni_top.jpg') center / cover no-repeat;
  opacity: 0.07;
}
.page-hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-hero .breadcrumb {
  padding: 0;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.38);
}
.page-hero .breadcrumb a { color: rgba(255,255,255,0.38); }
.page-hero .breadcrumb a:hover { color: rgba(255,255,255,0.7); }
.art-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.art-cat  { display: inline-block; background: rgba(26,111,232,0.4); color: #93C5FD; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 100px; letter-spacing: 0.05em; }
.art-tag  { font-size: 11px; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.1); padding: 3px 10px; border-radius: 6px; }
.page-hero h1 { font-size: clamp(21px, 3vw, 36px); font-weight: 900; color: var(--white); line-height: 1.3; letter-spacing: -0.02em; margin-bottom: 16px; }
.art-who { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.6); }
.art-who-icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 13px; }

/* MAIN */
.art-main { max-width: var(--max-width); margin: 0 auto; padding: 40px var(--gutter) 80px; }

/* Q BOX */
.q-box { background: linear-gradient(135deg, #F0F7FF, #EAF2FF); border: 1px solid var(--blue-md); border-radius: var(--radius); padding: 26px 30px; margin-bottom: 24px; }
.q-box-label { font-size: 11px; font-weight: 700; color: var(--blue); letter-spacing: 0.1em; margin-bottom: 12px; }
.q-box ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.q-box li { font-size: 14px; color: var(--navy); padding-left: 22px; position: relative; line-height: 1.7; }
.q-box li::before { content: ''; position: absolute; left: 0; top: 7px; width: 12px; height: 12px; border-radius: 50%; background: var(--blue-md); border: 2px solid var(--blue); }
.q-box-note { margin-top: 14px; font-size: 13px; color: var(--gray-600); padding-top: 12px; border-top: 1px solid var(--blue-md); }

/* CONTENT BLOCK */
.art-block { background: var(--white); border-radius: var(--radius); padding: 36px 40px; margin-bottom: 24px; box-shadow: var(--shadow); }
.art-block h2 { font-size: 18px; font-weight: 900; color: var(--navy); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 2px solid var(--gray-100); display: flex; align-items: center; gap: 10px; }
.art-block h2 .h2-icon { font-size: 20px; }
.art-block h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin: 24px 0 10px; display: flex; align-items: center; gap: 8px; }
.art-block h3::before { content: ''; width: 4px; height: 16px; background: var(--blue); border-radius: 2px; flex-shrink: 0; }
.art-block p { font-size: 14px; color: var(--gray-600); line-height: 1.9; margin-bottom: 14px; }
.art-block p:last-child { margin-bottom: 0; }

.point-box { background: var(--blue-lt); border-left: 4px solid var(--blue); border-radius: 0 8px 8px 0; padding: 14px 18px; margin: 20px 0; font-size: 13.5px; color: var(--navy); font-weight: 500; line-height: 1.75; }

.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.badge { background: var(--blue-lt); border: 1px solid var(--blue-md); border-radius: 8px; padding: 10px 18px; font-size: 13px; font-weight: 600; color: var(--blue); }

.use-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
.use-box  { border-radius: 10px; padding: 20px 22px; }
.use-box.mail { background: #F0FDF4; border: 1px solid #BBF7D0; }
.use-box.ma   { background: var(--blue-lt); border: 1px solid var(--blue-md); }
.use-box-label { font-size: 12px; font-weight: 700; letter-spacing: 0.04em; margin-bottom: 12px; }
.use-box.mail .use-box-label { color: var(--green); }
.use-box.ma   .use-box-label { color: var(--blue); }
.use-box ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.use-box li { font-size: 13px; color: var(--gray-600); padding-left: 18px; position: relative; line-height: 1.6; }
.use-box li::before { content: '✓'; position: absolute; left: 0; font-size: 11px; font-weight: 700; }
.use-box.mail li::before { color: var(--green); }
.use-box.ma   li::before { color: var(--blue); }

.check-list { display: flex; flex-direction: column; gap: 8px; margin: 16px 0; }
.check-list-item { background: var(--gray-50); border-left: 3px solid var(--blue); border-radius: 0 6px 6px 0; padding: 11px 16px; font-size: 13.5px; color: var(--navy); }

.issue-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
.issue-item { background: var(--blue-lt); border-radius: 8px; padding: 14px 16px; font-size: 13px; font-weight: 600; color: var(--navy); }

/* FLOW FIGURE */
.flow-figure    { background: var(--gray-50); border-radius: 14px; padding: 32px 28px; margin: 24px 0; border: 1px solid var(--gray-200); }
.flow-fig-title { text-align: center; font-size: 17px; font-weight: 900; color: var(--navy); margin-bottom: 6px; letter-spacing: -0.01em; }
.flow-fig-sub   { text-align: center; font-size: 12px; color: var(--gray-400); margin-bottom: 28px; }
.flow-steps     { display: flex; align-items: flex-start; overflow-x: auto; padding-bottom: 4px; }
.flow-step      { flex: 1; min-width: 90px; display: flex; flex-direction: column; align-items: center; gap: 10px; position: relative; }
.flow-step:not(:last-child)::after { content: ''; position: absolute; top: 28px; right: -12px; width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 14px solid var(--blue-md); z-index: 1; }
.flow-icon-box   { width: 56px; height: 56px; border-radius: 12px; background: white; border: 1.5px solid var(--gray-200); display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(27,42,74,0.07); }
.flow-step-title { font-size: 12px; font-weight: 700; color: var(--navy); text-align: center; line-height: 1.4; }
.flow-step-desc  { font-size: 10.5px; color: var(--gray-400); text-align: center; line-height: 1.5; }
.flow-banner    { background: var(--blue); border-radius: 8px; padding: 14px 20px; text-align: center; margin-top: 20px; }
.flow-banner p  { font-size: 13px; font-weight: 700; color: white; line-height: 1.6; }

/* COMPARE TABLE */
.comp-table-wrap { margin: 24px 0; overflow-x: auto; }
.comp-table      { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 13px; }
.comp-table thead th { padding: 13px 16px; text-align: center; font-weight: 700; font-size: 12px; }
.comp-table thead th:first-child  { text-align: left; background: var(--navy); color: white; border-radius: 8px 0 0 0; }
.comp-table thead th:nth-child(2),
.comp-table thead th:nth-child(3) { background: var(--gray-600); color: white; }
.comp-table thead th:nth-child(4) { background: var(--blue); color: white; border-radius: 0 8px 0 0; }
.comp-table tbody td { padding: 11px 16px; border-bottom: 1px solid var(--gray-100); text-align: center; }
.comp-table tbody td:first-child  { text-align: left; font-weight: 600; color: var(--navy); background: var(--gray-50); }
.comp-table tbody td:nth-child(4) { background: #EFF6FF; font-weight: 700; }
.comp-table tbody tr:last-child td:first-child { border-radius: 0 0 0 8px; }
.comp-table tbody tr:last-child td:last-child  { border-radius: 0 0 8px 0; }
.mark-o { color: var(--blue); font-size: 15px; font-weight: 700; }
.mark-x { color: var(--gray-400); font-size: 15px; }
.mark-d { color: var(--orange); font-size: 15px; }
.table-note { font-size: 11px; color: var(--gray-400); text-align: right; margin-top: 8px; }

/* ART CTA */
.art-cta    { background: linear-gradient(135deg, #0F1E38, #1B2A4A); border-radius: var(--radius); padding: 40px; text-align: center; margin-top: 24px; }
.art-cta h3 { font-size: 18px; font-weight: 900; color: var(--white); margin-bottom: 10px; line-height: 1.4; }
.art-cta p  { font-size: 14px; color: rgba(255,255,255,0.58); margin-bottom: 24px; line-height: 1.75; }

/* レスポンシブ */
@media (max-width: 860px) {
  .art-block  { padding: 24px 20px; }
  .use-grid   { grid-template-columns: 1fr; }
  .issue-grid { grid-template-columns: 1fr; }
  .flow-step:not(:last-child)::after { display: none; }
}
