/*_____________________________________________

 RANKING

 1. [SP/TAB/PC] 共通パーツ・レイアウト・デザイン
 2. [SP/TAB] レイアウト・デザイン
 3. [SP] レイアウト・デザイン
 4. [PC] レイアウト・デザイン

/*_____________________________________________ [SP/TAB/PC] ヘッダー */
header div img {
    vertical-align: middle;
}
/*_____________________________________________ [SP/TAB/PC] MV */
.mv_area{
  background: url(/images/ranking_haisya/ranking_mv_bg.png) center/ cover no-repeat #ffffff;
}
.mv_area .sp{
  display: none;
}
.mv_area .pc-row{
  max-width: 1000px;
  margin:0 auto;
}
.mv_area .pc-row > img{
  width: 20%;
  min-width: 140px;
}
.mv_ttl_area{
  width: 60%;
}
.mv_area h1.rank_h1{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.mv_ttl_area h1{
  text-align: center;
}
/*_____________________________________________ [SP/TAB/PC] ランキング */
.rank_box{
  position: relative;
}
.rank_box > picture{
  position: absolute;
  left: 1rem;
  top: -1px;
}

.rank_box .ttl.ttl-style3{
  border-bottom: none;
  margin-top: 0;
}
.rank_box .ttl.ttl-style3:before{
  display: none;
}
.rank_box .ttl.ttl-style3 img{
    max-width: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
.rank_box .ttl.ttl-style3,
.rank_box .ttl.ttl-style3 a{
  font-size: 22px;
}

.rank_box .tenpo_box_carnext,
.rank_box .tenpo_box_wrap{
  padding: 10px 0 0 0;
}

.rank_box .tenpo_box_wrap .pc-row > .picture{
  width: auto;
  margin-bottom: 1rem;
}
.rank_box .tenpo_box_wrap .pc-row > .picture + div{
  width: 100%;
}
.rank_box dl dt,
.rank_box dl dd{
  display: inline-block;
  vertical-align: top;
}
.rank_box dl dt{
    width: 70px;
}
.rank_box dl dd{
    width: calc(100% - 80px);
    margin-bottom: 1rem;
    font-size: 0;
}
.rank_box dl dd .icons{
    margin-right: 0;
    margin-bottom: 3px;
    bottom: 0;
    padding: 3px 7px;
    border-radius: 3px;
}
.rank_box dl dd img{
  width: initial;
}

.rank_box .btn_style7,
.btn.btn_style7, .btn.btn_style7:hover{
    padding: 15px 10px;
}
@media screen and (max-width: 560px){
  .rank_box .btn_style7,
  .btn.btn_style7, .btn.btn_style7:hover{
    width: 100%;
    max-width: 100%;
  }
}

/*_____________________________________________ [SP/TAB/PC] 廃車買取業者について */
.about .li_num_step1 .li_item:before{
  content: "買取ができる理由1";
  position: relative;
  padding: 0.5em;
  margin-bottom: 0.4em;
}
.about .li_num_step2 .li_item:before{
  content: "買取ができる理由2";
  position: relative;
  padding: 0.5em;
  margin-bottom: 0.4em;
}
.about .li_num_step3 .li_item:before{
  content: "買取ができる理由3";
  position: relative;
  padding: 0.5em;
  margin-bottom: 0.4em;
}
.about .li_num_step h3{
  display: inline-block;
  padding-left: 0.25em;
}

/*_____________________________________________ [SP/TAB/PC] 廃車買取で高く売れる車種とは */
.highprice picture{
  width: 35%;
}
.highprice picture + p{
  width: 63%;
  margin-right: 0;
  margin-left: auto;
}
.highprice h3{
  margin-bottom: 0.5rem;
}
.highprice .li_disc_b{
  padding-left: 20px;
}
.highprice .li_disc_b li{
  list-style-position:initial;
}
/*_____________________________________________ [SP/TAB/PC] ランキング以外の廃車買取業者一覧 */
.unranked td li{
  display: inline-block;
}
.unranked td li:not(:last-child):after{
    padding-left: 4px;
    content: "／";
}
.viewmore a{
  background-color: #EFF4F9;
  border-bottom: 1px dashed #b0cbe4;
  border-top: 1px dashed #b0cbe4;
  display: block;
}

/*_____________________________________________ [SP/TAB/PC] ご利用者さまの声 */
.reviews h3{
  margin-bottom:0.8rem;
}
.reviews .pc-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.reviews .box_border {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.reviews .box_border figure{
  width: 10%;
    min-width: 60px;
    text-align: center;
}
.reviews .box_border figure source,
.reviews .box_border figure img{
  width: 40px;
}
.reviews .box_border figure + div{
  width: 100%;
}

/*_____________________________________________ [SP/TAB/PC] 基礎知識 */
.guides .pc-row picture{
  width: 30%;
}
.guides .pc-row > picture + div{
  width: 70%;
}

/*_____________________________________________ [SP/TAB/PC] エリア検索 */
.area_search dl dt:nth-of-type(1){
  background-color: #4F7ACC;
}
.area_search dl dt:nth-of-type(2){
  background-color: #4D96D4;
}
.area_search dl dt:nth-of-type(3){
  background-color: #2CA6E0;
}
.area_search dl dt:nth-of-type(4){
  background-color: #2AAB39;
}
.area_search dl dt:nth-of-type(5){
  background-color: #A4C82D;
}
.area_search dl dt:nth-of-type(6){
  background-color: #E3B400;
}
.area_search dl dt:nth-of-type(7){
  background-color: #E59F58;
}
.area_search dl dt:nth-of-type(8){
  background-color: #EA8CA2;
}
.area_search dl dt:nth-of-type(9){
  background-color: #E66798;
}
.area_search dl dt{
  display: inline-block;
  width: 10%;
  min-width: 100px;
  margin-right: 10px;
}
.area_search dl dd{
  display: inline-block;
  width: calc(100% - 120px);
}
.area_search dl dd ul li{
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}

/*_____________________________________________ [SP/TAB/PC] af14へ遷移 CV */
.page_container_ad{
    border-top: 10px solid;
    border-color: cadetblue;
    background-color: aliceblue;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
    padding: 0;
}
.page_container_ad h2{
    padding: 0.75em 0.5em;
    border-left: solid 2em #3c92c1;
    position: relative;
    background-color: #333;
    color: #fff;
}
.page_container_ad h2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.6em;
    left: -1.5em;
    width: 13px;
    height: 5px;
    top: 47%;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}
.page_container_ad .page_container_ad_box{
    padding:1em;
}
.page_container_ad .page_container_ad_box .pc-row{
    justify-content: space-between;
}
.page_container_ad .page_container_ad_box .pc-row > div:nth-child(1){
    width: 30%;
}
.page_container_ad .page_container_ad_box .pc-row > div:nth-child(2){
    width: calc(70% - 15px);
}
@media screen and (max-width: 768px){
  .page_container_ad .page_container_ad_box .pc-row > div:nth-child(1){
    width: 50%;
  }
  .page_container_ad .page_container_ad_box .pc-row > div:nth-child(2){
    width: 100%;
  }
}

/*______________________________________________________ 車種別CV */
.cv_kaitori_shashu{
    background: url(/images/kaitori/top-mv-background.png) bottom 0% center / 120% auto no-repeat #e6f8ff;
    padding: 5px 20px 6px;
    box-sizing: border-box;
    border: 1px solid #c0e1ee;
    box-sizing: border-box;
    max-width: 1080px;
    width: 100%;
    margin: 30px auto 60px;
}
.cv_kaitori_shashu .pc-row {
    max-width: 780px;
    margin: 0 auto;
    position: relative;
}
.cv_kaitori_shashu h2 {
    font-size: 26px;
    text-align: left;
    color: #3b377c;
}
.cv_kaitori_shashu h2 span {
    color: #3b377c;
    font-size: 1.3em;
    line-height: 1.6;
}
.cv_kaitori_shashu .pc-row img{
    width: 170px;
    margin-top: -30px;
    margin-right: -10px;
    margin-left: auto;
}
.cv_kaitori_shashu .btn.btn_style7 span{
    font-size: 14px;
    display: block;
    color: #ffffff;
}
@media screen and (max-width: 600px) {
  .cv_kaitori_shashu h2{
    text-align: center;
    font-size: 5vw;
  }
  .cv_kaitori_shashu h2 + p br{
    display: none;
  }
  .cv_kaitori_shashu .pc-row > div{
    margin-bottom: 0;
  }
  .cv_kaitori_shashu .pc-row img{
    display: none;
  }
}
/*_____________________________________________ [SP/TAB/PC] 廃車買取に関連する車情報・マガジン */
.colu .li_item:not(:last-child){
  border-bottom: 1px solid #e0e0e0;
}
.colu .li_item .ttl{
  display: inline;
}
.colu .date{
  text-align: right;
}
.colu .date img{
  vertical-align: baseline;
  margin-right: 0.25rem;
}

/* 〜768px
------------------------------ */

@media screen and ( max-width:768px) {
  .fs_xl{
    font-size: 2rem;
    line-height: 1.6;
  }
  .fs_xxl{
    font-size: 2.4rem;
    line-height: 1.6;
  }
  /*_____________________________________________ [SP/TAB] ヘッダー */
  header picture img{
    width: 100%;
  }
  header .logo *{
    max-width: 100px;
  }

  /*_____________________________________________ [SP/TAB] ヘッダー */
  header .mv_area .pc-row .mv_ttl_area picture{
    max-width: 400px;
    margin: 0 auto 1rem;
  }
  /*_____________________________________________ [SP/TAB] ご利用者さまの声 */
  .reviews .box_border{
    width: initial;
  }

  /*_____________________________________________ [SP/TAB] 基礎知識 */
  .guides .sp-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /*_____________________________________________ [SP/TAB] 廃車手続きお役立ちコンテンツ */
  .pickup .li_item .ttl.arrow:before,
  .pickup .li_item .ttl.arrow:after{
      top: 1rem;
      bottom: auto;
  }
  .pickup .li_item .ttl{
      display: inline-block;
  }

  /*_____________________________________________ [SP/TAB] 廃車買取に関連する車情報・マガジン */
  .colu .li_item .ttl.arrow:before,
  .colu .li_item .ttl.arrow:after{
      top: 1rem;
      bottom: auto;
  }
  .colu .li_item .ttl{
      display: inline-block;
  }
  /*_____________________________________________ [SP/TAB/PC] エリア検索 */
  .area_search dl dt{
    vertical-align: top;
  }
  /*_____________________________________________ [SP] 廃車買取業者について */
  .about .li_num_step h3{
    padding: 0 0 6px 0;
    font-size: 18px;
  }
}

/* 〜560px
------------------------------ */
@media screen and (max-width: 560px){
  /*_____________________________________________ [TAB/SP] MV */
  .mv_area{
    background: url(/images/ranking_haisya/ranking_mv_sp_bg.png) center/ cover no-repeat #ffffff;
  }
  .mv_area .sp{
    display: block;
  }
  .mv_area .pc{
    display: none;
  }
  .mv_area .pc-row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv_area .pc-row > picture {
    width: calc(100% - 20px);
    max-width: 414px;
    margin: 0 auto;
  }
  .mv_area .mv_ttl_area{
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

/* 〜414px
------------------------------ */

@media screen and (max-width: 414px){
  .viewmore a{
    font-size: 1.4rem;
  }
  /*_____________________________________________ [SP] MV */
  header .mv_area .pc-row .mv_ttl_area picture{
    display: none;
  }
  header .mv_area picture.sp img{
    max-width: initial;
  }
  /*_____________________________________________ [SP] ランキング */
  .rank_box > img + h2.ttl-style3{
    padding: 0 1rem 1rem 8rem;
  }
  .rank_box .tenpo_box_wrap:nth-of-type(1){
    padding: 0;
  }
  .rank_box .tenpo_box_wrap .pc-row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rank_box .tenpo_box_wrap .pc-row > picture + div{
    width: 100%;
  }

  /*_____________________________________________ [SP] 基礎知識 */
  .guides .sp-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guides .sp-col picture,
  .guides .sp-col > picture + div{
    width: 100%;
  }
  .guides .sp-col > picture + div{
    margin-top: 1rem;
  }
  .guides .sp-col picture *{
    margin: 0 auto 0rem;
    display: block;
  }

  /*_____________________________________________ [SP] 廃車買取で高く売れる車種とは */
  .highprice .pc-row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .highprice picture{
    width: 100%;
  }
  .highprice picture img{
    margin: 0 auto 1rem;
    display: block;
  }
  .highprice picture + p{
    width: 100%;
  }
  /*_____________________________________________ [SP] 廃車手続きお役立ちコンテンツ */
  .pickup .li_item{
    width: 100%;
  }
}