#headerLogo ul li:nth-child(2) {
    position: absolute;
    left: 349px;
}

#headerLogo ul li:nth-child(3) {
    position: absolute;
    left: 554px;
}

.lead {
    margin-bottom: 70px;
}

.lead .list {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 20px;
}

.lead .list li {
    width: 220px;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lead .list .bg {
    position: absolute;
    pointer-events: none;
}

.lead .list .txt {
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    text-shadow: 0 0 8px rgb(0, 0, 0, 0.4);
}

.lead p {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
}

.checkBox01 {
    height: 138px;
    padding: 40px 25px 50px;
}

.checkBox01 ul {
    height: 100%;
    overflow-x: auto;
    position: relative;
    z-index: 10;
    scrollbar-color: #abcc2a #ffffff;
    scrollbar-width: thin;
    padding-right: 15px;
}

.checkBox01 li {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: normal;
}

.checkBox01 li::before {
    top: 50%;
    transform: translateY(-50%);
}

.div_boxMin01 .flImgL,
.div_boxMin01 .flImgR {
    margin-bottom: 5px !important;
}

.flImgL {
    margin-bottom: 35px;
}