@charset "UTF-8";

.appeal_point .flex_2box {
  gap: 20px;
}

.appeal_point .flex_2box .flex_2box_left {
  flex: 1;
}

.appeal_point .flex_2box .flex_2box_right {
  flex: 0 0 28%;
}

.appeal_point .col .col_left {
  width: 48%;
}

.appeal_point .col .col_right {
  width: 50%;
}

.appeal_point .col .col_left .img_wrap {
  width: 90%;
}


@media screen and (max-width: 850px) {
  .appeal_point .flex_2box {
    flex-direction: column;
  }

  .appeal_point .flex_2box .flex_2box_right {
    width: 60%;
    margin: 0 auto;
  }
}