/* ========================================
   Auth Footer（Refactor）
========================================= */

footer{
    background-color: #ED7051;
}

.auth{
    height: 100vh;
}

/* フッターの内容量により調整が必要になる可能性あり */
.auth_footer{
    min-height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_footer_link{
    display: flex;
}

.auth_footer_link a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.auth_footer_link img{
    width: 30px;
}
