/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
#input_header
*--------------------*/
#input_header{
  margin:3% auto 4%;
}
#input_header .caption{
  text-align:justify;
  width:90%;
  margin:15px auto 0;
  color:#cecece;
  font-size:1.1em;
  line-height:1.7em;
}
.disp_sp #input_header .caption{
  font-size:13px;
}
.pr{
  text-align:center;
}
#input_header .pr{
  color:#33CCFF;
}
/*--------------------*
 *  #frmInput
 *--------------------*/

#frmInput .section_ftr{
  background:url(../img/input/input_frm/section_ftr.jpg) no-repeat 50% bottom;
  background-size:100% auto;
  position: relative;
  bottom: -1px;
}
#frmInput .article_bdy{
  margin:0 auto;
  width:98%;
}
label[for^="birth_"]{
  display:inline-block;
}
.input_self h3,
.input_other h3{
  width: 94%;
  margin: 0 auto;
}
/*--------------------
.welcome_message
--------------------*/

#frmInput #welcome_message{ 
  background: url(../img/input/input_frm/section_title.jpg) no-repeat 0 bottom;
  background-size:320px auto;
  min-height: 215px;
  position: relative;
  top: 1px;
}
#frmInput #welcome_message_inner {
  position: absolute;
  width: 225px;
  bottom: 40px;
  right: 5px;
  padding: 10px;
  font-size: 1em;
}
#frmInput #welcome_message_inner P{line-height: 1.6em; font-size: .9em; text-align: justify;}
.disp_pc #frmInput #welcome_message_inner P{font-size: 1.5em;}
#frmInput #welcome_message P span {color: #FFFF00;font-size: 1.1em;}
/*--------------------
.cookie_check
--------------------*/
.cookie_check{
  color: #333;
  text-align:center;
  margin: 0 auto 5%;
}

/*--------------------*
 *  #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{
  font-size: 0.9em;
  line-height: 1.6;
}
.disp_sp #attention{
  font-size: 0.9em;
}
.disp_sp #attention h3{
  font-size: 1.1em;
}
#frmInput table{
  max-width: 400px;
}
.disp_pc #frmInput input[type="text"]{
  font-size: 1.2em;
}
.disp_pc #frmInput .input_tbl SELECT{
  font-size: 1.2em;
}

/*--------------------*
 migration PC
*--------------------*/
.disp_pc #frmInput #welcome_message{
  background-size: 640px auto;
  min-height: 430px;
}
.disp_pc #frmInput #welcome_message_inner{
  width: 450px;
  bottom: 140px;
  right: 10px;
  padding: 14px;
}
