@charset "UTF-8";

.raceinfo article {
}

.raceinfo section {
}

.raceinfo .pagetop {
}

.raceinfo .pagetop > div {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5em;
}

.raceinfo .pagetop h1 {
  line-height: 1.2;
  font-size: 2.4em;
  margin-right: 0.2rem;
}

.raceinfo .pagetop > div > dl dd {
  font-size: 1.6em;
  line-height: 1;
  display: flex;
  align-items: center;
}

.raceinfo .pagetop > div > dl dd span {
  font-size: 60%;
  display: block;
  background: #112c55;
  line-height: 1.4;
  font-family: "Roboto";
  color: #adf7f8;
  text-shadow: none;
  padding: 0 0.4em;
  margin-left: 0.2em;
}

.raceinfo .pagetop > dl {
  display: flex;
  text-align: left;
  align-items: center;
}

.raceinfo .pagetop > dl dt {
  padding-right: 0.5em;
  border-right: 1px #b4f1f3 solid;
  line-height: 1.4;
  display: flex;
}

.raceinfo .pagetop > dl dt::before {
  display: flex;
  align-items: center;
  width: 3em;
  border: 1px #c2eef2 solid;
  margin-right: 0.5em;
  justify-content: center;
}

.raceinfo .pagetop > dl dd {
  width: 5em;
  text-align: center;
}

.raceinfo .pagetop dt.grade-0::before {
  content: "一般";
}

.raceinfo .pagetop dt.grade-4::before {
  content: "SG";
}

.raceinfo .pagetop dt.grade-5::before {
  content: "PG";
}

.raceinfo .pagetop dt.grade-3::before {
  content: "G1";
}

.raceinfo .pagetop dt.grade-2::before {
  content: "G2";
}

.raceinfo .pagetop dt.grade-1::before {
  content: "G3";
}

.race_bet {
}

.race_bet h2 ~ div {
  padding: 0;
}

.race_bet nav {
  display: flex;
  justify-content: center;
}

.race_bet nav input {
  display: none;
}

.race_bet nav label {
  padding: 0.5em 1em;
  width: 33.3333%;
  text-align: center;
  border-bottom: 1px #666 solid;
}

.race_bet nav label::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f138";
  margin-right: 0.5em;
}

.race_bet nav label:last-of-type {
  border-right: none;
}

.race_bet nav input:checked + label {
  background-size: auto 0.5em;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 0.25em,
    rgba(255, 255, 255, 1) 0.25em,
    rgba(255, 255, 255, 1) 0.5em
  );
  background-position: left bottom;
}

.race_bet nav input:checked + label::before {
  display: none;
}

.race_bet ul {
  position: relative;
  padding: 0.5em;
}

.race_bet ul li {
  display: none;
}

.race_bet ul li.open {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.race_bet ul li dl {
  width: 50%;
  display: flex;
  padding: 0.5em;
  justify-content: flex-start;
  align-items: center;
}

.race_bet ul li dl dt {
  margin-right: 1em;
}

.race_bet ul li dl dd {
}

.race_data dl {
  display: flex;
  float: left;
  margin: 0.5em 0;
  width: 50%;
}

.race_reward {
}

.race_reward dl {
  position: relative;
  margin: 0.5em 0;
}

.race_reward dt {
}

.race_reward dd {
  display: table;
  width: 100%;
}

.race_reward dd > p {
  display: table-cell;
}

.race_reward_num {
  width: 6em;
}

.race_reward_odds {
  text-align: right;
}

.race_reward_ninki {
  text-align: center;
  width: 3em;
}

.race_table table {
  width: 100%;
  border-collapse: collapse;
}

.race_table th,
.race_table td {
  white-space: nowrap;
  text-align: center;
  min-height: 2em;
  border: 1px #666 solid;
  font-size: 90%;
}

.race_table thead {
  font-size: 90%;
}

.race_table td > * {
}

.race_table figure img {
  width: 2em;
  height: auto;
}

.race_table .num {
  width: 1em;
}

.race_table .photo {
  width: 2em;
}

.race_table .group-index {
  font-size: 80%;
}

.race_table nav {
  margin-bottom: 1em;
}

.race_table nav ul {
  display: flex;
  justify-content: space-between;
}

.race_table nav li {
  width: calc((100% - (0.25em * 7)) / 8);
}

.race_table nav li input {
  display: none;
}

.race_table nav li label {
  text-align: center;
  display: block;
  line-height: 1.2;
  padding: 0.2rem;
  font-size: 90%;
  border: 1px #fff solid;
  opacity: 0.3;
  position: relative;
}

.race_table nav li input:checked ~ label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75em 0.5em 0 0.5em;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -0.75em;
  left: 50%;
  margin-left: -0.5em;
}

.race_table nav li input:checked ~ label {
  opacity: 1;
}

.odds_nav {
  background-color: rgba(255, 255, 255, 0.2);
  margin: -1em -1em 0.5em;
}

.odds_nav > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.odds_nav > div > p {
  margin-right: 0.5em;
}

.odds_nav ul {
  margin: 0.2em 0;
}

.odds_nav ul li {
}

.odds_nav input {
  display: none;
}

.odds_nav label {
  display: block;
  line-height: 2;
  padding: 0 0.5em;
  float: left;
  margin-right: 0.2em;
  border-radius: 0.2em;
}

.odds_nav label::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f0c8";
  margin-right: 0.2em;
}

.odds_nav input:checked ~ label {
  background-color: #057db8;
}

.odds_nav input:checked ~ label::before {
  content: "\f14a";
}

.race_odds .odds_table {
  display: flex;
  flex-wrap: wrap;
}

.race_odds dl {
  display: flex;
  width: calc(50% - 0.5em);
  justify-content: space-between;
  padding: 0.5em 0;
  margin-right: 1em;
}

.race_odds dl.hide {
  display: none;
}

.race_odds dl:nth-of-type(even) {
  margin-right: 0;
}

.race_odds dl span[class*="boat-"]::before {
  margin-right: 0;
}

.race_odds dt {
}

.race_odds dd {
}

/*■■TAB■■■■■■■■■■■■■■■■■■■■■■■*/

@media (min-width: 768px) {
  .race_bet ul {
    padding: 0.5em 7.6em;
  }

  .race_bet nav label {
    padding-left: 6.5em;
    width: calc(100% / 3);
  }

  .race_odds dl {
    width: calc(100% / 3);
    justify-content: space-around;
    margin-right: 0;
  }

  .race_reward_head td:nth-child(3) {
    padding-left: 1.1em;
  }

  .race_reward_head td:nth-child(4) {
    text-align: center;
  }

  .race_table figure img {
    width: 3em;
  }

  #raceTable td {
    padding: 0.5em;
  }
} /*TABend*/

/*■■PC■■■■■■■■■■■■■■■■■■■■■■■*/
@media (min-width: 1280px) {
} /*■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
