/* ベースの全体設定 */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f8e4; /* 優しいクリーム色の背景 */
    color: #333;
}

h1, h2 {
    color: #34435c; /* ダークカラーで目立たせる */
    text-align: center;
}

h1 {
    font-size: 2em;
    margin: 20px 0;
}

h2 {
    font-size: 1.5em;
    margin: 15px 0;
}

p {
    line-height: 1.6;
    text-align: center;
}

/* ヘッダー設定 */
header {
    background-color: #34435c;
    padding: 10px 0;
    text-align: center;
}

header h1 {
    margin: 0;
    color: #fff;
}

/* ナビゲーションメニュー */
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    text-decoration: underline;
}

/* 各セクションの設定 */
section {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #eaf5f6;
}

.hero, .cta {
    background-color: #b1d6e2; /* ヒーローセクションとCTAセクションの青色 */
    color: #34435c;
}

/* カードスタイルの特徴リスト */
.features .feature-list {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
}

.features .feature {
    flex: 1 1 200px;
    padding: 15px;
    border-radius: 8px;
    background-color: #f5e6c5; /* 特徴セクションの背景色 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* ダウンロードボタン */
.download-button {
    display: block;
    max-width: 200px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 8px;
    background-color: transparent; /* 背景を透明に設定 */
    text-align: center;
    text-decoration: none;
}

.download-button:hover {
    background-color: transparent; /* ホバー時も背景なし */
}

.download-badge {
    width: 100%;
    max-width: 150px;
}

/* フッター */
footer {
    background-color: #34435c;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

/* カードスタイルのセクション設定 */
section {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #eaf5f6; /* 各セクションの背景色 */
    text-align: center;
}

/* プロジェクトカードのスタイル */
.project-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.project-card {
    flex: 1 1 250px;
    padding: 15px;
    border-radius: 8px;
    background-color: #f5e6c5; /* プロジェクトカードの背景色 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.web-version-link {
    display: block;
    margin: 15px auto;
    font-size: 1.2em;
    color: #34435c; /* リンクカラー */
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    background-color: #b1d6e2;
    transition: background-color 0.3s;
}

.web-version-link:hover {
    background-color: #a1cda8; /* ホバー時のカラー */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    body {
        padding: 10px;
    }

    header {
        padding: 15px 0;
    }

    nav ul {
        flex-direction: column;
        gap: 10px;
    }

    .hero, .cta, .features .feature-list, .overview, .project-list {
        margin: 10px auto;
        width: 90%;
        padding: 10px;
    }

    .download-button {
        width: 90%;
        font-size: 1em;
        padding: 8px;
    }

    /* Features section cards stacked vertically */
    .features .feature-list {
        flex-direction: column;
    }

    .features .feature {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* ベース設定 */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f8e4;
    color: #333;
}

h1, h2 {
    color: #34435c;
    text-align: center;
}

/* ヒーローセクション */
.about-hero {
    background-color: #b1d6e2;
    color: #34435c;
    padding: 40px 20px;
    text-align: center;
}

.about-hero h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

/* 各セクションのカードスタイル */
section {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #eaf5f6;
}

/* 目的・理念 */
#purpose {
    background-color: #f5e6c5; /* 柔らかい色で温かみを */
}

#vision {
    background-color: #d2eaf0; /* 未来的な色味でビジョンを表現 */
}

#team {
    background-color: #a1cda8; /* チームセクションに落ち着いた色味 */
}

section h2 {
    font-size: 1.8em;
    margin-top: 0;
}

section p {
    line-height: 1.6;
    font-size: 1.1em;
    margin: 15px 0;
}






/* support.html専用スタイル */

/* サポートページの全体スタイル */
.support-hero {
    text-align: center;
    background-color: #f0f4f8;
    padding: 40px 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.contact-options {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 20px;
    text-align: center;
}

.contact-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.method {
    background-color: #f5e6c5;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 300px;
    text-align: center;
}

.method h3 {
    color: #34435c;
}

.method a {
    color: #109f76;
    text-decoration: none;
}

.method a:hover {
    text-decoration: underline;
}

/* FAQセクション */
.faq-section {
    text-align: center;
    margin: 20px auto;
    padding: 20px;
    max-width: 800px;
    background-color: #eaf5f6;
    border-radius: 8px;
}

.faq-section a {
    color: #487ba7;
    text-decoration: underline;
}