@charset "utf-8";
/*  ********************************************************************************************************************************************************/
/*  アースケア設定 */
/*  2019/12/4 更新********************************************************************************************************************************************************/
/* font */
.fs6 { font-size:46% !important; }
.fs7 { font-size:54% !important; }
.fs8 { font-size:62% !important; }
.fs9 { font-size:69% !important; }
.fs10 { font-size:77% !important; }
.fs11 { font-size:85% !important; }
.fs12 { font-size:93% !important; }
.fs13 { font-size:100% !important; }
.fs14 { font-size:108% !important; }
.fs15 { font-size:116% !important; }
.fs16 { font-size:124% !important; }
.fs17 { font-size:131% !important; }
.fs18 { font-size:139% !important; }
.fs19 { font-size:147% !important; }
.fs20 { font-size:154% !important; }
.fs21 { font-size:162% !important; }
.fs22 { font-size:170% !important; }
.fs23 { font-size:177% !important; }
.fs24 { font-size:185% !important; }
.fs25 { font-size:193% !important; }
.fs26 { font-size:200% !important; }

strong {
  font-weight	: bold !important;
}
.underline {
  text-decoration: underline;
}
.line {
  border-bottom: solid 2px #ef4884;
}
.bg_yellow {
  background: linear-gradient(transparent 0, #FAF1C6 0) !important;
}
.fb {
  font-weight	: bold !important;
}
.fn {
  font-weight	: normal !important;
  color:#000;
}
.fb_black {
  font-weight:bold !important;
  font-color:black !important;
}
.fb_red {
  font-weight:bold !important;
  font-color:#D12416 !important;
}
.fn_red {
  color:#D12416 !important;
}

.fb_pink {
  font-weight:bold !important;
  color:#EF4884 !important;
}
.fn_pink {
  color:#EF4884 !important;
}
.caption {
  font-size: 14px;
  font-size: 1.4rem;
}
.txt_c {
  text-align: center !important;
}
.txt_r {
  text-align: right !important;
}