/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
#input_header
*--------------------*/
#input_header{
  width:88%;
  margin: 3% auto 4%;
}
#input_header .caption {
  color: #fff;
  text-align: justify;
  font-size: 1.1em;
  line-height: 1.7em;
  margin: 10px auto;
}
.disp_sp #input_header .caption {
  font-size: 15px;
}
.pr {
  color: #ff80ff;
  text-align: center;
  font-weight: bold;
}

/*--------------------*
 *  .price_info2
 *--------------------*/
.price_info2 {
  color: #efefef;
  margin: 5% auto;
  width: 85%;
  line-height:1.4em;
}
.disp_sp .price_info2 {
  font-size: 0.9em;
}
.disp_sp .price_info2 p {
  line-height:1.4em;
}
.price_info2 .price_normal strong {
  color: #FFFF80;
}
.price_info2 .info_title {
  color: #efefef;
  font-weight: bold;
}
/*--------------------*
 *  #frmInput
 *--------------------*/
#frmInput .article_bdy {
  margin: 10px 0;
  padding: 15px 10px;
  background-color: #382006;
}
#frmInput .article_ftr {
  padding: 15px;
  border: solid 2px #D5983F;
  background-color: #F9E8BD;
}
#frmInput input[type="text"] {
  text-align: left;
  width: 95%;
  padding: 3px 8px;
  height: 32px;
  font-size: 16px;
  border: 1px solid #B0B0B1;
  border-radius: 4px;
}
.disp_pc #frmInput input[type="text"] {
  font-size: 1.2em;
}
#frmInput select {
  padding: 5px;
  height: 38px;
  font-size: 16px;
  border: 1px solid #B0B0B1;
  border-radius: 4px;
}
.disp_pc #frmInput select {
  font-size: 1.2em;
}
#frmInput table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#frmInput th {
  padding: 4% 0;
}
.tr_caution p {
  color: #C00000;
  text-align: left;
  width: 100%;
  margin: 5px auto;
}
[id^="frmInput"] .tr_caution td{
  padding: 5px 0 2%;
  font-size: 0.9em;
}
#frmInput .input_tbl .tr_caution {
  text-align: left;
}
#frmInput .input_tbl SMALL {
  color: #C00000;
  font-size: 0.9em;
  font-weight: normal;
}
.disp_sp #frmInput .input_tbl SMALL {
  font-size: 12px;
}
[id^="frmInput"] .err_txt {
  font-weight: bold;
  color: #EA4E44;
  font-size: 13px;
  line-height: 14px;
  margin-top: 8px;
}
[id^="frmInput"] th .hissu,
[id^="frmInput"] .tr_sex .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,
.disp_pc [id^="frmInput"] .tr_sex .hissu {
  font-size: 12px;
  top: -4px;
}
#frmInput .tr_sex td {
  padding: 4% 0 2%;
}
#frmInput .tr_sex .hissu {
  margin-right: 12px;
}
#frm_btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input[id^="male_"] {
  margin-left: 20px;
}
/*--------------------
#kifuda_js
--------------------*/
#kifuda_js {
  margin: 20px 0;
  height: 400px;
}
#kifuda_js .bdy {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  border: solid 2px #865D01;
  box-sizing: border-box;
  background-color: #000000;
}
#kifuda_js .bg {
  width: 309px;
  height: 320px;
  margin: 15px auto;
  background:url(../img/contents/fuda/img.jpg) no-repeat scroll 50% top transparent;
  background-size: 100% 100%;
}
#kifuda_js .btn {
  text-align: center;
  position: relative;
  top: -50px;
  z-index: 1000;
}
#kifuda_js ul {
  list-style-type: none;
}
#kifuda_js .fuda_ten {
  width: 62px;
  height: 74px;
  background:url(../img/contents/fuda/mid/ten.gif) no-repeat scroll 50% top transparent;
  background-size:contain;
}
#kifuda_js .fuda_ame {
  width: 62px;
  height: 74px;
  background:url(../img/contents/fuda/mid/ame.gif) no-repeat scroll 50% top transparent;
  background-size:contain;
}
#kifuda_js .fuda_chi {
  width: 62px;
  height: 74px;
  background:url(../img/contents/fuda/mid/chi.gif) no-repeat scroll 50% top transparent;
  background-size:contain;
}
#kifuda_js .card_box{
  width:270px;
  margin:0 auto;
  padding-top:120px;
}
#kifuda_js .card_pile{
  width:60px;
  float:left;
  padding-left:30px;
}
#kifuda_js [id^="kifuda_btn"] {
  color: #f7f7f7;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 15px 25px;
  border-radius: 30px;
  -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,1);
  -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,1);
  box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,1);
  text-shadow: none;
}
#kifuda_js #kifuda_btn3 {
  font-size: 16px;
  background: -moz-linear-gradient(
    top,
    #0a131a 0%,
    #1a757a 45%,
    #019faa);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#0a131a),
    color-stop(0.45, #1a757a),
    to(#019faa));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #26bfc7;
}
#kifuda_js #kifuda_btn,
#kifuda_js #kifuda_btn1,
#kifuda_js #kifuda_btn2 {
  font-size: 16px;
  background: -moz-linear-gradient(
    top,
    #270907 0%,
    #7a4723 45%,
    #c15000);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#270907),
    color-stop(0.45, #7a4723),
    to(#c15000));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #e69026;
}
#kifuda_js #kifuda_btn3 {
  font-size: 16px;
  background: -moz-linear-gradient(
    top,
    #0a131a 0%,
    #1a757a 45%,
    #019faa);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#0a131a),
    color-stop(0.45, #1a757a),
    to(#019faa));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #26bfc7;
}
#kifuda_js #skip {
  display: block;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}

/*--------------------
.cookie_check
--------------------*/
.cookie_check{
  text-align:center;
  color:#cecece;
  margin: 0 auto 5%;
}

/*--------------------*
 *  #attention
 *--------------------*/
#attention{
  width:90%;
  margin:0 auto;
}
.disp_sp #attention{
  font-size: 0.9em;
}
#attention h3{
  text-align:center;
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:3%;
}
.disp_sp #attention h3{
  font-size:1.1em;
}
#attention P,
#attention li{
  font-size: 0.9em;
  line-height: 1.6;
}
