/*--==beauty-step==--*/
.p-beauty-step {
  --color-grey01: #353737;
  --color-grey02: #8c9292;
  --color-grey03: #afb6b6;
}

/*-- p-beauty-step__header --*/
.p-beauty-step__header p.c-ttl__subttl {
  color: var(--color-grey02);
  font-size: 16px;
  font-weight: 600;
}
.p-beauty-step__header h1.c-ttl__ttl {
  color: var(--color-grey02);
  font-size: 24px;
  font-weight: 500;
}
.p-beauty-step__header p.c-ttl__txt {
  color: var(--color-grey01);
  font-size: 16px;
  margin-top: 50px;
}
/*-- p-beauty-step__item --*/
.p-beauty-step .p-beauty-step__copy {
  border-bottom: none;
}
.p-beauty-step .p-beauty-step__copy-box {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d6d9d9;
}
@media screen and (max-width: 640px) {
  .p-beauty-step .p-beauty-step__copy-box {
    padding: 20px 10px;
    height: auto;
  }
}
.p-beauty-step__copy-sub {
  height: 48px;
  font-size: 12px;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .p-beauty-step__copy-sub {
    height: auto;
    margin-top: 15px;
  }
}
.p-beauty-step .p-beauty-step__head-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: flex-end;
  height: 42px;
  font-size: 10px;
  padding-right: 55px;
  padding-left: 30px;
  color: #afb6b6;
}
@media screen and (max-width: 640px) {
  .p-beauty-step .p-beauty-step__head-title {
    height: 35px;
    font-size: 9px;
    padding-right: 35px;
    padding-left: 18px;
  }
}
.p-beauty-step .p-beauty-step__copy-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d9d9;
}
@media screen and (max-width: 640px) {
  .p-beauty-step .p-beauty-step__copy-wrap {
    padding-bottom: 40px;
  }
}
/*-- edit --*/
.p-beauty-step .p-beauty-step__ttl {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-beauty-step .p-beauty-step__ttl {
    font-size: 13px;
  }
}
.p-beauty-step .p-beauty-step__mainstep {
  padding-top: 25px;
}
.p-beauty-step .p-beauty-step__num {
  margin-left: 30px !important;
}
@media screen and (max-width: 640px) {
  .p-beauty-step .p-beauty-step__num {
    margin-left: 18px !important;
  }
}
.p-beauty-step .p-beauty-step__product__link {
  text-decoration: underline;
}
.p-beauty-step .p-beauty-step__label {
  width: 116px;
}
@media screen and (max-width: 640px) {
  .p-beauty-step .p-beauty-step__label {
    width: 90px;
  }
}
.p-beauty-step .p-beauty-step__product__img {
  margin-left: 20px;
}
/*-- p-beauty-step__2column --*/
.p-beauty-step .p-beauty-step__2column {
  position: relative;
}
.p-beauty-step .p-beauty-step__2column::before {
  content: "OR";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: var(--color-grey01);
  margin: auto;
}
.p-beauty-step .p-beauty-step__2column .p-beauty-step__product {
  padding-left: 20px;
  padding-right: 20px;
  border-right: none;
}
.p-beauty-step .p-beauty-step__2column .p-beauty-step__head {
  padding-right: 10px;
  padding-left: 10px;
}
.p-beauty-step .p-beauty-step__2column .p-beauty-step__product__txt {
  text-align: center;
}
.p-beauty-step .p-beauty-step__2column .p-beauty-step__2column_icon {
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-beauty-step .p-beauty-step__2column .p-beauty-step__product {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-beauty-step .p-beauty-step__2column .p-beauty-step__head {
    padding-right: 0;
    padding-left: 8px;
  }
  .p-beauty-step .p-beauty-step__2column .p-beauty-step__icon {
    right: 10px;
  }
}

/*--==//beauty-step==--*/
