@charset "euc-jp";
/*==============================================
馬券アドバイザー
================================================
0.0 - 共通パーツ
0.1 -
1.0 - My収支分析
  1.1 - 分析項目
  1.2 - 対象期間
  1.3 - 馬券分析Top
  1.4 - 項目別
2.0 - 通常 / 印・絞込・並べ替え
3.0 - 通常--Table
4.0 - 印--Table
5.0 - ページャー
6.0 - 詳細分析
7.0 - 購入レース詳細
==============================================*/

/*----------------------------------------------
# 0.0 - 共通パーツ
----------------------------------------------*/
.w50 {
  width: 50%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}

/*----------------------------------------------
# 1.0 - My収支分析
----------------------------------------------*/
section.Analytics_Wrap {
  padding: 0 10px 10px 10px;
}
.Analytics_Inner {
  background: #F3F3F3;
  border-radius: 4px;
  padding: 27px 20px;
}
.Jyo_Select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.Jyo_Select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #FFF;
  color: #666666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #BFBFBF;
  border-radius: 27px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
option {
  font-weight: normal;
  display: block;
  min-height: 1.2em;
  padding: 0px 2px 1px;
  white-space: nowrap;
}
.select__arrow {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #585858 transparent transparent transparent;
}

/*----------------------------------------------
# 1.1 - 分析項目
----------------------------------------------*/
.Analytics_Inner h3 {
  font-weight: 600;
  color: #666;
  font-size: 14px;
}
.Analytics_Inner h3 span {
  font-size: 10px;
  margin-left: 5px;
  font-weight: 300;
}
ul.Analytics_List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin: 10px 0 20px 0;
}
li.Analytics_Item {
  width: 31%;
  display: flex;
}
.Analytics_Item_Icon01 {
  width: calc((55 / 95) * 100%);
  height: auto;
}
.Analytics_Item_Icon02 {
  width: calc((58 / 95) * 100%);
  height: auto;
}
.Analytics_Item_Icon03 {
  width: calc((36 / 95) * 100%);
  height: auto;
}
.Analytics_Item_Icon04 {
  width: calc((58 / 95) * 100%);
  height: auto;
}
.Analytics_Item_Icon05 {
  width: calc((44 / 95) * 100%);
  height: auto;
}
.Analytics_Item_Icon06 {
  width: calc((49 / 95) * 100%);
  height: auto;
}

a.Analytics_Item_Inner {
  position: relative;
  display: flex;
  background: #FFF;
  border: 1px solid #E2E2E2;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  height: auto;
}
a.Analytics_Item_Inner.check {
  background: #EDF1FF;
  border: 1px solid #3251BC;
}
.Analytics_Item_Icon,
svg[class^="Analytics_Item_Icon0"] {
  fill: #888888;
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 0;
  justify-content: space-between;
}
.check .Analytics_Item_Icon,
.check svg[class^="Analytics_Item_Icon0"] {
  fill: #3251bc;
}
.Check_Icon {
  width: 100%;
  text-align: left;
  fill: #e2e2e2;
}
.check .Check_Icon {
  fill: #3251BC;
}
.Analytics_Item_Title {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
}
.check .Analytics_Item_Title {
  color: #3251BC;
}
.Analytics_Detail_ButtonWrap {
  margin-bottom: 26px;
}
a.Analytics_Detail_Button {
  background: #FFFFFF;
  border: 1px solid #3251BC;
  border-radius: 24px;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  padding: 7px;
  margin: 0 auto;
  display: block;
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Plus_Icon {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.8em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  margin-right: 5px;
}
.Plus_Icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/*----------------------------------------------
# 1.2 - 対象期間
----------------------------------------------*/
.Term_Wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.Year_Select {
  position: relative;
  display: inline-block;
  width: 30%;
}
.Month_Select {
  position: relative;
  display: inline-block;
  width: 20%;
}
.Year_Select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px 8px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #FFF;
  color: #444;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #CACACA;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.Month_Select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px 8px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #FFF;
  color: #444;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #CACACA;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.Year_Select .select__arrow {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #444 transparent transparent transparent;
}
.Month_Select .select__arrow {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #444 transparent transparent transparent;
}
@media screen and (max-width: 375px) {
  .Term_Wrap {
    gap: 6px;
  }
  .Year_Select .select__arrow {
    right: 6px;
  }
  .Month_Select .select__arrow {
    right: 4px;
  }
}
a.Shushi_Analytics_Button {
  background: #3251BC;
  color: #FFF;
  padding: 15px;
  display: block;
  margin-top: 20px;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

/*----------------------------------------------
# 1.3 - 馬券分析Top
----------------------------------------------*/
.profit_item {
  scrollbar-width: none;
}
#tag-analytics a.Shushi_Analytics_Button {
  background: #3251BC;
  color: #FFF;
  padding: 15px;
  display: block;
  margin-top: 20px;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}
#tag-analytics .Analytics_Detail_ButtonWrap {
  margin-bottom: 42px;
}
#tag-analytics a.Analytics_Detail_Button {
  background: #FFFFFF;
  border: 1px solid #888888;
  border-radius: 24px;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  padding: 7px;
  margin: 0 auto;
  display: block;
  width: 40%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tag-analytics .Table_Shirushi_Wrap {
  overflow-x: scroll;
  margin-bottom: 28px;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
/* Chrome, Safari 対応 */
#tag-analytics .box::-webkit-scrollbar {
  display:none;
}
#tag-analytics .Table_Shirushi_Wrap table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  border-right: 1px solid #CACACA;
  table-layout: unset;
}
#tag-analytics .Table_Shirushi_Wrap table th,
#tag-analytics .Table_Shirushi_Wrap table td {
  padding: 10px 8px;
  vertical-align: middle;
}
#tag-analytics .Table_Shirushi_Wrap table th {
  line-height: 1.2;
  font-size: 72.3%;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  width: 80px;
  background: #8D8D8D;
}
#tag-analytics .Table_Shirushi_Wrap table th:first-child {
  width: 60px!important;
}
#tag-analytics .Table_Shirushi_Wrap table th + th,
#tag-analytics .Table_Shirushi_Wrap table td + td {
  border-left: 1px solid #E0E0E0;
}
#tag-analytics .Table_Shirushi_Values td {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
#tag-analytics .Table_Shirushi_Values td.Highlight {
  color: #D64646;
  font-weight: 600;
}
#tag-analytics .Table_Shirushi_Wrap td.Table_Analytics_Values {
  background: #707070;
  font-size: 15px;
  color: #FFF;
}
#tag-analytics .Table_Shirushi_Wrap span[class^="Shirushi_"] {
  font-size: 159%;
}

#tag-analytics .More_CTA {
  margin-bottom: 42px;
}
.More_CTA a {
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  display: block;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  color: #888;
  font-weight: bold;
  background: #FFF;
}
.More_CTA a .Icon_Arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 13px;
  width: 9px;
  height: 7px;
  background: url(../img/race/advisor/icon_sprite_column.png) no-repeat;
  -webkit-background-size: 70px auto;
  -moz-background-size: 70px auto;
  background-size: 70px auto;
  background-position: -26px -85px;
}
.BettingPerformanceBlock {
  margin: 0 10px 42px;
}
.BettingPerformanceBlock ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.BettingPerformanceBlock ul li dl {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #DADADA;
}
.BettingPerformanceBlock ul li dl dt {
  flex: auto;
  background: #F8F8F8;
  padding: 22px 8px;
  width: 50%;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 1px solid #DADADA;
  color: #444;
  font-size: 13px;
}
.BettingPerformanceBlock ul li dl dt span {
  font-size: 14px;
  font-weight: 600;
}
.BettingPerformanceBlock ul li dl dd {
  width: 50%;
  font-size: 15px;
  font-weight: 600;
}
.BettingPerformanceBlock ul li dl dd a {
  display: flex;
  padding: 22px 18px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  color: #444;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/*----------------------------------------------
# 1.4 - 項目別
----------------------------------------------*/
.Table_Itemized_Wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.Table_Itemized_Sticky {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #FFF;
}
th.Table_Itemized_Sticky {
  text-align: center;
}

.Table_Itemized_Sticky.Scrolling:after,
.Table_Itemized_Sticky.Scrolling:before {
  display: block;
}
.Table_Itemized_Sticky:before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  position: absolute;
  top: 0;
  left: -1px;
}
.Table_Itemized_Sticky:after {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  position: absolute;
  top: 0;
  right: -1px;
}
.Table_Itemized_Title {
  background: #E2E2E2;
  padding: 10px;
}
.Table_Itemized_Title h3 {
  font-size: 13px;
  color: #444;
  font-weight: bold;
}
.Table_Itemized_Wrap table {
  width: 160%;
  border-collapse: collapse;
}
.Table_Itemized_Wrap table th {
  color: #FFF;
  background: #8D8D8D;
  border: 1px solid #D9D9D9;
  font-size: 13px;
  padding: 8px;
}
.Table_Itemized_Wrap table th:first-child {
  background: #555;
}
.Table_Itemized_Wrap table td {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  padding: 8px;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  text-align: right;
}
.Table_Itemized_Wrap table td:last-child {
  border-right: none;
}
.Table_Itemized_Wrap table td:first-child {
  text-align: left;
}
.Table_Itemized_Wrap table td:nth-child(2),
.Table_Itemized_Wrap table td:nth-child(3) {
  text-align: center;
}

/*----------------------------------------------
# 2.0 - 通常 / 印・絞込・並べ替え
----------------------------------------------*/
.Analytics_Results_Conditions_Inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0px 10px;
  margin: 20px 0;
}
.Analytics_Results_Conditions .Tab01 {
  width: 30%;
}
.Analytics_Results_Conditions .Tab01 ul {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  border: 1px solid #8B8B8B;
}
.Analytics_Results_Conditions .Tab01 ul.Tab_Col2 li {
  width: 50%;
}
.Analytics_Results_Conditions .Tab01 ul li {
  color: #8B8B8B;
  font-size: 66.67%;
  line-height: 30px;
  text-align: center;
  display: block;
  height: 30px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.Analytics_Results_Conditions .Tab01 ul li.Active {
  background: #8B8B8B;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
.Tab-Content {
  display: none;
}
.Tab-Content.Show {
  display: block;
}
.Analytics_Results_Conditions_Button_Wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.NarrowDown {
  border: 1px solid #BFBFBF;
  border-radius: 24px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  background: #FFF;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.NarrowDown.Mark {
  color: #EF5350;
}
.NarrowDown svg {
  width: auto;
  height: 13px;
  margin-right: 6px;
}
.Sort {
  border: 1px solid #BFBFBF;
  border-radius: 24px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  text-align: center;
  background: #FFF;
  cursor: pointer;
}
.Analytics_Results_Conditions_Detail {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  margin: 18px 0px 18px 10px;
}
.Analytics_Results_Hits {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.Analytics_Results_Value {
  overflow-x: scroll;
  overflow-y: hidden;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
/* Chrome, Safari 対応 */
.box::-webkit-scrollbar {
  display:none;
}
.Analytics_Results_Value ul {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  gap: 5px;
}
.Analytics_Results_Value ul li {
  width: 100%;
  color: #333;
  font-size: 14px;
}
.Close_Icon {
  display: inline-block;
  color: #444;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
  margin-bottom: 4px;
  margin-left: 3px;
}
.Close_Icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/*----------------------------------------------
# 3.0 - 通常--Table
----------------------------------------------*/
table.Table_Analytics {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  margin-top: 10px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 28px;
}
table.Table_Analytics .Header th {
  line-height: 1.2;
  padding: 0 3px;
  background: #8D8D8D;
  font-size: 72.3%;
  font-weight: 600;
  color: #FFF;
  padding: 10px 1px;
  vertical-align: middle;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
table.Table_Analytics .Header th:first-child {
  width: 20%;
  background: #A85151;
  color: #FFF;
}
table.Table_Analytics .Header th:nth-child(2) {
  width: 20%;
  background: #A85151;
  color: #FFF;
}
table.Table_Analytics .Header th:nth-child(3) {
  width: 30%;
}
table.Table_Analytics .Header th:last-child {
  width: 30%;
}
table.Table_Analytics th,
table.Table_Analytics td {
  padding: 43px 8px 10px;
  vertical-align: middle;
}
.Amount_Head>div,
.Refund_Head>div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Refund_Head_Inner,
.Amount_Head_Inner {
  display: flex;
  flex-direction: column;
  gap: 3px 0;
}
.Refund_Head_Inner span,
.Amount_Head_Inner span {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
td.Table_Analytics_Values {
  background: #E2E2E2;
  font-size: 15px;
  color: #333;
}
.Table_Analytics_Values_Wrap {
  position: relative;
}
.Table_Analytics_Values_Wrap .Table_Analytics_Values {
  content: "";
  width: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  background: #E2E2E2;
  font-size: 15px;
  font-weight: normal;
  z-index: 1;
  position: absolute;
  top: -53px;
  left: -10px;
  text-align: left;
  padding: 10px 8px;
  color: #333;
  word-break: break-all;
  line-height: 1.2rem;
}
td.Recovery_Rate_Value,
td.Hit_Rate_Value {
  color: #D64646;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
td.Amount_Value {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
td.Refund_Value {
  color: #65A353;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.Race_Data {
  margin-top: 6px;
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
.Race_Data span {
  color: #0033AA;
}

.sort_icon {
  padding-right: 18px;
  position: relative;
  color: #FFF;
}
.sort_icon::before, .sort_icon::after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 70%;
  position: absolute;
  width: 0;
}
.sort_icon::before {
  border-bottom-color: #FFF;
  margin-top: -12px;
}
.sort_icon::after {
  border-top-color: #FFF;
  margin-top: -1px;
}
.tablesorter-headerAsc .sort_icon::before {
	border-width: 7px 4px;
	margin-top: -11px;
}
.tablesorter-headerAsc .sort_icon::after {
	display: none;
}
.tablesorter-headerDesc .sort_icon::before {
	display: none;
}
.tablesorter-headerDesc .sort_icon::after {
	border-width: 7px 4px;
	margin-top: -4px;
}

/*----------------------------------------------
# 4.0 - 印--Table
----------------------------------------------*/
.Table_Shirushi_Wrap {
  overflow-x: scroll;
  margin-bottom: 28px;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
/* Chrome, Safari 対応 */
.box::-webkit-scrollbar {
  display:none;
}
.Table_Shirushi_Wrap table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  border-right: 1px solid #CACACA;
  table-layout: fixed;
}
.Table_Shirushi_Wrap table th,
.Table_Shirushi_Wrap table td {
  padding: 10px 8px;
  vertical-align: middle;
}
.Table_Shirushi_Wrap table th {
  line-height: 1.2;
  font-size: 72.3%;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  width: 80px;
  background: #555;
}
.Table_Shirushi_Wrap table th:first-child {
  width: 60px!important;
}
.Table_Shirushi_Wrap table th + th,
.Table_Shirushi_Wrap table td + td {
  border-left: 1px solid #E0E0E0;
}
.Table_Shirushi_Values td {
  color: #444;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.Table_Shirushi_Values td.Highlight {
  color: #D64646;
  font-weight: 600;
}
.Table_Shirushi_Wrap td.Table_Analytics_Values {
  background: #707070;
  font-size: 15px;
  color: #FFF;
}


/*----------------------------------------------
# 5.0 - ページャー
----------------------------------------------*/
.Common_Pager {
  position: relative;
  z-index: 1;
  margin: 0;
}
.Common_Pager ul {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}
.Common_Pager ul li {
  display: table-cell;
  font-size: 13px;
  vertical-align: top;
}
.Common_Pager ul li:first-child,
.Common_Pager ul li:first-child a,
.Common_Pager ul li:first-child div {
  border-top-left-radius: 2px 2px;
  border-bottom-left-radius: 2px 2px;
}
.Common_Pager ul li:last-child,
.Common_Pager ul li:last-child a,
.Common_Pager ul li:last-child div {
  border-bottom-right-radius: 2px 2px;
  border-top-right-radius: 2px 2px;
}

.Common_Pager ul li a,
.Common_Pager ul li div {
  display: block;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  color: #666;
}
@media screen and (max-width: 540px) {
  .Common_Pager ul li a,
  .Common_Pager ul li div {
    height: 8.5333333333vw;
    line-height: 8.5333333333vw;
  }
}
.Common_Pager ul li div .Prev,
.Common_Pager ul li div .Next {
  position: relative;
}
.Common_Pager ul li div .Prev::before,
.Common_Pager ul li div .Next::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  width: 0;
  height: 0;
}
.Common_Pager ul li div .Prev::before {
  left: 0;
  margin-left: -15px;
  border-right: 10px solid #666;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.Common_Pager ul li div .Next::before {
  right: 0%;
  margin-right: -15px;
  border-left: 10px solid #666;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.Common_Pager ul li div .disabled {
  pointer-events: none;
  color: #A7A7A7;
}
.Common_Pager ul li div .disabled.Prev::before {
  border-right: 10px solid #CCCCCC;
}
.Common_Pager ul li div .disabled.Next::before {
  border-left: 10px solid #CCCCCC;
}
.Common_Pager ul li a.active {
  position: relative;
  color: #444;
}
.Common_Pager ul li a.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F3F3F3;
  z-index: -1;
}
@media screen and (max-width: 540px) {
  .Common_Pager ul li a.active::after {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.Common_Pager ul li.Page_Active div {
  font-weight: 600;
}
.Common_Pager ul + ul {
  margin-top: 22px;
  max-width: 200px;
}
.Common_Pager .AllItemsNum {
  color: #666;
  font-size: 11px;
  text-align: center;
  line-height: 32px;
}
.Re-search_ButtonWrap {
  padding: 0 20px;
}
a.Re-search_Button {
  background: #FFF;
  border: 1px solid #2752C3;
  color: #2752C3;
  padding: 15px;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

/*----------------------------------------------
# 6.0 - 詳細分析
----------------------------------------------*/
.Search_Detail_Box {
  padding: 21px 0 21px;
  margin: 0 10px 0;
}

.Search_Detail_Box02 {
  padding: 21px 0 21px;
}

.Search_Detail_Form.Detail02 .Search_Detail_Box {
  margin: 0 20px 0;
}

.Advanced_Search_Detail02 .Search_Detail_Form,
.Advanced_Search_Detail .Search_Detail_Form {
  margin-bottom: 150px;
}
.Advanced_Search_Detail .Search_Detail_Box {
  border-bottom: 1px solid #DADADA;
  padding: 21px 10px;
  margin: 0;
}

@media screen and (max-width: 540px) {
  .Search_Detail_Box {
    margin: 0 2.6666666667vw 0;
  }
}
.SettingModal .Title_Sec,
.Search_Detail_Form.Detail02 .Title_Sec {
  margin: 21px 10px 0;
}

.Search_Detail_Box > label {
  display: block;
  margin: 0 0 10px;
  color: #666;
  font-size: 15px;
  font-weight: bold;
}

.Search_Detail_Form input {
  background: transparent;
  border: 0 none;
  color: #444;
}

.Search_Detail_Form select {
  display: block;
  width: 100%;
  font-size: 15px;
  background: transparent;
  border: 0 none;
  padding-left: 8px;
  color: #444;
}

.Search_Detail_Form select:invalid {
  color: #C9C9C9;
}

.Search_Detail_Form input[type=text],
.Search_Detail_Form input[type=number],
.Search_Detail_Box input[type=text],
.Search_Detail_Box input[type=number] {
  width: 100%;
  background: #fff;
  border: 1px solid #DADADA;
  border-radius: 6px;
  overflow: hidden;
  line-height: 1.4;
  padding: 7px 8px;
  font-size: 0.9375rem;
  cursor: pointer;
}

input[type=text][disabled] {
  background: #F3F3F3;
  border: 1px solid #F3F3F3;
  pointer-events: none;
}

.Search_Detail_Form input[type=date] {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  line-height: 1.4;
  padding: 7px 8px;
  font-size: 0.9375rem;
  cursor: pointer;
  border: 1px solid #DADADA;
}

.Search_Detail_Form input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

.Search_Detail_Form ::-moz-placeholder {
  color: #C9C9C9;
}

.Search_Detail_Form ::placeholder {
  color: #C9C9C9;
}

.Search_Detail_Form :focus {
  outline-color: #3251BC;
}

.Txt_Form {
  width: 100%;
}

/*--クリアボタン--*/
.Advanced_Search_Detail .Title_Sec {
  margin: 16px 10px 16px;
}
.Advanced_Search_Detail .Title_Sec_02 {
  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: 0;
  padding: 16px 10px 16px;
  background-color: #F3F3F3;
}
.Advanced_Search_Detail .Title_Sec_02 h2 {
  color: #777;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.37;
  margin-right: auto;
}
.clear {
  font-size: 14px;
  color: #666;
  border: none;
  background-color: transparent;
}

ul.Type_Change_List {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
li.Type_Change_Item {
  width: 50%;
}
li.Type_Change_Item a {
  text-align: center;
  display: block;
  color: #666;
  font-weight: normal;
  padding: 18px;
}
li.Type_Change_Item a.Active {
  color: #3251BC;
  font-weight: 600;
  position: relative;
}
li.Type_Change_Item a.Active:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #3251BC;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.Search_Detail_Box.Category {
  padding: 0;
  margin: 20px 0 0 !important;
  border-top: 1px solid #DADADA;
}
.Search_Detail_Box.Category a {
  padding: 21px 10px 21px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #757575;
  border-bottom: 1px solid #DADADA;
}
.Search_Detail_Box.Category a label {
  display: block;
  color: #666;
  font-size: 0.9375rem;
  font-weight: bold;
}
.Search_Detail_Box.Category a svg {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Search_Detail_Box.LinkList {
  padding: 0 10px;
  margin: 0;
}
.Search_Detail_Box.LinkList label {
  display: block;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  min-width: 75px;
}
.Search_Detail_Box.LinkList a {
  padding: 21px 0 21px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #757575;
}
.Search_Detail_Box.LinkList a svg {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Search_Detail_Box.LinkList a .select {
  display: block;
  color: #888;
  font-size: 72.22%;
  font-weight: bold;
}
.Search_Detail_Box.LinkList span {
  margin-right: 34px;
  color: #3251BC;
  font-weight: 600;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Search_Detail_Box.LinkList span.NA {
  color: #C9C9C9;
}

.Date_Select_Inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.Date_Select_Title {
  color: #666;
  font-size: 15px;
  font-weight: 600;
}
.Date_Select_Inner ul {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 43%;
}
.Date_Select_Inner ul li {
  position: relative;
}
.Date_Select_Inner ul li:first-child {
  width: 60%;
}
.Date_Select_Inner ul li:last-child {
  width: 40%;
}
.Date_Select_Inner ul li:before {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0px 4.5px;
  border-color: #585858 transparent transparent transparent;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
}
.Date_Select_Inner select {
  border: 1px solid #CACACA;
  border-radius: 4px;
  padding: 8px 26px 8px 10px;
  color: #444;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Tilde_Wrap {
  font-weight: 600;
}

.Item1st {
  /* margin: 20px 0 0 0!important; */
  border-top: 1px solid #EBEBEB;
}
.ItemLast {
  margin: 0 0 60px 0!important;
}

/*インプットボックス 検索アイコン*/
.Search_Icon {
  position: relative;
}
.Search_Icon::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon/icon_search.png);
  background-size: 16px 16px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

/*-- サジェスト機能 --*/
.suggest_list {
  margin-top: 10px;
}
.suggest_list div {
  padding: 11px 0 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #777;
  border-bottom: 1px solid #DADADA;
  font-size: 0.9375rem;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}

.ui-widget-content {
  position: absolute;
  background: #fff;
  color: #777;
  font-size: 0.9375rem;
  border: none !important;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 10px 10px;
}

.ui-widget-content .ui-state-active {
  background: transparent;
  color: #666;
  border: none;
  background: #F3F3F3;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #DADADA;
}

/*-- 五十音順検索 --*/
.Keyword_List02 {
  margin-bottom: 10px;
}
.Keyword_List02 a {
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 2;
  border: 1px solid #e1e1e1;
  border-radius: 2em;
  min-width: 57px;
  color: #444;
  text-align: center;
  font-size: 0.875rem;
  cursor: pointer;
}
.Keyword_List02 a.Active {
  color: #fff;
  font-weight: bold;
  background-color: #3251bc;
  font-weight: bold;
}

.Keyword_Title {
  position: relative;
  z-index: 1;
  padding: 11px 0px 11px;
  color: #444;
  font-size: 0.9375rem;
}
.Keyword_Title::before {
  background-color: #F3F3F3;
  content: "";
  display: block;
  width: 100vh;
  height: 32px;
  position: absolute;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/*-- チェックボックス --*/
.SearchDetail_Check {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  /* column-count: 2; */

}
.Vertical {
  writing-mode: unset;
  width: unset;
}
.SearchDetail_Check.Vertical {
  /* flex-direction: column; */
}
.SearchDetail_Check.Vertical li {
  margin-right: 0;
  margin-bottom: 20px;
  /* width: 50%; */
  flex: 0 0 50%;
  box-sizing: border-box;
}
.SearchDetail_Check.Vertical .Icon_GradeType {
  margin-left: 0;
  font-size: 0.6875rem;
}
.SearchDetail_Check li {
  margin-right: 30px;
}
.SearchDetail_Check input[type=checkbox] {
  display: none;
}

.SearchDetail_Check label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 0 27px;
  box-sizing: border-box;
  position: relative;
  color: #444;
  font-size: 0.875rem;
}
@media screen and (max-width: 540px) {
  .SearchDetail_Check label {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.SearchDetail_Check label::before {
  background: #fff;
  border: 2px solid #BFBFBF;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 0px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.SearchDetail_Check label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  width: 4px;
  left: 7px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

.SearchDetail_Check .CheckBox:checked + label:before {
  background: #3251BC;
  border: 2px solid #3251BC;
}

.SearchDetail_Check .CheckBox:checked + label:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/*-- ラジオボタン --*/
.SearchDetail_Radio {
  margin-top: 20px;
}

.SearchDetail_Radio input {
  display: none;
}

.SearchDetail_Radio .list {
  display: flex;
}

.SearchDetail_Radio .list.Vertical {
  flex-wrap: wrap;
  flex-direction: column;
  height: 75px;
}

.SearchDetail_Radio span {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.SearchDetail_Radio label {
  position: relative;
  font-size: 77.7778%;
  color: #444444;
  cursor: pointer;
}

.SearchDetail_Radio label:before {
  position: relative;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  top: 5px;
  margin-right: 10px;
  border: 1px solid #DADADA;
  border-radius: 20px;
}

.SearchDetail_Radio label:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #F3F3F3;
  border-radius: 10px;
  left: 6px;
  top: 1.5px;
}
.SearchDetail_Radio input:checked + label:after {
  background-color: #3150BC;
}

.SearchDetail_Radio02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.SearchDetail_Radio02.TurnBack.Xs {
  max-height: 150px;
}
.SearchDetail_Radio02.TurnBack.Sm {
  max-height: 298px;
}
.SearchDetail_Radio02.TurnBack.Md {
  max-height: 420px;
}
.SearchDetail_Radio02.TurnBack.Lg {
  max-height: 840px;
}
.SearchDetail_Radio02.TurnBack.Xl {
  max-height: 1260px;
}
.SearchDetail_Radio02.Vertical {
  flex-direction: column;
}
.SearchDetail_Radio02.Vertical li {
  margin-right: 0;
  margin-bottom: 20px;
}
.SearchDetail_Radio02.Vertical .Icon_GradeType {
  margin-left: 0;
  font-size: 0.6875rem;
}
.SearchDetail_Radio02 li {
  margin-right: 30px;
}
.SearchDetail_Radio02 input[type=radio] {
  display: none;
}

.SearchDetail_Radio02 label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 0 27px;
  box-sizing: border-box;
  position: relative;
  color: #444;
  font-size: 0.875rem;
}
@media screen and (max-width: 540px) {
  .SearchDetail_Radio02 label {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.SearchDetail_Radio02 label::before {
  background: #fff;
  border: 2px solid #BFBFBF;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 0px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
}

.SearchDetail_Radio02 label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  width: 4px;
  left: 7px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}
.SearchDetail_Radio02 .Radio:checked + label:before {
  background: #3251BC;
  border: 2px solid #3251BC;
}

.SearchDetail_Radio02 .Radio:checked + label:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/*セレクトボックス*/
.Search_Detail_Select select {
  padding: 3px 10px 5px;
}

.Search_Detail_Select div {
  position: relative;
  /* display: inline-block; */
  float: left;
  margin-right: 8px;
  width: 80px;
  padding-left: 0px;
  background: #fff;
  border: 1px solid #DADADA;
  border-radius: 6px;
  overflow: hidden;
  height: 38px;
}
.Search_Detail_Box:has(.Search_Detail_Input02) {
  text-align: center;
}
.Search_Detail_Input div {
  float: left;
  margin-right: 8px;
  width: 80px;
}
.Search_Detail_Input02 div {
  float: left;
  margin-right: 8px;
  width: 80px;
}

.Search_Detail_Select div select {
  height: 36px;
  cursor: pointer;
}

.Search_Detail_Input > span,
.Search_Detail_Input02 > span,
.Search_Detail_Select > span {
  position: relative;
  float: left;
  margin-right: 8px;
  top: 11px;
  color: #444;
  font-weight: 300;
  font-size: 15px;
}
.Search_Detail_Input02 > span {
  color: #2752C3;
  font-weight: 600;
}
.Search_Detail_Input02 input[type=number] {
  font-size: 16px;
  font-weight: 600;
  color: #2752C3;
  text-align: right;
}

.Furlong_Time_Inner {
  display: flex;
  justify-content: space-between;
}

.Search_Detail_Input,
.Search_Detail_Input02 {
  display: inline-block;
}
.Search_Detail_Input.Small div,
.Search_Detail_Input02.Small div {
  width: 110px;
}
.Search_Detail_Input.Md div,
.Search_Detail_Input02.Md div {
  width: 125px;
}
.Search_Detail_Input.Large div,
.Search_Detail_Input02.Large div {
  width: 156px;
}

.Search_Detail_Select {
  display: inline-block;
}
.Search_Detail_Select div::before {
  position: absolute;
  content: "";
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  width: 5px;
  height: 5px;
  transform: rotate(135deg);
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 1px;
}
.Search_Detail_Select.Age div {
  width: 110px;
}
.Search_Detail_Select.Small div {
  width: 110px;
}
.Search_Detail_Select.Large div {
  width: 156px;
}
.Search_Detail_Select.RaceTime div {
  width: 156px;
}
.Search_Detail_Select.Furlong_Time01 div {
  width: 130px;
}
.Search_Detail_Select.Furlong_Time02 div {
  width: 75px;
}
.Search_Detail_Select.Data div {
  width: 156px;
}
.Search_Detail_Select.Data div::before {
  content: none;
}

@media screen and (max-width: 540px) {
  .Search_Detail_Input > span,
  .Search_Detail_Input02 > span,
  .Search_Detail_Select > span {
    margin-right: 2.1333333333vw;
    font-size: 4vw;
  }
  .Search_Detail_Select div {
    margin-right: 2.1333333333vw;
  }
  .Search_Detail_Select.Furlong_Time01 div {
    width: 34.6666666667vw;
  }
  .Search_Detail_Select.Furlong_Time02 div {
    width: 20vw;
  }
  .Search_Detail_Select.Large div,
  .Search_Detail_Select.RaceTime div,
  .Search_Detail_Select.Data div {
    width: 41.6vw;
  }
  .SearchDetail_Radio label:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 1.3333333333vw;
  }
  .SearchDetail_Radio label:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 0.4vw;
  }
  .SearchDetail_Radio label {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
/*インプットボックス　日付*/
.Search_Detail_Select.Data div {
  border: none;
}

.Search_Detail_Form input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.Search_Detail_Select input {
  padding: 3px 4px 5px;
  height: 36px;
  width: 100%;
  cursor: pointer;
}

/*-- レンジスライダー --*/
.noUiSlider_wrap {
  padding-bottom: 18px !important;
}

.noUi-target {
  margin: 0 18px;
}

.noUiSlider_wrap .num_wrap {
  margin: 22px 0 44px;
  text-align: center;
}

.noUiSlider_wrap .num_wrap > span {
  color: #444;
  font-size: 15px;
}

.num_wrap.part02 {
  color: #2752C3;
}
.num_wrap.part02 > span {
  color: #2752C3;
  font-weight: bold;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: solid 4px #2752C3;
  top: -8px;
  box-shadow: none;
  right: -10px;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  content: none;
}

.noUi-target {
  background: transparent;
  border: none;
  box-shadow: none;
}
.noUi-target::after {
  background-color: #BFBFBF;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-size: contain;
  top: 0%;
  left: 0%;
}

.noUi-connect {
  background-color: #2752C3;
  height: 4px;
}

.noUi-connects {
  height: 4px;
  cursor: pointer;
}

.noUi-pips-horizontal {
  top: 0;
  padding: 0;
}

.noUi-value {
  top: -28px;
  color: #444;
  font-size: 0.6875rem;
}
#range_slider03 .noUi-value {
  display: none;
}

.noUi-marker-horizontal.noUi-marker {
  margin-top: -7px;
  border-radius: 1px;
}

.noUi-marker-large {
  background: #BFBFBF;
}

.noUi-marker-normal {
  background: transparent;
}

/*結果表示 フロートボタン*/
.FloatMenu {
  /* position: fixed;
  bottom: 0;
  left: 0; */
  width: 100%;
  padding: 20px 0;
  background-color: #F3F3F3;
  z-index: 10;
}
.sec_cta .FloatMenu {
  position: fixed;
  bottom: 0;
  left: 0;
}
.FloatMenu .BtnBox {
  display: flex;
  width: 90%;
  max-width: 335px;
  margin: auto;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: bold;
}
.FloatMenu .BtnBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 41px;
  margin: auto;
  line-height: 1.2308;
  text-align: center;
  border: 1px solid #3150BC;
  font-size: 0.9375rem;
  border-radius: 4px;
}
.FloatMenu .BtnBox a.result {
  background-color: #3150BC;
  color: #fff;
}
.FloatMenu .BtnBox a.decision {
  background-color: #F3F3F3;
  color: #3150BC;
}
.FloatMenu .TextLink_Inner {
  margin-top: 10px;
  text-align: center;
}
.FloatMenu .TextLink {
  display: inline-block;
  color: #3355AA;
  font-size: 0.8125rem;
}

.FloatMenu p.CountView {
  text-align: center;
  font-size: 77.7778%;
  margin-bottom: 5px;
  color: #555;
}

.FloatMenu p.CountView .count {
  margin-left: 5px;
  font-size: 0.9375rem;
}

.FloatMenu p.CountView .search_count {
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  .FloatMenu {
    padding: 5.3333333333vw 0;
  }
  .FloatMenu .BtnBox {
    width: 89.3333333333vw;
  }
  .FloatMenu .BtnBox a {
    margin-bottom: 2.6666666667vw;
  }
}
#jyo_select,#course_select,#class_select,#dist_select,#baba_select,#barei_select,#jyuryo_select,#tosu_select,#kenshu_select,#kaikata_select,#collect_rate_select,#hit_rate_select,#bet_price_select,#payback_select,#bet_race_select,#hit_race_select {
  background: #FFF;
}


/*----------------------------------------------
# 7.0 - 購入レース詳細
----------------------------------------------*/
.Selected_Condition_Wrap {
  padding: 0 10px;
  margin-bottom: 20px;
}
.Selected_Condition_Inner {
  color: #FFF;
  background: #555555;
  border-radius: 4px;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Selected_Condition_Title {
  margin-right: 21px;
  text-align: center;
  font-size: 11px;
  flex-shrink: 0;
}
.Selected_Condition_Value {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.2rem;
  flex-grow: 1;
}
.Selected_Condition_Value:before {
  position: absolute;
  top: 0;
  right: 100%;
  margin: 0 10px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #FFF;
}
#cboxLoadedContent {
  background-color: #FFF;
}
.profit_analysis .Register_Notion{
  padding: 0 10px;
  margin-top: -20px;
  color: #707070;
  font-size: 12px;
  line-height: 1.6;
}

/*----------------------------------------------
# 高額コース コンテンツ認証
----------------------------------------------*/
.Table_Shirushi_Wrap .Master_Regist_Box{
  display: none;
}
.BettingPerformanceBlock.Guest_User_Block,
.Table_Shirushi_Wrap.Guest_User_Block {
  position: relative;
}
.Table_Shirushi_Wrap.Guest_User_Block tbody tr td:nth-of-type(n+2) {
  filter: blur(5px);
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box {
  width: 60%;
  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;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box {
  width: 60%;
  margin: unset;
  padding: 10px;
  position: absolute;
  top: 60%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box{
  display: block;
  width: 80%;
  padding: 20px 10px;
  top: 55%;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box .Master_Regist_MsgArea01,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box .Master_Regist_MsgArea01 {
  margin-bottom: 13px;
  text-align: center;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg01,
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg02,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg01,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.43;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg02,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg02 {
  display: inline;
  border-bottom: 1px solid #603F80;
  margin-bottom: 22px;
  padding-bottom: 5px;
  line-height: 1.8;
}
.BettingPerformanceBlock.Guest_User_Block p.Master_Regist_Msg02,
.Table_Shirushi_Wrap.Guest_User_Block p.Master_Regist_Msg02 {
  display: inline;
  border-bottom: 1px solid #603F80;
  margin-bottom: 22px;
  padding-bottom: 5px;
  line-height: 1.8;
}
.BettingPerformanceBlock.Guest_User_Block p.Master_Regist_Msg_Campaign01,
.Table_Shirushi_Wrap.Guest_User_Block p.Master_Regist_Msg_Campaign01 {
  position: relative;
  color: #603F80;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Btn,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Btn {
  line-height: 1.2;
  font-size: 15px !important;
  position: relative;
  display: block;
  background: #603F80;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
  color: #FFF !important;
  margin: 7px auto 10px;
  padding: 14px 28px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: max-content;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg_Campaign01:before,
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg_Campaign01:after,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg_Campaign01:before,
.Table_Shirushi_Wrap.Guest_User_Block .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;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg_Campaign01:before,
.Table_Shirushi_Wrap.Guest_User_Block .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;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg_Campaign01:after,
.Table_Shirushi_Wrap.Guest_User_Block .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;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Txt02 a,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Txt02 a {
  line-height: 1.3;
  font-size: 100%;
  text-align: center;
  display: block;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  color: #333;
}
.BettingPerformanceBlock.Guest_User_Block p.Master_Regist_Msg01,
.Table_Shirushi_Wrap.Guest_User_Block p.Master_Regist_Msg01 {
  margin-bottom: 0;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_MsgArea01,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_MsgArea01 {
  margin-bottom: 16px;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Msg_Campaign01,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Msg_Campaign01 {
  margin-bottom: 10px;
}
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box .Master_Regist_MsgArea01 .Master_Regist_Msg01,
.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box .Master_Regist_MsgArea01 .Master_Regist_Msg02,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box .Master_Regist_MsgArea01 .Master_Regist_Msg01,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box .Master_Regist_MsgArea01 .Master_Regist_Msg02 {
  font-size: 13px;
}

.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg_Campaign01,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg_Campaign01 {
  font-size: 10px ;
  margin-bottom: 0px;
}

.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg_Campaign01 em,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box p.Master_Regist_Msg_Campaign01 em {
  font-size: 11px;
}

.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box .Master_Regist_Btn,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box .Master_Regist_Btn {
  width: 100%;
  font-size: 11px;
  padding: 10px 4px;
}

.BettingPerformanceBlock.Guest_User_Block .Master_Regist_Box .Master_Regist_Txt02>a,
.Table_Shirushi_Wrap.Guest_User_Block .Master_Regist_Box .Master_Regist_Txt02>a {
  font-size: 10px
}
