@charset "utf-8";
/* CSS Document */

.con_area {
  border: 2px solid #ECA02E;
  border-radius: 3px;
  display: table;
  margin-bottom: 2em;
}

.con_ttl {
  background: #ECA02E;
  text-align: center;
  padding: 8px;
}

.con_ttl p {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  width: 155px;
}

.con_ttl,.con_tel {
  display: table-cell;
  vertical-align: middle;
}

.con_tel {
  padding: 1em;
}

.senAdd {
  font-weight: 600;
  color: #ECA02E;
  padding-bottom: 3px;
  font-size: 13px;
}

.senAdd span {
  color: #fff;
  background: #ECA02E;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 14px;
}