@charset "UTF-8";
.header.header-infomation{
 background: url(../img/企業情報/company.jpg) no-repeat center center/cover;
}

.wrapper{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 4%;
}

.lead{
  padding: 30px 0;
}

@media print, screen and (min-width: 768px) {
  .lead {
    width: 800px;
    margin: auto;
    text-align: center;
  }
}

.lead-title{
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height:1.2;
  font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","MS P明朝","serif";
}

.overview{
  padding:15px 0;
  border-bottom: apx solid #eee;
  list-style: none;
}

.history{
  padding:15px 0;
  border-bottom: apx solid #eee;
  list-style: none;
}

.table_design01 {
  border-collapse: collapse;
  width:100%;
  max-width: 768px;
  margin-bottom: 15px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #d5d6d7;
  background-color: #fff;
  padding: 1em;
}
.table_design01 th {
  background-color: #f7f7f7;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding:7px 0 7px 12px;
  vertical-align: middle;
  width: 38%;
  min-width: 4em;
  letter-spacing: 0.12em;
}

.qualification{
  padding:15px 0;
  border-bottom: apx solid #eee;
  list-style: none;
}

.middle-title{
  font-size: 20px;
  color: #000;
  font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","MS P明朝","serif";
  font-weight: bold;
  margin-bottom: 5px;
}

.middle-title-theme{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.middle-title-content{
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.middle-title-content + .middle-title-content{
  margin-top: 5px;
}

.company-profile{
  margin-bottom: 60px;
}

