/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
#input_header
*--------------------*/
#input_header{
  width:88%;
  margin:3% auto 5%;
}
.caption{
  text-align:justify;
  line-height:1.6em;
  font-size: 1.2em;
}
#input_header .caption{
  color:#FCFCFC;
}
.disp_sp .caption {
  font-size: 15px;
  line-height:1.5em;
}
.pr{
  text-align:center;
}
#input_header P.pr {
  font-weight: bold;
  color: #FFFF00;
  text-align: center;
  line-height: 1.3em;
  font-size: 15px;
  margin-bottom: 2%;
}
.disp_pc #input_header P.pr {
  font-size: 18px;
}

/*--------------------*
 *  .pack_announce
 *--------------------*/
.pack_announce {
  width: 90%;
  margin: 0 auto 3%;
  box-sizing: border-box;
  color: #000;
  padding: 2% 3%;
  font-size: 0.9em;
  background-color: #EAE9E5;
  border: 2px solid #D1BD78;
}
.telling .section_bdy .pack_announce ol li {
  color: #000066;
  font-weight: bold;
  background: none;
  padding: 2px 0;
  font-size: 1.0em;
  line-height: 1.4em;
}
.pack_announce strong {
  color: #C41A41;
}
.telling .pack_announce ol{
  width: 100%;
  padding: 2% 0;
}
.pack_announce LI {
  padding: 5px 5px 5px 0;
}

/*--------------------*
 *  .price_info2
 *--------------------*/
.price_info2 {
  color: #FCFCFC;
  margin: 3% auto 6%;
  width: 80%;
  line-height:1.4em;
}
.disp_sp .price_info2{
  width: 85%;
  text-align: justify;
}
.price_info2 .price_normal strong {
  color: #FFFF00;
}
.price_info2 .info_title {
  color: #FFFF00;
  padding: 0 0 1%;
}
.disp_sp .price_info2 p{
  font-size: 0.9em;
  line-height: 1.4;
}
/*--------------------*
 *  #attention
 *--------------------*/
#attention{
  width:90%;
  margin: 5% auto 0;
  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;
}
