@charset "UTF-8";
.table {
  margin-top: 30px;
}
.table dl{
  display: table;
  width: 900px;
  margin: 0 auto;
}
.table dl dt{
  display:table-cell;
  width:5em;
  color: #024b88;
  font-weight: bold;
  text-align: center;
  padding:16px 2em;
  vertical-align:middle;
  border-bottom:1px solid #ccc;
  background: #e2eefa;
}
.table dl:first-of-type dt,
.table dl:first-of-type dd {
  border-top:1px solid #ccc;
}
.table dl dd{
  display:table-cell;
  padding:16px 0 16px 1em;
  border-bottom:1px solid #ccc;
}
.toiawase {
  font-weight: bold;
}
.c-name {
  font-size: 150%;
}
.tel {
  font-size: 240%;
  line-height: 1.4;
}
.tantou {
  font-weight: normal;
  margin-top: 10px;
}