@media (max-width: 1100px) {
  .main-ttl {
    font-size: 20px;
  }

  .main-ttl h4 {
    font-size: 26px;
  }

  .ball-icon img {
    height: 18px;
  }

  .search-ttl p {
    font-size: 17px;
  }

  .truck img,
  .maker img {
    height: 34px;
  }

  .truck p, .maker p {
    font-size: 10px;
  }

  .search-other p {
    font-size: 12px;
  }

  #submit-form,
  #sbox5 {
    height: 32px;
  }

  #submit-form {
    font-size: 11px;
  }

  .seach-detail {
    padding: 20px 10px;
  }

  .cont-form .select-name {
    width: 90px;
    margin-right: 10px;
  }

  .cont-form .select-name p {
    font-size: 8px 0;
    font-size: 12px;
  }

  .search-detail-form-text {
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .list-ttl {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .sub-ttl {
    font-size: 17px;
  }

  .list-text {
    font-size: 13px;
  }

  .tori-items {
    margin-bottom: 25px;
    padding: 30px 20px;
  }

  .tori-items h5 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  span.renkei {
    margin-top: 10px;
  }

  .com-ttl {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  h3.about-ttl {
    font-size: 25px;
    margin-bottom: 35px;
  }

  .content-list {
    margin-bottom: 30px;
  }

  .list-ttl {
    font-size: 22px;
  }

  .tori-items {
    width: 100%;
    margin-bottom: 30px;
  }

  .tori-items::before {
    transform: rotate(-43deg);
  }

  .company-in {
    padding-left: 20px;
  }

  .com-item {
    width: 31%;
    margin-right: 3.3%
  }

  .hs-wrap {
    box-shadow: 6px 6px 0px 0px #ffa901;
  }

  .com-item:nth-child(3n) {
    margin-right: 0;
  }

  .com-item:nth-child(4n) {
    margin-right: 3.3%;
  }

  .about-table tr th, .about-table tr td {
    font-size: 14px;
  }

  /* 20200417 korenaga */
  .uitemblock {
    display:block;
  }
  .uitemblock label {
    margin-right:0;
    margin-bottom:5px;
  }
  /* korenaga ここまで */

  .con-f h3 span{
    display: block;
    margin-top: 6px;
  }

  .con-f-tel p,
  .con-f-fax p{
    font-size: 28px;
  }
  .con-f-tel-b p{
    font-size: 14px;
  }
  .con-f-tel-b p span{
    display: block;
    margin-bottom: 4px;
  }

}

@media (max-width: 680px) {
  .content-list:nth-of-type(odd) .list-box.fl {
    flex-flow: column-reverse;
  }

  .content-list:nth-of-type(even) .list-box.fl {
    flex-flow: column;
  }

  .list-ttl {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .list-img {
    margin-bottom: 15px;
  }

  .list-img,
  .list-contents {
    width: 100%;
  }

  .tex-box li {
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .sp-br {
    display: block;
  }

  .company-img-wrap.fl {
    justify-content: space-between;
  }

  .com-item:nth-child(4n) {
    margin-right: 0;
  }

  .com-item {
    margin-right: 0;
    width: 47%;
  }

  h3.about-ttl {
    font-size: 23px;
    margin-bottom: 25px;
  }

  span.sub-torikumi {
    font-size: 15px;
  }

  .com-ttl {
    font-size: 11px;
  }

  .content-list {
    padding: 20px;
  }

  .about-table tr th {
    width: 85px;
  }

  .about-table tr th, .about-table tr td {
    line-height: 1.3;
  }

  .inner .wrapper {
    padding: 20px 0;
  }

  .cp_iptxt {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .car-details {
    align-items: end;
    margin-bottom: 22px;
    position: relative;
  }

  .car-img-wrap {
    width: 50%;
  }

  .car-price-wrap.fl {
    width: 50%;
    margin-right: 0px;
    position: absolute;
    left: -4px;
    justify-content: center;
    bottom: -15px;
    font-size: 12px;
  }

  .price {
    padding-bottom: 5px;
    padding-right: 0;
  }

  .car-intro .table-tr {
    width: 100%;
    margin-left: 0px;
    margin-bottom: -1px;
  }

  .car-intro .table-th {
    display: table-cell;
  }

  .car-info {
    font-size: 10px;
  }

  .car h4 {
    margin-bottom: 18px;
  }

  .car h4 {
    font-size: 18px;
  }

  .price span {
    font-size: 24px;
  }

  .sort-wrap {
    width: 80%;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .price {
    padding-bottom: 12px;
  }

  .car-details {
    margin-bottom: 15px;
  }

  .car-price-wrap.fl {
    bottom: 10px;
  }
}