.top-menu__attention    {background-color: #fff;
border: 2px solid #b41c22;
margin: 50px auto 0;
max-width: 1000px;
font-weight: 600;}

.top-menu__attention a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.top-menu__attention a img {
    display: table;
    margin-right: 12px;
}


@media only screen and (max-width: 650px){
    /*
    body.fair .menu__list__container:first-child ul.menu__list__container__items.layout.flex li:nth-child(3) {
        display: none;
    }
        
    body.gohan .menu__list__container:first-child ul.menu__list__container__items.layout.flex li:nth-child(6) {
        display: none;
    }
    */
        
    /*other*/
    ul.menu__other__pdf.layout.flex {
        display: block;
    }
	
    ul.menu__other__pdf.layout.flex li {
        margin-left: 0px;
        margin-bottom: 16px;
    }
}

ul.footer__sns.layout.flex li img {
    width: 22px;
}

ul.nav1__sns.layout.flex.m0 li img {
    width: 26px;
}
