/* ============================================
   Promot Works - MA記事2ページ固有スタイル
   cases/ma-02/ma-02.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; }

/* TOOL CARDS（3種類比較） */
.tool-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.tool-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--gray-200); }
.tool-card-featured { border-color: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.tool-card-head { padding: 20px 22px; display: flex; align-items: center; gap: 12px; }
.tc-gray { background: var(--gray-100); }
.tc-teal { background: linear-gradient(135deg, #E0F7FA, #CCFBF1); }
.tc-blue { background: linear-gradient(135deg, #EAF2FF, #DBEAFE); }
.tool-icon { font-size: 28px; line-height: 1; flex-shrink: 0; }
.tool-name { font-size: 13px; font-weight: 700; color: var(--navy); line-height: 1.4; }
.tool-name span { font-size: 11px; font-weight: 500; color: var(--gray-400); display: block; margin-top: 2px; }
.tool-card-body { padding: 20px 22px; }
.tool-card-body p { font-size: 13px; color: var(--gray-600); line-height: 1.8; margin-bottom: 14px; }
.tool-tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
.tool-tag { font-size: 11px; color: var(--gray-600); background: var(--gray-100); padding: 3px 10px; border-radius: 100px; }
.tc-tag-blue { background: var(--blue-lt); color: var(--blue); }

/* USE GRID */
.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 */
.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 */
.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); }

/* 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) {
  .tool-cards { grid-template-columns: 1fr; }
  .art-block  { padding: 24px 20px; }
  .use-grid   { grid-template-columns: 1fr; }
  .issue-grid { grid-template-columns: 1fr; }
}
