@media screen and (min-width: 769px), print {
  [class*=col-grid] {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px), print {
  .col-grid-tx-fig_01 .fig-box {
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .col-grid-tx-fig_01 .fig-box {
    margin-top: 2em;
  }
  [class*=col-grid] {
    margin-bottom: 3em;
  }
}


/* component-list */
.component-list-wrap {
  margin-top: 2em;
}
.component-list-title {
  margin-bottom: 0.5em;
}
.component-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1%;
  max-width: 718px;
  padding: 0 !important;
}
.component-list .component-list-item {
  width: 24%;
  margin-bottom: 0 !important;
}
.component-list .component-list-item p {
  color: #333;
  font-size: 0.8em;
  margin-top: 0.4em;
}
.component-list + .note {
  text-align: right;

}
@media only screen and (max-width: 640px) {
  .component-list {
    max-width: none;
    gap: 2em 4%;
  }
  .component-list .component-list-item {
    width: 48%;
  }
}

/* color-list */
.color-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em 4%;
  margin-top: 3em;
}
.color-list .color-list-item {
  width: 48%;
}
.color-list .fig-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
}
.color-list .fig-wrap .fig {
  width: 57%;
  margin: 0;
}
.color-list .fig-wrap .color {
  width: 37%;
}
.color-list .tx-wrap .ttl {
  margin-bottom: 0.5em;
}
.color-list .tx-wrap .ttl .en {
  font-family: 'Metropolis', sans-serif;
  font-weight: bold;
  margin-right: 1em;
}
.color-list .tx-wrap .note {
  padding: 0.5em 0 0 0;
}

@media only screen and (max-width: 640px) {
  .color-list-title {
    text-align: center !important;
  }
  .color-list .color-list-item {
    width: 100%;
  }
}