/**
 responsive-design for PC
**/

@charset "UTF-8";


.con_kj_hbn {
  font-size: 1.25em;
}

.aster {
  color:#e20e47;
}


.mes {
  width:80%;
  margin:15px auto;
}


.errmsg {
  color:#e20e47;
  font-weight: bold;
}



#con_kj .con_kj_hbn dl {
  float: none;
  margin:0 auto 0;
  width:100%;
  max-width:560px;
}

#con_kj .con_kj_hbn dt,
#con_kj .con_kj_hbn dd {
  float: none;
}


#con_kj .con_kj_hbn dt {
  width:100%;
  min-height:2em;
  margin:0;
  font-weight: bold;
}

#con_kj .con_kj_hbn dd {
  width:100%;
  min-height:2em;
  margin:0;
  margin-bottom:30px;
  padding-top: 12px;
  padding-left: 20px;
}

#con_kj .con_kj_hbn dt.childElement,
#con_kj .con_kj_hbn dd.childElement {

}

#con_kj .con_kj_hbn dt.childElement {
  background: none;
  padding-left: 20px;
}

#con_kj .con_kj_hbn dd.childElement {
  padding-left: 30px;
}


#con_kj .con_kj_hbn dt.mw200,
#con_kj .con_kj_hbn dd.mw200 {
  max-width: 200px;
}


#con_kj .con_kj_hbn dd.buttons {
  width:100%;
  margin:30px auto 15px;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
}

#con_kj .con_kj_hbn label {
  white-space:nowrap;
}

#con_kj .con_kj_hbn input, #con_kj .con_kj_hbn textarea {
  padding:5px;
}

#con_kj .con_kj_hbn input[type="text"], #con_kj .con_kj_hbn textarea {
  width:100%;
}

#con_kj .con_kj_hbn textarea {
  /* height:10em; */
}



#con_kj .con_kj_hbn input[type="submit"],
#con_kj .con_kj_hbn input[type="button"],
#con_kj .con_kj_hbn input[type="reset"] {
  padding:12px 40px;
  border:1px solid #888;
  background-color: #fff;
  cursor:pointer;

  -webkit-transition: all .3s;
  transition: all .3s;
}

#con_kj .con_kj_hbn input[type="submit"]:hover,
#con_kj .con_kj_hbn input[type="button"]:hover,
#con_kj .con_kj_hbn input[type="reset"]:hover {
  border-color:#0072bc;
  box-shadow:0 0 3px #0072bc;
  color:#0072bc;
  text-shadow:0 0 3px #0072bc;
}


#con_kj .con_kj_hbn p {
  font-size: 100%;
}

@media screen and (max-width:640px){

  @charset "UTF-8";



  #con_kj .con_kj_hbn dt {
    width:100%;
  }

  #con_kj .con_kj_hbn dd {
    width:100%;
  }

}
