#yearsBlock {
    display: flex;
    justify-content: center;
    align-items: center;
}

#lbox {
    border-right: none !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.pcImg {
    position: relative;
    bottom: 10px;
    height: 35px;
    width: 192px;
}
.heading {
    font-size: 36px;
    font-weight: bold;
}