#input_header{
  margin:3% auto 4%;
}
#input_header .caption{
  text-align:left;
  width:95%;
  margin:10px auto;
  color:#fefefe;
  line-height:1.4em;
  font-size:1.2em;
}
.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:#1e1202;
  color:#efefef;
}
#frmInput .section_ftr{
  padding-bottom:10%;
  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/menu_ftr.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#frmInput .article_hdr{
  padding-top: 5%;
  background:url(../img/input/input_frm/menu_hdr.png) no-repeat 50% top;
  background-size:100% auto;
}
#frmInput .article_bdy{
  background-color:#FFFCF5;
  color:#333333;
  margin:0 auto 15px;
}
#frmInput .input_other .article_ftr{
}
#frmInput H3{
  margin-bottom:10px;
}
[id^="frmInput"] .err_txt {
  font-weight: bold;
  color: #EA4E44;
  font-size: 13px;
  padding-top: 1%;
}
[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;
  font-size: 1.5em;
}
.disp_sp [id^="frmInput"] th {
  font-size: 16px;
}
#frm_btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*--------------------
.cookie_check
--------------------*/
.cookie_check{
  color: #cecece;
  text-align:center;
  margin: 0 auto 5%;
  line-height:1.5em;
  font-size:0.9em;
}

/*---------------------------
.menu_list (2021/10/01 add)
---------------------------*/
.menu_list{
  width:100%;
  margin:1em auto;
  padding:3% 0 9%;
  background:url(../img/contents/menu_ttl_hdr.png) no-repeat left top,
              url(../img/contents/menu_ttl_ftr.png) no-repeat left bottom;
  background-color:#FFFCF5;
  background-size:100% auto;
  color:#4D3706;
}
.menu_list h2{
  padding:6% 0 2%;
  font-size:1.2em;
  color:#FF00FF;
  text-align:center;
}
.menu_list .menu_bdy{
  background-color: #FFFDF8;
  border: 7px double #9B7008;
  margin:0 auto 1%;
  padding:1% 2%;
  width:92%;
}
.menu_list .severalmenu{
  min-height:55px;
  margin-top:3px;
}
.menu_list .severalmenu .icon{
  float: left;
  width:50px;
  top:0;
  left:0;
}
.menu_list .menu_ttl{
  padding-left:60px;
}
.menu_list H4{
  padding-top: 2px;
  text-align:left;
  font-size:0.85em;
}
.menu_list H4 A{
  line-height:1.3em;
  color:#224859;
}
.menu_list .contents_name{
  text-align:left;
  font-size:0.8em;
}

/*--------------------*
 *  #attention
 *--------------------*/
#attention{
  width:90%;
  margin:0 auto;
}
#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;
}


