.color-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.color-list .color {
  position: relative;
  margin: 40px 0% 0;
  width: 20%;
}
.pm_treatment_cheek .color-list .color {
  margin: 40px 1% 0;
  width: 22%;
}
@media only screen and (max-width: 640px) {
  .pm_treatment_cheek .color-list .color {
    margin: 35px 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .color-list .color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 35px 0 0;
    width: 100%;
  }
  .color-list .color .color-ph {
    width: 40%;
    flex-shrink: 0;
  }
}
.color-list .color-ph .note {
  padding: 3px 0;
  font-size: 9px;
  text-align: right;
}
.color-list .color-ph .color-ba {
  padding: 0 0 5px;
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #666;
}
.color-list .color-ph img {
  box-sizing: border-box;
  border: solid 10px #fff;
}
@media only screen and (max-width: 640px) {
  .color-list .color-ph img {
    border: solid 7px #fff;
  }
}
.color-list .color-ph .color-frame1 {
  border-color: #f4c3b0;
}
.color-list .color-ph .color-frame2 {
  border-color: #f4b9b4;
}
.color-list .color-ph .color-frame3 {
  border-color: #eb9b8d;
}
.color-list .color-tx {
  margin-top: 1em;
  min-height: 7.7em;
}
@media only screen and (max-width: 640px) {
  .color-list .color-tx {
    min-height: inherit;
  }
}
.color-list .color-tx p {
  font-size: min(2.8vw, 12px);
  line-height: 1.6;
  margin-top: 0.5em;
  margin-left: 1em;
  text-align: center;
}
.pm_treatment_cheek .color-list .color-tx p {
  margin-left: 0;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .pm_treatment_cheek .color-list .color-tx p {
    margin-left: 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .color-list .color-tx p {
    margin-left: 10px;
    text-align: left;
  }
}
.color-list .color-tx p .color-num, .color-list .color-tx p p {
  text-align: justify;
}
.color-list .color-tx p .note {
  font-size: 10px !important;
}
@media only screen and (max-width: 640px) {
  .color-list .color-tx p .note {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
}
.color-list .color-tx sup {
  position: relative;
  top: -0.2em;
  font-size: 50%;
  vertical-align: super;
}
.color-list .color-num {
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: min(3.5vw, 16px);
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .color-list .color-num {
    margin-left: 10px;
    text-align: left;
  }
}
.color-list .color-num span {
  margin-left: 0.2em;
}
.color-list .color-texture {
  margin: 10px auto 0;
  width: 80%;
}
@media only screen and (max-width: 640px) {
  .color-list .color-texture {
    position: absolute;
    left: 23%;
    bottom: -25px;
    width: 30%;
  }
}

/*# sourceMappingURL=treatment.css.map */
