@charset "UTF-8";
.grandprix .higher_order ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.66rem 0.5rem;
  margin: 3rem auto;
}
.grandprix .higher_order ul li {
  position: relative;
  width: calc(33.33% - 0.5rem);
  background: #fff;
  border: solid 1px #cce1e1;
  box-shadow: 0.25rem 0.25rem 0 #cce1e1;
}
.grandprix .higher_order ul li::before {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 2.4rem;
  height: 3.33rem;
  content: "";
  background: no-repeat center/contain;
}
.grandprix .higher_order ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.33rem;
  height: 1.33rem;
  content: "";
  background: #fff no-repeat center/1rem;
}
.grandprix .higher_order ul li:nth-of-type(1)::before {
  background-image: url("../img/label/prize_best_01.webp");
}
.grandprix .higher_order ul li:nth-of-type(2)::before {
  background-image: url("../img/label/prize_best_02.webp");
}
.grandprix .higher_order ul li:nth-of-type(3)::before {
  background-image: url("../img/label/prize_best_03.webp");
}
.grandprix .higher_order ul li.good::after {
  background-image: url("../img/icon/condition_good.webp");
}
.grandprix .higher_order ul li.natural::after {
  background-image: url("../img/icon/condition_natural.webp");
}
.grandprix .higher_order ul li.bad::after {
  background-image: url("../img/icon/condition_bad.webp");
}
.grandprix .higher_order ul li figure figcaption {
  padding: 0.1rem 0.5rem;
  color: #208d9c;
}
.grandprix .higher_order ul li a {
  display: block;
  height: 3.5rem;
  padding: 0 0.5rem;
  line-height: 1.2;
}
.grandprix .higher_order ul li a::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.grandprix .higher_order ul li a span {
  display: block;
  margin: 0.2rem auto;
  font-size: 0.8rem;
  color: #208d9c;
}
.grandprix .higher_order ul li dl {
  padding: 0 0.5rem;
}
.grandprix .higher_order ul li dl dt {
  margin: 0.5rem 0;
}
.grandprix .higher_order ul li dl dt span {
  display: table;
  margin: 0.25rem 0;
}
.grandprix .higher_order ul li dl dt span:nth-of-type(1) {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  background: #208d9c;
}
.grandprix .higher_order ul li dl dt span:nth-of-type(2) {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  color: #208d9c;
  border: solid 1px #208d9c;
}
.grandprix .higher_order ul li dl dd {
  margin-bottom: 0.5rem;
  color: #208d9c;
}
.grandprix .higher_order ul li dl dd span {
  display: block;
  font-weight: 500;
  color: #ff0817;
  white-space: nowrap;
}
.grandprix .higher_order ul li dl dd span em {
  margin-left: 0.2rem;
  font-size: 0.8rem;
  color: #ff0817;
}
.grandprix .lower_order > p {
  margin: 1rem auto;
}
.grandprix .lower_order table {
  max-width: 23rem;
  margin: 0 auto;
}
.grandprix .lower_order table tbody tr.condition td {
  padding: 0.5rem 0.4rem;
}
.grandprix .lower_order table tbody tr.condition td span {
  position: relative;
  display: block;
  width: 1.5rem;
  color: #fff;
  text-align: center;
  background: #de8430;
}
.grandprix .lower_order table tbody tr.condition td span::after {
  position: absolute;
  top: 0.3rem;
  right: -1.2rem;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat center/contain;
}
.grandprix .lower_order table tbody tr:nth-of-type(n+9).condition td span {
  background: #49a6db;
}
.grandprix .lower_order table tbody tr.good td span::after {
  background-image: url("../img/icon/condition_good.webp");
}
.grandprix .lower_order table tbody tr.natural td span::after {
  background-image: url("../img/icon/condition_natural.webp");
}
.grandprix .lower_order table tbody tr.bad td span::after {
  background-image: url("../img/icon/condition_bad.webp");
}
.grandprix .lower_order table tbody tr td {
  padding: 0.5rem;
}
.grandprix .lower_order table tbody tr td:last-child {
  text-align: right;
}
.grandprix .lower_order .ranking_toggle {
  margin: 1rem auto;
}
.grandprix .lower_order .ranking_toggle summary {
  position: relative;
  padding: 1rem;
  margin: 1rem auto;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #208d9c;
  border-radius: 0.3rem;
}
.grandprix .lower_order .ranking_toggle summary::marker {
  font-size: 0;
}
.grandprix .lower_order .ranking_toggle summary::after {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 1rem;
  height: 100%;
  content: "";
  background: url("../img/icon/more_wh.webp") no-repeat center/contain;
  transform: rotate(90deg);
}
.grandprix .lower_order .ranking_toggle[open] summary::after {
  transform: rotate(-90deg);
}
.grandprix .lower_order .ranking_toggle table .condition td span {
  background: #49a6db;
}
.grandprix .higher_order_ex section {
  margin: 2rem auto;
}
.grandprix .higher_order_ex section h4 span {
  display: inline-flex;
  gap: 0.3rem;
  align-items: center;
  margin-right: 1.5rem;
}
.grandprix .higher_order_ex section h4 span::after {
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  content: "";
  background: no-repeat center/contain;
}
.grandprix .higher_order_ex section.good h4 span::after {
  background-image: url("../img/icon/condition_good.webp");
}
.grandprix .higher_order_ex section.natural h4 span::after {
  background-image: url("../img/icon/condition_natural.webp");
}
.grandprix .higher_order_ex section.bad h4 span::after {
  background-image: url("../img/icon/condition_bad.webp");
}
.grandprix .higher_order_ex section .profile_table {
  margin: 1rem auto;
}
.grandprix .higher_order_ex section .link {
  height: -moz-fit-content;
  height: fit-content;
}
.grandprix .higher_order_ex section .link::before {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../img/icon/helmet.webp");
}
.grandprix p strong {
  font-weight: normal;
  background: linear-gradient(to bottom, transparent 70%, #2ee7e8 0);
}
.grandprix p em {
  display: inline-block;
  font-weight: bold;
  color: #ff8124;
}

@media (min-width: 768px) {
  .grandprix .higher_order ul li {
    width: calc(16.66% - 0.45rem);
  }
  .grandprix .higher_order_ex section {
    display: grid;
    grid-template-areas: "title  title" "photo  profile" "desc   profile" "link   profile";
    grid-template-columns: 1fr 1fr; /* 左:画像 右:プロフィール */
  }
  .grandprix .higher_order_ex section h4 {
    grid-area: title;
  }
  .grandprix .higher_order_ex section picture {
    grid-area: photo;
  }
  .grandprix .higher_order_ex section .profile_table {
    grid-area: profile;
    margin: 0 0 0 1rem;
  }
  .grandprix .higher_order_ex section p {
    grid-area: desc;
    margin: 1rem auto;
  }
  .grandprix .higher_order_ex section a {
    grid-area: link;
    justify-self: start;
    width: 100%;
  }
}/*# sourceMappingURL=grandprix.css.map */