@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 0 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;
  }
  /*----------------------------------------
    #target
  ----------------------------------------*/
  #target h3 {
    padding: 10% 3rem 40%;
    background: url(../images/back-target.png) no-repeat center top;
    background-size: cover;
  }
  #target .text {
    padding: 3rem;
  }
  #target-list li {
    background: linear-gradient(to right top, #9c27b0, #c21fa0, #de268f, #f23a7e, #ff536f);
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-size: 4vw;
    padding: 1rem 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  /*----------------------------------------
    #secret
  ----------------------------------------*/
  #secret h3 {
    padding: 3rem;
    background: url(../images/back-secret.jpg) no-repeat center top;
    background-size: cover;
  }
  #secret .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #income
  ----------------------------------------*/
  #income h3 {
    padding: 3rem 5% 3rem 30%;
    background: url(../images/back-income.jpg) no-repeat center top;
    background-size: cover;
  }
  #income .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #cross
  ----------------------------------------*/
  #cross h3 {
    padding: 5rem 52% 5rem 5%;
    background: url(../images/back-cross.jpg) no-repeat center center;
    background-size: cover;
  }
  #cross .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #profile
  ----------------------------------------*/
  #profile h3 {
    padding: 3rem 5% 3rem 40%;
    background: url(../images/back-profile.jpg) no-repeat center top;
    background-size: cover;
  }
  #profile .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;
  }
  #result .result-account {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #target
  ----------------------------------------*/
  #target {
    padding: 10% 0 5%;
    background: url(../images/back-target.png) no-repeat center top fixed;
    background-size: cover;
  }
  #target .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #target .inner {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #target h3 {
    margin-bottom: 5%;
  }
  #target .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  #target-list {
    margin-bottom: 5%;
  }
  #target-list li {
    background: linear-gradient(to right top, #9c27b0, #c21fa0, #de268f, #f23a7e, #ff536f);
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    padding: 27px 24px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #secret
  ----------------------------------------*/
  #secret {
    padding: 10% 0 5%;
    background: url(../images/back-secret.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #secret .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #secret .inner {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #secret h3 {
    margin-bottom: 5%;
  }
  #secret .text {
    margin: 0 auto;
    padding: 10%;
    width: 96%;
    background: rgba(255, 255, 255, 0.98);
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #income
  ----------------------------------------*/
  #income {
    padding: 10% 0 5%;
    background: url(../images/back-income.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #income .inner {
    margin: 0 5% 10% 30%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #income .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #income h3 {
    margin-bottom: 5%;
  }
  #income .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #cross
  ----------------------------------------*/
  #cross {
    padding: 10% 0 5%;
    background: url(../images/back-cross.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #cross .inner {
    margin: 0 50% 10% 5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #cross .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #cross h3 {
    margin-bottom: 5%;
  }
  #cross .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #profile
  ----------------------------------------*/
  #profile {
    padding: 10% 0 5%;
    background: url(../images/back-profile.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #profile .inner {
    margin: 0 5% 10% 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #profile .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #profile h3 {
    margin-bottom: 5%;
  }
  #profile .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
}
