h2{
font-size: 1.5rem;

}

/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
h2 {
 font-size: 1.2rem;
}
}
.rank-badge {
  position: absolute;
  top: -5px;
  left: -10px;
  padding: 3px 6px;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 8px;
  color: #fff;
  z-index: 10;
}

.m-rr {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 55px;
  z-index: 9;
}

.rank-default {
  background-color: #999;   /* グレー */
  color: #fff;
}
.rank-1 {
  background-color: #FFD700; /* 金 */
  color: #000;
}
.rank-2 {
  background-color: #C0C0C0; /* 銀 */
  color: #000;
}
.rank-3 {
  background-color: #CD7F32; /* 銅 */
  color: #fff;
}


.list_card {
  border: 3px solid #333;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 3px;
  background-color: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
 position: relative;
}



.list_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left:30px;
}

.list_box {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.list_left {
 
}

.list_img_div {
  width: 100px;

  position: relative; /* ← これを必ず追加 */
}

.list_img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.list_right {
  margin-left:8px;
  flex: 1;
  display: flex;
  flex-direction: column;
   
 
}


.list_income{
line-height: 1.0em;
}

.list_right table{
  font-size: 1.2rem;border-collapse:collapse;width:60%;
}
.list_right tr{
  border-bottom:solid 1px #999;
}

.list_right td{
  padding:4px 2px;font-weight: bold;
}

.list_info {
  font-size: 0.9em;
  margin-bottom: 6px;
}

.list_income{
  color:#FF4747;font-weight: bold;
  font-size: 1.5rem;
}

.list_income_c{
  color:#FF4747;font-weight: bold;
  font-size: 1.3rem;
}
.list_hs{
  font-size: 50%;
}

.list_th{
  width:30%;font-weight: normal;line-height: 1em;
}
.list_th_c{
  width:33%;font-weight: normal;font-size: 0.8rem;
}
/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.list_left {
 width:50px;
}

.list_img {
  max-width: 60%;
  
  height: auto;
  border-radius: 4px;
}

}





.ra-more {
 
  margin:12px auto;
  width: 50%;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
}
/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.ra-more {
 width:80%;
}

}











.tag_container{
width:100%;
margin:6px 0 0 0;


}


.thread-title_t{
  font-size: 1.5rem;margin:12px 0 6px 0;
  padding: 8px 2%;
  width: 94%;
  font-size: 1.8rem;
  line-height: 1.2;
  border-top: #111 solid 0px;
  border-bottom: #111 solid 3px;
}
.t {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-start;
  padding: 10px 3%;
  margin: 10px 0;
}

/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.thread-title_t{ font-size: 1.0rem;margin:12px 2% 0 2% ;padding: 4px 2%;}
.t {

  margin: 0px 0;
  padding: 4px 3%;
}
}





.t-box {
/*#f03535;*/
  background-color: #F72021;
  border-radius: 4px;


}

.t-link {
  text-decoration: none;
}

.t-btn {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  font-size: 1rem;
  color: #fff;
}

.t-btn-bg1 { background-color: #F45E73; }
.t-btn-bg2 { background-color: #B24AB4; }
.t-btn-bg3 { background-color: #DF772C; }
.t-btn-bg4 { background-color: #2DBE67; }
.t-btn-bg5 { background-color: #2DA4BE; }

.t-pic {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  overflow: hidden;
}

.t-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.t-text {
  margin-left: 10px;
  white-space: nowrap;
}

/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
  .t-btn  {
    font-size: 0.65rem;
    padding:2px 4px;
    margin:0px ;
  }
  .t-pic{
    width: 28px;
  height: 28px;
}
}

