@charset "utf-8";

#message p:first-of-type {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

#message .name {
  font-weight: bold;
  text-align: right;
}

#company_info #map {
  margin-top: 10px;
  height: 280px;
  width: 100%;
}

#company_info #map iframe {
  width: 100%;
  height: 100%;
}

#history dl {
  border-bottom: 1px solid #d3e0ff;
  padding-bottom: 20px;
}

#history dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  color: #093da1;
}

#history dl:not(:last-child) {
  margin-bottom: 20px;
}

table.info td dl:not(:last-child) {
  margin-bottom: 20px;
}


@media only screen and (max-width: 768px) {}
