@charset "utf-8";

/*==============================================
儲かる条件
================================================
0.0 - 共通パーツ
1.0 - みんなのメモラベル
2.0 - みんなのMyレースラベル
3.0 - みんなのメモラベル詳細ページ
4.0 - みんなのMyレースラベル詳細ページ
==============================================*/

/*----------------------------------------------
# 0.0 - 共通パーツ
----------------------------------------------*/
.Title_Sec_Balloon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
  margin: 21px 10px 21px;
  gap: 0 8px;
}
.Title_Sec_Balloon h2 {
  color: #777;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.37;
}
.Balloon {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 130px;
  max-width: 100%;
  color: #3251bc;
  font-size: 10px;
  background: #eff3ff;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
}
.Balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #eff3ff;
}
.Balloon span {
  margin: 0;
  padding: 0;
}
.moneyConditionsTop .master_course_infoText01 {
  margin-top: 21px;
}
.LabelRankingTitle{
  min-height: 70px;
  justify-content: center;
  margin: 0;
  /* margin: 21px 0 0; */
  padding: 14px 0 11px;
  background:#3251BC;
}
.LabelRankingTitle h2{
  margin-top: 20px;
  color: #FFFFFF;
}
.LabelRankingTitle .Balloon{
  padding: 3px 17px 4px;
  position: absolute;
  top: 27%;
  right: 50%;
  transform: translate(50%, -50%);
}
.LabelRankingTitle .Balloon::before{
  margin-top: -11px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-90deg);
}
.moneyConditionsTop .MemoLabel{
  position: relative;
}
.moneyConditionsTop .MemoLabel::before{
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #3251BC;
  z-index: 1;
}
.moneyConditionsTop .MemoLabel .Title_Sec{
  margin:0 0 21px;
  padding: 21px 10px 0;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px 10px 0 0;
}
.notelabel_ranking .Title_Sec,
.myracelabel_ranking .Title_Sec{
  margin: 5px 10px;
}
.notelabel_ranking .Title_Sec h2,
.myracelabel_ranking .Title_Sec h2{
  font-size: 77.78%;
}
.notelabel_results .Title_Sec_Tab,
.myracelabel_results .Title_Sec_Tab{
  margin: 10px;
}
.notelabel_results .Title_Sec_Tab h2,
.myracelabel_results .Title_Sec_Tab h2{
  font-size: 83.33%;
}
.Title_Sec_Tab {
  margin: 21px 10px 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Title_Sec_Tab h2 {
  color: #777;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.37;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.Title_Sec_Tab h2 span {
  display: none;
  border-radius: 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  text-align: center;
  display: inline-block;
}
.Title_Sec2 {
  margin-bottom: 21px;
  margin-top: 21px;
}
.MemoLabel .SubTitle h3,
.raceLabel .SubTitle h3,
.moneyConditionsTop .SubTitle h3{
  color: #757575;
  font-size: 72.22%;
  font-weight: bold;
  line-height: 1.94;
  margin: 18px 10px;
}
.slick-slide {
  height: unset;
}
@keyframes displayAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.LinkBtn_More {
  width: 68%;
  cursor: pointer;
}
.MoreColumnList .icon_Read01 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 13px;
  width: 11px;
  height: 12px;
  background: url(../img/icon/icon_sprite_column.png) no-repeat;
  -webkit-background-size: 70px auto;
  -moz-background-size: 70px auto;
  background-size: 70px auto;
  background-position: -26px -96px;
}
.disp_none {
  display: none!important;
}
.MoreColumnList .LinkBtn_More{
  display: flex;
}
.MoreColumnList .LinkBtn_More a{
  border: none;
  width: 100%;
  font-size: 10px;
}
.MoreColumnList a .Icon_Arrow{
  height: 8px;
}

/*----------------------------------------------
# 1.0 - みんなのメモラベル
----------------------------------------------*/
.memoLabel_List_Wrap {
  margin: 20px 0 5px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
ul.memoLabel_List {
  display: flex;
  gap: 0 10px;
  color: #444;
  font-size: 14px;
  margin: auto;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  padding: 0 10px 11px;
}
.memoLabel_List_Item {
  flex: 1;
}
.memoLabel_List_Item a {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  color: #444;
}
.memoLabel_List_Item.Active a {
  animation-name: displayAnimation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.memoLabel_List_Item.bk03.Active a {
  background-color: #6A7291;
  border: 1px solid #6A7291;
  color: #fff;
}
.memoLabel_List_Item.bk02.Active a {
  background-color: #e4918e;
  border: 1px solid #e4918e;
  color: #fff;
}
.memoLabel_List_Item.bk01.Active a {
  background-color: #699EE6;
  border: 1px solid #699EE6;
  color: #fff;
}
.memoLabel_Item_Content {
  /* display: none; */
  padding: 0 10px;
}
li.memoLabel_Horse_Wrap {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 8px;
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 10px 6px;
}
li.memoLabel_Horse_Wrap:last-child {
  margin-bottom: 0px;
}
li.memoLabel_Horse_Wrap.Blurred {
  position: relative;
}
/* li.memoLabel_Horse_Wrap.Blurred:after {
  content: "";
  display: block;
  position: absolute;
  width: 210px;
  height: 66px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  top: 0px;
  left: 55px;
  margin: auto;
  z-index: 2;
} */
.Blurred_Img {
  max-height: 43px;
  width: 100%;
  height: auto;
}
li.memoLabel_Horse_Wrap > a.Outer_Link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.memoLabel_Horse_Race {
  display: flex;
  font-weight: bold;
  text-align: center;
  color: #3251bc;
  background: #fff;
  width: 45px;
  padding: 6px 0;
  border-radius: 4px;
  align-items: center;
  flex-direction: column;
  gap: 4px 0;
  border: 1px solid #3251bc;
}
.memoLabel_Horse_Race.Race_Fixed,
.raceLabel_Race_Box.Race_Fixed {
  color: #c53131;
  border: 1px solid #c53131;
}
span.memoLabel_Horse_Race_Jyo {
  font-size: 72%;
}
span.memoLabel_Horse_Race_Num {
  font-size: 89%;
}
.memoLabel_Horse_Data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.memoLabel_Horse_Name_Wrap {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
div[class^="Waku"] {
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
}
/* 枠色 */
div.Waku1 {
  background: #fff;
  border: 1px solid #707070;
}
div.Waku2 {
  background: #222;
  color: #fff !important;
}
div.Waku3 {
  background: #dc3c3c;
  color: #fff !important;
}
div.Waku4 {
  background: #2c53a9;
  color: #fff !important;
}
div.Waku5 {
  background: #e4ca3b;
  color: #fff !important;
}
div.Waku6 {
  background: #58af4a;
  color: #fff !important;
}
div.Waku7 {
  background: #de8a26;
  color: #fff !important;
}
div.Waku8 {
  background: #dc6179;
  color: #fff !important;
}
.memoLabel_Horse_Name {
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
  z-index: 2;
}
.memoLabel_Horse_Name img {
  width: 13px;
  height: auto;
}
.memoLabel_Horse_Data_Detail {
  display: flex;
  align-items: center;
  color: #555;
  font-size: 12px;
  margin-top: 5px;
  gap: 0 8px;
  letter-spacing: -0.2px;
}
.memoLabel_Horse_Data .Vote_Count {
  font-size: 15px;
  font-weight: 600;
  color: #444;
}
.Master_Regist_Box {
  width: calc(100% - 20px);
  border: 2px solid #603F80;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  margin: 20px auto 20px;
  padding: 20px;
  white-space: normal;
}
.Master_Regist_Box * {
  font-size: 16px!important;
}
.Master_Regist_Box .Master_Regist_MsgArea01 {
  margin-bottom: 26px;
  text-align: center;
}
.Master_Regist_Box p.Master_Regist_Msg01,
.Master_Regist_Box p.Master_Regist_Msg02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.43;
}
.Master_Regist_Box p.Master_Regist_Msg02 {
  display: inline;
  border-bottom: 1px solid #603F80;
  margin-bottom: 22px;
  padding-bottom: 5px;
  line-height: 1.8;
}
.Master_Regist_Box p.Master_Regist_Msg_Campaign01 {
  position: relative;
  color: #603F80;
  font-size: 11px!important;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.Master_Regist_Box p.Master_Regist_Msg_Campaign01:before,
.Master_Regist_Box p.Master_Regist_Msg_Campaign01:after {
  content: '';
  height: 21px;
  width: 3px;
  display: inline-block;
  background: #603F80;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
}
.Master_Regist_Box p.Master_Regist_Msg_Campaign01:before {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin: 0 6px 0 0;
}
.Master_Regist_Box p.Master_Regist_Msg_Campaign01:after {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  margin: 0 0 0 6px;
}
.Master_Regist_Box p.Master_Regist_Msg_Campaign01 em {
  font-size: 13px!important;
}
.Master_Regist_Btn {
  line-height: 1.2;
  font-size: 15px !important;
  position: relative;
  display: block;
  background: #603F80;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
  color: #FFF !important;
  margin: 7px auto 10px;
  padding: 14px 28px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: max-content;
}
.Master_Regist_Txt02 {
  line-height: 1.3;
  font-size: 100%;
  text-align: center;
}
.Master_Regist_Txt02 > a {
  display: block;
  font-size: 12px!important;
  text-align: center;
  text-decoration: underline!important;
  color: #333;
}

/*----------------------------------------------
# 2.0 - みんなのMyレースラベル
----------------------------------------------*/
section.raceLabel {
  margin-top: 40px;
}
.raceLabel_List_Wrap {
  margin: 22px 0 24px;
}
ul.raceLabel_List {
  display: flex;
  gap: 0 20px;
  color: #444;
  font-size: 14px;
  margin: auto;
  width: 60%;
  min-width: 267px;
}
.raceLabel_List_Item {
  flex: 1;
}
.raceLabel_List_Item a {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  color: #444;
}
.raceLabel_List_Item.Active a {
  animation-name: displayAnimation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.raceLabel_List_Item:first-child.Active a {
  background-color: #2dd0d0;
  border: 1px solid #2dd0d0;
  color: #fff;
}
.raceLabel_List_Item:nth-child(2).Active a {
  background-color: #a549bb;
  border: 1px solid #a549bb;
  color: #fff;
}
.raceLabel_List_Item:last-child.Active a {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
}
.raceLabel_Legend_Wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 0 10px;
}
.raceLabel_Legend_Wrap .Title_Sec{
  margin:0 0 12px;
}
.raceLabel_Legend_Wrap .Title_Sec h2{
  font-size:77.78%;
}
.raceLabel_Legend_Note {
  color: #666666;
  font-size: 10px;
}
.raceLabel_Legend_Value img {
  width: 100%;
  max-width: 126px;
  margin-bottom: 2px;
}
.raceLabel_Item_Content {
  padding: 0 10px 10px;
}
.raceLabel_Item_Content .Race_Infomation_Box{
  margin:0 0 5px;
}
.raceLabel_Item_Content .raceLabel_Legend_Wrap{
  padding: 0;
}
li.raceLabel_Race_Wrap {
  border: 1px solid #cacaca;
  border-radius: 8px;
  padding: 10px 10px 2px 10px;
  margin-bottom: 10px;
}
li.raceLabel_Race_Wrap:last-child {
  margin-bottom: 0px;
}
.raceLabel_Race_Inner {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.raceLabel_Race_Wrap > span[id^="bet_complete_"] {
  display: none;
  position: relative;
  z-index: 100;
}
.raceLabel_Race_Wrap > span[id^="bet_complete"]:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 42px 0 0;
  border-color: #7e7e7e transparent transparent transparent;
  border-radius: 4px 0 0 0;
  opacity: 0.9;
  pointer-events: none;
}
.raceLabel_Race_Wrap > span[id^="bet_complete"]:after {
  content: "\9078\629e\6e08";
  position: absolute;
  transform: rotate(315deg);
  display: block;
  white-space: pre;
  top: -4px;
  left: -10px;
  text-align: center;
  font-size: 55.56%;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
dt.Race_Name {
  margin-bottom: 5px;
}
dt.Race_Name a {
  font-size: 17px;
  font-weight: 600;
}
dd.Race_Data {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 0 10px;
  color: #444;
}
.raceLabel_Race_Box {
  display: flex;
  font-weight: bold;
  text-align: center;
  color: #3251bc;
  background: #fff;
  width: 45px;
  padding: 6px 0;
  border-radius: 4px;
  align-items: center;
  flex-direction: column;
  border: 1px solid #3251bc;
  position: relative;
}
span.raceLabel_Race_Jyo {
  margin-bottom: 4px;
  font-size: 72%;
}
span.raceLabel_Race_Num {
  font-size: 89%;
}
.raceLabel_Race_Box .MyRaceCheck{
  display: block;
  background: #ef5350;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -3px;
  right: -5px;
}
.raceLabel_Race_Box .MyRaceCheck::after{
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  position: absolute;
  top: 3px;
  right: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
.raceLabel_Race_Box .MyRaceCheck {
  top: 50%;
  right: -6px;
  margin-top: -25px;
}
.Dirt {
  color: #874c11;
}
.Turf {
  color: #58af4a;
}
.raceLabel_Graph_Wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 10px;
}
.raceLabel_Graph_Wrap.raceLabel_Result {
}
.raceLabel_Graph {
  position: relative;
  width: 70%;
  padding: 0;
}
.raceLabel_Graph_Wrap.raceLabel_Result .raceLabel_Graph {
  width: 60%;
}
.raceLabel_Graph::before,
.raceLabel_Graph::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-size: cover;
}
.raceLabel_Graph::before {
  background-image: url(../img/race/moneyConditions/radius_shape_top.png);
  top: 7px;
  left: 0px;
}
.raceLabel_Graph::after {
  background-image: url(../img/race/moneyConditions/radius_shape_bottom.png);
  bottom: 7px;
  left: 0px;
}
.raceLabel_Graph_Wrap.raceLabel_Result .raceLabel_Graph::before {
  top: 5px;
}
.raceLabel_Graph_Wrap.raceLabel_Result .raceLabel_Graph::after {
  bottom: 5px;
}
.raceLabel_Graph_Data_Wrap {
  width: 30%;
  padding: 8px 0;
}
.raceLabel_Graph_Wrap.raceLabel_Result .raceLabel_Graph_Data_Wrap {
  width: 40%;
}
.raceLabel_Graph_Data {
  color: #444;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}
.raceLabel_Graph_Data_02 {
  color: #444;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  margin-top: 8px;
}
.raceLabel_Graph_Data_02 dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
}
.raceLabel_Graph_Data span {
  color: #ef5350;
}
span.Result_Position {
  color: #444;
  margin-left: 10px;
}
@media only screen and (max-width: 375px) {
  .raceLabel_Graph {
    width: 65%;
  }
  .raceLabel_Graph_Data_Wrap {
    width: 35%;
  }
  .raceLabel_Graph::before {
    top: 5px;
  }
  .raceLabel_Graph::after {
    bottom: 5px;
  }
  .raceLabel_Graph_Wrap.raceLabel_Result .raceLabel_Graph {
    width: 55%;
  }
  .raceLabel_Graph_Wrap.raceLabel_Result .raceLabel_Graph_Data_Wrap {
    width: 45%;
  }
  .raceLabel_Graph_Wrap.raceLabel_Result .raceLabel_Graph::before {
    top: 4px;
  }
  .raceLabel_Graph_Wrap.raceLabel_Result .raceLabel_Graph::after {
    bottom: 4px;
  }
}
@media (min-width: 376px) and (max-width: 768px) {
  .raceLabel_Graph::before {
    top: 6px;
  }
  .raceLabel_Graph_Wrap.raceLabel_Result .raceLabel_Graph::before {
    top: 5px;
  }
  .raceLabel_Graph::after {
    bottom: 6px;
  }
  .raceLabel_Graph_Wrap.raceLabel_Result .raceLabel_Graph::after {
    bottom: 5px;
  }
}

/*----------------------------------------------
# 3.0 - みんなのメモラベル詳細ページ
----------------------------------------------*/
ul.Race_Type_Tabs {
  display: flex;
  align-items: center;
}
ul.Race_Type_Tabs li[class^="Tab_Type_"] {
  border: 1px solid #888;
  text-align: center;
  background: #fff;
  color: #444;
  font-size: 13px;
  flex: 1;
  cursor: pointer;
}
ul.Race_Type_Tabs li[class^="Tab_Type_"].Active {
  font-weight: 600;
  color: #fff;
  animation-name: displayAnimation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
ul.Race_Type_Tabs li[class^="Tab_Type_"] a {
  color: #444;
  padding: 10px 15px;
  display: block;
}
ul.Race_Type_Tabs li[class^="Tab_Type_"].Active a {
  color: #fff;
}
ul.Race_Type_Tabs li.Tab_Type_Jra.Active {
  background: #8B8B8B;
  border: 1px solid #8B8B8B;
}
ul.Race_Type_Tabs li.Tab_Type_Nar.Active {
  background: #8B8B8B;
  border: 1px solid #8B8B8B;
}
ul.Race_Type_Tabs li:first-child {
  border-radius: 4px 0 0 4px;
}
ul.Race_Type_Tabs li:last-child {
  border-radius: 0 4px 4px 0;
}
.memoLabel_Highlight_Wrap {
  margin-top: 20px;
}
.memoLabel_Highlight_Inner {
  padding: 0 10px;
}
li.memoLabel_Highlight_Item {
  margin-bottom: 10px;
  background: #feebed;
  border: 1px solid #cacaca;
  border-radius: 8px;
  padding: 10px;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
li.memoLabel_Highlight_Item:last-child {
  margin-bottom: 0px;
}
li.memoLabel_Highlight_Item a.Outer_Link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.Highlight_Horse_Data{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.Highlight_Race {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 105%;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}
.Highlight_Race_Num {
  color: #555;
  margin: 0 5px;
}
.Highlight_Race_Name {
  color: #0033aa;
}
.Highlight_Horse {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.Highlight_Horse_Name {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.Highlight_Horse_Name span.Vote_Count {
  font-size: 14px;
}
.Highlight_Impact_Data {
  min-width: 90px;
  font-weight: 600;
  text-align: right;
}
.Highlight_Impact_Ninki {
  font-size: 14px;
  margin-bottom: 6px;
}
.Highlight_Impact_Ninki span {
  color: #ef5350;
}
.Highlight_Impact_Odds {
  color: #ef5350;
  font-size: 16px;
}
.Jiso_Performance {
  margin-top: 30px;
}
.Jiso_Performance .Title_Sec_Tab h2 span.data1 {
  background: #e6918f;
}
.Jiso_Performance .Title_Sec_Tab h2 span.data2 {
  background-color: #6a7291;
}
.Jiso_Performance .Title_Sec_Tab h2 span.data3 {
  background-color: #6a7291;
}
.Jiso_Table .Jiso_Value.Highlight {
  color: #ef5350;
}
.Jiso_Table_Wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 10px;
  margin-bottom: 20px;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar {
  display: none;
}
table.Jiso_Table {
  width: 140%;
  border-collapse: collapse;
}
@media only screen and (max-width: 375px) {
  table.Jiso_Table {
    width: 180%;
  }
}
table.Jiso_Table tr:nth-child(odd),
table.Jiso_Table tr:nth-child(odd) th.Jiso_Table_Sticky {
  background: #fff;
}
table.Jiso_Table tr:nth-child(even),
table.Jiso_Table tr:nth-child(even) th.Jiso_Table_Sticky {
  background: #f3f3f3;
}
table.Jiso_Table th,
table.Jiso_Table td {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ddd;
  vertical-align: middle;
  padding: 10px;
}
table.Jiso_Table td {
  text-align: right;
}
table.Jiso_Table td.alignCenter {
  text-align: center;
}
table.Jiso_Table tr:first-child th:first-child {
  text-align: center;
  background: #444;
}
table.Jiso_Table tr:first-child th,
table.Jiso_Table tr:nth-child(2) th {
  background: #8b8b8b;
  color: #fff;
  font-size: 12px;
  padding: 4px;
}
.Jiso_Table_Sticky {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 2;
}
th.Jiso_Table_Sticky:after {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  right: -1px;
}
th.Jiso_Table_Sticky:before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  left: -1px;
}
th.Jiso_Table_Sticky.Scrolling:after,
th.Jiso_Table_Sticky.Scrolling:before {
  display: block;
}
.Jiso_Term_Tabs_Wrap {
  width: 100%;
  max-width: 120px;
}
ul.Jiso_Term_Tabs {
  display: flex;
  align-items: center;
  color: #444;
  font-size: 13px;
  text-align: center;
}
ul.Jiso_Term_Tabs li {
  border: 1px solid #8b8b8b;
  padding: 8px;
  flex: 1;
  cursor: pointer;
}
ul.Jiso_Term_Tabs li:first-child {
  border-radius: 4px 0 0 4px;
}
ul.Jiso_Term_Tabs li:last-child {
  border-radius: 0 4px 4px 0;
}
ul.Jiso_Term_Tabs li[class^="Jiso_Term_"].Active {
  background: #8b8b8b;
  border: 1px solid #8b8b8b;
  font-weight: 600;
  color: #fff;
  animation-name: displayAnimation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

/*----------------------------------------------
# 4.0 - みんなのMyレースラベル詳細ページ
----------------------------------------------*/
.Solid_Performance .Title_Sec_Tab h2 span.data1 {
  background: #2dd0d0;
}
.Solid_Performance .Title_Sec_Tab h2 span.data2 {
  background: #000;
}
.Solid_Performance .Title_Sec_Tab h2 span.data3 {
  background: #a549bb;
}
.Solid_Term_Tabs_Wrap {
  width: 100%;
  max-width: 120px;
}
ul.Solid_Term_Tabs {
  display: flex;
  align-items: center;
  color: #444;
  font-size: 13px;
  text-align: center;
}
ul.Solid_Term_Tabs li {
  border: 1px solid #8b8b8b;
  padding: 8px;
  flex: 1;
  cursor: pointer;
}
ul.Solid_Term_Tabs li:first-child {
  border-radius: 4px 0 0 4px;
}
ul.Solid_Term_Tabs li:last-child {
  border-radius: 0 4px 4px 0;
}
ul.Solid_Term_Tabs li[class^="Solid_Term_"].Active {
  background: #8b8b8b;
  border: 1px solid #8b8b8b;
  font-weight: 600;
  color: #fff;
  animation-name: displayAnimation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.Solid_Scatter_Wrap {
  position: relative;
}
.Race_Label_Table_Wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 10px;
  margin-bottom: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
table.Race_Label_Table {
  width: max-content;
  border-collapse: collapse;
}
table.Race_Label_Table tr:nth-child(odd) {
  /* table.Race_Label_Table tr:nth-child(odd) th.Race_Label_Table_Sticky { */
  background: #f3f3f3;
}
table.Race_Label_Table tr:nth-child(even) {
  /* table.Race_Label_Table tr:nth-child(even) th.Race_Label_Table_Sticky { */
  background: #fff;
}
table.Jiso_Table.label01 tr:nth-child(n + 2) th.Jiso_Table_Sticky {
  width: 105px;
  background: #699EE6;
  color:#fff;
}
table.Jiso_Table.label02 tr:nth-child(n + 2) th.Jiso_Table_Sticky {
  width: 105px;
  background: #E4918E;
  color: #fff;
}
table.Jiso_Table.label03 tr:nth-child(n + 2) th.Jiso_Table_Sticky {
  width: 105px;
  background: #6A7291;
  color: #fff;
}
table.Race_Label_Table.data1 tr:nth-child(n + 2) th.Race_Label_Table_Sticky {
  background: #dbfcfc;
}
table.Race_Label_Table.data2 tr:nth-child(n + 2) th.Race_Label_Table_Sticky {
  background: #dedede;
}
table.Race_Label_Table.data3 tr:nth-child(n + 2) th.Race_Label_Table_Sticky {
  background: #ecdcf0;
}
table.Race_Label_Table th,
table.Race_Label_Table td {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #cacaca;
  vertical-align: middle;
  padding: 10px;
}
table.Race_Label_Table td {
  text-align: right;
}
table.Race_Label_Table td.alignCenter {
  text-align: center;
}
table.Race_Label_Table tr:first-child th:first-child {
  text-align: center;
  background: #444;
}
table.Race_Label_Table tr:first-child th {
  background: #8b8b8b;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}
.Race_Label_Table_Sticky {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 2;
}
th.Race_Label_Table_Sticky:after {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  right: -1px;
}
th.Race_Label_Table_Sticky:before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  left: -1px;
}
th.Race_Label_Table_Sticky.Scrolling:after,
th.Race_Label_Table_Sticky.Scrolling:before {
  display: block;
}

.yAxisLabelsWrap {
  position: absolute;
  background: #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: right;
  display: flex;
  flex-direction: column;
  top: 3px;
  left: 0px;
  width: 35px;
  z-index: 5;
  color: #666;
}
.yAxisLabelsWrap div {
  margin-bottom: 6.9px;
}
.Solid_Scatter_Inner {
  position: relative;
  width: 100%;
  overflow-x: auto;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar {
  display: none;
}
.Solid_Scatter_Title {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #777;
  margin: 10px 0;
}
