/* ========================
   Common（共通）
   ======================== */
.Bold {
	font-weight: 700;
}
.Medium {
	font-weight: 500;
}
.Eng {
	font-family: "Roboto", sans-serif;
}
.lh24 {
	line-height: 2.4em;
}
.lh22 {
	line-height: 2.2em;
}
.lh20 {
	line-height: 2.0em;
}
.lh18 {
	line-height: 1.8em;
}
.lh16 {
	line-height: 1.6em;
}
.lh14 {
	line-height: 1.4em;
}
/****/
.fo_gl {
	color: #C8C8C8;
}
.fo_bk {
	color: #000000;
}
.fo_wh {
	color: #ffffff;
}
/* ========================
   Heading（見出し）
   ======================== */
.Heading_34 {
  font-size: 3.4rem;
}
.Heading_30 {
  font-size: 3.0rem;
}
.Heading_24 {
  font-size: 2.4rem;
}
.Heading_20 {
  font-size: 2.0rem;
}
.Heading_18 {
  font-size: 1.8rem;
}
.Heading_16 {
  font-size: 1.6rem;
}
.Heading_15 {
  font-size: 1.5rem;
}
.Heading_14 {
  font-size: 1.4rem;
}
.Heading_12 {
  font-size: 1.2rem;
}
.Heading_10 {
  font-size: 1.0rem;
}
/* ========================
   Text（テキスト）
   ======================== */
.Text_38 {
  font-size: 3.8rem;
}
.Text_20 {
  font-size: 2.0rem;
}
.Text_18 {
  font-size: 1.8rem;
}
.Text_16 {
  font-size: 1.6rem;
}
.Text_15 {
  font-size: 1.5rem;
}
.Text_14 {
  font-size: 1.4rem;
}
.Text_12 {
  font-size: 1.2rem;
}
.Text_10 {
  font-size: 1.0rem;
}
/* ========================
   Label（ラベル）
   ======================== */
.Label_22 {
  font-size: 2.2rem;
}
.Label_20 {
  font-size: 2.0rem;
}
.Label_18 {
  font-size: 1.8rem;
}
.Label_16 {
  font-size: 1.6rem;
}
.Label_15 {
  font-size: 1.5rem;
}
.Label_14 {
  font-size: 1.4rem;
}
.Label_12 {
  font-size: 1.2rem;
}
.Label_10 {
  font-size: 1.0rem;
}
/* ========================
   Notice（注意書き）
   ======================== */
.Notice_13 {
  font-size: 1.3rem;
	padding-left: 1em;
text-indent: -1em;
}
/* ========================
   Table（表組み）
   ======================== */
.Table_20 {
  font-size: 2.0rem;
}
.Table_18 {
  font-size: 1.8rem;
}
.Table_16 {
  font-size: 1.6rem;
}
.Table_15 {
  font-size: 1.5rem;
}
.Table_14 {
  font-size: 1.4rem;
}
.Table_12 {
  font-size: 1.2rem;
}
.Table_10 {
  font-size: 1.0rem;
}
/* ===============================================
   SP overrides (max-width: 540px)
   =============================================== */
@media only screen and (max-width: 800px) {
/* ========================
   Heading（見出し）
   ======================== */
.Heading_34 {
  font-size: 2.6rem;
}
.Heading_30 {
  font-size: 1.8rem;
}
.Heading_24 {
  font-size: 1.8rem;
}
.Heading_20 {
  font-size: 1.6rem;
}
.Heading_18 {
  font-size: 1.5rem;
}
.Heading_16 {
  font-size: 1.4rem;
}
.Heading_15 {
  font-size: 1.3rem;
}
.Heading_14 {
  font-size: 1.2rem;
}
.Heading_12 {
  font-size: 1.0rem;
}
.Heading_10 {
  font-size: 0.8rem;
}
/* ========================
   Text（テキスト）
   ======================== */
.Text_38 {
  font-size: 1.8rem;
}
.Text_20 {
  font-size: 1.6rem;
}
.Text_18 {
  font-size: 1.5rem;
}
.Text_16 {
  font-size: 1.5rem;
}
.Text_15 {
  font-size: 1.3rem;
}
.Text_14 {
  font-size: 1.2rem;
}
.Text_12 {
  font-size: 1.0rem;
}
.Text_10 {
  font-size: 0.8rem;
}
/* ========================
   Label（ラベル）
   ======================== */
.Label_22 {
  font-size: 1.8rem;
}
.Label_20 {
  font-size: 1.6rem;
}
.Label_18 {
  font-size: 1.5rem;
}
.Label_16 {
  font-size: 1.4rem;
}
.Label_15 {
  font-size: 1.3rem;
}
.Label_14 {
  font-size: 1.2rem;
}
.Label_12 {
  font-size: 1.0rem;
}
.Label_10 {
  font-size: 0.8rem;
}
/* ========================
   Notice（注意書き）
   ======================== */
.Notice_13 {
  font-size: 1.1rem;
}
/* ========================
   Table（表組み）
   ======================== */
.Table_20 {
  font-size: 1.6rem;
}
.Table_18 {
  font-size: 1.5rem;
}
.Table_16 {
  font-size: 1.4rem;
}
.Table_15 {
  font-size: 1.3rem;
}
.Table_14 {
  font-size: 1.2rem;
}
.Table_12 {
  font-size: 1.0rem;
}
.Table_10 {
  font-size: 0.8rem;
}
}