@charset "utf-8";

.sbs_n_03 {
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sbs_n_01 {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.mt50 {
    margin-top: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
    .sbs_n_03 {
        flex-direction: column;
    }
}