@charset "UTF-8";
@media screen and (max-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    background: url(../images/back-result.jpg) no-repeat center top;
    background-size: cover;
  }
  #result h3 img {
    padding: 2rem;
    background: rgba(0, 0, 0, 0.3);
  }
  .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-data-scroll {
    height: 20rem;
    overflow: scroll;
  }
  .result-data-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .result-data-scroll li {
    margin-bottom: 0;
  }
  .result-data-scroll-heading {
    margin: 0 auto;
    width: 100%;
    height: calc(100vw / 2);
    overflow: scroll;
    position: relative;
  }
  .result-data-scroll-heading iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-scroll-heading h4 {
    padding: 0 !important;
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    background: none !important;
  }
  .result-data-scroll-heading 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-scroll-heading .data {
    position: absolute;
    z-index: 1;
  }
  .result-data-scroll-heading li {
    margin-bottom: 0;
  }
  .result-chart-chart-3 {
    margin-bottom: 1rem;
    padding: 2rem 0;
    width: 100%;
    height: calc(100vw / 2.0);
    position: relative;
    background: #000;
  }
  .result-chart-chart-3 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  .result-chart-chart-3 dd {
    position: absolute;
    z-index: 1;
  }
  .result-chart-chart-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  .result-chart-chart-3 ul li {
    margin-bottom: .5% !important;
    width: 33%;
  }
  #voice-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice-list li {
    margin-bottom: 0;
    width: 49.5%;
  }
  /*----------------------------------------
    #realtrade
  ----------------------------------------*/
  /*----------------------------------------
    #guarantee
  ----------------------------------------*/
  .guarantee h3 {
    padding: 3rem 1rem 3rem 15rem;
    background: url(../images/back-guarantee.jpg) no-repeat center top;
    background-size: cover;
  }
  .guarantee .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit {
    background: #000;
  }
  #merit h3 {
    padding: 3rem 5rem;
    background: url(../images/back-merit.png) no-repeat center top;
    background-size: cover;
  }
  #merit dt {
    padding: 2rem;
  }
  #merit dd {
    padding: 3rem;
    background: #fff;
  }
  /*----------------------------------------
    #recommend
  ----------------------------------------*/
  #recommend h3 {
    padding: 3rem 1rem 3rem 15rem;
    background: url(../images/back-recommend.jpg) no-repeat center top;
    background-size: cover;
  }
  #recommend .text {
    padding: 3rem;
  }
  #recommend .recommend-list {
    margin-bottom: 1rem;
  }
  #recommend .recommend-list dd {
    padding: 3rem;
    background: #fff;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue h3 {
    padding: 3rem 15rem 3rem 2rem;
    background: url(../images/back-prologue.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #inheritance
  ----------------------------------------*/
  #inheritance h3 {
    padding: 3rem 1rem 3rem 15rem;
    background: url(../images/back-inheritance.jpg) no-repeat center top;
    background-size: cover;
  }
  #inheritance .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #auto
  ----------------------------------------*/
  #auto h3 {
    background: url(../images/back-auto.jpg) no-repeat center top;
    background-size: cover;
  }
  #auto h3 img {
    padding: 3rem 1rem;
    background: rgba(0, 0, 0, 0.3);
  }
  #auto .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #golden
  ----------------------------------------*/
  #golden h3 {
    padding: 3rem 5rem;
    background: url(../images/back-golden.jpg) no-repeat center top;
    background-size: cover;
  }
  #golden .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #easy
  ----------------------------------------*/
  #easy h3 {
    padding: 3rem 15rem 3rem 2rem;
    background: url(../images/back-easy.jpg) no-repeat center top;
    background-size: cover;
  }
  #easy .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #discretion
  ----------------------------------------*/
  #discretion h3 {
    padding: 3rem 2rem;
    background: url(../images/back-discretion.jpg) no-repeat center top;
    background-size: cover;
  }
  #discretion .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #step
  ----------------------------------------*/
  /*----------------------------------------
    #limited
  ----------------------------------------*/
  #limited h3 {
    padding: 3rem 15rem 3rem 2rem;
    background: url(../images/back-limited.jpg) no-repeat center top;
    background-size: cover;
  }
  #limited .text {
    padding: 3rem;
  }
  .limited-schedule {
    margin-bottom: 3rem;
  }
  .limited-schedule dd {
    padding: 2rem;
    background: #a67c52;
  }
  .limited-schedule dd dt {
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dotted #fff;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }
  .limited-schedule dd dt span {
    margin: 0 1em .5em 0;
    padding: .2em .5em;
    color: #a67c52;
    background: #fff;
    display: inline-block;
  }
  .limited-schedule dd dd {
    padding: 0;
  }
  .limited-schedule dd dd p {
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
  }
  /*----------------------------------------
    #contents
  ----------------------------------------*/
  #contents {
    background: url(../images/back-contents.jpg) repeat-y center top;
    background-size: 100%;
  }
  #contents h4 {
    padding: 1rem;
  }
  #contents .text {
    padding: 3rem;
    background: #fff;
  }
  .curriculum {
    margin-bottom: 5%;
  }
  .curriculum h5 {
    padding: .5em;
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #000;
  }
  .curriculum ul {
    padding: 2rem;
    background: #da7500;
  }
  .curriculum li {
    padding: .5em 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    background: #000;
    border-bottom: 0;
  }
  .curriculum li:last-child {
    border-bottom: none;
  }
  .curriculum li ul {
    margin-bottom: 0;
    padding: .5em 0 0;
  }
  /*----------------------------------------
    #bonus
  ----------------------------------------*/
  #bonus h3 {
    background: url(../images/back-bonus.jpg) repeat center top;
    background-size: cover;
  }
  #bonus h3 img {
    padding: 3rem 3rem;
    background: rgba(0, 0, 0, 0.2);
  }
  #bonus dt {
    padding: 1rem 1rem 1rem;
    background: #000;
  }
  #bonus dd {
    padding: 3rem;
  }
  /*----------------------------------------
    #price
  ----------------------------------------*/
  #price h3 {
    padding: 2rem 3rem;
    background: #0b1f2a;
  }
  #price .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq h3 {
    padding: 5rem 0;
    background: url(../images/back-faq.jpg) no-repeat center center;
    background-size: cover;
    font-size: 30px;
    font-size: 8vw;
    color: #fff;
    font-weight: 900;
    line-height: 120%;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
  }
  #faq h3 span {
    font-weight: 900;
    line-height: 120%;
    font-family: 'Kosugi Maru', sans-serif;
  }
  #faq h3 small {
    font-size: 11px;
    font-size: 2.9vw;
    color: #fff;
    font-weight: 900;
    line-height: 160%;
    font-family: 'Kosugi Maru', sans-serif;
    display: inline-block;
  }
  #faq dl {
    width: 100%;
  }
  #faq dt {
    padding: 3rem;
    color: #fff;
    line-height: 160%;
    background: #f15a24;
  }
  #faq dt p {
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
  }
  #faq dt span {
    padding: .2em .5em;
    color: #f15a24;
    background: #fff;
    display: inline-block;
    border-radius: .5rem;
  }
  #faq dd {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #faq dd span {
    padding: .2em .5em;
    color: #fff;
    background: #f15a24;
    display: inline-block;
    border-radius: .5rem;
  }
  #faq dd li {
    font-size: 13px;
    font-size: 3.5vw;
  }
  #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;
  }
  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue h3 {
    padding: 5rem 15rem 5rem 2rem;
    background: url(../images/back-epilogue.jpg) no-repeat center top;
    background-size: cover;
  }
  #epilogue .text {
    padding: 3rem;
    background: #fff;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 60%;
  }
  /*----------------------------------------
    #add
  ----------------------------------------*/
  #add h3 {
    padding: 3rem 0;
    font-size: 40px;
    font-size: 10.7vw;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #fff;
    text-align: center;
    background: url(../images/back-add.jpg) no-repeat center top;
    background-size: cover;
    text-shadow: 0 0 10px #000;
  }
  #add .text {
    padding: 3rem;
    background: #000;
  }
  #add p {
    color: #fff;
  }
  /*----------------------------------------
    #special
  ----------------------------------------*/
  #special h3 {
    padding: 5rem 1rem 5rem 15rem;
    background: url(../images/back-special.jpg) no-repeat center top;
    background-size: cover;
  }
  #special .text {
    padding: 3rem;
    background: #000;
  }
  #special .text p {
    color: #fff;
  }
  #special .timer {
    padding: 1rem;
    text-align: center;
    background: #a00;
    border-radius: 1rem;
  }
  #special .timer p {
    font-size: 20px;
    font-size: 5.3vw;
    color: #fff;
    letter-spacing: .1em;
  }
  #special .timer small {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 140%;
    display: block;
  }
  #special .timer span {
    margin-top: .5em;
    padding: .3em 1em;
    font-size: 15px;
    font-size: 4vw;
    color: #000;
    letter-spacing: .1em;
    background: #fff;
    display: inline-block;
    border-radius: 1rem;
    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;
  }
}

@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 5% 10% 40%;
  }
}

@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 .inner:last-of-type {
    margin-bottom: 5% !important;
  }
  #result h3 {
    margin-bottom: 5%;
  }
  #result h4 {
    margin: 0 auto -5%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #result h4 {
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #result .result-data, #result .result-account img, #result .result-chart li, #result .result-data-scroll-heading {
    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-free li {
    margin-bottom: 0% !important;
  }
  .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-scroll li {
    margin-bottom: 0;
  }
  .result-data-scroll-heading {
    margin: 0 auto 5%;
    width: 100%;
    height: calc(100vw / 2.5);
    overflow: scroll;
    position: relative;
  }
}

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

@media screen and (min-width: 769px) {
  .result-data-scroll-heading iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-scroll-heading h4 {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
  }
  .result-data-scroll-heading 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-scroll-heading .data {
    position: absolute;
    z-index: 1;
  }
  .result-data-scroll-heading li {
    margin-bottom: 0;
  }
  .result-chart-chart-3 {
    margin-bottom: 5%;
    padding: 5% 0;
    width: 100%;
    height: calc(100vw / 2.9);
    position: relative;
    background: #000;
  }
  .result-chart-chart-3 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  .result-chart-chart-3 dd {
    position: absolute;
    z-index: 1;
  }
  .result-chart-chart-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  .result-chart-chart-3 ul li {
    margin-bottom: .5% !important;
    width: 33%;
  }
  #voice-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice-list li {
    margin-bottom: 0;
    width: 49.5%;
  }
  /*----------------------------------------
    #realtrade
  ----------------------------------------*/
  #realtrade {
    padding: 10% 0 5%;
    background: #fff;
  }
  #realtrade .player {
    margin: 0 auto;
    width: 60%;
  }
  /*----------------------------------------
    #guarantee
  ----------------------------------------*/
  .guarantee {
    padding: 10% 0 5%;
    background: url(../images/back-guarantee.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  .guarantee .inner {
    margin: 0 5% 10% 35%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .guarantee .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  .guarantee h3 {
    margin-bottom: 5%;
  }
  .guarantee .text {
    padding: 10%;
    background: #fff;
  }
  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit {
    padding: 10% 0 5%;
    background: url(../images/back-merit.png) no-repeat center top fixed;
    background-size: cover;
  }
  #merit .inner {
    margin: 0 auto;
    width: 60%;
  }
}

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

@media screen and (min-width: 769px) {
  #merit h3 {
    margin-bottom: 5%;
  }
  #merit dl {
    margin-bottom: 10%;
  }
  #merit dt {
    margin-bottom: 3%;
  }
  #merit dd {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #merit dd p {
    color: #333;
  }
  /*----------------------------------------
    #recommend
  ----------------------------------------*/
  #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% 40%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #recommend .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #recommend h3 {
    margin-bottom: 5%;
  }
  #recommend .recommend-list {
    margin-bottom: 3%;
  }
  #recommend .recommend-list dd {
    padding: 5%;
    background: #fff;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #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% 8%;
  }
}

@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: #fff;
  }
  /*----------------------------------------
    #inheritance
  ----------------------------------------*/
  #inheritance {
    padding: 10% 0 5%;
    background: url(../images/back-inheritance.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #inheritance .inner {
    margin: 0 8% 10% 40%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #inheritance .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #inheritance h3 {
    margin-bottom: 5%;
  }
  #inheritance .text {
    padding: 10%;
    background: #fff;
  }
  /*----------------------------------------
    #auto
  ----------------------------------------*/
  #auto {
    padding: 10% 0 5%;
    background: url(../images/back-auto.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #auto .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

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

@media screen and (min-width: 769px) {
  #auto h3 {
    margin-bottom: 5%;
  }
  #auto .text {
    padding: 10%;
    background: #fff;
  }
  /*----------------------------------------
    #golden
  ----------------------------------------*/
  #golden {
    padding: 10% 0 5%;
    background: url(../images/back-golden.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #golden .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #golden .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #golden h3 {
    margin-bottom: 5%;
  }
  #golden .text {
    padding: 10%;
    background: #fff;
  }
  /*----------------------------------------
    #easy
  ----------------------------------------*/
  #easy {
    padding: 10% 0 5%;
    background: url(../images/back-easy.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #easy .inner {
    margin: 0 40% 10% 8%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #easy .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #easy h3 {
    margin-bottom: 5%;
  }
  #easy .text {
    padding: 10%;
    background: #fff;
  }
  /*----------------------------------------
    #discretion
  ----------------------------------------*/
  #discretion {
    padding: 10% 0 5%;
    background: url(../images/back-discretion.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #discretion .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #discretion .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #discretion h3 {
    margin-bottom: 5%;
  }
  #discretion .text {
    padding: 10%;
    background: #fff;
  }
  /*----------------------------------------
    #step
  ----------------------------------------*/
  /*----------------------------------------
    #limited
  ----------------------------------------*/
  #limited {
    padding: 10% 0 5%;
    background: url(../images/back-limited.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #limited .inner {
    margin: 0 40% 10% 8%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #limited .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #limited h3 {
    margin-bottom: 5%;
  }
  #limited .text {
    padding: 10%;
    background: #fff;
  }
  .limited-schedule {
    margin-bottom: 10%;
  }
  .limited-schedule dd {
    padding: 5%;
    background: #a67c52;
  }
  .limited-schedule dd dt {
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dotted #fff;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }
  .limited-schedule dd dt span {
    margin: 0 1em .5em 0;
    padding: .2em .5em;
    color: #a67c52;
    background: #fff;
    display: inline-block;
  }
  .limited-schedule dd dd {
    padding: 0;
  }
  .limited-schedule dd dd p {
    color: #fff;
  }
  /*----------------------------------------
    #contents
  ----------------------------------------*/
  #contents {
    padding: 0 0 5%;
    background: url(../images/back-contents.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #contents h3 {
    margin: 0 auto 5%;
    text-align: center;
  }
  #contents .contents {
    margin: 0 auto 10%;
    width: 70%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #contents .contents {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #contents .contents .text {
    padding: 10%;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
  #contents .contents:last-child {
    margin-bottom: 0;
  }
  .curriculum {
    margin-bottom: 5%;
  }
  .curriculum h5 {
    padding: .5em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #000;
  }
  .curriculum ul {
    margin-bottom: 0;
    padding: 3%;
    background: #da7500;
  }
  .curriculum li {
    margin-bottom: 1em;
    padding: .5em 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
    display: block;
    background: #000;
  }
  .curriculum li:last-child {
    border-bottom: none;
  }
  .curriculum li li {
    padding: .5em 1em;
    font-size: 13px;
    font-size: 1.3rem;
    background: #000;
    border-bottom: 0;
  }
  /*----------------------------------------
    #bonus
  ----------------------------------------*/
  #bonus {
    padding: 10% 0 5%;
    background: url(../images/back-bonus.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #bonus .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

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

@media screen and (min-width: 769px) {
  #bonus h3 {
    margin-bottom: 5%;
  }
  #bonus dl {
    margin-bottom: 10%;
  }
  #bonus dt {
    margin-bottom: 5%;
  }
  #bonus dd {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  /*----------------------------------------
    #price
  ----------------------------------------*/
  #price {
    padding: 10% 0 5%;
    background: #0b1f2a;
  }
  #price .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

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

@media screen and (min-width: 769px) {
  #price h3 {
    margin-bottom: 5%;
  }
  #price .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq {
    padding: 10% 0 5%;
    background: url(../images/back-faq.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #faq .inner {
    margin: 0 auto;
    width: 60%;
  }
}

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

@media screen and (min-width: 769px) {
  #faq h3 {
    margin-bottom: 5%;
    font-size: 120px;
    font-size: 12rem;
    color: #fff;
    font-weight: 900;
    line-height: 90%;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
  }
  #faq h3 span {
    font-weight: 900;
    line-height: 90%;
    font-family: 'Kosugi Maru', sans-serif;
  }
  #faq h3 small {
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 900;
    font-family: 'Kosugi Maru', sans-serif;
  }
  #faq dt {
    padding: 8%;
    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 dt span {
    margin: 0 1em .5em 0;
    padding: .2em .5em;
    color: #f15a24;
    background: #fff;
    display: inline-block;
    border-radius: .5rem;
  }
  #faq dd {
    padding: 8%;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd span {
    margin: 0 1em .5em 0;
    padding: .2em .5em;
    color: #fff;
    background: #f15a24;
    display: inline-block;
    border-radius: .5rem;
  }
  #faq dd p {
    font-size: 16px;
    font-size: 1.6rem;
    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;
  }
  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue {
    padding: 10% 0 5%;
    background: url(../images/back-epilogue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #epilogue .inner {
    margin: 0 35% 0 8%;
  }
}

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

@media screen and (min-width: 769px) {
  #epilogue .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #epilogue h3 {
    margin-bottom: 5%;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 40%;
  }
  /*----------------------------------------
    #add
  ----------------------------------------*/
  #add {
    padding: 10% 0 5%;
    background: url(../images/back-add.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #add h3 {
    margin-bottom: 5%;
    font-size: 80px;
    font-size: 8rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }
  #add .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #add .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #add .text {
    padding: 10%;
    background: rgba(0, 0, 0, 0.9);
  }
  #add .text p {
    color: #fff;
  }
  /*----------------------------------------
    #special
  ----------------------------------------*/
  #special {
    padding: 10% 0 5%;
    background: url(../images/back-special.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #special h3 {
    margin-bottom: 5%;
    font-size: 80px;
    font-size: 8rem;
    color: #fff;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }
  #special .inner {
    margin: 0 5% 10% 40%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #special .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #special .text {
    padding: 10%;
    background: rgba(0, 0, 0, 0.9);
  }
  #special .text p {
    color: #fff;
  }
  #special .timer {
    padding: 5% 2%;
    text-align: center;
    background: #a00;
    border-radius: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  #special .timer p {
    margin-bottom: .5em;
    font-size: 35px;
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: .1em;
  }
  #special .timer small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%;
    display: block;
  }
  #special .timer span {
    margin-top: .5em;
    padding: .3em 1em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #000;
    letter-spacing: .1em;
    background: #fff;
    display: inline-block;
    border-radius: 1rem;
    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, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
}
