:root {
  --clr-white: #eee;
  --clr-black: #333;
  --clr-err: #e53935;
  --clr-weak: #a0a0a0;
  --clr-strong: #ff6633;
  --clr-link: #0277bd;
  --clr-hover: #0277bd;
  --fw-regular: 400;
  --fw-bold: 600;
  --cubic: cubic-bezier(0.13, 1.05, 0.96, 1);
  --cubicHigh: cubic-bezier(.18,1.07,.55,1.07);
}

.company__listtype01 {
  flex-wrap: wrap;
  justify-content: center;
}

.company__listtype01 a {
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 1px 5px 0px #ccc;
  padding: 1rem;
}

.company__listtype01__item {
  padding: .5rem;
}

.company__listtype01__item figure {
  width: 120px;
  height: 100px;
  margin: 0;
  border: 1px solid #ccc;
}

.company__listtype01__item figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  margin: auto;
}

.company__listtype01_type {
  font-size: 1.4rem;
}
/*# sourceMappingURL=archive_company.css.map */