.ranking-head-img {
  display: flex;
  align-items: center;
  width: 100%;
}
  .ranking-head-img img {
    width: 100%;
  }
.ranking-head_add {
  width: 100%;
  margin-top: 8px;
  text-align: right;
  font-weight: bold;
}

.ranking_content {
  width: 100%;
  margin-top: 0;
}
  .ranking_content h3 {
    position: relative;
    font-size: 18px;
    margin: 2px 0;
    padding: 10px 0 10px 40px;
    border-bottom: solid 4px #BD95B8;
  }
    .ranking_content h3::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 32px;
      height: 32px;
      margin: auto 0;
      background: url(/images/h3_icon.png);
      background-size: 100% 100%;
    }

.ranking_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 98%;
  margin: 10px auto;
  border: solid 2px #BD95B8;
}
  .ranking_item_name {
    width: 100%;
    padding: 5px 15px 0;
    background: #BD95B8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }

  .ranking_item_head {
    width: 100%;
    margin-top: 5px;
    padding-left: 10px;
    color: red;
    font-size: 16px;
    font-weight: bold;
  }

  .ranking-item_star {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    padding-left: 10px;
    color: #ff3600;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
  }
    .ranking-item_star>span {
      display: inline-block;
      margin-right: 8px;
      padding: 5px 8px;
      border: solid 1px #BD95B8;
      color: #BD95B8;
      font-size: 16px;
      font-weight: bold;
    }
    .ranking-item_star>img {
      display: block;
      width: 28px;
    }

  .ranking_item_mainimg {
    width: 95%;
    margin-top: 10px;
  }

  .ranking_item_point-list {
    width: 100%;
    margin-top: 10px;
    border: solid 1px #BD95B8;
  }
    .ranking_item_point-list_head {
      width: 100%;
      padding: 5px 0;
      background: #BD95B8;
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
    }
    .ranking_item_point-list_item {
      width: 95%;
      margin: 5px auto;
    }
      .ranking_item_point-list_item_head {
        padding-left: 32px;
        background: left no-repeat url(/images/check.png);
        background-size: 28px;
        border-bottom: solid 2px #BD95B8;
        line-height: 36px;
        font-size: 18px;
        font-weight: bold;
      }
      .ranking_item_point-list_item_text {
        padding: 5px;
      }

  .ranking_item_tables_table {
    margin-top: 15px;
  }
    .ranking_item_tables_table--score th {
      width: 28%;
      background: #d6dce5;
      border: solid 1px #555;
      color: #111;
    }
    .ranking_item_tables_table--score td {
      border: solid 1px #555;
    }

  .ranking_item_campaign {
    width: 95%;
    margin: 10px 0;
    border: solid 2px #ff3600;
    text-align: center;
  }
    .ranking_item_campaign_head {
      width: 100%;
      padding: 5px 0;
      background: #ff3600;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
    }
    .ranking_item_campaign_text {
      margin: 0;
      padding: 5px;
      background: #fff2cd;
    }

  .ranking_item_comment {
    width: 95%;
  }
    .ranking_item_comment_pic {
      display: block;
      height: 60px;
      object-fit: contain;
    }
    .ranking_item_comment_text {
      width: 100%;
      padding: 5px 5px 5px 15px;
      border: solid 2px #EB5F84;
      border-radius: 8px;
    }

.ranking_button-jump {
  width: 65%;
}
.ranking_button-detail {
  width: 33%;
}
.ranking_button-campaign {
  width: 95%;
  background: #ffcd1f;
  box-shadow: 0 5px 0 #c98600;
  color: #333;
}

.ranking_compare {
  width: 100%;
  margin: 10px auto;
}
  .ranking_compare_head {
    padding: 8px 5px;
    background: #BD95B8;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .ranking_compare_table {
    width: 100%;
    margin-top: 10px;
  }

@media screen and (min-width: 768px) {
  .ranking-head_add {
    font-size: 20px;
  }
  .ranking_item_head {
    padding-left: 30px;
    font-size: 20px;
  }
  .ranking-item_star {
    padding-left: 30px;
  }
  .ranking_item_name {
    padding-left: 40px;
    text-align: left;
    font-size: 26px;
  }
  .ranking_item_mainimg {
    width: 33%;
  }
  .ranking_item_point-list {
    width: 65%;
  }
  .ranking_item_tables_table--score {
    width: 65%;
  }
  .ranking_item_campaign_text {
    font-size: 18px;
  }
  .ranking_item_comment_pic {
    height: 75px;
  }
  .ranking_button-jump {
    width: 65%;
  }
  .ranking_compare_table {
    margin-top: 0;
  }
}