/* Page Banner */

#Page_Banner {
    background-image: url(../images/mces/banner.jpg);
    background-size: auto 550px !important;
}

#help-company .box {
    background-color: #ffffff;
    border-radius: 5px;
}

#help-company .box .title {
    font-size: 20px;
    font-weight: bold;
    padding: 25px 30px 15px 90px;
    background-repeat: no-repeat;
    background-position-x: 5px;
}

#help-company .box-sp {
    margin-top: 180px;
}

#help-company .box .content {
    font-size: 18px;
    line-height: 36px;
    padding: 18px 26px;
}

#help-company .box .t1 {
    background-image: url(../images/mces/2.png)
}

#help-company .box .t2 {
    background-image: url(../images/mces/3.png)
}

#help-company .box .t3 {
    background-image: url(../images/mces/4.png)
}


/* 執行人員篩選與職務調派 */

#help-company {
    background-image: url(../images/mces/mces-bg-1.jpg);
}

@media only screen and (max-width: 768px) {
    #help-company .box-sp {
        margin-top: unset;
    }
}