﻿/* !!! do not edit this file!!! use mdj.css --> clean-css minifier --> mdj.min.css */
@charset "UTF-8";
/*===============================================
class.css（class群CSS　レスポンシブ設定）
===============================================*/

@media all and (max-width: 768px) {

  /*----------------------------------------------
   フォント
  ----------------------------------------------*/
  
  /*-------------------- font-size rs_fs00 レスポンシブ --------------------*/
  
  .rs_fs10 { font-size: 10px !important; }
  .rs_fs11 { font-size: 11px !important; }
  .rs_fs12 { font-size: 12px !important; }
  .rs_fs13 { font-size: 13px !important; }
  .rs_fs14 { font-size: 14px !important; }
  .rs_fs15 { font-size: 15px !important; }
  .rs_fs16 { font-size: 16px !important; }
  .rs_fs17 { font-size: 17px !important; }
  .rs_fs18 { font-size: 18px !important; }
  .rs_fs19 { font-size: 19px !important; }
  .rs_fs20 { font-size: 20px !important; }
  .rs_fs21 { font-size: 21px !important; }
  .rs_fs22 { font-size: 22px !important; }
  .rs_fs23 { font-size: 23px !important; }
  .rs_fs24 { font-size: 24px !important; }
  .rs_fs25 { font-size: 25px !important; }
  .rs_fs26 { font-size: 26px !important; }
  .rs_fs27 { font-size: 27px !important; }
  .rs_fs28 { font-size: 28px !important; }
  .rs_fs29 { font-size: 29px !important; }
  .rs_fs30 { font-size: 30px !important; }
  
  /*----------------------------------------------
   ブロック・テキスト制御
  ----------------------------------------------*/
  
  /*-------------------- display etc --------------------*/
  .rs_block { display: block !important; }
  
  /*-------------------- float --------------------*/
  .rs_f_right { float: right !important; }
  .rs_f_left { float: left !important; }
  
  /*-------------------- clear --------------------*/
  .rs_c_both { clear: both !important; }

  /*----------------------------------------------
   横幅制御（w000px, w000pc, w000_000rs）
  ----------------------------------------------*/
  
  /*-------------------- rs_w00　ボックス幅可変（レスポンシブ） --------------------*/
  .rs_w10pc { width: 10% !important; }
  .rs_w11pc { width: 11% !important; }
  .rs_w12pc { width: 12% !important; }
  .rs_w13pc { width: 13% !important; }
  .rs_w14pc { width: 14% !important; }
  .rs_w15pc { width: 15% !important; }
  .rs_w16pc { width: 16% !important; }
  .rs_w17pc { width: 17% !important; }
  .rs_w18pc { width: 18% !important; }
  .rs_w19pc { width: 19% !important; }
  .rs_w20pc { width: 20% !important; }
  .rs_w21pc { width: 21% !important; }
  .rs_w22pc { width: 22% !important; }
  .rs_w23pc { width: 23% !important; }
  .rs_w24pc { width: 24% !important; }
  .rs_w25pc { width: 25% !important; }
  .rs_w26pc { width: 26% !important; }
  .rs_w27pc { width: 27% !important; }
  .rs_w28pc { width: 28% !important; }
  .rs_w29pc { width: 29% !important; }
  .rs_w30pc { width: 30% !important; }
  .rs_w31pc { width: 31% !important; }
  .rs_w32pc { width: 32% !important; }
  .rs_w33pc { width: 33% !important; }
  .rs_w34pc { width: 34% !important; }
  .rs_w35pc { width: 35% !important; }
  .rs_w36pc { width: 36% !important; }
  .rs_w37pc { width: 37% !important; }
  .rs_w38pc { width: 38% !important; }
  .rs_w39pc { width: 39% !important; }
  .rs_w40pc { width: 40% !important; }
  .rs_w41pc { width: 41% !important; }
  .rs_w42pc { width: 42% !important; }
  .rs_w43pc { width: 43% !important; }
  .rs_w44pc { width: 44% !important; }
  .rs_w45pc { width: 45% !important; }
  .rs_w46pc { width: 46% !important; }
  .rs_w47pc { width: 47% !important; }
  .rs_w48pc { width: 48% !important; }
  .rs_w49pc { width: 49% !important; }
  .rs_w50pc { width: 50% !important; }
  .rs_w55pc { width: 55% !important; }
  .rs_w60pc { width: 60% !important; }
  .rs_w65pc { width: 65% !important; }
  .rs_w70pc { width: 70% !important; }
  .rs_w75pc { width: 75% !important; }
  .rs_w80pc { width: 80% !important; }
  .rs_w85pc { width: 85% !important; }
  .rs_w90pc { width: 90% !important; }
  .rs_w95pc { width: 95% !important; }
  .rs_w100pc { width: 100% !important; }
  .rs_w_auto { width: auto !important; }
  
  .rs_img { max-width: 100% !important; }
  
  .pc { display: none; }
  .sp { display: inherit !important; }

}
