/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
#input_header
*--------------------*/
#input_header{
  width:88%;
  margin: 2% auto 3%;
}
.caption{
  text-align:justify;
  font-size: 1.2em;
  line-height:1.7em;
}
.disp_sp .caption {
  font-size: 15px;
  line-height:1.5em;
}
.text_img{
  margin-bottom:3%;
}

/*--------------------*
 *  .price_info2
 *--------------------*/
.price_info2 {
  color: #000;
  margin: 5% auto;
  width: 80%;
  line-height:1.4em;
}
.disp_sp .price_info2 {
  font-size: 0.9em;
}
.disp_sp .price_info2 p {
  line-height:1.4em;
}
.price_info2 .price_normal strong {
  color: #AA2D50;
}
.price_info2 .info_title {
  color: #AA2D50;
}

/*--------------------*
 *  #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%;
}
.disp_sp #attention h3{
  font-size:1.1em;
}
#attention P,
#attention li{
  line-height: 1.6;
}
#attention a{
  color: #B20D4F;
}