@charset "utf-8";
html{font-family: Arial, sans-serif;}
main{margin:120px auto 0;}
.tc{text-align:center;}
h1{font-size: 40px;font-weight:bold;margin:0;}
h2{font-size: 32px;font-weight:bold;margin:0;}
h3{color:#cf121B;font-size:26px;font-weight:bold;clear: both;}
.inside{width:1280px;margin:auto;padding: 60px 0 162px;overflow: auto;}

.pc_only{display:block;}
.sp_only{display:none;}
.cb{clear:both;}


/************** sec01 **************/
.car_card{
  display:flex;
  justify-content: space-between;
  margin: 45px 0 0;
}
.car_card li{width:285px;}
.car_card li img{border-radius:12px 12px 0 0;}
.detail_txt_area{
  padding: 12px 5% 18px;
  box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
  border: 1px solid hsl(0 0% 83%);
  border-radius: 0 0 12px 12px;
}
.detail_txt_area .car_name{
  font-weight:bold;
  font-size: 16px;
  float:left;
  margin:0;
}
.detail_txt_area img{
  float:right;
}
.detail_txt_area .car_detail{
  clear:both;
  padding:10px 0;
  border-bottom: 2px solid #dedede;
  color:#707070;
}
.detail_txt_area .car_detail span{
  margin:0 5px;
}
.detail_txt_area .price{
  display:flex;
  justify-content: space-between;
  color:#707070;
}
.detail_txt_area .price li:last-child{text-align:right;}
.detail_txt_area .dollar{
  display:flex;
  justify-content: space-between;
  color:#534d4d;
  font-size:16px;
  font-weight:bold;
  margin-top:8px;
}
.detail_txt_area .dollar li:last-child{
  text-align:right;
  color:#003a6b;
}

#sec01{width:1280px;margin:auto;}


/************** sec02 **************/
#sec02{margin:120px auto 20px; width:1280px;}
.wcu{
  display:flex;
  justify-content: space-between;
  margin: 70px 0 0;
}
.wcu li{width:285px;}
.wcu li img{
    width: 65px;
    float: left;
}
.wcu li div{
    float: right;
    width: 180px;
}
.wcu li div p span{
    font-weight: bold;
    font-size: 18px;
}



/************** sec03 **************/
#sec03{margin:0 auto 145px; width:1280px;}
#sec03 h2{margin:100px auto 45px;}

#r1 li{width:620px;  margin-bottom:90px;}
#r2 li{width:400px;  margin-bottom:90px;}
#r3 li{width:260px;}
.ranking{
  display: flex;
  justify-content: space-between;
}
.ranking img{width:100%;clear: both;margin: 30px 0 0;}
.ranking li{}
.ranking li div{
    width: 51px;
    height: 30px;
    float: left;
    background-image: url("/index/images/red.svg");
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 19px;
}
.ranking li p{font-weight:bold;margin: 8px 0 0 0px;}
.ranking li p span{color: #707070; font-weight:normal;}



/************** sec04 **************/
#sec04{
  background:#eeeeee;
}
.mv_area{
  margin: 60px 0 100px;
  overflow: auto;
}
.mv_area h3{
  border-bottom: 2px solid #cf121B;
  width: 400px;
  padding-bottom: 30px; 
  margin-bottom: 30px;
}
.mv_txt{
  float: left;
  width: 600px;
  line-height: 32px;
}
.mv_area img{
  float: right;
  width: 480px;
}


/************** sec05 **************/
#sec05{
  background:#cf121b3d;
  padding:100px 0;
}
.hiw{
  width:1280px;
  margin:auto;
}
.hiw h2{
  text-align:center;
}

.flow-chart {
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
}
.flow-chart ol {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  align-items: center;
  list-style: none;
}
.flow-chart li {
  height: 60px;
  padding: 12px 0;
  background-color: #fff;
  width: 208px;
  position:relative;
}
.flow-chart li:not(:last-child) {
  /* padding-right: 10px; */
  /* clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 50%, calc(100% - 40px) 100%, 0px 100%); */
  background: linear-gradient(90deg,  transparent 20px, #fff 20px),
    linear-gradient(90deg, transparent 20px, #fff 20px),
    linear-gradient(242deg, transparent 20px, #fff 20px),
    linear-gradient(300deg, transparent 20px,#fff 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.flow-chart li span{
  position:absolute;
  font-size: 110px;
  font-weight: bold;
  top: -20px;
  left: -24px;
  z-index: 2;
  color: #cf121B;
}
.flow-chart li p{
  margin:0;
  padding: 15px 45px;
}

.hiw h2{
  color: #cf121B;
}



/************** sec06 **************/
#sec06{
  width:1280px;
  margin: 120px auto 70px;
}


.m_card{
  display:flex;
  justify-content: space-between;
  margin: 45px 0 0;
}
.m_card li{width:285px;}
.m_card li img{border-radius:12px 12px 0 0;}
.m_detail_txt_area{
  padding:12px 12px 18px;
  /* box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%); */
  /* border: 1px solid hsl(0 0% 83%); */
  border-radius: 0 0 12px 12px;
}
.m_detail_txt_area .m_title{
  font-weight:bold;
  font-size:16px;
  float:left;
  margin: 10px 0 20px;
}
.m_detail_txt_area img{
  float:right;
}
.m_detail_txt_area .m_detail{
  clear:both;
  padding:10px 0;
  color:#707070;
}
.m_detail_txt_area .m_detail span{
  margin:0 5px;
}



/************** sec07 **************/
#sec07{
  background:#7070701f;
  overflow: auto;
}
#sec07 h1{
  text-align:center;
}

.auto_parts{
  margin: 60px 0;
  overflow: auto;
}
.auto_parts_left{
  width: 450px;
  height: 385px;
  background: #fff;
  padding: 30px 0;
  position: relative;
  overflow: auto;
  float: left;
}
.auto_parts_right{
  width: 800px;
  float: right;
}
.auto_parts_right img{
  height: 445px;
  float: left;
}
.auto_parts_right a{
  color: #fff;
  background: #f85a0c;
  width: 80%;
  display: block;
  margin: 100px 10% 0;
  padding: 12px 0px;
  text-align: center;
}
.b_banner{
  width: 232px;
  float: right;
  color: #fff;
  background: #391802;
  font-weight: bold;
  height: 445px;
}
#b_banner_txt1{
  font-size: 30px;
  width: 80%;
  margin: 60px 10% 0;
}
#b_banner_txt2{
  width: 80%;
  margin: 30px 10% 0;
}
.auto_parts_left p{
  width: 86%;
  margin: auto;
}
.auto_parts_left select{
  width: 86%;
  margin: 0 7% 14px;
  padding: 12px;
}
.auto_parts_left button{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 86%;
  color: #fff;
  background: #cf121b;
  border: none;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0;
}


.news_contents{
  margin: 10px 0 60px;
  overflow: auto;
  position: relative;
}
.news_contents .dot{
  font-weight: bold;
  font-size: 20px;
  position: relative;
  top: 3px;
  color: #000;
}
.news_contents p{
  color: #091581;
}
.news_contents .date{
  margin-left: 20px;
  color: #000;
}
.viewall {
  margin: auto;
  text-align: center;
  background: #cf121b;
  color: #fff;
  padding: 20px 100px;
  font-weight: bold;
  font-size: 18px;
  width: 90px;
  display: block;
  border-radius: 10px;
}



#sec07 h2{
  
}

/**********************************************************
                        スマホ
***********************************************************/
@media screen and (max-width: 980px) {

  main {margin: 30px auto 0;font-size:14px;}
  .inside{width:92%;padding: 50px 0 60px;}
  .pc_only{display:none;}
  .sp_only{display:block;}
  h1{font-size: 28px;}
  h2{font-size: 24px;}
  h3{font-size:20px;}

  #h-main-txt{
    left: 5% !important;
    font-size:18px;
  }
  #h-sub-txt{
    left: 5% !important;
    font-size:14px;
    padding-top: 10px;
  }
  header.sp_only{
    z-index: 10000;
  }  
  .slide-menu{
    z-index: 9999;   /* ← 今回の勝ち筋 */
  }

  #sec01{width:92%;}
  .car_card {flex-wrap: wrap;}
  .car_card li {width: 48%;margin-bottom: 5%;}
  .car_card li img {width:100%;}
  .detail_txt_area img {width:12%!important;}
  .detail_txt_area {box-shadow: 0 0.5rem 1rem hsl(0 0% 0% / 20%);font-size: 14px;}


  #sec02{width:92%; margin: 70px auto 20px;}
  .wcu{display:block; margin: 40px 0 0;}
  .wcu li {width:100%;clear:both;margin: 26px 0;overflow: auto;}
  .wcu li div {width:230px;}


  #sec03{width:92%; margin: 0 auto 60px;}
  #sec03 h2 {margin: 45px auto 0px;}
  #sec03 .car_card {margin: 30px 0 0;}
  .ranking{display:block; margin-top: 30px;}
  #r1 li {width:100%; margin-bottom:50px;}
  #r2 li {width:100%; margin-bottom:50px;}
  #r3 li {width:100%; margin-bottom:50px;}
  .ranking li p {position: relative;top: 7px;font-size: 16px;}


  #sec04{width:100%;}
  .mv_txt {width:100%;}
  .mv_area {margin: 25px 0 70px;}
  .mv_area h3 {padding-bottom: 18px;margin-bottom: 30px;font-size: 22px;width: 100%;}
  .mv_area img {width:100%;margin: 20px 0 0;clear: both;}


  #sec05{padding: 70px 0 30px; width:100%;}
  .hiw {width:100%;}
  .flow-chart {display:block;width: 60%;padding: 30px 20%;}
  .flow-chart li {margin-bottom:30px;}



   #sec06{width:92%; margin: 70px auto 40px;}
   #sec06 h2{text-align:center;}
  .m_card {flex-wrap: wrap;}
  .m_card li {width: 48%;}
  .m_card li img{width: 100%;}
  
  

  #sec07{width:100%;}
  .viewall {padding: 15px 80px;font-size: 16px;}
  .auto_parts_left {width:100%; float:none;}
  .auto_parts_right img {width:100%;height:auto; float:none;}
  .auto_parts_right {width:100%; float:none;}
  .b_banner {height:auto;width:100%;float:none;overflow: auto;}
  #b_banner_txt1 {margin: 0px 10% 0;padding-top: 39px;font-size: 26px;text-align: center;}
  #b_banner_txt2{text-align:center;margin: 16px 10% 0;}
  .auto_parts_right a {margin: 26px 10% 40px;}
  .auto_parts {margin: 30px 0;}
  



}