@media screen and (min-width: 769px) {
  .p_top .contactQuick {
    margin-top: 55px;
  }
  .p_top .contactQuick .form__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contactQuick .form__wrapper dl + dl {
    border-top: 0;
    padding-top: 0;
  }
  .p_top .contactQuick .checkboxWr {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p_top .contactQuick {
    margin-top: 9.42029vw;
  }
  .p_top .contactQuick .checkboxWr {
    padding-top: 9.66184vw;
    border-top: 1px solid #CCCCCC;
  }
  .p_top .bl06 dl dd {
    margin: -2.41546vw -2.41546vw;
  }
}
