@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
body {
  color: #002c54;
}

.h2_wrap .h2 .pic {
  width: 229.9px;
}
@media (max-width: 500px) {
  .h2_wrap .h2 .pic {
    width: 163.5px;
  }
}

section dl {
  width: 410px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
@media (max-width: 500px) {
  section dl {
    width: 90%;
  }
}
section dl + dl {
  margin-top: 50px;
}
@media (max-width: 500px) {
  section dl + dl {
    margin-top: 40px;
  }
}
section dl dt {
  padding: 5px 0 7px;
  border: 1px solid #002c54;
}
@media (max-width: 800px) {
  section dl dt {
    font-size: 1.3rem;
  }
}
section dl dd.tel {
  margin-top: 10px;
  font-size: 4.7rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 500px) {
  section dl dd.tel {
    margin-top: 1.5vw;
    font-size: 10vw;
  }
}
section dl dd.tel > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  font-size: 3.9rem;
}
@media (max-width: 500px) {
  section dl dd.tel > div:first-child {
    font-size: 8vw;
    margin-bottom: 0.2vw;
  }
}
section dl dd.tel > div:first-child span:last-child {
  margin-top: -4px;
}
@media (max-width: 500px) {
  section dl dd.tel > div:first-child span:last-child {
    margin-top: -1.2vw;
  }
}
section dl dd.time {
  margin-top: 15px;
  letter-spacing: 0.14em;
}
@media (max-width: 500px) {
  section dl dd.time {
    margin-top: 8px;
  }
}
section dl dd.mail {
  margin-top: 20px;
  font-size: 3.1rem;
  letter-spacing: 0.06em;
}
@media (max-width: 500px) {
  section dl dd.mail {
    margin-top: 2vw;
    font-size: 6.8vw;
  }
}/*# sourceMappingURL=contact.css.map */