.p-2col_wrap {
  display: flex;
  justify-content: space-between;
}
.p-2col_left {
  width: 70%;
}
.p-2col_right {
  width: 27%;
}
.p-2col_left_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-menu_txt {
  padding-top: 75px;
}

@media screen and (max-width: 750px) {
  .p-2col_wrap {
    flex-direction: column;
  }
  .p-2col_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-2col_right {
    width: 100%;
  }
  .p-2col_left_txt {
    text-align: center;
  }
  .p-2col_left_wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .p-step_img {
    width: 95%;
  }
}