@charset "utf-8";
/* VOLKS official _ adjust_company css */

.dept-container {
  max-width: 100%;
  padding: 0.5rem 0;
  background: var(--color-bg-container);
}
.dept-list {
  max-width: 128rem;
  margin: 4rem auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.dept-list > li {
  max-width: 38rem;
  margin: 1rem;
  text-align: center;
  position: relative;
  flex: 0 1 auto;
}
.dept-list > li > b {
  font-size: var(--fs-l);
}
@media screen and (max-width: 475px) {
  .dept-list{
    flex-flow: column nowrap;
  }
}
/*photo container col2*/
.cont-photo-Col2 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
  gap: 2%;
}
.cont-photo-Col2 .cont-photo-img {
  width: min(100%, 32rem);
  flex: 1 1 auto;
}
