<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --spDesign: 750;
  --spViewport: 750;
  --breakPointSpMin: 374px;
  --breakPointSp: 768px;
  --breakPointWide: 769px;
  --widthDefault: 1000rem;
  --widthMax: 1440rem;
  --widthMin: 1000rem;
  --sidePaddingSp1:16rem;
  --sidePaddingPc1:50rem;
  --fontBase: "Noto Sans JP", sans-serif;
  --fontMincho: "Noto Serif JP", serif;
  --colorBg1: #020221;
  --colorBg2: #66061a;
  --colorBg3: #030517;
  --colorBg4: #1c1c38;
  --colorText1: #FFFFFF;
  --colorText2: #111111;
  --colorBorder1: #24b5d4;
  --colorBorder2: #2173aa;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  scroll-behavior: smooth;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  font-family: var(--fontBase);
  width: 100%;
  font-size: calc(100vw / var(--spViewport));
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 26rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.04em;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  color: var(--colorText1);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  position: relative;
}

a {
  display: block;
  outline: none;
  color: var(--colorText1);
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
a[href^="tel:"] {
  color: inherit;
}

a:focus,
*:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
}

em {
  font-style: normal;
}

select, input, textarea, button {
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  color: inherit;
}

select, button {
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}

ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-inner {
  width: calc(100% - var(--sidePaddingSp1) * 2);
  margin-right: auto;
  margin-left: auto;
}

.c-section-heading {
  text-align: center;
}

.c-section-heading__ja {
  display: block;
  font-family: var(--fontMincho);
  font-size: 44rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 8rem rgba(0, 0, 0, 0.4);
}

.c-section-heading__en {
  display: block;
  margin-top: -12rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

.c-movie-frame {
  box-shadow: 0px 0px 26.1rem 3.9rem rgba(28, 134, 232, 0.3);
  border: 1px solid var(--colorBorder1);
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.c-movie-frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-basic-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360rem;
  height: 72rem;
  border: 1px solid var(--colorBorder1);
  border-radius: 999rem;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  position: relative;
}
.c-basic-button--close::before {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  border: solid var(--colorBorder1);
  border-width: 1px 0 0 1px;
  transform: rotate(45deg);
  position: absolute;
  left: 32rem;
  top: calc(50% - 4rem);
}

.c-basic-button__text {
  font-size: 22rem;
}

.l-main {
  margin-bottom: auto;
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/header_bg_sp.jpg") no-repeat center center/cover;
  height: 130rem;
}

.l-header__logo {
  width: 474rem;
}

.l-gnavi__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.l-gnavi__item {
  background: #17172e;
  width: 50%;
  height: 100rem;
  border: solid var(--colorBorder2);
  border-width: 1px 0 1px 0;
  position: relative;
}
.l-gnavi__item::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: var(--colorBorder2);
  position: absolute;
  right: 0;
  top: 0;
}
.l-gnavi__item--current::after {
  content: "";
  display: block;
  width: 98rem;
  aspect-ratio: 164/67;
  background: url("../img/gnavi_current.png") no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.l-gnavi__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 24rem;
}

.l-bottom-link {
  position: fixed;
  z-index: 90;
  bottom: 50rem;
  right: 0;
}

.l-bottom-link__inner {
  background: var(--colorBg2);
  border: 1px solid var(--colorBorder1);
  width: 180rem;
  height: 180rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: var(--sidePaddingSp1);
  box-shadow: 0px 0px 26.1rem 3.9rem rgba(28, 134, 232, 0.3);
  position: relative;
  padding: 10rem 0 0 0;
}
.l-bottom-link__inner::before {
  content: "";
  display: block;
  width: 13rem;
  height: 13rem;
  border: solid #FFF;
  border-width: 2rem 0 0 2rem;
  transform: rotate(45deg);
  position: absolute;
  top: 22rem;
  left: calc(50% - 6rem);
}

.l-bottom-link__text {
  font-family: var(--fontMincho);
  font-size: 26rem;
  text-align: center;
  line-height: 1.53;
  font-weight: 700;
  font-style: italic;
}

.l-footer {}


@media (min-width: 769px) {
  html {
    font-size: 1px;
  }
  body {
    font-size: 14rem;
  }
  a:hover {
    opacity: 0.7;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size: 16rem;
  }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    font-size: 16rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    font-size: 16rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 16rem;
  }
  .u-only-sp {
    display: none !important;
  }
  .c-inner {
    width: calc(100% - var(--sidePaddingPc1) * 2);
    max-width: var(--widthDefault);
  }
  .c-basic-button {
    width: 300rem;
    height: 60rem;
    border-width: 2px;
  }
  .c-basic-button--close::before {
    border-width: 2px 0 0 2px;
  }
  .c-basic-button__text {
    font-size: 18rem;
  }
  .l-header {
    height: 165rem;
    background: url("../img/header_bg_pc.jpg") var(--colorBg3) no-repeat center center/auto 100%;
  }
  .l-header__logo {
    width: 558rem;
  }
  .l-gnavi__menu {
    justify-content: center;
  }
  .l-gnavi__item {
    width: 25%;
    max-width: 250rem;
  }
  .l-gnavi__item::before {
    height: 44rem;
    bottom: 0;
    margin: auto;
  }
  .l-gnavi__item:last-child::before {
    content: none;
  }
  .l-gnavi__item--current::after {
    width: 82rem;
  }
  .l-gnavi__link {
    font-size: 18rem;
  }
  .l-bottom-link__inner {
    border-width: 2px;
    margin-right: var(--sidePaddingPc1);
  }
}

/* 川崎LP用レース一覧 */
.feature {
    display: none;
}
.Tab_RaceDaySelect ul li a {
    background: none;
    margin-bottom: 35rem;
    font-size: 24rem;
    color: white;
}
.RaceDayWrap_Inner {
    border: none;
}
.RaceDayPrev a:after,
.RaceDayPrev span:after,
.RaceDayNext a:after,
.RaceDayNext span:after {
    width: 26rem;
    height: 26rem;
    border-color: var(--colorBorder1);
}
.Tab_RaceDaySelect ul {
    box-shadow: none;
}
.RaceList {
    font-size: 112.5%;
    font-weight: bold;
}
.RaceList_Main_Box .RaceList_Item01 .Race_Num {
    line-height: 1
}
.RaceList_Main_Box .RaceList_Item01 .Race_Fixed {
    background: #ef5350 !important;
}



/* 新規追加 */

.l-main *{
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
.top-mv{
  background: url(../img/top/bg_01.jpg?1) no-repeat center top;
  text-align: center;
  background-size: auto 100%;
  padding: 10% 0 4%;
  aspect-ratio: 2/1;
}

.top-mv .main_ttl{
  width: 51.1vw;
}

.p-top-race{
  background: url(../img/top/bg_02.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 50px 0 70px;
}

.p-top-race h2.p-top-race__heading,
.p-data__article h2.p-top-race__heading{
  background: url(../img/top/ttl_1.png) no-repeat center top;
  background-size: auto 100%;
  padding: 87px 0 25px;
  font-size: clamp(22px, 5.7vw, 30px);
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.p-top-race .f_box,
.p-data__article .f_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top-race .f_box .txt,
.p-data__article .f_box .txt{
  width: 50%;
}
.p-top-race .f_box .img,
.p-data__article .f_box .img{
  width: 41.5%;
}
.p-top-race .f_box .txt p,
.p-data__article .f_box .txt p{
  text-align: center;
}
.p-top-race .f_box .txt p.date,
.p-data__article .f_box .txt p.date{
  font-size: clamp(20px, 5.3vw, 32px);
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 400;
}
.p-top-race .f_box .txt p.date em,
.p-data__article .f_box .txt p.date em{
  font-style: normal;
  font-size: 175%;
  font-family: "alternate-gothic-atf", sans-serif;
}
.p-top-race .f_box .txt p.date span,
.p-data__article .f_box .txt p.date span{
  font-family: "Noto Sans JP", sans-serif;
}
.p-top-race .f_box .txt p.ttl,
.p-data__article .f_box .txt p.ttl{
  position: relative;
  width: fit-content;
  font-size: clamp(26px, 6.7vw, 46px);
  margin: .5em auto 0;
  background-image: linear-gradient(0deg, rgba(216, 187, 99, 1), rgba(255, 255, 255, 1) 50%, rgba(216, 187, 99, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-shadow: 0 0 4px #000, 0 0 6px #000, 0 0 8px #000;
}
.p-top-race .f_box .txt p.ttl::after,
.p-data__article .f_box .txt p.ttl::after{
  position: absolute;
  display: block;
  content: 'かしわ記念';
  width: inherit;
  height: inherit;
  color: #fff;
  inset: 0;
  margin: auto;
  background-image: linear-gradient(0deg, rgba(216, 187, 99, 1), rgba(255, 255, 255, 1) 50%, rgba(216, 187, 99, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.p-top-race .f_box .txt p.race,
.p-data__article .f_box .txt p.race{
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: clamp(14px, 5.3vw, 22px);
  line-height: 1;
  margin-top: 40px;
}
.p-top-race .f_box .txt p.race span,
.p-data__article .f_box .txt p.race span{
  font-family: "alternate-gothic-atf", sans-serif;
  background-color: #058bf2;
  line-height: 1;
  padding: 2px 1em 1px;
  display: inline-block;
  margin-right: 1em;
}
.p-top-race .f_box .btn,
.p-data__article .f_box .btn{
  width: 31.5%;
}
.p-top-race .f_box+.f_box,
.p-data__article .f_box+.f_box{
  margin-top: 35px;
}
.p-top-race .f_box .btn a,
.p-data__article .f_box .btn a{
  background-color: #11a302;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: .5em;
  font-size: clamp(16px, 4.3vw, 22px);
  font-weight: bold;
}
.p-top-race .f_box .btn a img,
.p-data__article .f_box .btn a img{
  margin-right: 5px;
}
.p-top-schedule{
  background: #021a4a url(../img/top/bg_06.jpg) no-repeat center top;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding: 50px 0 70px;
}
.p-top-schedule h2.p-top-schedule__heading{
  background: url(../img/top/ttl_2.png) no-repeat center top;
  background-size: auto 100%;
  padding: 87px 0 25px;
  font-size: clamp(22px, 5.7vw, 30px);
  font-weight: 500;
  margin-bottom: 60px;
}
.p-top-schedule .box_1{
  background-color: rgba(1, 50, 104, .9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.p-top-schedule .box_1:nth-of-type(2n+2){
  background-color: rgba(2, 31, 64, .9);
}
.p-top-schedule .box_1 .date{
  width: 20%;
  font-size: clamp(24px, 6.3vw, 32px);
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 400;
}
.p-top-schedule .box_1 .date em{
  font-style: normal;
  font-size: 175%;
  font-family: "alternate-gothic-atf", sans-serif;
}
.p-top-schedule .box_1 .place{
  width: 50%;
}
.p-top-schedule .box_1 .place .ttl{
  font-size: clamp(20px, 5.3vw, 30px);
  text-align: left;
}
.p-top-schedule .box_1 .place .race{
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: clamp(18px, 4.7vw, 22px);
  text-align: left;
  margin-top: 20px;
}
.p-top-schedule .box_1 .place .race span{
  background-color: #f26905;
  line-height: 1;
  padding: .1em 1em .3em;
  display: inline-block;
  margin-right: 1em;
}
.p-top-schedule .box_1 .place .f_box{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.p-top-schedule .box_1 .place .f_box a{
  width: 32%;
  border: #fff solid 2px;
  padding: .5em;
  font-size: clamp(14px, 3.7vw, 18px);
  text-align: center;
}
.p-top-schedule .box_1 .img{
  width: 25%;
}

.l-footer{
  background: url(../img/top/bg_04.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 60px 0 0;
}
.l-footer h2.l-footer__heading{
  background: url(../img/top/ttl_3.png) no-repeat center top;
  background-size: auto 100%;
  padding: 87px 0 25px;
  font-size: clamp(22px, 5.7vw, 30px);
  font-weight: 500;
  margin-bottom: 20px;
}
.l-footer .f_box{
  display: flex;
  gap: 2%;
  margin-bottom: 55px;
}
.l-footer .f_box a{
  width: 32%;
}
.l-footer__copyright{
  padding: 55px 0;
  background-color: #011a49;
}

.p-data__article{
  background: #011a49 url(../img/bg_05.jpg) no-repeat center 10%;
  background-size: 100% auto;
  padding: 60px 0 70px;
}
.p-data__article__inner{
  margin-top: 90px;
}

.p-data__article__text-box{
  background-color: #fff;
  margin-bottom: 50px;
  padding: 40px;
}
.p-data__article__text-box &gt; *{
  color: #333;
}
h4.sec_box_subtitle{
  font-size: clamp(20px, 5.3vw, 30px);
  margin-bottom: 1em;
  font-weight: 600;
}
h5.sec_box_subtitle{
  font-size: clamp(20px, 5.3vw, 30px);
  margin: 2em 0 1em;
  font-weight: 500;
}
h5.sec_box_subtitle:first-child{
  margin-top: 0;
}
.p-data__article__text-box p{
  font-size: clamp(14px, 4.3vw, 18px);
  line-height: 1.6em;
}
.p-data__article__text-box p.lead{
  font-size: clamp(16px, 4.3vw, 20px);
  font-weight: 600;
}
.p-data__article__text-box .data-list_inner table.list01,
.p-data__article__text-box .data-list_inner table.list02{
  max-width: 920px;
  width: 100%;
  margin-bottom: 0;
}
.p-data__article__text-box .data-list_inner table.list01 td,
.p-data__article__text-box .data-list_inner table.list02 td{
  color: #333;
}
.p-data__article__text-box .writer{
  margin-top: 2em;
  font-size: 100%;
}
@media screen and (max-width:767px) {
  .top-mv{
    background: url(../img/top/bg_01_sp.jpg?101) no-repeat center top;
    text-align: center;
    background-size: cover;
    width: 100%;
    padding: 90% 0 5%;
  }
  .c-inner{
    padding: 0 4%;
  }
  .top-mv .main_ttl{
    width: 90vw;
  }
  .p-top-race h2.p-top-race__heading,
  .p-data__article h2.p-top-race__heading{
    padding: 3em 0 1em;
  }
  .p-top-race .f_box,
  .p-data__article .f_box{
    margin: 0 auto;
  }
  .p-top-race .f_box .txt,
  .p-top-race .f_box .img,
  .p-data__article .f_box .txt,
  .p-data__article .f_box .img{
    width: 45%;
  }
  .p-top-race .f_box .txt p.race,
  .p-data__article .f_box .txt p.race{
    margin-top: 15%;
  }
  .p-top-race .f_box .btn a,
  .p-data__article .f_box .btn a{
    flex-flow: column;
  }
  .p-top-race .f_box .btn a img,
  .p-data__article .f_box .btn a img{
    width: 40%;
    margin-bottom: 8px;
  }
  .p-top-schedule h2.p-top-schedule__heading{
    padding: 3em 0 1em;
  }
  .p-top-schedule .box_1{
    flex-flow: column;
    margin: 0 auto;
    padding: 20px;
  }
  .p-top-schedule .box_1 .date,
  .p-top-schedule .box_1 .place,
  .p-top-schedule .box_1 .img{
    width: 100%;
    text-align: left;
  }
  .p-top-schedule .box_1 .place,
  .p-top-schedule .box_1 .img{
    margin-top: 8%;
  }
  .p-top-schedule .box_1 .img img{
    width: 100%;
  }
  .l-footer h2.l-footer__heading{
    padding: 3em 0 1em;
  }
  .l-footer .f_box{
    width: 94%;
    margin: 0 auto 10%;
  }
  .p-data__article{
    background-size: 160% auto;
    background-position: center 5%;
  }
  .p-data__article__text-box{
    margin: 0 auto 10%;
    padding: 5%;
    color: #333;
  }
  .p-data__article__text-box .data-list_inner .table-scroll{
    margin-right: 0;
  }
}

 .inactive {
    background-color: #656565 !important;
    pointer-events: none;
}

.inactive02 {
    border: #656565 !important;
    background-color: #656565 !important;
    pointer-events: none;
}

@media (min-width: 769px) {
    a.inactive:hover {
        opacity: 1 !important;
    }
}

@media (min-width: 769px) {
    a.inactive02:hover {
    opacity: 1 !important;
    }
}

.data-list_inner .data-list_title {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.data-list_inner .data-list_title span {
    width: 56px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    font-size: 14px;
}
</pre></body></html>