body {
}
.mainContainer {
  padding-top: 150px;
  position: relative;
}
/**.globalFooter {
  background-color: #f5f6f7;
  margin: 0;
  padding-top: 100px;
}**/
#skincaretechnique * {
  font-family: "Hiragino Mincho W3 JIS2004", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", YuMincho, 游明朝, 游明朝体, serif;
}
#skincaretechnique small {
  font-size: 10px;
}
#skincaretechnique .content-wrap {
  margin: 0 auto;
  overflow: hidden;
}
#skincaretechnique .content-wrap img {
  vertical-align: middle;
  width: 100%;
}
#skincaretechnique .main-title {
  color: #bfa971;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
#skincaretechnique .sub-text {
  color: #000000;
  margin-bottom: 2em;
  text-align: center;
}
#skincaretechnique .step:not(:last-child) {
  margin-bottom: 1em;
  padding-bottom: 40px;
  position: relative;
}
#skincaretechnique .step:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  
  bottom: -12px;
  box-sizing: border-box;
  border: 20px solid transparent;
  border-top: 16px solid #bfa971;
  left: calc(50% - 20px);
}
#skincaretechnique .step__title {
  background-color: #dfd7c2;
  margin-bottom: 1em;
  padding: 0.5em 0;
  text-align: center;
}
#skincaretechnique .step__detail {
  display: flex;
  flex-wrap: wrap;
}
#skincaretechnique .step__detail .howto {
  background-position: left 20px top;
  background-repeat: no-repeat;
  line-height: 1.7;
}
#skincaretechnique .step.step01 .step__detail .howto {
  background-image: url('/images/skincaretechnique/step01_face.png');
}
#skincaretechnique .step.step02 .step__detail .howto {
  background-image: url('/images/skincaretechnique/step02_face.png');
}
#skincaretechnique .step.step03 .step__detail .howto {
  background-image: url('/images/skincaretechnique/step03_face.png');
}
#skincaretechnique .step.step04 .step__detail .howto {
  background-image: url('/images/skincaretechnique/step04_face.png');
}
#skincaretechnique .step.step05 .step__detail .howto {
  background-image: url('/images/skincaretechnique/step05_face.png');
}
#skincaretechnique .step__detail .volume {
}
/* pc */
@media screen and (min-width: 737px) {
body {
  min-width: 1200px;
}
#skincaretechnique .content-wrap {
  width: 900px;
}
#skincaretechnique .main-title {
  font-size: 28px;
}
#skincaretechnique .sub-text {
  font-size: 16px;
}
#skincaretechnique .step__detail .howto {
  background-size: 130px auto;
  font-size: 14px;
  padding-left: 20%;
  width: 30%;
}
#skincaretechnique .step__detail .howto.short-text {
  padding-top: 80px;
}
#skincaretechnique .step__detail .volume {
  padding: 0 5%;
  width: 40%;
}
}


/* sp */
@media screen and (max-width: 736px) {
.mainContainer {
  padding-top: 100px;
}
#skincaretechnique .content-wrap {
  font-size: 14px;
  width: 94%;
}
#skincaretechnique .main-title {
  font-size: 20px;
}
#skincaretechnique .sub-text {
  font-size: 12px;
}
#skincaretechnique .step__title {
  font-size: 12px;
}
#skincaretechnique .step__detail .howto {
  background-size: 30% auto;
  font-size: 12px;
  min-height: 42vw;
  padding-left: 40%;
  width: 60%;
}
#skincaretechnique .step__detail .howto.short-text {
  min-height: 32vw;
  padding-top: 10vw;
}
#skincaretechnique .step__detail .volume {
  padding: 0 10%;
  width: 80%;
}

}
