@charset "UTF-8";

.u-txt--red{
    color: #1b3b8b;
}

.u-flex--contentCenter {
    justify-content: center;
}

.u-notes {
    font-size: 1.3rem;
    font-weight: 500;
    color: #555;
    text-indent: -1.3em;
    padding-left: 1.3em;
    line-height: normal;   
}

.u-notes::before {
    content: "※";
}
