@media screen and (max-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    padding: 2rem;
    background: url(../images/back-result.png) no-repeat center top;
    background-size: cover;
  }
  #result .result-scroll-heading {
    height: 55.56vw;
  }
  #result .result-scroll-heading-l {
    height: 100vw;
  }
  #result li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step h3 {
    padding: 5%;
    background: url(../images/back-step.jpg) no-repeat center top;
    background-size: cover;
  }
  #step dt, #step h4 {
    padding: 2rem;
    background: #0a2e40;
  }
  #step dd img {
    border: 5px solid #fff;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue h3 {
    padding: 3rem 5% 3rem 40%;
    background: url(../images/back-prologue.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 3rem;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    padding: 10% 0 5%;
    background: url(../images/back-result.png) no-repeat center top fixed;
    background-size: cover;
  }
  #result .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
  /*----------------------------------------
    #step
  ----------------------------------------*/
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #result .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #result h2 {
    margin-bottom: 5%;
  }
  #result h3 {
    margin-bottom: 5%;
  }
  #result h3:last-child {
    margin: 0 0 0 !important;
  }
  #result .result-scroll-heading-l {
    height: 62.5vw;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #result .result-scroll-heading-l {
    height: 50vw;
  }
}
@media screen and (min-width: 769px) {
  #result .result-scroll-heading {
    height: 45.4545454545vw;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #result .result-scroll-heading {
    height: 50vw;
  }
}
@media screen and (min-width: 769px) {
  #result .result-account-sp li, #result .result-account li, #result .result-chart li, #result .result-data li {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  #step {
    padding: 10% 0 3%;
    background: url(../images/back-step.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #step .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #step .inner {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #step h3 {
    margin-bottom: 5%;
  }
  #step dl {
    margin-bottom: 8%;
  }
  #step dt {
    margin-bottom: 3%;
  }
  #step dd img {
    border: 5px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  #prologue {
    padding: 10% 0 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 5% 0 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #prologue .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #prologue h3 {
    margin-bottom: 5%;
  }
  #prologue .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}
