.today dt h3 {
  font-size: 1rem;
  border: none;
  margin: 0;
  padding: 0;
  position: static;
  display: flex;
  justify-content: space-between;
}
.today dt h3::after {
  content: none;
}
.today summary {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1em;
}
.today summary::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-color: #f3a339;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  /* vertical-align: baseline; */
  /* margin-right: 0.25em; */
  position: absolute;
  left: 0;
  top: auto;
}
.today summary::marker {
  display: none;
}
.today details:open > summary::before {
  transform: rotate(90deg);
}
.today_ranking {
  max-width: 700px;
  margin-left: auto;
  padding-top: 5rem;
  margin-top: -4rem;
}
.today_ranking > div > label {
  display: block;
  text-align: center;
  line-height: 2;
}
.today_ranking_list > div {
  background-color: #fff;
  border-bottom: 1px #ccc solid;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
}
.today_ranking_list > div > dt {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}
.today_ranking_list > div > dt > i {
  display: flex;
  width: 2em;
  font-style: normal;
  background-color: #f0f0f0;
  align-items: center;
  justify-content: center;
  font-size: 90%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.today_ranking_list > div > dt figure {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.today_ranking_list > div > dt figure > a img {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  border: 1px #ccc solid;
}
.today_ranking_list > div > dt figure + div {
  position: relative;
  flex: 1;
  background: url("../img/icon/stadium_link.webp") no-repeat center right 0.5rem / auto 1rem;
}
.today_ranking_list > div > dt figure + div ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-start;
}
.today_ranking_list > div > dt figure + div dd details summary {
  justify-content: space-between;
}
.today_ranking_list > div > dd {
  margin-top: 0.5rem;
}
.today_ranking_list > div > dd details {
  background-color: #f0f0f0;
  padding: 0 0.5rem;
}
.today_ranking_list > div > dd details summary {
  justify-content: space-between;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  margin-top: 0.2rem;
}
@media (min-width: 768px) {
  .today_ranking_list > div > dd {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    align-items: flex-start;
  }
  .today_ranking_list > div > dd details {
    width: 48%;
  }
}
.today_ranking_list .today_ranking_result {
  border-top: 4px #ccc double;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.today_ranking_more {
  border-radius: 2rem;
  line-height: 2;
  color: #f3a339;
  border: 1px #f3a339 solid;
  width: 10rem;
  margin: 0.5rem auto;
  background-color: #fff;
  text-align: center;
}
.today_race {
  max-width: 700px;
  margin: 1rem 0 1rem auto;
}
.today_race_list {
  background-color: #fff;
}
.today_race_list > details > summary {
  line-height: 2.5;
  border-bottom: 1px #ccc solid;
  padding-left: 1.5em;
}
.today_race_list > details > summary::before {
  left: 0.5rem;
}
.today_race_list > details > div {
  padding-left: 1rem;
}
.today_race_list > details > div details > summary {
  display: flex;
  line-height: 2.5;
  border-bottom: 1px #ccc dotted;
  justify-content: space-between;
  padding-right: 1rem;
}
.today_race_list > details > div details > dl > div {
  border-left: 0.25rem #f3a339 solid;
  padding: 0.5rem;
}
.today_race_list > details > div details > dl > div > dt {
  display: flex;
  align-items: stretch;
}
.today_race_list > details > div details > dl > div > dt > figure {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.today_race_list > details > div details > dl > div > dt > figure img {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
.today_race_list > details > div details > dl > div > dt > div {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  background: url("../img/icon/stadium_link.webp") no-repeat center right 0.5rem / auto 1rem;
}
.today_race_list > details > div details > dl > div > dd {
  background-color: #f0f0f0;
  padding: 0.5rem;
}
.today_race_list > details > div details > dl > div > dd > div {
  text-align: right;
}
@media (min-width: 768px) {
  .today_race_list {
    display: flex;
    flex-wrap: wrap;
  }
  .today_race_list > details {
    width: 50%;
  }
}
