@charset "UTF-8";

.summer_plan_h3 {
  font-size: 32px;
}
.dataflame {
  border: 1px solid #0070C0;
}
.dataflame_title {
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  width: 100%;
  background: #0070C0;
  margin: 0 !important;
  font-size: 24px;
}
.dataflame .dataflame_items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 8px;
}
.dataflame .dataflame_items .dataflame_items_item {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
}
.dataflame .dataflame_items .dataflame_items_item_img {
  width: 48px;
  height: auto;
  padding-right: 6px;
}
.dataflame .dataflame_items .dataflame_items_item_text-main {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1;
}
.dataflame .dataflame_items .dataflame_items_item_text-sub {
  margin: 0;
  line-height: 1.1;
}

.summer_img3-1 {
  display: flex;
  justify-content: center;
  margin-right: auto;
}
.summer_img3-1 img {
  width: 75%;
}
/* .summer_ai-img {
  width: 80%;
  display: flex;
  justify-content: center;
} */
.conditions p {
  text-align: center;
}
.conditions .conditions_strong {
  font-size: 24px;
}

.last-text {
  font-size: 24px;
}

@media (max-width: 768px) {
  .summer_plan_h3 {
    font-size: 28px;
  }
  .dataflame .dataflame_items .dataflame_items_item {
    width: calc(100% - 16px);
  }
  .dataflame_title {
    font-size: 20px;
  }
  .conditions .conditions_strong {
    font-size: 20px;
  }
  .last-text {
    font-size: 20px;
  }
  .summer_img3-1 img {
    width: 90%;
  }
  .summer_ai-img {
    width: 100%;
  }
}
