#footer{background: #FFF;padding: 28px 0;}
#footer .footer_box{display: flex;flex-direction: row;column-gap: 30px;justify-content: space-between;align-items: center;}
#footer .footer_box .footer_box_l a {font-size: 14px;color: #001438;}
#footer .footer_box .footer_box_r{display: flex;flex-direction: row;column-gap: 10px;font-size: 14px;color: #001438;}
#footer .footer_box .footer_box_r a {font-size: 14px;color: #001438;}
#footer .footer_box .footer_box_r em{font-style: normal;}
#agreement_index #footer,
#privacy_index #footer,
#index_index #footer{background-color: #4f46e5;}
#agreement_index #footer *,
#privacy_index #footer *,
#index_index #footer *{color: #fff;}
@media (max-width: 1024px) {
    #footer{padding: 4vw 0;}
    #footer .footer_box{flex-direction: column;row-gap: 2vw;}
}
@media (max-width: 500px) {
    #footer{padding: 8vw 0;}
}