#company #company_outline .sub_ttl {
  text-align: left;
}
#company #company_outline .sub_ttl h2:after {
  left: 0;
  margin: 0;
}
#company #company_profile {
  padding: 90px 0;
}
#company #company_profile .tbl_wrap {
  padding: 25px 0 0;
}
#company #company_profile .tbl_wrap table {
  width: 100%;
}
#company #company_profile .tbl_wrap th, #company #company_profile .tbl_wrap td {
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}
#company #company_profile .tbl_wrap th {
  width: 150px;
}
#company #company_profile .tbl_wrap tr:last-child th, #company #company_profile .tbl_wrap tr:last-child td {
  border-bottom: none;
}
#company #company_history {
  padding: 70px 0 0;
  background: rgba(0, 172, 82, 0.05);
}
#company #company_history ul {
  padding: 30px 0 0;
}
#company #company_history li:nth-child(n+2) .content_wrap {
  padding-top: 45px;
}
#company #company_history li:nth-child(even) {
  background: #fff;
}
#company #company_history li:last-child .content_wrap {
  position: relative;
  padding-bottom: 80px;
}
#company #company_history li:last-child .content_wrap:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 334px;
  background: #F2FBF6;
  position: absolute;
  left: -1px;
  bottom: 0;
}
#company #company_history .content_wrap {
  margin-left: 25px;
  padding-left: 25px;
  padding-bottom: 45px;
  border-left: 1px dotted #d1d1d1;
}
#company #company_history h3 {
  margin-left: -50px;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 23px;
}
#company #company_history span {
  display: inline-block;
  color: #fff;
  background: #000;
  font-size: 16px;
  width: 140px;
  text-align: center;
  padding: 5px 0;
  margin-right: 13px;
}
#company #company_history figure {
  width: 304px;
  float: left;
}
#company #company_history p {
  width: 615px;
  float: right;
  font-size: 16px;
  line-height: 2;
}
#company #access {
  background: #323031;
  padding: 75px 0 0;
}
#company #access p {
  color: #fff;
  font-size: 16px;
  margin: 45px 0 85px;
}
#company #access .map_outline {
  height: 520px;
  width: 100%;
  background: #dff7ea;
  position: relative;
}
#company #access .map_outline iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 640px) {
  #company #company_profile {
    padding: 32px 10px 50px;
  }
  #company #company_profile .tbl_wrap {
    padding: 15px 0 0;
  }
  #company #company_profile .tbl_wrap th, #company #company_profile .tbl_wrap td {
    font-size: 14px;
    padding: 5px 0;
  }
  #company #company_profile .tbl_wrap th {
    width: 80px;
  }
  #company #company_history {
    padding: 35px 10px 0;
  }
  #company #company_history ul {
    padding: 15px 0 0;
  }
  #company #company_history li:nth-child(n+2) .content_wrap {
    padding-top: 28px;
  }
  #company #company_history li:nth-child(even) {
    margin: 0 -10px;
    padding: 0 10px;
  }
  #company #company_history li:last-child .content_wrap {
    padding-bottom: 30px;
  }
  #company #company_history li:last-child .content_wrap:before {
    content: none;
  }
  #company #company_history .content_wrap {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 32px;
    border-left: none;
  }
  #company #company_history h3 {
    margin-left: 0;
    font-size: 14px;
    padding-bottom: 12px;
  }
  #company #company_history span {
    font-size: 12px;
    width: 90px;
    padding: 5px 0;
    margin-right: 0;
  }
  #company #company_history b {
    display: block;
    margin-top: 8px;
    line-height: 1.4;
  }
  #company #company_history figure {
    width: 100%;
    float: none;
    margin-bottom: 12px;
  }
  #company #company_history figure img {
    width: 100%;
  }
  #company #company_history p {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 1.8;
  }
  #company #access {
    padding: 35px 0 0;
  }
  #company #access h2 {
    margin: 0 10px;
  }
  #company #access p {
    font-size: 14px;
    line-height: 1.8;
    margin: 10px 10px 22px;
  }
  #company #access .map_outline {
    height: 260px;
  }
}

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