.infoBox {
  text-align: center;
}
.infoBox > p {
  text-align: left;
}
.infoBox .infoBoxTitle {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.infoBox .infoBoxTitle span {
  display: block;
  padding-top: 10px;
}
.infoBox .infoBoxInner {
  padding: 20px 0;
}
.infoBox .telText {
  font-size: 20px;
}
.infoBox .telText a {
  position: relative;
  padding-left: 26px;
}
.infoBox .telText a:after {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background: url(../img/common/icon-tel02.svg) center center no-repeat;
  background-size: contain;
  margin: auto;
}
.infoBox .telText + .note {
  padding-top: 5px;
}
@media (min-width: 1000px) {
  .infoBox > p {
    text-align: center;
  }
  .infoBox .infoBoxTitle {
    font-size: 20px;
  }
  .infoBox .infoBoxTitle span {
    padding-top: 15px;
  }
  .infoBox .infoBoxInner {
    padding: 30px 0;
  }
  .infoBox .telText {
    font-size: 30px;
  }
  .infoBox .telText a {
    padding-left: 40px;
  }
  .infoBox .telText a:after {
    width: 30px;
    height: 40px;
  }
  .infoBox .telText + .note {
    padding-top: 10px;
  }
}/*# sourceMappingURL=contact.css.map */