/*---------------------------------------------------
共通margin-bottomここから
----------------------------------------------------*/
/*bootstrap mb list*/
/*   1    0.25rem  = 4px*/
/*   2    0.5rem   = 8px*/
/*   3    1rem     = 16px*/
/*   4    1.5rem   = 24px*/
/*   5    3rem     = 48px*/

.omb-1 { /* 10px */
    margin-bottom: 0.625rem !important;
}

.omb-2 { /* 15px */
    margin-bottom: 0.938rem !important;
}

.omb-3 { /* 15px */
    margin-bottom: 1.25rem !important;
}

.omb-4 { /* 30px */
    margin-bottom: 1.875rem !important;
}

.omb-5 { /* 35px */
    margin-bottom: 2.188rem !important;
}

.omb-6 { /* 40px */
    margin-bottom: 2.5rem !important;
}

.omb-7 { /* 50px */
    margin-bottom: 3.125rem !important;
}

.omb-8 { /* 60px */
    margin-bottom: 3.75rem !important;
}

.omb-9 { /* 70px */
    margin-bottom: 4.375rem !important;
}

.omb-10 { /* 80px */
    margin-bottom: 5rem !important;
}

.omb-11 { /* 90px */
    margin-bottom: 5.625rem !important;
}

.omt-11 {
    margin-top: 5.625rem !important;
}

.omb-12 { /* 100px */
    margin-bottom: 6.25rem !important;
}

.omb-13 { /* 110px */
    margin-bottom: 6.875rem !important;
}

.omb-14 { /* 120px */
    margin-bottom: 7.5rem !important;
}

.omb-15 { /* 130px */
    margin-bottom: 8.125rem !important;
}

.omb-16 { /* 140px */
    margin-bottom: 8.75rem !important;
}

.omb-17 { /* 150px */
    margin-bottom: 9.375rem !important;
}

.omb-18 { /* 160px */
    margin-bottom: 10rem !important;
}

.omb-19 { /* 170px */
    margin-bottom: 10.625rem !important;
}

.omb-20 { /* 180px */
    margin-bottom: 11.25rem !important;
}

/*-------------- lg ------------------*/
@media screen and (min-width: 992px) {
    .omb-lg-1 { /* 10px */
        margin-bottom: 0.625rem !important;
    }

    .omb-lg-2 { /* 15px */
        margin-bottom: 0.938rem !important;
    }

    .omb-lg-3 { /* 15px */
        margin-bottom: 1.25rem !important;
    }

    .omb-lg-4 { /* 30px */
        margin-bottom: 1.875rem !important;
    }

    .omb-lg-5 { /* 35px */
        margin-bottom: 2.188rem !important;
    }

    .omb-lg-6 { /* 40px */
        margin-bottom: 2.5rem !important;
    }

    .omb-lg-7 { /* 50px */
        margin-bottom: 3.125rem !important;
    }

    .omb-lg-8 { /* 60px */
        margin-bottom: 3.75rem !important;
    }

    .omb-lg-9 { /* 70px */
        margin-bottom: 4.375rem !important;
    }

    .omb-lg-10 { /* 80px */
        margin-bottom: 5rem !important;
    }

    .omb-lg-11 { /* 90px */
        margin-bottom: 5.625rem !important;
    }

    .omb-lg-12 { /* 100px */
        margin-bottom: 6.25rem !important;
    }

    .omb-lg-13 { /* 110px */
        margin-bottom: 6.875rem !important;
    }

    .omb-lg-14 { /* 120px */
        margin-bottom: 7.5rem !important;
    }

    .omb-lg-15 { /* 130px */
        margin-bottom: 8.125rem !important;
    }

    .omb-lg-16 { /* 140px */
        margin-bottom: 8.75rem !important;
    }

    .omb-lg-17 { /* 150px */
        margin-bottom: 9.375rem !important;
    }

    .omb-lg-18 { /* 160px */
        margin-bottom: 10rem !important;
    }

    .omb-lg-19 { /* 170px */
        margin-bottom: 10.625rem !important;
    }

    .omb-lg-20 { /* 180px */
        margin-bottom: 11.25rem !important;
    }
}