@charset "utf-8";
.two_colmun {
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 30px;
  margin: 30px 0;
  align-items: flex-start; /* 追加 */
}