@charset "UTF-8";
/* コンテンツここから */
/*---------------------------
  0. 共通
  1. レース別メモ
    1.1 .NoteTable_Container
    1.2 登録モーダル  .MemoInputModal
    1.3 上書きモーダル
    1.4 レース別メモ 記入フォーム
    1.5 ラップタイム
  2. note_past5.html
  3. user_notes.html
    3.1 Myメモ
    3.2 Myメモ一覧
  4. user_notes_schedule.html
    4.1 メモ選手出走情報
  5. 出走表 選手モーダル
    5.1 一行メモ
  6. メモラベルの成績
    6.1 メモメニュー
    6.2 次走買いをつけた選手の成績
    6.3 メモラベル別の成績
---------------------------*/
/*======================================
共通
======================================*/
.BetAddInputModal .Title_Sec h2 {
  color: #757575;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.37;
}
.NoteLabel {
  padding: 5px 8px;
  border-radius: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
}
@media screen and (max-width: 540px) {
  .NoteLabel {
    padding: 1.3333333333vw 2.1333333333vw;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.NoteLabel.bk01 {
  background-color: #E6918F;
}
.NoteLabel.bk02 {
  background-color: #699EE6;
}
.NoteLabel.bk03 {
  background-color: #6A7291;
}

.NoteIcon {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 0;
  font-size: 0;
  border-radius: 23px;
  background-color: #CACACA;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  padding: 0;
  cursor: pointer;
  pointer-events: none;
}
.NoteIcon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 2px;
  transform: rotate(45deg);
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.New_Comment .NoteIcon::before, .New_Comment .NoteIcon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 540px) {
  .New_Comment .NoteIcon::before, .New_Comment .NoteIcon::after {
    width: 0.5333333333vw;
    height: 3.2vw;
  }
}
.New_Comment .NoteIcon::before {
  transform: inherit;
  border-top: none;
  border-right: none;
}
.New_Comment .NoteIcon::after {
  transform: rotate(90deg);
}

/*======================================
1. レース別メモ
======================================*/
#Netkeiba_Race_Result .NoteTable_Container {
  padding: 0;
}

#Netkeiba_Race_Result #sp_nk_race_kekka {
  margin: 30px auto 30px !important;
}

.NoteTable_Container {
  padding: 10px 0 40px;
}
.NoteTable_Container .NoteBtn03 {
  display: block;
  min-width: 107px;
  color: #444;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #BFBFBF;
  background: #fff;
  line-height: 2.16;
  border-radius: 2em;
  cursor: pointer;
}

.Note_Table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.Note_Table td {
  border: 1px solid #DADADA;
  vertical-align: middle;
}
.Note_Table .Player_Name {
  padding: 11px 5px;
  min-width: 60px;
  font-size: 0.875rem;
  color: #666666;
  font-weight: bold;
}
.Note_Table .Comment {
  position: relative;
  min-width: 210px;
  padding: 5px 5px;
}
.Note_Table .Comment a {
  display: block;
}
.Note_Table .Comment .New_Comment .Comment_Text {
  margin-left: 28px;
  color: #C1C1C1;
}
.Note_Table .Comment .New_Comment .NoteIcon {
  right: auto;
  left: 5px;
  bottom: 7px;
}
.Note_Table .Comment .New_Comment .NoteIcon::before, .Note_Table .Comment .New_Comment .NoteIcon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.Note_Table .Comment .New_Comment .NoteIcon::before {
  transform: inherit;
  border-top: none;
  border-right: none;
}
.Note_Table .Comment .New_Comment .NoteIcon::after {
  transform: rotate(90deg);
}
.Note_Table .Comment .NoteIcon {
  bottom: 5px;
  right: 10px;
}
.Note_Table .Comment .NoteLabel_Inner {
  display: block;
}
.Note_Table .Comment .NoteLabel {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}
.Note_Table .Comment .Comment_Text {
  display: block;
  position: relative;
  padding-right: 25px;
  line-height: 1.56;
  font-size: 0.875rem;
  color: #444;
  overflow-wrap: anywhere;
}

.Note_Table [class*=Jyuni],
.Stable_Time [class*=Jyuni]{
  min-width: 25px;
  vertical-align: middle;
  padding: 0 1px;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-size: 0.8125rem;
}

.Note_Table [class*=Waku], .Stable_Time [class*=Waku] {
  min-width: 21px;
  vertical-align: middle;
  padding: 0 1px;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 540px) {
  .Note_Table [class*=Jyuni],
  .Stable_Time [class*=Jyuni]{
    min-width: auto;
    width: 6.6667vw;
    padding: 0 0.2666666667vw;
  }
  .Note_Table [class*=Waku], .Stable_Time [class*=Waku] {
    min-width: auto;
    width: 5.6vw;
    padding: 0 0.2666666667vw;
  }
  .Note_Table .Player_Name {
    width: 28.9333333333vw;
    min-width: auto;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .Note_Table .Comment {
    padding: 1.3333333333vw 1.3333333333vw;
    min-width: auto;
    width: 56vw;
  }
  .Note_Table .Comment .Comment_Text {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding-right: 5.8666666667vw;
  }
  .Note_Table .Comment .NoteLabel {
    margin-right: 1.3333333333vw;
  }
  .Note_Table .Comment .NoteIcon {
    bottom: 1.3333333333vw;
    right: 2.6666666667vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .Note_Table .Comment .NoteIcon::before {
    width: 1.6vw;
    height: 1.6vw;
  }
  .Note_Table .Comment .New_Comment .Comment_Text {
    margin-left: 7.4666666667vw;
  }
  .Note_Table .Comment .New_Comment .NoteIcon::before, .Note_Table .Comment .New_Comment .NoteIcon::after {
    width: 0.5333333333vw;
    height: 3.2vw;
  }
}
.MoreBtn_Inenr {
  position: relative;
  margin-top: 10px;
  z-index: 10;
}
.MoreBtn_Inenr::before {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}

.MoreBtn {
  display: block;
  width: 49%;
  min-width: 142px;
  margin: 0 auto;
  position: relative;
  color: #666;
  font-size: 61%;
  text-align: center;
  border: 1px solid #DADADA;
  background: #fff;
  border-radius: 1.27em;
  line-height: 2.55;
}
.MoreBtn .Icon_ArrowB {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: none;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
}

.MoreBtn02 {
  display: block;
  width: 78%;
  min-width: 142px;
  margin: 0 auto;
  position: relative;
  color: #666;
  font-size: 61%;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 1.27em;
  line-height: 2.55;
}
.MoreBtn02 .icon_Read01 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 13px;
  width: 11px;
  height: 12px;
  background: url("../img/icon_sprite_column.png") no-repeat;
  background-size: 70px auto;
  background-position: -26px -96px;
}

/*最初の隠しボタン*/
.NoteForm_Button {
  display: block;
  min-width: 142px;
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  color: #444;
  font-size: 14px;
  text-align: center;
  border: 1px solid #C8C8C8;
  background: #fff;
  border-radius: 4px;
  line-height: 2.7;
  cursor: pointer;
}

.NoteForm_Button_Text {
  margin-top: 5px;
  text-align: center;
  color: #6B6B6B;
  font-size: 11px;
}

/*---------------------------------
登録モーダル  .MemoInputModal
---------------------------------*/
body .Wrap.ViewOut {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
  position: relative !important;
  top: 0 !important;
  left: 0;
}

footer.ViewOut {
  opacity: 0;
}

.ModalOverlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 7200;
  transition: opacity 0.7s, transform 0s 0.5s;
}

.BetAddInputModal {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  position: fixed;
  left: 50%;
  margin-top: 40px;
  z-index: 7500;
  border-radius: 10px 10px 0 0;
  overflow-y: scroll;
  transform: translate3d(-50%, 0, 0);
  transition: all 0.4s;
}

@media screen and (min-width: 768px) {
  .BetAddInputModal {
    max-width: 480px;
  }
}
.BetAddInputModal.OpenDraw {
  height: 100vh;
  top: 10%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
}
#EditAllModal.BetAddInputModal.OpenDraw,
#EditPlayerNoteModal.BetAddInputModal.OpenDraw{
  height: 100%;
  top:0;
}
.BetAddInputModal .BetAddInputModal{
  top: 0;
}
.BetAddInputModal .BetAddInputModal.OpenDraw {
  top: 0;
}
.AddIframe{
  padding-bottom: 60px;
}

.ModalCloseBtn01 {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 35px;
  height: 35px;
  margin-left: -13px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.MemoInputModal .Title_Sec {
  margin: 21px 10px;
}

/*--------------------------
編集用スライドインモーダル
--------------------------*/
.EditNoteModalOverlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 7200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.EditNoteModalOverlay.is-active {
  opacity: 1;
  visibility: visible;
}

.EditNoteModal {
  background-color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 7500;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: transform 0.4s ease-out;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .EditNoteModal {
    max-width: 480px;
  }
}
.EditNoteModal.is-active {
  transform: translate(-50%, 0);
}

.EditNoteModalHeader {
  position: relative;
  padding: 16px 20px;
  border-bottom: 1px solid #DADADA;
  background: #fff;
  flex-shrink: 0;
}

.EditNoteModalHeader h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #444;
  margin: 0;
  text-align: center;
}

.EditNoteModalClose {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.EditNoteModalClose::before,
.EditNoteModalClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #888;
  transform: translate(-50%, -50%) rotate(45deg);
}

.EditNoteModalClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.EditNoteModalBody {
  overflow-y: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
  .EditNoteModal {
    border-radius: 20px;
    max-height: 80vh;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }

  .EditNoteModal.is-active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.NoteTextarea {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}

#colorbox.NoteFormColorBox {
  top: 50% !important;
  position: fixed !important;
  transform: translateY(-50%) !important;
}

/*--------------------------
上書きモーダル
--------------------------*/
#ModalBg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9000;
}

.default_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-height: 95%;
  overflow-y: auto;
  max-width: 355px;
  z-index: 9001;
  background: #fff; /* Safari用 */
  transform: translate(-50%, -50%);
  border-radius: 10px;
  color: #444;
}

.default_popup .popUpHead {
  position: relative;
  padding: 37px 25px 26px;
  font-size: 1.125rem;
  line-height: 1.55;
}

.default_popup .popUpBody {
  padding: 0 56px 37px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 540px) {
  .default_popup .popUpBody {
    padding: 0 14.9333333333vw 9.8666666667vw;
  }
}
.default_popup .popUpBody strong {
  display: block;
  margin-bottom: 10px;
}

.popUpButton_Inner {
  margin-bottom: 35px;
  text-align: center;
}
.popUpButton_Inner .popUpButton {
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 1.125rem;
  padding: 8px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
.popUpButton_Inner .popUpButton.Cancel_Btn02 {
  width: 133px;
  background-color: #E9E9E9;
  color: #333333;
}
.popUpButton_Inner .popUpButton.Save_Btn {
  width: 98px;
  margin-left: 10px;
  background-color: #3150BB;
  color: #fff;
  font-weight: bold;
}

/*======================================
選手メモ 記入フォーム
======================================*/
.NoteForm_Cont input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.NoteForm_Cont input[type=checkbox] {
  display: none;
}
.NoteForm_Head {
  margin: 0 10px 15px;
}
.NoteForm_Head .Race_Date,
.NoteForm_Head .Race_GroupName,
.NoteForm_Head .Race_Hi_Name,
.NoteForm_Head .Icon_GradeType,
.NoteForm_Head .Race_Place,
.NoteForm_Head .Race_Num{
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #666;
}
.NoteForm_Head .Icon_GradeType{
  padding:0;
  margin:0;
  min-width: inherit;
  background:none;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1;
  color: #666;
  vertical-align: inherit;
}
.NoteForm_Head .Race_Name {
  font-size: 1rem;
  font-weight: bold;
  color: #444;
}
.NoteCheck_Inner {
  margin-bottom: 10px;
  padding-left: 10px;
  white-space: normal;
}
.NoteCheck_Label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 50px;
  font-size: 0.875rem;
  background-color: #E9E9E9;
  vertical-align: middle;
  cursor: pointer;
}
.SelectedPlayer {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.SelectedPlayer.NoteCheck_Inner .NoteCheck_Label {
  padding: 5px 15px 5px 27px;
  font-weight: bold;
  position: relative;
}
.SelectedPlayer .NoteCheck_Label::before {
  position: absolute;
  top: 50%;
  left: 9px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #888888;
  border-bottom: 2px solid #888888;
  border-radius: 1px;
  content: "";
  transform: rotate(45deg);
}
.NoteCheck_Inner .NoteCheck_Label{
  padding: 5px 7px;
  color: #444;
}
.SelectedPlayer .NoteCheck:checked+.bgc01 {
  background-color: #EF5350;
}
.NoteCheck:checked + .NoteCheck_Label.bgc01:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.NoteCheck:checked + [class^= bgc]{
  background-color: #6A7291;
  color: #fff;
  font-weight: bold;
}
.NoteCheck:checked + .bgc01 {
  background-color: #E4918E;
  color: #fff;
  font-weight: bold;
}
.NoteCheck:checked + .bgc02 {
  background-color: #699EE6;
  color: #fff;
  font-weight: bold;
}
.NoteCheck:checked + .bgc03{
  background-color: #6A7291;
  color: #fff;
  font-weight: bold;
}
.NoteTextarea_Inner {
  position: relative;
  padding: 0 10px;
}
.NoteTextarea {
  width: 100%;
  height: 150px;
  padding: 13px 15px;
  line-height: 1.44;
  border: solid 1px #CACACA;
  border-radius: 4px;
  color: #444444;
  font-size: 1.0625rem;
}
.NoteTextarea:focus-visible {
  outline: 1px solid #3251BC;
}
.Counter_Text {
  position: absolute;
  bottom: 10px;
  left: 14px;
  color: #444444;
  font-size: 0.8125rem;
}
.Counter_Text.Error {
  color: #EF5350;
}

.NoteButton_Inner {
  margin-top: 13px;
  text-align: right;
}
.NoteButton_Inner .NoteBtn01 {
  border: none;
  box-shadow: none;
  margin: 0;
  border-radius: 5px;
  font-size: 0.875rem;
  padding: 5px 0;
  box-sizing: border-box;
  cursor: pointer;
}
.NoteButton_Inner .NoteBtn01.Cancel_Btn01,
.NoteButton_Inner .NoteBtn01.Cancel_Btn02 {
  width: 102px;
  background-color: #E9E9E9;
  color: #333333;
}
.NoteButton_Inner .NoteBtn01.Save_Btn {
  margin-left: 10px;
  width: 76px;
  background-color: #ef5350;
  color: #fff;
  font-weight: bold;
}

/*======================================
2.出走表 メモ機能 note_past5.html
======================================*/
body#Netkeiba_Race_Shutuba .Wrap {
  overflow: visible;
}

.Shutuba_Table .PlayerList > dd + div + dd {
  border-left: 1px solid #E3E5EB;
}

.Shutuba_Table .Cancel {
  text-align: left;
  background-color: #F3F3F3;
}

.Shutuba_Table .PlayerList.Cancel > dt + dt {
  margin-left: -0.5px;
}

ul.RaceInfo_Tab02_v2 li {
  position: relative;
}

ul.RaceInfo_Tab02_v2 li.NaviAlert::after {
  position: absolute;
  content: "";
  display: block;
  right: 3px;
  left: auto;
  top: -3px;
  border-radius: 1em;
  width: 8px;
  height: 8px;
  background: #DD5E56;
}

.Shutuba_Note_Table {
  white-space: nowrap;
}

.TableHorizontal .Shutuba_Note_Table .PlayerList > dd {
  text-align: left;
  font-weight: 300;
}

.TableHorizontal .Header dt {
  padding: 5px 1px;
  font-weight: 300;
  height: 64px;
}

.TableHorizontal .Header .PlayerWaku {
  position: sticky;
  position: sticky;
  left: -1px;
  text-align: center;
  z-index: 50;
}

.TableHorizontal .Header .PlayerName_Stick,
.TableHorizontal .Shutuba_Table .PlayerList [class*=PlayerName_Stick] {
  display: none;
  position: sticky;
  z-index: 50;
  writing-mode: vertical-rl;
}

.TableHorizontal .Header .PlayerName_Stick.first_turn,
.TableHorizontal .Shutuba_Table .PlayerList [class*=PlayerName_Stick].first_turn {
  left: -1px !important;
}

.TableHorizontal .PlayerList .PlayerName_Stick {
  font-size: 0.6875rem !important;
}

.TableHorizontal .Header .PlayerName_Stick.stickyCol,
.TableHorizontal .Shutuba_Table .PlayerList [class*=PlayerName_Stick].stickyCol {
  display: flex;
}

.TableHorizontal .PlayerList .PlayerName_Stick a {
  color: #fff;
}

.TableHorizontal .PlayerList .PlayerName_Stick.Waku a,
.TableHorizontal .PlayerList .PlayerName_Stick.Waku1 a {
  color: #555;
}

.Shutuba_Table .Header .PlayerName,
.Shutuba_Table .PlayerList .PlayerName {
  position: sticky;
  left: 18px;
  text-align: center;
  z-index: 50;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  display: none;
  width: 21px;
  overflow: hidden;
}

.TableHorizontal .Header .Player_Name {
  padding: 12px 5px;
  justify-content: left;
}

.TableHorizontal .Header .Player_Memo {
  justify-content: left;
  align-items: end;
  padding: 5px 5px 6px 5px;
}
.TableHorizontal .Header .Player_Memo .Memo_Item02 {
  display: block;
  font-weight: 600;
}

.TableHorizontal .Header .Race_Memo {
  display: table;
  text-align: left;
}
.TableHorizontal .Header .Race_Memo .Memo_Item01 {
  display: block;
  padding: 2px 5px 17px;
  font-size: 0.9375rem;
}
.TableHorizontal .Header .Race_Memo .Memo_Item02 {
  display: block;
  padding: 0 0 0 5px;
  font-weight: 600;
  font-size: 0.8125rem;
}

.TableHorizontal .Shutuba_Note_Table .Header .Past {
  justify-content: left;
  align-items: end;
  padding: 5px 6px 6px 5px;
  font-weight: 600;
}

.Shutuba_Note_Table .Player_Comment {
  position: relative;
}
.Shutuba_Note_Table .Player_Comment::before {
  content: "";
  border-bottom: 1.6em solid transparent;
  border-right: 1.6em solid #D6FFA2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.Shutuba_Note_Table .Player_Comment .NoteIcon {
  bottom: 5px;
  right: 8px;
}
.Shutuba_Note_Table .Player_Comment.New_Comment::before {
  content: none;
}
.Shutuba_Note_Table .Player_Comment.New_Comment .Player_Comment_Text {
  color: #DADADA;
  text-indent: inherit;
}
.Shutuba_Note_Table .Player_Comment.New_Comment .Player_Comment_Text::before {
  content: none;
}

.Shutuba_Note_Table .Player_Comment a {
  display: block;
  height: 100%;
  padding: 5px 8px 5px 8px;
}

.Shutuba_Note_Table .Player_Comment_Text {
  position: relative;
  line-height: 1.44;
  font-size: 0.9375rem;
  color: #444;
  white-space: initial;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow-wrap: break-word;
}
.Shutuba_Note_Table .Player_Comment_Text::before {
  background: url("../img/icon/icon_note.png") no-repeat;
  background-size: contain;
  content: "";
  width: 13px;
  height: 16px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.Shutuba_Note_Table .PlayerCheckBtn {
  width: 37px;
  height: 37px;
  border-radius: 4px;
}

.Shutuba_Note_Table .Shutuba_Table_Btn01 {
  font-weight: 300;
}

.TableHorizontal .Shutuba_Note_Table .PlayerList .Player_Info {
  white-space: initial;
}

.TableHorizontal .Shutuba_Note_Table .PlayerList .Player_Info .Icon_Note {
  display: inline-block;
  margin-bottom: 10px;
}

/*出走表*/
.Shutuba_Note_Table .PlayerList > dd {
  text-align: left;
}
.Shutuba_Note_Table .Player_Info .Favorite {
  display: inline-block;
}
.Shutuba_Note_Table .Player_Info .Favorite.disp_none {
  display: none;
}
.Shutuba_Note_Table .Player_Info .Favorite a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-image: url(../img/icon/icon_fav01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
}
.Shutuba_Note_Table .Player_Info .Favorite a span {
  display: inline-block;
  width: 15px;
  height: 12px;
  text-indent: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.Shutuba_Note_Table .Player_Info .Player01_a {
  white-space: inherit;
  font-size: 1rem;
}
.Shutuba_Note_Table .Player_Info .Player01_a > .Mark {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background: #111;
  border-radius: 50%;
  text-align: center;
  margin-left: 2px;
  line-height: 17px;
  width: 17px;
  height: 17px;
  position: relative;
  top: -1px;
}
.Shutuba_Note_Table .Player_Info .Player02_a {
  margin-bottom: 10px;
}
.Shutuba_Note_Table .Player_Info .Player02_a span {
  color: #777;
  font-size: 0.6875rem;
  font-weight: 600;
}
.Shutuba_Note_Table .Player_Info .Player03_a {
  display: flex;
  justify-content: space-between;
}
.Shutuba_Note_Table .Player_Info .Player03_a .Num01 {
  font-size: 0.6875rem;
  color: #777;
}
.Shutuba_Note_Table .Player_Info .Player03_a .Num02 {
  font-size: 0.75rem;
  color: #555;
  font-weight: 600;
}
.Shutuba_Note_Table .Race_Note {
  position: relative;
  padding: 6px 7px;
  text-align: left;
}
.Shutuba_Note_Table .Race_Note.DataLine_Now::after {
  background: #555;
  content: "";
  display: block;
  width: 3px;
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.Shutuba_Note_Table .Race_Note .DataLine {
  position: relative;
}
.Shutuba_Note_Table .Race_Note .Data01 {
  margin-bottom: 5px;
  display: block;
  color: #666666;
  font-size: 0.8125rem;
}
.Shutuba_Note_Table .Race_Note .Data02 {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #444444;
  font-weight: 600;
  font-size: 1rem;
}
.Shutuba_Note_Table .Race_Note .Data03 {
  margin-bottom: 7px;
  display: block;
  color: #666666;
  font-size: 0.8125rem;
}
.Shutuba_Note_Table .Race_Note .Data04 .Num {
  position: relative;
  top: -2px;
  display: inline-block;
  background: #e3ebf0;
  border: 1px solid #b2b2b2;
  padding: 2px 0;
  width: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.Shutuba_Note_Table .Race_Note .Data04 .Num.Ranking_1 {
  background: #ffef84 !important;
  border: 1px solid #ccB834 !important;
}
.Shutuba_Note_Table .Race_Note .Data04 .Num.Ranking_2 {
  background: #d8f6ff !important;
  border: 1px solid #6aacce !important;
}
.Shutuba_Note_Table .Race_Note .Data04 .Num.Ranking_3 {
  background: #ffd4d4 !important;
  border: 1px solid #ff9494 !important;
}
.Shutuba_Note_Table .Race_Note .NoteLabel {
  position: absolute;
  right: 7px;
  top: -3px;
  padding: 4px 8px;
  font-size: 0.625rem;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner {
  position: relative;
  height: 45px;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner::before {
  content: "";
  border-bottom: 1.6em solid transparent;
  border-right: 1.6em solid #D6FFA2;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -7px;
  margin-top: -66px;
  z-index: 2;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner.New_Comment::before {
  content: none;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner.New_Comment .Race_Note_Text {
  color: #DADADA;
  text-indent: initial;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner.New_Comment .Race_Note_Text::before {
  content: none;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner a {
  display: block;
  height: 100%;
  white-space: initial;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner .NoteIcon {
  bottom: -2px;
  right: 0px;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Text {
  position: relative;
  color: #444444;
  line-height: 1.46;
  font-size: 0.9375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Text::before {
  background: url("../img/icon/icon_note.png") no-repeat;
  background-size: contain;
  content: "";
  width: 13px;
  height: 16px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.TableHorizontal .Shutuba_Note_Table .PlayerList > dd:has(.NoteLabel) .Race_Note_Inner::before {
  content: "";
}
.TableHorizontal .Shutuba_Note_Table .PlayerList > dd:has(.NoteLabel) .Race_Note_Text::before {
  content: "";
}
.TableHorizontal .Shutuba_Note_Table .PlayerList > dd:has(.NoteLabel) .Race_Note_Inner.New_Comment .Race_Note_Text {
  text-indent: 1.1em;
}

.Shutuba_Note_Table .PlayerList .Rest {
  line-height: 1.4;
  min-width: 168px;
}
.Shutuba_Note_Table .PlayerList .Rest > span {
  margin: 0;
  display: block;
  line-height: 1.3;
  font-size: 12px;
}
.Shutuba_Note_Table .PlayerList .Rest > span:nth-child(1) {
  white-space: normal;
  font-size: 14px;
}

/*======================================
3.Myメモ・Myメモ一覧 user_notes.html
======================================*/
/*Myメモ*/
.Title_Sec_Sub {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 21px 10px 12px;
}
.Title_Sec_Sub h3 {
  color: #757575;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.37;
  margin-right: auto;
}

.UserNotes_Inner {
  padding-bottom: 1px;
  margin-bottom: 17px;
}

.UserNotes_EntryPlayer {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 10px;
}
.UserNotes_EntryPlayer li {
  margin-right: 10px;
  border: solid 1px #DADADA;
  border-radius: 4px;
}
.UserNotes_EntryPlayer li .UserNotes_Head {
  padding: 9px 15px;
  background-color: #F3F3F3;
  border-bottom: solid 1px #DADADA;
  border-radius: 4px 4px 0 0;
}
.UserNotes_EntryPlayer li .UserNotes_Body {
  width: 100%;
  padding: 8px 15px 0 15px;
}
.UserNotes_EntryPlayer li .UserNotes_Body .Rest_Player {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #757575;
  font-size: 0.6875rem;
}
.UserNotes_EntryPlayer li .Player_Info {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.UserNotes_EntryPlayer li .Player_Info .PlayerName {
  font-size: 0.875rem;
  color: #444444;
  font-weight: 600;
}
.UserNotes_EntryPlayer li .Player_Info .NoteLabel {
  font-size: 0.625rem;
}

.UserNotes_EntryPlayer li .UserNotes_Head .RaceName {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 1.0625rem;
}

.UserNotes_EntryPlayer li .UserNotes_Head .RaceData {
  font-size: 0.6875rem;
  color: #666666;
}

.UserNotes_EntryPlayer li .UserNotes_Head .RaceStatus {
  color: #EF5350;
  font-size: 66.66%;
  font-weight: 700;
}

.Memo_DeleteWrap.delete_before,
.Memo_DeleteWrap.delete_after {
  display: none;
}
.Memo_DeleteWrap{
  text-align: right;
}
.Memo_DeleteWrap .Memo_Delete {
  position: relative;
  display: inline-block;
  width: 43px;
  color: #666;
  padding: 6px 0;
  font-size: 77.78%;
  border-radius: 1.23em;
  border: 1px solid #707070;
  cursor: pointer;
  background: url(../img/icon/icon_kaime.png) no-repeat;
  background-position: center;
  background-size: 17px 18px;
  text-align: center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.Memo_DeleteWrap .Memo_Cancel {
  position: relative;
  display: inline-block;
  color: #666;
  padding: 6px 12px;
  font-size: 77.78%;
  border-radius: 1.23em;
  border: 1px solid #707070;
  background: #FFFFFF;
  cursor: pointer;
}
.User_Notes .User_Notes_List.Delete_Wrap{
  display: flex;
}
.User_Notes .User_Notes_List.Delete_Wrap .User_Notes_ListInner{
  width: 100%;
}
.Delete_show .User_Notes .User_Notes_List.Delete_Wrap .User_Notes_ListInner{
  max-width: calc(100% - 58px);
}

.Memo_Check.Delete_After{
  display: none;
}
.Delete_Wrap .Memo_Check {
  margin: auto;
  margin-left: 22px;
  padding-left: 6px;
  cursor: pointer;
  display: none;
}
.Note_TabItem.is-show.Delete_show .Memo_Check.Delete_After{
  display: block;
}
.Delete_Wrap .Memo_Check .MemoCheck_Select{
  display: none;
}
.Delete_Wrap .Memo_Check .MemoCheckBtn{
  display: inline-block;
  border-radius: 8px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  box-shadow: none;
}
.MemoCheck_Select + label{
  background: #fff;
  border: 1px solid #888;
  position: relative;
}
.MemoCheck_Select + label:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -5px;
  width: 9px;
  height: 18px;
  border-right: 2px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.MemoCheck_Select:checked + label{
  background: #ef5350;
  border: 1px solid #ef5350;
}
.MemoCheck_Select:checked + label:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.InputFixedArea01{
  padding: 6px 10px 8px;
}
.Netkeiba_Race_Result .InputBtnBox .Btn01 {
  background: #fff;
  min-height: 46px;
  color: #666;
  font-size: 83.34%;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.Netkeiba_Race_Result .User_Notes_Head .NoteLabel_Inner{
  overflow: inherit;
}

/*タブメニュー*/
.Note_Menu {
  margin: 0 0 24px 10px;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.Note_Menu_Label {
  color: #666;
  font-size: 77.78%;
  display: inline-block;
  line-height: 2;
  border: 1px solid #e1e1e1;
  border-radius: 2em;
  padding: 0 14px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}

.Note_Menu_Label input {
  display: none;
}

.Note_Menu_Label + .Note_Menu_Label {
  margin-left: 10px;
}

.Note_Menu_Label.active {
  color: #fff;
  font-weight: bold;
  background-color: #3251bc;
  border-color: #3251bc;
}

.Note_TabItem {
  display: none;
  padding: 0 10px;
  margin-bottom: 16px;
}
.Note_TabItem.is-show {
  display: block;
}

/*Myメモ一覧*/
.User_Notes .Race_Dataline {
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.User_Notes .Race_Dataline .RaceData {
  position: relative;
  padding-left: 17px;
  font-weight: 600;
  color: #666666;
  font-size: 0.6875rem;
}
.User_Notes .Race_Dataline .RaceData::before {
  background: url(../img/icon/user_notes_icon.png) no-repeat;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  background-size: contain;
  top: -2px;
  left: 0%;
}
.User_Notes .Race_Dataline .Notes_Title {
  color: #757575;
  font-size: 0.625rem;
}
.User_Notes_Head {
  padding-left: 5px;
}
.User_Notes_Head .Head_Name {
  display: inline-block;
  font-weight: normal;
  font-size: 0.75rem;
}
.User_Notes_Head .RaceData {
  margin-top: 5px;
  display: block;
  font-size: 0.75rem;
  color: #666666;
}
.User_Notes_Head .Player_Name_Inner {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.User_Notes_Head .NoteLabel_Inner {
  color: #888;
  max-width: 400px;
  max-width: calc(100% - 130px);
  overflow: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.User_Notes_List {
  display: block;
  margin: 8px auto 15px;
  width: 100%;
  padding: 12px 10px;
  border: solid 1px #DADADA;
  border-radius: 4px;
}
.User_Notes_List .Player_Name {
  font-size: 0.9375rem;
  font-weight: 600;
}
.User_Notes_List .NoteLabel {
  display: inline-block;
  font-size: 0.625rem;
}
.User_Notes_List .NoteLabel + .NoteLabel {
  margin-left: 5px;
}
.User_Notes_List .Notes_Text {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #F3F3F3;
  border-radius: 4px;
  color: #444;
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}
.User_Notes_List .Notes_Text .Notes_Tag {
  margin-right: 14px;
  padding: 5px 12px;
  border-radius: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
}

.User_Notes_List .Notes_Text .Notes_Tag {
  background-color: #E03D3D;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag01 {
  background-color: #E03D3D;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag02 {
  background-color: #4993BB;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag03 {
  background-color: #FF9D00;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag04 {
  background-color: #2CD0D0;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag05 {
  background-color: #000000;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag06 {
  background-color: #A549BB;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag07 {
  background-color: #8FBB49;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag08 {
  background-color: #B7880B;
}

@media screen and (max-width: 540px) {
  .User_Notes_List {
    padding: 3.2vw 2.6666666667vw;
  }
  .User_Notes_List .Notes_Text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .User_Notes_List .Player_Name {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .User_Notes_Head {
    padding-left: 0.5333333333vw;
  }
  .User_Notes_Head .NoteLabel_Inner {
    max-width: 52.5333333333vw;
  }
  .User_Notes_List .NoteLabel_Inner {
    height: 5.8666666667vw;
  }
  .User_Notes_List .NoteLabel {
    font-size: 10px;
    font-size: 2.6666666667vw;
    margin-bottom: 2px;
  }
  .User_Notes_List .NoteLabel + .NoteLabel {
    margin-left: 1.0666666667vw;
  }
}
@media screen and (max-width: 360px) {
  .User_Notes_List .NoteLabel_Inner {
    height: auto;
  }
  .User_Notes_List .Player_Name {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
/**もっと見るボタン**/
.LinkBtn_More {
  display: block;
  width: 79%;
  min-width: 142px;
  margin: 0 auto;
  position: relative;
  color: #666;
  font-size: 61%;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 1.27em;
  line-height: 2.55;
  cursor: pointer;
}
.LinkBtn_More .icon_Read01 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 13px;
  width: 11px;
  height: 12px;
  background: url(https://cdn.netkeiba.com/img.news.sp/common/img/icon/icon_sprite_column.png?20180723) no-repeat;
  background-size: 70px auto;
  background-position: -26px -96px;
}

.Shutuba_Form_Footer.Phase01_Btn {
  margin: 15px 20px 0;
}

/*---------------------------------
4.メモ選手出走情報 user_notes_schedule.html
---------------------------------*/
/*出走表タブ*/
.TypeChangeMenu_Note {
  margin-bottom: 18px;
}

.TypeChangeMenu_Note li a {
  padding: 7px 6px 8px;
  font-size: 0.8125rem;
}

/* 日付ナビゲーション */
.Race_Bookmark_List .RaceDayWrap_Inner {
  margin-bottom: 0;
}

.Tab_RaceDaySelect ul.Tab1 li .Tab_Single {
  width: 75%;
  border-bottom: 0 none;
}

.EntryPlayer_Note {
  margin-bottom: 30px;
}
.EntryPlayer_Note .EntryPlayer_Day {
  padding: 9px 10px;
  color: #444;
  font-size: 83.334%;
  background-color: #e7e7e7;
}
.EntryPlayer_Note .EntryPlayer_Day .sat {
  color: #3251bc;
}
.EntryPlayer_Note .EntryPlayer_Day .sun {
  color: #c53131;
}
.EntryPlayer_Note dl .EntryPlayer_RaceLink {
  position: relative;
  display: block;
  padding: 10px 10px;
  background-color: #f3f3f3;
}
.EntryPlayer_Note dl .EntryPlayer_RaceLink .RaceName {
  display: inline-block;
  margin-top: 6px;
  margin-right: 5px;
  font-size: 0.938rem;
  line-height: 1.2;
  font-weight: 600;
}
.EntryPlayer_Note dl .EntryPlayer_RaceLink .RaceData {
  display: block;
  color: #666;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
}
.EntryPlayer_Note dl .EntryPlayer_RaceLink .RaceStatus {
  position: absolute;
  right: 10px;
  bottom: 12px;
  color: #EF5350;
  font-size: 66.66%;
  font-weight: 700;
}
.EntryPlayer_Note dl .EntryPlayer_RaceLink .Icon_GradeType {
  position: relative;
  top: -2px;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 5px;
  min-width: 30px;
  line-height: 15px;
  height: 16px;
}
.EntryPlayer_Note .EntryPlayer_List {
  position: relative;
  padding: 20px 10px 0px 12px;
  border-bottom: 1px solid #DDDDDD;
}
.EntryPlayer_Note .EntryPlayer_List li {
  position: relative;
}
.EntryPlayer_Note .EntryPlayer_List li > .ArrivalBox {
  position: absolute;
  right: 0;
}
.EntryPlayer_Note .EntryPlayer_List .EntryPlayer_Text {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.42;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  font-weight: 300;
  color: #444;
}
.EntryPlayer_Note .EntryPlayer_List .NoteType {
  display: inline-block;
  width: 92px;
  line-height: 1.8;
  background-color: #F3F3F3;
  border-radius: 1em;
  font-weight: 600;
  text-align: center;
  font-size: 0.625rem;
}
.EntryPlayer_Note .EntryPlayer_List [class^=Result_Num] {
  display: inline-block;
  font-size: 0.8125rem;
  color: #444;
  font-weight: 600;
}
.EntryPlayer_Note .EntryPlayer_List .ArrivalBox {
  display: inline-block;
  padding: 4px 6px 3px;
  color: #444;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
}
.EntryPlayer_Note .EntryPlayer_List .Arr_1 {
  background-color: #fff080;
}
.EntryPlayer_Note .EntryPlayer_List .Arr_2 {
  background-color: #ccdfff;
}
.EntryPlayer_Note .EntryPlayer_List .Arr_3 {
  background-color: #f0c8a0;
}
.EntryPlayer_Note .EntryPlayer_List .RaceName {
  display: inline-block;
  margin-top: 6px;
  margin-right: 5px;
  font-size: 1.125rem;
  line-height: 1.2;
}
.EntryPlayer_Note .EntryPlayer_List .RaceStatus {
  position: absolute;
  right: 10px;
  bottom: 12px;
  color: #EF5350;
  font-size: 66.66%;
  font-weight: 700;
}
.EntryPlayer_Note .EntryPlayer_List .PlayerName {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.EntryPlayer_Note .EntryPlayer_List .NoteLabel_Inner {
  display: inline-block;
  margin-left: 10px;
}
.EntryPlayer_Note .EntryPlayer_List .NoteLabel {
  display: inline-block;
  font-size: 0.625rem;
}
.EntryPlayer_Note .EntryPlayer_List .NoteLabel + .NoteLabel {
  margin-left: 5px;
}
.EntryPlayer_Note .EntryPlayer_List .RaceData {
  margin-top: 10px;
  display: block;
  color: #666;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
}
.EntryPlayer_Note .EntryPlayer_List .RaceData .Race_Name {
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  .EntryPlayer_Note .EntryPlayer_List {
    padding: 5.3333333333vw 2.6666666667vw 0 3.2vw;
  }
  .EntryPlayer_Note .EntryPlayer_List .PlayerName {
    font-size: 15px;
    font-size: 4vw;
  }
  .EntryPlayer_Note .EntryPlayer_List .NoteLabel {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .EntryPlayer_Note .EntryPlayer_List .NoteLabel + .NoteLabel {
    margin-left: 1.3333333333vw;
  }
}
/*======================================
5. 出走表 選手モーダル
======================================*/z
/*一行メモ*/
.Player_Note_Box {
  position: relative;
  margin: 0 10px 0;
  background-color: #F3F3F3;
  border-radius: 4px;
  font-size: 0.9375rem;
}
.Player_Note_Box.All_Text a {
  pointer-events: all;
}
.Player_Note_Box.All_Text a .Note_Text {
  display: block;
}
.Player_Note_Box.All_Text .NoteIcon::after {
  transform: translateX(-50%) rotate(45deg);
}
.Player_Note_Box a {
  display: flex;
  align-items: center;
  min-height: 43px;
  padding: 14px 35px 14px 18px;
  color: #444;
  pointer-events: none;
}
.Player_Note_Box a .Note_Text {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow-wrap: break-word;
  line-height: 1.2;
}
.Player_Note_Box a .NoteLabel {
  position: inherit;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
  flex-shrink: 0;
}
.Player_Note_Box a .NoteLabel + .NoteLabel {
  display: none;
}
.Player_Note_Box .NoteIcon {
  background-color: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
.Player_Note_Box .NoteIcon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: translateX(-50%) rotate(135deg);
  pointer-events: none;
}
.Player_Note_Box .NoteIcon::before {
  border: none;
}
.Player_Note_Box.New_Comment .NoteIcon {
  background-color: #CACACA;
  right: 3%;
}
.Player_Note_Box.New_Comment .NoteIcon::before, .Player_Note_Box.New_Comment .NoteIcon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.Player_Note_Box.New_Comment .NoteIcon::after {
  transform: rotate(90deg);
  border: none;
}
.Player_Note_Box.New_Comment a {
  color: #C1C1C1;
}
.Player_Note_Box.Label_All .NoteLabel + .NoteLabel {
  display: block;
}

/*タブメニュー 4カラム調節*/
.Tab01 ul.Tab_Col4 li:nth-of-type(4n) {
  border-bottom: 1px solid #888;
  margin-bottom: -1px;
}

.Tab01 ul {
  background-color: #DDDDDD;
}

.Note_TitleBtn {
  position: relative;
  display: block;
  padding-left: 20px;
  min-width: 116px;
  color: #888;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #BFBFBF;
  background: #fff;
  line-height: 2.16;
  border-radius: 2em;
  cursor: pointer;
}
.Note_TitleBtn::before {
  background: url("../img//icon/icon_note.png") no-repeat;
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  position: absolute;
  background-size: contain;
  top: 14%;
  left: 13%;
}

@media screen and (max-width: 540px) {
  .Player_Note_Box {
    font-size: 15px;
    font-size: 4vw;
  }
  .Player_Note_Box a {
    padding: 3.7333333333vw 9.3333333333vw 3.7333333333vw 4.8vw;
  }
  .Player_Note_Box a .NoteLabel {
    margin-right: 2.6666666667vw;
    max-height: 69.3333333333vw;
  }
}
/* =================================================_======
■選手詳細　調教タイム
　共通
======================================================= */
.Unit_Race .RaseDetail {
  position: relative;
  padding: 10px 11px;
  background-color: #eaeaea;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.Unit_Race > ul > li.DB_Stable_Time + li.DB_Stable_Time {
  margin-top: 60px;
}

.Unit_Race .RaseDetail dl dt {
  font-size: 88.89%;
}

.Unit_Race .RaseDetail dl dt a {
  font-weight: bold;
  line-height: 1.2em;
}

.Unit_Race .RaseDetail dl dt a span {
  position: relative;
  top: 2px;
}

.Unit_Race .RaseDetail dl dd {
  font-size: 61.11%;
  font-weight: bold;
  color: #666666;
  margin-bottom: 6px;
}

/*高額対応追加分*/
.Player_Note .Unit_Race .RaseDetail dl dt a span {
  top: 0;
}

.Player_Note .Unit_Race .RaseDetail dl span[class^='ResultRank'] {
  display: inline-block;
  margin-left: 8px;
  background: #e3ebf0;
  border: 1px solid #b2b2b2;
  padding: 0 8px;
  height: 19px;
  text-align: center;
  line-height: 17px;
  font-size: 86.67%;
  font-weight: bold;
  color: #000;
}
.Player_Note .Unit_Race .RaseDetail dl span.ResultRank1 {
  background: #FFEF84 !important;
  border: 1px solid #CCB834 !important;
}

.Player_Note .Unit_Race .RaseDetail dl span.ResultRank2 {
  background: #D8F6FF !important;
  border: 1px solid #6AACCE !important;
}

.Player_Note .Unit_Race .RaseDetail dl span.ResultRank3 {
  background: #FFD4D4 !important;
  border: 1px solid #FF9494 !important;
}

.Player_Note .Unit_Race .RaseDetail .NoteLabel_Inner {
  margin-left:auto;
  margin-top: 10px;
  text-align: right;
}

.Player_Note .Unit_Race .RaseDetail .NoteLabel {
  display: inline-block;
}

.Player_Note .Unit_Race .RaseDetail .NoteLabel + .NoteLabel {
  margin-left: 5px;
}

.Player_Note .Unit_Race ul li .RaceComment {
  padding: 15px 14px;
}

.Player_Note .Unit_Race ul li .RaceComment .RaceComment_Text {
  font-size: 1rem;
  line-height: 1.56;
  color: #444;
  word-wrap: break-word;
}

.Player_Note .Unit_Race ul li .Note_button {
  margin: 0 14px;
  display: flex;
  justify-content: flex-end;
}

.Player_Note .Unit_Race ul li .Note_button > a {
  margin-left: 5px;
  margin-right: 5px;
}

.Player_Note .Unit_Race ul li .Note_button .Edit_Button,
.Player_Note .Unit_Race ul li .Note_button .Delete_Button{
  font-size: 0.8125rem;
  color: #0033AA;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  .Player_Note .Unit_Race .RaseDetail dl dd {
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .Player_Note .Unit_Race .RaseDetail .NoteLabel_Inner {
    margin-top: 1.33333vw;
  }
  .Player_Note .Unit_Race .RaseDetail .NoteLabel {
    padding: 1.06667vw 1.86667vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .Player_Note .Unit_Race .RaseDetail .NoteLabel + .NoteLabel {
    margin-left: 1.06667vw;
  }
}
/*メモ*/
.Player_Note .Player_Note_Box {
  min-height: 43px;
  padding: 14px 35px 14px 18px;
  color: #444;
  line-height: 1.2;
  margin-bottom: 40px !important;
}

.Player_Note .Title_Sec {
  margin-top: 0;
}

.Player_Note [id^=UserPlayerNote-] + .Title_Sec {
  margin-top: 40px;
}

/*======================================
6. メモラベルの成績
======================================*/
/* ========== メモメニュー ======== */
.NoteMenu_Cont {
  position: relative;
  margin: 21px 0px 21px;
  padding-bottom: 22px;
}
.NoteMenu_Cont::after {
  background-image: linear-gradient(to right, #CECECE 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.NoteMenu_Cont .Icon_Nk_New_bg {
  display: block;
  margin: auto;
  width: 46px;
  height: 46px;
  margin-bottom: 9px;
  background: #F7F7F7;
  border-radius: 50%;
  /* z-index: -1; */
  position: relative;
}
.NoteMenu_Cont .Icon_Nk_New {
  display: block;
  background-image: url(../img/icon/icon_sprite_note.png?20240419);
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 32px;
  height: 35px;
  margin: auto;
}
.NoteMenu_Cont .Btn_List_01 li a {
  border: none;
  font-weight: 600;
  margin: auto;
  padding: 0;
  border: none;
  font-size: 66.67%;
  position: relative;
  z-index: 10;
}

.Icon_Note_01 {
  background-position: 2px 8px;
}

.Icon_Note_02 {
  background-position: -37px 8px;
}

.Icon_Note_03 {
  background-position: -76px 8px;
}

@media screen and (max-width: 540px) {
  .NoteMenu_Cont::after {
    width: 77.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .NoteMenu_Cont::after {
    width: 560px;
  }
}
@media screen and (min-width: 1000px) {
  .NoteMenu_Cont::after {
    width: 370px;
  }
}
/* ========== 次走買いをつけた選手の成績 ======== */
.PlayerGrades {
  display: flex;
  justify-content: center;
  margin: 0 10px 52px;
  padding: 15px 20px 12px;
  background: #F3F3F3;
  border-radius: 10px;
}
.PlayerGrades_Head {
  margin-bottom: 8px;
  text-align: center;
  color: #757575;
  font-weight: 300;
  font-size: 1rem;
}
.PlayerGrades span {
  color: #444;
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
  font-size: 2.125rem;
}
.PlayerGrades span em {
  font-size: 3.25rem;
}
.PlayerGrades .WinRate {
  color: #EF5350;
}
.PlayerGrades .WinRate.High {
  color: #EF5350;
}
.PlayerGrades .PlayerGrades_Item {
  text-align: center;
}
.PlayerGrades .PlayerGrades_Item + .PlayerGrades_Item {
  margin-left: 53px;
}

@media screen and (max-width: 540px) {
  .PlayerGrades .PlayerGrades_Item + .PlayerGrades_Item {
    margin-left: 10.6666666667vw;
  }
  .PlayerGrades span {
    font-size: 30px;
    font-size: 8vw;
  }
  .PlayerGrades span em {
    letter-spacing: -0.1rem;
    font-size: 40px;
    font-size: 10.6666666667vw;
  }
}
/* ========== メモラベル別の成績 ======== */
.Grades_NoteLabel {
  margin: 0 0 10px 10px;
  padding-right: 10px;
  padding-bottom: 14px;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.Grades_NoteLabel li.active .NoteLabel.bk01 {
  background-color: #699EE6;
  border: solid 1px #699EE6;
  font-weight: bold;
  color: #fff;
}
.Grades_NoteLabel li.active .NoteLabel.bk02 {
  background-color: #E4918E;
  border: solid 1px #E4918E;
  font-weight: bold;
  color: #fff;
}
.Grades_NoteLabel li.active .NoteLabel.bk03 {
  background-color: #6A7291;
  border: solid 1px #6A7291;
  font-weight: bold;
  color: #fff;
}
.Grades_NoteLabel .NoteLabel {
  display: inline-block;
  padding: 0 5px;
  min-width: 75px;
  height: 34px;
  line-height: 34px;
  border-radius: 2em;
  font-size: 0.875rem;
  text-align: center;
  color: #666666;
  font-weight: normal;
  border: solid 1px #E1E1E1;
  background-color: #fff;
}
.Grades_NoteLabel li + li {
  margin-left: 10px;
}

/*-- サブタブ --*/
.Title_Tab {
  position: absolute;
  top: -13px;
  right: 0;
  width: 115px;
  cursor: pointer;
}

ul.SubTab {
  display: table;
  width: 100%;
  margin: 10px 0;
  table-layout: fixed;
}

ul.SubTab li {
  display: table-cell;
  text-align: center;
  overflow: hidden;
  border: 1px solid #8B8B8B;
}

ul.SubTab li + li {
  border-left: none;
}

ul.SubTab.Tab_Col2 li {
  width: 50%;
}

ul.SubTab li a {
  display: block;
  padding: 8px 0 7px;
  color: #666666;
  font-size: 66.6%;
  height: 100%;
}

ul.SubTab li a span {
  margin-left: 5px;
}

ul.SubTab li.Active {
  border: 1px solid #888888;
}

ul.SubTab li.Active a {
  color: #fff;
  background: #888888;
}

ul.SubTab li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

ul.SubTab li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.Note_SubTitle {
  margin: 0 10px 8px;
  color: #777777;
  font-weight: 600;
  font-size: 0.9375rem;
}

/*-- ハイライト --*/
.NoteGrades .Highlight {
  margin: 0 10px 21px;
  border: solid 1px #CACACA;
  border-radius: 8px;
}
.NoteGrades .Highlight a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
}
.NoteGrades .Highlight .RaceData {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  color: #666;
  font-size: 0.8125rem;
}
.NoteGrades .Highlight .RaceData .RaceName {
  color: #0033AA;
  line-height: 1.2;
}
.NoteGrades .Highlight .PlayerName {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color: #444;
  font-weight: 600;
  font-size: 1.0625rem;
}
.NoteGrades .Highlight [class^=Waku] {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 0.8125rem;
}
.NoteGrades .Highlight .Waku1 {
  color: #555;
  border: solid 1px #888;
}
.NoteGrades .Highlight .Popular {
  min-width: 75px;
  text-align: right;
}
.NoteGrades .Highlight .place {
  color: #EF5350;
  font-weight: 600;
  font-size: 0.875rem;
}
.NoteGrades .Highlight .ninki {
  color: #444;
  font-weight: 600;
  font-size: 0.875rem;
}
.NoteGrades .Highlight .odds {
  margin-top: 5px;
  display: block;
  color: #EF5350;
  font-weight: 600;
  font-size: 1rem;
}

/*-- 次走買いを付けた選手の成績・詳細 --*/
/*-- テーブル --*/
.SlideArea {
  position: relative;
  width: 100%;
  max-width: 1200px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin: 0 0 19px 10px;
}
.Note_GradesTable {
  position: relative;
  border-collapse: collapse;
  background: #fff;
  border: 1px;
}
.Note_GradesTable th,
.Note_GradesTable td {
  padding: 9px 10px;
  vertical-align: middle;
  white-space: nowrap;
  height: 35px;
}
.Note_GradesTable thead th {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  background-color: #888;
}
.Note_GradesTable th,
.Note_GradesTable td {
  color: #444;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #ddd;
}
.Note_GradesTable tr .Head {
  position: sticky;
  left: 0;
  border-left: 0 none;
  z-index: 1;
  min-width: 100px;
}
.Note_GradesTable tr .Head::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 110%;
  border-right: 1px solid #E0E0E0;
}
.Note_GradesTable tr .Head.NoSticky {
  position: relative;
  z-index: 0;
}
.Note_GradesTable tr .Head::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 1px;
  height: 110%;
  border-right: 1px solid #ddd;
}
.Note_GradesTable td.High {
  color: #EF5350;
}
.Note_GradesTable:last-child::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  height: 1px;
  width: 20px;
  background-color: transparent;
}
.Note_GradesTable th.PlayerName {
  background: #444;
}
.Note_GradesTable .Race {
  min-width: 100px;
  padding: 4px 10px;
}
.Note_GradesTable .RaceDay {
  display: block;
  margin-bottom: 3px;
  color: #444444;
  font-weight: 300;
  font-size: 0.625rem;
}
.Note_GradesTable .RaceName {
  font-size: 0.8125rem;
}
table.Note_GradesTable [class*=Rank_] {
  position: inherit;
}
table.Note_GradesTable td.Rank_1 {
  background-color: #FDF189;
}
table.Note_GradesTable td.Rank_2 {
  background-color: #CEDDFD;
}
table.Note_GradesTable td.Rank_3 {
  background-color: #EAC9A3;
}
table.Note_GradesTable a {
  display: inline-block;
  color: #3355AA;
}
.Note_GradesTable.FixedTable {
  display: none;
  position: absolute;
  top: 0;
  left: 10px;
}
.Note_GradesTable.FixedTable.Show {
  display: table;
}
.SlideArea_Inner.Show .Note_GradesTable tr .Head.PlayerNameCell {
  display: table-cell;
}
/*-- もっと見るボタン --*/
.MoreReadBtn_Inner {
  display: none;
}
.MoreReadBtn {
  display: block;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 1.27em;
  line-height: 2.55;
  width: 79%;
  min-width: 142px;
  margin: 0 auto 30px;
  position: relative;
  cursor: pointer;
}
.MoreReadBtn .Icon_Arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 13px;
  width: 10px;
  transform: rotate(90deg);
}

/*======================================
ログイン導線 ポップアップ
======================================*/
body#Netkeiba_Race_Movie #cboxOverlay,
body#Netkeiba_Race_Result #cboxOverlay {
  background: rgba(0, 0, 0, 0.4);
}
body#Netkeiba_Race_Result #cboxWrapper #cboxLoadedContent {
  border-radius: 4px;
}
body#Netkeiba_Race_Shutuba #cboxWrapper #cboxLoadedContent {
  background-color: #fff;
}
.Front_Title .icon_caution {
  display: inline-block;
  background: url(../img/icon/icon_sprite_db_S.png); /* todo */
  background-repeat: no-repeat;
  background-size: 55px 1000px;
  background-position: -9px -112px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: sub;
}
.Bookmark_Popup_Box .Front_Title h2 {
  padding: 8px 10px;
  color: #444;
}
.Bookmark_Popup_Box .Popup_Lead {
  padding: 16px 18px 25px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
.Bookmark_Popup_Box .Popup_Lead02 {
  font-size: 77.78%;
}
.Bookmark_Popup_Box .btn_regist {
  font-size: 0.9375rem;
}
.alignR {
  text-align: right;
}
.note_form_limit .Bookmark_Popup_Box {
  height: 270px;
}
.RaceDetail .note_form_limit .Bookmark_Popup_Box{
  min-height: 300px;
}

.Bookmark_Popup_Box .btn_regist.regist01 {
  margin-top: 20px;
  background: #E03D3D;
}
.Bookmark_Popup_Box .btn_regist.regist02 {
  text-align: right;
  color: #03a;
}
.note_form_limit_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11000;
}
.note_form_limit {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 11001;
}
.Bookmark_Popup_Box .Front_Title {
  padding: 0;
  font-size: 100%;
  background-color: #eee;
  background-image: none;
  margin: 0;
}
.Bookmark_Popup_Box .Front_Title h2 {
  margin: auto;
  padding: 8px 10px;
  color: #444;
  border: none;
  font-size: 1.125em;
  line-height: 1.6;
  text-align: center;
}
.Bookmark_Popup_Box .Popup_Lead {
  margin: auto;
  padding: 16px 18px 25px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
.Bookmark_Popup_Box .btn_regist {
  display: block;
  margin: 0 18px 11px;
  color: #fff;
  border-radius: 4px;
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.9375rem;
  border: none;
  text-decoration: none;
}
.Bookmark_Popup_Box .btn_regist:hover {
  text-decoration: underline;
}
.Bookmark_Popup_Box .btn_regist2{
  padding:15px 0 0;
}
.Bookmark_Popup_Box p {
  padding: 8px 18px;
  line-height: 1.46;
  font-size: 77.78%;
}
.Bookmark_Popup_Box .alignR {
  text-align: right;
}

/* モーダル基本スタイル */
.note-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10600;
}
.note-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.note-modal-content {
  position: fixed;
  z-index: 8000;
  height: 476px;
  bottom: 60px;
  left: 50%;
}
.note-modal-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.note-modal-close {
  display: block;
  position: absolute;
  top: 53px;
  left: 205px;
  z-index: 8000;
  margin: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  animation: SlideUp2 .4s ease-in-out forwards;
  font-size: 25px;
  color: #333;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .note-modal-close {
    left: 40vw;
  }
}
.note-modal-close:hover {
  background-color: #fff;
  color: #000;
}
.note-modal-content iframe {
  max-width: 480px;
  display: block;
  animation: SlideUp .4s ease-in-out forwards;
  position: fixed;
  bottom: -460px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  min-height: 580px;
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
  background: #fff;
  border: none;
}
@media screen and (min-width: 768px) {
  .note-modal-content {
    max-width: 480px;
  }
}
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(-79%);
  }
}
@keyframes SlideUp2 {
  0% {
    opacity: 0;
    transform: translateY(-1%);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-300%);
  }
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.swal2-container .swal2-content #swal2-content{
  color: #444;
  font-weight: normal;
  line-height: 1.3922;
  font-size: 106.25%;
  margin-bottom: 0;
}
.swal2-container .swal2-popup {
  padding-top: 60px;
  padding-bottom: 18px;
}
.swal2-container.swal2-center.swal2-fade.swal2-shown{
  z-index: 10000;
}
.swal2-popup .swal2-actions{
  margin-top:52px !important;
}
.swal2-popup .swal2-styled.swal2-cancel{
  height: 40px !important;
}
.swal2-popup .swal2-styled.swal2-confirm{
  height: 40px !important;
  background: #e03d3d !important;
  border-left-color: rgb(224, 61, 61);
  border-right-color: rgb(224, 61, 61);
}
.swal2-popup .swal2-header .swal2-title{
  font-size: 1.275em;
}

/*======================================
選手メモ_モーダル
======================================*/
.Modal_Racer .tabContent.Tab01{
  margin-right: 0;
}
.Modal_Memo{
  display: none;
}
.Player_Note .Title_Sec,
.Player_Note .Race_Infomation_Box{
  margin-right:0;
}
@media screen and (min-width: 1025px) {
  .Player_Note .Title_Sec{
    margin: 21px 10px 21px;
  }
}
.Player_Note .Unit_Race{
  margin-left:10px;
}
.Login_Required{
  margin-top:20px;
}
.Login_Required p{
  margin: auto 10px;
  padding: 16px 15px 25px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
.Login_Required .btn_regist{
  display: block;
  margin: 0 18px 11px;
  color: #fff;
  border-radius: 4px;
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.9375rem;
  border: none;
  text-decoration: none;
}
.Login_Required .btn_regist.regist01{
  background: #E03D3D;
}
.Login_Required .btn_regist.regist02{
  text-align: right;
  color: #03a;
  font-weight: normal;
}
.RaceCard_Table .Player_Info dl dt.PlayerName span.FavIcon01{
  right: -10px;
}

/*======================================
選手メモ_メモタブ
======================================*/
.RaceCard_Simple_Table_Fixed{
  z-index: 100;
}
.Netkeirin_Race.RaceDetail.RaceVariousInfo.RaceNote .RaceCard_Table .PlayerList .Player_Select,
.Netkeirin_Race.RaceDetail.RaceVariousInfo.RaceNote .RaceCard_Table .PlayerList .Cancel_Txt,
.Netkeirin_Race.RaceDetail.RaceVariousInfo.RaceNote .RaceResults .mode_detail table.RaceCard_Result_Table tr td.Player_Select,
.Netkeirin_Race.RaceDetail.RaceVariousInfo.RaceNote .RaceCard_Table .PlayerList .Player_Info{
  height:100px;
}
.Netkeirin_Race.RaceNote .RaceResults .mode_detail table.RaceCard_Result_Table .detail_table_tbodyItem{
  min-width: 200px;
  max-width: 200px;
  padding: 6px 7px;
  vertical-align: inherit;
  text-align: left;
  position: relative;
}
.Netkeirin_Race.RaceNote .RaceResults .mode_detail table.RaceCard_Result_Table tr th.detail_table_tbodyInner{
  vertical-align: middle;
  border-bottom: 1px solid #DADADA;
}
.Netkeirin_Race.RaceNote .PlayerList .DataLine_Now{
  position: relative;
}
.Netkeirin_Race.RaceNote .PlayerList .DataLine_Now::after {
  background: #555;
  content: "";
  display: block;
  width: 3px;
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner{
  height: 45px;
  margin-top: 20px;
  position: relative;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner a {
  display: block;
  height: 100%;
  white-space: initial;
}
.Netkeirin_Race.RaceNote .RaceResults .mode_detail table tr td.detail_table_tbodyItem > a{
  display: inline-block;
  font-size: 0.875rem !important;
  text-align: center;
}
.Netkeirin_Race.RaceNote .RaceResults .mode_detail table tr td.detail_table_tbodyItem > a br{
  display: none;
}
.Netkeirin_Race.RaceNote .RaceResults .mode_detail table tr td.detail_table_tbodyItem > a .result_no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-left: 10px;
  cursor: none;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  font-size: 10px;
  position: relative;
}
.Netkeirin_Race.RaceNote .RaceResults .mode_detail table tr td.detail_table_tbodyItem > a .result_no::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  box-sizing: border-box;
}
.Netkeirin_Race.RaceNote .RaceResults .mode_detail table tr td.detail_table_tbodyItem > a .result_no.no_01 {
  color: #fff;
}
.Netkeirin_Race.RaceNote .RaceResults .mode_detail table tr td.detail_table_tbodyItem > a .result_no.no_01::before {
  background: #666;
  z-index: -1;
}
.Netkeirin_Race.RaceNote .RaceResults .mode_detail table tr td.detail_table_tbodyItem > a .result_no.no_02 {
  color: #666;
}
.Netkeirin_Race.RaceNote .RaceResults .mode_detail table tr td.detail_table_tbodyItem > a .result_no.no_02::before {
  background: #fff;
  border: 1px solid #666;
  z-index: -1;
}
.Netkeirin_Race.RaceNote .RaceResults .mode_detail table tr td.detail_table_tbodyItem .NoteLabel {
  position: absolute;
  right: 18px;
  top: 3px;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner .Race_Note_Text {
  padding-right: 24px;
  position: relative;
  color: #444444;
  text-indent: initial;
  line-height: 1.46;
  font-size: 0.9375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner .Race_Note_Text::before{
  content: "";
  background: url(../img/icon/icon_note.png) no-repeat;
  background-size: contain;
  content: "";
  width: 13px;
  height: 16px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner.New_Comment .Race_Note_Text {
  color: #DADADA;
  text-indent: initial;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner.New_Comment .Race_Note_Text::before{
  content: none;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner .NoteIcon {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 0;
  font-size: 0;
  border-radius: 23px;
  background-color: #CACACA;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 0;
  padding: 0;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  bottom: -2px;
  right: 0px;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner .NoteIcon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 2px;
  transform: rotate(45deg);
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner .NoteIcon::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 2px;
  transform: rotate(45deg);
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner.New_Comment .NoteIcon::before,
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner.New_Comment .NoteIcon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 540px) {
  .Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner.New_Comment .NoteIcon::before,
  .Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner.New_Comment .NoteIcon::after {
    width: 0.5333333333vw;
    height: 3.2vw;
  }
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner.New_Comment .NoteIcon::before {
  transform: inherit;
  border-top: none;
  border-right: none;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner.New_Comment .NoteIcon::after {
  transform: rotate(90deg);
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner::before {
  content: "";
  border-bottom: 1.6em solid transparent;
  border-right: 1.6em solid #D6FFA2;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -7px;
  margin-top: -47px;
  z-index: 5;
}
.Netkeirin_Race.RaceNote .PlayerList .Race_Note_Inner.New_Comment::before{
  content: none;
}

/*======================================
データベース_選手メモ
======================================*/
.Profile .Player_Note .Title_Sec {
  margin-top: 21px;
}
.Profile .Race_Infomation_Box {
  margin: 13px 10px 30px;
  padding: 15px 18px;
  color: #888;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  background-color: #f3f3f3;
  border-radius: 7px;
}
.Profile .Player_Note .Unit_Race{
  margin-left: 0;
}
.Profile .Player_Note .Unit_Race li + li{
  margin-top: 20px;
}
.Player_Note_Text{
  margin: 0px 10px 13px;
  color: #444;
  font-size: 0.875rem;
}
.Player_Note_Select{
  margin: 0 10px 22px;
}
.Player_Note_Select_Text{
  width: 100%;
  padding: 11px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  outline: none;
  color: #444;
  font-size: 0.875rem;
  position: relative;
}
.Player_Note_Select_Text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: translateX(-50%) rotate(135deg);
  pointer-events: none;
}
body.NoScroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.NoteSlideOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10000;
}
.NoteSlideModal {
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  position: fixed;
  left: 50%;
  right: auto;
  bottom: -100%;
  background: #fff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -6px 24px rgba(0,0,0,0.2);
  overflow: auto;
  transition: transform 0.25s ease, bottom 0.25s ease;
  z-index: 10001;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 1025px) {
  .NoteSlideModal {
    max-width: 480px;
  }
}
.NoteSlideModal.Open {
  transform: translate(-50%, 0);
  bottom: 0;
}
.NoteSlideOverlay.Open {
  opacity: 1;
  pointer-events: auto;
}
.NoteSlideHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}
.NoteSlideTitle {
  font-size: 14px;
  font-weight: 600;
}
.NoteSlideClose {
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}
.NoteSlideList,
.NoteSlideSubList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.NoteSlideItem {
  border-bottom: 1px solid #eee;
}
.NoteSlideItemBtn {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border: none;
  background: #fff;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.NoteSlideChevron {
  font-size: 10px;
}
.NoteSlideSubList {
  background: #fafafa;
}
.NoteSlideSubBtn {
  width: 100%;
  text-align: left;
  padding: 10px 16px 10px 28px;
  border: none;
  background: #fafafa;
  font-size: 12px;
  cursor: pointer;
}
.Profile .note-modal{
  z-index: 10100;
}

/*======================================
選手メモ_メモ選手出走情報
======================================*/
.notes_contents .RaceCourseInfoWrap dt a{
  padding: 10px 10px 0 10px;
}
.notes_contents .RaceCourseInfoWrap dt .race_date_wrap{
  padding: 0 10px 10px;
}
.notes_contents .RaceCourseInfoWrap dd{
  padding: 12px 10px 14px 10px;
}
.notes_contents .Contents_Box.Top_RaceMenu.Favorite_MenuWrap{
  padding-bottom: 0;
}
.notes_contents .RaceCourseInfoWrap dd ul.NoteList{
  flex-direction: column;
}
.notes_contents .NoteList .NoteLabel_Inner {
  display: inline-block;
}
.notes_contents .NoteList .RaceData {
  margin-top: 10px;
  display: block;
  color: #666;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
}
.notes_contents .NoteList .RaceData .Race_Name {
  font-weight: bold;
}
.notes_contents .NoteList [class^=Result_Num] {
  display: inline-block;
  font-size: 0.8125rem;
  color: #444;
  font-weight: 600;
}
.notes_contents .NoteList .EntryNote_Text {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.42;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  font-weight: 300;
  color: #444;
}
.notes_contents .RaceCourseInfoWrap dd ul.NoteList .NoteLabel + .NoteLabel{
  margin-left: 10px;
}
.InputFixedArea_Wrap{
  min-height: 76px;
}
.InputFixedArea01 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 10px 8px;
  z-index: 1000;
  background: rgba(0, 0, 0, .8);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, .5);
}
.TotalBetDL {
  margin-bottom: 4px;
  text-align: center;
}
.TotalBetDL dt,
.TotalBetDL dd {
  display: inline-block;
}
.TotalBetDL dt {
  color: #fff;
  font-size: 83%;
  font-weight: bold;
}
.InputBtnBox {
  text-align: center;
}
.InputBtnBox .Btn01 {
  background: #fff;
  min-height: 46px;
  color: #666;
  font-size: 83.34%;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

/* AI回顧 */
.NoteForm_Title {
  color: #757575;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.94;
  margin: 11px 10px;
}
.RaceMemoModal .AddIframe{
  overflow-y: auto;
}
.Ai_RaceReviewBox01 .Ai_CallBtn01{
  border: none;
  box-shadow: none;
  margin: 0;
  background: #fff;
  border: 2px solid #dadada;
  border-radius: 30px;
  color: #666;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 6px 20px;
  cursor: pointer;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.Ai_RaceReviewBox01 .Ai_CallBtn01::before{
  content: "";
  display: inline-block;
  font-size: 0;
  width: 26px;
  height: 27px;
  background-image: url("../img/icon/icon_review_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: -3px 6px 0 0;
}
.Ai_RaceReviewBox01 .Ai_CallBtn01:disabled{
  color: #bababa;
  background: #dadada;
  cursor: none;
}
.Ai_RaceReviewBox01 .Ai_CallBtn01:disabled::before{
  filter: grayscale(100%) contrast(0.1);
  opacity: 0.3;
}
.Ai_RaceReviewBox01 .Ai_CallBtn01 .NewFlag{
  position: absolute;
  overflow: visible;
  text-indent: 0;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  background: #EF5350;
  padding: 2px 8px;
  border-radius: 2px;
  white-space: nowrap;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.9);
  transform: translateX(-50%) scale(0.9);
}
.Ai_RaceReviewBox01 .Ai_CallBtn01 .NewFlag::before{
  content: '';
  position: absolute;
  top: 13px;
  left: 50%;
  display: inline-block;
  border: solid 3px transparent;
  border-top: solid 6px #EF5350;
  margin-left: -4px;
}
.Ai_RaceReviewResult {
  position: relative;
  background: #EFF3FF;
  border-radius: 4px;
  border: 2px solid #8195D5;
  padding: 18px 20px 26px;
  margin: 10px;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.Ai_RaceReviewResult.is-first-ai-review-visit{
  overflow: hidden;
}
.Ai_RaceReviewResult.is-first-ai-review-visit::before{
  content: none;
}
.Ai_RaceReviewResult.is-first-ai-review-visit::after{
  content: "タップでメモに反映";
  position: absolute;
  right: 12px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 8px 4px 32px;
  background-color: #EFF3FF;
  border-radius: 999px;
  background-image: url("../img/icon/icon_finger_01.png");
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 27px 27px;
  color: #333;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-shadow: none;
  animation: AiRaceReviewTapPulse 1.1s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
}
.Ai_RaceReviewResult .ReviewResultTxt,
.Ai_RaceReviewResult .ReviewResultTxt > span {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
@keyframes AiRaceReviewTapPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}
.Ai_RaceReviewResult.ReviewComp::after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon/icon_finger_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: -8px;
}
.ReviewResultTxt,
.ReviewResultTxt > span {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #333;
  white-space: wrap;
}
.ReviewResultTxt::before {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 26px;
  height: 27px;
  background-image: url("../img/icon/icon_review_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
}
.Ai_RaceReviewResult .CopyBtn{
  opacity: 0;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 1;
  cursor: pointer;
}
.Ai_RaceReviewResult:not(.is-first-ai-review-visit)::after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon/icon_finger_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: -8px;
}
.RaceInfo_Notice01 {
  font-size: 66.67%;
  color: #666;
  line-height: 1.5;
  margin: 10px 8px 8px;
}
.RaceInfo_Notice01 + .RaceInfo_Notice01{
  margin-top: 0;
}
