/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
.input_header
*--------------------*/
.input_header{
  width:88%;
  margin: 5% auto 3%;
}
.caption{
  text-align:justify;
  color:#FCFCFC;
  font-size: 1.2em;
  line-height:1.7em;
}
.disp_sp .caption{
  font-size: 1em;
}

/*--------------------*
 *  #attention
 *--------------------*/
#attention{
  width:90%;
  margin:0 auto;
}
.disp_sp #attention{
  font-size: 0.9em;
}
#attention h3{
  text-align:center;
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:3%;
}
#attention P,
#attention li{
  line-height: 1.6;
}
#attention A{color:#B20D4F;}

