section.daily {
  padding-top: 15px;
  padding-bottom: 25px;
  background: url(/lp/madamejuju/sp/assets/img/howto/bg_flower.png) no-repeat top center #f0bfd2;
  background-size: contain; }
  section.daily h2 {
    font-size: 27px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: -3px; }
    section.daily h2:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 18px;
      height: 24px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(/lp/madamejuju/sp/assets/img/howto/icon_ttl.png) no-repeat center;
      background-size: contain; }
    section.daily h2:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 90px;
      height: 1px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(/lp/madamejuju/sp/assets/img/howto/icon_ttl_bottom.png) no-repeat center;
      background-size: contain; }
  section.daily .image {
    margin-bottom: 15px; }
  section.daily .text {
    color: #222;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7; }

.steps {
  padding-top: 21%;
  padding-bottom: 19%;
  background: url(/lp/madamejuju/sp/assets/img/howto/bg_flowers_violet.png) no-repeat center 85px #9a2f70;
  background-size: contain;
  position: relative; }
  .steps:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 104px;
    background: url(/lp/madamejuju/sp/assets/img/howto/bg_overlay_violet_top.png) no-repeat top center;
    background-size: 100% auto; }
  .steps:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 259px;
    background: url(/lp/madamejuju/sp/assets/img/howto/bg_overlay_violet_bottom.png) no-repeat center calc(100% + 5px);
    background-size: 100% auto; }
  .steps h2 {
    font-size: 36px;
    color: #f6e4c0;
    padding-top: 28px;
    position: relative;
    margin-bottom: 14px;
    font-weight: bold;
    letter-spacing: -2px; }
    .steps h2:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 18px;
      height: 24px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(/lp/madamejuju/sp/assets/img/howto/icon_ttl_white.png) no-repeat center;
      background-size: contain; }
    .steps h2 span {
      color: #f6e4c0;
      font-size: 18px;
      margin-bottom: 8px;
      display: block;
      font-weight: normal; }
  .steps .text {
    font-size: 15px;
    color: #fff;
    line-height: 1.9;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 30px;
    font-weight: 400; }
    .steps .text p.note {
      font-size: 10px;
      text-align: center;
      margin-top: 9px; }
    .steps .text span {
      display: inline-block;
      font-size: 12px;
      vertical-align: text-top; }
  .steps .listItems {
    padding-top: 15px;
    padding-bottom: 13px;
    position: relative; }
    .steps .listItems:before {
      content: '';
      position: absolute;
      width: 320px;
      height: 1px;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(/lp/madamejuju/sp/assets/img/howto/img_line.png) no-repeat;
      background-size: contain; }
    .steps .listItems:after {
      content: '';
      position: absolute;
      width: 320px;
      height: 1px;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(/lp/madamejuju/sp/assets/img/howto/img_line.png) no-repeat;
      background-size: contain; }
    .steps .listItems .item {
      margin-left: -5px;
      margin-right: -5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .steps .listItems .item > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px; }
      .steps .listItems .item:not(.item4) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px; }
        .steps .listItems .item:not(.item4) .image {
          position: relative; }
          .steps .listItems .item:not(.item4) .image:before {
            content: '';
            position: absolute;
            bottom: -21px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 24px;
            height: 12px;
            background: url(/lp/madamejuju/sp/assets/img/howto/icon_arrow.png) no-repeat center;
            background-size: contain; }
      .steps .listItems .item.item3 .text {
        margin-bottom: 16px; }
        .steps .listItems .item.item3 .text p.bold {
          margin-bottom: 5px; }
      .steps .listItems .item.item4 .text p:not(.bold) {
        line-height: 1.6; }
      .steps .listItems .item.item4 .text span {
        display: block;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 14px;
        line-height: 1.9; }
    .steps .listItems .text {
      font-size: 14px;
      margin-bottom: 0; }
      .steps .listItems .text p.bold {
        color: #f6e4c0;
        font-size: 18px;
        line-height: 1.4; }
  .steps .noteText {
    color: #fff;
    font-size: 11px;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -1em; }

section.users {
  position: relative; }
  section.users:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url(/lp/madamejuju/sp/assets/img/howto/bg_flower.png) no-repeat top center #f0bfd2;
    background-size: contain;
    z-index: -1; }
  section.users h2 {
    font-size: 22px;
    padding-top: 27px;
    position: relative;
    margin-bottom: 22px;
    font-weight: bold;
    letter-spacing: -4px;
    margin-left: -10px;
    margin-right: -10px; }
    section.users h2:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 18px;
      height: 24px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(/lp/madamejuju/sp/assets/img/howto/icon_ttl.png) no-repeat center;
      background-size: contain; }
    section.users h2 span {
      display: block;
      font-weight: normal;
      font-size: 18px;
      margin-bottom: 5px;
      letter-spacing: -1px; }
  section.users h3 {
    color: #f6e4c0;
    font-size: 20px;
    margin-bottom: 22px; }
  section.users .listItems .content {
    padding: 8px 0 4px; }
  section.users .listItems .image {
    margin-bottom: 5px; }
  section.users .listItems .text {
    color: #fff;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    text-align: center; }
  section.users .listItems .item:not(:last-child) {
    margin-bottom: 10px; }
  section.users .frame .frame__top .l {
    background-image: url(/lp/madamejuju/sp/assets/img/howto/frame_tl_violet.png); }
  section.users .frame .frame__top .r {
    background-image: url(/lp/madamejuju/sp/assets/img/howto/frame_tr_violet.png); }
  section.users .frame .frame__top .c {
    background-image: url(/lp/madamejuju/sp/assets/img/howto/frame_tc_violet.png); }
  section.users .frame .frame__middle {
    background: url(/lp/madamejuju/sp/assets/img/howto/frame_l_violet.png) 0 0 repeat-y, url(/lp/madamejuju/sp/assets/img/howto/frame_r_violet.png) 100% 0 repeat-y;
    background-size: 19px 3px, 19px 3px; }
  section.users .frame .frame__center {
    background-image: url(/lp/madamejuju/sp/assets/img/howto/frame_repeat_violet.png);
    padding-left: 6px;
    padding-right: 6px; }
  section.users .frame .frame__bottom .l {
    background-image: url(/lp/madamejuju/sp/assets/img/howto/frame_bl_violet.png); }
  section.users .frame .frame__bottom .r {
    background-image: url(/lp/madamejuju/sp/assets/img/howto/frame_br_violet.png); }
  section.users .frame .frame__bottom .c {
    background-image: url(/lp/madamejuju/sp/assets/img/howto/frame_bc_violet.png); }
