@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
@media (max-width: 768px) {
  header {
    height: 65px !important;
  }
}

.inspectionNav__grid {
  margin-top: 20px;
}
.inspectionNav__grid .inspectionNav__gridItem::before {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .inspectionButton__grid {
    justify-content: left;
  }
}
@media (max-width: 768px) {
  .inspectionButton__grid .inspectionButton__gridIcon {
    margin-right: 10px;
  }
}

.inspectionTel_note {
  color: #f00;
}
@media (max-width: 768px) {
  .inspectionTel_note {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 10px;
  }
}

@media (min-width: 769px) {
  .inspectionTel__time {
    font-weight: bold;
    text-align: center;
    font-size: 1.7rem;
    padding-top: 5px;
  }
}

@media (min-width: 769px) {
  .ulti-inspectionjpMap__searchTitle {
    width: 100%;
  }
}

.two-months {
  text-align: center;
}
@media (min-width: 769px) {
  .two-months {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .two-months {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .two-months img {
    width: 90%;
  }
}/*# sourceMappingURL=index_68-035.css.map */