/* 目次バグ対策 */
.rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left {
justify-content: center !important;
}

/* 記事内ラインキングCSS */
.nomadBtn3 {
    background: #6688be;
    color:#FFF !important;
    border-radius: 5px;
    padding: .7em 2em;
    display: inline-block;
    text-decoration: none !important;
    margin: 15px 0;
    font-weight: bold;
  }
  
  .nomadBtn4 {
    background: #ed7e95;
    color:#FFF !important;
    border-radius: 5px;
    padding: .7em 2em;
    display: inline-block;
    text-decoration: none !important;
    margin: 15px 0;
    font-weight: bold;
  }
  a.nomadBtn4:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      margin: 2px 5px 0 0;
      background: url("https://www.ivservice.co.jp/uwakitantei-channel/wp-content/uploads/2022/08/ico_tel.png") no-repeat;
      background-size: contain;
      vertical-align: middle;
    }
  
  @media (max-width: 767px) {
  
  .nomadBtn3 {
  padding: .7em .7em;
  font-size:11px;
  }
  .nomadBtn4 {
  padding: .7em .7em;
  font-size:11px;
  }
  
  a.nomadBtn4:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      margin: 2px 5px 0 0;
      background: url("https://www.ivservice.co.jp/uwakitantei-channel/wp-content/uploads/2022/08/ico_tel.png") no-repeat;
      background-size: contain;
      vertical-align: middle;
    }
  
  }

/* 商標ページ点滅 */
.blink1 {
animation: blinking 2s ease-in-out infinite alternate;
background-color:orange;
color:white;
padding: 5px;
border-radius: 10px;
}
 
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* ランキング見出し色 */
div.attention {
background-color: #ff899f !important;
font-weight:bold;
} 

/* 記事一覧ページ投稿日非表示 */
.post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-date {
    display: none;
}
/* ランキング公式リンク */
@media screen and (max-width: 480px){
 .koushiki{
font-size: 16px;
}
}
/* ランキング公式リンク 矢印*/

@media screen and (max-width: 767px){
.jic:before {
    vertical-align: middle;

}
}

/* ランキング表 ボタン*/
.sticky_table .btn-more a {
    background-image: linear-gradient(#A9A9A9 0%, #808080 100%) !important;
    border-bottom: solid 4px #505050 !important;
}

.sticky_table .btn-more_arrow::after {
    border-left: 3px solid #808080 !important;
}


.sticky_table .btn-hp a {
    background-image: linear-gradient(#65c473 0%, #23ac38 100%) !important;
    border-bottom: solid 4px #187827 !important;
}




.sticky_table .btn-hp_arrow::after {
    border-left: 3px solid #23ac38 !important;