@charset "utf-8";


#aform-form-7 .aform-validation{
  margin-top: 6px;
  display: block;

}

#aform-form-7  dl dd,
#aform-confirm-form dl dd {
    padding-left: 250px;
}

#aform-confirm-form dl dd {
  font-size: 16px;
  margin: .5em 0 .1em 0;
}

#aform-form-7 dl dt,
#aform-confirm-form dl dt {
    float: left;
    width: 250px;
    position: relative;
}

#aform-form-7 .aform-name-ul li,
#aform-form-7 .aform-kana-ul li {
    display: block;
    margin-bottom: 1em;
}

#aform-form-7 .submit,
#aform-confirm-form .submit {
    margin-top: 20px;
    padding: 15px 20px;
    background: #fff;
    text-align: center;
}

#aform-form-7 span.required,
#aform-confirm-form span.required{
  width: 30px;
  text-align: center;
  padding: 4px;
  margin-top: -2px;
  position: relative;
  top: 0;
  right: 0;
}

#aform_btn_confirm_7{
  width: 200px;
  font-size: 18px;
  padding: 12px 4px;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0;
  background: #ab3a4e;
  color: #fff;
}

#aform-confirm-form .aform-confirm.parts-9{
  line-height: 1.3;
}


@media screen and (max-width: 767px){
  #aform-form-7 dl dt,
  #aform-confirm-form dl dt {
    float: none;
    width: auto;
    margin-bottom: 1em;
  }
  #aform-form-7 dl dd,
  #aform-confirm-form dl dd {
    padding-left: 0;
  }
  #aform-form-7 dl:nth-of-type(1),
  #aform-confirm-form dl:nth-of-type(1){
    margin-top:0;
  }
}



/* 確認画面 */
#aform_btn_back{
  width: 200px;
  font-size: 18px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #ab3a4e;
  color: #fff;
}

#aform_btn_submit{
  width: 200px;
  font-size: 18px;
  padding: 12px 4px;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 0 0 60px;
  background: #ab3a4e;
  color: #fff;
}

#aform-confirm-form dd {
    margin: 0.6em 0 0.2em 0;
}

#aform_confirm_msg{
  margin:2em 0;
}

div.submit{
  margin-bottom:2em;
}

@media screen and (max-width: 767px){


#aform_btn_back{
  width: 48%;
  font-size: 13px;
  border-radius: 4px;
  padding: 10px;
  margin:0 1% 0 0;
  box-sizing: border-box;
}


#aform_btn_submit{
  width: 48%;
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 4px;
  margin:0 0 0 1%;
  box-sizing: border-box;
}

}

span.aform-confirm.parts-7 {
    line-height: 1.4;
}