.dialog_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 600px;
  background-color: #ffffff, transparent;
  color: rgb(0, 0, 0);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 20px;
}

.title_arangement {
  display: none;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-color: #c9c9c9;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 2rem;
  gap: 30px;
}

.box_id {
  position: absolute;
  left: 10px;
}

.box_name {
}

.box_image {
  border-radius: 20px;
  height: 55%;
}

.box_image h2 {
  margin: 0px;
  padding: 30px;
}

.box_image img {
  width: 87%;
  position: relative;
  top: 10px;
  z-index: 2;
  position: relative;
  top: -50px;
}

.box_menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  border: 1px, transparent;
  border-radius: 10px 10px 0 0;
}

.box_menu_text {
  padding: 5px;
  cursor: pointer;
}

.box_content {
  width: 100%;
  height: 53%;
  position: absolute;
  top: 294px;
  border-radius: 20px;
  background-color: white;
}

table {
  width: 100%;
  margin-top: 100px;
  border-spacing: 10px;
}

.arrow {
  width: 2rem;
  height: 2rem;
}

.evolution_content {
  margin-top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.evolution_image {
  width: 4.5rem;
  height: 4.5rem;
  margin-left: 3px;
  margin-right: 3px;
}

@media only screen and (min-width: 280px) and (max-width: 575px) {
  .dialog_box {
    width: 300px;
  }
}
