.row_short h3 {
    margin: 0 !important;
}

.row_short .table01 thead tr {
    border: none !important;
}
.row_short .table01 tbody tr {
    border-top: none !important;
}
/*
#counseling table, #customer_info table, #privacy {
    background-color: rgb(244, 244, 244) !important;
}
*/

@media screen and (min-width: 721px) {
    /* ============================================================ */
    /* 確認画面
       .formConfirm */
    /* ============================================================ */
    .formConfirm .table01 td {
      padding: 10px 0 35px 35px !important;
      box-sizing: border-box;
    }
    .formConfirm .ttl01 {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .formConfirm .ttl01 span:first-child {
      margin: 0 10px 0 0;
      font-size: 3.2rem;
    }
    .formConfirm dl dt {
      flex: 0 0 120px;
    }
    .formConfirm dl:not(:last-child) {
      margin: 0 0 10px;
    }
    .formConfirm .btn_block {
      position: relative;
      height: 64px;
    }
    .formConfirm .btn_block #btn_revision {
      position: absolute;
      top: 0;
      left: 0;
    }
    .formConfirm .btn_block #btn_revision i {
      left: 15px;
      right: inherit;
    }
    .formConfirm .btn_block #btn_submit {
      position: absolute;
      top: 0;
      right: 0;
    }

}



@media screen and (min-width: 0px) and (max-width: 720px) {


}

