.tel-list { padding: 2em 2em; margin: 0 2em; border: 2px solid #0b7cc3; box-sizing: border-box; border-radius: 10px; word-wrap: break-word; }
.tel-list dl { margin: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: baseline;}
.tel-list dl dt { width: 55%; margin-bottom: 0.625rem; font-size: 120%; font-weight: normal; }
.tel-list dl dd { width: 45%; margin: 0 0 0.625rem 0; font-size: 120%; font-weight: bold; color: #0b7cc3; }
.tel-list__time { margin-top: 1.25em; font-size: 108%; }
@media only screen and (max-width: 589px) { 
  .tel-list { padding: 1em 1em; margin: 0 1em; text-align: center; }
  .tel-list dl { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .tel-list dl dt { width: 100%; margin: 0 auto; font-size: 100%; }
  .tel-list dl dd { width: 100%; margin: 0 auto 1em; font-size: 100%; font-weight: normal; }
  .tel-list__time { margin-top: 1em; font-size: 100%; }
  }
@media only screen and (min-width: 590px) and (max-width: 959px) {
  .tel-list { font-size: 110%; }
}

/*# sourceMappingURL=contact.css.map */
