@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 h4 {
    padding: 2rem 2rem 0;
    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 .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  #result .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  /*----------------------------------------
    #point
  ----------------------------------------*/
  #point {
    padding: 3rem 2rem;
    background: #ffd600;
  }
  #point h2 {
    margin-bottom: 1rem;
  }
  #point h3 {
    margin-bottom: 1rem;
  }
  #point dl {
    margin: 0 auto 2rem;
  }
  #point dt {
    margin-bottom: 1rem;
  }
  #point dd {
    margin: 0 auto;
    width: 97%;
  }
  #point dd img {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }
  #point ul {
    padding: 3rem;
    background: #000;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  #point li {
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue h3 {
    padding: 3rem;
    background: url(../images/back-prologue.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue h3 {
    padding: 5rem 35% 5rem 2rem;
    background: url(../images/back-epilogue.jpg) no-repeat center center;
    background-size: cover;
  }
  #epilogue .text {
    padding: 3rem;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    padding: 10% 0 0;
    background: url(../images/back-result.png) no-repeat center top fixed;
    background-size: cover;
  }
  #result .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
}
@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 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;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #point
  ----------------------------------------*/
  #point {
    padding: 0 0 5%;
    background: #ffd600;
  }
  #point .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #point .inner {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #point h2 {
    margin-bottom: 5%;
  }
  #point h3 {
    margin-bottom: 5%;
  }
  #point dl {
    margin-bottom: 5%;
  }
  #point dt {
    margin-bottom: 3%;
  }
  #point dd {
    margin: 0 auto 5%;
    width: 97%;
  }
  #point dd img {
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
  }
  #point ul {
    padding: 5%;
    background: #000;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
  #point li {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue {
    padding: 10% 0 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #prologue .inner {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #prologue h3 {
    margin-bottom: 5%;
  }
  #prologue .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue {
    padding: 10% 0 5%;
    background: url(../images/back-epilogue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #epilogue .inner {
    margin: 0 40% 0 8%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #epilogue .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #epilogue h3 {
    margin-bottom: 5%;
  }
  #epilogue .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
}
