#input_header{
  margin:3% auto 4%;
}
#input_header .caption{
  text-align:left;
  width:90%;
  margin:0 auto 2%;
  color:#eee;
  font-size:1.1em;
  line-height:1.6;
}
.disp_sp #input_header .caption{
  font-size:13px;
}
.pr{
  text-align:center;
}
#input_header .pr{
  color:#FF77FF;
}
/*--------------------*
 *  #frmInput
 *--------------------*/
#frmInput .balloon_group{
  background:url(../img/input/input_frm/section_title.jpg) no-repeat 0 bottom;
  background-size:100% auto;
  min-height: 220px;
}
.disp_pc #frmInput .balloon_group{
  min-height: 320px;
  background-size: 80% auto;
}
#frmInput .balloon_group .detail_txt{
  width: 60%;
  margin: 5% 4% 5% auto;
  padding: 4%;
  background-color: rgba(5,10,100,0.7);
  box-shadow: 0px 0px 30px 7px #306FDB inset;
  border-radius:10px;
}
#frmInput .balloon_group .detail_txt P{
  font-size:1em;
  line-height:1.5em;
  color:#fff;
  text-shadow: 0px 0px 5px #2A19C4,0px 0px 5px #2A19C4,0px 0px 5px #2A19C4,0px 0px 5px #002A19C4,0px 0px 7px #2A19C4,0px 0px 7px #2A19C4,0px 0px 7px #2A19C4;
  text-align: justify;
}
.disp_pc #frmInput .balloon_group .detail_txt P{
  font-size: 1.5em;
  line-height: 1.6;
}
#frmInput .balloon_group .detail_txt B{
  color:#EB026F;
  text-shadow: 0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 7px #fff,0px 0px 7px #fff,0px 0px 7px #fff;
}

.telling LI.main_line {
  border-bottom: 1px solid #D1AE74;
  padding:0;
  text-align: left;
  line-height: 2;
  margin: 17px auto 5px;
  font-weight: bold;
}
#frmInput .article_bdy{
  margin:0 auto;
  width:98%;
}
label[for^="birth_"]{
  display:inline-block;
}

/*--------------------
.cookie_check
--------------------*/
.cookie_check{
  color: #333;
  text-align:center;
  margin: 0 auto 3%;
}
/*--------------------*
 *  #attention
 *--------------------*/
#attention{
  width:90%;
  margin: 5% auto 0;
}
#attention h3{
  text-align:center;
  font-size:1.1em;
  font-weight:bold;
  margin-bottom:3%;
}
#attention P,
#attention li{
  line-height: 1.6;
}
.disp_sp #attention P,
.disp_sp #attention li{
  font-size: 0.9em;
}
