.last-notes {
    position: relative;
    padding-bottom: 120px;
    display: block;
}

.last-notes * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.last-notes .last-notes-container {
    position: relative;
    width: 82.1875vw;
    margin: 0 auto;
    padding: 0 13.95833vw;
    border-top: 0.15625vw solid #B2B2B2;
}

@media screen and (max-width: 639px),
screen and (max-aspect-ratio: 1 / 1) {
    .last-notes .last-notes-container {
        width: 83.33333vw;
        border-top-width: 0.55556vw;
        padding: 0;
    }
}

.last-notes .last-notes-container .notes-list {
    list-style: decimal;
    margin: 0;
    padding-top: 120px;
    padding-left: 0.78125vw;
    font-size: 0.83333vw;
    line-height: 1.6;
    font-weight: 400;
    color: #808080;
}

@media screen and (max-width: 1773px) {
    .last-notes .last-notes-container .notes-list {
        font-size: 12px;
    }
}

@media screen and (max-width: 639px),
screen and (max-aspect-ratio: 1 / 1) {
    .last-notes .last-notes-container .notes-list {
        padding-top: 27.22222vw;
        padding-left: 4.16667vw;
        font-size: 3.61111vw;
    }
}

.last-notes .last-notes-container .notes-list>li {
    padding: 0.26042vw 0;
}

@media screen and (max-width: 639px),
screen and (max-aspect-ratio: 1 / 1) {
    .last-notes .last-notes-container .notes-list>li {
        padding: 1.38889vw 0;
    }
}

.last-notes .last-notes-container .notes-list>li.current {
    color: #000;
}

.last-notes .last-notes-container .notes-list>li i {
    font-weight: normal;
    white-space: pre-wrap;
    word-break: break-all;
}

.last-notes .last-notes-container .notes-list .last,
.last-notes .last-notes-container .notes-list .last2 {
    position: relative;
    list-style: none;
}

.last-notes .last-notes-container .notes-list .last::before,
.last-notes .last-notes-container .notes-list .last2::before {
    content: "*";
    position: absolute;
    top: 0.15625vw;
    left: -0.67708vw;
}

@media screen and (max-width: 639px),
screen and (max-aspect-ratio: 1 / 1) {
    .last-notes .last-notes-container .notes-list .last::before,
    .last-notes .last-notes-container .notes-list .last2::before {
        top: 1.11111vw;
        left: -2.77778vw;
    }
}

.last-notes .last-notes-container .notes-list .last2::before {
    content: "**";
}
