@charset "UTF-8";
/* コンテンツここから */
/*---------------------------
  0. 共通
    0_1.共通タブ
  1. fv
  2.AIアドバイザー
  3.リアルタイム収支
  4.AIレース相性度
  5.みんなのラベル
  6.AI展開予測
  7.勝ち馬サーチ
  8.個別ラップ
  9.調子偏差値
  10.高額コース 会員用導線
---------------------------*/
/*======================================
0.共通
======================================*/
html {
  scroll-behavior: smooth;
}
.GMenu01 nav.ContentNavi01 ul li.Active a {
  color: #777;
  border-bottom: 3px solid transparent !important;
}
.GMenu01 nav.ContentNavi01 ul li.Active:nth-of-type(n+4) a {
  color: #2752c3;
  border-bottom: 3px solid #2752c3 !important;
}
.AI_Footer iframe:nth-of-type(n+2){
  display: none !important;
}

.AI_Master_Inner.isFreemium,
.AI_Master_Regist_Box.isFreemium,
.Main_Column>.Master_Regist_Box{
  display: none;
}
.tab_content .Master_Regist_Box,
.Container_Aisho .Master_Regist_Box{
  background: none;
  border: none;
  z-index: 6710;
}
.tab_content .Master_Regist_Box > *,
.Container_Aisho .Master_Regist_Box > *{
  opacity: 0;
}
.tab_content .Master_Regist_Box::before,
.Container_Aisho .Master_Regist_Box::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 38px;
  background: url(../img/icon/icon_finger.png) no-repeat;
  background-size: cover;
  z-index: 6600;
}
#aiTenkaiContent .DevelopOpinionArea.isFreemium .DevelopOpinionArea_dummyWrap {
	display: none;
}
#barometerContent .Master_Regist_Box,
#cgmContent .Master_Regist_Box,
#aiLaptimeContent .Master_Regist_Box{
  width: 100%;
  margin: 0;
  padding:0;
  background: url(../img/race/master_barometer_blurred.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 460px) {
  #barometerContent .Master_Regist_Box{
    background-size: cover;
  }
}
#barometerContent .Master_Regist_Box::before{
  top: 80%;
}
#cgmContent .Master_Regist_Box{
  background: url(../img/race/master_memolabel_blurred.png) no-repeat;
  background-size: contain;
  height: 70px;
  position: relative;
}
@media screen and (min-width: 560px) {
  #cgmContent .Master_Regist_Box {
    background-size: cover;
    height: 15.9vw;
  }
}
@media screen and (min-width: 1024px) {
  #cgmContent .Master_Regist_Box {
    height: 75px;
  }
}
#cgmContent .Master_Regist_Box::before{
  top: 30px;
}
#aiLaptimeContent .PersonalRap .Master_Regist_Box{
  height: 67px;
  margin-left: 10px;
  background: url(../img/race/master_ailaptime_blurred_02.jpg) no-repeat;
  background-size: auto 100%;
  position: relative;
}
#aiLaptimeContent #milages_container .Master_Regist_Box{
  height: 67px;
  margin-left: 10px;
  background: url(../img/race/master_aidistance_blurred.jpg) no-repeat;
  background-size: auto 100%;
  position: relative;
}
#aiLaptimeContent .Master_Regist_Box::before {
  top: 35px;
}
.LastWeek_LookBackInner .Master_Regist_Box{
  display: none;
}
.Master_Regist_Box .Master_Regist_Txt02{
  pointer-events: none;
}
.Main_Column > .Master_Regist_Box .Master_Regist_Txt02{
  display: none;
}
.ThisWeek_YosoInner > .Master_Regist_Box,
.LastWeek_LookBackInner > .Master_Regist_Box{
  opacity: 1;
}
.ThisWeek_YosoInner > .Premium_Regist_Box .Premium_Regist_Txt02,
.LastWeek_LookBackInner > .Premium_Regist_Box .Premium_Regist_Txt02{
  pointer-events: auto;
}

.AiTenkaiArea02{
  position: relative;
}
.tab_content .AiTenkaiArea02 .Master_Regist_Box{
  height: 20px;
  position: absolute;
  bottom: 0;
  margin: 0;
}
.tab_content .DevelopOpinionArea.isFreemium .DevelopOpinionArea_dummyWrap .Master_Regist_Box{
  height: 80px;
}

.w50 {
  width: 50%;
}

.Title_Sec .Title_Catch {
  display: block;
  position: relative;
  margin-bottom: 3px;
  padding: 3px 18px;
  border-radius: 1em;
  background: #EFF3FF;
  color: #3251BC;
  font-weight: bold;
  font-size: 0.625rem;
  text-align: center;
}
.Title_Sec .Title_Catch::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  right: 6px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #EFF3FF transparent transparent transparent;
  border-width: 5px 5px 0 0px;
}

.SubTitle_Sec {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 21px 10px 21px;
}
.SubTitle_Sec h3 {
  color: #777;
  font-weight: bold;
  line-height: 1.37;
  margin-right: auto;
  font-size: 0.9375rem;
}
.tab_content .Title_Sec h2{
  font-size: 0.9375rem;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ReceData_Head {
  margin: 0 10px 10px;
  color: #555555;
  font-size: 0.9375rem;
  font-weight: 300;
}
.RaceData_Box {
  margin: 8px 0 10px;
}
.RaceData_Box a {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #F3F3F3;
  border-radius: 8px;
}
.RaceData_Box .RaceName {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #03a;
}
.RaceData_Box .RaceName a{
  padding:0;
}
.RaceData_Box .RaceName .Icon_GradeType {
  display: none;
  min-width: 32px;
  margin-right: 5px;
  font-size: 0.6875rem;
  vertical-align: bottom;
  line-height: 1.4;
}
.RaceData_Box .RaceName .Icon_GradeType1,
.RaceData_Box .RaceName .Icon_GradeType2,
.RaceData_Box .RaceName .Icon_GradeType3,
.RaceData_Box .RaceName .Icon_GradeType4,
.RaceData_Box .RaceName .Icon_GradeType5,
.RaceData_Box .RaceName .Icon_GradeType16,
.RaceData_Box .RaceName .Icon_GradeType17,
.RaceData_Box .RaceName .Icon_GradeType18 {
  display: block;
}
.RaceData_Box .RaceDay {
  margin-bottom: 5px;
}
.RaceData_Box .RaceDay,
.RaceData_Box .RaceData {
  color: #555;
  font-size: 0.6875rem;
}
.RaceData_Box .RaceTime {
  margin-right: 5px;
}
.RaceData_Box .Turf {
  color: #58AF4A;
}
.RaceData_Box .Dirt {
  color: #874c11;
}
.RaceData_Box .HorseNum {
  margin-left: 5px;
}
.Race_Detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.Race_Detail > div{
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color:#EF5350;
}
.Race_Detail > div img{
  max-width: 15px;
  margin-right: 6.5px;
}

/*もっと見るボタン*/
.Ai_MoreBtn_Inenr {
  position: relative;
  margin-top: 10px;
  z-index: 10;
}
.Ai_MoreBtn_Inenr::before {
  display: block;
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.9) 60%, #fff 100%);
  content: "";
  pointer-events: none;
}

.Ai_MoreBtn {
  position: relative;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 1.27em;
  line-height: 2.55;
  display: block;
  width: 78%;
  min-width: 142px;
  margin: 12px auto 20px;
}
.Ai_MoreBtn_Inenr a .icon_Read01 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 13px;
  width: 11px;
  height: 13px;
  background: url(../img/icon/icon_sprite_column.png?20180723) no-repeat;
  -webkit-background-size: 70px auto;
  -moz-background-size: 70px auto;
  background-size: 70px auto;
  background-position: -26px -96px;
}
.Ai_MoreBtn_Inenr a .Icon_Arrow,
.LastWeek_LookBackInner a .Icon_Arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 13px;
  width: 9px;
  height: 7px;
  background: url(../img/icon/icon_sprite_column.png?20180712) no-repeat;
  -webkit-background-size: 70px auto;
  -moz-background-size: 70px auto;
  background-size: 70px auto;
  background-position: -26px -85px;
}
.Baro_MoreBtn.Ai_MoreBtn .Icon_Arrow{
  transform: rotate(90deg);
}
.ThisWeek_YosoInner .Title_Sec h2,
.LastWeek_LookBackInner .WeeklyReport_Title h2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.ThisWeek_YosoInner .Title_Sec.Master h2,
.LastWeek_LookBackInner .WeeklyReport_Title h2{
  justify-content: flex-start;
}
.ThisWeek_YosoInner .Title_Sec h2 a,
.LastWeek_LookBackInner .WeeklyReport_Title h2 a{
  display: flex;
  align-items: center;
  color:#666666;
  font-size: 0.75rem;
  font-weight: normal;
}
.LastWeek_LookBackInner .WeeklyReport_Title h2 a{
  margin-left:auto;
  color:#fff;
}

.AI_Footer #cboxOverlay{
  background: rgba(0, 0, 0, 0.9);
}
.AI_Footer #cboxWrapper #cboxClose{
  top: -3px;
}

body.AI_Footer .Wrap.ViewOut {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

/* new_icon */
.AI_RaceInfo_Tab li a{
  position: relative;
}
.AI_RaceInfo_Tab li a span.NewIcon {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 36px solid transparent;
  border-left: 36px solid #c03;
  position: absolute;
}
.AI_RaceInfo_Tab li a span.NewIcon::after {
  content: "NEW";
  display: block;
  position: absolute;
  top: 6px;
  left: -35px;
  font-size: 10px;
  color: #fff;
  -moz-transform: rotate(-45deg) scale(0.9);
  -webkit-transform: rotate(-45deg) scale(0.9);
  -ms-transform: rotate(-45deg) scale(0.9);
  transform: rotate(-45deg) scale(0.9);
}
.ThisWeek_YosoInner .AI_RaceInfo_Tab02 li{
  position: relative;
}
.ThisWeek_YosoInner .AI_RaceInfo_Tab02 li.NaviAlert::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  left: auto;
  top: -3px;
  border-radius: 1em;
  width: 8px;
  height: 8px;
  background: #DD5E56;
}

/*======================================
0_1.共通タブ
======================================*/
.AI_TabWrap{
  margin:15px 10px 0 ;
  display: flex;
}
.AI_TabWrap_inner {
  display: flex;
  width: 100%;
}
.AI_TabWrap_inner li{
  width: 100%;
  border-bottom: 3px solid #3251BC;
}
.AI_TabWrap_inner li.active{
  border: 3px solid #3251BC;
  border-bottom: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.AI_TabWrap_inner li a {
  display: block;
  width: 100%;
  padding: 14px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #3251BC;
  /* border-bottom: 3px solid #3251BC; */
  text-align: center;
  position: relative;
}
.AI_TabWrap_inner li.active a {
  width: calc(100% - 4px);
  margin: 2px;
  background:#E1E7FF;
  color: #3251BC;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.AI_RaceInfo_Tab{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:#3C445F;
  padding: 4px 20px;
}
.AI_RaceInfo_Tab li{
  min-width: 90px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .AI_RaceInfo_Tab li {
    min-width: 30%;
  }
}
.AI_RaceInfo_Tab li a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 5px 5px 4px 6px;
  font-size: 0.8125rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.AI_RaceInfo_Tab li.active a{
  background: #fff;
  color:#444444;
}
.AI_RaceInfo_Tab li svg{
  margin: 0 5px 4px 0;
}
.AI_RaceInfo_Tab02_Wrap{
  margin: 7px 0;
  position: relative;
  overflow-x: auto;
  padding: 7px 0 7px 5px;
  scrollbar-width: thin;
}
.AI_RaceInfo_Tab02{
  display: flex;
  align-items: center;
}
.AI_RaceInfo_Tab02 li{
  margin-right: 10px;
}
.AI_RaceInfo_Tab02 li a{
  display: inline-block;
  color: #444444;
  font-size: 0.875rem;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  border-radius: 50px;
  padding: 8px 14px;
  min-width: 54px;
  border: 1px solid #E1E1E1;
}
.AI_RaceInfo_Tab02 li.active a{
  color: #fff;
  font-weight: bold;
  border-color: transparent;
  background: #3c445f;
  border-radius: 50px;
}
.tab_content{
  display: none;
  margin-bottom: 43px;
}
.tab_content.show {
  display: block; /* 表示する際にshowクラスを使用 */
  transition: all 0.3s ease; /* アニメーションを追加 */
}


/*======================================
1. fv
======================================*/
.Ai_Message {
  display: flex;
  justify-content: left;
  align-items: center;
  min-height: 90px;
  padding: 0 10px;
  background: #F7F7F7;
  position: relative;
}
.Ai_Message, .AiMessage_Box {
  visibility: hidden;
  overflow: hidden;
}
.Ai_Message > a{
  display: block;
  position: relative;
}
.Ai_Message > a svg{
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: 100;
}
.Ai_Message > a {
  position: absolute;
  bottom: -10px;
  z-index: 1;
  width: 81px;
}
.Ai_Message > a img{
  position: relative;
  width: 100%;
}
.Ai_Character[class*="robot02"]{
  width: 60px;
  left: 10px;
  bottom: -10px;
}
.Ai_Character[class*="human01"] {
  width: 80px;
  left: 10px;
  bottom: -50px;
}
.Ai_Character[class*="human02"] {
  width: 80px;
  left: 10px;
  bottom: -45px;
}
.Ai_Character.human02_06{
  width: 90px;
  left: 10px;
  bottom: -25px;
}
.AiMessage_Box {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 8px 0;
  margin-left: auto;
  padding: 13px 18px;
  background: #fff;
  border: solid 3px #E3E3E3;
  box-sizing: border-box;
  color: #000;
  font-size: 0.8125rem;
  border-radius: 8px;
}
.AiMessage_Box p {
  line-height: 1.38;
  text-align: left;
}
.AiMessage_Box span {
  display: block;
  margin: 4px 0;
  color: #EF5350;
  font-size: 1rem;
  font-weight: bold;
}

.AiMessage_Box:before,
.AiMessage_Box:after {
  content: "";
  position: absolute;
  top: 48%;
}
.AiMessage_Box:before {
  left: -17px;
  margin-top: -16px;
  border: 7px solid transparent;
  border-right: 13px solid #FFF;
  z-index: 2;
}
.AiMessage_Box:after {
  content: "";
  left: -23px;
  margin-top: -17px;
  border: 8px solid transparent;
  border-right: 14px solid #E3E3E3;
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .AiMessage_Box {
    min-width: 69.3333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .AiMessage_Box span {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.characterSelect_modal_bg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  visibility: visible;
  overflow: visible;
  transition: opacity 0.7s, transform 0s 0.5s;
}
.characterSelect_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,100%);
  z-index: 10000;
  width: 100%;
  max-width: 480px;
  max-height: 80vh;
  opacity: 0;
}
.characterSelect_modal > .characterSelect_modal_inner{
  position: relative;
  border-radius: 12px;
  background: #fff;
  width: calc(100% - 20px);
  min-height: 480px;
  max-height: 80vh;
  margin: auto;
  max-width: 480px;
}
.characterSelect_modal.OpenDraw {
  animation: CharacterModalIn 0.6s forwards;
}
@keyframes CharacterModalIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -20%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.characterSelect_modal.SlideOut {
  animation: CharacterModalOut 0.4s forwards;
}
@keyframes CharacterModalOut {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -20%);
  }
}
.characterSelect_modal .HalfModal_CloseBtn{
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  display: inline-block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  background: #fff;
  border-radius: 50%;
}
.characterSelect_modal .HalfModal_CloseBtn::before,
.characterSelect_modal .HalfModal_CloseBtn::after {
  content: '';
  height: 2px;
  width: 27px;
  display: block;
  background: #333;
  position: absolute;
  top: 16px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.characterSelect_modal .HalfModal_CloseBtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.characterSelect_modal .HalfModal_CloseBtn{
  margin: 0;
  background:none;
  top: -40px;
  right: 0;
}
.characterSelect_modal_inner{
  text-align: center;
}
.characterSelect_modal_inner h2{
  padding-top: 23px;
  color:#333333;
  font-size: 100%;
  font-weight: bold;
}
.characterSelect_modal_inner > p{
  margin: 10px 0 20px;
  color:#666666;
  font-size: 13px;
}
.character_setting_inner > a{
  display: block;
  margin: auto;
  width:56.33%;
  padding:15px 0;
  background:#3251BC;
  color:#fff;
  font-size: 77.78%;
  font-weight: bold;
}
.character_setting_inner p{
  margin: 10px 0 20px;
  color:#777777;
  font-size: 11px;
}
.characterSelect_modal .HalfModal_CloseBtn::before,
.characterSelect_modal .HalfModal_CloseBtn::after{
  background:#fff;
  height: 3px;
  border-radius: 14px;
}
.character_setting_inner ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.character_setting_inner li {
  display: flex;
  align-items: center;
  width: 28.16%;
  max-height: 140px;
  flex: 1 0 48%;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.character_setting_inner li:nth-child(odd) {
  justify-content: end;
  margin-right: 10px;
}
.character_setting_inner li:nth-child(even) {
  justify-content: start;
}
.character_setting_inner input[type="radio"] {
  margin-right: 10px;
}
.character_setting_inner label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 130px;
  height: 140px;
  cursor: pointer;
}
.character_setting_inner img {
  position: relative;
  top: 10px;
  display: block;
  width: 90%;
  margin: 0 auto 5px;
}
.character_setting_inner li:nth-of-type(n+2) img{
  width: 60%;
}
.character_setting_inner li:nth-of-type(n+3) img{
  width: 70%;
}
.character_setting_inner .image-wrapper {
  min-height: 115px;
  width: 77%;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  border:1px solid #DADADA;
  border-radius: 4px;
  overflow: hidden;
}
.character_setting_inner input[type="radio"]:checked+label .image-wrapper {
  border: 2px solid #3251BC;
}
.character_setting_inner .mode_inner span {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #dadada;
}
.character_setting_inner .mode_inner span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #F3F3F3;
}
.character_setting_inner input[type="radio"]:checked+label .mode_inner span::before {
  background: #3251BC;
}

/*======================================
2.AIアドバイザー
======================================*/
.Main_Column {
  background: #fff;
}
.LastWeek_LookBackInner{
  margin-top: 11px;
  margin-bottom: 30px;
  padding-bottom: 50px;
  background:#F3F3F3;
}
.LastWeek_LookBackInner .More_Button a{
  display: block;
  text-align: center;
  width: 76%;
  margin: 20px auto 41px;
  padding: 8px 0;
  background:#FFF;
  border: 1px solid #CACACA;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: bold;
  color:#666666;
}
.LastWeek_LookBackInner .WeeklyReportDate_Wrap{
  justify-content: center;
}
.LastWeek_LookBackInner .WeeklyReport_Title h2 svg{
  top:0;
}
.LastWeek_LookBackInner .Register_Btn_Inner{
  padding: 10px;
}
.LastWeek_LookBackInner .Register_Btn_Wrap .Register_CTA{
  margin-bottom: 5px;
}
.LastWeek_LookBackInner .shindan_container .WeeklyReport_Wrap,
.LastWeek_LookBackInner .rating_container .WeeklyReport_Wrap{
  padding-top:0;
}
.LastWeek_LookBackInner .shindan_container .WeeklyReportDate_Wrap,
.LastWeek_LookBackInner .rating_container .WeeklyReportDate_Wrap{
  margin-top:0;
}

/*----------------------------------------------
3.リアルタイム収支
----------------------------------------------*/
.Shushi_Wrap h2 {
  text-align: center;
  color: #FFF;
  margin-bottom: 8px;
}

.Shushi_Wrap .Shushi_Date {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
  padding: 5px;
}

.Shushi_Wrap .Shushi_Total dl dt {
  font-size: 12px;
  text-align: center;
  color: #FFF;
  margin: 10px 0;
}

.Shushi_Wrap .Shushi_Total dl dd {
  font-size: 32px;
  color: #FFF;
  font-weight: bold;
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
  text-align: center;
}

.Shushi_Wrap .Shushi_Total dl dd span {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
  margin-left: 4px;
}

.Shushi_Wrap .Shushi_Amount {
  background: #2944A0;
  border-radius: 4px;
  padding: 10px;
  margin: 10px 0 2px;
  color: #FFF;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.Shushi_Wrap .Shushi_Amount > div {
  text-align: center;
}

.Shushi_Wrap .Shushi_Amount div.hr {
  width: 1px;
  height: 36px;
  background: #576CB5;
  display: block;
}

.Shushi_Wrap .Shushi_Amount > div dl dt {
  font-size: 10px;
  margin-bottom: 6px;
}

.Shushi_Wrap .Shushi_Amount > div dl dd {
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.Shushi_Wrap .Shushi_Amount > div dl dd span {
  font-size: 11px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
  margin-left: 2px;
}

.Shushi_Wrap ul.TodayData_List {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.Shushi_Wrap ul.TodayData_List li {
  background: #142560;
  color: #FFF;
  border-radius: 4px;
  padding: 12px 10px;
}

.Shushi_Wrap ul.TodayData_List li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Shushi_Wrap ul.TodayData_List li dl dt {
  font-size: 13px;
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
}

.Shushi_Wrap ul.TodayData_List li:first-child dl dt {
  font-weight: bold;
}

.Shushi_Wrap ul.TodayData_List li dl dd {
  font-size: 17px;
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
}

.Shushi_Wrap ul.TodayData_List li:first-child dl dd {
  font-size: 25px;
}

.Shushi_Wrap ul.TodayData_List li dl dd span.yen {
  font-size: 12px;
}

.Shushi_Wrap ul.TodayData_List li:first-child dl dd span {
  font-size: 19px;
}

.Shushi_Wrap ul.TodayData_List li dl dd span {
  margin-left: 2px;
}

.Shushi_Wrap .Advisor_CTA {
  margin: 10px 0;
}

.Shushi_Wrap .Advisor_CTA a {
  background: transparent;
  color: #FFF;
  font-weight: normal;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/*======================================
4.AIレース相性度
======================================*/
.RaceCompatibility_Wrap{
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 10px;
}
.RaceCompatibility_Wrap select{
  display: none;
}
.RaceCompatibility_Wrap .sortContainer{
  padding-left: 10px;
}
.RaceCompatibility_Wrap > svg{
  display: block;
  min-width: 28px;
  min-height: 16px;
}
.RaceCompatibility_Wrap ul{
  display: flex;
  margin-right: 10px;
}
.RaceCompatibility_Wrap ul li{
  text-align: center;
  border:1px solid #DADADA;
  border-radius: 4px;
  margin-left: 10px;
}
.RaceCompatibility_Wrap ul li.active{
  border-color: #3150BB;
}
.RaceCompatibility_Wrap ul li.race_fixed{
  background:#E7E7E7;
  border: none;
}
.RaceCompatibility_Wrap ul li.race_fixed.active{
  border: 1px solid #3150BB;
}
.RaceCompatibility_Wrap ul li a{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 82px;
  min-height: 61px;
  padding: 6px;
}
.RaceCompatibility_Race span{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  min-height: 17px;
  margin-right: 2px;
  font-size: 0.6875rem;
  font-weight: bold;
  border-radius: 50%;
}
.RaceCompatibility_Race{
  display: flex;
  align-items: center;
}
.RaceCompatibility_Race span.Sun{
  background:#FFECEB;
}
.RaceCompatibility_Race span.Sut{
  background:#D6E1FF;
}
.RaceCompatibility_Race p{
  margin-bottom: 2px;
  font-size:0.75rem;
  font-weight: bold;
  color:#444444;
}
.RaceCompatibility_Date{
  display: block;
  margin: 3px 0 5px;
  font-size: 0.625rem;
  color:#757575;
}
.RaceCompatibility_aisho{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  color:#EF5350;
}
.RaceCompatibility_aisho img{
  max-width: 15px;
  margin-right: 4.5px;
}
.sortContainer .custom-dropdown {
  margin-top: -80px;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
  width: 200px;
  border-radius: 8px;
}
.sortContainer .custom-dropdown .dropdown-item {
  cursor: pointer;
}
.sortContainer .custom-dropdown .dropdown-item{
  padding: 15px 0 12px 40px;
}
.sortContainer .custom-dropdown .dropdown-item:last-of-type{
  padding: 12px 0 15px 40px;
}
.sortContainer .custom-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #DADADA;
}
.sortContainer .custom-dropdown .dropdown-item:hover {
  background-color: #f0f0f0;
}
.sortContainer .custom-dropdown .dropdown-item {
  position: relative;
  padding-left: 40px;
  font-size: 0.9375rem;
}
.sortContainer .custom-dropdown .dropdown-item:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 19px;
  height: 13px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="19.045" height="13.031" viewBox="0 0 19.045 13.031"><path d="M5.338,376.262.279,371.549a.846.846,0,0,1,0-1.255,1,1,0,0,1,1.347,0l4.385,4.086L17.42,363.751a1,1,0,0,1,1.347,0,.845.845,0,0,1,0,1.255L6.684,376.262A1,1,0,0,1,5.338,376.262Z" transform="translate(0 -363.491)" fill="%239d9d9d"/></svg>');
  background-repeat: no-repeat;
  transform: translateY(-50%);
  font-size: 12px;
  color: #888;
  display: none
}
.sortContainer .custom-dropdown .dropdown-item.checked:before {
  display: inline;
}
#sortButton {
  cursor: pointer;
}
.RaceDayWrap .RaceDayWrap_Inner{
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.RaceDayWrap .Tab_RaceDaySelect ul li .Tab_Active {
  font-weight: bold;
  border-bottom: solid 4px #3251bc;
  font-size: 16px;
}
.RaceDayWrap .Tab_RaceDaySelect ul.Tab1 li .Tab_Single {
  color: #666;
  display: block;
  width: 50%;
  font-size: 83.33%;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: solid 4px #3251bc;
}
.RaceDayWrap .RaceDayPrev,
.RaceDayWrap .RaceDayNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.RaceDayWrap .RaceDayPrev {
  left: 0;
}
.RaceDayWrap .RaceDayNext {
  right: 0;
}
.RaceDayWrap .RaceDayPrev a,
.RaceDayWrap .RaceDayPrev span,
.RaceDayWrap .RaceDayNext a,
.RaceDayWrap .RaceDayNext span {
  display: block;
  padding: 14px;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.RaceDayWrap .RaceDayPrev a:after,
.RaceDayWrap .RaceDayPrev span:after,
.RaceDayWrap .RaceDayNext a:after,
.RaceDayWrap .RaceDayNext span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: none;
}
.RaceDayWrap .RaceDayPrev a:after,
.RaceDayWrap .RaceDayNext a:after {
  border-top: 2px solid #929292;
  border-right: 2px solid #929292;
}
.RaceDayWrap .RaceDayPrev span:after,
.RaceDayWrap .RaceDayNext span:after {
  border-top: 2px solid #e1e1e1;
  border-right: 2px solid #e1e1e1;
}
.RaceDayWrap .RaceDayPrev a:after,
.RaceDayWrap .RaceDayPrev span:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.RaceDayWrap .RaceDayNext a:after,
.RaceDayWrap .RaceDayNext span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Container_Aisho{
  margin-bottom: 41px;
}
.AI_Footer .ThisWeek_YosoInner [class^=master_course_infoText],
.AI_Footer .ThisWeek_YosoInner .master_course_badge,
.AI_Footer .ThisWeek_YosoInner .master_course_infoLink{
  display: none;
}

/*======================================
5.みんなのラベル
======================================*/
#cgmContent{
  margin-bottom: 43px;
}
#cgmContent .Title_Sec{
  margin-bottom: 10px;
}
#cgmContent .raceLabel_Content_Wrap + .Title_Sec{
  margin-top:40px;
}
.raceLabel_Content_Wrap .MoreColumnList .LinkBtn_More,
#notelabel_ranking .MoreColumnList .LinkBtn_More{
  border:none;
}
.raceLabel_Content_Wrap .MoreColumnList a,
#notelabel_ranking .MoreColumnList a{
  background: #F3F3F3;
  color:#5C5D5E;
  border:none;
  border-radius: 50px;
  font-size:12px;
}
.MemoLabel li.memoLabel_Horse_Wrap{
  padding: 12px 12px 12px 15px;
  border-radius: 8px;
}
.MemoLabel .memoLabel_Horse_Data_Inner div[class^="Waku"]{
  position: relative;
  margin:0 12px 5px 0
}
.MemoLabel .memoLabel_Highlight_Wrap,
.MemoLabel .memoLabel_Horse_Race,
.MemoLabel #notelabel_ranking .RaceDayWrap,
.MemoLabel #notelabel_ranking .Title_Sec{
  display: none;
}
.MemoLabel .memoLabel_Horse_Data_Inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MemoLabel .memoLabel_Horse_Name_Wrap{
  gap:0;
  align-items: start;
}
.main .label_section[id^="0"]{
  display: none;
}

/*======================================
6.AI展開予測
======================================*/
.DevTitle2nd h2 {
  font-size: 0.9375rem;
}

.DevelopOpinionArea {
  overflow: hidden;
}

.DevelopOpinionArea > dl dd {
  color: #333;
}

#aiTenkaiContent .TabMenu01 ul {
  display: flex;
}

#aiTenkaiContent .TabMenu01 ul li {
  border-bottom: 4px solid #dadada;
  font-size: 83.34%;
  font-weight: bold;
}

#aiTenkaiContent .TabMenu01 ul.Tab_Col2 li {
  width: 50%;
}

#aiTenkaiContent .TabMenu01 li a {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #777;
}

#aiTenkaiContent .TabMenu01 ul li.Active {
  border-bottom: 4px solid #3251bc;
  color: #3251bc;
}

#aiTenkaiContent .TabMenu01 ul li.Active a {
  color: #3251bc;
}
.AiTenkaiArea01 .Description_Box > dl > dd{
  padding: 0;
}
.AiTenkaiArea01 .Description_Box > dl > dd span{
  color: #333;
}
/*======================================
7.勝ち馬サーチ
======================================*/
.Race_Num_Inner {
  margin-bottom: 10px;
}

.Race_Num {
  display: inline-block;
  margin-right: 7px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #3251bc;
  min-width: 45px;
  min-height: 45px;
  padding: 8px 0px;
  border-radius: 4px;
  vertical-align: middle;
}
.Race_Num .Race_Place {
  margin-bottom: 3px;
  display: block;
  font-size: 0.8125rem;
}
.Race_Num .Race_R {
  display: block;
  font-size: 1rem;
}

.Race_Name {
  color: #555;
  font-size: 106%;
  font-weight: bold;
  margin-bottom: -2px;
  line-height: 1.37;
}

.Analysis_Area {
  position: relative;
  margin: 0 10px 0px;
  padding: 17px 10px;
  background-color: #F3F3F3;
  border-radius: 4px;
  border: solid 1px #DADADA;
  color: #444;
}
.Analysis_Area.Week .Subject_Horse {
  margin-top: 5px;
  text-align: initial;
  color: #EF5350;
}

.Analysis_List {
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 10px 10px;
}
.Analysis_List li {
  display: flex;
  align-items: center;
  padding: 13px 0px;
  border-bottom: 1px solid #F3F3F3;
}
.Analysis_List_Head {
  padding: 5px 10px;
  background-color: #F3F3F3;
  border-radius: 2em;
  font-size: 0.8125rem;
}
.Analysis_List .Analysis_Item {
  max-width: 335px;
  display: block;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.Analysis_List .Subject_Horse {
  font-size: 0.8125rem;
}
.Analysis_List .Subject_Horse span {
  font-weight: 600;
}
.Analysis_List .Search_Btn {
  max-width: 255px;
  display: block;
  margin: 10px auto 0;
  background-color: #3251BC;
  padding: 12px 0;
  color: #fff;
  border-radius: 4px;
  font-size: 0.8125rem;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 540px) {
  .Analysis_List .Analysis_Item {
    max-width: 60vw;
  }
}
@media screen and (max-width: 360px) {
  .Analysis_List .Analysis_Item {
    max-width: 60vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .Analysis_List_Head {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.Wrap.Analysis_Week_Block .Contents_Header{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  align-items: center;
  margin: 21px 10px 21px;
}
.Wrap.Analysis_Week_Block .Contents_Header .ContentsTitle{
  color: #777;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.37;
  margin-right: auto;
}
.Wrap.Analysis_Week_Block .Contents_Header .MoreLink01 a{
  color: #666;
  font-size: 67%;
  font-weight: bold;
  display: block;
  border-radius: 1.23em;
  background: #e7e7e7;
  line-height: 2.18;
  padding: 0 1.2em;
  margin-left: 8px;
  white-space: nowrap;
}
#ajax_winner_search .Wrap.Analysis_Week_Block{
  margin:auto;
}

/*-- 分析エリア --*/
.Wrap.Analysis_Week_Block .Analysis_Area {
  position: relative;
  margin: 0 10px 0;
  padding: 17px 10px;
  background-color: #F3F3F3;
  border-radius: 4px;
  border: solid 1px #DADADA;
  color: #444;
}
.Wrap.Analysis_Week_Block .Analysis_Area.Week .Analysis_List {
  padding: 10px;
}
.Analysis_Area.Week li:last-of-type {
  border-bottom: none;
}
.Analysis_Area.Week .SubTitle {
  margin-bottom: 10px;
  color: #777;
  font-weight: bold;
  font-size: 0.875rem;
}
.Analysis_Area.Week .Recovery_Rate {
  margin: 10px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.Analysis_Area.Week .Recovery_Rate > div {
  text-align: center;
}
.Analysis_Area.Week .Recovery_Rate div.hr {
  width: 1px;
  height: 36px;
  background: #DADADA;
  display: block;
}
.Analysis_Area.Week .Recovery_Rate > div dl dt {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 300;
}
.Analysis_Area.Week .Recovery_Rate > div dl dd {
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  color: #EF5350;
  font-weight: bold;
}
.Analysis_Area.Week .Recovery_Rate > div dl dd::before {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2212.837%22%20height%3D%2216.387%22%20viewBox%3D%220%200%2012.837%2016.387%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22%22%3E%3Crect%20width%3D%2212.837%22%20height%3D%2216.387%22%20fill%3D%22%23e03d3c%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url%28%23%29%22%3E%3Cpath%20d%3D%22M11.327%2C6.207c.8%2C3-1.4%2C3.936-1.4%2C3.936C12.791%2C5.493%2C5.59%2C2.028%2C6.786%2C0%2C3.332%2C1.436%2C4.913%2C2.873%2C4.864%2C5.346S1.786%2C7.1%2C2.6%2C4.952C-2.17%2C9.229-.074%2C16.386%2C6.423%2C16.386c5.82%2C0%2C8.232-5.979%2C4.9-10.178m-5.12%2C9.158c-2.355%2C0-3.094-2.884-1.446-4.426%2C0%2C1.106%2C1.306%2C1.141%2C1.306.106%2C0-1.064-1.2-1.458-.122-2.853%2C0%2C1.585%2C1.972%2C1.688%2C2.789%2C3.5a2.569%2C2.569%2C0%2C0%2C1-2.527%2C3.671%22%20transform%3D%22translate%280%200.001%29%22%20fill%3D%22%23e03d3c%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  width: 12px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Analysis_Area.Week .Recovery_Rate > div dl dd svg {
  margin-right: 5px;
}
.Analysis_Area.Week .Subject_List li {
  background: #fff;
  border-radius: 8px;
  border: solid 1px #CACACA;
  margin-bottom: 10px;
}
.Analysis_Area.Week .Subject_List li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.Analysis_Area.Week .Subject_List .Umaban_Num {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 10px 0 0;
}
.Analysis_Area.Week .Subject_List .data_horse {
  font-weight: 600;
  font-size: 1.0625rem;
}
.Analysis_Area.Week .Subject_List .data_info {
  font-weight: 300;
  font-size: 0.8125rem;
  color: #555;
}
.Analysis_Area.Week .custom {
  display: block;
  margin: 0 auto 0;
  width: 157px;
  height: 28px;
  line-height: 26px;
  border: solid 1px #CACACA;
  font-weight: 600;
  font-size: 0.75rem;
  color: #5C5D5E;
  background: #fff;
  border-radius: 2em;
  text-align: center;
}
.Analysis_Area.User .User_Name {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1875rem;
}
.Analysis_Area.User .User_Name .User_Img {
  margin-right: 5px;
}
.Analysis_Area.User .User_Name .AvatarThumb {
  width: 39px;
  height: 39px;
  border-radius: 4px;
}
.Analysis_Area.User .User_Title {
  margin-top: 8px;
  margin-bottom: 13px;
  text-align: center;
  font-size: 0.9375rem;
}
.Analysis_Area.User .Recovery_Rate_Inner {
  margin-top: 17px;
  color: #757575;
  font-size: 0.8125rem;
}
.Analysis_Area.User .Recovery_Rate_Inner .Recovery_Rate {
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
}
.Analysis_Area.User .Recovery_Rate_Inner span {
  font-weight: bold;
}
.Analysis_Area.User .Recovery_Rate_Inner em {
  font-size: 1rem;
}
.Analysis_Area.User .Recovery_Rate_Inner .High {
  color: #D64646;
}
.Analysis_Area.User .Recovery_Rate_Inner .Bg_gray {
  padding: 3px 0;
  width: 100%;
  background-color: #F3F3F3;
  text-align: center;
}
.Analysis_Area.Fav li:last-of-type {
  border-bottom: none;
}
.Analysis_Area.Fav .Fav_Title {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.Analysis_Area.Fav .Fav_Title h3 {
  font-size: 0.9375rem;
}
.Analysis_Area.Fav .Fav_Title a {
  color: #3251BC;
  font-size: 0.75rem;
  font-weight: bold;
}
.Analysis_Area.Result {
  margin-bottom: 22px;
  padding: 17px 10px 10px;
}
.Analysis_Area.Result .Analysis_List {
  padding: 0 10px 0;
}
.Analysis_Area.Result li:last-of-type {
  border-bottom: none;
}
.Analysis_Area.Result .Analysis_List .Analysis_Item {
  overflow: initial;
  display: inline-block;
}
.Analysis_Area.History li:last-of-type {
  border-bottom: none;
}
.Analysis_Area.History .Search_Btn {
  margin: 0 auto;
}
.Analysis_Area .Data {
  position: absolute;
  right: 0;
  bottom: -20px;
  text-align: right;
  color: #999;
  font-size: 0.6875rem;
}

.Analysis_List {
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 10px 10px;
}
.Analysis_List li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 13px 0px;
  border-bottom: 1px solid #F3F3F3;
}
.Analysis_List_Head {
  min-width: 80px;
  padding: 5px 10px;
  background-color: #999999;
  color: #fff;
  text-align: center;
  border-radius: 2em;
  font-size: 0.6875rem;
}
.Analysis_List .Analysis_Item {
  max-width: 335px;
  display: block;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.Analysis_List .Subject_Horse {
  font-size: 0.8125rem;
}
.Analysis_List .Subject_Horse span {
  font-weight: 600;
}
.Analysis_List .Search_Btn {
  max-width: 255px;
  display: block;
  margin: 10px auto 0;
  background-color: #3251BC;
  padding: 12px 0;
  color: #fff;
  border-radius: 4px;
  font-size: 0.8125rem;
  text-align: center;
  font-weight: 600;
}
.Analysis_List .Search_Label {
  position: relative;
  display: inline-block;
  height: 18px;
  margin-right: 15px;
  padding: 2px 9px;
  box-sizing: border-box;
  border: solid 1px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 0.8125rem;
}
.Analysis_List .Search_Label::after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  content: "";
  display: block;
  margin-right: -6px;
  position: absolute;
  top: 0;
  right: 0;
}
.Analysis_List .Search_Label.siba {
  background-color: #58AF4A;
}
.Analysis_List .Search_Label.siba::after {
  border-left: 8px solid #58AF4A;
}
.Analysis_List .Search_Label.time {
  background-color: #5B9FDF;
}
.Analysis_List .Search_Label.time::after {
  border-left: 8px solid #5B9FDF;
}
.Analysis_List .Search_Label.color_lightgreen {
  background-color: #58AF4A;
}
.Analysis_List .Search_Label.color_lightgreen::after {
  border-left-color: #58AF4A;
}
.Analysis_List .Search_Label.color_brown {
  background-color: #874C11;
}
.Analysis_List .Search_Label.color_brown::after {
  border-left-color: #874C11;
}
.Analysis_List .Search_Label.color_blue {
  background-color: #5B9FDF;
}
.Analysis_List .Search_Label.color_blue::after {
  border-left-color: #5B9FDF;
}
.Analysis_List .Search_Label.color_pink {
  background-color: #D2768C;
}
.Analysis_List .Search_Label.color_pink::after {
  border-left-color: #D2768C;
}
.Analysis_List .Search_Label.color_green {
  background-color: #549F82;
}
.Analysis_List .Search_Label.color_green::after {
  border-left-color: #549F82;
}
.Analysis_List .Search_Label.color_purple {
  background-color: #C88AE8;
}
.Analysis_List .Search_Label.color_purple::after {
  border-left-color: #C88AE8;
}
.Analysis_List .Search_Label.color_orange {
  background-color: #E0960B;
}
.Analysis_List .Search_Label.color_orange::after {
  border-left-color: #E0960B;
}

@media screen and (max-width: 540px) {
  .Analysis_List .Analysis_Item {
    max-width: 60vw;
  }
}
@media screen and (max-width: 360px) {
  .Analysis_List .Analysis_Item {
    max-width: 60vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .Analysis_List_Head {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .Analysis_Area.User .Recovery_Rate_Inner {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .Analysis_Area.User .Recovery_Rate_Inner em {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.Analysis_Area.Week.Sample {
  padding-bottom: 40px;
}
.Analysis_Area.Week.Sample .Analysis_List .Search_Btn {
  background: #DADADA;
  color: #999999;
  pointer-events: none;
}
.Analysis_Area.Week.Sample .Subject_List .Sample_List {
  position: relative;
  width: 100%;
  height: 46px;
}
.Analysis_Area.Week.Sample .Subject_List .Sample_List::before {
  background: url("../img/premium_sample01e_sp.png") no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  position: absolute;
  background-size: contain;
  background-position: left;
  top: 0%;
  left: 0%;
}
.Analysis_Area.Week.Sample .Subject_List .Sample_List::after {
  background: url("../img/premium_sample01f_sp.png") no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  position: absolute;
  background-size: contain;
  background-position: right;
  top: 0%;
  right: 0;
}
.Analysis_Area.Week.Sample .Master_Regist_Box {
  width: 242px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2%;
  z-index: 10;
}

.Analysis_Area.Sample .premium_sample01a {
  width: 159px;
}
.Analysis_Area.Sample .premium_sample01b {
  width: 216px;
}
.Analysis_Area.Sample .premium_sample01c {
  width: 74px;
}
.Analysis_Area.Sample .premium_sample01d {
  width: 50px;
}
.Analysis_Area.Sample .premium_sample01e {
  width: 100%;
}
.Analysis_Area.Sample .Analysis_List li {
  padding: 8px 0;
}
.Analysis_Area.Sample .Recovery_Rate_Inner {
  margin-top: 10px;
}
.Analysis_Area.Sample .Recovery_Rate_Inner .Recovery_Rate {
  margin-bottom: 0;
}
.Analysis_Area.Sample .Recovery_Rate > div {
  display: flex;
  align-items: center;
}
.Analysis_Area.Week.Sample .Master_Regist_Box{
  bottom: -3%;
  padding: 10px 0;
}
.Analysis_Area.Sample .Master_Regist_Box .Master_Regist_MsgArea01{
  margin-bottom: 5px;
}
.Analysis_Area.Sample .Master_Regist_Box .Master_Regist_Btn{
  padding: 11px 35px;
  margin: 3px auto 10px;
  font-size: 12px !important;
}
.Analysis_Area.Sample .Master_Regist_Box p.Master_Regist_Msg01,
.Analysis_Area.Sample .Master_Regist_Box p.Master_Regist_Msg02{
  font-size: 0.8125rem !important;
}
.Analysis_Area.Sample .Master_Regist_Box p.Premium_Regist_Txt02{
  margin: 0;
}
.Analysis_Area.Sample .Master_Regist_Box p.Premium_Regist_Txt02 a{
  font-size: 10px !important;
}
table tr td.Waku1,
span.Waku1{
  border: 1px solid #707070;
  color: #555;
}
.ThisWeek_YosoInner .Analysis_Area table tr td.Waku1.ColorWhite,
.ThisWeek_YosoInner .Analysis_Area span.Waku1.ColorWhite {
  border: none;
  color: #fff;
}
.ThisWeek_YosoInner .Analysis_Area.Week.Sample .Premium_Regist_Box{
  bottom:-4%;
}
.ThisWeek_YosoInner .Analysis_Area.Week.Sample .Premium_Regist_Box .Premium_Regist_Txt02{
  margin:5px 0;
}
/*======================================
8.個別ラップ
======================================*/
.AllRaceRapCheck .HorseCheckBtn {
  width: auto;
  height: auto;
}

.RapSammary_Table .HorseCheckBtn {
  display: block;
  width: 22px;
  height: 22px;
}
.PersonalRap .RapTableMore{
  display: none;
}

.RapTableMore .Icon_ArrowBottom::after {
  content: none;
}

.RapTableMore .Icon_ArrowTop::after {
  content: none;
}
.Laptime_Reference{
  margin: 0 10px 20px;
}
.NoteCheck_Inner.SelectedHorse ul{
  display: flex;
}
.NoteCheck_Inner.SelectedHorse ul li{
  margin-right: 10px;
}
.NoteCheck_Inner.SelectedHorse ul li a{
  display: inline-block;
  color: #444444;
  font-size: 0.875rem;
  white-space: nowrap;
  text-align: center;
  border-radius: 50px;
  padding: 10px 14px;
  min-width: 66px;
  border: 1px solid #E1E1E1;
}
.NoteCheck_Inner.SelectedHorse ul li.active a{
  color: #fff;
  font-weight: bold;
  border-color: transparent;
  background: #3251BC;
  border-radius: 50px;
}
#aiLaptimeContent .SelectedHorse {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 10px 11px;
}
#aiLaptimeContent .NoteForm_Cont input[type=checkbox] {
  display: none;
}
#aiLaptimeContent .NoteForm_Cont input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#aiLaptimeContent .NoteCheck_Label.bk01,
#aiLaptimeContent .NoteCheck_Label.bk02,
#aiLaptimeContent .NoteCheck_Label.bk03 {
  padding: 5px 7px;
  color: #444;
}
#aiLaptimeContent .SelectedHorse .NoteCheck_Label.bk01 {
  padding: 5px 15px 5px 27px;
  font-weight: bold;
}
#aiLaptimeContent .NoteCheck:checked+.bk01 {
  background-color: #699EE6;
  color: #fff;
  font-weight: bold;
}
#aiLaptimeContent .Horse_Note_Modal .NoteCheck:checked+.bk01,
#aiLaptimeContent .SelectedHorse .NoteCheck:checked+.bk01 {
  background-color: #3951B5;
}
#aiLaptimeContent .NoteCheck_Label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 12px;
  font-size: 0.875rem;
  background-color: #E9E9E9;
  vertical-align: middle;
  cursor: pointer;
}
#aiLaptimeContent .SelectedHorse .NoteCheck_Label.bk01::before {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  margin-top: -5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #888888;
  border-bottom: 2px solid #888888;
  border-radius: 1px;
  content: "";
  transform: rotate(45deg);
}
#aiLaptimeContent .SelectedHorse .NoteCheck:checked+.NoteCheck_Label.bk01:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.Laptime_PickupRace{
  background: #f8f8f8;
  color: #444;
  font-size: 72.23%;
  font-weight: normal;
  padding: 18px 14px 5px;
  border-radius: 4px 4px 0 0;
}
.Laptime_PickupRace .RaceDay span{
  color:#555;
  font-size: 0.6875rem;
}
.Laptime_PickupRace .RaceDay span.Dirt {
  color: #874c11;
}
.Laptime_PickupRace .RaceDay span.Turf {
  color: #58af4a;
}
.Laptime_PickupRace .RaceName {
  display: flex;
  align-items: center;
  margin: 5px 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #03a;
}
.app_table_area .RapSammary_Table .Horse_Check.Sticky{
    border-left: 1px solid #dadada;
}
.RapTableMore .Icon_ArrowBottom,
.RapTableMore .Icon_ArrowTop{
  display: inline-block;
  position: relative;
  width: 100%;
}
.RapTableMore a .Icon_Arrow {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  border-radius: 1px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 24px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: .4s;
}

.RapTableMore a .Icon_ArrowTop::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  border-radius: 1px;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: .4s;
}
#aiLaptimeContent .PersonalDataArea02 .Master_Regist_Box.blurred.blurred_distance,
#aiLaptimeContent .PersonalDataArea03 .Master_Regist_Box.blurred.blurred_run_analysis{
  margin-top:-20px;
  margin-bottom: 20px;
}

/*======================================
9.調子偏差値
======================================*/
.BaroTableArea {
  margin-bottom: 20px;
  overflow-y: scroll
}

.BaroTableArea .Shutuba_Table .sort_icon {
  display: inline-block;
  width: 10px;
  height: 0;
}

.BaroTableArea .Shutuba_Table .tablesorter-headerAsc .sort_icon::before {
  border-width: 4px 4px;
  margin-top: -12px;
}

.BaroTableArea .Shutuba_Table .tablesorter-headerDesc .sort_icon::after {
  border-width: 4px 4px;
  margin-top: -1px;
}
.PickupHorseArea.BaroPickup .PickupHorseTable01 .Umaban_Num.WakuBan1 {
  color: #444;
}
.Description_Box.BaroTableInfo > dl{
  padding: 0;
}
.Description_Box.BaroTableInfo > dl > dt{
  padding: 10px 16px 10px 37px;
  font-size: 72.22%;
  color: #666;
}
.Description_Box.BaroTableInfo > dl > dt:before{
  margin-top: -11px;
  background: url(../img/icon/icon_sprite_race_nk01.png) no-repeat;
  -webkit-background-size: 250px auto;
  -moz-background-size: 250px auto;
  -ms-background-size: 250px auto;
  background-size: 250px auto;
  background-position: -90px -186px;
  left: 10px;
}
.ThisWeek_YosoInner .Shutuba_HorseList.BaroTableArea table tr td.Waku1,span.Waku1 {background: #fff;}
.ThisWeek_YosoInner .Shutuba_HorseList.BaroTableArea table tr td.Waku2,span.Waku2 {background: #222; color: #fff !important;}
.ThisWeek_YosoInner .Shutuba_HorseList.BaroTableArea table tr td.Waku3,span.Waku3 {background: #dc3c3c; color: #fff !important;}
.ThisWeek_YosoInner .Shutuba_HorseList.BaroTableArea table tr td.Waku4,span.Waku4 {background: #2c53a9; color: #fff !important;}
.ThisWeek_YosoInner .Shutuba_HorseList.BaroTableArea table tr td.Waku5,span.Waku5 {background: #e4ca3b; color: #fff !important;}
.ThisWeek_YosoInner .Shutuba_HorseList.BaroTableArea table tr td.Waku6,span.Waku6 {background: #58af4a; color: #fff !important;}
.ThisWeek_YosoInner .Shutuba_HorseList.BaroTableArea table tr td.Waku7,span.Waku7 {background: #de8a26; color: #fff !important;}
.ThisWeek_YosoInner .Shutuba_HorseList.BaroTableArea table tr td.Waku8,span.Waku8 {background: #dc6179; color: #fff !important;}
.ThisWeek_YosoInner .PickupHorseArea.BaroPickup{
  padding: 1px 0 5px;
  overflow: scroll;
}
.ThisWeek_YosoInner .Shutuba_HorseList.BaroTableArea tr.NoSelected {
  background: #dee0e5 !important;
}
/*======================================
10.高額コース 会員用導線
======================================*/
.AI_Master_Inner{
  text-align: center;
  margin: 10px 0 20px;
}
.AI_Master_Inner p{
  font-size: 0.75rem;
  font-weight: bold;
  color:#7A4AB1;
}
.AI_Master_Inner a{
  display: block;
  max-width: 228px;
  margin: 8px auto 0;
  padding:5px 0;
  background:#7A4AB1;
  border-radius: 50px;
  font-size: 0.8125rem;
  font-weight: bold;
  color:#fff;
}

.AI_Master_Regist_Box{
  min-width: 182px;
  max-height: 61px;
  padding: 9px 0;
  border:2px solid #7A4AB1;
  border-radius: 4px;
  text-align: center;
}
.AI_Master_Regist_Box p{
  font-size: 0.75rem;
  font-weight: bold;
  color:#666666;
}
.AI_Master_Regist_Box a{
  display: block;
  max-width: 110px;
  margin:4px auto 0;
  padding: 7px 0;
  background:#7A4AB1;
  border-radius: 4px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #fff;
}
.RaceCompatibility_Wrap .AI_Master_Regist_Box a{
  min-width: 110px;
  font-size: 0.625rem !important;
  line-height: 1;
}

.Master_Regist_Box {
  width: 80%;
  border: 2px solid #603F80;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  margin: 20px auto 20px;
  padding: 20px 10px;
  white-space: normal;
}
.AiTenkaiArea02 .Master_Regist_Box{
  width: 100%;
  margin: 10px auto 20px;
}
.Master_Regist_Box * {
  font-size: 16px;
}
.Master_Regist_Box .Master_Regist_MsgArea01 {
  margin-bottom: 16px;
  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;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.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;
}
.Master_Regist_Btn {
  line-height: 1.2;
  font-size: 15px;
  position: relative;
  display: block;
  background: #603F80;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
  color: #FFF ;
  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;
  text-align: center;
  text-decoration: underline;
  color: #333;
}

.My_Shushi_Link.isFreemium a{
  display: block;
  text-align: center;
  width: 280px;
  margin: 10px auto;
  padding: 7px 25px;
  border-radius: 50px;
  background:#3251bc;
  font-size:72.22%;
  font-weight: bold;
  color:#fff;
}

.AI_Footer .OpinionBtn {
  padding: 12px 10px;
  max-width: 375px;
  margin: auto;
}

/* マスターコース注意文 */
[class^=master_course_infoText] {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
}
.master_course_infoText01 {
  width: 82.66%;
  margin: 0 auto -10px;
  padding: 4px 0;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  position: relative;
}
.master_course_infoText01 em {
  font-size: 14px;
  color: #7A4AB1;
}
.master_course_infoText01_balloon {
  width: 82.66%;
  margin: 12px auto 0;
  padding: 4px 0;
  text-align: center;
  background: #FBF7FF;
  border: 2px solid #7A4AB1;
  border-radius: 50px;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  position: relative;
}
.master_course_infoText01_balloon:before,
.master_course_infoText01_balloon:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.master_course_infoText01_balloon:before {
  bottom: -9px;
  border-style: solid;
  border-color: transparent transparent #7A4AB1 transparent;
  border-width: 0 14px 14px 0;
  transform: rotate(-45deg);
}
.master_course_infoText01_balloon:after {
  bottom: -6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 12px 12px 0;
  z-index: 10;
  transform: rotate(-45deg);
}
.master_course_infoText01_balloon em {
  font-size: 14px;
  color: #7A4AB1;
}
.master_course_infoText02 {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  background: #7A4AB1;
}
.master_course_infoText02 p {
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
}
.master_course_infoText02 p::before,
.master_course_infoText02 p::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 10px;
  height: 11.586px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="11.586" viewBox="0 0 10 11.586"><path id="パス_35794" data-name="パス 35794" d="M.293,5.293a1,1,0,0,1,0-1.414L3.586.586a2,2,0,0,1,2.829,0L9.707,3.879A1,1,0,0,1,8.293,5.293L6,3v7.586a1,1,0,1,1-2,0V3L1.707,5.293a1,1,0,0,1-1.414,0" transform="translate(0 0)" fill="%23fff" fill-rule="evenodd"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.master_course_infoText02 p::before {
  left: -14px;
}
.master_course_infoText02 p::after {
  right: -14px;
}
.master_course_infoText01_01_wrap{
  width: 100%;
  text-align: center;
}
.master_course_infoText01_01 {
  display: inline-block;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #7A4AB1;
  position: relative;
}
.master_course_infoText01_01::before,
.master_course_infoText01_01::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 10px;
  height: 11.586px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="11.586" viewBox="0 0 10 11.586"><path id="パス_35794" data-name="パス 35794" d="M.293,5.293a1,1,0,0,1,0-1.414L3.586.586a2,2,0,0,1,2.829,0L9.707,3.879A1,1,0,0,1,8.293,5.293L6,3v7.586a1,1,0,1,1-2,0V3L1.707,5.293a1,1,0,0,1-1.414,0" transform="translate(0 0)" fill="%237A4AB1" fill-rule="evenodd"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.master_course_infoText01_01::before {
  left: -14px;
}
.master_course_infoText01_01::after {
  right: -14px;
}
.master_course_infoText02_01{
  width: 100%;
  margin-top: 10px;
  text-align: center;
  background: #7A4AB1;
}
.master_course_infoText02_01 p {
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
}
.master_course_badge {
  display: inline-block;
  margin-left: 7px;
  padding: 5px 6px;
  background: #7A4AB1;
  border-radius: 50px;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
}
.master_course_badge.pale{
  background:#9C6AD6;
}
.InputBtnBox.Master .OddsSearchBtn,
.InputBtnBox.Master .OddsMasterBtn{
  position: relative;
  padding-top: 15px;
}
.InputBtnBox.Master .master_course_badge{
  position: absolute;
  top: -7px;
  left: 53%;
  transform: translate(-50%, 0);
  margin-left: 0;
}
