@media screen and (max-width: 769px) {
  /*----------------------------------------
  #launch
  ----------------------------------------*/
  #launch h3 {
    padding: 1rem 1rem 1rem 1rem;
    background: url(../images/launch-background.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 8;
  }
  #launch h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9;
  }
  #launch h3 img {
    position: relative;
    z-index: 10;
  }
  #launch dt {
    padding: 1rem 1rem 1rem 1rem;
    background: url(../images/launch-background.jpg) repeat center top;
    background-size: cover;
  }
  #launch dd {
    padding: 0rem;
    background: #fff;
  }
  #launch dd p {
    color: #000;
  }
  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice h3 {
    padding: 1rem 1rem;
    background: url(../images/voice-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #voice-list {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice-list li {
    /* margin-bottom: 0; */
    width: 100%;
  }
  .fukidashi_area:last-child {
    margin-bottom: 3%;
  }
  .fukidashi_area:last-child .balloon:last-child::before {
    left: 95%;
    transform: rotate(-35deg);
  }
  /* 吹き出し本体 */
  .balloon{
    width: 100%;
    position: relative;
    padding: 3%;
    background-color: #fff;
    filter: drop-shadow(0 0 2px #000)drop-shadow(0 0 5px #000);
    color: #ffffff;
    border-radius: 10px;
  }
  .balloon:nth-of-type(odd) {
    position: relative;
    z-index: 8;
  }
  #voice .balloon p {
    color: #000;
    font-weight: bold;
  }
  /* アイコンを下に表示 */
  .balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 7px;
    bottom: -8px;
    border-top: 14px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transform: rotate(-35deg);
}

  .fukidashi_area:nth-of-type(even) .balloon::before {
    left: 7px;
    transform: rotate(35deg);
  }
  #voice .voice-message-write {
    padding: 1rem;
    background: #fceabb;
    background: linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 );
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #voice .voice-message-write dt {
    margin: 1.5em 0;
    padding: 2em;
    width: 60%;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 160%;
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #fff;
    border-radius: 2rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
  #voice .voice-message-write dt:before {
    content: "";
    position: absolute;
    top: 33.5%;
    left: 100%;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
  }
  #voice .voice-message-write dd {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
  #voice .voice-message-write dd p {
    padding: .5em 1em;
    position: absolute;
    pointer-events: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
  }

  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    background: url(../images/result-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #result h3 img {
    padding: 3rem 1rem;
    /* background: rgba(0, 0, 0, 0.4); */
  }
  #result .inner {
    background: #000;
  }
    .result-data {
    width: 100%;
    height: calc(100vw / 2.5);
    overflow-y: scroll;
    position: relative;
  }
  .result-data h4 {
    width: 80%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .result-data li{
    margin-bottom: 0;
  }
  .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #000;
  }
  .result-chart li:first-child {
    border-top: 1px solid #000;
  }
  .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 .text {
    padding: 3rem;
    background: rgb(0 0 0 / 95%);
  }
  #result .text p{
    color: #fff;
  }
  /*----------------------------------------
    #future
  ----------------------------------------*/
  #future h3 {
    background: url(../images/future-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #future h3 img {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.5);
  }
  #future .text {
    padding: 3rem;
    background: rgb(255 255 255 / 95%);
  }
  #future p {
    color: #000;
  }
  #future .box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
  }
  #future .box1 p {
    margin: 0; 
    padding: 0;
  }
  /*----------------------------------------
    #cross
  ----------------------------------------*/
  .mb-30, .mb-40 {
    margin-bottom: 0!important;
  }
  .text .mb-40 {
    margin-bottom: 5.3333333333vw !important;
  }
  #cross h3 {
    padding: 2rem 3rem 2rem 3rem;
    background: url(../images/cross-background.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  #cross h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #00000085;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  #cross h3 img{
    position: relative;
    z-index: 3;
  }
  #cross .text {
    padding: 3rem;
    background: #fff;
  }
  #cross p {
    color: #000;
  }
  #cross ul.compare-list{
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #fff;
  }
  #cross ul.rich{
    background: #fff;
    border: none;
  }
  #cross ul.rich p{
    color: #333;
  }
  #cross ul.compare-list li{
    width: 100%;
    margin-bottom: 0;
    align-self:center;
  }
  #cross ul.compare-list li P{
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 80%;
    font-weight: bold;
  }
  #cross ul.compare-list li p span{
    font-size:16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  #cross ul.compare-list li br{
    display: block;
  }

  #cross ul.compare-list li.txt{
    padding: 8% 8%;
  }
  #cross ul.compare-list li.img{
    border: solid 1px #fff;
  }
  #cross ul.compare-list li.list1{
    order: 1;
  }
  #cross ul.compare-list li.list2{
    order: 2;
  }
  #cross ul.compare-list li.list3{
    order: 4;
  }
  #cross ul.compare-list li.list4{
    order: 3;
  }
  #cross ul.compare-list li.list5{
    order: 5;
  }
  #cross ul.compare-list li.list6{
    order: 6;
  }
  /*----------------------------------------
    #teacher
  ----------------------------------------*/
  #teacher h3 {
    background: url(../images/teacher-background.jpg) no-repeat top center;
    background-size: cover;
    z-index: 1;
    padding: 4rem 11rem 4rem 1rem;
  }
  #teacher .text {
    padding: 2rem;
    background: rgb(207 230 255);
  }
  #teacher .text img {
    border: 1px solid #aaa;
  }
  #teacher p {
    color: #000000;
  }
  table th {
    background: #289bc7;
  }
  table th,
  table td{
  border: 0px solid #fff;
  width:100%;
  display:block;
}
#teacher table td p {
  color: #000;
  font-size: 2rem;
}
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq {
    padding-bottom: 3rem;
  }
  #faq h3 {
    padding: 2rem 0rem;
    background: url(../images/faq-background.jpg) no-repeat center center;
    background-size: cover;
  }
  #faq h3 img {
    filter: drop-shadow(0 0 5px #000);
  }
  #faq dl {
    margin: 0 auto 1rem;
    width: 95%;
  }
  #faq dl:first-of-type{
    margin-top: 1rem;
  }
  #faq dt {
    padding: 2rem;
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    line-height: 160%;
    background: rgba(241, 90, 36, 0.95);
  }
  #faq dt p {
    color: #fff;
    font-weight: bold;
  }
  #faq dd {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
    line-height: 160%;
  }
  #faq dd li {
    line-height: 160%;
  }
  /* ----------------------------------------------------

    注意事項(アフィリ用)

---------------------------------------------------- */
  #notes {

  }
  #notes dl {
    font-size: 2.5vw;
    letter-spacing:.1em;
    width: 90%;
    padding: 1%;
  }
  #notes dt{
    font-size: 3vw;
  }
  /*----------------------------------------
    #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) {
  /*----------------------------------------
  #launch
  ----------------------------------------*/
  #launch {
    padding: 10% 0 5%;
    background: url(../images/launch-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #launch .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
  #launch h3 {
    margin: 0 auto 2%;
    width: 70%;
  }
  #launch dl {
    margin-bottom: 10%;
  }
  #launch dt {
    /* margin-bottom: 5%; */
  }
  #launch dd {
    /* padding: 10%; */
    background: #fff;
  }
  #launch dd p {
    color: #000;
  }
  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice {
    padding: 10% 0 5%;
    background: url(../images/voice-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #voice .inner {
    width: 75%;
    margin: 0 auto;
  }
.fukidashi_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: .7%;
}
.fukidashi_area:nth-of-type(odd) {
  position: relative;
  z-index: 5;
}

  /* 吹き出し本体 */
.balloon{
  width: 49.5%;
  position: relative;
  padding: 1%;
  background-color: #fff;
  filter: drop-shadow(0 0 2px #000)drop-shadow(0 0 5px #000);
  color: #ffffff;
  border-radius: 10px;
}
#voice .balloon p {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}
/* アイコンを下に表示 */
.balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 7px;
    bottom: -17px;
    border-top: 30px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    transform: rotate(-35deg);
}

.fukidashi_area:nth-of-type(even) .balloon::before {
  left: 7px;
  transform: rotate(22deg);
}

}

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

@media screen and (min-width: 769px) {
  #voice h3 {
    margin-bottom: 5%;
  }
  #voice-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice-list:not(:last-child) {
    margin-bottom: 10%;
  }
  #voice-list li {
    width: 100%;
  }
  .voice-message-write {
    margin-bottom: 3%;
    padding: 5%;
    background: #fceabb;
    background: linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 );
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
  .voice-message-write dt {
    margin: 1.5em 0;
    padding: 2em;
    width: 80%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 160%;
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #fff;
    border-radius: 2rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
  .voice-message-write dt:before {
    content: "";
    position: absolute;
    top: 33.5%;
    left: 100%;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
  }
  .voice-message-write dd {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
  .voice-message-write dd p {
    padding: .5em 1em;
    position: absolute;
    pointer-events: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
  }
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    background: url(../images/result-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #result .overlay {
    padding: 10% 0 5%;
    /* background: rgba(0, 0, 0, 0.5); */
  }
  #result .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
  .result-data {
    margin: 0 auto 5%;
    width: 100%;
    height: calc(100vw / 3.7);
    overflow-y: scroll;
    position: relative;
  }
  .result-data h4 {
    width: 80%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .result-data li{
    margin-bottom: 0;
  }
  #result .text {
    padding: 10% 8%;
    background: rgb(0 0 0 / 98%);
    /* box-shadow: 0 0 10px #fff; */
    border: 1px solid #ca8d27;
  }
  #result .text p {
    color: #fff;
  }
  /*----------------------------------------
    #future
  ----------------------------------------*/
  #future {
    background: url(../images/future-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #future .overlay {
    padding: 10% 0 5%;
    background: rgb(241 233 233 / 13%);
  }
  #future .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
  #future h3 {
    margin-bottom: 5%;
  }
  #future .text {
    margin: 0 auto 10%;
    padding: 10%;
    background: rgb(255 255 255 / 95%);
  }

  #future .text p {
    color: #000;
  }

  #future .future-img {
    padding: 3px 75px 4px 1px;
}
/*----------------------------------------
    #cross
  ----------------------------------------*/
  #cross {
    padding: 5% 0 5%;
    background: url(../images/cross-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #cross .inner {
    margin: 0 5% 10% 40%;
  }
  #cross h3 {
    margin: 5% 0;
  }
  #cross .text {
    margin: 0 auto;
    padding: 10%;
    width: 100%;
    background: rgb(255 255 255 / 95%);
    /* border-radius: 10px; */
  }
  #cross p {
    color: #000;
  }
  #cross .result-data-heading-scroll.mb-40 {
    height: calc(100vw / 4.5);
  }
  #cross ul.compare-list{
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #fff;
  }
  #cross ul.rich{
    background: #fff;
    border: none;
  }
  #cross ul.rich p{
    color: #000;
  }
  #cross ul.compare-list li{
    width: 50%;
    margin-bottom: 0;
    align-self:center;
  }
  #cross ul.compare-list li P{
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 80%;
    font-weight: bold;
  }
  #cross ul.compare-list li P span{
    font-size:16px;
    font-size: 1.6rem;
    font-weight: normal;
  }

  #cross ul.compare-list li.txt{
    padding: 2% 4%;
  }
  #cross ul.compare-list li.img{
    border: solid 1px #fff;
  }
  /*----------------------------------------
    #teacher
  ----------------------------------------*/
  #teacher {
    padding: 10% 0 5%;
    background: url(../images/teacher-background.jpg) no-repeat center top fixed;
    background-size: cover;
    background-blend-mode: multiply;
  }
  #teacher .inner {
    margin: 0 40% 10% 5%;
  }
  #teacher .text {
    padding: 10% 8%;
    background: rgb(255 255 255 / 95%);
    box-shadow: 0 0 10px #3f2d00;
  }
  #teacher .text img {
    border: 1px solid #aaa;
  }
  #teacher h3 {
    margin-bottom: 5%;
  }
  #teacher p {
    color: #000000;
    font-size: 2.0rem;
  }
  #teacher table td p{
    color: #000;
    margin-bottom: 0;
  }
  #teacher table td p:first-child {
    padding: 4% 5%;
  }
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq {
    padding: 10% 0 5%;
    background: url(../images/faq-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #faq .inner {
    width: 70%;
    margin: 0 auto;
  }
  #faq h3 {
    margin-bottom: 5%;
    text-align: center;
  }
  #faq dl {
    margin-bottom: 5%;
  }
  #faq dt {
    padding: 3% 5%;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 160%;
    background: rgba(241, 90, 36, 0.95);
  }
  #faq dt p {
    color: #fff;
    font-weight: bold;
  }
  #faq dd {
    padding: 3% 5%;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
    font-size: 16px;
    font-size: 1.8rem;
    line-height: 160%;
  }
  #faq dd li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }
  #faq dd .ifrm-container {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  #faq dd .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
  #faq .comment p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #faq .comment h4 {
    margin-bottom: 1em;
    padding-bottom: .3em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px dotted #333;
  }
}

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

  #faq .inner {
    margin: 0 auto;
    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%;
  }*/
}

#future .text .left {
  width: 50%;
  margin: 0 0 0 auto;
}
.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #fff;
}
.box3 p {
  /*margin: 20px; */
  padding: 5px;
}
/*.box3 {
  padding: 0em 1em;
  margin: 2em 0;
  color: #2c2c2f;
  background: #cd4302;
}
.box3 p {
  margin: 20px; 
  padding: 20px;
}*/
/* ----------------------------------------------------

    注意事項(アフィリ用)

---------------------------------------------------- */

#notes {
  background-color: #ececec;
  text-align: left;
  padding: 2% 0%;
}
#notes dl {
  font-size: 1.2vw;
  margin-bottom: 0%;
  letter-spacing:.1em;
  border 0.05rem solid #C3C8CD;
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}
#notes dt{
  margin-bottom: 0.5%;
  font-weight: 600;
  font-size: 1.4vw;
}

/*@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;}
