#rn2024 .flex_box_column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#rn2024 .flex_box_column>.flex_box {
  align-items: flex-start;
}

#rn2024 .flex_box_column>.flex_box>div>p {
  font-size: 16px;
  font-weight: bold;
  color: #1565C0;
  text-align: center;
  margin-top: 10px;
}

#rn2024 .main_content_item .main_content_item_wrap.flex_box_column>ul>li {
  width: 100%;
}

#rn2024 .main_content_item_wrap_wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
}

#rn2024 .main_content_item_wrap_wrap .main_content_item_wrap {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
}

#rn2024 .main_content_item_wrap_wrap .main_content_item_wrap>div {
  margin-top: 10px;
}

#rn2024 .main_content_item .main_content_item_wrap_wrap .main_content_item_wrap>ul>li {
  width: 100%;
  box-sizing: border-box;
}

#rn2024 .box_content .flex30p.flex_box img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #rn2024 .flex_box_column>div>div {
    flex-direction: column;
  }

  #rn2024 .flex_box .flex30p {
    width: 50%;
  }

  #rn2024 .main_content_item_wrap_wrap {
    flex-direction: column;
  }

  #rn2024 .main_content_item_wrap_wrap .main_content_item_wrap {
    width: 100%;
  }

  #rn2024 .main_content_item_wrap_wrap .main_content_item_wrap>div {
    margin-top: 10px;
  }

  #rn2024 .box_content .flex30p.flex_box {
    flex-direction: row;
    width: unset;
    justify-content: center;
  }

  #rn2024 .box_content .flex30p.flex_box img {
    width: 40%;
  }
}