#msaSection07{
    width: 100%;
    height: 891px;
    background-color: #F6FCFF;
}

#msaSection07 .msa-container{
    padding-top: 66px;
    width: 1148px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#msaSection07 .msa-container h4{
    font-size: 46px;
    font-weight: 700;
    color: #0354A1;
    margin-bottom: 42px;
}

#msaSection07 .msa-container .msas07-row{
    height: 300px;
    display: flex;
    flex-direction: row;
    gap: 48px;
}

#msaSection07 .msa-container .msas07-row.ichi{
    margin-bottom: 32px;
}

#msaSection07 .msa-container .msas07-row .msas07r-item{
    width: 550px;
    height: 300px;
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 18px;
    padding-left: 22px;
}

#msaSection07 .msa-container .msas07-row .msas07r-item .msas07ri-header{
    display: flex;
    flex-direction: row;
    height: 40px;
    align-items: center;
    margin-bottom: 22px;
}

#msaSection07 .msa-container .msas07-row .msas07r-item .msas07ri-header p.point{
    background-color: #E17100;
    border-radius: 20px;
    width: 142px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
    line-height: 40px;
    margin-right: 30px;
}

#msaSection07 .msa-container .msas07-row .msas07r-item .msas07ri-header p.title{
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}

#msaSection07 .msa-container .msas07-row .msas07r-item img{
    width: 259px;    
    margin: 0 auto 17px auto;
}

#msaSection07 .msa-container .msas07-row .msas07r-item p.sub-img{
    font-size: 18px;
    font-weight: 500;
    color: #323333;
}

@media (max-width: 1400px){
    #msaSection07 .msa-container{
        width: 900px;
    }

    #msaSection07 .msa-container .msas07-row{
        gap: 30px;
        margin-bottom: 30px;
    }

    #msaSection07 .msa-container .msas07-row .msas07r-item{
        width: 420px;
    }

    #msaSection07 .msa-container .msas07-row .msas07r-item .msas07ri-header p.point{
        width: 98px;
        height: 28px;
        margin-right: 15px;
        font-size: 15px;
        line-height: 28px;
    }

    #msaSection07 .msa-container .msas07-row .msas07r-item .msas07ri-header p.title{
        font-size: 17px;
    }

    #msaSection07 .msa-container .msas07-row .msas07r-item p.sub-img{
        font-size: 13px;
    }

    #msaSection07{
        height: auto;
        padding-bottom: 30px;
    }
}

@media (max-width: 968px){
    #msaSection07{
        width: 100%;
    }

    #msaSection07 .msa-container{
        width: 375px;
        padding-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #msaSection07 .msa-container h4{
        font-size: 24px;
        margin-bottom: 21px;
    }

    #msaSection07 .msa-container .msas07-row{
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    #msaSection07 .msa-container .msas07-row .msas07r-item{
        width: 345px;
        height: 360px;
        padding-top: 18px;
        padding-left: 22px;
        padding-right: 22px;
    }

    #msaSection07 .msa-container .msas07-row .msas07r-item .msas07ri-header{
        flex-direction: column;
        align-items: unset;
        gap: 13px;
        height: 65px;
    }

    #msaSection07 .msa-container .msas07-row .msas07r-item .msas07ri-header p.title{
        margin-bottom: 0;
        font-size: 18px;
    }

    #msaSection07 .msa-container .msas07-row .msas07r-item .msas07ri-header p.point{
        margin-right: 0;
        margin-bottom: 0;
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    #msaSection07 .msa-container .msas07-row .msas07r-item p.sub-img{
        font-size: 15px;
    }
}