@charset "UTF-8";
/**
 * お問い合わせ
 */
.contact-wrap {
  margin-top: 30px;
  zoom: 1;
}

.contact-wrap:before, .contact-wrap:after {
  content: " ";
  display: table;
}

.contact-wrap:after {
  clear: both;
}

.contact-box {
  width: 48%;
  float: left;
}

.contact-box:first-child {
  margin-right: 4%;
}

.intro {
  margin: 20px 0;
}

.contact-tell {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.contact-tell span {
  font-size: 20px;
  font-size: 2rem;
}

.contact-fax {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
}

.contact-fax span {
  font-size: 20px;
  font-size: 2rem;
}
/*# sourceMappingURL=style.css.map */