@charset "UTF-8";
#StepContentsHairCare .clear:after {
  content: "";
  clear: both;
  display: block;
}

#StepContentsHairCare .fluid {
  width: 100%;
}

#StepContentsHairCare .GreyBG {
  background: #f7f7f7;
}

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

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

#StepContentsHairCare .GreyBG .StepItemWrap .ItemContainer .TextBox .ItemTag {
  background: #f7f7f7;
  border: none;
}

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

#StepContentsHairCare .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;
}

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

  #StepContentsHairCare .stepGuide {
    border: 1px solid #ccc;
    margin-bottom: 80px;
    padding: 50px;
  }

  #StepContentsHairCare .stepGuide ol {
    display: flex;
    justify-content: center;
  }

  #StepContentsHairCare .stepGuide ol li {
    margin-left: 130px;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  #StepContentsHairCare .stepGuide ol li:after {
    content: "";
    position: absolute;
    left: -190px;
    top: 50px;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 11px;
    height: 22px;
    background: url("../../../../img/common/icon_arrow_narrow_right_black.svg");
    background-size: 11px 22px;
  }

  #StepContentsHairCare .stepGuide ol li:first-child {
    margin-left: 0px;
  }

  #StepContentsHairCare .stepGuide ol li:first-child:after {
    content: none;
  }

  #StepContentsHairCare .stepGuide ol h3 {
    float: left;
    background: #eee;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
  }

  #StepContentsHairCare .stepGuide ol img {
    position: absolute;
    right: -30px;
    top: 40px;
    z-index: 2;
  }

  #StepContentsHairCare .stepGuide ol .icons {
    display: block;
    text-align: center;
    height: 20px;
    margin-bottom: 40px;
  }

  #StepContentsHairCare .stepGuide ol .icons i {
    background-size: 22px;
    display: inline-block;
    width: 22px;
    margin-right: 10px;
    height: 22px;
  }

  #StepContentsHairCare .stepGuide ol .icons .night {
    background-image: url("../../../../img/astalift/step/haircarestep/icon_night.svg");
  }

  #StepContentsHairCare .stepGuide ol .icons .morning {
    background-image: url("../../../../img/astalift/step/haircarestep/icon_morning.svg");
  }

  #StepContentsHairCare .stepGuide ol .product {
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
  }

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

  #StepContentsHairCare .StepSection.last {
    margin-bottom: 80px;
  }

  #StepContentsHairCare .StepSection.last:after {
    content: none;
  }

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

  #StepContentsHairCare .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;
  }

  #StepContentsHairCare .StepSection:last-child:after {
    content: none;
  }

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

  #StepContentsHairCare .StepSection .HeaderTitlte {
    font-size: 20px;
    color: #fff;
    padding: 10px 30px;
    background: #333;
    display: inline-block;
    text-align: center;
    margin: 0 auto 50px;
    border-radius: 20px;
  }

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

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

  #StepContentsHairCare .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;
  }

  #StepContentsHairCare .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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #StepContentsHairCare .ItemCaution {
    text-align: left;
    margin-top: 40px;
  }

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

  #StepContentsHairCare .Introduction .IntroductionItem {
    width: 575px;
  }

  #StepContentsHairCare .Introduction .IntroductionItem a {
    display: flex;
    text-decoration: none;
    transition: 0.3s;
  }

  #StepContentsHairCare .Introduction .IntroductionItem a:hover {
    opacity: 0.8;
  }

  #StepContentsHairCare .Introduction .IntroductionItem figure {
    margin-right: 20px;
    width: 270px;
  }

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

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

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

  #StepContentsHairCare .btnWhite.small {
    width: 400px;
    margin: 0 auto 170px;
  }
}
/** min-width 769 pcCSS***************************************/
@media screen and (max-width: 768px) {
  #StepContentsHairCare .stepGuide {
    margin: 0 20px;
    border: 1px solid #ccc;
    margin-bottom: 80px;
    padding: 30px;
  }

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

  #StepContentsHairCare .stepGuide ol li {
    position: relative;
    width: 140px;
  }

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

  #StepContentsHairCare .stepGuide ol li:first-child {
    margin-left: 0px;
  }

  #StepContentsHairCare .stepGuide ol li:first-child:after {
    content: none;
  }

  #StepContentsHairCare .stepGuide ol h3 {
    background: #eee;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    position: relative;
  }

  #StepContentsHairCare .stepGuide ol img {
    position: absolute;
    right: -20px;
    top: 20px;
    height: 100px;
    z-index: 2;
  }

  #StepContentsHairCare .stepGuide ol .icons {
    display: block;
    text-align: right;
    width: 65px;
    top: 50px;
    left: -55px;
    position: absolute;
    height: 20px;
    margin-bottom: 40px;
  }

  #StepContentsHairCare .stepGuide ol .icons i {
    background-size: 22px;
    display: inline-block;
    width: 22px;
    margin-right: 10px;
    height: 22px;
  }

  #StepContentsHairCare .stepGuide ol .icons .night {
    background-image: url("../../../../img/astalift/step/haircarestep/icon_night.svg");
  }

  #StepContentsHairCare .stepGuide ol .icons .morning {
    background-image: url("../../../../img/astalift/step/haircarestep/icon_morning.svg");
  }

  #StepContentsHairCare .stepGuide ol .product {
    font-size: 16px;
    margin-bottom: 60px;
    text-align: center;
  }

  #StepContentsHairCare .stepGuide ol li:last-child .product {
    margin-bottom: 0px;
  }

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

  #StepContentsHairCare .StepSection.last {
    margin-bottom: 80px;
  }

  #StepContentsHairCare .StepSection.last:after {
    content: none;
  }

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

  #StepContentsHairCare .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;
  }

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

  #StepContentsHairCare .StepSection .HeaderTitlte {
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    width: 135px;
    background: #333;
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 20px;
  }

  #StepContentsHairCare .StepSection {
    padding: 80px 0;
  }

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

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

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

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

  #StepContentsHairCare .StepItemWrap .ItemContainer {
    display: flex;
    margin: 0 20px 25px;
    background-color: #f7f7f7;
    padding: 20px;
  }

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

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

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

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

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

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

  #StepContentsHairCare .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;
  }

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

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

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

  #StepContentsHairCare .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;
  }

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

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

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

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

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

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

  #StepContentsHairCare .Introduction {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 50px;
    margin: 0 20px 50px;
    display: flex;
    justify-content: space-between;
  }

  #StepContentsHairCare .Introduction .IntroductionItem {
    width: 46%;
  }

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

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

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

  #StepContentsHairCare .Introduction .IntroductionItem span {
    display: block;
    margin-bottom: 10px;
  }

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

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

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