/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
#input_header
*--------------------*/
#input_header{
  width:88%;
  margin:3% auto 5%;
}
.caption{
  text-align:justify;
  line-height:1.7em;
  font-size: 1.2em;
}
#input_header .caption{
  color:#FCFCFC;
}
.disp_sp .caption {
  font-size: 1.1em;
}
.text_img{
  margin-bottom:3%;
}
#privacy{
  width: 80%;
}
.disp_sp #privacy{
  width: 85%;
}
#privacy p{
  color: #000;
  border: 1px solid #000;
}
#privacy a{
  color: #AA2D50;
}

/*--------------------*
 *  .price_info2
 *--------------------*/
.price_info2 {
  color: #000;
  margin: 5% auto;
  width: 80%;
  line-height:1.4em;
}
.disp_sp .price_info2{
  width: 85%;
  text-align: justify;
}
.price_info2 .price_normal strong {
  color: #AA2D50;
  font-size:1.1em;
}
.price_info2 .info_title {
  color: #AA2D50;
  font-size: 1.1em;
  padding: 0 0 1%;
  font-weight: bold;
}
.disp_sp .price_info2 p{
  line-height: 1.4;
}
/*--------------------*
 *  #attention
 *--------------------*/
#attention{
  width:90%;
  margin:0 auto;
  color:#fff;
}
#attention h3{
  text-align:center;
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:3%;
}
#attention P,
#attention li{
  line-height: 1.6;
}
