#team .txt {
  margin: 0 0 20px;
}

.sec {
  margin: 0 0 50px;
}

.team01 ol li {
  list-style: decimal;
  margin: 0 0 10px 20px;
}

.team02 .fig, .team03 .fig {
  text-align: center;
}

.team04 dl:after {
  content: "";
  clear: both;
  display: block;
}
.team04 dt {
  clear: both;
  float: left;
  width: 130px;
  background: #C40F05;
  padding: 5px;
  color: #fff;
  font-size: bold;
  text-align: center;
  margin: 0 0 10px;
}
.team04 dd {
  float: right;
  width: calc(100% - 160px);
  padding: 5px;
  margin: 0 0 10px;
}

.team05 h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  }
.team05 .origin {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.team05 .logo {
  text-align:center;
  margin-bottom: 30px;
}

.team06 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.team06 .img li {
  margin: 0 10px;
}
.team06 .img li span {
  display: block;
  text-align: center;
  margin: 0 0 10px;
}

@media (max-width: 480px) {
  .team03 dt {
    width: 70px;
  }
  .team03 dd {
    width: calc(100% - 100px);
  }
}
