/*--------------------------------------------------------------
# SEO
--------------------------------------------------------------*/
.schema_Person{
  display:none;
}

#menu-item-1215{
  display:none;
}
#displaycategorieswidget-7{
  display:none;
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.white{
  color:white;
}
.white:hover{
  color:white;
}

.font-color-white,.font-color-white:hover{
  color:white;
}

.background-white
{
  background:white;
}
/*--------------------------------------------------------------
# 覆蓋顏色
--------------------------------------------------------------*/
.article h2
{
  background-color: transparent;
}
html{
  background-color: #f3f3f5;
}
/*--------------------------------------------------------------
# Default-GLOBAL
--------------------------------------------------------------*/

.fa
{
   font-family: "FontAwesome";
}

hr
{
   background-color: #ccc;
}

body {
  /* 字型的種類 */
  font-family: 'Noto Sans JP', sans-serif;
}

.header-container, .main, .sidebar, .cocoon-footer{
  background-color: #f3f3f5;
}

.main,.sidebar
{
  padding:0;
}

.video-container
{
  max-width:1024px;
}

.fixed
{
  position: fixed;
}
hr{
  background-color: #dadee7;
    height: 1px;
}

.font-size-12{
  font-size:12px;
}

.margin-bottom-0{
  margin-bottom:0;
}

.padding-bottom-0{
  margin-bottom:0;
}

.is-show-mobile
{
  display:none;
}
.is-show-desktop
{
  display:block;
}

.is-show-desktop.display-inline{
  display:inline;
}

.align-items_flex-end
{
  align-items:flex-end;
}

/* Konibet button style */

.botton-konibet-style-1
{
    border-radius: 30px;
    background-image: linear-gradient(to right, #ffa000, #ffcc08);
    padding: 19px 0px;
    font-size: 16px;
    color: #ffffff;
    display: block;
    width: 280px;
    margin: auto;
    text-align: center;
  font-weight: bold;
}
.botton-konibet-style-1:hover
{
  color: #ffffff;
}
/* 站外連結圖標 */
.botton-konibet-style-1 > .external-icon{
  display:none;
}

.konibet-style-Logo{
    padding: 0 10px 0 4px;
}
.konibet-style-Logo img{
    height: 14px;
}
.konibet-style-sign
{

}
.konibet-style-sign img
{
    height: 20px;
    position: relative;
    top: 4px;
}

  /*--------------------------------------------------------------
  ## Child-Tools
  --------------------------------------------------------------*/
.pt-r-16-px
{
  padding-right:16px!important;
}

.mr-r-5-px
{
  margin-right:5px!important;
}
.mr-r-16-px
{
  margin-right:16px!important;
}

  /*--------------------------------------------------------------
  ## Child-Grid
  --------------------------------------------------------------*/
  .image.is-19x19 {
    height: 19px;
    width: 19px;
  }
  .is-autox20
  {
    height: 20px;
    width: auto;
  }
  .image.is-20x20 {
    height: 20px;
    width: 20px;
  }
  .image.is-72x46 {
    width: 72px;
    height: 46px;
  }
  .image.is-80x62 {
    width: 80px;
    height: 62px;
  }
  .image.is-190x34 {
      width:190px;
      height: 34px;
  }

  /*左邊寬度*/
  .main-content {
      width: 840px;
  }

/*KT-search*/
.KT-search{}
.KT-search::before
{
  content: "";
  background-image: url(../img/search.png);
  background-size: 19px;
  position: absolute;
  top: 11px;
  right: 12px;
  width: 19px;
  height: 19px;
  z-index: 1;
}
.KT-search .image-search
{
  width:200px;
  height:38px;
  font-size: 12px;
  border-radius: 19px;
  padding: 11px 36px 11px 11px;
}

/*KT-hero*/
.KT-hero
{
  
}
.KT-body
{
  margin: -3rem -1.5rem;
}
.KT-body .KT-body__KT-level
{
  margin-top:42px;
  margin-bottom:0px;
}

.KT-body .KT-body__KT-level .text-justify-bottom
{
  align-items: flex-end;
}

.KT-body__KT-level .KT-body__KT-level__title
{
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: normal;
  text-align: left;
  color: #09203f;
}

.KT-body__KT-level .KT-body__KT-level__more,.KT-body__KT-level .KT-body__KT-level__more a
{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #bac8e0;
}

/*KT-card*/
.KT-card-box
{
  font-size:0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.KT-card-item{
  display: block;
  flex-wrap: wrap;
}
.KT-card-box .card-list-link
{
  display:block;
  width:50%;
}
.KT-card-box .KT-card-box__KT-card
{
  font-size:1.25rem;
}
.KT-card
{
  margin:20px 0px;
  width:400px;
  border-radius: 25px;
  overflow: hidden;
}

.KT-card .card-content
{
  padding-top:0px;
}

.KT-card .KT-card__title
{
  font-size: 16px;
  font-weight: bold;
  
  height:66px;
  
  line-height: 1.38;

  text-align: left;
  color: #09203f;
  margin-bottom:24px;
}
.KT-card .KT-card__subtitle
{
  min-height: 63px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #758498;
  min-height:130px;
}

.KT-card .KT-card__date
{
  display:block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: right;
  color: #758498;
  padding:20px 0;
}
.KT-card .KT-card__button
{
  border-radius: 19px;
  background-image: linear-gradient(to right, #1e87ff , #0fb9ff);
}

.KT-card .KT-card__button:hover
{
  background-image: linear-gradient(to right, #0fb9ff , #3de1ff);
}

/* columns-1-Start */

.KT-card-box.list
{
  margin-top:20px;
  /*display:flex;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}

.KT-card-box.list .list.ect-entry-card {
    /*flex: 0 1 50%;*/
    display: block;
}

/*.KT-card-box.list .list.ect-entry-card:nth-child(2n) > .a-wrap {*/
    /*margin-right: 0;*/
/*}*/

.list.ect-entry-card {
    /*display: block;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}

.list.ect-entry-card .entry-card-wrap {
    /*width: 47%;*/
    /*display: inline-block;*/
}

.KT-card-box.list .list.ect-entry-card .entry-card-wrap {
    width: auto;
}

/* columns-1-End */

/* list */

.a-wrap{
    padding:0;
    border-radius: 25px;
    background-color: #ffffff;
    overflow: hidden;
    /*margin-right: 20px;*/
}
.entry-card-thumb{
    margin-top: 0;
    width: 100%;
    height: auto;
    line-height: 0;
}
.entry-card-title{
    font-size: 16px;
    height: 48px;
    /*margin-bottom: 24px;*/
    line-height: 1.38;
    color: #09203f;
}
.entry-card-content {
    margin-left: 0;
    padding: 31px 25px 20px 25px;
}
.entry-card-snippet
{
    height: 44px;
    margin-bottom: 19px;
  font-size:14px;
    line-height: 1.57;
    color: #758498;
}
.entry-card-meta
{
    margin-bottom: 23px;
  font-size:12px;
    color: #758498;
    position: relative;
}
.cat-label
{
  display:none;
    line-height: 1.5;
}

.card-thumb img {
    width: 100%;
    height: auto;
}

.list .list__button
{
  border-radius: 19px;
  background-image: linear-gradient(to right, #1e87ff , #0fb9ff);
  position: relative;
  width: 100%;
  bottom: 0;
}

.list .list__button:hover
{
  background-image: linear-gradient(to right, #0fb9ff , #3de1ff);
}
.list .list__button a
{
  display:block;
  width: 100%;
}

/* popular-entry-card */

.widget-entry-card-thumb
{
  margin-top:0;
}

.widget-entry-cards.card-large-image figure
{
  /*height:185px;*/
}
.widget-entry-cards.card-large-image figure img
{
  height:185px;
}
.widget-entry-cards .a-wrap{
  margin-bottom:24px;
}

/*--------------------------------------------------------------
# Default-HEADER
--------------------------------------------------------------*/

/*Navi Start*/
.navi-in > ul li
{
  width:auto!important;
    padding:0 27px;
}
/*最後一格-Start*/
.navi-in > ul li:last-child{
  padding-right:0;
}
#menu-item-1098 a{
    width:280px;
}
.navi-in > ul li:last-child a > div > div > span.navi-title:hover:after{
  display:none;
}
#menu-item-1098 > a > div > div > span{
    background: url(/wp-content/themes/cocoon-child-master/assets/img/button/konibet-href-button.png);
    background-size: 100%;
    display: block;
    height: 60px;
    background-color: #0fb9ff;
}
/*最後一格-End*/
#navi .navi-in>ul .sub-menu {
    width: 200px;
    left: 0;
}

#navi .navi-in>ul .sub-menu:hover
{
  width:200px;
}
/*第三層*/
#navi .navi-in>ul .sub-menu li ul.sub-menu
{
    top: 0;
    left: 0;  
}
#navi .navi-in>ul .sub-menu li ul.sub-menu li
{

}
#navi .navi-in>ul .sub-menu li ul.sub-menu li a
{
  padding-left:30px;
    width:200px;
    font-size: 14px;
    font-weight: bold;
}


.navi-in > ul li > ul li
{
    padding: 0;
  padding-left:0;
}

.navi-in > ul li > ul li > ul li
{
  padding-left:0;
}

/*Navi Star*/

.navi-in a > .has-icon{
  display:none;
}

.navi-in .sub-menu .has-icon{
  display:block;
    right: 18px;
  
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);  /* IE 9 */
    -moz-transform:rotate(90deg);   /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg);   /* Opera */
}

/*Navi End*/

.search-submit
{
  width: 40px;
    height: 100%;
    z-index: 1;
}

.header-box
{
  align-items: center;
  height: 60px;
}
.header-box .level-item
{
  height: 60px;
}

  .g-logo{}
  .g-logo a{
    display:block;
    cursor:url('https://rankbetting.com/wp-content/uploads/2019/12/2019120506433046.ico'),auto;
  }

  /*搜索黑框*/
  .toggle-search.active #search-menu-close{
      display: block;
      position: fixed;
      z-index: 99;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      transition: .3s ease-in-out;
  }

  .header .header-top{
    height: 60px;
    box-shadow: 0px 1px 10px 0 rgba(195, 207, 226, 0.3);
    background-color: #ffffff;
  }
  .header .header__box
  {
  padding:11px 0;
  }
  .header-box .header-box__item
  {
    
  }
  .header-box .header-box__item .header-box__child__item
  {

  }


  /*--------------------------------------------------------------
  ## Child-Module
  --------------------------------------------------------------*/

  /*search*/
  .search-form .search-form__search-field
  {
      font-size: 12px;
      font-weight: 300;
      line-height: 1.83;

      width: 200px;
      height: 38px;
      padding: 10px 16px;

      text-align: left;

      color: #bac8e0;
      border: solid 1px #bac8e0;
      border-radius: 19px;
      background-color: #f3f3f5;
      box-shadow: 0 1px 10px 0 rgba(195, 207, 226, .3);
  }
  .search-form .search-form__search-submit
  {
      display: none;
  }
  .search-form .search-form__search-group
  {
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;

      margin: 9px 16px;
  }

  /*home-slick*/
  .home-slick-title
  {
    display:flex;
  justify-content: left;
    align-items: center;
    padding:25px 0px 20px 0;
  }
  .home-slick-title .home-slick-title__image
  {
    
  margin:0;
    margin-right:12px;
    margin-bottom:0!important;
  }
  .home-slick-title .home-slick-title__title
  {
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: left;
    color: #09203f;
  }
/*--------------------------------------------------------------
# Default-NAV
--------------------------------------------------------------*/
.navbar
{
  background-color: #1e87ff;
}

/* 主選單 */

.navi
{
  background-color: #1e87ff;
}

.navi a
{
  color:#fff;
}

.navi a:hover
{
  background-color: #f5f8fa00;
    color:#fff;
}
.navi .navi-title
{
    position: relative;
    white-space: nowrap;
}

.navi-in > ul
{
  justify-content: left;
  flex-wrap: nowrap;
}
.navi-in > ul li:first-child{
  padding-left: 0;
}

/*主選單-黃底線條*/

.navi-in > ul > li > a > div > div > span.navi-title:hover:after
{
    content: "";
    width: 100%;
    height: 5px;
    background-color: #ffcc08;
    position: absolute;
    margin: auto;
    bottom: -18px;
    left: 0;
    right: 0;
}

/* 子選單 */

.navi-in > ul .sub-menu li
{
  height:auto;
    /*line-height: 40px;*/
}

.navi-in > ul .sub-menu a
{
    background-color: #0c2341;
  color:#fff;
    text-align: left;
}
.navi-in > ul .sub-menu a:hover
{
    color:#1e87ff;
    background-color: #0b335e!important;
}

  

/*--------------------------------------------------------------
# Default-CONTENT
--------------------------------------------------------------*/

/* 伙伴之聲 */

.partner-custom{
    margin: 1.4em 50px;
  align-items: center;
}

.partner-custom .speech-balloon{ 
    margin-left: 20px;
}

/*文章幻燈片*/

.article .swiper-container-wrap
{
  width: 100%;
    max-width: 746px;
    position: relative;
    margin: auto;
}

.article .swiper-slide{
  width: auto!important;
  margin-right: 10px!important;
}
.article .swiper-slide img{
  width: 140px!important;
  height: 150px;
}

.article .swiper-container{
  width:100%;
}
.article .swiper-wrapper
{
  width: 100%;
    margin: auto;
}

.arrow.left {
    left: -46px;
    /*background: -webkit-linear-gradient( left, rgba( 0, 0, 0, 0.3) 5%,rgba( 0, 0, 0, 0) 95%);
    background: linear-gradient( to right, rgba( 0, 0, 0, 0.3) 5%,rgba( 0, 0, 0, 0) 95%);*/
}
.arrow.right {
    right: -46px;
    /*background: -webkit-linear-gradient( left, rgba( 0, 0, 0, 0) 5%,rgba( 0, 0, 0, 0.3) 95%);
    background: linear-gradient( to right, rgba( 0, 0, 0, 0) 5%,rgba( 0, 0, 0, 0.3) 95%);*/
}

.arrow {
  position: absolute;
    background-color: rgba(128,128,128,1.0);
    top: calc(50% - 80px);
    width: 44px;
    padding: 57px 11px;
    cursor: pointer;
    z-index: 10;
}

.arrow > div {
    background-image: url(../img/arrows.png);
    width: 23px;
    height: 36px;
}
.arrow.left > div {
    background-position-x: 23px;
}

/*錦標賽專區*/

/*倒數計時*/

.countdown-box
{
  width:100%;
    margin:auto;
  padding: 20px 0;
}
.countdown-box .layout__p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.43;
    color: rgb(32, 32, 33);
    text-shadow: none;
    font-weight: bold;
    cursor: default;
    margin: 0px;
    text-decoration: none;
    text-align: center;
}
.layout__color-info {
    color: rgb(32, 32, 33) !important;
}

.counter {
    white-space: nowrap;
    text-align: center;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
}

.counter_type_end .counter__item, .counter_type_end .counter__numbers {
    color: #ff6613!important;
}

.counter__item {
    font-family: helveticaneuecyr-light, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: rgb(32, 32, 33);
    text-shadow: none;
    font-weight: 400;
    vertical-align: top;
    position: relative;
    display: inline-block;
    padding-right: 0.46em;
    list-style-type: none;
}
/*計時器*/
  /* 首頁 */
  .index .counter_size_m .counter__item {
      font-size: 24px;
      font-weight: 900;
      color:#1e87ff;
  }
  /* 文章 */
  .article .counter_size_m .counter__item {
      font-size: 48px;
      font-weight: 900;
      color:#1e87ff;
  }
.counter__numbers {
    display: block;
    padding: 10px 0;
}
.counter__label {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: inherit;
    color: rgb(185, 198, 204);
    text-shadow: none;
    font-weight: 400;
    display: block;
    text-align: center;
}

/*獎品一覽*/
.bonus-box
{
  padding:0.75rem;
  
    color: #fff;
    border-radius: 25px;
  font-weight: bold;
    overflow: hidden;
    
    background-image: linear-gradient(to bottom, #1e87ff, #0fb9ff);
  
    box-shadow: 0px 6px 15px 0 rgba(100, 100, 100, 0.1);
}

.bonus-box .rank-one
{
  margin-bottom:0;
}

.bonus-box .rank-one .image 
{
    margin:auto;
}

.bonus-box .rank-one .image img
{
    width:auto;
    margin: auto;
}

.bonus-box .columns{
    text-align: left;
}
.bonus-box .columns .column.bonus-image-box {}
.bonus-box .columns .column.bonus-image-box span:nth-child(1)
{
    margin: 1%;
    border-radius: 25px;
    overflow: hidden;
  display:block;
}
.bonus-box .columns .column.bonus-image-box span:nth-child(2)
{
  margin: 0 1%;
  display:block;
    text-align: center;
}

/*2~5*/
.bonus-box .bonus-list__item{
  width: 25%;
    padding: 1%;
    display: inline-block;
}

.bonus-box .bonus-list__item .box-style-1{
    display: table;
}

.bonus-box .bonus-list__item .bonus-image-box span{
    line-height: 1;
    font-size:16px;
}

.bonus-box .bonus-list__item .bonus-image-box .image
{
    margin-bottom: 6px;
    border-radius: 25px;
    overflow: hidden;
}
.bonus-box .bonus-list__item .bonus-image-box .rank
{
  display:block;
}

/*錦標賽-排名*/

.line-right{
  position: relative;
}

.line-right:after{
    /*position: absolute;*/
    content: "";
    /*border-right: 2px solid;
    height: 18px;
    right: 0;
    color: white;*/
}

    /*首頁 hero容器*/
.index-table-hero
{
    overflow: hidden;
    border-radius: 25px;
}

/* Body class */

.tournament-template-default.no-sidebar .content .main
{
  max-width:840px;
  margin: auto;
}

.tournament{
    justify-content: center;
}

.tournament-box-wrap{
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.tournament-box
{
  padding:0.75rem;
  
    color: #fff;
    border-radius: 25px;
    overflow: hidden;
  
    font-size:14px;

    box-shadow: 0px 6px 15px 0 rgba(100, 100, 100, 0.1);
}
/* 玩家排行榜 */
  /* 首頁 */
  .tournament-box.index
  {  
      width:50%;
  }
  /* 文章 */
  .tournament-box.article
  {  
      width:100%;
  }

.tournament-box.index-left{
  border-right: 2px solid #fff;
}

.tournament-box.no-style
{
  border-radius: 0;
    overflow: hidden;
    box-shadow:0px 0 0px 0 rgba(0, 0, 0, 0);

}

.tournament-index-table{
  margin:0 20px 20px 20px;
}

/*表格高度*/
  /*首頁*/
  .tournament-box.index .columns{
      align-items: center;
      height: 48px;
  }
  /*文章*/
  .tournament-box.article .columns{
      align-items: center;
      height: 80px;
  }

.tournament-box .columns:nth-child(2n) {
    background-color: #dbdfe8;
    color: #09203f;
    text-align: center;
}
.tournament-box .columns:nth-child(2n-1) {
    background-color: #c8cdd8;
    color: #09203f;
    text-align: center;
}

.tournament-box .columns.background-style-1:nth-child(2n) {
    background-color: #ffffff;
    color: #09203f;
    text-align: center;
}
.tournament-box .columns.background-style-1:nth-child(2n-1) {
    background-color: #f3f3f5;
    color: #09203f;
    text-align: center;
}

.tournament-box .columns .column:nth-child(4)
{
  text-align: left;
}
.tournament-box .header.columns .column:nth-child(4)
{
  text-align: center;
}
.tournament-box .columns:first-child {
    background-color: #1e87ff!important;
    color: #ffffff;
    text-align: center;
    height:48px;
}
.tournament-box .columns .column.tournament-image-box{
  display: flex;
    align-items: center;
    justify-content: left;
}
.tournament-box .columns .column.tournament-image-box img
{
  /*width:88px;
    height:66px;*/
}
.tournament-box .columns .column.tournament-image-box span:nth-child(1)
{
  width:70px;
    height: 70px
}
.tournament-box .columns .column.tournament-image-box span:nth-child(2)
{
  margin-left:1em;
}

/* 錦標賽-排名-list */
.tournament-box .columns.list
{

}

/*Bluma*/
.column {
    padding: 0.9375rem 0.75rem;
}

/*錦標賽-遊戲列表*/
.games-list {
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    display: grid;
    margin-right: 0rem;
    margin-left: 0rem;
    grid-template-columns: repeat(auto-fit,25%);
    border-radius: 25px;
    overflow: hidden;
}
.games-list__item {
    vertical-align: top;
    display: inline-block;
    padding-top: 1px;
    padding-left: 1px;
    list-style-type: none;
    position: relative!important;
    padding: 0rem;
}
.game-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 77%;
    border-radius: 1.5625rem;
}
.game-box img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}

/*錦標賽客製化*/
.tournament-box__figure img
{
    width: 840px;
    height: 263px;
}

/*錦標賽底部-額外信息*/
.sub-message-text{
  text-align: center;
}
.sub-message-text p{
  color: #ff0000!important;
}

/*老虎機資訊表格*/
.slot-box
{
  margin:24px 0 40px 0;
    padding: 1em;
    font-size:16px;
}

.slot-box .columns{
  
}

.slot-box .columns .column{
  border-bottom: #1e87ff 1px solid;
}
.slot-box .columns .column span
{
  padding-right: 6px;
}

.slot-box .column.is-one-fifth
{
  width:21%;
}

/*體育文章-樣式*/
.yenjoy-title-header--topic{
  position: relative;
  
    z-index: 0;
    border-radius: 5px;
  margin: 1rem 0 .5rem;
  
    background-image: linear-gradient(30deg, #227ea5, #0fb9ff);
    color: #fff!important;
    margin: 1rem 0 .5rem!important;
    padding: 0.6rem!important;
    font-size:18px!important;
  
}
.yenjoy-title-header--topic:before{
  content: "";
    background-image: linear-gradient(45deg, rgba(80,100,50,0.3), rgba(80,100,50,0.3) 25%, transparent 25%, transparent 75%, rgba(80,100,50,0.3) 75%, rgba(80,100,50,0.3)),linear-gradient(45deg, rgba(80,100,50,0.3), rgba(80,100,50,0.3) 25%, transparent 25%, transparent 75%, rgba(80,100,50,0.3) 75%, rgba(80,100,50,0.3));
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.detail-racer-links-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: wrap;
    margin-top: 5%;
}
.detail-racer-links-container .detail-racer-links-heading {
    width: 100%;
    max-height: 800px;
}
.detail-racer-links-container .detail-racer-links-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    width: 48%;
    border: solid 1px #868b9e;
    border-radius: 10px;
    overflow: hidden;
    font-size: 1.1rem;
    margin: 1%;
    transition: .2s;
    min-width: 175px;
    max-width: calc(838px / 2 - 2%);
}
.detail-racer-links-container .detail-racer-links-item img {
    vertical-align: bottom;
    max-width: none;
}

.detail-racer-links-container .detail-racer-links-item>a:not(:first-of-type) {
    width: 100%;
}

.detail-racer-links-container .detail-racer-links-item .detail-racer-prof {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.6em;
}
.detail-racer-links-container .detail-racer-links-item .detail-racer-nm{
    border-bottom: solid 1px #2172FF;
    width: 90%;
    text-align: center;
    margin-bottom: 3px;
}

/* 目錄 */
/* 文章目錄 */
.toc
{
  width:100%;
    padding:60px;
    border: solid 5px #1e87ff;
    border-radius: 25px;
    font-size:12px;
}

/* breadcrumb */

#breadcrumb
{
  font-size: 12px;

  color: #758498;
  
    margin-bottom:8px;
}

#breadcrumb a
{
    color: #09203f;
    display: inline;
}

.entry-content {
    margin-top: 0em;
}
/* 文章-縮排 */
.article[article-themes-style="style-1"] .entry-content .Indent-left-40
{
  padding-left:40px;
}

/* 文章-ol */
/* 數字 */
.article[article-themes-style="style-1"] .entry-content ol.style-number {

    font:16px/22px Noto Sans JP; /*Regular*/
  
    list-style-type: none!important;
    counter-reset: listStyle;
    margin-top: 0;
    margin-bottom: 0;
  color: #09203F;
}
.article[article-themes-style="style-1"] .entry-content ol.style-number > li
{
    counter-increment: listStyle;
    margin-left: 2.6em;
    text-indent: 0;
  
    line-height: 1.5;
  
    margin-top: 8px;
    margin-bottom: 8px;
  
    position: relative;
}
.article[article-themes-style="style-1"] .entry-content ol.style-number > li:before
{
    content: counter(listStyle, decimal);
  
    margin-left: 0em;
    text-indent: 0em;
    
  background: #F6005E 0% 0% no-repeat padding-box;
  
    position: absolute;
    top: 4px;
    left: -28px;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;

    border-radius: 50%;
    color: #fff;
    font-size:12px;
    line-height: 150%;
  text-align: center;
}

/* 數字-不中斷計數 */
.article[article-themes-style="style-1"] .entry-content ol.style-number-no-reset-1 {

    font:16px/22px Noto Sans JP; /*Regular*/
  
    list-style-type: none!important;
    counter-reset: listStyle-no-reset-1;
    
    margin-top: 0;
    margin-bottom: 0;
  color: #09203F;
  
    padding-left:0;
}
.article[article-themes-style="style-1"] .entry-content ol.style-number-no-reset-1 > li
{
  counter-increment: listStyle-no-reset-1;
    /*margin-left: 2em;*/
    /*text-indent: -2em;*/
  
    margin-top: 8px;
    margin-bottom: 8px;
  
    position: relative;
}
.article[article-themes-style="style-1"] .entry-content ol.style-number-no-reset-1 > li::before
{
    content: counter(listStyle-no-reset-1, decimal);
  background: #F6005E 0% 0% no-repeat padding-box;
    border-radius: 50%;
    margin: 0;
    padding: 3px 7px;
    font-family: serif;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    margin-right:6px;
    vertical-align: middle;
  
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
}
.article[article-themes-style="style-1"] .entry-content ol.style-number-no-reset-2 {
  
    font:16px/22px Noto Sans JP; /*Regular*/
  
    list-style-type: none!important;
    counter-reset: listStyle-no-reset-2 4;
    
    margin-top: 0;
    margin-bottom: 0;
  color: #09203F;
  
  padding-left:0;
}
.article[article-themes-style="style-1"] .entry-content ol.style-number-no-reset-2 > li
{
  counter-increment: listStyle-no-reset-2;
    /*margin-left: 2em;*/
    /*text-indent: -2em;*/
  
    margin-top: 8px;
    margin-bottom: 8px;
  
    position: relative;
}
.article[article-themes-style="style-1"] .entry-content ol.style-number-no-reset-2 > li::before
{
    content: counter(listStyle-no-reset-2, decimal);
  background: #F6005E 0% 0% no-repeat padding-box;
    border-radius: 50%;
    margin: 0;
    padding: 3px 7px;
    font-family: serif;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    margin-right:6px;
    vertical-align: middle;
  
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
}

/* 英文 */
.article[article-themes-style="style-1"] .entry-content ol.style-english {
    font: 16px/16px Noto Sans JP; /* Regular */
  
    list-style-type: none!important;
    counter-reset: listStyle-A;
    margin-top: 0;
    margin-bottom: 0;
  
    margin-left: 1.2em;
  
  color: #09203F;
}
.article[article-themes-style="style-1"] .entry-content ol.style-english > li
{
    counter-increment: listStyle-A;
    /*margin-left: 2em;
    text-indent: -2em;*/
  
    margin-top: 8px;
    margin-bottom: 8px;
  
    position: relative;
}
.article[article-themes-style="style-1"] .entry-content ol.style-english > li:before
{
    content: counter(listStyle-A, upper-alpha);
    background: #FC94AC 0% 0% no-repeat padding-box;
    border-radius: 50%;
    margin: 0;
    padding: 1px 0px;
    font-family: serif;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    margin-right:6px;
  
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
}
/* 小黑點 */
.article[article-themes-style="style-1"] .entry-content ol.style-disc {
    list-style-type: none!important;
    counter-reset: listStyle-disc;
    margin-top: 0;
    margin-bottom: 0;
  
    margin-left: 1.2em;
  
  color: #09203F;
}

.article[article-themes-style="style-1"] .entry-content ol.style-number li > ol.style-disc {
    margin-left: 4.8em;
}

.article[article-themes-style="style-1"] .entry-content ol.style-disc > li
{
    counter-increment: listStyle-disc;
    /*margin-left: 2em;
    text-indent: -2em;*/
  
    margin-top: 8px;
    margin-bottom: 8px;
}
.article[article-themes-style="style-1"] .entry-content ol.style-disc > li:before
{
    content: counter(listStyle-disc, disc);
    margin-right: 6px;
    font-weight: bolder;
  
    display: inline-block;
    width: 0;
  
    margin: 0;
    text-align: center;
}

/* 小黑點-修正偏移數值 */
.article[article-themes-style="style-1"] .entry-content ol.style-disc-1 {
    list-style-type: none!important;
    counter-reset: listStyle-disc;
    margin-top: 0;
    margin-bottom: 0;
  
    margin-left: 1.2em;
}
.article[article-themes-style="style-1"] .entry-content ol.style-disc-1 > li
{
    counter-increment: listStyle-disc;
    text-indent: -10px;
  
    position: relative;
}
.article[article-themes-style="style-1"] .entry-content ol.style-disc-1 > li:before
{
    content: counter(listStyle-disc, disc);
    margin-right: 6px;
    font-weight: bolder;
  
  
}

@media screen and (max-width: 834px)
{
  
/*文章-H2*/
  .article[article-themes-style="style-1"] .entry-content h2
  {
    font: Bold 14px/22px Noto Sans JP;
  }
  
  /* 計數器 */
  /* 數字 */
  .article[article-themes-style="style-1"] .entry-content ol.style-number
  {
  padding-left:0;
    font-size: 0.8em;
  color: #09203F;
  }
  .article[article-themes-style="style-1"] .entry-content ol.style-number > li
  {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  
  /* 英文 */
  .article[article-themes-style="style-1"] .entry-content ol.style-english
  {
  padding-left:0;
    font-size: 0.8em;
    color: #09203F;
  }
  /* 小黑點 */
  .article[article-themes-style="style-1"] .entry-content ol.style-disc
  {
    padding-left:6px;
    margin-left:0;
    font-size: 0.8em;
    color: #09203F;
  }
  
}

/* 文章標題日期容器 */
.entry-title-box
{
  display:table;
    margin:auto;
    font-size: 12px;
}

/* 文章標題 */
.article .entry-title
{
  text-align: left;
    font-size: 32px;
    font-weight: 900;
    margin: 16px 0 16px 0;
    color: #09203f;
}
/* 文章日期 */
.date-tags
{
    font-size:12px;
    color: #758498;
    line-height: 1.0;
    /*border-right: 1px solid #ccc;*/
    padding: 20px;
    margin-bottom: 0;
}

/*多個地方的圖片*/
.eye-catch
{
  border-radius: 25px;
    overflow: hidden;
}

.e-card-info
{
  display: block;
}

/*分頁*/

/*覆蓋預設值*/
.pagination.no-pagination{
  justify-content: center;
}
/*分頁數字*/
.page-numbers{
    width: 29px;
    height: 29px;
  line-height: 27px;
    font-size: 14px;
    border-radius: 3px;
}
/*選中的分頁數字*/
.page-numbers.current{
  border: solid 1.5px #0fb9ff;
}
/*分頁-上一頁*/
.prev.page-numbers{
  border: 0;
    line-height: 29px;
}
/*分頁-上一頁*/
.next.page-numbers{
  border: 0;
    line-height: 29px;
}

/*文章列表-日期*/
.entry-card-info .date-text
{

}
.entry-card-info .date-value
{
  color: #1e87ff;;
}

.article[article-themes-style="style-1"]
{
  
}

.article[article-themes-style="style-1"] .eye-catch-wrap
{
  justify-content: center;
}

.article[article-themes-style="style-1"] .entry-content h2
{
  border:0px;
    border-left:5px;
    border-style:solid;
    border-color: #1e87ff;
  
    margin:40px 0 26px 0;
    padding:4px 10px;
  
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: left;
    color: #09203f;
}

.article[article-themes-style="style-1"] .entry-content h3
{
  border-left: 0px solid #777;
    border-right: 0px solid #ccc;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    font-size: 18px;
    
    margin:24px 0 11px 0;
    padding: 0px;
}

.article[article-themes-style="style-1"] .entry-content p
{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #09203f;
  
  margin:0;
  padding:6px 0;
}

.article[article-themes-style="style-1"] .entry-content ul.default
{
  font-family: MS-Gothic;
  font-weight: normal;
  
  margin-left: 0px;
  
  list-style-type: none!important;
    
}
.article[article-themes-style="style-1"] .entry-content ul.default li
{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-indent: -4em;
  margin-left: 4em;
}
.article[article-themes-style="style-1"] .entry-content ul.default li:before
{
  font-family: cursive;
  font-size:10px;
  
  content:"●";
  color:#0fb9ff;
  
  margin-left:24px;
  margin-right:17px;
}

.article[article-themes-style="style-1"] .entry-content table
{
  color:#fff;
  border-radius: 25px;
    overflow: hidden;
  
  border:3px #cccccc solid;
  
    box-shadow: 0px 6px 15px 0 rgba(100, 100, 100, 0.1);
  
}
.article[article-themes-style="style-1"] .entry-content table tbody
{

}

.article[article-themes-style="style-1"] .entry-content table tbody tr
{
    color: #09203f;
}

.article[article-themes-style="style-1"] .entry-content table tbody tr:first-child
{
  background-color:#1e87ff!important;
  
    color: #ffffff;
}

.article[article-themes-style="style-1"] .entry-content table tbody tr:nth-child(2n-1)
{
  
    background-color: #f3f3f5;
}

.article[article-themes-style="style-1"] .entry-content table tbody tr:nth-child(2n)
{
  background-color: #fff;
}

/* Toc */
.article[article-themes-style="style-1"] .entry-content ol.toc-list
{
  margin-left: 0;
}

.article[article-themes-style="style-1"] .entry-content ol.toc-list li
{  
    position: relative;
    margin-left:2em;
    margin: 1em 0;
}

.article[article-themes-style="style-1"] .entry-content ol.toc-list li:before
{
    position: absolute;
    top: 2px;
    left: -28px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    counter-increment: section;
    /*content: counter(section);*/
    background-color: #0abaff;
    border-radius: 50%;
}

.article[article-themes-style="style-1"] .entry-content ol.toc-list li img{
  padding:20px 0;
}

.article[article-themes-style="style-1"] .entry-content ol.toc-list
{
  counter-reset: toc_section;           /* 重置计数器成0 */
}

  .article[article-themes-style="style-1"] .entry-content ol.toc-list li
  {
      display:block;  
  }
  .article[article-themes-style="style-1"] .entry-content ol.toc-list li a:hover
  {
      color:#0fb9ff;
  }
  .article[article-themes-style="style-1"] .entry-content ol.toc-list li a:focus
  {
      color:#0fb9ff;
  }
  .article[article-themes-style="style-1"] .entry-content ol.toc-list > li:before
  {

      counter-increment: toc_section;
      background-color:#0000;
      color:#1e87ff;
  }

  .article[article-themes-style="style-1"] .entry-content ol.toc-list > li:before
  {
      /*content: counters(toc_section, ".");*/
  }

  .article[article-themes-style="style-1"] .entry-content ol.toc-list > li > ol
  {
      counter-reset: toc_child_section;           /* 重置计数器成0 */
  }

  .article[article-themes-style="style-1"] .entry-content ol.toc-list > li > ol > li
  {
      counter-increment: toc_child_section;  /* 增加計數器數字 */
  }

  .article[article-themes-style="style-1"] .entry-content ol.toc-list > li > ol > li:before
  {
      /*content: counters(toc_section, ".") "-" counters(toc_child_section, ".") ;*/
      background-color:#0000;
      color:#1e87ff;
  }

/*文章內部的作者名稱*/
.author-info
{
  display:none;
}
/*上一頁 下一頁*/

.under-entry-content{
  border-top:1px solid #8791a0;
    border-bottom:1px solid #8791a0;
    padding: 18px 0 30px 0;
}

.pager-post-navi{
  margin:0;
}

.pager-post-navi a figure
{
  display:none;
}

.pager-post-navi a.prev-post .iconfont
{
  padding: 16px;
}

.pager-post-navi a.next-post .iconfont
{
  padding: 16px 20px;
}

.pager-post-navi a .iconfont
{
  width: 55px;
    height: 55px;
    background-image: linear-gradient(to right, #0fb9ff, #3de1ff);
    text-align: center;
  border-radius: 50%;
}

#pager-post-navi .a-wrap
{
    border-radius: 0px;
    background-color: #ffffff00;
}

.pager-post-navi-subtitle
{
    display: flex;
    flex-direction: row;
}
.pager-post-navi-subtitle .prev-post {
    flex-direction: row;
    color: #09203f;
}
.pager-post-navi-subtitle .next-post {
    flex-direction: row-reverse;
    color: #09203f;
}
.pager-post-navi-subtitle span {
    width: 50%;
    display: inline-flex;
    color: #8791a0;
    font-size: 14px;
    font-weight: bold;
}

/* 官方SNS */
a.follow-button
{
  color:#6f839b;
    font-size:20px;
}
.icon-twitter-logo:before,.icon-instagram-logo:before,.icon-youtube-logo:before{display:none;}

.header-sns strong
{
  margin-top:60%;
}

/* SNS分享 */

/* 上方 */

.sns-top-wrap
{
  /*border: 1px solid #ccc;*/
    border-bottom: 3px solid #ccc;
}

.sns-share.ss-top
{
    margin: 0;
}

.sns-share-top-buttons
{
  /*display: flex;*/
  /*flex-direction: row-reverse;*/
}
.sns-share-top-buttons a
{
    display: inline-block;
  /*width:100px;*/
    color: white;
  
    text-align: center;
  
    /*padding: 6px 0;*/
    margin-right: 1em;
}
.sns-share-top-buttons span
{
    padding:0 2%;
}

/* 下方 */

#share{
  width:44px;
}

.sns-share
{
    margin: 24px 0 0 0;
}

.sns-buttons a
{
  background-color: transparent;
}

.sns-share-buttons
{
    position: relative;
  
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;
}
.sns-share-buttons a
{
  margin-right:8px;
    width:100px;
    position: relative;
}

.icon-share:before
{
  content: "";
}

.sns-plus-box
{
    display: none;
    border-top: 3px solid #ccc;
    position: relative;
    width: 100%;
}
.sns-plus-box a
{
  margin:8px;
}

.footer-meta{
    margin-top: 2em;
}

/* Tags */
.entry-categories-tags {
    margin-bottom: 40px;
}
.entry-tags span
{
  font-size: 12px;
    letter-spacing: 0.3px;
}
.entry-tags a
{
  font-size: 12px;
    color: #0fb9ff;
    letter-spacing: 0.3px;
    border:0;
    margin-right: 0px;
}
.entry-tags a:after
{
  content:" ,"
}
.entry-tags a:last-child:after
{
  content:""
}

/*speech-icon*/
.speech-person
{
    min-width:16%;
  width:16%;
}
.speech-icon img
{
  border-radius: 10%;
}

/*--------------------------------------------------------------
# Default-SIDEBAR
--------------------------------------------------------------*/
/* 側邊欄-類別選單 */
#displaycategorieswidget-3
{
    border-radius: 25px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 0;
    margin-bottom: 24px;
    overflow: hidden;
  background: #fff;
}
#displaycategorieswidget-3 h3
{
    background-color: transparent;
  padding-left: 10px!important;
    border-left: 5px solid #1e87ff;
    font-size: 24px;
    font-weight: bold;
  position: relative;
    
}

#displaycategorieswidget-3 h3.widget-title{
  margin: 14px 28px;
}

#displaycategorieswidget-3 ul.dcw{

}

#displaycategorieswidget-3 > ul.dcw > li.cat-item{
  position: relative;
  border-top: 1px solid #ccc;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

#displaycategorieswidget-3 > ul.dcw > li.cat-item:after {
    content: "";
    position: absolute;
    top: 24px;
    right: 10px;
    background-image: url(../img/arrow-down.png);
    background-size: 100% 100%;
    height: 10px;
    width: 10px;
}

#displaycategorieswidget-3 > ul.dcw > li.cat-item.active:after{
  transform: rotateX(180deg);
    -ms-transform:rotate(180deg);   /* IE 9 */
    -moz-transform:rotate(180deg);  /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);  /* Opera */
}

#displaycategorieswidget-3 > ul.dcw > li.cat-item > a{
    height: 50px;
    line-height: 50px;
    display: block;
    color: #09203f;
}
/* 子選單 */
#displaycategorieswidget-3 > ul.dcw > li.cat-item > ul.children{
    display: none;
    text-indent: 4em;
    margin:0 -28px;
    background-color: #f3f3f5;
}
#displaycategorieswidget-3 > ul.dcw > li.cat-item > ul.children > li.cat-item{
  
}
#displaycategorieswidget-3 > ul.dcw > li.cat-item > ul.children > li.cat-item:after{
  content:"";
}

#displaycategorieswidget-3 > ul.dcw > li.cat-item > ul.children > li.cat-item > a{
    height: 40px;
    line-height: 40px;
    display: block;
}
/*--------------------------------------------------------------
# Default-FOOTER
--------------------------------------------------------------*/
#footer-in
{
  max-width:908px;
}
.footer
{
  padding-top:0;
}
.footer-bottom
{
  margin-top:0;
    padding:33px 0px;
}
.copyright
{
  margin-top:0;
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
    color: #758498;
}
/*--------------------------------------------------------------
# Default-Sidebar
--------------------------------------------------------------*/
#sidebar h3
{
  padding: 0;
    margin: 0;
    margin-bottom:20px;
}
.sidebar-item
{
    overflow: hidden;
  border-radius: 25px;
    margin-bottom: 24px;
}
.slidebar-icon
{
    margin-right:12px;
}
.slidebar-text
{
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: left;
    color: #09203f;
}

/*PV*/
.widget-entry-cards .a-wrap
{

  padding:0;
}

/*容器*/
.widget-entry-cards.card-large-image .e-card
{
  border-radius: 25px;
  overflow: hidden;
}
/*內容*/
.widget-entry-cards.card-large-image .card-content
{
  padding:12px 1.5rem 12px 1.5rem;
  margin: 0;
  background-color: #ffffff;
}

.widget-entry-cards .popular-entry-card-title
{
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #09203f;
}
.widget-entry-cards .popular-entry-card-date
{
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #758498;
}

/*!*toc*!*/
/*.article*/
/*{*/
    /*position: relative;*/
/*}*/
/*.article .toc*/
/*{*/
    /*width: 100%;*/
    /*padding: 0;*/
    /*border: solid 0px #1e87ff;*/
    /*box-shadow: -3px 6px 6px 1px #cccccc;*/
    /*border-radius: 25px;*/
    /*background: #fff;*/
/*}*/
/*.article .toc-title*/
/*{*/
    /*text-align: left;*/
    /*padding:14px;*/
    /*border-bottom: 1px solid #ccc;*/
    /*!*display:none;*!*/
/*}*/
/*.article .toc-title span*/
/*{*/
    /*padding-left: 10px;*/
    /*margin-left: 15px;*/
    /*border-left: 5px solid #1e87ff;*/
    /*font-size: 18px;*/
    /*font-weight: 900;*/
/*}*/

/*.article .toc ol*/
/*{*/
    /*list-style-type: none;*/
    /*padding-left: 0;*/
    /*margin-top: 0;*/


/*}*/
/*.article .toc ol li*/
/*{*/
    /*position: relative;*/
    /*border-bottom: 1px solid #ccc;*/
    /*padding: 0 28px;*/
/*}*/


/*.article .toc ol li > a,.article .toc ol li > ol li a*/
/*{*/
    /*height:50px;*/
    /*display: flex;*/
    /*align-items: center;*/
/*}*/
/*.article .toc ol.toc-list > li:after*/
/*{*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 24px;*/
    /*right: 10px;*/
    /*background-image: url("/wp-content/themes/cocoon-child-master/assets/img/arrow-down.png");*/
    /*background-size: 100% 100%;*/
    /*height: 10px;*/
    /*width: 10px;*/
/*}*/

/*.article .toc ol.toc-list > li.active:after*/
/*{*/
    /*transform: rotateX(180deg);*/
/*}*/


/*.article .toc ol li > ol*/
/*{*/
    /*margin: 0 -28px;*/
    /*display:none;*/
/*}*/

/*.article .toc ol li > ol.open*/
/*{*/
    /*display:block;*/
/*}*/

/*.article .toc ol li > ol li*/
/*{*/
    /*border-bottom: 0px;*/
    /*background-color: #f3f3f5;*/
/*}*/

article .toc{
    display:none;
}

/* 側欄目錄 */
#sidebar
{
    position: relative;
}
#sidebar .toc
{
    width: 100%;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 25px;
    background: #fff;
    top: 25px;
    width: 280px;
    margin-top:0;
}
/* 側欄目錄標題 */
#sidebar .toc-title
{
    text-align: left;
    padding:14px 28px;


    border-color: #1e87ff;

    border-bottom: 1px solid #ccc;
    /*display:none;*/
}

#sidebar .toc-title span
{
    padding-left: 10px;

    border-left: 5px solid #1e87ff;
    font-size: 24px;
    font-weight: bold;

    font-family: 'Noto Sans JP-blod', sans-serif;
}

#sidebar .toc ol
{
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;


}
#sidebar .toc ol li
{
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

#sidebar .toc ol li:last-child
{
    border-bottom:0;
}

#sidebar > div.toc > div.toc-content > ol.toc-list > li:last-child > ol.open {
    padding-bottom:2em;
}

/* FAQ 最後一格 */
#sidebar > div > div.toc-content > ol > li.active:last-child > ol > li{
    /*background: transparent;*/
}
#sidebar > div > div.toc-content > ol > li.active > ol > li > a
{
    background: transparent;
}
/* FAQ 最後一格 */

/*#sidebar .toc ol li > a*/
/*{*/
    /*text-decoration:none;*/
    /*outline:none;*/
/*}*/
/*#sidebar .toc ol li > a,#sidebar .toc ol li > ol li a*/
/*{*/
    /*height:50px;*/
    /*display: flex;*/
    /*align-items: center;*/
/*}*/
/*#sidebar .toc ol.toc-list > li:after*/
/*{*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 24px;*/
    /*right: 10px;*/
    /*background-image: url(../img/arrow-down.png);*/
    /*background-size: 100% 100%;*/
    /*height: 10px;*/
    /*width: 10px;*/
/*}*/

/*#sidebar .toc ol.toc-list > li.active:after*/
/*{*/
    /*transform: rotateX(180deg);*/
/*}*/


/*#sidebar .toc ol li > ol*/
/*{*/
    /*margin: 0 -28px;*/
    /*display:none;*/
/*}*/

/*#sidebar .toc ol li > ol.open*/
/*{*/
    /*display:block;*/
/*}*/

/*#sidebar .toc ol li > ol li*/
/*{*/
    /*border-bottom: 0px;*/
    /*background-color: #f3f3f5;*/
    /*font-size: 12px;*/
    /*font-weight: 100;*/
    /*line-height: 1.2;*/
/*}*/


@media screen and (min-width: 1408px){

/*--------------------------------------------------------------
# min-width-1408:GLOBAL
--------------------------------------------------------------*/
  .bulma-container 
  {
      max-width: 1170px;
  }
  
  .sidebar{
      width: 280px;
  }
    
/*--------------------------------------------------------------
# min-width-1408:HEADER
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# min-width-1408:NAV
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# min-width-1408:CONTENT
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# min-width-1408:SIDEBAR
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# min-width-1408:FOOTER
--------------------------------------------------------------*/

}

/*--------------------------------------------------------------
# min-width-1216 ~ max-width-1407:GLOBAL
--------------------------------------------------------------*/

@media screen and (min-width:800px){

  /*--------------------------------------------------------------
  # min-width-800:GLOBAL
  --------------------------------------------------------------*/

  .phone__desktop__visible__--800{
      display:none;
  }
  
  /*--------------------------------------------------------------
  # min-width-800:HEADER
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  # min-width-800:NAV
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  # min-width-800:CONTENT
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  # min-width-800:SIDEBAR
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  # min-width-800:FOOTER
  --------------------------------------------------------------*/

}


@media screen and (max-width:1180px){
   .no-mobile-sidebar .sidebar{
      display:33%;
    }
    .main-content{
      width:100%;
    }

    .KT-card-box
    {
      display:block;
    }

    .KT-card-box.list, .list.ect-entry-card {
        display: block;
    }

    .list.ect-entry-card .entry-card-wrap {
        margin-bottom: 20px;
    }

    .KT-card
    {
      width:100%;
    }

}
  
@media screen and (max-width:1216px){
.navi-in > ul
{
  justify-content: center;
}
  
/*最後一格-Start*/
.navi-in > ul li:last-child{
    padding-right:30px;
    display:none;
}
.navi-in > ul li:last-child a{
    width:200px;
}
.navi-in > ul li:last-child a > div > div > span.navi-title:hover:after{
  display:none;
}
/*最後一格-End*/
}
@media screen and (max-width:800px){
  /*! 手機端,最大螢幕寬度800px */
  
    /*--------------------------------------------------------------
    # max-width-800:GLOBAL
    --------------------------------------------------------------*/

    .phone__desktop__hidden__--800{
        display:none;
    }
      
    /*KT-card*/
      
      .KT-card
      {
        width:100%;
        margin:20px auto;
      }
      
      
      /*--------------------------------------------------------------
      ## Child-Grid
      --------------------------------------------------------------*/
      /*左邊寬度*/
      .main-content {
          width: 100%;
        padding: 0 16px;
      }
        
    /*--------------------------------------------------------------
    # max-width-800:HEADER
    --------------------------------------------------------------*/
      
    .g-sns
    {
        display: none;
    }

    /*--------------------------------------------------------------
    # max-width-800:NAV
    --------------------------------------------------------------*/
      
    .navbar .nav
    {
      margin-top: 52px;
    }
    /*Menu-Icon*/
    .navbar .btn.screen-nav
    {
        padding: 16px 22px;
        z-index:-1;
    }
      
    /*手機板-搜索框*/
    .search-expand
    {
        position: fixed;
        left: 0;
        width: 90%;
        top: 40%;
        left: 5%;
    }
    .search-expand .themeform input{
        width:100%;
    }

    /*--------------------------------------------------------------
    # max-width-800:CONTENT
    --------------------------------------------------------------*/

    /* SNS分享 */

    /* 上方 */

    .sns-share.ss-top
    {
        margin-bottom: 1.5rem;
    }
  
    .sns-top-wrap .level-left{
        align-items: center;
    }
    .sns-top-wrap .level-left .date-tags{
        align-items: center;
    flex-direction: column;
    }
    .sns-top-wrap .level-right
    {
    margin-top: 0;
    }
  
    /*文章幻燈片*/

    .article .swiper-container-wrap
    {
        width: 80%;
    }
  
    /*list*/
    .a-wrap
    {
      max-width:400px;
      margin: auto;
    }
    .entry-card-thumb
    {
      width:auto;
      float:none;
    }
  
    .card-thumb img
    {
      width:auto;
    }
  
    .ect-entry-card .card-content
    {
      margin-left:0;
      margin:0 auto;
      padding: 1.5rem;
    }
    
    .KT-body__KT-level .KT-body__KT-level__title
    {
      font-size: 1em;
      line-height: 3em;
    }
  
    /* 列表-標題 */
    .entry-card-title{
        margin-bottom: 12px;
    }
  
    /*按鈕*/
    .list .list__button {
        width: 100%;
        position: relative;
        bottom: 0;
    }
  
    /*老虎機資訊表格*/
    .columns:not(.is-desktop) {
        display: flex;
    }
    .slot-box .column.is-one-fifth{
        flex: none;
        width: 180px;
    }
  
    /* 伙伴之聲 */
    .partner-custom{
        margin: 1.4em 0px;
        align-items: start;
    }
    .partner-custom .speech-balloon{ 
      margin-left: 10px;
    }
    /* 文章縮排 */
    .article[article-themes-style="style-1"] .entry-content .Indent-left-40
    {
        padding-left:0px;
    }
  
    /* 文章標題 */
    .article .entry-title
    {
        font-size: 28px;
        margin: 6px 0 0px 0;
    }
  
    /* 文章日期 */
    .article.post .date-tags
    {
       padding: 0px;
    }
  
    /* SNS分享 - 上方 */
    .sns-top-wrap{
      display:flex;
      padding: 0.6em 0;
    }
    .sns-share-top-buttons{
      display: flex;
      justify-content:center
    }
    .sns-share.ss-top{
      margin-bottom: 0;
    }
    .sns-share-top-buttons a
    {
       margin-right: 0.3em;
    }
  
    /* 文章-OL */
    .article[article-themes-style="style-1"] .entry-content > ol:not(.toc-list)
    {
        margin-left: 0em;
    }
    /* 文章-UL */
    .article[article-themes-style="style-1"] .entry-content ul
    {
    padding-left:0;
    }
    .article[article-themes-style="style-1"] .entry-content ul li:before
    {
    margin-left:0;
    }
  
    /* 文章-H2 */
    .article[article-themes-style="style-1"] .entry-content h2
    {
        font-size: 21px;
        text-align: left;
        margin: 0.8em 0 0.6em 0;
    }
  
    /* breadcrumb */
    #breadcrumb .breadcrumb-item:nth-child(3)
    {
    display:none;
    }
  
    .entry-title{
    font-size:1.6em;
    }
  
    /* SNS分享 */
  
    .sns-share-buttons a
    {
        width:31%;
        margin-right:6px;
    }
  
    #share{display:none}

    /* 下方 */
    .sns-share-buttons
    {
        justify-content: left;
    }
    /* 展開後的樣式 */
    .sns-plus-box a
    {
    width:47%;
    }
  /*錦標賽-排名*/  
  
    .line-right:after {
        content: "";
        border-right: 0px;
    }
  
    .tournament{
        border-radius: 0px;
        overflow: hidden;
    }
  
    .tournament .level-right{
        margin-top:0;
    }
  
    .is-show-desktop
    {
      display:none;
    }
  
  .is-show-mobile
    {
      display:block;
    }
    .tournament-box .columns .column:nth-child(1)
    {
    font-size:12px;
    }
    .tournament-box .columns .column.tournament-image-box span:nth-child(1)
    {
        /*display:none;*/
        /*width:88px;*/
        /*height:66px;*/
    }
  
    .tournament-box .columns .column.tournament-image-box span:nth-child(2)
    {
        font-size:12px;
    }
  
    /* 錦標賽-排名-list */
    .tournament-box .columns.list
    {

    }
  
    /*錦標賽客製化*/
    .tournament-box__figure img
    {
        width: 100%;
        height: auto;
        border-radius: 25px;
    }
  
  
  
    .bonus-box .bonus-list__item .bonus-image-box .image
    {
    margin-bottom:6px;
    }
  
  .bonus-box .bonus-list__item .box-style-1
    {
    font-size:12px;
    }
    .bonus-box .bonus-list__item .bonus-image-box .rank
    {
    display:block;
    }
  
    .bonus-box .bonus-list__item .bonus-image-box .name
    {
        font-size:12px;
    display:block;
    text-indent : 0px ;
    }
    
    .tournament-box{
    width:100%
    }
  
    /* 首頁 - 列表 */
    .tournament-box-wrap{
    flex-direction: column;
    }
  
    /* 賞品 - 第一名*/
    .bonus-box .columns .column.bonus-image-box span:nth-child(1)
    {
        border-radius: 1em;
    }
    /*賞品 - 第N名 */
    .bonus-box .bonus-list__item .bonus-image-box .image
    {
    border-radius: 1em;
    }
    /* 賞品 - 縮圖 */
    .tournament-box .columns .column.tournament-image-box img
    {
        width:70px;
        height:auto;
    }
    /* 玩家排行榜 - 2N 顏色 */
    .tournament-box .columns.background-style-1:nth-child(2n-1) {
        background-color: #cee5ff;;
    }

    /* 玩家排行榜 */
      /* 首頁 */
      .tournament-box.index
      {  
          width:100%;
      }
      /* 文章 */
      .tournament-box.article
      {  
          /*width:100%;*/
      }
  
    .is-show-desktop.display-inline{
      display:none;
    }
  
    /*錦標賽底部-額外信息*/
    .sub-message-text{
        
    }
    .sub-message-text p{
    font-size:12px!important;
    }
  
    /*--------------------------------------------------------------
    # max-width-800:SIDEBAR
    --------------------------------------------------------------*/

    /*--------------------------------------------------------------
    # max-width-800:FOOTER
    --------------------------------------------------------------*/
    .KT-card-box.list .list.ect-entry-card {
        flex: 0 1 auto;
    }

    .list.ect-entry-card .entry-card-wrap {
        width: 100%;
    }
}