@charset "utf-8";

/***                                   ***/
/***********  文字サイズ　100%  ***********/
/***                                   ***/
.g300 {font-family: 'Noto Sans JP', sans-serif; font-weight:300;}
.g400 {font-family: 'Noto Sans JP', sans-serif; font-weight:400;}
.g500 {font-family: 'Noto Sans JP', sans-serif; font-weight:500;}
.g700 {font-family: 'Noto Sans JP', sans-serif; font-weight:700;}
.m300 {font-family: 'Noto Serif JP', serif; font-weight:300;}
.m500 {font-family: 'Noto Serif JP', serif; font-weight:500;}
.m700 {font-family: 'Noto Serif JP', serif; font-weight:700;}
.m900 {font-family: 'Noto Serif JP', serif; font-weight:900;}

/***                                       ***/
/***********  文字サイズ　100%未満  ***********/
/***                                       ***/
.p70 {font-size: 70%;}
.p80 {font-size: 80%;}

/***                                       ***/
/***********  文字サイズ　101%以上  ***********/
/***                                       ***/
.p115 {font-size: 115%;}
.p125 {font-size: 125%;}
.p150 {font-size: 150%;}
.p175 {font-size: 175%;}
.p200 {font-size: 200%;}

/***                  　　　　***/
/***********  文字色  ***********/
/***                  　　　　***/
.mc_red {color: #e7336e;}
.mc_green {color: #29995f;}
.mc_white {color: #ffffff;}
.mc_black {color: black;}

/***                  　　　　***/
/***********  センター揃え  ***********/
/***                  　　　　***/
.center_p125 {
    text-align: center;
    font-size: 125%;
    font-family: 'Noto Serif JP', serif;
    font-weight:500;
}

/***                  　　　　***/
/***********  表示幅  ***********/
/***                  　　　　***/
.width50per {width: 50%;}

/***                  　　　　***/
/***********  レクリエーションの追加  ***********/
/***                  　　　　***/
.rec_new {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:900;
    color: red;
    font-size: 85%;
}

/***                  　　　　***/
/***********  テキストデコレーション  ***********/
/***                  　　　　***/
.txtdeco_ul {text-decoration: underline;}