@charset "utf-8";
/* お湯洗髪成功法 */
@import url("/wp-content/themes/2024renewal/css/parts2.css");
.Page .leftBox img {
  max-width: 500px;
}
#S03 .detailBox {
  flex-direction: row-reverse;
}
#S06 .detail {
  counter-reset: number 0;
  padding: 50px;
}
#S06 .detail h3 {
  border-bottom: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#S06 .detail h3:before {
    counter-increment: number 1;
    content: counter(number) ". ";
    background: transparent;
    color: #265280;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
    text-align: center;
    /*width: 50px;*/
    height: 50px;
    font-size: 150%;
}
#S06 .detailBox {
  border-bottom: 2px dotted #82a8d1;
  justify-content: space-between;
}
#S06 .detailBox p {
  padding: 0 45px 20px;
}
.Page #S06 .contentsDetail > ul > li {
  padding-left: 1.5em;
  text-indent: -1.25em;
}
#S06 .detailBox .rightBox {
  display: flex;
  align-items: center;
}
#S06 .detailBox .rightBox img {
    max-width: 400px;
    margin: 0 0 20px;
}
#S07 .flexBox3 ul {
  flex-wrap: wrap;
  background: #fff;
  padding: 50px;
}
#S07 .flexBox3 ul li {
  width: calc(100% / 3 - 30px);
}
#S07 .flexBox3 ul li h3 {
  text-align: center;
}
#S07 .flexBox3 ul li strong {
  display: block;
  font-weight: 500;
  color: #265280;
  padding: 20px 0 0;
}
.Page #S07 .flexBox3 ul li p {
  padding: 15px 30px;
}
#S08 .detail {
  border: 1px solid #969799;
  margin: 0 auto 20px;
  background: #f4f4f4;
  max-width: 1110px;
  padding: 0 0 20px;
}
.Page #S08 h5 {
  color: #ffffff;
  background: #8c8c8c;
  font-size: 100%;
  font-weight: 600;
  padding: 10px 15px;
  line-height: 1.6em;
  text-align: left;
}
.Page #S08 h5 small {
  color: #ffffff;
}
.Page #S08 .detail img {
  float: left;
  margin: 0 20px 20px 0;
}
.Page #S08 .detail .itemBox {}
.Page #S08 h6 {
  display: inline-block;
}
.Page #S08 h6 ~ p {
  padding: 0;
  text-indent: initial;
}
.Page #S08 .detail .itemBox ul {
  background: #fff;
  margin: 0 30px;
  padding: 30px;
}
/*----------------------------------------------------------- 768px  */
@media screen and (max-width: 768px) {
  #S03 .detailBox {
    flex-direction: column;
  }

#S07 .flexBox3 ul {
    flex-flow: column;
    padding: 0px;
}
  #S07 .flexBox3 ul li {
    width: auto;
  }
  #S06 .detailBox .rightBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*-----------------------------------------------------------  smartphone */
@media screen and (max-width: 480px) {
#S06 .detail h3 {
    border-bottom: none;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding-left: inherit;
    text-indent: inherit;
    margin: 0;
}
#S06 .detail {
    padding: 10px;
}
#S06 .detailBox p {
    padding: 0 35px 20px;
}
	
#S07 .flexBox3 ul {
    padding: 50px 0;
}	
	
}
