@charset "utf-8";

/* 会社概要
-------------------------------------------------- */
.page-company dl {
  width: 900px;
  border-bottom: 2px dotted #c9c5bf;
  overflow: hidden;
}
.page-company dl:first-of-type {
  border-top: 2px dotted #c9c5bf;
}
.page-company dt,
.page-company dd {
  float: left;
  padding: 16px 0;
}
.page-company dt {
  width: 225px;
  font-weight: bold;
}
.page-company dd {
  width: 675px;
}
@media screen and (max-width: 767px) {
  .page-company dt,
  .page-company dd {
    float: none;
    width: 100%;
  }
}



/* お問い合わせ */
