#webc_con .webc_plan_list .webc_box .webc_box_body .webc_comment {
  display: flex;
  justify-content: space-between;
}

#webc_con .webc_comment p:first-of-type {
  width: min(535px, 100%);
}

#webc_con .webc_comment p:last-of-type {
  /* width: 53%; */
}

#webc_con .webc_plan_list .webc_box .webc_box_body .webc_comment img {
  margin-top: -150px;
  width: 100%;
  max-width: 370px;
  object-fit: contain;
}

@media(max-width:768px) {
  #webc_con .webc_plan_list .webc_box .webc_box_body .webc_comment {
    display: block;
  }

  #webc_con .webc_comment p {
    width: 100%;
  }

  #webc_con .webc_plan_list .webc_box .webc_box_body .webc_comment img {
    margin: 10px auto 0;
    display: block;
  }
}
