.form_box {
  .btn_box {
    display: flex;
    align-items: center;
  }

  .query_filter_item {
    position: relative;
    padding-bottom: 20px;

    &.hidden {
      display: none;
    }

    .delete {
      position: absolute;
      top: 0px;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      padding-top: 20px;

      .delete_ {
        position: absolute;
        top: 10px;
        width: 100%;
        height: calc(100% - 0px);
        text-align: right;
        background: rgba(244, 244, 2444, 0.5);
      }
    }
  }
}

.button_box {
  margin-bottom: 20px;
}