﻿@media (max-width: 1000px) {
  .sp-topPage .content {
    display: block;
  }
  .sp-topPage .tab_list {
    display: none;
  }
  .sp-topPage .searchForm--top select {
    width: 95%;
    max-width: 300px;
  }
  .sp-topPage .searchForm__enter--top {
    width: 98%;
  }
  .sp-topPage .content_wrap,
  .sp-topPage .content_wrap--detail {
    border: none;
    border-top: none;
  }
  .sp-topPage-label {
    height: 80px;
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-topPage-label p {
    margin-top: 30px;
    font-weight: 800;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #4d320d;
  }
  .sp-topPage-label1 {
    background: url(../image/form_dog_top-sp.png) no-repeat center center/100% 80px;
  }
  .sp-topPage-label2 {
    background: url(../image/form_cat_top-sp.png) no-repeat center center/100% 80px;
  }
  .sp-topPage-label3 {
    background: url(../image/form_rabbit_top-sp.png) no-repeat center center/100% 80px;
  }
  .sp-topPage .content1,
  .sp-topPage .content2 {
    margin-bottom: 30px;
  }
  .sp-topPage .titleBg--smallAnimal {
    background-image: url(../image/rabbit-min.png);
    background-color: transparent;
    margin-top: 8px;
  }
  .sp-topPage .content__item--smallAnimal:nth-of-type(3) {
    margin-right: 5px;
  }
  .sp-topPage .content__item--smallAnimal:nth-of-type(4) {
    margin-right: 0;
  }
  .sp-topPage .titleBg--smallAnimal .petList__title--white {
    padding-top: 56px;
    padding-right: 6px;
  }
  .sp-topPage .content3 .content__list--dogcat {
    padding: 127px 4% 30px 4%;
  }
}
@media (min-width: 1001px) {
  .sp-topPage-label,
  .sp-topPage .titleBg--smallAnimal {
    display: none;
  }
  .content__item--smallAnimal:nth-of-type(3) {
    margin-right: 30px;
  }
  .content__item--smallAnimal:nth-of-type(4) {
    margin-right: 0;
  }
}