<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.p-race__detail__heading::before, .p-race__detail__heading::after {
  background-image: url("../../img/subheading-decoration02.svg");
  aspect-ratio: 18/33;
  width: 1rem;
}
.p-race__detail__heading .c-sub-heading__text {
  font-weight: 700;
  background-color: #014BB5;
  font-size: 1.6rem;
}

.p-race__detail__heading__emphasis {
  font-weight: 900;
  font-size: 1.1875em;
}

.p-race__detail__button {
  width: 100%;
  height: 5.6rem;
  margin-top: 1.2rem;
  padding-bottom: 0.3rem;
}
.p-race__detail__button::before {
  content: "?";
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 900;
  aspect-ratio: 1/1;
  background: #FFF;
  color: var(--colorText2);
  border-radius: 50%;
  margin-right: 0.4rem;
  padding-bottom: 0.1rem;
  box-shadow: 0px 0.1rem 0.1rem #1D245B;
  letter-spacing: 0;
}

.p-race__detail__button__text {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0.1rem 0.1rem #1D245B;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-race__detail__table {
  background: #fff;
  /* ----------------------------------------------------------------------------- */
  /*--レースのグレードアイコン*/
  /* ----------------------------------------------------------------------------- */
}
.p-race__detail__table .Contents_Box {
  margin-bottom: 0px;
}
.p-race__detail__table .Table_Container {
  margin-bottom: 0px;
}
.p-race__detail__table .Speed_Contents_Wrap {
  margin-top: 6rem;
  margin-bottom: 8rem;
}
.p-race__detail__table .Table_Container .RaceCommon_Table.SpeedIndex th {
  vertical-align: middle;
}
.p-race__detail__table .RaceCommon_Table tr th,
.p-race__detail__table .RaceCommon_Table tr td,
.p-race__detail__table .RaceCommon_Table tr td.List {
  padding-left: 0;
  padding-right: 0;
}
.p-race__detail__table .RaceCommon_Table a {
  color: #03a;
}
.p-race__detail__table .RaceCommon_Table .avatar {
  width: 5.5rem;
}
.p-race__detail__table .RaceCommon_Table .avatar a {
  position: relative;
  width: 3.6rem;
  margin: auto;
  height: 11rem;
  text-align: center;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 1px 1px 1px rgba(146, 151, 165, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.p-race__detail__table .RaceCommon_Table .avatar a.text {
  align-items: center;
}
.p-race__detail__table .RaceCommon_Table .avatar a span {
  display: inline-block;
}
.p-race__detail__table .RaceCommon_Table.SpeedIndex .avatar a img {
  margin-bottom: 0.3rem;
  border-radius: 50%;
  width: 3.3rem;
  height: 3.3rem;
  align-self: flex-end;
}
.p-race__detail__table table.RaceCommon_Table tr.Cancel {
  background-color: #dee0e5;
}
.p-race__detail__table table.RaceCommon_Table tr.Cancel td {
  border: 1px solid #c8cad0;
}
.p-race__detail__table .slide_guide {
  position: absolute;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 45px;
  border: 1px solid #848484;
  padding-left: 6rem;
  padding-right: 2rem;
  font-weight: bold;
  color: #3a3a3a;
  top: 28.5rem;
  left: 15%;
}
.p-race__detail__table .slide_guide img {
  position: absolute;
  width: 2.8rem;
  height: 3.5rem;
  top: 0.4rem;
  left: 19.4rem;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-name: swing;
}
@keyframes swing {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-168px);
  }
  100% {
    transform: translateX(0px);
  }
}
.p-race__detail__table .slide_guide:after {
  position: relative;
  top: 0.2rem;
  display: inline-block;
  content: "";
  background-image: url("../img/saga/slide_arrow.png");
  background-repeat: no-repeat;
  background-size: 1.8rem 1.5rem;
  width: 1.8rem;
  height: 1.5rem;
}
.p-race__detail__table #now {
  position: relative;
  text-align: center;
  padding: 1rem;
  max-width: 100rem;
  margin: 4rem auto 5rem;
}
.p-race__detail__table #now:after {
  display: block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: rotate(-45deg);
  right: 4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-race__detail__table #now .alert {
  color: #fff;
  display: block;
  font-weight: 700;
  background-color: #de8a26;
  border: 0.2rem solid #de8a26;
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: bold;
}
.p-race__detail__table .RaceList_Main_Box .RaceList_Item02 dl .Race_Name .Icon_GradeType {
  vertical-align: initial;
  margin-top: 0.4rem;
  border-radius: initial;
}
.p-race__detail__table .RaceList_NameBox .RaceList_Item02 dl .Race_Name .Icon_GradeType {
  margin-top: initial;
  border-radius: initial;
}
.p-race__detail__table .CommonPager ul li a {
  width: auto;
}
.p-race__detail__table .CommonPager ul li:last-child a span.Prev,
.p-race__detail__table .CommonPager ul li:last-child a span.Next {
  text-indent: 100%;
}
.p-race__detail__table .CommonPager ul li:first-child a span.Prev:before,
.p-race__detail__table .CommonPager ul li:last-child a span.Next:after {
  content: none;
}
.p-race__detail__table .CommonPager ul li:first-child a span.Prev,
.p-race__detail__table .CommonPager ul li:last-child a span.Next {
  text-indent: 100%;
  border-radius: none;
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
}
.p-race__detail__table .CommonPager ul li:first-child a span.Prev:before {
  background: none;
}
.p-race__detail__table .NewsBacknumberList ul li:nth-of-type(n + 2) .NewsTitle:after,
.p-race__detail__table .NewsBacknumberList ul li .NewsTitle:after {
  content: none;
  background: none;
}
.p-race__detail__table .NewsBacknumberList &gt; h2:after {
  content: none;
}
.p-race__detail__table .l-mainvisual a,
.p-race__detail__table .swiper-slide a {
  display: block;
}
.p-race__detail__table .RaceChangeMenu_Group {
  width: 180px;
}
.p-race__detail__table .RaceDayWrap_Inner, .p-race__detail__table .RaceTopRaceMenuWrap, .p-race__detail__table .RaceDayWrap {
  background-color: white;
}
.p-race__detail__table .RaceDayWrap {
  padding: 1.5rem 1rem;
}
.p-race__detail__table .RaceDayWrap_Inner {
  font-size: 2.2rem;
}
.p-race__detail__table .RaceInformation_Wrap {
  margin: 0;
}
.p-race__detail__table .RaceInformation_Item {
  font-size: 1.1rem;
}
.p-race__detail__table .Tab_RaceDaySelect ul li a, .p-race__detail__table .Tab_RaceDaySelect ul li span.No_Link {
  padding-block: 1.4rem;
}
.p-race__detail__table .RaceDayPrev a, .p-race__detail__table .RaceDayPrev span, .p-race__detail__table .RaceDayNext a, .p-race__detail__table .RaceDayNext span {
  padding: 1.4rem;
}
.p-race__detail__table .RaceDayPrev a:after, .p-race__detail__table .RaceDayPrev span:after, .p-race__detail__table .RaceDayNext a:after, .p-race__detail__table .RaceDayNext span:after {
  width: 2rem;
  height: 2rem;
}
.p-race__detail__table .RaceNumLink .Prev_Race:before, .p-race__detail__table .RaceNumLink .Next_Race:before {
  content: none;
}
.p-race__detail__table .RaceNumLink li &gt; a, .p-race__detail__table .RaceChangeMenu_Group &gt; div {
  font-size: 1.296rem;
  line-height: 3.4rem;
}
.p-race__detail__table .Race_Detail_Info_Btn, .p-race__detail__table .RaceList_NameBox .RaceList_Item01 .Race_Num {
  padding: 0;
}
.p-race__detail__table ul.DayChange_List li:first-child a, .p-race__detail__table .CourseChange_List li:first-child a,
.p-race__detail__table ul.DayChange_List li a, .p-race__detail__table ul.CourseChange_List li a {
  font-size: 1.296rem;
  padding: 0 0 0 0.8rem;
  width: auto;
  background: none;
}
.p-race__detail__table .RaceList_Main_Box .RaceList_Item01 .Race_Num {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
}
.p-race__detail__table .Race_Num span {
  font-size: 1.584rem;
  font-weight: bold;
}
.p-race__detail__table .RaceList_Main_Box .RaceList_Item02 dl .Race_Name {
  white-space: initial;
  color: black;
  line-height: 1.8rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-race__detail__table .RaceList_Main_Box .RaceList_Item02 dl .Race_Data {
  color: black;
  font-size: 1.4rem;
  padding-top: 0.3rem;
  letter-spacing: 0.1rem;
}
.p-race__detail__table .RaceList_NameBox .Icon_ArrowB, .p-race__detail__table .RaceList_NameBox .Icon_ArrowT {
  transform: none;
}
.p-race__detail__table .RaceList_NameBox .RaceList_Item02 dl .Race_Name {
  white-space: initial;
  font-size: 2rem;
}
.p-race__detail__table .CourseRecord {
  border: none;
}
.p-race__detail__table .RaceOdds_Menu01 {
  padding: 0;
}
.p-race__detail__table .RaceOdds_Menu01:after {
  content: none;
}
.p-race__detail__table .Table_Container {
  margin: 0;
}
.p-race__detail__table .Table_Container * {
  font-weight: bold;
}
.p-race__detail__table .Table_Container .List * {
  font-size: 1.494rem;
}
.p-race__detail__table .Table_Container .RaceCommon_Table {
  font-size: 2rem;
}
.p-race__detail__table table.SpeedIndex * {
  font-weight: bold;
}
.p-race__detail__table table.SpeedIndex tr.List td {
  font-size: 1.494rem;
  font-weight: bold;
  color: #555;
  height: 3.2rem;
  padding: 0.4rem 0.4rem;
}
.p-race__detail__table table.SpeedIndex .Header th {
  color: #555;
  font-weight: bold;
}
.p-race__detail__table table.SpeedIndex .Waku {
  width: 3.2rem;
}
.p-race__detail__table #Speed_List &gt; p {
  display: none !important;
}
.p-race__detail__table #Speed_List:after {
  white-space: pre;
  content: "※予想印は当日昼までに随時更新されます。\a※うまかつ.net予想とは印が異なる場合があります。\a※本サイトにおける予想（印）の評価順は、◎○▲△☆☆となります";
  display: block;
  font-size: 1.16662rem;
  color: #666;
  padding-top: 1rem;
  font-weight: bold;
  line-height: 2.1662rem;
}

.p-race__predictor {
      margin-top: 7rem;
  /* background-color: rgba(243,250,255,0.87); */
}
.p-race__predictor__howto {
  box-shadow: 0.2rem 0.2rem 0px 0px var(--colorBg5);
  margin-top: 1.6rem;
}

.p-race__predictor__sub-heading {
  margin-block: 2rem 1.6rem;
}

.p-race__predictor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.p-race__predictor__panel {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  /* background: linear-gradient(180deg, #5AB7FF 0%, #0071C8 100%); */
  background-color: #1B5E92;
  box-shadow: 0.4rem 0.4rem 1rem 0 rgba(29, 67, 88, 0.3);
  padding: 0.4rem 0.4rem 0.9rem;
  position: relative;
}
.p-race__predictor__panel::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  aspect-ratio: 100/3.24;
  width: 10rem;
  background: url("../../img/panel-border.svg") no-repeat center center/100% auto;
  /* mix-blend-mode: overlay; */
}

.p-race__predictor__panel__image {
  margin-bottom: 0.6rem;
  aspect-ratio: 1/1;
}
.p-race__predictor__panel__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-race__predictor__panel__name {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 0.5rem #0127A3;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-race__predictor__panel__kana {
  color: #00D9FF;
  font-family: Audiowide;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  /* opacity: 0.6; */
  /* mix-blend-mode: overlay; */
  margin-top: 0.6rem;
}

.p-race__predictor-modal .c-modal__content {
  padding-block: 1.6rem 3rem;
}
.p-race__predictor-modal .c-modal__content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  aspect-ratio: 100/3.24;
  width: 30.9rem;
  background: url("../../img/panel-border2.svg") no-repeat center center/100% auto;
}
.p-race__predictor-modal__profile:not(.is-active) {
  display: none;
}

.p-race__predictor-modal__image {
  width: 22rem;
  margin: 0 auto 1rem;
}

.p-race__predictor-modal__linkarea {
  height: auto;
  text-align: center;
  padding: 1rem;
}

.p-race__predictor-modal__link {
  display: inline-block;
  background-color: white;
  bottom: 0;
  left: 50%;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #014bb5;
  font-size: 2rem;
  font-weight: 600;
  border: #014bb5 solid 1px;
  width: 22rem;
}

.p-race__predictor-modal__name {
  color: var(--colorText2);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.p-race__predictor-modal__kana {
  color: var(--colorText2);
  font-family: var(--fontEn1);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-top: 0.4rem;
}

.p-race__predictor-modal__description {
  width: 26.7rem;
  margin: 1rem auto 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.p-race__predictor-modal__button {
  width: 22rem;
  height: 3.6rem;
  margin-inline: auto;
  margin-block: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
  position: relative;
}
.p-race__predictor-modal__button::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  rotate: 45deg;
  width: 0.7rem;
  border: 2px solid #FFF;
  border-bottom: none;
  border-left: none;
  top: 50%;
  right: 1.3rem;
  translate: -50% -50%;
}

.p-race__betting-modal .c-modal__content {
  padding: 0.8rem 0.8rem 2.8rem;
}

.p-race__betting-modal__heading {
  background: #0071C8;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0.2rem 0.2rem #1D245B;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-block: 1.1rem;
  margin-bottom: 1.8rem;
}

.p-race__betting-modal__description {
  color: var(--colorText2);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.6rem;
}

.p-race__betting-modal__image {
  display: block;
}

@media (min-width: 769px) {
  .p-race {
    padding-top: 6.2rem;
    background: none;
    box-shadow: none;
    padding-inline: 0;
  }
  .p-race__predictor{
    background-color: rgba(243, 250, 255, 0.87);
    padding-inline:var(--sidePaddingPc1);
  }
  .p-race__predictor .c-section-heading {
    width: calc(100% + var(--sidePaddingPc1) * 2);
    margin-inline:calc(var(--sidePaddingPc1) * -1);
  }
  .p-race__detail__heading::before, .p-race__detail__heading::after {
    width: 1.8rem;
  }
  .p-race__detail__heading .c-sub-heading__text {
    font-size: 3rem;
  }
  .p-race__detail__heading__emphasis {
    font-size: 1.2em;
  }
  .p-race__detail__button {
    max-width: 63.8rem;
    margin-inline: auto;
    margin-top: 2rem;
    height: 8rem;
  }
  .p-race__detail__button::before {
    width: 2.8rem;
    font-size: 2.2rem;
    padding-bottom: 0.2rem;
    margin-right: 0.6rem;
    margin-top: 0.1rem;
  }
  .p-race__detail__button__text {
    font-size: 2.8rem;
  }
  .p-race__detail__content {
    margin-top: 11.4rem;
    background: rgba(243, 250, 255, 0.87);
  }
  .p-race__detail__table {
    border: 1px solid #999;
  }
  .p-race__predictor {
    margin-top: 0;
    padding-bottom: 9.2rem;
  }
  .p-race__predictor__howto {
    max-width: 84.8rem;
    margin-top: 3.2rem;
    margin-bottom: -1.2rem;
    margin-inline: auto;
  }
  .p-race__predictor__sub-heading {
    margin-block: 5.1rem 2rem;
  }
  .p-race__predictor__list {
    gap: 2rem;
    max-width: 80.2rem;
    margin-inline: auto;
  }
  .p-race__predictor__panel {
    padding: 0.8rem 0.8rem 1.1rem;
  }
  .p-race__predictor__panel::after {
    width: calc(100% - 2.6rem);
    bottom: 0.8rem;
  }
  .p-race__predictor__panel__image {
    margin-bottom: 1rem;
  }
  .p-race__predictor__panel__name {
    font-size: 2rem;
    padding-inline: 0.54rem;
  }
  .p-race__predictor__panel__kana {
    font-size: 1.6rem;
    padding-inline: 0.54rem;
    margin-top: 1rem;
  }
  .p-race__predictor-modal .c-modal__content {
    padding: 1.6rem 1.6rem 4.3rem;
    max-width: 63.7rem;
    width: calc(100vw - 12.8rem);
  }
  .p-race__predictor-modal .c-modal__content::after {
    width: calc(100% - 3.2rem);
    bottom: 1.6rem;
    aspect-ratio: 605/11.23;
    background-image: url("../../img/panel-border2_long.svg");
  }
  .p-race__predictor-modal__profile {
    display: flex;
    gap: 1.6rem;
  }
  .p-race__predictor-modal__image {
    margin: 0;
    width: 29.4rem;
  }
  .p-race__predictor-modal__text {
    flex: 1 1;
    margin-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .p-race__predictor-modal__name {
    font-size: 2.8rem;
  }
  .p-race__predictor-modal__kana {
    font-size: 1.4rem;
  }
  .p-race__predictor-modal__description {
    font-size: 1.4rem;
    width: 24.5rem;
  }
  .p-race__predictor-modal__button {
    font-size: 1.5rem;
    width: 20.5rem;
    height: 4rem;
    margin-block: 1.6rem;
  }
  .p-race__predictor-modal__button::after {
    border-width: 1px;
  }
  .p-race__betting-modal .c-modal__content {
    padding: 3.2rem 4rem 2.8rem;
    max-width: 84rem;
    width: calc(100vw - 12.8rem);
  }
  .p-race__betting-modal__heading {
    font-size: clamp(0px,calc(2.0703933747vw * 1),2rem);
    line-height: 1.6;
    padding: 1.2rem 3.2rem;
    margin-bottom: 3rem;
  }
  .p-race__betting-modal__description {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: clamp(-0.9rem,calc(-0.9316770186vw * 1),0px);
  }
}

@media (max-width: 768px) {
  .p-race__detail__content {
    margin-inline: calc(50% - 50vw);
     margin-top: 7.6rem;
  }
  .p-race__betting-modal__image {
    width: 30rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-race__detail__table .Speed_Contents_Wrap {
    margin-top: 3.3rem;
    margin-bottom: 4rem;
  }
  .p-race__detail__table .RaceCommon_Table.SpeedIndex .avatar a img {
    margin-bottom: 0.5rem;
    border-radius: 50%;
    width: 2.9rem;
    height: 2.9rem;
    align-self: flex-end;
  }
  .p-race__detail__table .RaceList_NameBox .RaceList_Item02 dl .Race_Name {
    padding: 0 0.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-race__detail__table .slide_guide {
    display: none !important;
  }
  .p-race__detail__table #now {
    text-align: center;
    padding: 1rem;
    max-width: 100rem;
    margin: 4rem auto 5rem;
  }
  .p-race__detail__table #now .alert {
    font-size: 1.2rem;
  }
}
</pre></body></html>