@charset "UTF-8";

/* CSS Document */


/**箇条書き**/
p.itemize {
  display: list-item;
  margin-left: 1em;
}

/******************************************************
 * 多デバイス用調整
 ******************************************************/

 body.sp  .mc_txtwrapper,
 body.hc  .mc_txtwrapper {
   white-space: normal !important;
 }
