.home_tit2 {
    margin: 0 auto 20px;
}

.home_desc {
    line-height: 1.8;
}

.page_main2 {
    padding: 5% 0;
}

.sone_mou {
    position: relative;
    background: #F0F5F7;
    padding: 5% 10% 5% 5%;
}

.sone_mou_tit {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 40px;
    color: #13B2B5;
}

.sone_mou_tet {
    font-family: Roboto-Regular;
    font-size: 18px;
    margin-top: 10px;
    color: #333333;
}

.sone_mou::before {
    content: '';
    display: block;
    width: 198px;
    height: 202px;
    position: absolute;
    right: -26px;
    bottom: -15px;
    background: url('img/demo/susIcon.webp') no-repeat;
    background-size: 100% 100%;
}

.sus_box1 {
    margin: 5% 0 7%;
    justify-content: space-between;
}

.sus_box1_left {
    width: 57%;
}

.sus_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
}

.sus_tit_small {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #13B2B5;
    margin: 30px 0;
}

.sus_box1_right {
    width: 34.5%;
}

.sus_box1_right .imgBox {
    padding-bottom: 130%;
}

.sus_cel {
    padding: 8% 0;
}

.sus_cel>.layout {
    justify-content: flex-end;
}

.sus_cel>.layout::after {
    display: none;
}

.sus_cel_div {
    width: 50%;
}

.sus_cel_div .home_tit2,
.sus_cel_div .home_desc {
    color: #fff;
}



.sus_box2 {
    margin: 7% 0 5%;
    justify-content: space-between;
}

.sus_box2_left {
    width: 35%;
}

.sus_box2_left .imgBox {
    padding-bottom: 95.6%;
}

.sus_box2_right {
    width: 55.5%;
}

.sus_table img {
    max-width: 100%;
}

.sus_tit_small2 {
    margin-bottom: 5px;
}

.sus_icon_box {
    background: #F0F5F7;
}

.sus_icon_box .layout::after {
    display: none;
}

.sus_icon_box .layout {
    justify-content: space-between;
}

.sus_icon_div {
    padding: 5% 3%;
}

.sus_icon {
    height: 93px;
    justify-content: center;
    margin: 0 auto 30px;
}

.sus_icon img {
    max-height: 93px;
}

.sus_icon_text {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #273A60;
    text-align: center;
}

.sus_icon_div:hover {
    background: #273A60;
}

.sus_icon_div:hover .sus_icon_text {
    color: #fff;
}

@media only screen and (max-width: 950px) {
    .sone_mou_tit {
        font-size: 30px;
    }

    .sone_mou::before {
        transform: scale(0.5);
    }

    .sus_box1_left,
    .sus_box1_right,
    .sus_box2_left,
    .sus_box2_right {
        width: 100%;
    }

    .sus_box1,
    .sus_box2,
    .sus_icon_box .layout {
        flex-wrap: wrap;
    }

    .sus_cel_div {
        width: 100%;
    }

    .sus_box2_left {
        margin-bottom: 20px;
    }

    .sus_icon_div {
        width: 50%;
    }

    .sus_icon_text {
        font-size: 16px;
    }

    .sus_icon {
        height: 60px;
    }

    .sus_icon img {
        max-height: 60px;
    }

}