@charset "UTF-8";
/*
* font-weight
* -----------------------------
* Josefin Slab: 400, 600
* co-headline: 300
* futura-pt: 400
*/
/*============================================================
ビジュアル
============================================================*/
.sub-visual {
  background-image: url(../../img/company/profile/sub_visual.jpg);
}

/*============================================================
パーツ
============================================================*/
.profile {
  margin-top: 70px;
}

.history {
  *zoom: 1;
}

.history:after {
  content: "";
  display: table;
  clear: both;
}

.history > dt {
  float: left;
  clear: both;
}

.history > dd {
  padding: 0 0 0 120px;
}
