@charset "UTF-8";

/*
  PDC-3270 Specific Stylesheet
  - Base: Podea-01.css
  - Theme: Industrial, Calm, Heavy-duty
*/

:root {
    --podea-blue: #005E98; /* Podeaブランドの青 */
    --industrial-gray-bg: #F6F6F6; /* 背景の淡いグレー */
    --industrial-gray-light: #FAFAF8; /* セクション背景のさらに淡いグレー */
    --text-heavy: #1E1E1E; /* 見出し用の濃いグレー */
    --text-main: #333333; /* 本文用の標準グレー */
    --accent-yellow: #F0C339; /* 強調用の黄色 */
    --border-color-industrial: #E0E0E0; /* 境界線用のグレー */
}

/* --- Global Settings --- */
body {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-main);
    background-color: var(--industrial-gray-bg); /* 全体の背景を淡いグレーに */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.4;
    margin-top: 2em;
    margin-bottom: 1em;
    color: var(--text-heavy); /* 見出しの色を濃いグレーに */
}

h1 { font-size: 2.2rem; }
h2 {
    font-size: 1.8rem;
    color: var(--text-heavy);
    border-bottom: 2px solid var(--podea-blue); /* 下線をPodea Blueに */
    padding-bottom: 0.3em;
}
h3 { font-size: 1.4rem; }
h4 {
    font-size: 1.2rem;
    color: var(--podea-blue); /* 小見出しはPodea Blue */
    margin-top: 1.5em;
    border-left: 4px solid var(--accent-yellow); /* 左のアクセントを黄色に */
    padding-left: 0.8em;
}

p { margin-bottom: 1em; }
ul { padding-left: 20px; }
a { color: var(--podea-blue); text-decoration: none; }
a:hover { text-decoration: underline; }

/* --- Hero Section --- */
body.base-page .hero {
  background-color: #EEEEEE; /* Podea-01に合わせた淡いグレー背景 */
  color: var(--text-heavy);
  text-align: center;
  padding: clamp(56px, 8vw, 92px) 0;
}

.hero-label {
  font-size: 1rem;
  font-weight: 500;
  color: #555; /* 少し濃いグレー */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-left: 40px;
  margin-bottom: 6px;
  text-align: left; /* ← この1行を追加 */
}

.hero-title {
    font-size: 2rem;
    margin: 0 0 clamp(16px, 3vw, 24px);
    color: var(--text-heavy);
    text-align: left; /* ← この1行を追加 */
    margin-left: 40px; /* ほんの少し内側から始める */
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
    color: var(--accent-yellow); /* 強調テキスト */
}

.hero-image {
  width: 100%;
  height: auto;
  max-width: clamp(460px, 50vw, 700px);
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* --- Section Styles --- */
section {
    padding: clamp(56px, 8vw, 92px) 0; /* 上下余白を統一 */
}
section + section {
    margin-top: 0; /* セクション間の余白重複を防止 */
}

.section-container {
    padding: 0 20px; /* 左右のみ */
    max-width: 1000px;
    margin: 0 auto;
}
.section-container > :first-child {
    margin-top: 0; /* 先頭要素の余白を調整 */
}
.section-container > :last-child {
    margin-bottom: 0; /* 末尾要素の余白を調整 */
}

.section-gray {
    background-color: var(--industrial-gray-light); /* セクション背景 */
    border-top: 1px solid var(--border-color-industrial);
    border-bottom: 1px solid var(--border-color-industrial);
}

.section-light {
    background-color: #EEEEEE; /* 淡いグレー背景の共通クラス */
}

/* --- Highlight / Features Section --- */
.features-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: clamp(24px, 4vw, 32px);
    margin-top: clamp(32px, 5vw, 48px);
}

.feature-card {
    background-color: #FFFFFF; /* カード背景は白でコントラストを出す */
    border: 1px solid var(--border-color-industrial);
    border-radius: 4px; /* 角丸を控えめに */
    padding: 20px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* シャドウを控えめに */
}

.feature-card--horizontal {
    display: flex;
    align-items: center;
    gap: clamp(16px, 4vw, 32px);
}

.feature-card--horizontal img {
    width: min(50%, 320px);
}

.feature-card--horizontal > div {
    flex: 1;
}

.feature-card h3 {
    margin-top: 0;
    font-size: 1.3rem;
    color: var(--podea-blue);
    border-bottom: none;
}

/* --- Specification Table Section --- */
.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
    font-size: 0.9rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.spec-table th, .spec-table td {
    border: 1px solid var(--border-color-industrial);
    padding: 12px;
    text-align: left;
    vertical-align: top;
}
.spec-table th {
    background-color: #EAEAEA; /* thの背景をグレーに */
    width: 25%;
    font-weight: bold;
}
.spec-table .category-row th {
    background-color: var(--text-heavy); /* カテゴリ行の背景を濃いグレーに */
    color: #FFFFFF;
    font-size: 1.1rem;
    text-align: center;
}
.spec-table {
    margin-bottom: 40px; /* テーブル下に十分な余白 */
}
.spec-note {
    text-align: right;
    font-size: 0.85rem;
    color: #555;
    margin: 0.3em 0 1.2em;
}
/* --- Spec 説明文調整: Podea-01基準の余白とトーン --- */
#spec .section-container p:not(.spec-note) {
    max-width: 860px;
    margin: 0 auto 20px;
    line-height: 1.9;
    color: #444;
    text-align: justify;
}
#spec .section-container p:last-of-type {
    color: #777;
    text-align: right;
    margin-bottom: 0;
}

/* --- Price Section --- */
.price-card {
    background-color: #FFFFFF;
    padding: clamp(24px, 3.5vw, 32px) clamp(20px, 3vw, 28px);
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.price-card h3 {
    color: var(--podea-blue);
    margin-top: 0;
}
.price-tag {
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-heavy);
    margin: 10px 0;
}
.price-tag span {
    font-size: 1rem;
    font-weight: normal;
}

.price-section-image {
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: clamp(16px, 4vw, 24px) auto;
    object-fit: contain;
    display: block;
}

/* --- Buttons --- */
.btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 4px; /* 角丸を控えめに */
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
}
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    text-decoration: none;
}
.btn-primary {
    background-color: var(--podea-blue); /* プライマリボタンは青 */
    color: #FFFFFF;
}
.btn-secondary {
    background-color: #FFFFFF;
    color: var(--podea-blue);
    border: 2px solid var(--podea-blue);
}

/* --- Footer --- */
/* Podea共通のフッターは style.css または footer.html 側のスタイルを継承するため、ここでは特に変更しない */
/* 必要であれば .site-footer の背景色などを上書きする */
.site-footer {
    background-color: #FFFFFF; /* フッターは白背景を維持 */
    color: var(--text-main);
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    body {
        font-size: 15px;
        background-color: var(--industrial-gray-bg); /* スマホでも淡灰トーンを維持 */
    }

    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.2rem; }

    .spec-table th {
        width: 35%;
    }

    .feature-card--horizontal {
        flex-direction: column;
        align-items: flex-start;
    }

    .feature-card--horizontal img {
        width: 100%;
        max-width: 100%;
    }
}

.text-center {
  text-align: center;
}

.story-section {
  background: linear-gradient(to bottom, #fafafa 0%, #f5f7fa 100%);
  padding: clamp(60px, 8vw, 100px) 20px;
  line-height: 2;
  color: #2c2c2c;
}

.story-section h2,
.story-section .hero-subtitle {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #DDAA00; /* Podeaのアクセントカラー（排気処理の強調） */
  margin-bottom: 40px;
}

.story-section p {
  max-width: 860px;
  margin: 16px auto;
  text-align: left;   /* ← 左揃えに変更 */
  font-size: 1.05rem;
  line-height: 1.9;
}

.story-section p:first-of-type {
  font-size: 1.15rem;
  font-weight: 500;
}

.story-section p:last-of-type {
  margin-top: 32px;
  font-weight: 500;
}


/* Price Section for PDC-3270 - 2-column layout */
#price {
    background-color: var(--industrial-gray-light);
    border-top: 1px solid var(--border-color-industrial);
    border-bottom: 1px solid var(--border-color-industrial);
}

.price-container-pdc {
    background-color: #FFFFFF;
    padding: clamp(24px, 5vw, 40px);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(24px, 4vw, 32px);
}

.price-image-pdc .price-section-image {
    max-width: 380px;
    margin: 0;
}

.price-info-pdc {
    width: 100%;
}

.price-info-pdc h3 {
    margin-top: 0;
    color: var(--podea-blue);
    font-size: 1.6rem;
    text-align: center;
}

.price-info-pdc .price-tag {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-heavy);
    margin: 0.2em 0;
    text-align: center;
}

.price-info-pdc .price-tag span {
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 4px;
}

.price-info-pdc p {
    margin-bottom: 1.5em;
    line-height: 1.9;
    text-align: center;
}

.price-info-pdc .small-text {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.7;
    margin-top: 2em;
    margin-bottom: 0;
    text-align: left; /* ← この行を追加 */
}

/* Responsive 2-column layout for PC */
@media (min-width: 769px) {
    .price-container-pdc {
        flex-direction: row;
        align-items: flex-start;
        padding: clamp(32px, 5vw, 56px);
    }

    .price-image-pdc {
        flex: 0 0 380px;
    }

    .price-info-pdc {
        flex: 1;
        text-align: left;
    }

    .price-info-pdc h3,
    .price-info-pdc .price-tag,
    .price-info-pdc p {
        text-align: left;
    }
}
