.renew_2024_top_pont_superbox {
  padding-top: 25px;
  margin-top: 0;
}

.renew_2024_top_pont_superbox {
  background-color: #fbebd4;
}

.renew_2024_top_pont_item_title_circle {
  position: static;
  transform: translate(0%, 60%);
}

.renew_2024_top_pont_item_titlebox_wrapper {
  border: 2px solid #d9534f;
  margin-top: 16px;
  border-radius: 8px;
}

.renew_2024_top_pont_item_titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  font-size: 22px;
  background: white;
  color: #030303;
  margin: 0;
  border-radius: 8px;
}


.renew_2024_top_pont_item_point_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  line-height: 100%;
  color: #D82300;
  font-family: 'Oswald', 'DIN Condensed';
  font-weight: 600;
  margin: 0 0 2%;
}

.renew_2024_top_point_item_story {
  text-align: justify;
}

.renew_2024_top_point_item_story:last-child {
  margin-bottom: 10px;
}

.renew_2024_top_pont_item_titlebox h3 {
  width: 65%;
  min-width: 71%;
  margin: 0;
}

.renew_2024_top_pont_item_point_title p {
  font-size: 0.7rem;
  transform: translate(0%, -10%);
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

.renew_2024_top_pont_item_point_title h3 {
  font-size: 2rem;
  transform: translate(0%, -10%);
}

.renew_2024_top_pont_item_content {
  border-top: none;
  padding: 10px;
}

.renew_2024_top_pont_title {
  font-size: 30px;
  line-height: 115%;
}

.renew_2024_top_pont_title_container {
  border: 2px solid #d9534f;
  border-right: none;
  border-left: none;
  padding: 1rem 0;
  background: white;
  position: relative;
  z-index: 2;
}

.title_box_balloon {
  position: relative;
}

/* 2. しっぽの「枠線」 (赤い三角形) */
.renew_2024_top_pont_title_container .title_box_balloon::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #d9534f;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  z-index: 1;
}

/* 3. しっぽの「塗り」 (白い三角形) */
.renew_2024_top_pont_title_container .title_box_balloon::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #fff;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  z-index: 3;
}

.accordion-summary {
  position: relative;
  min-width: 20px;
  min-height: 20px;
  align-self: center;
}

/* プラス・マイナス記号 (CSSで作成) */
.accordion-summary::after,
.accordion-summary::before {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 2px;
  height: 1.45rem;
  content: "";
  background: #d82300;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-summary::before {
  content: "";
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

details[open]>summary .accordion-summary::after {
  display: none;
}

summary {
  list-style: none;
  /* Firefox */
}

summary::-webkit-details-marker {
  display: none;
  /* Chrome, Safari */
}

/* コンテンツ部分の枠線（タイトルと揃えるため） */
.renew_2024_top_pont_item_content_wrapper {
  border: 2px solid #d9534f;
  border-top: none;
  margin-top: -8px;
  padding-top: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
}

.renew_2024_top_point_item_h4 {
  color: #030303;
  margin-bottom: 4px;
}

.renew_2024_top_point_item_h4 span {
  color: #d82a35;
}

.renew_2024_top_point_item_h4_image {
  height: auto;
}

.renew_2024_top_point_item_bar {
  border-bottom: 1px dashed #494949;
  background-color: unset;
}

.basic_info_box {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
  padding: 2%;
  border-radius: 8px;
  border: 2px solid #d9534f;
}


.basic_info_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 600px;

}

.basic_info_table th,
.basic_info_table td {
  border: 1px solid #ccc;
  padding: 2% 1%;
  line-height: 1.4;
  vertical-align: middle;
  font-size: var(--font-s);

}

.basic_info_table th {
  background-color: #555;
  font-weight: bold;
  color: #fff;
  width: 15%;
  white-space: nowrap;
  text-align: center;
}

.basic_info_table td {
  background-color: #fff;
  color: #000;
  width: 35%;
}

.basic_info_title {
  margin: 1em 0 1em 0;
  text-align: center;
  font-size: var(--font-l);
  font-weight: bold;
}

.basic_info_scroll_wrap {
  width: 100%;
  padding-bottom: 5%;
  /* スクロールバーとの余白 */
}

/* 1. スクロールバーの色（動く部分） */
.simplebar-scrollbar::before {
  background-color: #e60012;

  opacity: 1 !important;
  border-radius: 4px;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  height: 12px;
  background-color: #f0f0f0;
  border-radius: 6px;
  margin-top: 5px;
}
