@charset "UTF-8";
#StepContentsSkinCare .stepGuide {
  border: 1px solid #ccc;
  padding: 50px 40px;
}

#StepContentsSkinCare .clear:after {
  content: "";
  clear: both;
  display: block;
}

#StepContentsSkinCare .fluid {
  width: 100%;
}

#StepContentsSkinCare .GreyBG {
  background: #f7f7f7;
}

#StepContentsSkinCare .StepItemWrap .ItemContainer .TextBox {
  text-align: left;
}

#StepContentsSkinCare .StepItemWrap .ItemContainer .TextBox .ItemTag {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 5px 10px;
  background: #fff;
}

#StepContentsSkinCare .StepList li.SpecialCare h2:before {
  content: "スペシャルケア";
  color: #fff;
  position: absolute;
  left: -130px;
  display: block;
  background-color: #587d8c;
  padding: 5px 10px;
  font-size: 14px;
}

#StepContentsSkinCare .StepList li.SpecialCare h2:after {
  position: absolute;
  left: -12px;
  top: 7px;
  content: '';
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 5px 7px;
  border-left-color: #587d8c;
}

#StepContentsSkinCare p.StepCap{
	margin-top: -20px;
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-weight: 700;
}
#StepContentsSkinCare span.StepIcon{
	background-color: #fedada;
	padding: 5px 12px;
	color: #e35555;
	font-size: 1.2rem;
	font-weight: 700;
	border-radius: 3px;
}

@media screen and (min-width: 769px) {
  #StepContentsSkinCare .SiteWidth {
    width: 1200px;
    margin: 0 auto;
  }

  #StepContentsSkinCare ol {
    display: inline-block;
  }

  #StepContentsSkinCare .stepGuide ol li {
    float: left;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    font-size: 16px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 35px;
    position: relative;
    text-align: center;
    line-height: 1.5;
  }

  #StepContentsSkinCare ol li:first-child {
    margin-left: 0;
  }

  #StepContentsSkinCare ol li:first-child:after {
    content: none;
  }

  #StepContentsSkinCare ol li:after {
    content: "";
    position: absolute;
    left: -25px;
    width: 11px;
    height: 22px;
    background: url("../../../../img/common/icon_arrow_narrow_right_black.svg");
    background-size: 11px 22px;
  }

  #StepContentsSkinCare .stepGuide .morning {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    text-align: right;
    margin-bottom: 30px;
    position: relative;
  }

  #StepContentsSkinCare .stepGuide .morning:before {
    content: "朝";
    background: url("../../../../img/astalift/step/haircarestep/icon_morning.svg");
    background-size: 22px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 37px;
    text-align: center;
    top: 20%;
    padding-top: 32px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    left: 0;
  }

  #StepContentsSkinCare .stepGuide .night {
    position: relative;
  }

  #StepContentsSkinCare .stepGuide .night ol {
    padding-left: 70px;
  }

  #StepContentsSkinCare .stepGuide .night li {
    background-color: #ddd;
    border: none;
    position: relative;
  }

  #StepContentsSkinCare .stepGuide .night:before {
    content: "夜";
    background: url("../../../../img/astalift/step/haircarestep/icon_night.svg") no-repeat;
    background-size: 22px;
    background-position: top center;
    width: 37px;
    text-align: center;
    top: 20%;
    padding-top: 32px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    left: 0;
  }

  #StepContentsSkinCare .stepGuide {
    position: relative;
    margin-bottom: 80px;
  }

  #StepContentsSkinCare .stepGuide .ItemList {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto 0;
  }

  #StepContentsSkinCare .stepGuide .ItemList.sp {
    display: none;
  }

  #StepContentsSkinCare .stepGuide .ItemList ol li {
    border: none;
    height: 100px;
    margin-left: 37px;
    border-radius: none;
  }

  #StepContentsSkinCare .stepGuide .ItemList ol li img {
    width: 100%;
    object-fit: scale-down;
    height: 100%;
  }

  #StepContentsSkinCare .stepGuide .ItemList ol li:after {
    content: none;
  }

  #StepContentsSkinCare .StepSection {
    padding: 80px 0;
    position: relative;
  }

  #StepContentsSkinCare .StepSection.GreyBG:after {
    border-color: #f7f7f7 transparent transparent transparent;
  }

  #StepContentsSkinCare .StepSection:after {
    position: absolute;
    bottom: -34px;
    left: 0;
    z-index: 1;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 38px 0 38px;
    border-color: #fff transparent transparent transparent;
  }

  #StepContentsSkinCare .StepInner {
    text-align: center;
    margin: 0 auto;
  }

  #StepContentsSkinCare .StepSection .HeaderTitlte {
    font-size: 20px;
    color: #333;
    padding: 10px 40px;
    background: #fedada;
    display: inline-block;
    text-align: center;
    margin: 0 auto 50px;
    border-radius: 4px;
    font-weight: 700;
  }

  #StepContentsSkinCare .StepList h2 {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    color: #333;
    margin-bottom: 50px;
    position: relative;
  }

  #StepContentsSkinCare .StepList li.SpecialCare h2:before {
    content: "スペシャルケア";
    color: #fff;
    position: absolute;
    left: -135px;
    top: -2px;
    display: block;
    background-color: #587d8c;
    padding: 10px;
    font-size: 14px;
  }

  #StepContentsSkinCare .StepList li.SpecialCare h2:after {
    position: absolute;
    left: -17px;
    top: 10px;
    content: '';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px 7px;
    border-left-color: #587d8c;
  }

  #StepContentsSkinCare .StepList li:after {
    content: "";
    margin: 60px auto;
    width: 32px;
    height: 18px;
    background: url("../../../../img/common/icon_arrow_narrow_bottom_black.svg");
    display: block;
    background-size: 32px 18px;
  }

  #StepContentsSkinCare .StepList li:last-child:after {
    content: none;
  }

  #StepContentsSkinCare .StepItemWrap {
    display: flex;
    justify-content: center;
  }

  #StepContentsSkinCare .StepItemWrap.col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
  }

  #StepContentsSkinCare .StepItemWrap.col2 + .StepItemWrap.col2 {
    margin-top: 60px;
  }

  #StepContentsSkinCare .SpecialCare .StepItemWrap {
    background: url("../../../../img/astalift/step/haircarestep/bg_special_item.png");
    background-size: cover;
    padding: 40px 0;
    width: 100%;
  }

  #StepContentsSkinCare .SpecialCare .StepItemWrap .SpecialItemInner {
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
  }

  #StepContentsSkinCare .SpecialCare .StepItemWrap .SpecialItemInner {
    justify-content: center;
  }

  #StepContentsSkinCare .SpecialCare .StepItemWrap .SpecialItemInner.col2 {
    justify-content: space-between;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer {
    width: 575px;
    background: #f7f7f7;
    display: flex;
    padding: 30px;
  }

  #StepContentsSkinCare .StepItemWrap .SpecialItemInner .ItemContainer {
    background: #fff;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer .TextBox {
    text-align: left;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer .TextBox p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer .TextBox a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer .morning {
    background-image: url("../../../../img/astalift/step/haircarestep/icon_morning.svg");
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer .night {
    background-image: url("../../../../img/astalift/step/haircarestep/icon_night.svg");
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer i {
    background-size: 30px;
    display: inline-block;
    width: 30px;
    margin-bottom: 20px;
    margin-right: 10px;
    height: 30px;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer figure {
    width: 180px;
    height: 180px;
    margin-right: 30px;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #StepContentsSkinCare .GreyBG .StepItemWrap .ItemContainer {
    background: #fff;
  }

  #StepContentsSkinCare .StepItemWrap .StepItemHeader {
    width: 100%;
    color: #fff;
    background-color: #333;
    padding: 13px 0;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }

  #StepContentsSkinCare .ItemCaution {
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 40px;
  }

  #StepContentsSkinCare .Introduction {
    display: flex;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
    justify-content: center;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem{
	width:800px;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem a {
    display: flex;
    text-decoration: none;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem figure {
    margin-right: 20px;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem p {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem .ttl {
    font-size: 16px;
    display: block;
    text-decoration: underline;
    margin-bottom: 10px;
  }

  #StepContentsSkinCare .btnWhite.small {
    width: 400px;
    margin: 0 auto 170px;
  }
}

/** min-width 769 pcCSS***************************************/
@media screen and (max-width: 768px) {
  #StepContentsSkinCare .stepGuide {
    margin: 0 20px 80px;
    padding: 25px 0;
    display: flex;
    position: relative;
  }

  #StepContentsSkinCare .stepGuide .morning {
    border-right: 1px solid #ccc;
    width: 50%;
    padding-top: 60vw;
    position: relative;
  }

  #StepContentsSkinCare .stepGuide .night {
    position: relative;
    padding-top: 18vw;
    width: 50%;
  }

  #StepContentsSkinCare .stepGuide .ItemList {
    position: absolute;
    padding-top: 21vw;
    padding-bottom: 21vw;
    width: 100%;
  }

  #StepContentsSkinCare .stepGuide .ItemList.pc {
    display: none;
  }

  #StepContentsSkinCare .stepGuide .ItemList ol {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  #StepContentsSkinCare .stepGuide .ItemList li {
    border: none;
    height: 19vw;
    margin-bottom: 23vw;
    width: 100%;
  }

  #StepContentsSkinCare .stepGuide .ItemList li img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }

  #StepContentsSkinCare .stepGuide .ItemList li:after {
    content: none;
  }

  #StepContentsSkinCare .stepGuide ol {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #StepContentsSkinCare .stepGuide ol li {
    border-radius: 100%;
    width: 31vw;
    height: 31vw;
    font-size: 14px;
    margin-bottom: 10vw;
    border: 1px solid #ccc;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    line-height: 1.4;
  }

  #StepContentsSkinCare .stepGuide .night ol li {
    background-color: #ddd;
    border: none;
  }

  #StepContentsSkinCare ol li:first-child:after {
    content: none;
  }

  #StepContentsSkinCare ol li:after {
    content: "";
    position: absolute;
    left: 0;
    top: -35px;
    right: 0;
    margin: 0 auto;
    width: 22px;
    height: 32px;
    background: url("../../../../img/common/icon_arrow_narrow_bottom_black.svg");
    background-size: 22px 32px;
  }

  #StepContentsSkinCare .stepGuide .morning,
  #StepContentsSkinCare .stepGuide .night {
    padding-bottom: 8vw;
  }

  #StepContentsSkinCare .stepGuide .morning:before,
  #StepContentsSkinCare .stepGuide .morning:after {
    content: "朝";
    background: url("../../../../img/astalift/step/haircarestep/icon_morning.svg") no-repeat top center/20px auto;
    width: 20px;
    text-align: center;
    padding-top: 28px;
    position: absolute;
    font-weight: bold;
    font-size: 15px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #StepContentsSkinCare .stepGuide .night:before,
  #StepContentsSkinCare .stepGuide .night:after {
    content: "夜";
    background: url("../../../../img/astalift/step/haircarestep/icon_night.svg") no-repeat top center/20px;
    width: 20px;
    text-align: center;
    padding-top: 28px;
    position: absolute;
    font-weight: bold;
    font-size: 15px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #StepContentsSkinCare .stepGuide .morning:after,
  #StepContentsSkinCare .stepGuide .night:after {
    top: auto;
    bottom: 0;
  }

  #StepContentsSkinCare .StepSection {
    text-align: center;
  }

  #StepContentsSkinCare .StepSection .HeaderTitlte {
    font-size: 14px;
    color: #333;
    padding: 10px 40px;
    width: 135px;
    background: #fedada;
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 4px;
    font-weight: 700;
  }

  #StepContentsSkinCare .StepSection {
    padding: 80px 0;
    position: relative;
  }

  #StepContentsSkinCare .StepSection.GreyBG:after {
    border-color: #f7f7f7 transparent transparent transparent;
  }

  #StepContentsSkinCare .StepSection:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
  }

  #StepContentsSkinCare .StepList h2 {
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    color: #333;
    margin-bottom: 30px;
    padding-top:20px;
    position: relative;
  }

  #StepContentsSkinCare .GreyBG .StepList .StepItem .ItemContainer {
    background-color: #fff;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer figure {
    margin-right: 20px;
    width: 90px;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer .TextBox {
    flex: 1;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer figure img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer {
    display: flex;
    align-items: flex-start;
    margin: 0 20px 0;
    background-color: #f7f7f7;
    padding: 20px;
  }

  #StepContentsSkinCare .SpecialItemInner .ItemContainer {
    background-color: #fff;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer .morning {
    background-image: url("../../../../img/astalift/step/haircarestep/icon_morning.svg");
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer .night {
    background-image: url("../../../../img/astalift/step/haircarestep/icon_night.svg");
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer i {
    background-size: 22px;
    display: inline-block;
    width: 22px;
    margin-bottom: 15px;
    height: 22px;
  }

  #StepContentsSkinCare .StepItem + .StepItem {
    margin-top: 20px;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer .TextBox p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer .TextBox .ProductName {
    font-size: 12px;
  }

  #StepContentsSkinCare .StepItemWrap .ItemContainer .TextBox a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block;
  }

  #StepContentsSkinCare .StepList li:before {
    content: "";
    margin: 40px auto;
    width: 22px;
    height: 11px;
    background: url("../../../../img/common/icon_arrow_narrow_bottom_black.svg");
    display: block;
    background-size: 22px 11px;
  }

  #StepContentsSkinCare .StepList li:first-child:before {
    content: none;
  }

  #StepContentsSkinCare .StepList li.SpecialCare:before {
    margin: 40px auto 80px;
  }

  #StepContentsSkinCare .StepList li.SpecialCare h2:before {
    left: 0;
    right: 0;
    width: 100px;
    top: -40px;
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 0;
  }

  #StepContentsSkinCare .StepList li.SpecialCare h2:after {
    border-left-color: transparent;
    border-top-color: #587d8c;
    border-width: 5px 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -19px;
  }

  #StepContentsSkinCare .StepList li.SpecialCare .StepItemWrap {
    background: url("../../../../img/astalift/step/haircarestep/bg_special_item.png");
    background-size: cover;
    padding: 30px 0;
    width: 100%;
  }

  #StepContentsSkinCare .StepList li .StepItemWrap + .StepItemWrap {
    margin-top: 30px;
  }

  #StepContentsSkinCare .StepList li.SpecialCare .col2 .StepItem:last-child .ItemContainer,
  #StepContentsSkinCare .StepList li.SpecialCare .ItemContainer {
    margin-bottom: 0;
  }

  #StepContentsSkinCare .StepList li.SpecialCare .col2 .ItemContainer {
    margin-bottom: 25px;
  }

  #StepContentsSkinCare .StepList li .ItemCaution {
    padding: 0 20px;
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  #StepContentsSkinCare .StepList li .StepItemHeader {
    padding: 8px;
    background: #444;
    color: #fff;
    margin: 0 20px 15px;
    font-size: 15px;
  }

  #StepContentsSkinCare .Introduction {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 50px;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem {
    width: 190px;
    margin: 0 auto;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem figure {
    margin-bottom: 10px;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem p {
    font-size: 14px;
    text-align: left;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem a {
    text-decoration: none;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem span {
    display: block;
    margin-bottom: 10px;
	line-height: 1.3;
  }

  #StepContentsSkinCare .Introduction .IntroductionItem span.ttl {
    font-size: 16px;
    text-decoration: underline;
  }

  #StepContentsSkinCare .btnWhite {
    margin: 0 20px 90px;
  }
}
/** max-width 768 spCSS***************************************/

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


/**     202208      **/

#StepContentsSkinCare .StepItemWrap .ItemContainer .TextBox .ItemTag.gray {
  background: #f7f7f7;
  margin-right: 5px;
  border: none;
}


@media screen and (min-width: 769px){
	div.ht-forArrowPre{
		border-bottom: 100px solid #fff;
		padding-bottom: 60px;
	}
	li.ht-forArrow{
		margin-top: 130px;
	}
	
	#StepContentsSkinCare .StepList li.ht-forArrowBox:nth-child(2):after {
		margin: -55px auto;		
	}
	#StepContentsSkinCare .ht-forArrowPre2a{
		background-color:#fff;padding:0 0 100px 0;
	}
	#StepContentsSkinCare .ht-forArrowPre2b{
		border-bottom: 80px solid #f7f7f7;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.fukitori:before {
		content: "季節や肌の状態に応じたケア";
		left: -219px;
		top: -2px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.mask:before {
		content: "季節や肌の状態に応じたケア";
		left: -219px;
		top: -2px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.biyoueki:before {
		content: "肌悩み別ケア";
		left: -121px;
		top: -2px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.cream:before {
		content: "季節や肌の状態に応じたケア";
		left: -219px;
		top: -2px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.specialshiwa:before {
		content: "肌悩み別ケア";
		left: -121px;
	}
	#StepContentsSkinCare .stepSP{
		display: none;
	}
	#StepContentsSkinCare .SpecialCare .StepItemWrap .SpecialItemInner.col2{
		flex-wrap: wrap;
	}
	#StepContentsSkinCare .StepItem .AWemlTxt{
		font-size: 1.8rem !important;
	}
	#StepContentsSkinCare .StepItem .SrmTxt{
		font-size: 1.95rem !important;
	}
}

@media screen and (max-width: 768px){
	div.ht-forArrowPre{
		border-bottom: 80px solid #fff;
		padding-bottom: 60px;
	}
	li.ht-forArrow{
		margin: -80px auto 80px;
	}
	#StepContentsSkinCare .StepList li.ht-forArrowBox:nth-child(2):after {
		margin: -55px auto;		
	}
	#StepContentsSkinCare .StepList h2.ht-ArrowSpace{
		margin-top:30px;
	}
	#StepContentsSkinCare .ht-BoxBtm{
		padding-bottom:5px;
	}
	#StepContentsSkinCare .ht-forArrowPre2a{
		background-color:#fff;padding:0 0 80px 0;
	}
	#StepContentsSkinCare .ht-forArrowPre2b{
		border-bottom: 50px solid #f7f7f7;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.fukitori:before {
		content: "季節や肌の状態に応じたケア";
		width: 200px;
		top: -30px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.fukitori:after {
		top: -8px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.fukitori{
		padding-top: 10px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.mask:before {
		content: "季節や肌の状態に応じたケア";
		width: 200px;
		top: -25px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.mask:after{
		top: -4px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.biyoueki:before {
		content: "肌悩み別ケア";
		width: 200px;
		top: -25px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.biyoueki:after{
		top: -4px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.cream:before {
		content: "季節や肌の状態に応じたケア";
		width: 200px;
		top: -25px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.cream:after{
		top: -4px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.specialshiwa:before{
		content: "肌悩み別ケア";
		width: 200px;
		top: -21px;
	}
	#StepContentsSkinCare .StepList li.SpecialCare h2.specialshiwa:after{
		top:0;
	}
	
	#StepContentsSkinCare .stepGuide .pc,
	#StepContentsSkinCare .stepGuide.pc{
		display: none;
	}
	#StepContentsSkinCare .stepSP{
		display: block;
		width: calc(100% - 40px);
		margin: 20px auto;
	}
	#StepContentsSkinCare .stepSP img{
		width:100%;
	}
}


@media screen and (min-width:769px) {
	#StepContentsSkinCare .StepPicSP{
		display:none;
	}
	#StepContentsSkinCare .StepPicPC{
		margin-bottom:50px;
	}
}
@media screen and (max-width:768px) {
	#StepContentsSkinCare .StepPicPC{
		display:none;
	}
	#StepContentsSkinCare .StepPicSP{
		padding: 0 20px 30px;
	}
	.IntroductionSP{
		display: flex;
		position: relative;
		z-index: 2;
		justify-content: center;
	}
	.IntroductionSP div:first-child{
		margin-right: 20px;
	}
}