.sga_rank_list {
  padding: 5px 0 0;
}
.sga_rank_list .list_item {
  padding: 5px 0;
  border-bottom: 1px solid #d8d8d8;
}
.sga_rank_list .list_item .post_body {
  display: flex;
}
.sga_rank_list .list_item .post_body .rank_area {
  color: #222f74;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.1rem;
  width: 25px;
  padding: 5px 3px 4px;
}
.sga_rank_list .list_item .post_body .thumb_area img {
  margin: 0 10px 0 0;
  padding: 0;
  width: 70px;
  height: 70px;
  max-width: 70px;
  max-height: 70px;
  object-fit: cover;
}
.sga_rank_list .list_item .post_body .thumb_area img:hover {
  opacity: 1;
  transition: none;
}
.sga_rank_list .list_item .post_body .excerpt_area {
  text-decoration: none;
  flex: 1;
  text-align: left;
  padding: 5px 0 25px;
  position: relative;
}
.sga_rank_list .list_item .post_body .excerpt_area .post_title {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
.sga_rank_list .list_item .post_body .excerpt_area .bottom_row {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.sga_rank_list .list_item .post_body .excerpt_area .bottom_row .post_date {
  display: inline-block;
  color: #000000;
  padding: 0 5px 3px 0;
}
.sga_rank_list .list_item .post_body .excerpt_area .bottom_row .icon_block {
  padding: 0 0 3px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.sga_rank_list .list_item .post_body .excerpt_area .bottom_row .icon_block span[class^='icon_'] {
  padding: 0;
  display: inline-block;
}
.sga_rank_list .list_item .post_body .excerpt_area .bottom_row .icon_block span[class^='icon_'].icon_lock_pmember {
  font-size: 12px;
  line-height: 20px;
  background-color: #222f74;
  color: #fff;
  font-weight: bold;
  cursor: default;
  padding: 0 6px;
}
.sga_rank_list .list_item .post_body .excerpt_area .bottom_row .icon_block span[class^='icon_'].icon_lock_snews {
  width: 20px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  cursor: default;
  background: url(./../images/post_icon_lock_snews_sp.png) no-repeat center center;
  background-size: 20px;
}
