/* フッターのスタイル */
.site-footer {
    background-color: #444;
    color: #fff;
    padding: 60px 0 20px;
    position: relative;
    z-index: 100;
    width: 100%;
    margin-left: 0;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px solid #444;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.footer-col {
    flex: 1 1 200px;
}

.site-footer p{
    padding: 0;
    margin: 0;
}
.footer-remote .remote-download-link {
    display: flex;
    align-items: center;
    gap: 16px;
   
}

.footer-remote .remote-download-link:hover {
    background-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
}

.footer-remote .remote-download-link img {
    width: auto;
    height: 40px;
    object-fit: contain;
    margin-right: 0;
}

.footer-remote .remote-download-link span {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.footer-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.site-footer ul {
    list-style: none;
    padding: 0;
}

.site-footer li {
    margin-bottom: 10px;
}

.site-footer a {
    color: #ddd;
    text-decoration: none;
}

.social-links a {
    margin-right: 15px;
}

.social-links img {
    width: 24px;
    height: 24px;
}

.copyright {
    text-align: center;
    font-size: 14px;
    color: #aaa;
}