@charset "UTF-8";
/*https://www.fsi.co.jp/ros/用css*/

/* 関連ソリューション */
#section-solution {
    padding-bottom: 100px;
}
.solution_img {
    width: 350px;
}
.solution_text {
    font-weight: bold;
    color: #049;
    padding-top: 20px;
}

@media only screen and (max-width: 619px){
    .solution_img {
        width: 55%;
    }
}

/* 項目２つのとき */
.solution_flex_wrap {
    display: flex;
    justify-content: center;
    gap: 200px;
}

@media only screen and (max-width: 959px){
    .solution_flex_wrap {
        display: block;
    }
    .solution_flex_wrap .solution_flex_inner1{
        margin-bottom: 50px;
    }
}


