@media only screen and (min-width:10000px) {

  .shusou_custom {
    position: absolute;
    font-size: 21px;
    color: #fff;
    background: #ff931e;
    width: 150px;
    height: 90px;
    right: 0;
    bottom: 0;
    z-index: 20;
    ;
    border-radius: 20px 0 0 0;
  }

  .tit_cap {
    position: absolute;
    color: #fff;
    background: rgba(64, 64, 64, 0.6);
    padding: 10px;
    text-align: center;
    z-index: 20;
    height: 50px;
    width: 480px;
    margin-top: -50px;
  }

  .live {
    max-width: 480px;
    background: #eeeeee;
  }

  .race_tab {
    max-width: 900px;
    height: 40px;
    background: #eeeeee;
    padding: 0px;
    margin: 0px;
  }

  .race_no {
    height: 40px;
    text-align: center;
    border: 1px #ffffff solid;
    border-bottom: 0;
    background: #99ccff;
  }

  .race_no:hover {
    color: #fff;
    background: #01cbea;
    opacity: 1.0;
  }

  .race_end {
    background: #eeeeee;
  }

  .race_active {
    color: #fff;
    background: #01cbea;
  }

  .race_active:hover {
    color: #fff;
  }

  .race_menu {
    max-width: 480px;
    height: 550px;
    background: #f2f2f2;
    border-left: #01cbea 2px solid;
    border-bottom: 0;
    border-radius: 0;
  }

  .race_menu .btn {
    font-size: 16px !important;
  }

  .race_info {
    background: #01cbea;
  }

  .raceview_r .race_info {
    max-width: 900px;
    height: 675px;
  }

  .race_info2 {
    width: 100%;
    background: #ffffff;
    border: 2px #01cbea solid;
    border-radius: 0 0 15px 15px;
  }

  .raceview_l {
    width: 360px;
    float: left;
  }

  .raceview_r {
    width: calc(100% - 360px);
    float: right;
  }

  .main_open .jogai_hatsubai,
  .main_open .wwp_hatsubai {
    width: 50%;
    min-width: 460px;
  }

  .main_open .jogai_hatsubai {
    border-left: 0;
    padding-left: 0;
  }

  .race_info3 {
    max-width: 900px;
    height: 180px;
  }

  .info2_left {
    width: 200px;
    margin-left: 15px
  }

  .info2_right {
    max-width: 640px;
    margin-left: 10px
  }

  .hatsubai .sc_place {
    margin: 5px 2px;
    padding: 5px 0;
    width: 40px;
  }

  .hatsubai .sc_race {
    margin: auto;
    padding: 5px 0;
    text-align: center;
    width: 24px;
    height: 24px;
  }

  .hatsubai .sc_info {
    margin: 5px 20px 0 10px;
    padding: 5px 0;
    text-align: center;
  }

  .icon_SG {
    background: #ff7f7f;
  }

  .icon_G1 {
    background: #ffd064;
  }

  .icon_G2 {
    background: #8be88e;
  }

  .icon_G3 {
    background: #9999ff;
  }

  .icon_other {
    background: #d0d0d0;
  }

  .icon_mor {
    color: #ff9900;
    background: #ffff99;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-table;
  }

  .icon_sum {
    background: #ccff99;
    color: #ff1d25;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-table;
  }

  .icon_nig {
    background: #7ab8ff;
    color: #004666;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-table;
  }

  .icon_gir {
    background: #ff99ff;
    color: #e7249e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-table;
  }

  .radius {
    border-radius: 15px;
  }

  #bnSlide {
    max-width: 790px;
    margin-right: 10px;
  }

  #bnSlide .carousel-item {
    background-color: #fff;
    text-align: center;
    height: 340px;
    position: relative;
  }

  #bnSlide .carousel-item img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .ban_sc {
    width: 100%;
    max-width: 790px;
    height: 10px;
    margin-top: 15px;
  }

  .ban_sc > li {
    background-color: #b3b3b3;
  }

  .ban_sc > li:hover {
    opacity: 0.7;
  }

  /* 20210416 No.56修正 */
  .removeFavoriteRacer {
    position: relative;
    z-index: 2;
    vertical-align: top;
  }
  
  .removeFavoriteRacer i {
    position: absolute;
    font-size: 25px;
    margin-left: 145px;
    margin-top: -3%;
    background-color: white;
    border-radius: 50%;
    height: 23px;
    width: 23px;
  }

  /* 非開催モード */
  .main_hikaisai {
    margin-top: 0;
  }

  .main_hikaisai > .head_coution {
    margin-bottom: 30px;
  }

  .hatsubai_area {
    display: flex;
    padding-bottom: 0;
    border-width: 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .hatsubai_area .today {
    display: flex !important;
    padding-left: 0;
    margin-bottom: 10px;
  }

  .hatsubai {
    display: flex;
    padding: 10px;
  }

  .hatsubai .kaimon {
    width: auto;
    min-width: 340px;
    font-size: 14px;
  }

  .main_hikaisai .hatsubai {
    padding: 10px 0 10px;
  }

  .main_hikaisai .hatsubai .kaimon {
    min-width: auto;
  }

  .jogai_hatsubai,
  .wwp_hatsubai {
    width: 50%;
    align-items: self-end;
    font-size: 13px;
  }

  .jogai_hatsubai {
    padding-right: 5px;
    border-left: 1px solid #ccc;
    padding-left: 5px;
  }
  .jogai_hatsubai h3 {
    height: 25px;
  }

  .wwp_hatsubai {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    border-left: 1px solid #ccc;
    padding-left: 5px;
  }

  .main_hikaisai .hatsubai_area {
    justify-content: space-between;
  }

  .main_hikaisai .hatsubai_area .today {
    width: 29%;
  }

  .main_hikaisai .hatsubai {
    width: 71%;
  }

  .jo_list {
    height: 80px;
  }

  .jo_list .jo_box {
    width: calc(25% - 0.5rem);
    height: 36px;
    background-color: #e8e8e8;
    padding: 0 0.15rem;
    white-space: nowrap;
    min-width: 96px;
  }

  .jo_list .jo_box + .jo_box:not(:nth-child(6)) {
    margin-left: 0.25rem;
  }

  .hatsubai .sc_place {
    margin: 0;
    width: 40px;
  }

  .next_race_top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 15px;
    border-width: 2px;
  }

  #winner {
    border-radius: 10px;
    border-width: 2px;
    margin-left: 0;
  }

  .winner_top {
    margin-top: 30px;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-width: 2px;
  }

  .next_race_bottom,
  .winner_bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 2px;
  }

  .next_race_bottom {
    height: 280px;
  }

  .winner_bottom {
    padding: 5px 10px;
    margin: 0;
  }

  .next_race_title,
  .winner_title {
    margin-left: -30px;
  }

  .winner_title {
    position: absolute;
  }

  .next_race_title:before,
  .winner_title:before {
    width: 350px;
  }

  .btn_list a,
  .btn_list span {
    height: 60px;
  }

  .next_race_top .race_name,
  .winner_top .race_name {
    font-size: 24px;
    margin: 15px 0 10px;
  }

  .pickup_racer img,
  .winner_racer img {
    width: 134px;
    max-width: 100%;
  }

  .pickup_racer_name {
    width: 134px;
    margin: auto;
  }

  .racer_photos {
    margin-top: -30px;
  }

  .winner_top .race_comment {
    height: 167px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 28px;
  }

  .btn_list a,
  .btn_list span {
    font-size: 1rem;
  }

  #winner .carousel-indicators {
    bottom: 80px;
  }

  #winner .carousel-control-prev {
    left: -30px;
    top: 190px;
  }

  #winner .carousel-control-next {
    right: -30px;
    top: 190px;
  }

  #winner .carousel-control-prev-icon,
  #winner .carousel-control-next-icon {
    background-color: #333;
    border: 5px #333 solid;
    width: 30px;
    height: 30px;
  }

  /*中段コンテンツレイアウト*/
  .middlecontents {
    margin: 3rem -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .fav_m {
    order: 1;
  }

  .oshirase_m {
    order: 2;
  }

  .oshirase_nav > .btn-group {
    width: calc(100% - 80px);
  }

  .oshirase_nav > .btn-group li {
    font-size: 22px;
  }

  .oshirase_catnav {
    width: 100%;
  }

  .oshirase_catnav_txt {
    font-size: 0.8em;
  }

  .saitama_m {
    order: 3;
  }

  /*お気に入り選手*/
  .fav_m {
    width: 100%;
    height: auto;
    background: #ffffee;
    border: 2px solid #ffa57f;
    border-radius: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .fav_m_panel img {
    width: 100%;
    max-width: 160px;
  }

  /*お知らせ*/
  h4 {
    font-size: 24px;
    position: absolute;
    margin: -15px -15px;
    width: 380px;
    padding: 8px 10px;
    z-index: 20;
  }

  .oshirase_h {
    border-top: 55px solid #90e871;
    border-right: 30px solid transparent;
  }

  .oshirase_t {
    position: absolute;
    margin: -50px 15px;
  }

  .oshirase_m {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
    border-radius: 0 0 15px 15px;
  }

  .oshirase_tab.active, .koushin_tab.active {
    display: flex !important;
    flex-wrap: wrap;
  }
  .oshirase_tab a:not(.oshirase_b), .koushin_tab a:not(.oshirase_b) {
    width: 50%;
    display: flex;
    background-color: #fff;
  }

  .oshirase_l {
    font-size: 14px;
    min-height: 65px;
    padding: 9px 5px 9px 180px;
    position: relative;
    text-indent: -1em;
  }
  .oshirase_catnav ~ a:nth-child(-n+6) {
    border-right: 1px solid #d0d0d0;
  }
  .oshirase_l > span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 5px;
    text-indent: 0;
  }
  .oshirase_l > .oshirase_date {
    left: 80px;
  }
  .oshirase_l > .oshirase_date::before {
    top: 0;
  }
    

  .oshirase_lt {
    font-size: 18px;
    height: 35px;
    padding: 5px 15px;
  }

  .oshirase_b {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 18px;
    width: 80px;
    height: 48px;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
  }

  .oshirase_b:hover {
    color: #333;
  }

  .oshirase_catnav {
    border-top: 2px solid #90e871;
    background-color: #f3f3f3;
    position: static;
  }

  .oshirase_tab,
  .koushin_tab {
    border-bottom: 2px solid #90e871;
    background-color: #f3f3f3;
    max-height: none;
    overflow: visible;
    border-radius: 0;
  }

  .icon_event {
    color: #fff;
    background: #f6a111;
    display: inline-block;
    height: 30px;
    width: 70px;
    text-align: center;
    padding-top: 2px;
    margin-right: 10px;
  }

  .icon_important {
    color: #fff;
    background: #ef1238;
    display: inline-block;
    height: 30px;
    width: 70px;
    text-align: center;
    padding-top: 2px;
    margin-right: 10px;
  }

  .icon_news {
    color: #fff;
    background: #119af6;
    display: inline-block;
    height: 30px;
    width: 70px;
    text-align: center;
    padding-top: 2px;
    margin-right: 10px;
  }

  .oshirase_tab a:not(.oshirase_b):nth-child(2) {
    order: 1;
}
.oshirase_tab a:not(.oshirase_b):nth-child(3) {
    order: 3;
}
.oshirase_tab a:not(.oshirase_b):nth-child(4) {
    order: 5;
}
.oshirase_tab a:not(.oshirase_b):nth-child(5) {
    order: 7;
}
.oshirase_tab a:not(.oshirase_b):nth-child(6) {
    order: 9;
}
.oshirase_tab a:not(.oshirase_b):nth-child(7) {
    order: 2;
}
.oshirase_tab a:not(.oshirase_b):nth-child(8) {
    order: 4;
}
.oshirase_tab a:not(.oshirase_b):nth-child(9) {
    order: 6;
}
.oshirase_tab a:not(.oshirase_b):nth-child(10) {
    order: 8;
}
.oshirase_tab a:not(.oshirase_b):nth-child(11) {
    order: 10;
}

  /*埼玉支部*/
  .saitama_m {
    height: 395px;
    border-radius: 15px;
    background: url("../img/bg_saitama.png");
    display: flex;
    flex-wrap: wrap;
    padding-left: 315px;
    margin-top: 2rem;
    padding-top: 0;
    font-size: 16px;
  }

  .tajyo1 {
    width: 420px;
    height: 350px;
    border: #000 4px solid;
    margin-top: 25px;
    background: #fff;
  }

  .tajyo2 {
    width: 420px;
    height: 350px;
    border: #000 4px solid;
    margin-right: 10px;
    margin-top: 25px;
    margin-left: 20px;
    background: #fff;
    display: flex;
  }

  .tajyo1 .carousel-control-prev,
  .tajyo2 .carousel-control-prev {
    display: flex;
    left: -25px;
  }

  .tajyo1 .carousel-control-next,
  .tajyo2 .carousel-control-next {
    display: flex;
    right: -25px;
  }

  .tajyo1 .carousel-control-prev-icon,
  .tajyo1 .carousel-control-next-icon,
  .tajyo2 .carousel-control-prev-icon,
  .tajyo2 .carousel-control-next-icon {
    background-color: #333;
    border: 5px #333 solid;
    width: 30px;
    height: 30px;
  }

  .tajyo1 .carousel-indicators li,
  .tajyo2 .carousel-indicators li {
    border-bottom: 10px solid transparent;
  }

  .tajyo_h {
    width: 265px;
    border-top: 55px solid #000;
    border-right: 30px solid transparent;
    margin: 0;
  }

  .tajyo_t {
    color: #fff;
    position: absolute;
    margin: -50px 0;
  }

  .tajyo_info {
    width: 50%;
  }

  .tajyo_info span {
    display: block;
  }

  .tajyo_race_jo {
    font-size: 20px;
    display: block;
  }

  .tajyo_photo {
    width: 50%;
    text-align: center;
    margin-top: 35px;
  }

  .tajyo_race {
    padding: 65px 0 15px 25px;
    line-height: 1.8;
  }

  .tajyo_syu {
    width: 50px;
    text-align: center;
    display: inline-block;
  }

  .tajyo_race_player {
    margin-top: 1rem;
  }

  /*次のレース*/
  .next_h {
    border-top: 55px solid #7ab8ff;
    border-right: 30px solid transparent;
    margin: -15px -15px;
  }

  .next_t {
    position: absolute;
    margin: -50px 15px;
  }

  .next_m {

    background: #eeffff;
    border: 2px solid #7ab8ff;
    border-radius: 15px;
    padding: 0;
  }

  .next_b {
    border: 2px dashed #7ab8ff;
  }

  /*優勝選手*/
  .yusho_h {
    border-top: 55px solid #ff7f7f;
    border-right: 30px solid transparent;
    margin: -15px -15px;
  }

  .yusho_t {
    position: absolute;
    margin: -50px 15px;
  }

  .yusho_m {
    background: #ffeeee;
    border: 2px solid #ff7f7f;
    border-radius: 15px;
    padding: 0;
    height: 445px;
  }

  .yusho_b {
    border: 2px dashed #ff7f7f;
  }

  .yusho_p {
    height: 180px;
  }

  /*本日のイベント*/
  .event_h {
    border-top: 55px solid #9999ff;
    border-right: 30px solid transparent;
    margin: -15px -15px;
    top: 0;
  }

  .event_t {
    position: absolute;
    margin: -50px 15px;
  }

  .event_list {
    display: flex;
  }

  .event_m {
    background: #eeeeff;
    border: 2px solid #9999ff;
    border-radius: 15px;
    padding: 50px 0 20px;
  }

  .event_b {
    border-bottom: 2px dashed #9999ff;
  }

  .event_title {
    width: 100%;
    white-space: nowrap;
  }

  /*enjyo*/
  .enjoy_t {
    width: 100%;
    position: absolute;
    margin: -40px 0 0 0;
    text-align: center;
  }

  .enjoy_t img {
    max-width: 100%;
    width: 90%;
    margin-left: -30px;
  }

  .enjoy_m {
    width: 100%;
    height: 400px;
    background: #ffeeff;
    border: 2px solid #ff99ff;
    border-radius: 15px;
  }

  .enjoy_list {
    margin-top: 140px;
  }

  /*下段バナーコンテンツ*/
  .btm_ban {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }

  .btm_ban_r {
    width: 100%;
    order: 2;
    margin-top: 10px;
  }

  .btm_ban .sns_m {
    display: block;
  }

  .btm_ban .ban_wwp {
    width: 100%;
    order: 1;
    margin: 0;
  }

  /*twitter*/
  .tw_area {
    margin-top: 3rem;
  }

  /*sns*/
  .sns_m {
    display: none;
    width: 100%;
    margin-top: 18px;
    height: 55px;
    background: #999;
  }

  .sns_f {
    height: 55px;
    display: inline-block;
    text-align: center;
    padding: 7px;
    font-size: 26px;
    color: #fff;
    background: #132f7c;
  }

  .sns_t {
    height: 55px;
    display: inline-block;
    text-align: center;
    padding: 7px;
    font-size: 26px;
    color: #fff;
    background: #000;
  }

  .sns_i {
    height: 55px;
    display: inline-block;
    text-align: center;
    padding: 7px;
    font-size: 26px;
    color: #fff;
    background: #e7249e;
  }

  .sns_l {
    height: 55px;
    display: inline-block;
    text-align: center;
    padding: 7px;
    font-size: 26px;
    color: #fff;
    background: #39b54a;
  }

  .sns_f:hover {
    color: #fff;
  }

  .sns_t:hover {
    color: #fff;
  }

  .sns_i:hover {
    color: #fff;
  }

  .sns_l:hover {
    color: #fff;
  }

  /*カレンダー*/
  .calendar {
    margin: auto;
    padding-top: 30px;
    max-width: 1200px;
  }

  .calendar_m {
    display: flex;
    flex-wrap: wrap;
  }

  .calendar_t {
    min-width: 360px;
    width: 25%;
    height: 130px;
    margin: -15px -40px 30px 0;
    border-top: 110px solid #01cbea;
    border-right: 30px solid transparent;
    z-index: 20;
  }

  .calendar_t h4 {
    font-size: 32px;
    font-weight: 600;
    margin: -85px 0 0 20px;
  }

  .calendar_c {
    height: 130px;
    margin: -20px 0 30px 25%;
    border-bottom: 110px solid #71e6ff;
    border-left: 30px solid transparent;
    width: calc(100% - 25% + 40px);
    padding: 0;
  }

  .calendar_c > .row {
    margin: 0;
  }

  .calendar_c2 {
    margin: 25px 0 0 -10px;
    background: #fff;
  }

  .calendar_table {
    width: 100%;
    background: #fff;
  }

  .calendar_legend {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1rem;
  }

  .legends_box {
    display: flex;
    margin-bottom: 8px;
  }

  .calendar_legend:nth-child(2) .legends_box {
    margin-bottom: 0;
  }

  .legends_box:not(:last-child) {
    margin-right: 10px;
  }

  .calendar_table td {
    font-size: 16px;
  }


  .honjo {
    background: #01cbea;
  }

  .day {
    width: 3%;
  }

  .saturday {
    width: 3%;
    color: #3fa9f5;
    background: #ecf6f9;
  }

  .sunday {
    width: 3%;
    color: #ff1d25;
    background: #faecee;
  }

  .sc_race {
    margin: 5px 10px;
    padding: 5px 0;
    text-align: center;
    width: 30px;
  }

  .sc_info {
    margin: 5px 10px 0 0;
    padding: 5px 0;
    text-align: center;
  }

  /*footer*/
  footer {
    min-width: 1200px;
    max-width: none;
    margin: auto;
    font-size: 16px;
  }

  footer a {
    text-decoration: underline;
  }

  footer a:hover {
    color: #fff;
  }

  .footer_link {
    display: flex;
    padding: 0;
  }

  .link_wrap1,
  .link_wrap2,
  .link_wrap3,
  .link_wrap4 {
    width: 25%;
    margin: 0;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .footer_link .collapse {
    display: block;
  }



  .link_1,
  .link_2,
  .link_3,
  .link_4,
  .link_5,
  .link_6,
  .link_7 {
    padding: 0;
  }
  .link_4 h5 {/* 202205追加 */
    font-size: 24px;
  }

  .footer_link ul {
    padding: 0;
    list-style: none;
  }

  .footer_link ul li a {
    padding: 0;
  }

  .link_sub {
    background-color: #ccccff;
    height: 50px;
    text-align: center;
    padding: 0;
    font-size: 0.85rem;
  }

  .link_sub > div {
    justify-content: center;
  }

  .link_sub > .col-6 {
    border-right: 1px solid #dee2e6;
  }

  .link_sub a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .link_sub a:hover {
    color: #333;
  }

  .link_ban {
    height: 400px;
    background-color: #eeeeff;
  }

  .copyright {
    background-color: #ccccff;
    padding: 10px;
    height: 50px;
    text-align: center;
  }

  /*右メニュー*/
  .fixed-right {
    position: fixed;
    /*top: 175px;*/
	/*チャットボットで移動(20231019)*/
    top: 136px;

    right: 0;
    width: 80px;
    font-size: 0.55em;
    padding: 5px 0 5px 0;
    white-space: nowrap;
    z-index: 110;
    filter: drop-shadow(2px 2px 2px rgba(128, 128, 128, 0.6));
  }

  .fr_b:hover {
    opacity: 0.5;
  }

  .fr_1 {
    width: 80px;
    height: 80px;
    color: #ffffff;
    background: #01cbea;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 10px 0 0 0;
  }

  .fr_2 {
    width: 80px;
    height: 300px;
    color: #ffffff;
    background: #ef1238;
    margin-bottom: 10px;
    padding: 5px;
  }

  .fr_3 {
    width: 80px;
    height: 80px;
    color: #ffffff;
    background: #cccccc;
    margin-bottom: 10px;
    padding: 5px;
  }

  .fr_4 {
    width: 80px;
    height: 80px;
    color: #ffffff;
    background: #666666;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 0 0 0 10px;
  }

  .fr_1 img,
  .fr_2 img,
  .fr_3 img,
  .fr_4 img {
    width: 70px;
  }

  .font_29 {
    font-size: 29px;
  }

  .font_21 {
    font-size: 21px;
  }

  .font_26 {
    font-size: 26px;
  }

  .font_32 {
    font-size: 32px;
  }

  .font_64 {
    font-size: 64px;
  }

  .white {
    color: #fff;
  }

  .black {
    color: #333;
  }

  .yellow {
    color: #ffff64;
  }

  .center {
    text-align: center
  }

  .align-left {
    text-align: left
  }

  .align-right {
    text-align: right
  }

  .u {
    text-decoration: underline;
    color: #3399CC;
  }

  a.u:hover {
    color: #66CCFF;
  }

  a.u:visited {
    color: #3399CC;
  }

  .b {
    font-weight: bold;
  }

  h1 {
    white-space: nowrap;
    margin: 0.9rem 0 0.9rem 0.9rem
  }

  h2 {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
    padding: 0;
    color: #333;
    overflow: hidden;
    height: 3em;
    margin-bottom: 0;
  }

  h3 {
    font-size: 21px;
    color: #fff;
    padding: 5px 0;
    font-weight: 600;
  }

  h5 {
    font-size: 32px;
    padding: 5px 0;
  }

  .top_60 {
    padding-top: 60px;
  }

  .top_130 {
    padding-top: 130px;
  }

  .bg_white {
    background: #fff;
  }

  button {
    padding: 0;
    border: none;
    background: transparent;
    line-height: 1.2;
  }

  button img {
    display: block;
  }

  .btn {
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
    padding: 0.75em 0.25em
  }

  .btn_sub {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    text-decoration: underline;
  }

  .btn_sub:hover {
    background: #fff;
    text-decoration: none;
  }

  .btn:hover {
    opacity: 0.7;
  }

  .btn_lg {
    flex-wrap: wrap;
    height: 85px !important;
    padding: 0.25rem;
    line-height: 1.25rem;
  }

  .btn_lg i {
    width: 100%;
    font-size: 20px;
    padding-bottom: 0.25rem;
    margin-top: auto;
  }

  .btn_lg.btn_03 i {
    font-size: 23px;
  }

  .btn_nikkan img {
    width: 75%;
  }

  .next_race_bottom > .btn_nikkan img {
    width: 50%;
  }

  .kaisaidata_tab {
    display: flex;
    flex-wrap: nowrap;
    background-color: #01cbea;
  }

  .kaisaidata_tab > .tab_02 {
    width: 100%;
  }

  /* 初期表示 */
  .data_flame,
  .kaisaidata_tab {
    display: none;
  }

  #data_loading {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .tab_00 {
    background: #99ccff;
    width: 100%;
    height: 100%;
  }

  .tab_01 {
    background: #99ccff;
    width: 100%;
    height: 45px;
  }

  .tab_01:hover {
    color: #333;
    background: #fff;
    opacity: 1;
  }

  .tab_active {
    background: #fff;
  }

  .tab_02 {
    color: #fff;
    width: 14%;
    height: 47px;
  }

  .tab_02:hover {
    background: none;
    opacity: 1;
  }

  .tab_02btn {
    border: 1px #fff solid;
    padding: 0;
    margin: 0;
    border-right: 0;
    font-size: 15px;
    color: #fff;
    width: 100%;
    height: 47px;
    line-height: 16px;
  }

  .tab_02btn:hover {
    color: #000;
    background: #fff;
    opacity: 1.0;
  }

  .tab_02c {
    width: 15%;
    border: none;
  }

  .tab_02l .tab_02btn {
    border-radius: 10px 0 0 10px !important;
  }

  .tab_02r {
    width: 14%;
  }

  .tab_02r .tab_02btn {
    border-radius: 0 10px 10px 0 !important;
    border-right: 1px solid #fff;
  }

  .tab_02btn.active {
    color: #333;
    background: #fff;
  }

  .tab_12r {
    border-right: 2px solid #01cbea;
  }

  .data_flame {
    width: 100%;
    height: 490px;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    overflow: hidden;
  }

  /* 
  出走表table
 */
  .data_flame#disp03,
  .data_flame#disp04 {
    height: 545px;
  }

  .data_table {
    width: 100%;
    height: 100%;
    text-align: center;
    border-spacing: 0;
  }

  /* 20210531 chrome対応 */
  #main_open_pc .data_table {
    min-height: auto;
    min-height: initial;
  }
  #disp01-01 table.data_table {
    margin-bottom: 0;
  }
  #disp01-01 thead tr th {
    height: 26px;
  }
  #disp01-01 .data_table tbody td[name^="yosou"] {
	  height: 67px;
  }
  
  /* 20210402 No.8修正 */
  .motor_boat_table {
    width: 81px;
  }

  /* オリジナル展示 20211208 */
  #disp02-01 .data_table, #disp02-02 .data_table {
    height: calc(100% - 70px);
  }
  .oriten_hanrei_inn {
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .oriten_hanrei_image {
    justify-content: space-between;
    margin-left: 20px;
    display: flex;
    width: 220px;
  }
  a.btn_oriten {
    margin-left: auto;
  }
  th.tenji_fix {
	width: 70px;
  }

  /* オッズ */
  .odds_table_wrap {
    display: flex;
    justify-content: space-around;
    background-color: #01cbea;
    width: 100%;
    height: 100%;
  }

  .data_table.odds_table {
    width: 600px;
    height: calc(100% - 0.8rem - 4px);
    font-size: 0.875rem;
    background-color: #fff;
  }

  .odds_table caption,
  .odds_table2 caption,
  .odds_table3 caption,
  .odds_table_auto caption {
    caption-side: top;
    font-size: 0.85rem;
    padding: 0;
    background-color: #01cbea;
    color: #fff;
    line-height: 1.25em;
  }

  .odds_table tbody {
    display: flex;
  }

  .odds_table > tbody > tr {
    width: 100px;
    display: flex;
    flex-flow: column;
  }

  .odds_table table {
    display: table;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    border: none;
    margin: 0 -1px;
  }

  .odds_table table tbody {
    display: table-row-group;
  }

  .odds_table table tr {
    display: table-row;
    width: 100%;
  }

  .odds_table table th,
  .odds_table table td {
    display: table-cell;
  }

  .data_table.odds_table2 {
    width: 24%;
    height: calc(100% - 0.8rem - 4px);
    font-size: 0.9rem;
    background-color: #fff;
  }

  .data_table.odds_table3 {
    background-color: #fff;
    width: 300px;
    height: calc(100% - 0.8rem - 4px);
    font-size: 0.9rem;
  }

  .odds_table3 table {
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    border: none;
    margin: -1px;
  }

  .data_table.odds_table_auto {
    width: auto;
    /* 20210326 No.75対応 */
    /* min-width: 120px; */
    min-width: 125px;
    height: calc(100% - 0.8rem - 4px);
    background-color: #fff;
    font-size: 0.9rem;
  }

  /* AI予想 */
  .ai_box {
    height: 33.3%;
    flex-flow: nowrap;
    background-color: #FFFFFF;
  }

  .ai_prof {
    width: 35%;
    min-height: auto;
    height: 100%;
  }

  .ai_image {
    max-width: 80px;
    margin-right: 1rem;
    margin-left: -30px;
  }

  .ai_yosou {
    width: 65%;
    padding-left: 1rem;
    background-color: #FFFFFF;
  }

  .yosou_box span {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin: 0.5rem 0 0.25rem;
    border: 1px solid #aaa;
  }

  /* モーダル */
  .modal-content {
    padding: 30px 30px 15px;
  }
}

/* オッズtable IE11対応 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .odds_table, .odds_table > tbody, .odds_table > caption, .odds_table > tbody > tr, .odds_table > tbody > tr > th, .odds_table > tbody > tr > td {
		display: block;
	}
    *::-ms-backdrop, .odds_table > tbody > tr {
        float: left;
    }
}

/* 20210330 No.54対応 */
.banner_sm {
  display: none !important;
}

.banner_md {
  display: flex;
}
