@font-face {
  font-family: "Futura-Book";
  src:  url("../font/Futura/Futura-Book.woff")  format('woff'),
   url("../font/Futura/Futura-Book.woff2")  format('woff2');
   font-display: swap;
}

@font-face {
  font-family: "Futura-Light";
  src:  url("../font/Futura/Futura-Light.woff")  format('woff'),
   url("../font/Futura/Futura-Book.Light2")  format('woff2');
   font-display: swap;
}

@font-face {
  font-family: "shingo-r";
  src:  url("../font/shingo-r/shingo-r.woff")  format('woff'),
   url("../font/shingo-r/shingo-r.woff2")  format('woff2');
   font-display: swap;
}

@font-face {
  font-family: "shingo-m";
  src:  url("../font/shingo-mshingo-m.woff")  format('woff'),
   url("../font/shingo-m/shingo-m.woff2")  format('woff2');
   font-display: swap;
}

@font-face {
  font-family: "Jun101";
  src: url("../font/Jun101.woff")  format('woff');
  font-display: swap;
}

@font-face {
  font-family: "Folk-M";
  src: url("../font/Folk-M.woff")  format('woff');
  font-display: swap;
}

/*span用テキスト*/

.M20_30 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.g16_22 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.g16_22_bold {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.g16_28 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 28px;
}

.g16_28_bold {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}

.g14_20_bold {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.g20_30shingo_m {
	font-family: shingo-m, Osaka, sans-serif;
	font-size: 20px;
	line-height: 30px;
}

.g20_26shingo_m {
	font-family: shingo-m, Osaka, sans-serif;
	font-size: 20px;
	line-height: 26px;
}

.g24_26shingo_m_Red {
	font-family: shingo-m, Osaka, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #993300;
}

.red {
	color: #FF0000;
}

.yellow {
	color: #FFFF00;
}
.green {
	color: #339966;
}

.bold_red {
	font-weight: bold;
	color: #FF0000;
}

.bold {
	font-weight: bold;
}

