@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 481px) {
  p.counseling_text {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
  }
  .counseling_form {
    width: 800px;
    margin: 40px auto;
    padding: 0 0 0 0;
    z-index: 600;
  }
  .counseling_form th {
    width: 397px;
    margin: 0 0 0 0;
    font-size: 13px;
    padding: 5px 0 5px 20px;
    border-bottom: dotted #8a8a8a 1px;
    text-align: left;
    line-height: 20px;
  }
  .counseling_form td {
    width: 500px;
    margin: 0 0 0 0;
    padding: 5px 0 5px 20px;
    border-bottom: dotted #8a8a8a 1px;
    line-height: 23px;
  }
  .counseling_form td input {
    width: 400px;
  }
  input {
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc inset;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;
  }
  select {
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc inset;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;
  }
  button {
    border-radius: 5px;
    padding: 5px 10px;
    border: solid 1px #CCC;
    background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -moz-linear-gradient(top, #EEE, #CCC);
    background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
    text-shadow: 0px 2px 0px #fff;
    font-size: 18px;
    cursor: pointer;
    outline: none;
  }
}
@media screen and (min-width:768px) and (max-device-width:1024px) {}
@media screen and (min-width:320px) and (max-device-width:767px) {}
@media screen and (min-width:320px) and (max-device-width:539px) {
  p.counseling_text {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
  }
  .counseling_form {
    width: 100%;
    margin: 10px auto;
    padding: 0 0 0 0;
    z-index: 600;
  }
  .counseling_form th {
    width: 35%;
    margin: 0 0 0 0;
    font-size: 12px;
    padding: 5px;
    border-bottom: dotted #8a8a8a 1px;
    text-align: left;
    line-height: 20px;
  }
  .counseling_form td {
    width: 60%;
    margin: 0 0 0 0;
    padding: 5px;
    border-bottom: dotted #8a8a8a 1px;
    line-height: 21px;
  }
  .counseling_form td input {
    width: 90%;
  }
  input {
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc inset;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;
  }
  select {
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc inset;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;
  }
  button {
    border-radius: 5px;
    padding: 5px 10px;
    border: solid 1px #CCC;
    background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -moz-linear-gradient(top, #EEE, #CCC);
    background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
    text-shadow: 0px 2px 0px #fff;
    font-size: 18px;
    cursor: pointer;
    outline: none;
  }
  form#mailformpro label {
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
    /* white-space: nowrap; */
  }