.btn {
  width: 300px;
}
/****************/
/*共通1　ブラウン*/
/****************/
.bg-color-2 {
  background-color: #F2EDEB;
}
.inner-detail {
  width: 80%;
  margin: 0 auto;
}
.caution {
  border-bottom: solid 1px;
  padding: 20px 0;
  font-size: 14px;
}
.curtains_btn {
  background-color: #C79D79;
}
.inner-detail h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 300;
}
@media (max-width: 1000px) {
  .inner-detail {
    width: 100%;
  }
  .inner-detail h1 {
    font-size: 26px;
  }
}
/****************/
/*共通2　写真重なり*/
/****************/
.common_01 {
  position: relative;
  text-align: left;
}
.common_01 img {
  width: 60%;
}
.common_01 p {
  position: absolute;
  top: 33px;
  left: 650px;
  width: 550px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 5px #999;
  line-height: 24px;
  height: 420px;
}
.common_01 span {
  display: block;
  text-align: center;
  font-size: 20px;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .common_01 img {
    width: 100%;
  }
  .common_01 p {
    position: static;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
}
/****************/
/*共通3　商品一覧*/
/****************/
.grid_2 {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid_2 p {
  text-align: left;
  font-size: 14px;
}
.grid_2 img:hover {
  opacity: 0.5;
}
@media (max-width: 1000px) {
  .grid_2 {
    grid-template-columns: 1fr 1fr;
  }
}
/****************/
/*共通4　写真をクリック*/
/****************/
.point_bule {
  background-color: #EBEEF2;
  margin: 0 auto;
  margin-top: 50px;
  width: 400px;
  padding: 20px 0;
}
/****************/
/****************/
/*curtains_top*/
/****************/
/****************/
/*.fixed-background-img4 {
  background-image: url(https://kutembea.jp/images/fv3.jpg);
}
.curtains_top_nav {
  text-align: center;
  margin: 30px 0;
}
.curtains_top_nav ul li {
  display: inline-block;
  padding: 5px 30px;
}
.curtains_top_nav ul li:nth-child(2) {
  border-left: solid 1px #333;
  border-right: solid 1px #333;
}*/
.curtainsTop_order {
  background-color: #fff;
  padding: 20px 5px;
  margin: 50px 0 100px;
}
.curtainsTop_order h4 {
  margin: 0;
  font-size: 20px;
}
.curtainsTop_order p {
  padding: 10px 0;
  line-height: 1.5;
  width: 440px;
  margin: 0 auto;
  position: relative;
}
.backImg {
  position: absolute;
}
.backImg.back_01 {
  bottom: -30px;
  left: -100px;
  width: 90px;
}
.backImg.back_02 {
  top: -40px;
  right: -140px;
  width: 130px;
}
.curtainsTop_order a.btn {
  margin-top: 0;
}
.link_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.link_flex a {
  width: calc((100% - 45px * 3) / 4);
}
.link_flex a:hover {
  opacity: 0.5;
}
p.others_tex {
  font-size: 8px;
  line-height: 1.5;
}
/*p.others_tex span{
	display: block;
    text-align: right;
}*/
@media (max-width: 850px) {
  .backImg.back_01 {
    left: -50px;
    width: 70px;
  }
  .backImg.back_02 {
    right: -90px;
    width: 100px
  }
}
@media (max-width: 700px) {
  .curtainsTop_order p {
    width: 100%;
  }
  .backImg.back_01 {
    left: 0px;
    width: 60px;
    bottom: -40px;
  }
  .backImg.back_02 {
    right: 0;
    width: 50px;
  }
  .curtainsTop_order {
    margin: 50px 0;
  }
  .link_flex {
    gap: 20px;
  }
  .link_flex a {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 400px) {
  .backImg.back_02 {
    display: none;
  }
}
/****************/
/****************/
/*natsusobiku*/
/****************/
/****************/
.bg_1 {
  background-image: url("../img/curtains_natsusobiku/bg_01.jpg");
}
.bg_2 {
  background-image: url("../img/curtains_natsusobiku/bg_02.jpg");
}
.bg_3 {
  background-image: url("../img/curtains_natsusobiku/bg_03.jpg");
}
.bg_img_nat.bg_1 h1, .bg_img_nat.bg_2 h1, .bg_img_nat.bg_3 h1 {
  font-weight: normal;
}
.bg_img_nat {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 30px 0;
  margin: 50px 0;
}
.up_text { /*othersと共通*/
  display: block;
  border-bottom: solid 1px;
  width: 450px;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .bg_img_nat {
    padding: 10px 0;
    margin: 30px 0;
  }
  .bg_img_nat h1 {
    font-size: 26px;
  }
  .up_text {
    width: 320px;
  }
}
/****************/
/****************/
/*others*/
/****************/
/****************/
/*othersナビ*/
.others_nav {
  background-color: #C79D79;
  color: #fff;
  font-size: 0;
}
.others_nav ul li {
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin: 20px 0;
  padding: 5px 0;
  width: calc(100% / 5);
  border-right: solid 1px #fff;
}
.others_nav ul li:last-child {
  border-right: none;
}
.others_nav ul a:hover {
  opacity: 0.5;
}
.is-fixed { /*追従*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0.9;
}
.is-fixed ul li {
  margin: 0;
  padding: 18px 0;
}
.vertical_center { /*カーテンレール画像縦中央*/
  align-items: center;
}
@media (max-width: 1000px) {
  .others_nav ul li {
    width: calc(100% / 2);
    border-right: none;
    margin: 0;
    padding: 12px 0;
  }
  .others_nav ul li:last-child {
    border-right: none;
  }
  .others_nav ul li:nth-child(odd) {
    border-right: solid 1px;
  }
}
/*othersタイトル*/
.others_title {
  background-color: #F2EDEB;
  height: 180px;
  margin: 50px 0;
  position: relative;
}
.others_title h4 {
  font-size: 26px;
}
.others_title div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 1000px) {
  .others_title h4 {
    font-size: 24px;
  }
}
/*なつそびく詳細ページ*/
span.natsu {
  /*display: block;
  width: 70%;
  margin: 0 auto;*/
}
/****************/
/****************/
/*商品詳細_1~*/
/****************/
/****************/
.flexbox_2k {
  display: flex;
}
.flex-right {
  width: 40%;
}
.flex-left {
  width: 60%;
  margin-left: 50px;
  text-align: left;
}
.flex-left_title p {
  font-size: 18px;
  font-weight: bold;
}
.flex-left h4 {
  border-bottom: solid 1px;
  padding: 10px 0;
}
.hight_200 {
  height: 200px;
}
p.hight_200 {
  line-height: 1.5;
}
.btn_wm1_1 {
  background: #A7CCD6;
  color: #000;
  padding: 15px 0;
  margin-top: 50px;
}
.mr-10 {
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .flexbox_2k {
    flex-flow: column;
  }
  .flex-right, .flex-left {
    width: 100%;
  }
  .flex-left {
    margin-left: 0;
    text-align: left;
  }
  .hight_200 {
    height: auto;
  }
  .flex-left_title p {
    font-weight: 400;
  }
  .flex-left h4 {
    padding-top: 30px;
  }
  .btn_wm1_1 {
    padding: 10px 0;
  }
  .radius0 {
    border-radius: 0;
  }
}
/*アコデ*/
.flex-left_text p {
  display: none;
}
.js-accordion-title {
  position: relative;
}
.js-accordion-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #40180A;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.js-accordion-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #40180A;
  transition: .3s;
}
.js-accordion-title.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.js-accordion-title.open:after {
  background-color: transparent;
}
@media (max-width: 1000px) {
  /*.flex-left_text p {
    display: block;
  }
  .js-accordion-title:before, .js-accordion-title:after {
    display: none;
  }*/
}
/*スライド*/
ul.slide.slick-initialized.slick-slider {
  margin-bottom: 10px;
}
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide .item::before {
  display: block;
  padding-top: 100%;
  content: "";
  position: relative;
  overflow: hidden;
}
.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.slide > .slick-list, .slide > .slick-list > .slick-track, .slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
/* slide-navigation */
.slide-navigation {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.slide-navigation .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: calc(100% / 6);
  height: 100%;
  margin: 0.5% 0;
  padding: 0.5%;
}
.slide-navigation .item::before {
  display: block;
  padding-top: 70%;
  content: "";
}
.slide-navigation .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 85%;
}
.slide-navigation .current::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}
/****************/
/****************/
/*process*/
/****************/
/****************/
.pb_0 {
  padding-bottom: 0;
}
.border_none {
  border-bottom: none;
}
.process_body {
  overflow: hidden;
}
/*流れ*/
ul.process_nav {
  font-size: 0;
}
.process_nav li {
  display: inline-block;
  position: relative;
  background-color: #F2EDEB;
  padding: 30px 0;
  margin-right: 3.3%;
  width: 21.7%;
  font-size: 16px;
}
.process_nav li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -40px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #F2EDEB;
  z-index: 1;
}
/*@media (max-width: 1000px) {
  .process_nav li {
    width: 100%;
    padding: 10px 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .process_nav li:after {
    width: 0;
    height: 0;
    bottom: -60px;
    right: 0;
    left: 0;
    border-top: 2.5vh solid #F2EDEB;
    border-right: 48vw solid transparent;
    border-left: 48vw solid transparent;
  }
}*/
@media (max-width: 1000px) {
  .process_nav li {
    margin-right: 7%;
    width: 43%;
    font-size: 12px;
    padding: 17px 0;
  }
  .process_nav li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: -23px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #F2EDEB;
    z-index: 1;
  }
  .process_nav span {
    display: inline !important;
  }
  .process_nav li:nth-of-type(-n+2) {
    margin-bottom: 10px;
  }
}
/*メイン*/
.process_main {
  position: relative;
  border: solid 1px;
  width: 60%;
  margin: 50px auto;
  padding: 60px;
  text-indent: -9999;
}
.process_main p {
  text-align: left;
}
.process_main:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -999;
  background: #F2EDEB;
}
.step {
  position: absolute;
  top: -40px;
  left: -20px;
  border: solid 1px;
  padding: 5px 20px;
  background-color: #fff;
  font-family: futura-pt, sans-serif;
}
.step {
  font-size: 36px;
  font-weight: bold;
}
.step span {
  display: block;
  border-bottom: solid 1px;
  font-size: 18px;
}
article.process_main h5 {
  margin-top: 0;
  font-size: 14px;
}
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #f2edeb transparent transparent transparent;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .process_main {
    width: 90%;
    padding: 30px;
  }
  .process_main:after {
    top: 7px;
    left: 7px;
  }
  .step {
    font-size: 30px;
    padding: 5px 15px;
  }
}
/*画像*/
/*ステップ1*/
.p15 {
  position: absolute;
  bottom: -20px;
  left: -40px;
}
.p16 {
  position: absolute;
  bottom: 30px;
  left: -65px;
}
.p7 {
  position: absolute;
  bottom: -60px;
  right: -70px;
}
.p8 {
  position: absolute;
  top: 20px;
  right: -90px;
}
/*ステップ2*/
.p5 {
  position: absolute;
  bottom: -200px;
  left: -270px;
}
/*ステップ3*/
.p3 {
  position: absolute;
  top: -150px;
  right: -170px;
}
.p4 {
  position: absolute;
  top: 30px;
  right: -85px;
}
/*ステップ4*/
.p10 {
  position: absolute;
  bottom: -40px;
  right: -85px;
}
.p17 {
  position: absolute;
  top: -90px;
  left: -100px;
}
.p18 {
  position: absolute;
  top: -140px;
  left: -140px;
}
/*ステップ5*/
.p9 {
  position: absolute;
  top: 60px;
  left: -100px;
}
.p12 {
  position: absolute;
  bottom: -180px;
  left: -230px;
}
.p1 {
  position: absolute;
  top: -120px;
  right: -250px;
}
.p2 {
  position: absolute;
  bottom: 10px;
  right: -150px;
}
.p13 {
  position: absolute;
  top: -50px;
  right: -100px;
}
.p14 {
  position: absolute;
  top: -90px;
  right: -80px;
}
/*ステップ6*/
.p6 {
  position: absolute;
  bottom: -70px;
  right: -80px;
}
.p11 {
  position: absolute;
  bottom: -50px;
  left: -50px;
}
@media (max-width: 1000px) {
  .process_main img {
    width: 50px;
  }
  /*ステップ1*/
  .p15 {
    left: 0;
  }
  .p16 {
    left: -25px;
  }
  .p7 {
    width: 80px !important;
    bottom: -30px;
    right: -20px;
  }
  .p8 {
    transform: rotate(-80deg);
    width: 35px !important;
    top: -110px;
    right: 70px;
  }
  /*ステップ2*/
  .p5 {
    width: 150px !important;
    bottom: -100px;
    left: -60px;
  }
  /*ステップ3*/
  .p3 {
    top: 110px;
    right: -30px;
  }
  .p4 {
    top: 160px;
    right: 0;
  }
  /*ステップ4*/
  .p10 {
    bottom: -30px;
    right: 15px;
  }
  .p17 {
    width: 20px !important;
    top: 130px;
    left: 0;
  }
  .p18 {
    width: 20px !important;
    top: 90px;
    left: -20px;
  }
  /*ステップ5*/
  .p9 {
    width: 30px !important;
    top: 100px;
    left: 0;
  }
  .p12 {
    width: 90px !important;
    bottom: -90px;
    left: -30px;
  }
  .p1 {
    width: 70px !important;
    top: -80px;
    right: -20px;
  }
  .p2 {
    bottom: 10px;
    right: 0;
  }
  .p13 {
    top: -80px;
    right: 20px;
  }
  .p14 {
    top: -100px;
    right: 20px;
  }
  /*ステップ6*/
  .p6 {
    bottom: 0;
    top: -50px;
    right: -10px;
  }
  .p11 {
    bottom: -30px;
    left: -25px;
  }
}
/*カーテンサイズの測り方について追加*/
.measure_link > a {
  position: absolute;
  bottom: -36px;
  display: block;
  border: solid 3px #F2EDEB;
  width: 100%;
  padding: 4px 0;
  font-size: 14px;
}
@media (max-width: 1065px) {
  .measure_link > a {
    bottom: -32px;
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .measure_link > a {
    display: none;
  }
}
a.measure_btn {
  display: block;
  background-color: #fff;
  width: 250px;
  border-radius: 100vh;
  padding: 14px 0;
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: bold;
}
a.measure_btn:hover, .measure_link > a:hover {
  opacity: 0.6;
}
/****************/
/****************/
/*measure*/
/****************/
/****************/
.bg-color-3 {
  background-color: #F7E7DE;
}
.download {
  width: 500px;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 86px;
  position: relative;
}
.download img.down-img {
  position: absolute;
  width: 170px;
  top: -50px;
  left: -130px;
}
.download p {
  margin-bottom: 20px;
}
.download a {
  display: block;
  background-color: #F2EDEB;
  border-radius: 100vh;
  width: 80%;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 14px;
  text-decoration: none;
}
.download a span.pdf {
  text-decoration: underline;
  margin-right: 10px;
}
.download a span.pdf:before {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 20px; /*画像の幅*/
  height: 20px; /*画像の高さ*/
  background-image: url(img/icon-down.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.download a span.download-btn {
  background: #fff;
  padding: 5px;
  color: #F85F09;
}
/* dashed */
.dashed {
  padding: 30px;
  text-align: center;
  position: relative;
}
.dashed::before {
  content: "";
  background-image: linear-gradient(to right, #facdb4, #facdb4 8px, transparent 8px, transparent 12px), linear-gradient(to right, #facdb4, #facdb4 8px, transparent 8px, transparent 12px), linear-gradient(to bottom, #facdb4, #facdb4 8px, transparent 8px, transparent 12px), linear-gradient(to bottom, #facdb4, #facdb4 8px, transparent 8px, transparent 12px);
  background-size: 12px 2px, 12px 2px, 2px 12px, 2px 12px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
/* step */
.size-step {
  margin-bottom: 70px;
}
.size-step h2 {
  background-color: #f7e7de;
  text-align: left;
  padding: 10px 0;
  margin-bottom: 50px;
  font-size: 20px;
  position: relative;
}
.size-step h2 .step1-img {
  position: absolute;
  right: 50px;
  bottom: -20px;
  width: 180px;
}
.size-step h2 .step2-img {
  position: absolute;
  left: 550px;
  bottom: 0px;
  width: 180px;
}
.size-step h2 .step3-img {
  position: absolute;
  right: 150px;
  bottom: 0px;
  width: 100px;
}
.size-step h2:before {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 70px; /*画像の幅*/
  height: 70px; /*画像の高さ*/
  background-image: url("https://kutembea.jp/wp-content/themes/kutembea/img/curtains_process-measure/step1.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-right: 30px;
}
.size-step.step2 h2:before {
  background-image: url("https://kutembea.jp/wp-content/themes/kutembea/img/curtains_process-measure/step2.png");
}
.size-step.step3 h2:before {
  background-image: url("https://kutembea.jp/wp-content/themes/kutembea/img/curtains_process-measure/step3.png");
}
.size-step.step4 h2:before {
  background-image: url("https://kutembea.jp/wp-content/themes/kutembea/img/curtains_process-measure/step4.png");
}
.size-step > p {
  margin-bottom: 70px;
}
/*ステップ1.2*/
ul.size-step-flex {
  display: flex;
  justify-content: space-between;
}
ul.size-step-flex li {
  width: 30%;
}
ul.size-step-flex li img {
  margin: 30px 0;
}
ul.size-step-flex li p {
  text-align: left;
}
.img-point {
  position: relative;
}
ul.size-step-flex li img.ste-note-img {
  position: absolute;
  width: 110px;
  right: -70px;
  top: -50px;
}
.step2 ul.size-step-flex li img.ste-note-img {
  right: -30px;
  top: -60px;
}
/*ステップ3*/
ul.size-step-flex3 {
  display: flex;
  justify-content: space-between;
}
ul.size-step-flex3 li {
  width: 25%;
}
/*ステップ4*/
ul.size-step-flex4 {
  display: flex;
  justify-content: space-between;
}
ul.size-step-flex4 li {
  width: 50%;
}
ul.size-step-flex4 li h3 {
  position: relative;
}
ul.size-step-flex4 li h3 .step4-img {
  position: absolute;
  left: 0px;
  top: -20px;
  width: 200px;
}
ul.size-step-flex li h3, ul.size-step-flex3 li h3, ul.size-step-flex4 li h3 {
  font-size: 16px;
}
@media (max-width: 800px) {
  /*ダウンロード*/
  .download {
    width: auto;
  }
  .download a {
    width: 280px;
    font-size: 12px;
    padding: 15px 0;
  }
  .download img.down-img {
    width: 130px;
    top: auto;
    bottom: -60px;
    left: 0px;
  }
  /*step*/
  .size-step h2 {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 30px;
  }
  .size-step h2:before {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 5px;
  }
  .size-step h2 .step1-img {
    bottom: auto;
    right: 40px;
    top: -36px;
    width: 100px;
  }
  .size-step h2 .step2-img {
    left: 230px;
    width: 80px;
  }
  .size-step h2 .step3-img {
    right: 0;
    width: 60px;
  }
  .size-step > p {
    text-align: left;
  }
  .size-step {
    margin-bottom: 0;
  }
  ul.size-step-flex, ul.size-step-flex3, ul.size-step-flex4 {
    max-width: 600px;
    margin: 0 auto;
  }
  /*ステップ1.2*/
  ul.size-step-flex {
    flex-flow: column;
  }
  ul.size-step-flex li {
    width: 100%;
    margin-bottom: 70px;
  }
  ul.size-step-flex li img {
    margin: 10px 0;
  }
  /*ステップ3*/
  ul.size-step-flex3 {
    flex-wrap: wrap;
  }
  ul.size-step-flex3 li {
    width: 50%;
    margin-bottom: 70px;
  }
  /*ステップ4*/
  ul.size-step-flex4 {
    flex-flow: column;
  }
  ul.size-step-flex4 li {
    width: 100%;
    margin-bottom: 70px;
  }
  ul.size-step-flex4 li h3 .step4-img {
    top: -10px;
    width: 130px;
  }
}
/*吹き出し調整*/
@media (max-width: 800px) {
  ul.size-step-flex li img.ste-note-img {
    right: 0px;
    top: -40px;
  }
  .step2 ul.size-step-flex li img.ste-note-img {
    right: 0px;
  }
}
@media (max-width: 450px) {
  ul.size-step-flex li:first-of-type img {
    margin-top: 60px;
  }
  ul.size-step-flex li img.ste-note-img {
    top: -50px;
  }
  .step2 ul.size-step-flex li img.ste-note-img {
    top: -70px;
  }
}