/* =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:#eee;
  font-size:1.1em;
  line-height:1.7em;
}
.disp_sp #input_header .caption{
  font-size:15px;
}
.pr{
  text-align:center;
}
#input_header .pr{
  color:#33CCFF;
}
/*--------------------*
 *  #frmInput
 *--------------------*/
#frmInput .balloon_group{
  background:url(../img/input/input_frm/section_title.jpg) no-repeat 0 bottom;
  background-size:100% auto;
  min-height:240px;
}
#frmInput .balloon_group .detail_txt{
  width:62.5%;
  margin-left:31.3%;
  padding:10px;
  background-color:#34350A;
  box-shadow: 0px 0px 10px 7px #7C8031 inset;
  border-radius:10px;
}
#frmInput .balloon_group .detail_txt P{
  font-size:1.1em;
  line-height:1.5em;
  color:#fff;
  text-shadow: 0px 0px 5px #B50D61,0px 0px 5px #B50D61,0px 0px 5px #B50D61,0px 0px 5px #B50D61,0px 0px 7px #B50D61,0px 0px 7px #B50D61,0px 0px 7px #B50D61;
}
#frmInput .balloon_group .detail_txt B{
  color:#F5F12F;
  text-shadow: 0px 0px 5px #FB1765,0px 0px 5px #FB1765,0px 0px 5px #FB1765,0px 0px 5px #FB1765,0px 0px 7px #FB1765,0px 0px 7px #FB1765,0px 0px 7px #FB1765;
}

.pack_announce {
  margin: 0 auto 20px;
  border: 2px solid #D1BD78;
  box-sizing: border-box;
  color: #000;
  padding: 10px ;
  margin: 0 auto 10px;
  font-size: 0.8em;
  background-color:#EAE9E5;
}
.pack_announce ol li {
  color: #000;
  font-weight: bold;
}
.pack_announce strong {
  color: #C41A41;
}
.telling .pack_announce ol{
  width: 100%;
}
.pack_announce LI {
  padding-left: 0;
}
.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%;
}
[id^="frmInput"] .err_txt {
  font-weight: bold;
  color: #EA4E44;
  font-size: 13px;
  line-height: 14px;
}
[id^="frmInput"] th .hissu {
  font-size: 10px;
  border-radius: 4px;
  background: #EA4E44;
  padding: 4px 8px;
  color: #fff;
  margin: 0 0 0 8px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: -2px;
}
.disp_pc [id^="frmInput"] th .hissu {
  font-size: 12px;
  top: -4px;
}
[id^="frmInput"] .tr_caution td{
  padding:5px 0 2%;
  font-size:0.9em;
}
#frm_btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
label[for^="birth_"]{
  display:inline-block;
}

/*--------------------
.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.2em;
  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;
}

/*--------------------*
 migration PC (JS演出 ×2)
*--------------------*/
.disp_pc #frmInput .balloon_group{
  min-height: 480px;
}
.disp_pc #frmInput .balloon_group .detail_txt{
  padding: 20px;
}
