@charset "UTF-8";

@media screen and (max-width: 840px) {
.footer__navi li.footer__navi_first {
width: 100%;
}
}
.footer__summaryLogo .footer__summaryLogoImg {
display: block;
margin-bottom: 2rem;
}
.footer__summaryLogo .footer__summaryLogoImg img {
margin-bottom: 0 !important;
max-width: 150px !important;
}
.footer__summaryLogo .footer__summaryLogoImg img + img {
margin-top: 3.5rem;
}
@media screen and (max-width: 840px) {
.footer__summaryLogo .footer__summaryLogoImg {
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 100%;
}
.footer__summaryLogo .footer__summaryLogoImg img + img {
margin-top: 0;
}
.footer__summaryLogo .footer__summaryLogoText {
font-size: 1.75rem;
line-height: 1.5;
}
}