@charset "utf-8";

/* -------------------------------------------------------------------
 base font
------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-size/*\**/
  : 100%\9;
  /* for IE8 */
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif,-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI";
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  line-height: 1.6;
}

.mincho {
  font-family: "游明朝", "ヒラギノ明朝 Pro W3", "HG明朝E", "MS P明朝", "MS 明朝", serif !important;
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", "Meiryo","YuGothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media screen and (min-width:960px) and ( max-width:1280px) {}

@media screen and (min-width:600px) and ( max-width:959px) {}

@media screen and (max-width:599px) {}

/* -- font-size class ------------------- */

.fs10 {
  font-size: 10px;
  font-size: 1.0rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs20 {
  font-size: 20px;
  font-size: 2.0rem;
}

.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3.0rem;
}

.fs44 {
  font-size: 44px;
  font-size: 4.4rem;
}

.fs70 {
  font-size: 70px;
  font-size: 7.0rem;
}

/* -- for IE8 -- */

.fs10 {
  font-size/*\**/
  : 77%\9;
}

.fs12 {
  font-size/*\**/
  : 93%\9;
}

.fs13 {
  font-size/*\**/
  : 100%\9;
}

.fs14 {
  font-size/*\**/
  : 108%\9;
}

.fs16 {
  font-size/*\**/
  : 123.1%\9;
}

.fsM {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal !important;
}

.fsL {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal !important;
}

/* -------------------------------------------------------------------
 太字
------------------------------------------------------------------- */

.font-bold {
  font-weight: bold;
}

.font-nomal {
  font-weight: normal;
}
