#appmedia_ad_ranking h2 {
  margin-bottom: 0;
}

.gensen_footer{
  padding: 6px 10px 0 10px;
  border-bottom: 1px dashed #d3e4ee;
  padding-bottom: 10px;
}

.gensen_footer , .gensen_footer_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.gensen_footer_title{
  font-size: 14px;
  font-weight: bold;
  min-width: 50px;
  color: #555;
  margin-bottom: 4px;
}

.pc .gensen_footer_title{
  margin-bottom: 6px;
  margin-top: 2px;
}

.gensen_footer_list li{
  width: calc(100% / 6);
  text-align: center;
}
.gensen_footer_list li img{
  border-radius: 10px;
}

.gensen_footer_link{
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 16px;
}

.mobile .gensen_footer{
  justify-content: flex-start;
  padding-bottom: 7px;
}

.mobile .gensen_footer_title{
  padding-left: 9px;
  width: 70px;
}
.mobile .gensen_footer_title span{
  width: 100%;
  display: block;
}

.mobile .gensen_footer_list {
  justify-content: flex-start;
  width: calc(100% - 110px);
}

.mobile .gensen_footer_list li{
  width: calc(100% / 3);
  padding: 4px 0;
}
.home .gensen_footer_list{
  border: none !important;
  justify-content: flex-start;
}

.home .gensen_footer_list li{
  width: calc(100% / 3);
  text-align: center;
  padding: 4px 0;
}



.pc .gensen_footer_title{
  width: 100%;
  text-align: center;
}

.preceding_list{
  padding: 0 14px;
  position: relative;
  border-bottom: 1px dashed #ccc;
}

.preceding_list{
  position: relative;
  border-bottom: 1px dashed #ccc;
}

.preceding_list>a {
  display: flex;
  text-decoration: none !important;
}

.preceding_list .preceding_list_crown {
  z-index: 1;
  position: absolute;
  top: 6px;
  left: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  color: #6d7377;
  width: 23px;
  font-size: 13px;
  height: 23px;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
}


.preceding_list_crown[data-rank='1']{
    color: #fff;
    background-color: #FBC04A;
}
.preceding_list_crown[data-rank='2']{
    color: #fff;
    background-color: #ACD7DE;
}
.preceding_list_crown[data-rank='3']{
    color: #fff;
    background-color: #CC884B;
}

ul .preceding_list .preceding_list_app {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.home .preceding_list .preceding_list_app {

}

.preceding_list .preceding_list_information {
    width: calc(100% - 80px);
    margin-left: auto;
}
.home .preceding_list .preceding_list_information {
    padding: 0;
    margin-left: 10px;
}
.preceding_list .preceding_list_appli_name{
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
    word-break: break-all;
    line-height: 1.4;
    white-space: normal;
    height: 1.4em;
    padding-right: calc(2em - 10px);
}
.home .preceding_list .preceding_list_appli_name {
    margin-top: 0;
    font-size: 13px!important;
    color: #1681b2;
}
.preceding_list .preceding_list_detail{
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #555;
    word-break: break-all;
    line-height: 1.5;
    white-space: normal;
    height: 3.2em;
    padding-right: calc(2em - 10px);
    margin-bottom: 1px;
    font-weight: normal;
}

.home .preceding_list .preceding_list_detail {
    -webkit-line-clamp: 2;
    height: 3em;
}

.preceding_list:first-child .preceding_list_detail {
    padding-right: 0;
}

.preceding_list .app_status{
    font-weight: normal;
    width: 1.9em;
    text-align: center;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    background-color: #ccc;
    height: calc(6em + 20px);
    box-sizing: border-box;
    position: absolute;
    right: 0;
    display: flex;
}
.preceding_list .app_status div{
    margin: auto;
}

.preceding_list .app_status[data-type='事前登録中'] {
    background-color: #55acee;
}
.preceding_list .app_status[data-type='配信中'] {
    background-color: rgb(255, 57, 90);
}
.preceding_list .app_status[data-type='詳細'] {
    background-color: rgb(14, 157, 88);
}

ul .preceding_list {
    padding: 10px;
}

.label_box {
  display: flex;
}

.disp_pr_app_label {
  min-width: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  border-radius: 0;
  margin-right: 2px;
  font-weight: bold;
  width: fit-content;
  line-height: 1;
  padding: 5px;
  box-sizing: border-box;
}

.preceding_list_information .label_box {
  width: fit-content;
}

.single .disp_pr_app_label {
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  ul .preceding_list .preceding_list_app {
    margin-top: 3px;
  }
  ul .preceding_list:first-child>a>.preceding_list_crown {
    top: 5px!important;
  }
}
