@charset "UTF-8";
/* トップページ */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contactInfo-item-image {
    width: 70vw;
  }
}

.companyInfo {
  margin: 0;
  padding: 0;
  list-style: none;
}

.companyInfo-item {
  margin-left: 0;
}

@media print, screen and (min-width: 768px) {
  .contactInfo-item-image.mod-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contactInfo-item-image {
    width: 65vw;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo-item-image {
    width: 75vw;
  }
  .contactInfo-item-image.mod-pctb {
    display: none;
  }
}

.serviceHeader {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .serviceHeader {
    margin: 3rem 0 0;
    padding: 0 0 0.5rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contentsBody {
    padding-right: 3rem;
  }
}
/*# sourceMappingURL=../map/pages/index.css.map */
