@charset "UTF-8";
/*------------------------------------------- 会社概要 */
.txt__box > p em {
  font-weight: bold;
  font-style: normal;
}
.txt__box + .txt__box {
  margin-top: 15px;
}

.attempt__img {
  position: relative;
  max-width: 130px;
  margin: 10px 0;
}

.member_list > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.member_list > dl > dt {
  width: 150px;
}
.member_list > dl:last-child {
  margin-bottom: 0;
}

.group__list > li {
  margin-bottom: 15px;
}
.group__list > li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .body--company .table th,
.body--company .table- th {
    width: 235px;
  }
}
@media screen and (min-width: 1200px) {
  .txt__box > p {
    margin-bottom: 4px;
  }
  .txt__box > p:last-child {
    margin-bottom: 0;
  }

  .body--company .table th,
.body--company .table td,
.body--company .table- th,
.body--company .table- td {
    font-size: 1.8rem;
  }

  .member_list > dl > dt {
    width: 170px;
  }

  .group__list > li {
    margin-bottom: 20px;
  }
}