@charset "utf-8";

/* ===== franchise.css ===== */
/* -- franchiseBox -- */
.franchiseBox {
    margin-top: 5.1rem;
    padding: 4.2rem 4rem 2.6rem;
    background: #FFF;
}
.franchiseBox > * {
    margin-bottom: 2rem;
}
@media screen and ( min-width: 901px ) {
    .franchiseBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .franchiseBox > *:nth-child(2n+1) {
        margin-right: 2rem;

    }
}