@charset "UTF-8";

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 769px) {
  .sp{
    display: inherit;
  }
  .pc{
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp{
    display: none;
  }
  .pc{
    display: inherit;
  }
}




@media screen and (max-width: 769px) {
/*
  #header-top{
  }
  #header-top .timer p{
    font-size: 4vw;
  }
  #header-top .timer p span{
    font-size: 9vw;
    padding: 3%;
  }
  #header-top .header-message{
    border: dotted 1px #fff;
    margin: 2% auto 0;
    width: 95%;
    text-align: center;
    padding: 2%;
  }*/

  #header-btn .btn-green1 {
    padding: 3% 5% 5%;
  }

  /* 少しフォントサイズを上げる */
  p{
    font-size: 17px;
    font-size: 4vw;
  }

  #header-top{
    padding: 1% 0;
    background: #000;
  }
  #header-top p{
    font-size: 4vw;
  }
  header{
    overflow: hidden;
  }
  header img{
    width: 160%;
    margin-left: -30%;
  }

  .timer {
    margin: 0 auto 5%;
    padding: 5% 0;
    width: 90%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
  .timer p {
    margin-bottom: 5px !important;
    font-size: 18px;
    font-size: 4.8vw;
    color: #FFF;
    font-weight: bold;
    line-height: 200%;
  }
  .timer a {
    margin: 2% auto 0;
    padding: 2%;
    width: 90%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all .3s ease;
    border-radius: 10px;
  }
  .timer a:hover {
    color: #fff;
    background: #000;
  }
  .timer br {
    display: block;
  }
  .timer span {
    padding: 0 2%;
    font-size: 18px;
    font-size: 4.8vw;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 5px;
  }
  .btn-green1{
    padding: 5%;
  }
  /*----------------------------------------
    #movie
  ----------------------------------------*/
  #movie{
    background: url(../images/back-movie.jpg) no-repeat center top;
    background-size: cover;
  }
  #movie h3 {
    padding: 1rem 1rem 2rem;
    
  }
  #movie .inner {
    padding: 3rem;
    text-align: center;
  }
  #movie .timer{
    margin: 4% auto;
  }
  #movie .timer span {
    margin-top: 1%;
    padding: 1% 3%;
    font-size: 18px;
    font-size: 5vw;
    text-shadow: 1px 1px 0px #000;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 5px #000;
    color: #fff;
  }

  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result{
    background: url(../images/back-result.png) repeat-y center top;
    padding: 1rem;
  }
  #result .inner{
    margin-bottom: 5%;
  }
  #result h3{
    padding: 1rem 0;
  }
  #result h4 {
    padding: 2rem;
    background: #900;
  }
  #result .currency {
    margin: 1% 0 5%;
    padding: 2% 1%;
    text-align: center;
    border: 4px double #fff;
  }
  #result li img{
    border: 15px solid #fc0;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #000;
  }
  #resultData {
    margin: 0 auto 5%;
    width: 100%;
    height: 300px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #resultData iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
    overflow:hidden; 
  }

  /*----------------------------------------
      #data
  ----------------------------------------*/
  #data {
    padding: 20px 0;
    background: #fff; }
    #data h1 {
      text-align: left;
      margin-bottom: 10px; }


  /*---	#data img{width:auto!important;}--*/

  .forex-type {
    margin: 0 auto;
    width: 800px; }

  .table {
    border: none;
    background: none;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 0;
    border-left: 1px solid #333; }
    .table .table-l, .table .table-m, .table .table-r {
      width: 33.2%;
      float: left;
      overflow: hidden; }
    .table ul {
      text-align: center;
      float: left; }
    .table li {
      margin: 0;
      padding: 8px 0;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .table .th {
      background: #333;
      color: #fff; }
    .table .start {
      width: 40%; }
      .table .start .th {
        border-right: 1px solid #fff; }
    .table .end {
      width: 40%; }
      .table .end .th {
        border-right: 1px solid #fff; }
    .table .benefit {
      width: 20%; }
      .table .benefit .th {
        border-right: 1px solid #fff; }
    .table .table-r .benefit .th {
      border-right: 1px solid #333; }

  .result-account li {
    margin-bottom: 0;
    border: 1px solid #555;
  }
  .result-chart li {
    margin-bottom: 0;
    border: 1px solid #555;
  }
  .result-data {
    height: 20rem;
    overflow: scroll;
  }
  .result-data iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .result-data-heading {
    margin: 0 auto;
    width: 100%;
    height: calc(100vw / 2);
    overflow: scroll;
    position: relative;
  }
  .result-data-heading iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading h4 {
    padding: 0 !important;
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    background: none !important;
  }
  .result-data-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-heading .data {
    position: absolute;
    z-index: 1;
  }
  .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%;
  }

  .flex3-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .flex3-2 li{
    width: 49%;
  }

  /*----------------------------------------
    #reason
  ----------------------------------------*/
  #reason h3 {
    padding: 3rem 6rem 3rem 1rem;
    background: url(../images/back-reason.jpg) no-repeat center top;
    background-size: cover;
  }
  #reason .text {
    padding: 2rem;
  }
  
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue h3 {
    padding: 3rem 6rem 3rem 1rem;
    background: url(../images/back-prologue.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 2rem;
  }
  #prologue .text .yamaguchi-profile{
    border: dotted 1px #333;
    padding: 2rem;
    background: #efefef;
  }
  #profile {
    background: url(../images/back-profile.jpg) no-repeat left top;
    background-size: cover;
  }
  #profile h3{
    background: none;
    padding: 2rem;
  }
  #profile .inner{
    padding: 2rem;
    padding-bottom: 5%;
  }
  #profile p{
    text-shadow: 1px 1px 2px #000;
    color: #fff;
  }

  /*----------------------------------------
    #indicator
  ----------------------------------------*/
  #indicator h3 {
    padding: 2rem;
    background: url(../images/back-indicator.jpg) no-repeat center top;
    background-size: cover;
  }
  #indicator .text {
    padding: 2rem;
    background: #fff;
  }
  #indicator .text img{
    border: solid 1px #aaa;
  }
  .movie h3 {
    padding: 4%!important;
    background: #736357!important;
    margin-bottom: 0!important;
  }
  .movie h3 img{
    border: none!important;
  }
  
  /*----------------------------------------
    #beginner
  ----------------------------------------*/
  #beginner h3 {
    padding: 4rem;
    background: url(../images/back-beginner.jpg) no-repeat center top;
    background-size: cover;
  }
  #beginner .text {
    padding: 2rem;
  }
  
  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit .text {
    padding: 2rem;
  }
  #merit dl dt{
    background: url(../images/back-merit.png) no-repeat center top;
    background-size: cover;
    padding: 3rem 1rem;
  }
  #merit dl dd img{
    border: solid 1px #aaa;
  }

  /*----------------------------------------
    #free
  ----------------------------------------*/
  #free h3 {
    
    background: url(../images/back-free.jpg) no-repeat center top;
    background-size: cover;
  }
  #free .overlay{
    padding: 3rem 1rem;
    background: rgba(0, 0, 0, 0.3);
  }
  #free .text {
    padding: 2rem;
  }

  /*----------------------------------------
    #tool
  ----------------------------------------*/
  #tool h3 {
    padding: 3rem 1rem;
    background: url(../images/back-tool.png) no-repeat center top;
    background-size: cover;
  }
  #tool .text {
    padding: 2rem;
    padding-bottom: 0;
    background: #231F20;
  }
  #tool .text p{
    color: #fff;
  }
  #tool dl{
    padding: 2rem;
    padding-bottom: 0;
    background: #231F20;
  }
  #tool dl:last-child{
    padding-bottom: 3rem;
  }
  #tool dl dt{
    margin-bottom: 5%;
    padding: 1rem;
  }
  #tool dl dd{
    background: #000;
    padding: 2rem;
    border: dotted 1px #fff;
  }
  #tool dl dd p{
    color: #fff;
  }
  #tool dl dd h4{
    margin-bottom: 0;
  }

  
  /*----------------------------------------
    #summary
  ----------------------------------------*/
  #summary h3 {
    padding: 13rem 1rem 3rem 1rem;
    background: url(../images/back-summary.jpg) no-repeat center top;
    background-size: cover;
  }
  #summary .text {
    padding: 2rem;
  }
  #summary li{
    padding: 12px 0 12px 50px;
    background: url(../images/icon-light.png) no-repeat left top;
  }
  
  /*----------------------------------------
    #contents
  ----------------------------------------*/
  #contents h3{
    background: linear-gradient(180deg, rgba(185, 0, 0, 1), rgba(108, 0, 0, 1));
    padding: 1rem;
  }

  #contents h4 {
    padding: 2rem 1rem;
    background: url(../images/back-contents.jpg) no-repeat center top;
    background-size: cover;
  }
  #contents .contents .inner{
    padding: 0.5rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcee21+0,ed1e79+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(left, rgba(252, 238, 33, 0.9) 0%, rgba(237, 30, 121, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(252, 238, 33, 0.9) 0%, rgba(237, 30, 121, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(252, 238, 33, 0.9) 0%, rgba(237, 30, 121, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcee21', endColorstr='#e6ed1e79',GradientType=1 );
    /* IE6-9 */ 
  }
  #contents .text {
    padding: 2rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #contents .contents .text p{
    color: #fff;
  }
  #contents .contents h3 {
    background: #000;
    padding: 2%;
  }
  #contents .contents dd{
    padding: 1rem;
    margin-bottom: 5%;
    background: #fff;
    border-right: 2px solid #dc9f38;
    border-bottom: 2px solid #dc9f38;
    border-left: 2px solid #dc9f38;
  }
  #contents .contents .text dd p{
    color: #333;
  }
  #contents .summary dt {
    padding: 5% 0 4% 50px;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1;
    background: #dc9f38 url(../images/icon-check-contentsList-summary.png) no-repeat 10px center;
  }
  #contents .summary dd {
    margin-bottom: 0;
    padding: 4%;
    border-right: 1px solid #dc9f38;
    border-bottom: 1px solid #dc9f38;
    border-left: 1px solid #dc9f38;
  }
  #contents .summary dd li {
    margin-bottom: 15px;
    color: #333;
    line-height: 130%;
    font-size: 4vw;
  }
  #contents ol.number{
    border: dotted 1px #fff;
    padding: 4%;
  }
  #contents ol.number li{
    color: #fff;
  }
  .curriculum {
    margin-bottom: 5%;
  }
  .curriculum h5 {
    padding: 1em;
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #000;
  }
  .curriculum li {
    margin-bottom: .5rem;
    padding: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    font-weight: normal;
    display: block;
    background: #da7500;
    border-bottom: 2px solid #fff;
  }
  .curriculum li:last-child {
    border-bottom: none;
  }
  .curriculum li ul {
    margin-bottom: 0;
    padding: .5em 0 0;
  }
  .curriculum li li {
    padding: .5em 1em;
    font-size: 12px;
    font-size: 3.2vw;
    background: #000;
    border-bottom: 0;
  }
  /*----------------------------------------
    #bonus
  ----------------------------------------*/
  #bonus h3 {
    padding: 2rem 0rem 0;
    background: #fff;
  }
  #bonus dl {
    padding: 2rem;
    padding-bottom: 4rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a15+0,d40064+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(left, rgba(255, 106, 21, 0.9) 0%, rgba(212, 0, 100, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 106, 21, 0.9) 0%, rgba(212, 0, 100, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 106, 21, 0.9) 0%, rgba(212, 0, 100, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ff6a15', endColorstr='#e6d40064',GradientType=1 );
    /* IE6-9 */ 
  }

  #bonus dd p{
    color: #fff;
  }
  #bonus li{
    color: #fff;
  }
  /*----------------------------------------
    #price
  ----------------------------------------*/
  #price h3 {
    padding: 3rem 2rem;
    background: url(../images/back-price.jpg) no-repeat center center;
    background-size: cover;
  }
  #price .text {
    padding: 2rem;
  }

  /*----------------------------------------
    .product
  ----------------------------------------*/
  .product{
    background: url(../images/back-contents.jpg) no-repeat center top;
    background-size: cover;
  }
  .product .menu .product-contents,
  .product .menu .product-bonus{
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.8);
  }
  .product h3{
    margin: 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(185, 0, 0, 1), rgba(108, 0, 0, 1));
    padding: 0 1rem 1rem;
  }
  .product .menu{
    margin: 1rem auto;
  }
  .product .product-price{
    padding: 1rem 3rem 0rem;
  }
  .product .product-caution{
    width: 90%;
    margin: 0 auto 4%;
  }


  /*----------------------------------------
    .voice
  ----------------------------------------*/
  .voice{
    background: #fff;
  }
  .voice h3{
    padding: 3rem 1rem 1rem;
    background: url(../images/back-voice.png) no-repeat center 25%;
    background-size: 130%;
  }
  .voice .text{
    padding: 2rem;
  }
  .voice dl{
    background: rgba(0, 0, 0, 0.8);
    margin-bottom: 5%;
  }
  .voice dl dt{
    padding: 2rem;
    font-size: 7vw;
    color: #fff;
    font-weight: normal;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    line-height: 120%;
    border-bottom: 1px solid #fff;
  }
  .voice dl dd{
    padding: 2rem;
  }
  .voice dl dd p{
    color: #fff;
  }
  .voice .name{
    padding: 2%;
    font-size: 3vw;
    color: #333;
    display: inline-block;
    background: #fff;
  }
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq h3 {
    padding: 2rem 1rem;
    font-size: 30px;
    font-size: 9vw;
    line-height: 60%;
    text-align: center;
    /*background: url(../images/back-faq.jpg) no-repeat center center;
    background-size: cover;*/
    background: #396;
  }
  #faq h3 img{
    max-width: 60%;
  }
  #faq h3 span {
    color: #000;
    font-weight: 900;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  #faq h3 small {
    margin-bottom: 1em;
    font-size: 13px;
    font-size: 3.5vw;
    font-weight: 900;
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  #faq dl {
    width: 100%;
  }
  #faq dt {
    padding: 2rem 2rem 2rem 75px;
    color: #fff;
    line-height: 160%;
    background: rgba(241, 90, 36, 0.95) url(../images/icon-question.png) no-repeat 20px 20px;
  }
  #faq dt p {
    color: #fff;
  }
  #faq dd {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
  }
  #faq dd li {

  }
  #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 h4 {
    margin-bottom: 3%;
    padding-bottom: 3%;
    font-size: 13px;
    font-size: 3.5vw;
    font-weight: bold;
    border-bottom: 1px dotted #333;
  }
  #faq .curriculum {
    margin-bottom: 1em;
  }
  #faq .curriculum li {
    margin-bottom: 0;
    padding: .5em 4%;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    font-weight: normal;
    font-weight: bold;
    display: block;
    border-bottom: 1px dotted #fff;
  }
  #faq .curriculum li:last-child {
    border-bottom: none;
  }
  #faq #curriculum0 li {
    background: #00c4d2;
  }
  #faq #curriculum1 li {
    background: #d40052;
  }
  #faq #curriculum2 li {
    background: #0076e2;
  }
  #faq #curriculum3 li {
    background: #b700c0;
  }
  #faq #curriculum4 li {
    background: #00669d;
  }
  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue h3 {
    padding: 3rem 3rem;
    background: url(../images/back-epilogue.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
  }
  #epilogue h3 img{
    margin: 0 auto;
    max-width: 30%;
  }
  #epilogue .text {
    padding: 3rem;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 60%;
  }
  #epilogue .movie h3{
    background: #f9a825!important;
  }
  #epilogue .movie h3 img{
    max-width: 100%!important;
  }
  /*----------------------------------------
    #add
  ----------------------------------------*/
  #add h3 {
    padding: 3rem 1rem 3rem 17rem;
    font-size: 40px;
    font-size: 10.7vw;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #000;
    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: rgba(255, 255, 255, 0.95);
  }

  /*----------------------------------------
    #special202306
  ----------------------------------------*/
  #special202306 h3 {
    padding: 3rem 1rem;
    background: url(../images/back-special202306.jpg) no-repeat center top;
    background-size: cover;
  }
  #special202306 .text {
    padding: 3rem;
    background: #000;
  }
  #special202306 .text p {
    color: #fff;
  }
  #special202306 .timer {
    padding: 1rem;
    text-align: center;
    background: #a00;
    border-radius: 1rem;
  }
  #special202306 .timer p {
    font-size: 20px;
    font-size: 5.3vw;
    color: #fff;
    letter-spacing: .1em;
  }
  #special202306 .timer small {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 140%;
    display: block;
  }
  #special202306 .timer span {
    margin-top: .5em;
    padding: .3em 1em;
    font-size: 15px;
    font-size: 4vw;
    color: #000;
    letter-spacing: .1em;
    background: rgba(255, 255, 255, 0.95);
    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) {
/*
  #header-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1% 0;
  }
  #header-top .timer{
    width: 30%;
  }
  #header-top .header-message{
    border: dotted 1px #fff;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    padding: 1%;
  }
*/
  /* 少しフォントサイズを上げる */
  p{
    font-size: 18px;
    font-size: 1.8rem;
  }

  #header-top{
    padding: 1% 0;
    background: #000;
  }
  #header-top p{
    font-size: 20px;
    font-size: 1.8vw;
  }

  #header-top p br.sp-br{
    display: none;
  }
  #header-top span{
    margin-top: 0;
  }
  header{
    overflow: hidden;
  }
  header img{
    width: 130%;
    margin-left: -15%;
  }

  .attention {
    margin: 0 auto 5%;
    padding: 3%;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px dotted #333;
  }
  .attention dt {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    border-left: 3px solid #900;
  }
  .attention dd {
    margin-bottom: 30px;
  }
  .attention p {
    margin-bottom: .8em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
  }

  .timer {
    margin: 0 auto 5%;
    padding: 20px 0;
    width: 680px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
  .timer p {
    margin-bottom: 5px !important;
    font-size: 32px;
    font-size: 3.2rem;
    color: #FFF;
    font-weight: bold;
    line-height: 180%;
  }
  .timer a {
    margin: 0 auto;
    padding: 1em;
    width: 90%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all .3s ease;
    border: 1px solid #000;
    border-radius: 1rem;
  }
  .timer a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #fff;
  }
  .timer span {
    padding: 0 .5em;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: bold;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 1rem;
  }

  /*----------------------------------------
    #movie
  ----------------------------------------*/
  #movie {
    padding: 5% 0 5%;
    /*background: url(../images/back-movie.jpg) no-repeat center top;
    background-size: cover;*/
    background: #fff;
  }
  #movie .inner {
    margin: 0 auto;
    width: 60%;
    text-align: center;
  }
  #movie h3 {
    margin-bottom: 5%;
  }
  #movie .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #movie .timer{
    margin: 4% auto;
  }
  #movie .timer span {
    margin-top: 10px;
    padding: 0.3em 1em;
    font-size: 45px;
    font-size: 4.5rem;
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
    background: #ef2617;
    color: #fff;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 1rem;
    box-shadow: 0 0 10px #000;
  }
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    padding: 5% 0 10%;
    background: url(../images/back-result.png) no-repeat center top fixed;
    background-size: cover;
  }
  #result .inner {
    margin: 0 auto 5%;
    width: 70%;
  }
  #result h3 {
    margin-bottom: 5%;
  }
  #result h4 {
    margin-top: 5%;
  }
  .result-data {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    overflow: scroll;
  }
  .result-data iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading {
    margin: 0 auto 5%;
    width: 100%;
    height: calc(100vw / 2.3);
    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-data-heading iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading h4 {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
  }
  .result-data-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-heading .data {
    position: absolute;
    z-index: 1;
  }
  .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%;
  }

  .flex3-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .flex3-2 li{
    width: 33%;
  }
  #resultData {
    margin: 0 auto 50px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #resultData iframe {
    margin: 0 auto;
    width: 100%;
    height: 500px;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.99);
    overflow:hidden; 
  }
  #result .currency {
    margin-bottom: 5%;
    padding: 5% 2%;
    text-align: center;
    border: 10px double #fff;
  }
  #result li img{
    border: 15px solid #fc0;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #000;
  }


  /*----------------------------------------
      #data
  ----------------------------------------*/
  #data {
    padding: 20px 0;
    background: #fff; }
    #data h1 {
      text-align: left;
      margin-bottom: 10px; }


  /*---	#data img{width:auto!important;}--*/

  .forex-type {
    margin: 0 auto;
    width: 800px; }

  .table {
    border: none;
    background: none;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 0;
    border-left: 1px solid #333; }
    .table .table-l, .table .table-m, .table .table-r {
      width: 33.2%;
      float: left;
      overflow: hidden; }
    .table ul {
      text-align: center;
      float: left; }
    .table li {
      margin: 0;
      padding: 8px 0;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .table .th {
      background: #333;
      color: #fff; }
    .table .start {
      width: 40%; }
      .table .start .th {
        border-right: 1px solid #fff; }
    .table .end {
      width: 40%; }
      .table .end .th {
        border-right: 1px solid #fff; }
    .table .benefit {
      width: 20%; }
      .table .benefit .th {
        border-right: 1px solid #fff; }
    .table .table-r .benefit .th {
      border-right: 1px solid #333; }

  /*----------------------------------------
    #reason
  ----------------------------------------*/
  #reason {
    padding: 10% 0 5%;
    background: url(../images/back-reason.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #reason .inner {
    margin: 0 auto;
    width: 70%;
  }
  #reason h3 {
    margin-bottom: 5%;
  }
  #reason .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.98);
  }

  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue {
    padding: 10% 0 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 auto;
    width: 70%;
  }
  #prologue h3 {
    margin-bottom: 5%;
  }
  #prologue .text {
    padding: 10%;
    background: rgba(0, 0, 0, 0.8);
  }
  #prologue .text p{
    color: #fff;
  }
  #prologue .text .yamaguchi-profile{
    border: dotted 1px #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 5%;
  }
  #profile {
    background: url(../images/back-profile.jpg) no-repeat left top;
    background-size: cover;
    margin-bottom: 5%;
  }
  #profile h3{
    padding-top: 5%;
    margin-bottom: -40%;
  }
  #profile .inner{
    width: 90%;
    padding-bottom: 5%;
  }
  #profile p{
    text-shadow: 1px 1px 2px #000;
    color: #fff;
  }

  /*----------------------------------------
    #indicator
  ----------------------------------------*/
  #indicator {
    padding: 10% 0 5%;
    background: url(../images/back-indicator.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #indicator .inner {
    margin: 0 auto;
    width: 70%;
  }
  #indicator h3 {
    margin-bottom: 5%;
  }
  #indicator .text {
    padding: 10%;
    margin-bottom: 5%;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #333;
    border-radius: 20px;
  }
  .movie h3 {
    padding: 20px;
    background: #736357;
    margin-bottom: 0!important;
  }
  
  /*----------------------------------------
    #beginner
  ----------------------------------------*/
  #beginner {
    padding: 10% 0 5%;
    background: url(../images/back-beginner.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #beginner .inner {
    margin: 0 45% 5% 5%;
  }
  #beginner h3 {
    margin-bottom: 5%;
  }
  #beginner .text {
    padding: 10%;
    margin-bottom: 5%;
    background: rgba(255, 255, 255, 0.95);
  }

  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit {
    padding: 10% 0 5%;
    background: url(../images/back-merit.png) no-repeat center top fixed;
  }
  #merit .inner {
    margin: 0 auto;
    width: 70%;
  }
  #merit h3 {
    margin-bottom: 5%;
  }
  #merit dl{
    margin-bottom: 10%;
  }
  #merit dl dt{
    margin-bottom: 5%;
  }
  #merit dl dd{
    padding: 10%;
    margin-bottom: 5%;
    background: rgba(0, 0, 0, 0.8);
  }
  #merit dl dd .text {
    background: #fff;
    padding: 5%;
    border-top: solid 3px #000 ;
  }

  /*----------------------------------------
    #free
  ----------------------------------------*/
  #free {
    padding: 10% 0 5%;
    background: url(../images/back-free.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #free .inner {
    margin: 0 auto;
    width: 70%;
  }
  #free h3 {
    margin-bottom: 5%;
  }
  #free .text {
    padding: 10%;
    margin-bottom: 5%;
    background: rgba(255, 255, 255, 0.9);
  }

  /*----------------------------------------
    #tool
  ----------------------------------------*/
  #tool {
    padding: 10% 0 5%;
    background: url(../images/back-tool.png) no-repeat center top fixed;
    background-size: cover;
  }
  #tool .inner {
    margin: 0 40% 0 5%;
  }
  #tool h3 {
    margin-bottom: 5%;
  }
  #tool .text {
    padding: 5% 0;
    margin-bottom: 10%;

  }
  #tool p{
    color: #fff;
  }
  #tool dl{
    margin-bottom: 5%;
  }
  #tool dl dt{
    margin-bottom: 5%;
  }
  #tool dl dd{
    background: rgba(0, 0, 0, 0.7);
    padding: 10%;
    border: dotted 1px #fff;
  }
  #tool dl dd h4{
    margin-bottom: 0;
  }
  
  
  /*----------------------------------------
    #summary
  ----------------------------------------*/
  #summary {
    padding: 10% 0 5%;
    background: url(../images/back-summary.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #summary .inner {
    margin: 0 auto;
    width: 60%;
  }
  #summary h3 {
    margin-bottom: 0%;
  }
  #summary .text {
    padding: 10%;
    background: rgba(153, 0, 102, 0.9);
  }
  #summary .text p{
    color: #fff;
  }
  #summary li{
    padding: 12px 0 12px 50px;
    color: #fff;
    background: url(../images/icon-light.png) no-repeat left top;
  }
  
  /*----------------------------------------
    #contents
  ----------------------------------------*/
  #contents {
    padding: 0 0 5%;
    background: url(../images/back-contents.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #contents h3 {
    padding: 0% 10%; 
    margin: 0 auto 5%;
    text-align: center;
    /* background: rgba(255, 255, 255, 0.95); */
  }
  #contents h4 {
    margin-bottom: 5%;
  }
  #contents .contents {
    margin: 0 auto 10%;
    width: 70%;
  }
  #contents .contents .inner{
    padding: 3%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcee21+0,ed1e79+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(left, rgba(252, 238, 33, 0.9) 0%, rgba(237, 30, 121, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(252, 238, 33, 0.9) 0%, rgba(237, 30, 121, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(252, 238, 33, 0.9) 0%, rgba(237, 30, 121, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcee21', endColorstr='#e6ed1e79',GradientType=1 );
    /* IE6-9 */ 
  }
  #contents .contents .text {
    padding: 5%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #contents .contents .text p{
    color: #fff;
  }
  #contents .contents:last-child {
    margin-bottom: 0;
  }
  #contents .contents dd{
    padding: 5%;
    margin-bottom: 5%;
    background: #fff;
    border-right: 10px double #dc9f38;
    border-bottom: 10px double #dc9f38;
    border-left: 10px double #dc9f38;
  }
  #contents .contents .text dd p{
    color: #333;
  }
  #contents .summary dt {
    padding: 4% 0 4% 60px;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: #dc9f38 url(../images/icon-check-contentsList-summary.png) no-repeat 20px center;
  }
  #contents .summary dd {
    margin-bottom: 0;
    padding: 4%;
    border-right: 1px solid #dc9f38;
    border-bottom: 1px solid #dc9f38;
    border-left: 1px solid #dc9f38;
  }
  #contents .summary dd li {
    margin-bottom: 15px;
    color: #333;
    line-height: 130%;
  }
  #contents ol.number{
    border: dotted 1px #fff;
    padding: 4%;
  }
  #contents ol.number li{
    color: #fff;
  }
  .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 li {
    margin-bottom: .5em;
    padding: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: normal;
    display: block;
    background: #da7500;
    border-bottom: 2px solid #fff;
  }
  .curriculum li:last-child {
    border-bottom: none;
  }
  .curriculum li ul {
    margin-bottom: 0;
    padding: .5em 0 0;
  }
  .curriculum li li {
    padding: .5em 1em;
    font-size: 16px;
    font-size: 1.6rem;
    background: #000;
    border-bottom: 0;
  }
  /*----------------------------------------
    #bonus
  ----------------------------------------*/
  #bonus {
    padding: 0 0 5%;
    background: url(../images/back-bonus.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #bonus .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
  #bonus h3 {
    margin-bottom: 10%;
    background: #fff;
    margin: 0 auto 5%;
    text-align: center;
  }
  #bonus h3 img{
    margin-top: -2%;
    width: 80%;
  }
  #bonus dl {
    margin-bottom: 10%;
    padding: 8%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a15+0,d40064+100&0.9+0,0.9+100 */
    background: -moz-linear-gradient(left, rgba(255, 106, 21, 0.9) 0%, rgba(212, 0, 100, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 106, 21, 0.9) 0%, rgba(212, 0, 100, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 106, 21, 0.9) 0%, rgba(212, 0, 100, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ff6a15', endColorstr='#e6d40064',GradientType=1 );
    /* IE6-9 */ 
  }
  #bonus dt {
    margin-bottom: 5%;
  }
  #bonus dd {
    
    /*background: rgba(0, 0, 0, 0.9);*/
  }
  #bonus dd p{
    color: #fff;
  }
  /*----------------------------------------
    #price
  ----------------------------------------*/
  #price {
    padding: 10% 0 5%;
    background: url(../images/back-price.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #price .inner {
    margin: 0 auto 10%;
    width: 60%;
  }

  #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);
  }

  /*----------------------------------------
    .product
  ----------------------------------------*/
  .product .product-contents ul,
  .product .product-bonus ul{
    background: rgba(0, 0, 0, 0.6);
    padding: 2%;
    justify-content: space-around;
  }
  .product .product-caution a:hover{
    text-decoration: none;
  }
  .product h3{
    padding: 0 10%;
    background: none;
  }
  .product .product-contents li{
    width: 49%;
  }
  /*----------------------------------------
    .voice
  ----------------------------------------*/
  .voice{
    padding: 10% 0 5%;
    background: url(../images/back-voice.png) no-repeat center top fixed;
    background-size: cover;
  }
  .voice .inner{
    margin: 0 auto;
    width: 60%;
  }
  .voice .text{

  }
  .voice dl{
    background: rgba(0, 0, 0, 0.8);
    margin-bottom: 5%;
  }
  .voice dl dt{
    padding: 5%;
    font-size: 50px;
    font-size: 5rem;
    color: #fff;
    font-weight: normal;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    line-height: 120%;
    border-bottom: 1px solid #fff;
  }
  .voice dl dd{
    padding: 5%;
  }
  .voice dl dd p{
    color: #fff;
  }
  .voice .name{
    padding: 2%;
    font-size: 20px;
    font-size: 2rem;
    color: #333;
    display: inline-block;
    background: #fff;
  }
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq {
    padding: 5% 0 5%;
    /*background: url(../images/back-faq.jpg) no-repeat center top fixed;
    background-size: cover;*/
    background: #396;
  }
  #faq .inner {
    margin: 0 auto;
    width: 70%;
  }
  #faq h3 {
    margin: 0 auto 5%;
    text-align: center;
  }
  #faq h3 img{
    max-width: 370px;
  }
  #faq h3 span {
    color: #000;
    font-weight: 900;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  #faq h3 small {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  #faq dt {
    padding: 35px 30px 30px 80px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 160%;
    background: rgba(241, 90, 36, 0.95) url(../images/icon-question.png) no-repeat 30px 30px;
  }
  #faq dt p {
    color: #fff;
    font-weight: bold;
  }
  #faq dd {
    padding: 8%;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #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: 5% 0 5%;
    background: url(../images/back-epilogue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #epilogue .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
  #epilogue .text {
    padding: 10%;
    background: rgba(56, 142, 60, 0.9);
    border-radius: 20px;
    box-shadow: 0px 0px 5px #000;
  }
  #epilogue .text p{
    color: #fff;
  }
  #epilogue h3 {
    margin: 0 auto 5%;
    max-width: 181px;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 40%;
  }
  #epilogue .movie h3{
    background: #f9a825;
  }
  /*----------------------------------------
    #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: #000;
    text-align: center;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }
  #add .inner {
    margin: 0 auto 5%;
    width: 60%;
  }
  #add .text {
    padding: 10%;
    background: rgb(255,255,255, .95);
  }

  /*----------------------------------------
    #special202306
  ----------------------------------------*/
  #special202306 {
    padding: 8% 0 5%;
    background: url(../images/back-special202306.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #special202306 h3 {
    margin-bottom: 5%;
  }
  #special202306 .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
  #special202306 .text {
    padding: 10%;
    background: rgba(0, 0, 0, 0.9);
  }
  #special202306 .text p {
    color: #fff;
  }
  #special202306 .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;
  }
  #special202306 .timer p {
    margin-bottom: .5em;
    font-size: 35px;
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: .1em;
  }
  #special202306 .timer small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%;
    display: block;
  }
  #special202306 .timer span {
    margin-top: .5em;
    padding: .3em 1em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #000;
    letter-spacing: .1em;
    background: rgba(255, 255, 255, 0.95);
    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;
  }
  #btn-float {
    padding: 0;
    width: 230px;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
}


@media screen and (min-width: 769px) and (max-width: 980px) {
  header img{
    width: 160%;
    margin-left: -30%;
  }
  #reason .inner{
    margin: 0 auto 10%;
    width: 80%;
  }
  #result .inner {
    width: 80%;
  }
  #prologue .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
  #bonus .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
  #contents .contents {
    margin: 0 auto 10%;
    width: 80%;
  }
  #price .inner {
    width: 80%;
  }
  #faq .inner {
    margin: 0 auto;
    width: 80%;
  }
  #epilogue .inner {
    margin: 0 auto;
    width: 80%;
  }
  #add .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
  #special202306 .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
  .result-data-heading {
    height: calc(100vw / 2.0);
  }

}