@charset "utf-8";
.company-box .img-flort-left {
  float: left;
  margin: 0 30px 30px 0;
}

.profile-box dl:nth-of-type(2n) dt {
  background-color: #46b5ea;
}
.profile-box dl {
  width: 960px;
  display: table;
  border-top: 1px dotted #c1c1c1;
}
.profile-box dl:last-child {
  border-bottom: 1px dotted #c1c1c1;
}
.profile-box dl dt {
  width: 160px;
  background-color: #009ce6;
  padding: 20px 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.profile-box dl dd {
  padding: 10px 0 10px 30px;
  display: table-cell;
  vertical-align: middle;
}

.history-box .tateborder {
  position: relative;
}
.history-box .tateborder::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 127px;
  background-color: #c1c1c1;
  border: 1px dotted #fff;
  width: 1px;
  height: 98%;
}
.history-box .tateborder p {
  margin-bottom: 40px;
}
.history-box .tateborder .dot {
  display: inline-block;
  margin-right: 60px;
  position: relative;
  width: 100px;
}
.history-box .tateborder .dot::before {
  position: absolute;
  content: "●";
  top: -4px;
  right: -30px;
  color: #009ce6;
  width: 10px;
  height: 10px;
  font-size: 27px;
}

.access-box {
  margin-bottom: 80px;
  overflow: hidden;
}
.access-box .left-box {
  float: left;
  width: 460px;
}
.access-box .left-box #map {
  width: 460px;
  height: 380px;
}
.access-box .right-box {
  float: right;
  width: 460px;
}
.access-box .right-box dl {
  margin-top: 20px;
}
.access-box .right-box dl dt {
  color: #009ce6;
  font-size: 20px;
  padding-bottom: 4px;
  border-bottom: 2px solid #009ce6;
}
.access-box .right-box dl dd {
  margin-top: 4px;
}

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