/* フッターセクション用スタイル */
.footer {
    padding: 40px 0;
    background-color: #2c3e50;
    color: #fff;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.copyright {
    text-align: center;
    width: 100%;
}

.copyright p {
    font-size: 0.9rem;
    opacity: 0.8;
}