@charset "utf-8";

/*importantリスト*/

/*フォントサイズimportant*/
.fs_11{
    font-size: 1.1rem !important;
}

.fs_12{
    font-size: 1.2rem !important;
}

.fs_13{
    font-size: 1.3rem !important;
}

.fs_14{
    font-size: 1.4rem !important;
}

.fs_15{
    font-size: 1.5rem !important;
}

.fs_16{
    font-size: 1.6rem !important;
}

.fs_17{
    font-size: 1.7rem !important;
}

.fs_18{
    font-size: 1.8rem !important;
}

.fs_19{
    font-size: 1.9rem !important;
}

.fs_20{
    font-size: 2rem !important;
}

/*マージン　右→左→左右*/

.mr_01{
    margin: 0 1rem 0 0 !important;  
}

.mr_02{
    margin: 0 2rem 0 0 !important;
}

.mr_03{
    margin: 0 3rem 0 0 !important;
}

.mr_04{
    margin: 0 4rem 0 0 !important;
}

.ml_01{
    margin: 0 0 0 1rem !important;
}

.ml_02{
    margin: 0 0 0 2rem !important;
}

.ml_03{
    margin: 0 0 0 3rem !important;
}

.ml_04{
    margin: 0 0 0 4rem !important;
}

.mt_01{
    margin: 1rem 0 0 0 !important;  
}

.mt_02{
    margin: 2rem 0 0 0 !important;
}

.mt_03{
    margin: 3rem 0 0 0 !important;
}

.mt_04{
    margin: 4rem 0 0 0 !important;
}

.mb_01{
    margin: 0 0 0 1rem !important;  
}

.mb_02{
    margin: 0 0 0 2rem !important;
}

.mb_03{
    margin: 0 0 0 3rem !important;
}

.mb_04{
    margin: 0 0 0 4rem !important;
}

.m-auto{
    margin: 0 auto !important;
}

.m-1rem-auto{
    margin: 1rem auto !important;
}

.m-2rem-auto{
    margin: 2rem auto !important;
}

.m-3rem-auto{
    margin: 3rem auto !important;
}

.m-4rem-auto{
    margin: 4rem auto !important;
}


/*テキスト寄せ*/

.t-align-l{
    text-align: left !important;
}

.t-align-r{
    text-align: right !important;
}

.t-align-c{
    text-align: center !important;
}