@charset "UTF-8";
:root {
  --title-bg: #eee;
  --bg:#DEEBF7;
  --
  --font-family-base: YuGothic, "Yu Gothic Medium", "Yu Gothic", YuGothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pane-contents {
  overflow: hidden;
}
#orderflow {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
#orderflow a,
#orderflow :before,
#orderflow :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#orderflow .k {
  font-size: 0.7em;
}
#orderflow img {
  vertical-align: bottom;
  width: 100%;
}
#orderflow h1,
#orderflow h2,
#orderflow h3,
#orderflow h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#orderflow .center {
    text-align: center;
  }
  #orderflow .left {
    text-align: left;
  }
  #orderflow .right {
    text-align: right;
  }
  #orderflow .bold {
    font-weight: bold;
  }

#orderflow .fs14 {
    font-size: 1.4em;
  }
  @media (max-width: 768px) {
    #orderflow .fs14 {
      font-size: max(1.12em, 1em);
    }
  }
  #orderflow .mt0 {
    margin-top: 0px;
  }
  #orderflow .mt10 {
    margin-top: 10px;
  }
  #orderflow .mt20 {
    margin-top: 20px;
  }
  #orderflow .mt30 {
    margin-top: 30px;
  }
  #orderflow .mt40 {
    margin-top: 40px;
  }
  #orderflow .mt50 {
    margin-top: 50px;
  }
  #orderflow .mt60 {
    margin-top: 60px;
  }
  #orderflow .mt70 {
    margin-top: 70px;
  }
  #orderflow .mt80 {
    margin-top: 80px;
  }
  #orderflow .mt90 {
    margin-top: 90px;
  }
  #orderflow .mt100 {
    margin-top: 100px;
  }
  @media (max-width: 768px) {
    #orderflow .mt10 {
      margin-top: 10px;
    }
    #orderflow .mt20 {
      margin-top: 10px;
    }
    #orderflow .mt30 {
      margin-top: 10px;
    }
    #orderflow .mt40 {
      margin-top: 20px;
    }
    #orderflow .mt50 {
      margin-top: 20px;
    }
    #orderflow .mt60 {
      margin-top: 20px;
    }
    #orderflow .mt70 {
      margin-top: 30px;
    }
    #orderflow .mt80 {
      margin-top: 30px;
    }
    #orderflow .mt90 {
      margin-top: 30px;
    }
    #orderflow .mt100 {
      margin-top: 30px;
    }
  }
  #orderflow .mb0 {
    margin-bottom: 0px;
  }
  #orderflow .mb10 {
    margin-bottom: 10px;
  }
  #orderflow .mb20 {
    margin-bottom: 20px;
  }
  #orderflow .mb30 {
    margin-bottom: 30px;
  }
  #orderflow .mb40 {
    margin-bottom: 40px;
  }
  #orderflow .mb50 {
    margin-bottom: 50px;
  }
  #orderflow .mb60 {
    margin-bottom: 60px;
  }
  #orderflow .mb70 {
    margin-bottom: 70px;
  }
  #orderflow .mb80 {
    margin-bottom: 80px;
  }
  #orderflow .mb90 {
    margin-bottom: 90px;
  }
  #orderflow .mb100 {
    margin-bottom: 100px;
  }
  @media (max-width: 768px) {
    #orderflow .mb10 {
      margin-bottom: 10px;
    }
    #orderflow .mb20 {
      margin-bottom: 10px;
    }
    #orderflow .mb30 {
      margin-bottom: 10px;
    }
    #orderflow .mb40 {
      margin-bottom: 20px;
    }
    #orderflow .mb50 {
      margin-bottom: 20px;
    }
    #orderflow .mb60 {
      margin-bottom: 20px;
    }
    #orderflow .mb70 {
      margin-bottom: 30px;
    }
    #orderflow .mb80 {
      margin-bottom: 30px;
    }
    #orderflow .mb90 {
      margin-bottom: 30px;
    }
    #orderflow .mb100 {
      margin-bottom: 30px;
    }
}

@media screen and (min-width: 769px) {
    #orderflow {
      font-size: 16px;
    }
    #orderflow .inner {
      min-width: 1000px;
      max-width: 1000px;
      margin: auto;
      width: calc(100% - 50px);
    }
    #orderflow .inner_mini {
      min-width: 700px;
      max-width: 700px;
      margin: auto;
      width: calc(100% - 50px);
    }
    #orderflow .sp {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    #orderflow {
      font-size: 15px;
    }
    #orderflow .inner,
    #orderflow .inner_mini {
      padding: 0 5%;
    }
    #orderflow .pc {
      display: none;
    }
  }


  @media screen and (min-width: 769px) {
    #orderflow .stepimg {
        width: 50%;
        margin-top: 30px;
    }
    #orderflow .bg {
        border: solid var(--bg);
        padding: 30px;
        margin-top: 60px;
      }
    #orderflow .list {
        width: 700px;
        line-height: 2;
        text-indent:-1em;
        margin: auto;
    }

  }

  #orderflow .title_bg {
    background: var(--title-bg);
    padding: 25px 10px;
    font-weight: bold;
    text-align: center;
  }
  @media (max-width: 768px) {
    #orderflow .title_bg {
      padding: 10px;
    }
    #orderflow .bg {
        border: solid var(--bg);
        margin: 4% 0 4% 0;
        padding: 2%;
    }
    #orderflow .left_sp {
        text-align: left;
    }
    #orderflow .list {
        text-indent:-0.5em;
    }
  }
  

  