@charset "utf-8";

/* _____________HEADER_____________ */
/*#lowerpage_top {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1)), url(../images/strengths/strengths_top.png)no-repeat top center/100%;
}*/
#lowerpage_top {
    background: url(../images/strengths/strengths_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#strengths .h3_No-centerline {
    margin-bottom: 20px;
}

#strengths img {
    max-width: 100%;
}

#strengths .textbox {
    max-width: 800px;
    margin: 50px auto;
    font-size: 18px
}

#strengths .btn {
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
}
#strengths .last_btn {
    margin-bottom: 0px
}
@media screen and (max-width: 768px) {

    #strengths .textbox {
        margin: 10px auto;
    }

    #strengths .btn {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

}