/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
#input_header
*--------------------*/
#input_header{
  margin:3% auto 4%;
}
#input_header .caption{
  text-align:left;
  width:90%;
  margin:10px auto;
  color:#fefefe;
  line-height:1.5em;
  font-size:1.1em;
}
.disp_sp #input_header .caption{
  font-size:15px;
}
.pr{
  text-align:center;
  /*font-weight:bold;*/
}
#input_header .pr{
  color:#E62425;
}
form{
  margin-top:25px;
}

/*--------------------*
 *  #frmInput
 *--------------------*/
#frmInput .section_bdy{
  background-color:#860c47;
  color:#efefef;
}
#frmInput .section_ftr{
  padding-bottom:8%;
  background:url(../img/input/input_frm/section_ftr.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#frmInput .article_ftr{
  padding-bottom:8%;
  background:url(../img/input/input_frm/article_ftr.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#frmInput .article_bdy{
  background-color:#fffdf0;
  color:#333333;
  margin:0 auto;
}
#frmInput .section_bdy > h3{
  position:relative;
  bottom:-1px;
}
label[for^="birth_year_"],
label[for^="birth_mon_"],
label[for^="birth_mday_"],
label[for^="birth_hour_"],
label[for^="birth_min_"]{
  display:inline-block;
  margin-top:7px;
}

#frmInput input[type="text"]{
  text-align:left;
  width:95%;
  padding:3px 8px;
  height: 32px;
  margin-top: 5px;
  font-size: 16px;
  border:1px solid #B0B0B1;
  border-radius:4px;
}
.disp_pc #frmInput input[type="text"]{
  font-size:1.2em;
}
#frmInput select{
  vertical-align:middle;
  width:24%;
  padding:5px;
  height: 38px;
  font-size: 16px;
  border: 1px solid #B0B0B1;
  border-radius: 4px;
  background-color: #ffffff;
  background-image: url(../img/input/arrow.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-background-size: 10px;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.disp_pc #frmInput select{
  font-size:1.2em;
}
#frmInput select.sexSelect{
  width:43%;
}
#frmInput table{
  width:96%;
  margin:0 auto;
  max-width:400px;
}
#frmInput table img {
  height: 24px;
  width: auto;
  vertical-align: middle;
}
#frmInput th{
  width:75px;
  margin-bottom:10px;
  color:#010000;
  vertical-align: middle;
  padding:2% 0 0;
}
#frmInput td{
  text-align:left;
  vertical-align:middle;
  color:#010000;
  padding: 5px 0 5px 4px;
}
#frmInput .form_attention{
  font-size:0.68em;
  margin:10px 0;
}
#frmInput TD label[for^="birth_"]{
  padding:0 5px;
}
#frmInput .tr_caution TD {
  padding:5px 0;
  font-size: 0.9em;
}

.tr_caution{
  color:#FFF;
  text-align:left;
}
[id^="frmInput"] .tr_caution td{
  padding:5px 0 0;
  font-size:0.9em;
}
input[id^="male"]{
  margin-left:20px;
}


#frmInput .input_tbl .tr_caution_sex SMALL {
  color: #1F2121;
}
#frmInput .input_tbl P small{
  color:#1F2121;
  font-size:10px;
  text-align:left;
  width:100%;
  margin:5px auto;
  font-size: 13px;
}
#frmInput .tr_caution TD {
  color:#dc1d24;
  padding:0 0 2%;
}
#frmInput P.sex_caution {
  font-size: 0.9em;
  margin: 10px auto 0;
  text-align: center;
  width: 95%;
  color: #dc1d24;
}
[id^="frmInput"] .err_txt {
  font-weight: bold;
  color: #EA4E44;
  font-size: 13px;
  line-height: 14px;
  margin-top: 8px;
}
[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"] th {
  padding: 4% 0;
}
#frm_btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#frm_btn button img:hover {
  opacity: 0.8;
}
/*--------------------
.pack_announce
--------------------*/
.telling .pack_announce {
  margin: 0 auto 2%;
}
.telling .pack_announce P {
  color: #92dcdf;
}
.telling .pack_announce LI{
  padding-left:0px;
  line-height: 1.2;
  color: #fff;
  background:none;
}
.telling .pack_announce ol{
  width: 100%;
}
/*--------------------
.cookie_check
--------------------*/
.cookie_check{
  color: #cecece;
  text-align:center;
  margin: 0 auto 5%;
}
/*--------------------*
 *  #attention
 *--------------------*/
#attention{
  width:90%;
  margin:0 auto;
}
#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;
}
