@charset "UTF-8";

/*260424追加*/

.header__item--regulation {
    display: none;
}

@media (max-width: 990px) {
    .header__item--regulation {
        display: block;
    }
}