@charset "UTF-8";
/*==============================================================================================

   font css

==============================================================================================*/

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "arial", "helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 12rem;
  color: #333;
  line-height: 1.4;
}

f1 {
  font-size: 18px;
}

f2 {
  font-size: 17px;
}

f3 {
  font-size: 16px;
}

f4 {
  font-size: 15px;
}

f5 {
  font-size: 14px;
}


@media screen and (max-width:767px) {
  body {
    font-size: 10px;
    font-size: 10rem;
  }

  f1 {
    font-size: 14px;
  }

  f2 {
    font-size: 13px;
  }

  f3 {
    font-size: 12px;
  }

  f4 {
    font-size: 11px;
  }
}

.bold {
  font-style: normal;
  font-weight: 600;
}

a {
  color: #333;
}
