.report {
  /* font-family: "HondaGlobalFontENJP-ExBold", sans-serif; */
  /* font-family: "HondaGlobalFontJP-Bold", sans-serif; */
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  /* font-family: "HondaGlobalFontJP-Light", sans-serif; */
  font-feature-settings: "palt";
  color: #333;
  padding: 50px 24px;
  background: #fff;
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 1.75;
  margin: 2px auto 0;
}
main:has(.report) {
  background: #f6f6f6;
}

.report img {
  display: inline-block;
}

.report .upper {
  margin-bottom: 64px;
}
.report .upper h2 {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 24px;
}
.report .upper p time {
  font-size: 12px;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
  line-height: 1;
}

.report h4 {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 48px 0 16px;
  padding-left: 20px;
  position: relative;
  line-height: 1.15;
}
.report h4::before {
  content: "";
  position: absolute;
  width: 0.9em;
  height: auto;
  aspect-ratio: 8 / 5;
  transform: skewX(-21deg);
  background: #333;
  left: 0;
  top: 0.3em;
}

.report p {
  font-size: 16px;
  margin: 16px auto;
}

.report p > img {
  font-size: 16px;
  margin: 16px auto;
}

.report p:has(> img.float_L) {
  max-width: 768px;
}

.report p > img.float_L {
  float: left;
  width: 30%;
  margin: 0 1.25em 0.25em 0;
}

.report p b {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
}
.report p strong {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: bold;
  color: #c00;
}

.report figure {
  margin: 24px auto;
  text-align: center;
}
.report figure img {
  width: 98%;
  max-width: 768px;
  display: block;
  margin: 0 auto;
}
.report figure figcaption {
  font-size: 14px;
  margin-top: 0.5em;
  line-height: 1.2;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-weight: 300;
}
.report figure figcaption:empty {
  display: none;
}

@media screen and (max-width: 768px) {
  .report {
    padding: 50px 3%;
  }
  .report figure img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
}
