/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
#input_header
*--------------------*/
#input_header{
  margin:3% auto 4%;
}
#input_header .caption{
  text-align:justify;
  width:90%;
  margin:10px auto;
  color:#fefefe;
  line-height:1.7em;
  font-size:1.1em;
}
.disp_sp #input_header .caption{
  font-size:15px;
  line-height:1.5;
}
.pr{
  text-align:center;
  /*font-weight:bold;*/
}
#input_header .pr{
  color:#E62425;
}
form{
  margin-top:25px;
}

/*--------------------*
 *  #frmInput
 *--------------------*/
#frmInput .section_bdy{
  background-color:#efede1;
  color:#efefef;
}
#frmInput .section_ftr{
  padding-bottom: 12%;
  background:url(../img/input/input_frm/section_ftr.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#frmInput .article_bdy{
  color:#333333;
  width:93%;
  margin:0 auto 15px;
}
#frmInput .input_other{
  padding: 5% 0 0;
}
#frmInput .article_hdr{
  padding:3% 0 0;
}
#frmInput H3{
  margin-bottom:10px;
}

#frmInput input[type="text"]{
  text-align:left;
  width:95%;
  padding:3px 8px;
  height: 32px;
  vertical-align: top;
  font-size: 16px;
  border:1px solid #B0B0B1;
  border-radius:4px;
}
.disp_pc #frmInput input[type="text"]{
  font-size: 1.3em;
}
#frmInput select{
  vertical-align:middle;
  margin:0px auto;
}
[id^="frmInput"] .input_tbl select{
  width:24%;
  padding:8px;
  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;
  font-size: 1.2em;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.disp_sp [id^="frmInput"] .input_tbl select{
  font-size: 16px;
}
[id^="frmInput"] .input_tbl SELECT.sexSelect{
  width:43%;
}
#frmInput table{
  width:90%;
  margin:0 auto;
  max-width:400px;
}
#frmInput td{
  text-align:left;
  line-height:2em;
  vertical-align:top;
  color:#010000;
}
#frmInput .form_attention{
  font-size:0.6em;
  margin:10px 0;
}
label[for^="birth_"]{
  display:inline-block;
}
.tr_caution{
  color:#FFF;
  text-align:left;
}
#frmInput .tr_caution TD {
  color:#dc1d24;
  padding:5px 0 0;
  font-size:0.9em;
}
.tr_caution p {
  padding: 1px 0;
  font-size: 1.1em;
  line-height:1.3em;
}
.disp_sp .tr_caution p {
  font-size: 12px;
}
P.sex_caution{
  font-weight: bold;
  color:#d91313;
  width: 89%;
  max-width: 400px;
  margin:3% auto 5%;
  font-size: 1.1em;
  text-align: left;
}
.disp_sp P.sex_caution{
  font-size: 12px;
}
[id^="frmInput"] td label{
  font-size: 1.3em;
  color: #383838;
  vertical-align: middle;
}
.disp_sp [id^="frmInput"] td label{
  font-size: 1.1em;
}
[id^="frmInput"] .err_txt {
  font-weight: bold;
  color: #EA4E44;
  line-height: 2em;
}
.disp_sp [id^="frmInput"] .err_txt {
  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: 5% 0;
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #1F2121;
}
.disp_sp [id^="frmInput"] th {
  font-size: 16px;
}
#frm_btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#frmInput .input_tbl SMALL{ color:#1F2121; font-size:0.9em; font-weight:normal; }
.disp_sp #frmInput .input_tbl SMALL{ font-size:12px; }
#frmInput .input_tbl .tr_caution{ text-align:left; }
.input_attention A{
  color:#dc1d24;
}
.main_line {
  color: #00498a;
  font-weight: bold;
  text-decoration: underline;
}
/*--------------------
.cookie_check
--------------------*/
.cookie_check{
  color: #000;
  text-align:center;
  margin: 0 auto 5%;
  font-size:0.9em;
}
.disp_sp .cookie_check{
  font-size:12px;
}
/*--------------------*
 *  #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;
}
