@charset "UTF-8";
/*===========================================
	font size
=============================================*/
.font_60 {
  font-size: 60px;
}

.font_55 {
  font-size: 55px;
}

.font_50 {
  font-size: 50px;
  /*line-height: 170%;*/
}

.font_44 {
  font-size: 44px;
  /*line-height: 170%;*/
}

.font_40 {
  font-size: 40px;
  /*line-height: 170%;*/
}

.font_35 {
  font-size: 35px;
  line-height: 140%;
}

.font_30 {
  font-size: 30px;
  /*line-height: 170%;*/
}

.font_28 {
  font-size: 28px;
  /*line-height: 170%;*/
}

.font_26 {
  font-size: 26px;
  line-height: 150%;
}

.font_24 {
  font-size: 24px;
  /*line-height: 170%;*/
}

.font_23 {
  font-size: 23px;
  /*line-height: 170%;*/
}

.font_22 {
  font-size: 22px;
  /*line-height: 170%;*/
}

.font_20 {
  font-size: 20px;
  /*line-height: 170%;*/
}

.font_18 {
  font-size: 18px;
  /*line-height: 165%;*/
}

.font_17 {
  font-size: 17px;
  /*line-height: 160%;*/
}

.font_15 {
  font-size: 15px;
}

.font_14 {
  font-size: 14px;
}

.font_13 {
  font-size: 13px;
}

.font_12 {
  font-size: 12px;
}

.font_11 {
  font-size: 11px;
}

.font_10 {
  font-size: 10px;
}

.font_9 {
  font-size: 9px;
}

h1, h2, h3, h4 {
  font-size: 100%;
}

/*===========================================
	fontColor
=============================================*/
.red {
  color: #EB1200;
}

.white {
  color: #fff;
}

.whiteAl {
  color: #fff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.black {
  color: #424242;
}

.blue {
  color: #003B92;
}

.green {
  color: #01a393;
}

.glay {
  color: #808080;
}

.fontMincho {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/*===========================================
	文字間
=============================================*/
.lh220 {
  line-height: 220%;
}

@media (max-width: 700px) {
  body {
    font-size: 0.9rem;
    line-height: 150%;
  }

  .font_35 {
    font-size: 1.4rem;
  }

  .font_28 {
    font-size: 1.4em;
  }

  .font_22 {
    font-size: 1.2em;
  }

  .font_20 {
    font-size: 1em;
  }

  .sp_font_16 {
    font-size: 16px;
  }

  .sp_font_14 {
    font-size: 14px;
  }

  .sp_font_13 {
    font-size: 13px;
  }

  .sp_font_12 {
    font-size: 12px;
  }

  .sp_font_11 {
    font-size: 11px;
  }
}
