.Notes{
    padding: 3% 10%;
}
.Notes-year{
    margin-bottom: 30px;
    overflow: hidden;
}
.Notes-year-box{
    width: calc(100% / 6);
    float: left;
    cursor: pointer;
}
.line{
    width: 100%;
    height: 1px;
    background-color: #CCC;
}
.Notes-year-box:first-of-type .active-line{
    width: 100%;
}
.Notes-text{
    color: #999999;
    margin-top: 25px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
}
.Notes-year-box .active{
    color: #004297;
}
.Notes-year-box .bgActive{
    background-color: #004297;
}
.Notes-scroll{
    height: 400px;
    opacity: 0;
    transition: opacity .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Notes-imgs{
    width: 45%;
    height: 100%;
}

.Notes-scroll-img{
    height: 100%;
    float: left;
    width: 100%;
}
.Notes-scroll-box{
    width: 48%;
    height: 100%;
    float: right;
    overflow-y: scroll;
    position: relative;
    font-size: 16px;
    padding-right: 0.375rem;
}
.nc-p{
    margin-top: 60px;
}
.nc-p:first-of-type{
    margin-top: 20px;
}
.nc-year{
    font-size: 1.5rem;
    color: #004297;
    font-weight: 700;
}
.nc-text{
    text-align: start;
    font-size: 1.125rem;
}