.yokohama {
  background: url(../../2025/images/line_bg_yokohama.jpg) repeat;
  margin-top: 0;
}

.section_inner h2::before {
  background-color: #1b538e;
}

.report .flex {
  gap: 50px;
  align-items: flex-start;
  border-bottom: 1px solid #1b538e;
}

.report_item h4 {
  color: #1b538e;
}

.report_item img {
  width: 100%;
}

.report_item:last-child {
  border-bottom: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .report_item_text {
    width: 70%;
  }
}