<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer .f_link li img {
    width: 60%!important;
}
#footer .f_link li {
    flex-direction: column!important;
    width: 20%!important;
}
#footer .f_link li dl dd {
    line-height: 2;
    font-size: 1.3rem;
}
#blog .mv div.mv_text {
    width: 180px!important;
}
.pc { display: block;}
.sp { display: none;}
@media screen and (max-width:896px) { 
    .pc { display: none;}
    .sp { display: block;}
    #footer .f_link li {
    flex-direction: row !important;
    width: 100% !important;
}
#footer .f_link li dl {
    width: 50%!important;
}
#footer .f_link li:nth-child(1) img { width: 143px !important; }
#footer .f_link li:nth-child(2) img { width: 114px !important; }
#footer .f_link li:nth-child(3) img { width: 117px !important; }
#footer .f_link li:nth-child(4) img { width: 181px !important; }
#footer .f_link li:nth-child(5) img { width: 133px !important; }


}</pre></body></html>