@charset 'utf-8';


.footer_wrap { display: flex; align-items: center; gap: 24px; padding: 16px 5vw; background: #332A27; }
.footer_seimu_logo { height: 48px; }
.footer_text { display: flex; flex-direction: column; gap: 0.5em;  color: #FFF; font-size: 12px; line-height: 1.5em; }

@media screen and (min-width:1160px) {
    .footer_wrap { padding: 20px 5vw; }
    .footer_seimu_logo { height: 60px; }
    .footer_text { font-size: 14px; }
}