@charset "utf-8";

@media screen and (max-width: 767px) {
  .b2b .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .b2b .spOnly {
    display: none !important;
  }
}

/** PC
******************/
/* 車種から検索 */
.b2b .vehicleMain {
  float: none;
}

/* フリーワード検索 */
.b2b .formWordArea {
  margin-top: 30px;
}

/* 製品適合 サポート情報 */
.b2b .colum3Block01 .col {
  margin-top: 50px;
}
.b2b .colum3Block01 .col:nth-of-type(-n+3) {
  margin-top: 0;
}

/** SP
******************/
@media screen and (max-width: 767px) {
  .b2b .formWordArea {
    margin-top: 15px;
  }
  .b2b .colum3Block01 .boxThumb img {
    width: 100%;
  }
  .b2b .colum3Block01 .col {
    margin-top: 30px;
  }
  .b2b .colum3Block01 .col:nth-of-type(-n+3) {
    margin-top: 30px;
  }
  .b2b .colum3Block01 .col:first-child {
    margin-top: 0;
  }
}