@media screen and (max-width: 769px) {
  /*----------------------------------------
    #point
  ----------------------------------------*/
  #point {
    background: #ffd600;
  }
  #point h3 {
    padding: 3rem 5%;
    border-bottom: 1px solid #000;
  }
  #point dt {
    padding: 1rem 1rem 2rem;
  }
  #point ul {
    padding: 2rem;
    background: #000;
  }
  #point li {
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    font-weight: normal;
  }
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    padding: 2rem;
    background: url(../images/back-result.jpg) no-repeat center top;
    background-size: cover;
  }
  #result h4 {
    background: url(../images/back-result.jpg) 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;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue h3 {
    padding: 3rem 40% 3rem 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #cross
  ----------------------------------------*/
  #cross h3 {
    padding: 2rem 2rem;
    background: url(../images/back-cross.jpg) no-repeat center top;
    background-size: cover;
  }
  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice h3 {
    padding: 2rem 2rem;
    background: url(../images/back-voice.jpg) no-repeat center top;
    background-size: cover;
  }
  #voice ul {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice ul li, #voice ul dl {
    margin-bottom: 1%;
    width: 49.5%;
  }
  #voice li {
    margin-bottom: 1em;
    padding: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    text-align: center;
    line-height: 150%;
    font-weight: bold;
    background: rgb(255, 21, 93);
    background: linear-gradient(45deg, rgb(255, 21, 93) 0%, rgb(255, 163, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff155d",endColorstr="#ffa300",GradientType=1);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  #voice li:last-child {
    margin-bottom: 1em !important;
  }
  #voice li span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    padding: 10% 0 0;
    background: url(../images/back-result.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #result .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
  /*----------------------------------------
    #point
  ----------------------------------------*/
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  /*----------------------------------------
    #cross
  ----------------------------------------*/
  /*----------------------------------------
    #voice
  ----------------------------------------*/
}
@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-data, #result .result-account li, #result .result-chart 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;
  }
  #point {
    padding: 10% 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 h3 {
    margin-bottom: 5%;
  }
  #point dl {
    margin-bottom: 5%;
  }
  #point dt {
    margin-bottom: 3%;
  }
  #point ul {
    padding: 5%;
    background: #000;
  }
  #point li {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
  }
  #prologue {
    padding: 10% 0 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 45% 10% 5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #prologue .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #prologue h3 {
    margin-bottom: 5%;
  }
  #prologue .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #cross {
    padding: 5% 0;
    background: url(../images/back-cross.jpg) no-repeat left top fixed;
    background-size: cover;
  }
  #cross .inner {
    margin: 0 auto;
    width: 80%;
  }
  #voice {
    padding: 5% 0;
    background: url(../images/back-voice.jpg) no-repeat left top fixed;
    background-size: cover;
  }
  #voice .inner {
    margin: 0 auto;
    width: 90%;
  }
  #voice h3 {
    margin-bottom: 3%;
  }
  #voice ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice ul li, #voice ul dl {
    margin-bottom: 1%;
    width: 49.5%;
  }
  #voice li {
    margin-bottom: 1em;
    padding: 1em;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 150%;
    font-weight: bold;
    background: rgb(255, 21, 93);
    background: linear-gradient(45deg, rgb(255, 21, 93) 0%, rgb(255, 163, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff155d",endColorstr="#ffa300",GradientType=1);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  #voice li:last-child {
    margin-bottom: 1em !important;
  }
  #voice li span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: bold;
  }
}
