@media screen and (max-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #media {
    /* background: url(../images/media-background.jpg) no-repeat center top; */
    background: #fa3e17;
    background-size: cover;
    padding: 3% 0;
  }
  #media h3 img {
    padding: 1rem 2rem;
    /* background: rgba(0, 0, 0, 0.4); */
  }

  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice {
    background: url(../images/result-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #voice h3 {
    padding: 0rem 2rem 0rem 2rem;
  }
  #voice .inner {
    padding: 3rem 1rem 3rem 1rem;
  }
  #voice ul {
    padding: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice .voice-list {
    padding: 3% 0% 5%;
    /* background: #c4f5ff; */
  }

  #voice .voice-list .voice-list-inner, #voice ul dl {
    margin-bottom: 1%;
    width: 49.0%;
  }
  #voice .voice-list .voice-list-inner li:not(:has(img)) {
    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 .voice-list .voice-list-inner li:has(img) {
    width: 40%;
    margin: 0 auto 1%;
    border: 5px solid #fff;
    border-radius: 100px;
    background: #fff;
  }
  #voice li:last-child {
    margin-bottom: 0em !important;
  }
  #voice li span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: bold;
  }

  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    background: url(../images/result-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #result h3 img {
    padding: 1rem 2rem;
    /* background: rgba(0, 0, 0, 0.4); */
  }
  #result .inner {
    background: #000;
  }
  .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    line-height: 0;
  }
  .result-chart li:first-child {
    border-top: 1px solid #fff;
  }
  .result-data-scroll {
    height: 20rem;
    overflow: scroll;
  }
  .result-data-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .result-data-heading-scroll {
    margin: 0 auto 1rem;
    width: 100%;
    height: calc(100vw / 2);
    overflow: scroll;
    position: relative;
  }
  .result-data-heading-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading-scroll h4 {
    padding: 0 !important;
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    background: none !important;
  }
  .result-data-heading-scroll h4 small {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    display: block;
  }
  .result-data-heading-scroll .data {
    position: absolute;
    z-index: 1;
  }
  #result  .result-data {
    margin: 0 auto;
    width: 100%;
    height: calc(100vh / 3);
    overflow: scroll;
    position: relative;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------
  #prologue h3 {
    padding: 3rem 1rem 3rem 15rem;
    background: url(../images/prologue-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 3rem;
  }*/
}

@media screen and (min-width: 769px) {
  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice {
    padding: 10% 0 5%;
    background: url(../images/result-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #voice .inner {
    margin: 0 auto;
    width: 70%;
  }
  #voice h3 {
    margin: 0px 10%;
  }
  #voice ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice .voice-list .voice-list-inner, #voice ul dl {
    margin-bottom: 1%;
    width: 48.0%;
  }
  #voice .voice-list .voice-list-inner li:not(:has(img)) {
    width: 100%;
    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 .voice-list .voice-list-inner li:has(img) {
    width: 25%;
    margin: 0 auto 1%;
    border: 10px solid #ffff;
    border-radius: 100px;
    background: #fff;
  }
  #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 {
    background: url(../images/result-background.jpg) no-repeat center top fixed;
    background-size: cover;
    padding: 10% 0 5%;
  }
  #result .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  #result .inner {
    margin: 0 auto 10%;
    width: 60%;
  }

  .result-data {
      margin: 0 auto 5%;
      width: 100%;
      height: calc(100vw / 3);
      overflow: hidden!important;
      overflow-y: scroll!important;
      position: relative;
  }
  .result-data h4 {
      width: 80%;
      position: absolute;
      top: 5%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      margin-top: 0!important;
  }
  .result-data li {
    margin-bottom: 0!important;
  }
  #result .result-chart {
    width: 70%;
    margin: 0 auto;
  }
  /*----------------------------------------
    #media
  ----------------------------------------*/
  #media {
    /* background: url(../images/media-background.jpg) no-repeat center top fixed; */
    background: #fa3e17;
    background-size: cover;
    padding: 5% 0 5%;
  }
  #media .inner {
    margin: 0 auto 10%;
    width: 100%;
  }
  #media h3 {
    margin: 0 auto 2%;
    width: 40%;
  }
  .splide__track, .splide__list {
    transition-timing-function: linear !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #result .inner {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #result h3 {
    margin-bottom: 5%;
  }
  .result-data {
    margin-bottom: 5%;
  }
  .result-data-scroll {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    overflow: scroll;
  }
  .result-data-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading-scroll {
    margin: 0 auto 5%;
    width: 100%;
    height: calc(100vw / 2.5);
    overflow: scroll;
    position: relative;
    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-chart li {
    border: 1px solid #ece1898c;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .result-data-heading-scroll {
    height: calc(100vw / 2.0);
  }
}

@media screen and (min-width: 769px) {
  .result-data-heading-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading-scroll h4 {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
  }
  .result-data-heading-scroll h4 small {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    display: block;
  }
  .result-data-heading-scroll .data {
    position: absolute;
    z-index: 1;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------
  #prologue {
    padding: 10% 0 5%;
    background: url(../images/prologue-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 auto;
    width: 60%;
  }*/
}

/*@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(0, 0, 0, 0.5);
  }
  #prologue .text p {
    color: #fff;
  }
}*/


.inner-ptop{padding-top: 50px;}
