@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}

/* 共通CSS
+=========================================================+ */

/* 00. Reset
+=========================================================+ */

html {
  scroll-padding-top: 60px;
  font-size: 14px;
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 130px;
    font-size: 16px;
  }
}
body {
  min-width: 320px;
  margin: 0 auto;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #171717;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 0;
  margin-top: 0;
}

a {
  color: #0a6ccf;
  outline: none;
  transition: all 0.2s ease;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:hover > img {
  opacity: 0.8;
}

input {
  transition: all 0.5s ease;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  appearance: none;
  font-size: 16px;
}

ul {
  list-style-type: none;
}

ul,
ol,
p {
  margin: 0 0 10px;
}

/* Bootstrap Reset
--------------------------------------------------------- */
.lead {
  font-weight: 300;
}

.jumbotron p {
  font-weight: 200;
}

a.btn {
  text-decoration: none;
  white-space: normal;
}

/***  ROWS PADDING  ***/
.row-0 {
  margin-right: 0;
  margin-left: 0;
}

.row-0 > div {
  padding-right: 0;
  padding-left: 0;
}

.row-8 {
  margin-right: -4px;
  margin-left: -4px;
}

.row-8 > div {
  padding-right: 4px;
  padding-left: 4px;
}

.row-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.row-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.row-50 > div {
  padding-right: 25px;
  padding-left: 25px;
}


@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    float: left;
    width: 100%;
    clear: both;
  }
}

/* 01. HeaderArea　ヘッダー領域
+=========================================================+ */

/* スマホ（PC版）指定 */
.container-fluid {
  padding: 0;
  margin: 0;
}

.navbar-header {
  z-index: 5;
  display: flex;
  align-items: center;
  height: 56px;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 2px 4px 1px rgb(9 9 11 / 30%);
}

.navbar-header-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 56px;
}

.navbar-header.navbar {
  padding: 0;
}

#globalNavigation.navbar-collapse {
  width: 100%;
  padding: 0;
}

.ph-right {
  display: flex;
  align-items: center;
}

/* :: たちかわ競輪ロゴ指定 :::::::::::::::: */
.navbar-brand {
  display: flex;
  align-items: center;
  height: 56px;
  padding-left: 5px;
  margin-right: 0;
}

/* :電投番号  :::::::::::::::: */
.min-jyo-number {
  margin-left: 5px;
}

/* :開催スケジュール・施設ガイド・交通アクセスボタン  :::::::::::::::: */
.sp-three-button-area {
  display: flex;
}

.min-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.75px 2px;
  font-size: 12px;
  border: none;
}

.calendar {
  width: 64px;
}

.guide {
  width: 64px;
}

.access {
  width: 62px;
}

.sp-three-button-area a:hover {
  color: rgb(9 9 9 / 70%);
}

/* :: グローバルナビゲーションToggleボタン :::::::::::::::: */
.navbar-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 56px;
  height: 56px;
  padding: 4px 0 2px;
  margin: 0;
  background: #d12d36;
  border: 1px solid transparent;
  border-radius: 0;
  transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.navbar-toggle .icon-bar {
  display: flex;
  width: 35px;
  height: 2px;
  margin-top: 6px;
  background-color: #fff;
  border-radius: 1px;
}

.menu {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 100;
  color: #fff;
}

.navbar-toggle[aria-expanded="true"] .icon-bar {
  transform: translateY(6px) rotate(45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar::after {
  display: block;
  width: 35px;
  height: 2px;
  content: "";
  background-color: #fff;
  transform: rotate(-90deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar + .icon-bar {
  opacity: 0;
}

.navbar-toggle:hover {
  background: #bc2831;
}

.global-nav01 > .nav-item > a,
.gnav-language > a {
  background-color: #3b4952;
  justify-content: space-between;
  align-items: center;
}
.global-nav01 > .nav-item > a::after,
.gnav-language > a::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background: url("../images/icon_arrow_down.svg") 0 0 / 14px 14px no-repeat;
}
.global-nav01 > .nav-item > a:hover,
.gnav-language > a:hover,
.global-nav01 > .nav-item > a:focus,
.gnav-language > a:focus {
  color: #fff;
  background-color: #303c43;
  justify-content: space-between;
  align-items: center;
}

.global-nav01 > .nav-item > a.show:after,
.gnav-language > a.show:after {
  background-image: url("../images/icon_arrow_up.svg");
}

/* :: スマホ版ドロップダウンメニュー :::::::::::::::: */
.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 15px;
  font-size: 16px;
  color: #fff !important;
  background-color: #3b4952;
  border-bottom: 1px solid #768086;
}

.navbar-nav {
  background: #d12d36;
}

.dropdown-menu {
  position: static;
  padding: 8px;
  background: #d12d36;
  border: 0 none;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  color: #3b4952;
  background: #fff;
  border-color: #d12d36 !important;
  border-bottom: 4px solid;
  white-space: wrap;
}

.dropdown-item::after {
  display: flex;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../images/icon_arrow_right_red.svg") 99% 50%/16px 16px no-repeat;
}

.dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}

.dropdown-item > span,
.dropdown-item-end > span {
  width: 100%;
}

.fixed-top.dropdown-menu li a {
  background: url("../images/icon_arrow_right_red.svg") 98% 50% / 16px 16px no-repeat;
}

.navbar-header-bottom {
  height: calc(100dvh - 57px);
  overflow-y: auto;
}

/* マウスオーバー時 */
.fixed-top.nav-link:hover {
  background: #303c43;
}

.dropdown-item:hover {
  color: #d12d36;
}
.dropdown-menu .dropdown-item:active {
  background-color: #fff;
  color: #d12d36;
}

/* ::SNSボタン  :::::::::::::::: */
.gnav-sp-sns {
  padding: 8px 16px;
  background-color: #fff;
}

.sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #3b4952;
  border: none;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0.5px rgb(9 9 11 / 30%);
}

.sns-icon:hover {
  background-color: #2c3e50;
}

/* ::Searchインプット  :::::::::::::::: */
.gnav-search {
  padding: 2px 8px;
}
.searchbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  background-color: #fff;
}
.gnav-search .dropdown-menu {
  border-radius: 4px;
}
.searchbox > button {
  background-color: transparent;
  border: none;
}

/* :: サイトポリシー :::::::::::::::: */
#titleArea .small {
  font-size: 50%;
}

#titleArea h2 {
  position: absolute;
  top: 150px;
  left: 15px;
  font-size: 2.24em;
}

/* :: 非表示 :::::::::::::::: */
.jyo-number,
.fontsize-area,
.for-pc {
  display: none;
}

@media (max-width: 400px) {
  /* ロゴエリア */
  .navbar-brand {
    padding-left: 3px;
  }

  .min-jyo-number {
    margin-left: 3px;
  }

  /* 開催スケジュールボタンエリア */
  .min-button {
    font-size: 11px;
  }

  .calendar {
    width: 50px;
  }

  .guide {
    width: 50px;
  }

  .access {
    width: 50px;
  }

  /* グローバルメニューエリア */
  .navbar-toggle {
    width: 50px;
  }
}
/* :: SNSアイコンボタン :::::::::::::::: */
.list-snsicon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -8px;
  padding-left: 0;
}
.list-snsicon li {
  padding: 0 8px;
}

/* デスクトップ指定992px */
@media (min-width: 992px) {
  #globalNavigation.navbar-collapse {
    background-color: #d12d36;
    padding: 0 8px;
    justify-content: space-between;
  }
  .fixed-top{ padding-top: 8px; }
  .navbar-header {
    flex-wrap: wrap;
    align-items: flex-end;
    height: 120px;
    padding: 0;
    margin: 0 8px;
    border-radius: 10px !important;
  }

  .navbar-header-top {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 0 16px;
  }

  .navbar-header-bottom {
    justify-content: space-between;
    height: 48px;
    overflow-y: visible;
    border-radius: 0 0 10px 10px;
    -webkit-overflow-scrolling: touch;
  }

  /* ::　たちかわ競輪ロゴ指定 :::::::::::::::: */
  .navbar-brand {
    display: flex;
    width: 250px;
    height: 56px;
    padding-left: 0;
  }

  .navbar-brand > a {
    width: 170px;
  }
  /* :: PC版SNSアイコン :::::::::::::::: */
  .ph-right > .list-snsicon {
    margin: 0 -4px;
  }
  .ph-right > .list-snsicon li {
    padding: 0 4px;
  }

  /* :: 文字サイズトグル :::::::::::::::: */
  .fontsize-area {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    background-color: #f5f5f5;
    border-radius: 8px;
  }

  .fontsize-area .fontsize {
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
  }

  .switch-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
  }
  .switch-area input {
    display: none;
  }

  /*文字サイズボタン*/
  .switch-area .enlarge,
  .switch-area .normal {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    margin-right: 2px;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #3b4952;
    border: solid 1px #3b4952;
    box-shadow: 0 1px 2px 0.5px rgb(9 9 11 / 30%);
  }
/* 拡大 */
.switch-area .enlarge {
  width: 88px;
  height: 28px;
  font-size: 14px;
  border-radius: 0 20px 20px 0;
}

  /* 標準 */
  .switch-area .normal {
    width: 88px;
    font-size: 16px;
    border-radius: 20px 0 0 20px;
  }

  .switch-area .current .enlarge,
  .switch-area .current .normal {
    color: #3b4952;
    cursor: default;
    background: #fff;
    box-shadow: none;
  }

  /* ヘッダー下部 */
  .global-nav01 {
    width: calc(100% - 160px);
  }
  .global-nav01 > .nav-item a,
  .global-nav02 > .nav-item a {
    padding: 0 8px;
  }
  #globalNavigation .navbar-nav > .nav-item {
    flex: 0 0 auto;
  }
  #globalNavigation .navbar-nav > .nav-item > a {
    height: 44px;
    margin-top: 4px;
    padding: 0 8px;
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    border-bottom: 0 none;
  }
  .global-nav01 > .nav-item {
    min-width: 12%;
    padding-right: 2px;
  }
  .gnav-search.nav-item {
    width: 48px;
    padding-left: 2px;
  }
  #globalNavigation .navbar-nav > .nav-item.gnav-search > a {
    display: flex;
    justify-content: center;
  }
  .navbar-nav {
    background: transparent;
  }

  /* ホバー・フォーカス時 */
  #globalNavigation .navbar-nav > .nav-item > a:hover,
  #globalNavigation .navbar-nav > .nav-item > a:focus,
  .gnav-search.nav-item > a.show {
    background-color: #bc2831;
    border-radius: 5px 5px 0 0;
  }

  /* :: ドロップダウンメニュー :::::::::::::::: */
  .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    background-color: #d12d36;
    border-bottom: 0;
  }

  .dropdown-menu {
    padding: 0;
    margin: -1px !important;
    background-color: #bc2831 !important;
    border-radius: 0;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
  }

  .dropdown-menu li {
    border-bottom: solid 1px #de9498;
  }

  .dropdown-item {
    display: flex;
    align-items: center;
    width: 250px;
    height: 48px;
    margin-top: 0 !important;
    font-size: 14px;
    color: #fff;
    background: #bc2831;
    border-color: #d12d36;
    border-bottom: 0 solid;
  }

  .dropdown-menu li a {
    background: url("../images/icon_arrow_right.svg") 98% 50% / 14px 14px no-repeat;
  }
  .global-nav01 .dropdown-menu li a,
  .gnav-language .dropdown-menu li a {
    padding: 0 24px 0 8px;
  }
  .dropdown-menu li:last-child {
    border-bottom: 0 none;
  }

  .dropdown-item::after {
    display: none;
  }

  /* マウスオーバー時 */
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #fff !important;
    background-color: #a7242c !important;
  }
  .gnav-language {
    display: flex;
    align-items: center;
  }
  .gnav-language::before,
  .gnav-language::after {
    content: "";
    width: 1px;
    height: 32px;
    background-color: rgb(255 255 255 / 30%);
  }
  .gnav-language::before {
    padding-right: 2px;
  }
  .gnav-language::after {
    padding-left: 2px;
  }

  /* :: 検索インプット :::::::::::::::: */
  .gnav-search {
    padding: 0;
  }
  #cse-search-box {
    padding: 0 !important;
  }
  .search .dropdown-menu {
    width: 200px;
  }

  .searchbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px !important;
    padding: 5px 10px !important;
    margin: 8px;
    color: #333;
    background: #fff;
    border-radius: 4px;
  }

  .searchbox > input {
    border: none;
  }

  #cse-search-box {
    width: 200px !important;
  }

  .searchbox > button {
    padding-right: 0;
  }

  #cse-search-box button.submit {
    position: unset !important;
    cursor: pointer;
    background: #fff;
    border: none;
  }
  /* :: サイトポリシー :::::::::::::::: */
  #titleArea .small {
    font-size: 50%;
  }

  #titleArea h2 {
    position: unset;
    font-size: 2.5em;
  }

  /* :: 非表示 :::::::::::::::: */
  .jyo-number,
  .sp-three-button-area,
  .min-arrow-icon,
  .navbar-toggle,
  .for-phone,
  .gnav-sp-sns,
  .search-area {
    display: none;
  }
}
@media (max-width: 991.9px) {
  .gnav-search.nav-item .nav-link {
    display: none !important;
  }
  .gnav-search.nav-item .dropdown-menu {
    display: block !important;
  }
}
/* デスクトップ指定1220px(992pxとの差分) */
@media (min-width: 1200px) {
  .navbar-header {
    flex-wrap: wrap;
    align-items: flex-end;
    height: 120px;
    margin: 0 16px;
  }

  .navbar-header-top {
    justify-content: space-between;
    height: 72px;
  }

  /* :: ロゴ :::::::::::::::: */
  .navbar-header-top {
    align-items: center;
    padding: 0 20px;
  }

  .navbar-brand {
    height: 72px;
  }

  .navbar-brand {
    position: relative;
    align-items: center;
  }

  .jyo-number {
    position: absolute;
    bottom: 20%;
    left: 70%;
  }

  /* :: 非表示 :::::::::::::::: */
  .sp-three-button-area,
  .min-jyo-number,
  .min-arrow-icon,
  .navbar-toggle {
    display: none;
  }

  /* :: 表示 :::::::::::::::: */
  .jyo-number {
    display: block;
  }
}

/* :: グローバルナビゲーション :::::::::::::::: */
#globalNavigation .navbar-nav {
  margin: 0;
}

#globalNavigation .nav > li {
  width: 123px;
}

#globalNavigation .nav > li > a {
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: #fff;
}

#globalNavigation .nav > li > a:hover,
#globalNavigation .nav > li.open > a {
  background-color: #db2b00;
}

#globalNavigation .nav > li.gnav06 {
  letter-spacing: -0.1em;
}

#globalNavigation .nav > li.fontsize {
  position: absolute;
  top: 25px;
  right: 48px;
  width: 48px;
}

#globalNavigation .nav > li.fontsize > a {
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background: url("../images/btn_fontsize.svg") 50% 50% / 24px 24px no-repeat #c22600;
}

#globalNavigation .nav > li.nav-language {
  position: absolute;
  top: 25px;
  right: 96px;
  width: 48px;
}

#globalNavigation .nav > li.nav-language > a {
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background: url("../images/home/fr.svg") 50% 50% / 41px 40px no-repeat #c22600;
}

/* foreignController　外国語選択ボタン
--------------------------------------------------------- */
#foreignController {
  width: 100%;
  padding: 10px;
}

#foreignController li {
  float: left;
  width: 33%;
  padding: 5px 0;
  overflow: hidden;

  /* border: 1px solid #f7f7f7; */
  color: #c22600;
  text-align: center;
  background-color: #c22600;
}

/* 標準ボタン */
#foreignController li#btnSizeMid {
  border-radius: 4px 0 0 4px;
}

/* 拡大ボタン */
#foreignController li#btnSizeBig {
  background-position: -122px 6px;
  border-radius: 0 4px 4px 0;
}

#foreign li:hover {
  color: #fff;
  background-color: #db2b00;
}

#foreignController li:active,
#foreignController li.current {
  color: #fff;
  background-color: #c22600;
}

/* cse-search-box　検索フォーム
--------------------------------------------------------- */
.searchbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
}

#cse-search-box input.search-input {
  position: relative;
  width: calc(100% - 24px);
  border: none;
  font-size: 16px;
}
#cse-search-box input.search-input:focus {
  outline: none;
}

#cse-search-box button.submit {
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent;
  border: 0 none;
}

#cse-search-box button.submit:hover {
  color: #db2b00;
}
@media (min-width: 992px) {
  .navbar-nav {
    background-color: transparent;
  }
  #globalNavigation .navbar-right {
    position: absolute;
    top: 0;
    right: 20px;
    width: 220px;
    margin-right: 0;
  }

  #globalNavigation .navbar-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    margin-right: 0;
  }

  #headerArea-low .navbar-brand {
    padding-right: 4px;
    margin-left: 0;
  }

  #globalNavigation .nav > li.gnav01 > a,
  #globalNavigation .nav > li.gnav02 > a,
  #globalNavigation .nav > li.gnav03 > a,
  #globalNavigation .nav > li.gnav04 > a,
  #globalNavigation .nav > li.gnav05 > a,
  #globalNavigation .nav > li.gnav06 > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
  }

  #globalNavigation .arrow-icon {
    width: 20px;
    height: 20px;
    padding-left: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #headerArea .navbar-brand {
    width: 108px;
    padding-left: 4px;
  }
}
@media (min-width: 1025px) and (max-width: 1100px) {
  #headerArea .navbar-brand {
    width: 128px;
  }
}
@media (max-width: 991px) {
  #headerArea.navbar {
    height: 56px;
  }

  #headerArea .navbar-brand {
    width: calc(100% - 48px);
    line-height: 1;
  }

  #headerArea .logo {
    width: 150px;
  }

  #headerArea .navbar-brand-jyo-number {
    display: inline;
  }

  #headerArea .jyo-number {
    display: none;
  }

  .dropdown-menu {
    border-radius: 0;
  }

  #globalNavigation.navbar-collapse {
    padding: 0;
  }

  #globalNavigation .nav > li {
    border-bottom: 1px solid #e98066;
    border-left: 0 none;
  }

  #globalNavigation .nav > li.gnav01,
  #globalNavigation .nav > li.gnav02,
  #globalNavigation .nav > li.gnav03,
  #globalNavigation .nav > li.gnav04,
  #globalNavigation .nav > li.gnav05,
  #globalNavigation .nav > li.gnav06,
  #globalNavigation .nav > li.gnav07,
  #globalNavigation .nav > li.fontsize,
  #globalNavigation .nav > li.gnav-search,
  #globalNavigation .nav > li.nav-language {
    width: auto;
  }

  #globalNavigation .nav > li.fontsize,
  #globalNavigation .nav > li.gnav-search,
  #globalNavigation .nav > li.nav-language {
    position: static;
  }

  #globalNavigation .nav > li > a {
    height: auto;
    padding: 10px 15px;
    overflow: visible;
    background-image: none;
  }

  #globalNavigation .nav > li.fontsize > a,
  #globalNavigation .nav > li.search > a,
  #globalNavigation .nav > li.nav-language > a {
    height: auto;
    padding: 10px 15px;
    overflow: auto;
    background: none;
  }

  #cse-search-box {
    width: 100%;
  }
}

/* 02. titleArea タイトル領域
+=========================================================+ */

/* 高解像度タイトル領域 */
#titleArea {
  height: 460px;
  padding-top: 260px;
  overflow: hidden;
  color: #fff;
  background: #000;
}

#titleArea h2 {
  line-height: 0.8em;
}

@media (max-width: 991px) {
  #titleArea {
    height: 200px;
    overflow: visible;
  }

  #titleArea h2 {
    font-size: 2.4em;
  }
}

/* 03. mainArea メインコンテンツ領域
+=========================================================+ */
#mainArea {
  position: relative;
  margin: 30px auto 40px;
}
@media (min-width: 992px) {
  #mainArea {
    margin: 50px auto 120px;
  }
}

/* :: パンくずリスト :::::::::::::::: */
.breadcrumb {
  margin-bottom: 1.75em;
}
.breadcrumb li {
  font-size: 0.85em;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">";
}
.breadcrumb > .active {
  color: #333;
}

/* 04. footerArea フッター領域
+=========================================================+ */
#footerArea {
  position: relative;
  padding-bottom: 180px;
  color: #fff;
  background-color: #2c373e;
}

#footerArea ul {
  padding: 0;
}

.footer-top {
  display: none;
}

#footerArea h5 {
  border-bottom: solid 1px #fff;
}

.footer-bottom {
  padding: 0.85em;
}
.footer-bottom a {
  color: #fff;
}

.footer-bottom-list li {
  display: inline-block;
  padding-left: 4px;
}
.footer-bottom-list li:first-child {
  padding-left: 0;
}

.footer-bottom-list li::before {
  content: "|";
  display: inline-block;
  margin-right: 4px;
}
.footer-bottom-list li:first-child:before {
  display: none;
}

.footer-bottom-list a {
  color: #fff;
  text-decoration: none;
}

/* ホバー時 */
.footer-bottom-list a:hover,
.footer-bottom-list a:focus {
  text-decoration: underline;
}

@media (min-width: 992px) {
  #footerArea {
    padding-bottom: 70px;
  }

  /* ::  フッター上部 :::::::::::::::: */
  .footer-top {
    display: flex;
    padding: 24px 0;
    margin: 0;
  }

  .footer-top-conteiner {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }

  .footer-top-conteiner ul {
    padding: 0;
  }

  /* レースを予想する、たちかわ競輪に行く、たちかわ競輪を知る */
  .footer-top-conteiner h5 {
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    font-size: 1em;
    font-weight: bold;
  }

  .line-md {
    margin-right: 30px;
  }

  /* レース情報～インフォメーション */
  .footer-top-conteiner h6 {
    margin-top: 16px;
    font-size: 1em;
    font-weight: bold;
  }
  .footer-link-area > li {
    padding-bottom: 0.25rem;
  }
  /* リンク */
  .footer-link-area > li > a {
    display: inline-block;
    padding-left: 14px;
    font-size: 0.875em;
    color: #fff;
  }
  .col-md-6 > ul {
    margin-left: -20px;
  }
  .footer-link-area > li > a::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: -14px;
    margin-right: 4px;
    vertical-align: middle;
    content: "";
    background: url("../images/icon_arrow_footer.svg") left top / contain no-repeat;
  }
  .footer-link-area > li > a[target="_blank"]::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    content: "";
    background: url("../images/icon_blank_white.svg") left top / contain no-repeat;
    opacity: 0.5;
  }

  .footer-link-area .x-icon {
    padding-left: 3px;
  }

  .right-contents {
    display: flex;
  }

  .right-contents-child {
    margin-right: 30px;
  }
}

/* 05. footerArea フローティングメニュー領域
+=========================================================+ */
#floatingNaviTohyo {
  position: fixed;
  bottom: 0;
  z-index: 4;
  width: 240px;
  height: 0;
  background: rgb(59 73 82 / 80%);
  box-shadow: 0 1px 2px 0.5px rgb(9 9 11 / 30%);
  transition: height 0.3s;
}

#floatingNaviTohyo.active::before {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #3b4952;
}

/* 開閉ボタン */
.btn-toggle-tohyo {
  position: absolute;
  top: -32px;
  left: 8px;
  width: 80px;
  height: 32px;
  background: url("../images/icon_arrow_up.svg") 50% 50% / 28px 16.8px no-repeat #3b4952;
  border: 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 1px 0.5px rgb(9 9 11 / 30%);
}

.btn-toggle-tohyo:hover {
  background: url("../images/icon_arrow_up.svg") 50% 50% / 28px 16.8px no-repeat #2c3e50;
}

.active .btn-toggle-tohyo {
  background-image: url("../images/icon_arrow_down.svg");
  background-size: 28px 16.8px;
}

.floating-content {
  padding: 8px;
  text-align: center;
}

#floatingNaviTohyo.active {
  height: 160px;
}

/* ソーシャルメディアボタン */
.floating-content .btn-tohyonavi {
  display: block;
  padding: 2px 4px;
  background-color: rgb(255 255 255 / 90%);
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0.5px rgb(9 9 11 / 30%);
}

/* トップへ遷移ボタン */
.btn-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding-top: 7px;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  background-color: rgb(209 45 54 / 90%);
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0.5px rgb(9 9 11 / 30%);
}

/* ホバー時 */
.btn-top:hover {
  background-color: rgb(167 36 44 / 90%);
}
@media (max-width: 991px) {
  #floatingNaviTohyo,
  .btn-top {
    z-index: 1031;
  }
  body:has(.navbar-toggle[aria-expanded="true"]) #floatingNaviTohyo {
    z-index: 4;
  }
  body:has(.navbar-toggle[aria-expanded="true"]) .btn-top {
    z-index: 5;
  }
}

@media (min-width: 992px) {
  #floatingNaviTohyo {
    width: 100vw;
  }

  #floatingNaviTohyo.active {
    height: 72px;
  }

  /* 開閉ボタン */
  .btn-toggle-tohyo {
    width: 64px;
  }

  .floating-content {
    justify-content: center;
    padding: 8px 64px;
  }

  /* ソーシャルメディアボタン */
  .floating-content .btn-tohyonavi {
    padding: 2px 8px;
  }

  /* トップへ遷移ボタン */
  .btn-top {
    right: 20px;
    bottom: 14px;
  }
}

/* 06. chat_banner チャットボット
+=========================================================+ */
#chat_banner {
  bottom: 64px!important;
  z-index: 9998!important;
}
@media (min-width: 992px) {
 #chat_banner {
    bottom: 80px!important;
  }
}

/* ========================================
Components
======================================== */

/*********  CALENDAR  ***********/
table.table-calendar {
  width: 100%;
  margin-bottom: 10px;
  table-layout: fixed;
  background-color: #fff;
  border: 2px solid #21365b;
}

table.table-calendar th,
table.table-calendar td {
  padding: 2px 5px;
  border: 1px solid #21365b;
}

table.table-calendar th {
  width: 2em;
  color: #fff;
  text-align: center;
  background-color: #374a6b;
}

table.table-calendar th.scroll-shadow {
  box-shadow: 4px 0 4px -2px rgb(0 0 0 / 40%);
}

table.table-calendar a {
  display: block;
  color: #fff;
}

.days td {
  font-weight: bold;
  text-align: center;
  background-color: #eff1f3;
}

.week td {
  font-weight: bold;
}

.week td,
.honjo td,
.jogai1 td,
.jogai2 td {
  border-right: 1px solid #21365b;
}

.jogai2 td {
  border-bottom: 1px solid #21365b;
}

.notes td {
  border-top: 1px solid #21365b;
}

.redDot {
  color: #e03031;
}

.pinkDot {
  color: #e02166;
}

.blueDot {
  color: #3477c1;
}

.greyDot {
  color: #767676;
}

.greenDot {
  color: #038092;
}

/* 土・日/祝日背景色 */
table.table-calendar th.text-blue,
table.table-calendar td.text-blue,
.bg-sat {
  background-color: #e2eef9;
}

table.table-calendar th.text-red,
table.table-calendar td.text-red,
.bg-sun {
  background-color: #f8e5e0;
}

/* :: 本場 GI,GII,GIII設定 :::::::::::::::: */
.sch-hg,
.sch-hf,
.sch-jg,
.sch-jf,
.sch-gp {
  color: #fff;
  text-align: center;
}

/* 本場 GI,GII,GIII設定 */
.sch-hg {
  background-color: #e03031;
}

/* 本場 FI,FII設定 */
.sch-hf {
  background-color: #e02166;
}

/* 場外 GI,GII,GIII設定 */
.sch-jg {
  background-color: #3477c1;
}

/* 場外 FI,FII設定 */
.sch-jf {
  background-color: #767676;
}

/* GP設定 */
.sch-gp {
  background-color: #038092;
}

.btn-scroll-prev,
.btn-scroll-next {
  display: none;
}
@media (max-width: 767px) {
  table.table-calendar {
    width: 1024px;
  }

  table.table-calendar th {
    position: sticky;
    left: 0;
    background-color: rgb(33 54 91 / 80%);
  }

  table.table-calendar th::before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    content: "";
  }

  .calendar-wrap {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .calendar-wrap::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* 101. clear-both set
+=========================================================+ */
.clr {
  height: 0;
  padding: 0;
  margin: 0;
  clear: both;
  line-height: 0px;
}

.clr5 {
  height: 5px;
  padding: 0;
  margin: 0;
  clear: both;
  line-height: 5px;
}

.clr10 {
  height: 10px;
  padding: 0;
  margin: 0;
  clear: both;
  line-height: 10px;
}

.clr15 {
  height: 15px;
  padding: 0;
  margin: 0;
  clear: both;
  line-height: 15px;
}

.clr20 {
  height: 20px;
  padding: 0;
  margin: 0;
  clear: both;
  line-height: 20px;
}

.clr25 {
  height: 25px;
  padding: 0;
  margin: 0;
  clear: both;
  line-height: 25px;
}

/* 102. align
+=========================================================+ */
.top {
  vertical-align: top;
}

.middle,
.table tbody > tr > td.middle,
.table tbody > tr > th.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.baseline {
  vertical-align: baseline;
}

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

/* 103. block level float left right set
+=========================================================+ */
.fl {
  display: block;
  float: left;
}

.fr {
  display: block;
  float: right;
}

/* 画像用回り込み　左 */
.img_left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* 画像用回り込み　右 */
.img_right {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* 104. margin set
+=========================================================+ */
.m50 {
  margin: 50px;
}

.m30 {
  margin: 30px;
}

.m20 {
  margin: 20px;
}

.m15 {
  margin: 15px;
}

.m10 {
  margin: 10px;
}

.m5 {
  margin: 5px;
}

.m0 {
  margin: 0;
}

.mT50 {
  margin-top: 50px;
}

.mT30 {
  margin-top: 30px;
}

.mT20 {
  margin-top: 20px;
}

.mT15 {
  margin-top: 15px;
}

.mT10 {
  margin-top: 10px;
}

.mT5 {
  margin-top: 5px;
}

.mR50 {
  margin-right: 50px;
}

.mR30 {
  margin-right: 30px;
}

.mR20 {
  margin-right: 20px;
}

.mR15 {
  margin-right: 15px;
}

.mR10 {
  margin-right: 10px;
}

.mR5 {
  margin-right: 5px;
}

.mB50 {
  margin-bottom: 50px;
}

.mB30 {
  margin-bottom: 30px;
}

.mB20 {
  margin-bottom: 20px;
}

.mB15 {
  margin-bottom: 15px;
}

.mB10 {
  margin-bottom: 10px;
}

.mB5 {
  margin-bottom: 5px;
}

.mL50 {
  margin-left: 50px;
}

.mL30 {
  margin-left: 30px;
}

.mL20 {
  margin-left: 20px;
}

.mL15 {
  margin-left: 15px;
}

.mL10 {
  margin-left: 10px;
}

.mL5 {
  margin-left: 5px;
}

.m-auto {
  margin: 0 auto;
}

/* 105. padding set
+=========================================================+ */
.p50 {
  padding: 50px;
}

.p30 {
  padding: 30px;
}

.p20 {
  padding: 20px;
}

.p15 {
  padding: 15px;
}

.p10 {
  padding: 10px;
}

.p5 {
  padding: 5px;
}

.p0 {
  padding: 0;
}

.pT50 {
  padding-top: 50px;
}

.pT30 {
  padding-top: 30px;
}

.pT20 {
  padding-top: 20px;
}

.pT10 {
  padding-top: 10px;
}

.pT5 {
  padding-top: 5px;
}

.pB50 {
  padding-bottom: 50px;
}

.pB30 {
  padding-bottom: 30px;
}

.pB20 {
  padding-bottom: 20px;
}

.pB10 {
  padding-bottom: 10px;
}

.pB5 {
  padding-bottom: 5px;
}

.pR15 {
  padding-right: 15px;
}

.pR5 {
  padding-right: 5px;
}

.pL15 {
  padding-left: 15px;
}

.pL5 {
  padding-left: 5px;
}

/* 106. width set
+=========================================================+ */
.w25 {
  width: 25px;
}

.w50 {
  width: 50px;
}

.w55 {
  width: 55px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px;
}

.w270 {
  width: 270px;
}

.w300 {
  width: 300px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w430 {
  width: 430px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w710 {
  width: 710px;
}

.w100per {
  width: 100%;
}

.w95per {
  width: 95%;
}

.w90per {
  width: 90%;
}

.w80per {
  width: 80%;
}

.w70per {
  width: 70%;
}

.w60per {
  width: 60%;
}

.w50per {
  width: 50%;
}

.w45per {
  width: 45%;
}

.w40per {
  width: 40%;
}

.w30per {
  width: 30%;
}

.w20per {
  width: 20%;
}

.w10per {
  width: 10%;
}

.w5per {
  width: 5%;
}

/* 107. background
+=========================================================+ */
.bg-fff {
  background: #fff;
}

.bg-000 {
  color: #fff;
  background: #000;
}

.bg-theme1 {
  color: #fff;
  background: #c22600;
}

.bg-theme2 {
  color: #fff;
  background: #a52100;
}

.bg-213 {
  color: #fff;
  background: #21365b;
}

.bg-2c3 {
  color: #fff;
  background: #2c373e;
}

.bg-3b4 {
  color: #fff;
  background: #3b4952;
}

.bg-f4f {
  background-color: #f4f4ec;
}

.bg-lightgray {
  background-color: #e5e8ec;
}

.bg-212 {
  background: #212121;
}

/* 108. font
+=========================================================+ */

/* Noto Sans JP　Webフォント指定
--------------------------------------------------------- */
.notosans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/* font style
--------------------------------------------------------- */
.small {
  font-size: 80%;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

/* font color
--------------------------------------------------------- */
.text-blue {
  color: #0a6ccf;
}

.text-red {
  color: #c22600;
}

/* 109. headline
+=========================================================+ */

/* :: .title-xxx 見出し指定 :::::::::::::::: */
.title01 {
  margin-bottom: 0.85em;
  padding: 5px 10px;
  font-size: 1.75em;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  background-color: #21365b;
}
.title01.mark-f1-l::before,
.title01.mark-f2-l::before,
.title01.mark-g1-l::before,
.title01.mark-g2-l::before,
.title01.mark-g3-l::before,
.title01.mark-gp-l::before {
  margin-right: 4px;
}


.title02 {
  margin-bottom: 10px;
  font-size: 1.3125em;
  font-weight: bold;
  border-bottom: 2px solid #c22600;
}

.title03 {
  padding: 5px 10px;
  font-size: 1.3125em;
  font-weight: bold;
  color: #fff;
  background-color: #175892;
}

.title04 {
  padding: 5px 10px;
  font-weight: bold;
  background-color: #eee;
  border-radius: 5px;
}

/* title-kaisai　紺背景開催タイトル */
.title-kaisai {
  color: #fff;
  background-color: #21365b;
}

.title-kaisai span {
  display: block;
  padding: 8px;
  text-align: center;
}

.title-kaisai span.date {
  background-color: #374a6b;
}
@media (max-width: 991px) {
  h3.title-kaisai span.date {
    font-size: 0.8em;
  }
}

/* 109. table
+=========================================================+ */

/* .table00　ボーダーなしテーブル
--------------------------------------------------------- */
.table00 {
  width: 100%;
}

.table00 td,
.table00 th {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

/* 110. List
+=========================================================+ */
/* 旧Bootstrap対応
--------------------------------------------------------- */
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li > a {
  border-radius: 4px;
}

/* .list-button */
ul.list-button {
  padding: 0;
  margin: 0;
}

ul.list-button li {
  float: left;
  width: 6.5%;
  padding: 0;
  margin-bottom: 4px;
  font-weight: bold;
  text-align: center;
}

ul.list-button.racenumber li {
  width: 15.5%;
  margin-left: 1%;
}

ul.list-button li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  background: #f7f7f7;
  border: 1px solid #c9c9c9;
}

ul.list-button li a:hover {
  color: #fff;
  background: #db2b00;
}

@media (max-width: 553px) {
  ul.list-button.racenumber li:nth-child(4) {
    clear: right;
  }

  ul.list-button.racenumber li:nth-child(8) {
    clear: right;
  }

  ul.list-button.racenumber li {
    width: 31%;
    margin-right: 1%;
  }
}

/* 丸アイコン付き縦並びリスト
--------------------------------------------------------- */
ul.list-cir {
  padding-left: 0;
}

ul.list-cir li {
  padding-left: 0;
  margin-left: 0;
}

ul.list-cir li::before {
  font-size: 0.929em;
  color: #c22600;
  content: "●";
}

/* 111. BOX
+=========================================================+ */

/* .slantedbox　旧斜めデザインボックス（2021/01斜め指定解除）
--------------------------------------------------------- */
.slantedbox {
  position: relative;
  box-sizing: border-box;
  background-size: cover;
  backface-visibility: hidden;
}

.slantedbox .inner {
  backface-visibility: hidden;
}

/* .box01　枠付き灰色背景
--------------------------------------------------------- */
.box01 {
  background: #f4f4f4;
  border: 1px solid #ddd;
}

/* 112. Button
+=========================================================+ */
/* 旧Bootstrap対応
--------------------------------------------------------- */
.btn-block {
  display: block;
  width: 100%;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 3em;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* .btn-ghost ゴーストボタン（白枠ボタン）
--------------------------------------------------------- */
a.btn-ghost {
  display: block;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 1px solid #fff;
  transition: 0.3s;
}

a.btn-ghost:hover {
  box-shadow: 0 0 20px 5px rgb(255 255 255 / 30%) inset;
}

/* .btn-arrow 矢印付き赤背景ボタン（白枠ボタン）
--------------------------------------------------------- */
a.btn-arrow {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 20px 15px 10px;
  color: #fff;
  text-decoration: none;
  background: #c22600;
  border: 1px solid #fff;
  transition: 0.3s;
}

a.btn-arrow:hover {
  background: #db2b00;
}

a.btn-arrow::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.btn-outline {
  color: #2a2e37;
  background: transparent;
  border: 2px solid #eaeaea !important;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  color: #fff;
  background: #f86942 !important;
  border: 2px solid #f86942 !important;
}

/* 113. display
+=========================================================+ */
.hidden {
  display: none;
}

.visible {
  display: block;
}

@media (max-width: 991px) {
  body:has(.navbar-toggle[aria-expanded="true"]) {
    overflow: hidden !important;
  }
  .fixed-top:has(.navbar-toggle[aria-expanded="true"]) {
    bottom: 0 !important;
    height: 100dvh;
    background: rgb(59 73 82 / 50%) !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

/* 114. Break and Nowrap
+=========================================================+ */

/* 折返しなし */
.nowrap {
  white-space: nowrap;
}

/* 999. Other
+=========================================================+ */

/* グレードアイコン付きテキスト
--------------------------------------------------------- */
.mark-f1::before,
.mark-f2::before,
.mark-g1::before,
.mark-g2::before,
.mark-g3::before,
.mark-gp::before {
  display: inline-block;
  width: 28px;
  height: 0;
  padding-top: 14px;
  overflow: hidden;
}

.mark-f1::before {
  content: "F1";
  background: url("../images/schedule/icon_f1_h14.svg") left top / 28px 14px no-repeat;
}

.mark-f2::before {
  content: "F2";
  background: url("../images/schedule/icon_f2_h14.svg") left top / 28px 14px no-repeat;
}

.mark-g1::before {
  content: "G1";
  background: url("../images/schedule/icon_g1_h14.svg") left top / 28px 14px no-repeat;
}

.mark-g2::before {
  content: "G2";
  background: url("../images/schedule/icon_g2_h14.svg") left top / 28px 14px no-repeat;
}

.mark-g3::before {
  content: "G3";
  background: url("../images/schedule/icon_g3_h14.svg") left top / 28px 14px no-repeat;
}

.mark-gp::before {
  content: "グランプリ";
  background: url("../images/schedule/icon_gp_h14.svg") left top / 28px 14px no-repeat;
}

.mark-f1-l::before,
.mark-f2-l::before,
.mark-g1-l::before,
.mark-g2-l::before,
.mark-g3-l::before,
.mark-gp-l::before {
  display: inline-block;
  width: 36px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
}

.mark-f1-l::before {
  content: "F1";
  background: url("../images/schedule/icon_f1.svg") left top / 36px 24px no-repeat;
}

.mark-f2-l::before {
  content: "F2";
  background: url("../images/schedule/icon_f2.svg") left top / 36px 24px no-repeat;
}

.mark-g1-l::before {
  content: "G1";
  background: url("../images/schedule/icon_g1.svg") left top / 36px 24px no-repeat;
}

.mark-g2-l::before {
  content: "G2";
  background: url("../images/schedule/icon_g2.svg") left top / 36px 24px no-repeat;
}

.mark-g3-l::before {
  content: "G3";
  background: url("../images/schedule/icon_g3.svg") left top / 36px 24px no-repeat;
}

.mark-gp-l::before {
  content: "グランプリ";
  background: url("../images/schedule/icon_gp.svg") left top / 36px 24px no-repeat;
}

/* .mark-pdf PDFアイコン付きテキスト
--------------------------------------------------------- */
.mark-pdf {
  padding: 0 0 0 20px;
  background: url("../images/icon_pdf.png") no-repeat left center;
}

/* アイコン付きテキスト
--------------------------------------------------------- */
.mark-new::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 18px;
  padding: 2px;
  margin-left: 4px;
  font-size: 0.7em;
  font-weight: bold;
  color: #000;
  text-align: center;
  content: "NEW!!";
  background-color: #2ed158;
  border-radius: 2px;
}

.mark-important::before {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  width: 60px;
  height: 18px;
  padding: 3px 2px 2px 2px;
  margin-left: 4px;
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  content: "重要";
  background-color: #d12d36;
  border-radius: 2px;
}

.mark-info::after {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  width: 60px;
  height: 18px;
  padding: 2px;
  margin-left: 4px;
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  content: "ニュース";
  background-color: #2e96d1;
  border-radius: 2px;
}

.mark-event::after {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  width: 60px;
  height: 18px;
  padding: 2px;
  margin-left: 4px;
  font-size: 0.7em;
  font-weight: bold;
  color: #000;
  text-align: center;
  content: "イベント";
  background-color: #d1cd2e;
  border-radius: 2px;
}
