.notices .notices-item {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    grid-template-columns: auto auto;
    column-gap: 10px;
    margin-bottom: 0px;
}
.notices .notices-item .notices-item--title {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 0px 8px;
    background-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--background);
}
.notices .notices-item .notices-item--text {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--wp--preset--color--background);
}
.notices .notices-item .notices-item--text a {
    text-decoration: none;
}
@media screen and (max-width: 1023px) {
    
}
@media screen and (max-width: 991px) {
    
}
@media screen and (max-width: 767px) {
    
}