/* フッター */
footer {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid var(--border-color);
    color: #666;
    font-size: 14px;
}

footer a {
    color: #666;
    text-decoration: underline;
}

footer a:hover {
    color: var(--primary-color);
}
