.report {
  padding: 0 0 100px;
  margin-top: 50px;
}

.section_inner {
  max-width: 1040px;
  margin: 0 auto;
}

.report_inner {
  max-width: 900px;
  margin: 0 auto;
}

.section_inner h2 {
  position: relative;
  padding: 10px 0;
  margin-bottom: 30px;
}

.section_inner h2::before {
  content: '';
  display: block;
  width: 300%;
  height: 100%;
  background-color: #e95733;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
}

.section_inner h2 img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.report_top_txt {
  font-size: 18px;
  line-height: 1.7;
}

.report_top_img {
  margin: 20px 0;
}

.report_item {
  padding: 30px 0;
}

.zone_wrap .report_item img,
.report_top_img img {
  width: 100%;
}

.report_item h4 {
  font-size: 18px;
  margin-bottom: 30px;
}

.report_item p {
  line-height: 1.7;
  text-align: justify;
}

.report_wrap_01 .report_item {
  border-bottom: 1px solid #379039;
}

.report_wrap_01 .report_item h4 {
  color: #379039;
}

.report_wrap_02 .report_item {
  border-bottom: 1px solid #774377;
}

.report_wrap_02 .report_item h4 {
  color: #774377;
}

.report_wrap_03 .report_item {
  border-bottom: 1px solid #003e96;
}

.report_wrap_03 .report_item h4 {
  color: #003e96;
}

.report_wrap_01 .report_item:last-child,
.report_wrap_02 .report_item:last-child,
.report_wrap_03 .report_item:last-child {
  border-bottom: none;
}

.zone_wrap .flex {
  gap: 50px;
  align-items: flex-start;
}

.zone_wrap {
  margin-top: 30px;
}

.zone_wrap h3 {
  margin-bottom: 30px;
}

.zone_wrap h3 img {
  display: block;
  margin: 0 auto;
}

.report_item_text {
  width: 45%;
}

.report_item .flex {
  gap: 15px;
}

.report_item .flex.reverse {
  flex-direction: column-reverse;
}

.pc_only h4 {
  margin-top: 10px;
}

.sp_only {
  display: none;
}

@media (max-width: 1024px) {

  .section_inner {
    padding: 0 20px;
  }

  .report_item_text {
    width: 50%;
  }

  .report_date_txt img {
    width: 100%;
  }
}

@media (max-width: 767px) {

  .sp_only {
    display: block;
  }

  .pc_only {
    display: none !important;
  }

  .sp_only_txt {
    margin-top: 20px;
  }

  .sp_only_txt h4 {
    margin-bottom: 10px !important;
  }

  .sp_only_txt h4:last-child {
    margin-bottom: 20px !important;
  }

  .report {
    padding: 0 0 50px;
  }

  .section_inner {
    padding: 0 20px;
  }

  .section_inner h2 img {
    width: 40%;
  }

  .report_item h4 {
    margin-bottom: 20px;
  }

  .report_date_txt img {
    width: 100%;
  }

  .report_top_txt {
    text-align: justify;
    line-height: 1.5;
  }

  .report_item_text {
    width: 100%;
    margin-top: 20px;
  }
}