/*============================================

フォーム
============================================*/

.frm_main_title{
  position: relative;
  text-align: center;
  padding: 20px 0px;
  background-color: #0074ac;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 3px;
}

.frm_inner{
  width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.stepBar_wrapper{
  margin-top: 30px;
  border: 1px solid #0074ac;
}

.stepBar{
  position: relative;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
    font-size: 18px;
}

.stepBar .step{
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    color: #0074ac;
  font-weight: bold;
}

.stepBar .step:before{
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #FFFFFF;
  border-left: 1px solid #0074ac;
  width: 20px;
  height: 20px;
}

.stepBar .step:after{
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #FFFFFF;
  border-left: 1px solid #0074ac;
  width: 20px;
  height: 20px;
}

.stepBar .step::after{
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.stepBar .step::before{
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.stepBar .step:first-child:before:after{
  content: none;
}

.stepBar .step.current{
  color: #FFF;
  font-weight: bold;
  background-color: #0074ac;
}

.stepBar .step.current:before{
  background-color: #0074ac;
}

.stepBar .step.current:after{
  background-color: #0074ac;
}

.stepBar.step3 .step{
  width: 33.333%;
}

.frm_sub_title{
  position: relative;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #ED6E02;
}

.frm_sub_title::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  background: url('/lp2/img/icon_arrow.png') no-repeat center center;
  background-size: 100%;
}

.frm_tbl{
  width: 100%;
  margin: 30px 0px 50px 0px;
}

.frm_tbl th{
  width: 26%;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  border-top: 1px solid #0074ac;
  border-bottom: 1px solid #0074ac;
  padding: 20px 20px 20px 0px;
  vertical-align: middle;
}

.frm_tbl th span::after{
  content: '必須';
  font-size: 11px;
  padding: 2px 5px;
  background-color: #FE0300;
  color: #FFFFFF;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
}

.frm_tbl td{
  border-top: 1px solid #0074ac;
  border-bottom: 1px solid #0074ac;
  padding: 10px;
  vertical-align: middle;
  padding: 20px 10px 20px 20px;
}

.frm_tbl td span.ERR{
  color: #CC0000;
}

.frm_tbl.cnf_tbl{
}

.frm_tbl.cnf_tbl th{
  color: #0074ac;
}

.frm_tbl.cnf_tbl td{
  font-weight: bold;
  font-size: 18px;
}

input[type="text"], input[type="number"]{
  vertical-align:middle;
  padding: 10px 8px;
  border: 1px solid #CCCCCC;
  -webkit-appearance: none;
}

select{
  vertical-align:middle;
  padding: 10px 8px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
}

textarea{
  font-size: 16px;
  vertical-align:middle;
  padding: 8px;
  border: 1px solid #CCCCCC;
  -webkit-appearance: none;
}

.frm_btn{
  text-align: center;
}

.frm_btn input{
  display: inline-block;
  width: 40%;
  height: 80px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #ED6E02;
  border-radius: 10px;
  border: none;
}

.frm_btn .fin_btn{
  background-color: #ED6E02;
  margin-left: 20px;
}

.frm_btn .left_btn{
  background-color: #DDDDDD;
  margin-right: 20px;
}

.frm_btn p.ERR{
  color: #CC0000;
  text-align: center;
  padding: 0px 0px 20px 0px;
}

.agreement_wrapper{
  text-align: center;
  margin-bottom: 20px;
  }

.agreement_wrapper .agreement_doc{
  display: inline-block;
  font-size: 12px;
}

.agreement_wrapper .agreement_doc span{
  display: block;
  color: #0074ac;
}

.fin_title{
  text-align: center;
  font-size: 22px;
  margin-top: 50px;
  font-weight: bold;
}

.fin_doc{
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}



/*******************************
/*　footer
*******************************/
footer{
  background: #0c5da9;
  color: #fff;
  padding: 30px;
  text-align: center;
}



@media screen and ( max-width:768px ) {
  .frm_main_title{
    position: relative;
    text-align: center;
    padding: 10px 0px;
    background-color: #0074ac;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3px;
  }

  .frm_inner{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .frm_sub_title{
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #0074ac;
  }

  .frm_sub_title::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
    width: 8px;
    height: 8px;
    background: url('/lp2/img/icon_arrow.png') no-repeat center center;
    background-size: 100%;
  }

  .frm_tbl{
    width: 100%;
    margin: 10px 0px 50px 0px;
  }

  .frm_tbl th{
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    border-top: none;
    border-bottom: none;
    padding: 10px 0px 5px 0px;
    vertical-align: middle;
  }

  .frm_tbl th span::after{
    content: '必須';
    font-size: 10px;
    padding: 2px 5px;
    background-color: #FE0300;
    color: #FFFFFF;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: middle;
  }

  .frm_tbl tr:first-child th{
    border-top: 1px solid #0074ac;
  }

  .frm_tbl td{
    display: block;
    border-top: none;
    border-bottom: 1px solid #0074ac;
    padding: 10px;
    vertical-align: middle;
    padding: 0px 0px 10px 0px;
    font-size: 16px;
  }

  .frm_tbl.cnf_tbl{
  }

  .frm_tbl.cnf_tbl th{
    color: #0074ac;
  }

  .frm_tbl.cnf_tbl td{
    font-weight: bold;
    font-size: 16px;
  }

  .frm_btn{
    text-align: center;
  }

  .frm_btn input{
    display: inline-block;
    width: 60%;
    height: 60px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #ED6E02;
    border-radius: 10px;
    border: none;
    -webkit-appearance: none;
  }

  .frm_btn .fin_btn{
    background-color: #ED6E02;
    margin-left: 0px;
  }

  .frm_btn .left_btn{
    background-color: #DDDDDD;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .agreement_wrapper{
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
  }

  .agreement_wrapper .agreement_doc{
    display: inline-block;
    font-size: 11px;
  }

  .agreement_wrapper .agreement_doc span{
    display: block;
    color: #ED6E02;
  }

  .fin_title{
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
    font-weight: bold;
  }

  .fin_doc{
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }

  input[type="number"]{
      font-size: 100%;
  }
}