/* 基本設定 */
body {
    background-color: #e1e1d7;
    background-image: url("back_001.gif");
    color: #535353;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 20px 0;
    text-align: center; /* 全体を中央揃えにするための基本 */
}

/* コンテナ */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}

/* リンクの色 */
a { color: #535353; text-decoration: underline; }
a:visited { color: #535353; }
a:active { color: #aaaaaa; }
a:hover { text-decoration: none; }

/* 各セクションの幅調整（元のテーブル幅に近い設定） */
.intro-text, .privacy-policy {
    max-width: 430px;
    margin: 30px auto;
    text-align: left; /* 文章自体は左揃え */
}

h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.center-text {
    text-align: center;
}

/* 個人情報保護方針のリスト */
ol {
    padding-left: 0;
    list-style: none;
}
ol li {
    margin-bottom: 15px;
}

/* ビデオ */
video {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

/* ナビゲーション */
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.footer-nav li {
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
}

footer {
    margin-top: 40px;
    font-size: 12px;
}