@media screen and (min-width: 769px) {
  .p_top .quick .row .form {
    padding: 38px 25px 38px 38px;
  }
  .p_top .contact .form.formCus hr {
    margin: 40px -25px 40px -38px;
    height: 5px;
    background: #13245D;
  }
  .p_top .contact .form.formCus dl dt {
    width: 310px;
  }
  .p_top .contact .form.formCus .wrapRadio .contact_hosoku {
    font-size: 12px;
  }
  .p_top .contact .form.formCus .special2 {
    display: none;
  }
  .p_top .contact .form.formCus .special2.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .contact .form.formCus .wrapRadio label {
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .p_top .contact .form.formCus hr {
    margin: 9.66183vw -15px;
    height: 1.207729vw;
    background: #13245D;
  }
  .p_top .contact .form.formCus .special2 {
    display: none;
  }
  .p_top .contact .form.formCus .special2.show {
    display: block;
  }
}
