@media screen and (max-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    padding: 2rem;
    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;
  }
  #result #result-series {
    background: #000;
  }
  #result .result-seris-3 {
    margin-bottom: 5%;
    padding: 5% 0;
    width: 100%;
    height: 34.4827586207vw;
    position: relative;
    background: #000;
  }
  #result .result-seris-3 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  #result .result-seris-3 dd {
    position: absolute;
    z-index: 1;
  }
  #result .result-seris-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  #result .result-seris-3 ul li {
    margin-bottom: 0.5% !important;
    width: 33%;
  }
  #result .result-series-4 {
    margin-bottom: 5%;
    padding: 5% 0;
    width: 100%;
    height: 100%;
    height: 71.4285714286vw;
    position: relative;
    background: #000;
  }
  #result .result-series-4 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  #result .result-series-4 dd {
    position: absolute;
    z-index: 1;
  }
  #result .result-series-4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  #result .result-series-4 ul li {
    margin-bottom: 0.5% !important;
    width: 25%;
  }
  #result .result-series-5 {
    margin-bottom: 5%;
    padding: 5% 0;
    width: 100%;
    height: 52.6315789474vw;
    position: relative;
    background: #000;
  }
  #result .result-series-5 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  #result .result-series-5 dd {
    position: absolute;
    z-index: 1;
  }
  #result .result-series-5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  #result .result-series-5 ul li {
    margin-bottom: 0.5% !important;
    width: 20%;
  }
  /*----------------------------------------
    #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;
  }
  /*----------------------------------------
    #contents
  ----------------------------------------*/
  #contents h3 {
    padding: 3rem;
    background: url(../images/back-contents.jpg) no-repeat center top;
    background-size: cover;
  }
  #contents dl dt {
    padding: 3rem 3rem 1rem;
    background: url(../images/back-contents.jpg) no-repeat center top;
    background-size: cover;
  }
  #contents dl ul {
    padding: 3rem 5% 3rem 15%;
    background: #000;
  }
  #contents dl li {
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    font-weight: normal;
  }
  /*----------------------------------------
    #recommend
  ----------------------------------------*/
  #recommend h3 {
    padding: 3rem 5% 3rem 35%;
    background: url(../images/back-recommend.jpg) no-repeat center top;
    background-size: cover;
  }
  #recommend .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #change
  ----------------------------------------*/
  #change h3 {
    padding: 3rem 5% 3rem 35%;
    background: url(../images/back-change.jpg) no-repeat center top;
    background-size: cover;
  }
  #change .text {
    padding: 3rem;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    padding: 10% 0 5%;
    background: url(../images/back-result.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #result .inner {
    margin: 0 35% 10% 5%;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  /*----------------------------------------
    #contents
  ----------------------------------------*/
  /*----------------------------------------
    #recommend
  ----------------------------------------*/
  /*----------------------------------------
    #change
  ----------------------------------------*/
}
@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-seris-3 {
    margin-bottom: 5%;
    padding: 5% 0;
    width: 100%;
    height: 34.4827586207vw;
    position: relative;
    background: #000;
  }
  #result .result-seris-3 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  #result .result-seris-3 dd {
    position: absolute;
    z-index: 1;
  }
  #result .result-seris-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  #result .result-seris-3 ul li {
    margin-bottom: 0.5% !important;
    width: 33%;
  }
  #result .result-series-4 {
    margin-bottom: 5%;
    padding: 5% 0;
    width: 100%;
    height: 45.4545454545vw;
    position: relative;
    background: #000;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #result .result-series-4 {
    height: 55.5555555556vw;
  }
}
@media screen and (min-width: 769px) {
  #result .result-series-4 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  #result .result-series-4 dd {
    position: absolute;
    z-index: 1;
  }
  #result .result-series-4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  #result .result-series-4 ul li {
    margin-bottom: 0.5% !important;
    width: 25%;
  }
  #result .result-series-5 {
    margin-bottom: 5%;
    padding: 5% 0;
    width: 100%;
    height: 52.6315789474vw;
    position: relative;
    background: #000;
  }
  #result .result-series-5 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  #result .result-series-5 dd {
    position: absolute;
    z-index: 1;
  }
  #result .result-series-5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  #result .result-series-5 ul li {
    margin-bottom: 0.5% !important;
    width: 20%;
  }
  #prologue {
    padding: 10% 0 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 40% 10% 5%;
  }
}
@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);
  }
  #contents {
    padding: 10% 0 5%;
    background: url(../images/back-contents.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #contents .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #contents .inner {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #contents h3 {
    margin-bottom: 5%;
  }
  #contents dl {
    margin-bottom: 8%;
  }
  #contents dl dt {
    margin-bottom: 2%;
  }
  #contents dl ul {
    padding: 5% 5% 5% 10%;
    background: #000;
  }
  #contents dl li {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
  }
  #recommend {
    padding: 10% 0 5%;
    background: url(../images/back-recommend.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #recommend .inner {
    margin: 0 5% 10% 35%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #recommend .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #recommend h3 {
    margin-bottom: 5%;
  }
  #recommend .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #change {
    padding: 10% 0 5%;
    background: url(../images/back-change.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #change .inner {
    margin: 0 5% 10% 35%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #change .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #change h3 {
    margin-bottom: 5%;
  }
  #change .text {
    padding: 10%;
    background: #fff;
    border-radius: 1rem;
  }
}
