/*共通
-----------------*/
.ranking-list {
  counter-reset: rank;
}

.ranking-list li {
  counter-increment: rank;
  margin-bottom: 1.5em;
}

.ranking-list li .title::before {
  content: counter(rank) "位";
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.2em 0.6em;
  border-radius: 20px;
  margin-right: 0.5em;
  vertical-align: middle;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* 1位：ゴールド */
.ranking-list li:nth-child(1) .title::before {
  background: linear-gradient(135deg, #FFD700, #FFC107); /* ゴールド */
}

/* 2位：シルバー */
.ranking-list li:nth-child(2) .title::before {
  background: linear-gradient(135deg, #C0C0C0, #B0B0B0); /* シルバー */
}

/* 3位：ブロンズ */
.ranking-list li:nth-child(3) .title::before {
  background: linear-gradient(135deg, #CD7F32, #B87333); /* ブロンズ */
}

/* 4位以降：プレーン（グレー） */
.ranking-list li:nth-child(n+4) .title::before {
  background: #888;
}

.random-ad {
    text-align: center !important;
}
.random-ad img {
		width: 70% !important;
}
.content ul > li:before {
content:""
}
.t_b_res {
    position: relative;
    background: #fff;
    border: 2px dottedd #777;
    margin: 10px 20px 40px 80px;
    border-radius: 15px;
    margin-right: 5%;
    clear: both;
    max-width: 700px;
    padding: 20px 30px 20px 30px;
    clear: both;
}
/* 回り込み解除 */
.cf:before, .cf:after {
    content: "";
		display: table;
		clear: both;
}
.widget img {
    width: 100%;
    height: auto;
}
.widget ul li {
    position: relative;
}
.t_b {
    border-top: dashed 2px #ddd;
    position: relative;
    font-weight: bold;
    margin: 10px 10px 30px 50px;
    margin-right: 5%;
    clear: both;
    padding: 35px 10px 10px 10px;
}
.side-rss {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.side-rss a {
  position: relative !important;
  width: calc(50% - 5px) !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  color: white !important;
  display: block !important;
  overflow: hidden !important;
  font-size: 13px !important;
}

.side-rss a img {
  width: 100% !important;
  height: 120px !important;
  object-fit: cover !important;
  display: block !important;
  border: none !important;
  border-radius: 4px !important;
}

.side-rss a span {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.6) !important;
  color: white !important;
  padding: 4px 6px !important;
  box-sizing: border-box !important;
  font-weight: normal !important;
  font-size: 10px !important; /* 小さめに */
  line-height: 1.4 !important;
  z-index: 2 !important;

  /* ↓ 2行制限 + 省略記号 */
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.widgets-list-layout {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widgets-list-layout li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.widgets-list-layout li img {
  object-fit: cover !important;
  border-radius: 6px !important;
}
.widgets-list-layout-links a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widgets-list-layout .widgets-list-layout-blavatar {
  float: none !important;
    width: 50px !important;
    height: 50px !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 6px !important;
}
.more-info li a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.more-bottom li a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
-----------------*/
@media only screen and (max-width: 959px) {
.none {
    display: none;}
	}
/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
.sp-none{display:none;}
ul {
	list-style: none !important;
}
}
