#contents article h2 {
  display: block;
  position: relative;
  margin: 50px auto 95px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#contents article > img {
  margin: 1em auto;
  max-width: 1080px;
  display: block;
  width: 100%;
}

#contents article h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 70px;
  height: 3px;
  background: #cb0001;
  transform: translateX(-50%);
}

#contents article h3 {
  margin: 40px auto 20px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  padding: 0 0 14px 40px;
  border-bottom: 3px solid #000;
  position: relative;
}

#contents article h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - (14px / 2) - (11px / 2));
  width: 25px;
  height: 11px;
  background-color: #c00;
}

#contents article p {
  line-height: 1.3;
}

#contents article small {
  font-size: 75%;
}

#contents article > p + p {
  margin-top: 1.5em;
}

#contents article .present {
  border: 5px solid #c00;
  max-width: 700px;
  margin: 60px auto 0;
  padding: 0 1em 1em;
  width: fit-content;
}

#contents article .present h3 {
  text-align: center;
  width: calc(100% - 100px);
  transform: translateY(-50%);
  border: unset;
  box-shadow: 5px 0 #fff, -5px 0 #fff;
  margin: 0 auto;
  background: #c00;
  padding: 0.75em;
  font-size: clamp(13px, 4.25vw, 22px);
  min-width: 17.75em;
  color: #fff;
}

#contents article .present h3::before {
  content: unset;
}

#contents article .present > div {
  display: flex;
  gap: 1em 2em;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#contents article .present > div + div {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 2px dashed #c008;
}

#contents article .present > p {
  line-height: 0.9;
  width: fit-content;
  margin: 1em auto -0.75em auto;
  text-indent: -0.87em;
}

#contents article .present > div figure {
  min-width: 250px;
  width: 250px;
  position: relative;
}

#contents article .present > div figure img {
  filter: drop-shadow(2px 3px 3px #0003);
}

#contents article .present > div figure figcaption {
  font-size: 0.85em;
  font-weight: 900;
  text-align: center;
  margin-top: 0.5em;
}

#contents article .present > div p {
  width: calc(100% - 295px);
  min-width: 300px;
}

#contents article .notable > p {
  font-size: clamp(18px, 6vw, 25px);
  font-weight: 900;
  text-align: center;
  margin-top: 60px;
  background: linear-gradient(to right top, #900 35%, #000 50%, #900 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 0px 0.015em #000);
}

#contents article .notable > div {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  background: #c00;
  background: linear-gradient(to right top, #111 100px, #f00);
  color: #fff;
  padding: 1em;
  flex-wrap: wrap;
  max-width: 670px;
  margin: 0 auto;
  box-shadow: 7px 7px 0em #600;
}

#contents article .notable > div figure {
  max-width: 200px;
}

#contents article .notable > div figure:nth-of-type(2) {
  order: 4;
  margin-top: -3em;
}

#contents article .notable > div span {
  width: calc(696px - 4em - 230px);
}

#contents article .notable > div span strong {
  display: block;
  margin-bottom: 0.75em;
  font-size: 1.15em;
  font-weight: 900;
}

#contents article .notable > div span strong b {
  display: inline-block;
  background: #0009;
  padding: 0.2em;
  margin-right: 0.5em;
}

@media screen and (max-width: 736px) {
  #contents article .present > div p {
    min-width: unset;
    width: fit-content;
  }

  #contents article .notable > div figure:nth-of-type(2) {
    order: unset;
    margin-top: 2em;
  }
}
