@charset "UTF-8";

/* racelist
========================================*/

/* --- title --- */

.title {
  width: 100%;
  padding: 60px 0 40px;
  text-align: center;
}

.title h1 {
  position: relative;
  max-width: 800px;
  margin: 0 auto 20px;
  padding-bottom: 0.3em;
  text-align: center;
  font-size: 6rem;
  color: #fff;
  font-style: oblique;
  font-family: 'Noto Serif JP';
  font-weight: 600;
  letter-spacing: .08em;
}
.title h1::after {
  position: absolute;
  content: '';
  width: 80%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: radial-gradient(circle, #e8802b 0%, rgba(255,247,153,0) 100%);
}


/* --- main --- */

main {
  padding-bottom: 40px;
  background: linear-gradient(0deg, rgb(36 23 61) 0%, rgba(23,22,66,1) 100%);
}


/* --- section --- */

.section .section_inr h2 {
  font-size: 4rem;
  font-style: oblique;
  padding-top: 1.2em;
  text-align: center;
}

.section .section_inr h2.border {
  position: relative;
  padding-bottom: .48em;
}
.section .section_inr h2.border::after {
  position: absolute;
  content: '';
  width: 280px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff799;
}

.section .section_inr h3 {
  font-size: 2.8rem;
  padding-top: 1.2em;
  text-align: center;
}

.section .section_inr .lead {
  text-align-last: center;
}


/* --- table --- */

.sp_scroll {
  margin-bottom: 30px;
}

.sp_scroll.sp_scroll_conclusion {
  margin-bottom: 0;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  table-layout: fixed;
  background: #fff;
}

.table_pre {
  width: 1160px;
}

.table th {
  font-size: 1.4rem;
  padding: .8em 1em;
  color: #fff;
  background: #37194d;
}

.table td {
  padding: 1.3em 1em;
}

table tbody tr th:nth-child(1) {
  width: 130px;
}

table tbody tr th:nth-child(2) {
  width: 270px;
  white-space: nowrap;
}

table tbody tr th:nth-child(3) {
  width: 130px;
}

table tbody tr th:nth-child(4) {
  width: 94px;
}

.table tbody tr th:nth-child(5),
.table tbody tr th:nth-child(6),
.table tbody tr th:nth-child(7),
.table tbody tr th:nth-child(8) {
  width: 134px;
}

.table tr:nth-child(odd) {
  background: #ebebeb;
}

.table .left {
  text-align: left;
}

.table .right {
  text-align: right;
}

.table .txt_s {
  font-size: 1.1rem;
}

.table_title {
  max-width: 1160px;
  font-size: 2.6rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 600;
  padding: 0.34em 0 0.4em 0.8em;
}
.table_title_jbc {
  background: url(../../common/img/texture_metal_gold.jpg) no-repeat bottom / cover;
}
.table_title_rtjbc {
  background: url(../../common/img/texture_metal_shilver.jpg) no-repeat bottom / cover;
}
.table_title_pre {
  background: url(../../common/img/texture_metal_green.jpg) no-repeat bottom / cover;
}
.table_title_shitei {
  background: url(../../common/img/texture_metal_bronze.jpg) no-repeat bottom / cover;
}

/* レース名リンク */
.table tbody tr td:nth-child(2) a {
  position: relative;
  padding-right: 1.6em;
  text-decoration: underline;
}

/* 外部リンク */
.table tbody tr td:nth-child(2) a.ex-link::after {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 12px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../../common/img/ico_ex-link_black.svg) no-repeat;
  background-size: cover;
}
.table tbody tr td:nth-child(2) a:hover {
  text-decoration: none;
}

/* 表組み内ボタン */
.table tbody tr td a.racelist_btn {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 98%;
  height: 35px;
  font-size: 1.3rem;
  color: #fff;
  border: 1px solid #37194d;
  background-color: #37194d;
}

.table tbody tr td a.racelist_btn::after {
  content: '';
  display: block;
  width: 16px;
  height: 12px;
  background: url(../../common/img/ico_ex-link_white.svg) no-repeat;
  background-size: cover;
}

.table tbody tr td a.racelist_btn:hover {
  color: #37194d;
  background: #fff;
}
.table tbody tr td a.racelist_btn:hover::after {
  background: url(../../common/img/ico_ex-link_black.svg) no-repeat;
  background-size: cover;
}

/* disable */
.table tbody tr td a.disable {
  border: 1px solid #b2b2b2;
  background-color: #b2b2b2;
  pointer-events: none;
}

/* スクロールバー表示 */
.sp_scroll::-webkit-scrollbar {
  background: #eee;
  height: 8px;
}
.sp_scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #b4b4b4;
}


@media screen and (max-width: 1160px) {

  .racelist_wrapper {
    padding: 0 20px;
  }

  .table {
    width: 1120px;
    table-layout: auto;
    overflow: scroll;
  }

  .table_narrow {
    width: 700px;
    table-layout: auto;
    overflow: scroll;
  }

}

@media screen and (max-width: 767px){

  .racelist_wrapper {
    padding: 0 0;
  }

  .table {
    border-left: none;
    margin-bottom: -1.5px;
    font-size: 1.2rem;
}

}

@media screen and (max-width: 768px) {

  /* --- main --- */

  main {
    padding-bottom: 20px;
  }

  .section .section_inr {
    width: 90%;
    margin: 0 auto;
  }

  .title {
    padding: 30px 0 10px;
  }
  .title h1 {
    width: 100%;
    font-size: 4rem;
  }
  .title h1::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: radial-gradient(circle, #e8802b 0%, rgba(255,247,153,0) 100%);
  }

  .title p {
    font-size: 1.3rem;
    line-height: 2.2;
    margin-top: 1.2em;
    text-align: left;
  }

  .section .section_inr h2.border {
    position: relative;
  }
  .section .section_inr h2.border::after {
    position: absolute;
    content: '';
    width: 280px;
    height: 2px;
    background: #fff799;
  }

  /* --- レース一覧表 --- */

  .table_title {
    font-size: 2rem;
    padding: .5em 0 .6em .8em;
  }

  .table td {
    padding: 1em 1em;
  }

}