@charset "UTF-8";
/* *******************************************************************************
タイトル：common.css
概要：全体的なフォントの指定
******************************************************************************* */
html {
  font-size: 62.5%;
  font-family: arial,helvetica,clean,sans-serif;
}
body {
  font-size: 1.3rem;
}
