@charset "UTF-8";
/*
@mixin fz($fzSize) {
	font-size: $fzSize + px;
	font-size: ($fzSize / 10) + rem;
}
*/
@media screen and (max-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    background: url(../images/back-result.jpg) repeat-y center top;
    background-size: 100%;
  }
  #result h3 {
    padding: 1rem 1rem;
  }
  #result .list-orange {
    margin-bottom: 0 !important;
  }
  #result .attention {
    margin-bottom: 1em;
    padding: 0 5%;
    font-size: 8px;
    font-size: 2.5vw;
    text-align: center;
    color: #fff;
  }

  #result-month {
    padding: 0 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #result-month li {
    margin-bottom: 0;
    padding: 13% 8% 13% .5%;
    width: 49%;
    text-align: center;
    line-height: 50%;
    background: url(../images/back-result-month.png) no-repeat center top;
    background-size: 100%;
    box-shadow: none;
  }
  #result-month .date {
    margin-bottom: .8em;
    padding: .2em .3em;
    font-size: 10px;
    font-size: 3.125vw;
    color: #fff;
    line-height: 110%;
    display: inline-block;
    background: #000;
    border-radius: .5em;
  }
  #result-month .content {
    margin-bottom: .1em;
    font-size: 20px;
    font-size: 6.25vw;
    display: inline-block;
  }
  #result-month .pips {
    font-size: 6px;
    font-size: 1.875vw;
  }

  #result-month-all {
    margin: 0 auto;
    padding: 18% 10% 22% 0%;
    width: 70%;
    text-align: center;
    line-height: 50%;
    background: url(../images/back-result-month.png) no-repeat center top;
    background-size: 100%;
    box-shadow: none;
  }
  #result-month-all .all {
    margin-bottom: .7em;
    padding: .2em .3em;
    font-size: 20px;
    font-size: 6.25vw;
    color: #fff;
    line-height: 110%;
    display: inline-block;
    background: #000;
    border-radius: .5em;
  }
  #result-month-all .content {
    margin-bottom: .5em;
    font-size: 30px;
    font-size: 9.375vw;
    display: inline-block;
  }
  #result-month-all .pips {
    font-size: 15px;
    font-size: 4.6875vw;
  }

  #result-list li {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #fff !important;
  }

  .resultData {
    height: 20rem;
    overflow: scroll;
  }
  .resultData iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }

  #result-voice {
    padding: 0 1% 1em;
  }

  #result-last {
    padding: 3rem 5rem;
    background: rgba(255, 255, 255, 0.97);
    border-top: 2px solid #2e318d;
    border-bottom: 2px solid #2e318d;
  }

  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue h3 {
    padding: 7rem 18rem 7rem 1rem;
    background: url(../images/back-prologue.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 3rem;
    background: #fff;
  }

  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit dt {
    padding: 2rem 1rem;
    background: url(../images/back-merit.jpg) repeat center top;
    background-size: 100%;
  }
  #merit dd {
    background: rgba(255, 255, 255, 0.95);
  }
  #merit dd .text {
    padding: 3rem;
  }
  #merit dd:last-child {
    margin-bottom: 0;
  }

  /*----------------------------------------
    #profile
  ----------------------------------------*/
  #profile {
    /*** 旧ライン風（立体的） ***/
    /* 左側 */
    /* 右側 */
    /*** 現ライン風（フラット１） ***/
    /*** 現ライン風（フラット２） ***/
  }
  #profile h3 {
    padding: 4rem 10rem 4rem 1rem;
    background: url(../images/back-profile.jpg) no-repeat center top;
    background-size: cover;
  }
  #profile .text {
    padding: 3rem;
  }
  #profile .images {
    margin-bottom: 5rem;
  }
  #profile .images li {
    margin-bottom: .5rem;
  }
  #profile .images li img {
    box-shadow: 0 0 15px #000;
  }
  #profile .images .rotate-l {
    margin: 0 0 -1rem 1rem;
    width: 95%;
    border: .5rem solid #fff;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  #profile .images .rotate-r {
    margin: 0 0 -1rem 1rem;
    width: 95%;
    border: .5rem solid #fff;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  #profile .speech {
    margin-bottom: 3rem;
    padding: 3rem;
    border: 1px solid #aaa;
  }
  #profile .speech-bubble {
    padding-bottom: 3em;
    overflow: hidden;
  }
  #profile .speech-bubble:last-of-type {
    margin-bottom: 0 !important;
  }
  #profile .speech-bubble .icon {
    margin-bottom: 1rem;
    width: 20%;
    float: left;
  }
  #profile .speech-bubble p {
    margin: 0;
    font-size: 10px;
    font-size: 3.125vw;
  }
  #profile .speech-bubble:after {
    clear: both;
    content: "";
    display: table;
  }
  #profile .speech-bubble:before {
    content: "";
    display: table;
  }
  #profile .sb-bubble:after, #profile .sb-bubble:before {
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 1.2em;
    width: 0;
  }
  #profile .sb-left {
    float: left;
    margin-left: 20px;
  }
  #profile .sb-right {
    float: right;
    margin-right: 20px;
  }
  #profile .sb-line1 {
    border: solid 1px #f7ffff;
    border-radius: 1em;
    max-width: 70%;
    padding: .2em 1em;
    position: relative;
  }
  #profile .sb-line1.sb-left {
    background: -webkit-linear-gradient(top, #f7ffff 0%, #f4f5f7 20%, #f4f5f7 80%, #d5d8dd 100%);
    background: linear-gradient(to bottom, #f7ffff 0%, #f4f5f7 20%, #f4f5f7 80%, #d5d8dd 100%);
  }
  #profile .sb-line1.sb-left:after {
    background: #ffffff;
    border: solid #f7ffff;
    border-radius: 1.6em 0 0 1.6em;
    border-width: 0 0 1px 1px;
    height: 1.6em;
    margin: -2.3em -1px 0 0;
    right: 100%;
    width: .8em;
  }
  #profile .sb-line1.sb-left:before {
    background: #f4f5f7;
    border: solid #f7ffff;
    border-radius: 1.6em 0 0 1.6em;
    border-width: 0 0 1px 1px;
    height: 1.6em;
    margin: -1.8em -1px 0 0;
    right: 100%;
    width: .8em;
  }
  #profile .sb-line1.sb-right {
    background: -webkit-linear-gradient(top, #daf0a9 0%, #afe64a 20%, #afe64a 80%, #8cc159 100%);
    background: linear-gradient(to bottom, #daf0a9 0%, #afe64a 20%, #afe64a 80%, #8cc159 100%);
  }
  #profile .sb-line1.sb-right:after {
    background: #ffffff;
    border: solid #f7ffff;
    border-radius: 0 1.6em 1.6em 0;
    border-width: 0 1px 1px 0;
    height: 1.6em;
    left: 100%;
    margin: -2.3em 0 0 -1px;
    width: .8em;
  }
  #profile .sb-line1.sb-right:before {
    background: #afe64a;
    border: solid #f7ffff;
    border-radius: 0 1.6em 1.6em 0;
    border-width: 0 1px 1px 0;
    height: 1.6em;
    left: 100%;
    margin: -1.8em 0 0 -1px;
    width: .8em;
  }
  #profile .sb-line2 {
    border: solid 1px #c5d0e4;
    border-radius: 1em;
    max-width: 70%;
    padding: .2em 1em;
    position: relative;
  }
  #profile .sb-line2.sb-left {
    background: #f9f9f9;
  }
  #profile .sb-line2.sb-left:after {
    background: #ffffff;
    border: solid #c5d0e4;
    border-radius: 1.6em 0 0 1.6em;
    border-width: 0 0 1px 1px;
    height: 1.6em;
    margin: -2.3em -1px 0 0;
    right: 100%;
    width: .8em;
  }
  #profile .sb-line2.sb-left:before {
    background: #f9f9f9;
    border: solid #c5d0e4;
    border-radius: 1.6em 0 0 1.6em;
    border-width: 0 0 1px 1px;
    height: 1.6em;
    margin: -1.8em -1px 0 0;
    right: 100%;
    width: .8em;
  }
  #profile .sb-line2.sb-right {
    background: #84e248;
  }
  #profile .sb-line2.sb-right:after {
    background: #ffffff;
    border: solid #c5d0e4;
    border-radius: 0 1.6em 1.6em 0;
    border-width: 0 1px 1px 0;
    height: 1.6em;
    left: 100%;
    margin: -2.3em 0 0 -1px;
    width: .8em;
  }
  #profile .sb-line2.sb-right:before {
    background: #84e248;
    border: solid #c5d0e4;
    border-radius: 0 1.6em 1.6em 0;
    border-width: 0 1px 1px 0;
    height: 1.6em;
    left: 100%;
    margin: -1.8em 0 0 -1px;
    width: .8em;
  }
  #profile .sb-line3 {
    border: solid 2px #c5d0e4;
    border-radius: .5em;
    max-width: 70%;
    padding: .2em 1em;
    position: relative;
  }
  #profile .sb-line3.sb-left {
    background: #ffffff;
    border-top-left-radius: 0;
  }
  #profile .sb-line3.sb-left:after {
    background: #ffffff;
    border: solid #c5d0e4;
    border-radius: 0 1em 0 0;
    border-width: 2px 2px 0 0;
    height: .5em;
    right: 100%;
    top: -2px;
    width: .5em;
  }
  #profile .sb-line3.sb-left:before {
    background: #ffffff;
    border-top: solid 2px #c5d0e4;
    height: .5em;
    right: 100%;
    top: -2px;
    width: .5em;
  }
  #profile .sb-line3.sb-right {
    background: #d5e0f4;
    border-top-right-radius: 0;
  }
  #profile .sb-line3.sb-right:after {
    background: #ffffff;
    border: solid 2px #c5d0e4;
    border-radius: 1em 0 0 0;
    border-width: 2px 0 0 2px;
    height: .5em;
    left: 100%;
    top: -2px;
    width: .5em;
  }
  #profile .sb-line3.sb-right:before {
    background: #d5e0f4;
    border-top: solid 2px #c5d0e4;
    height: .5em;
    left: 100%;
    top: -2px;
    width: .5em;
  }

  /*----------------------------------------
    #fakeouts
  ----------------------------------------*/
  #fakeouts h3 {
    padding: 2rem 1rem;
    background: url(../images/back-fakeouts.jpg) no-repeat center top;
    background-size: cover;
  }
  #fakeouts .text {
    padding: 3rem;
    background: #000;
  }
  #fakeouts p {
    color: #fff;
  }
  #fakeouts dt {
    padding: .5em;
    font-size: 13px;
    font-size: 4.0625vw;
    font-weight: bold;
    background: #fff;
  }
  #fakeouts dd {
    padding: 2rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  /*----------------------------------------
    #function
  ----------------------------------------*/
  #function {
    background: url(../images/back-function.jpg) repeat center top;
    background-size: 100%;
  }
  #function h3 {
    padding: 2rem 1rem;
  }
  #function h4 {
    padding: 2rem 1rem;
  }
  #function .text {
    padding: 3rem;
  }
  #function .text-non {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.95);
  }
  #function p {
    color: #fff;
  }
  #function .img-r {
    width: 20%;
  }

  #function1 .text {
    background: rgba(226, 0, 151, 0.95);
  }

  #function2 .text {
    background: rgba(5, 93, 219, 0.95);
  }

  #function3 .text {
    background: rgba(0, 170, 32, 0.95);
  }

  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step h3 {
    padding: 5rem 10rem 8rem 1rem;
    background: url(../images/back-step.jpg) no-repeat center top;
    background-size: cover;
  }
  #step dt {
    padding: 3rem 1rem 0;
  }
  #step dd {
    padding: 3rem;
  }

  /*----------------------------------------
    #free
  ----------------------------------------*/
  #free h3 {
    padding: 3rem 1rem 3rem 10rem;
    background: url(../images/back-free.jpg) no-repeat center top;
    background-size: cover;
  }
  #free .text {
    padding: 3rem;
  }

  /*----------------------------------------
    #contentsList
  ----------------------------------------*/
  #contentsList {
    background: url(../images/back-contentsList.jpg) repeat-y center top;
    background-size: 500%;
  }
  #contentsList h3 {
    padding: 3rem 3rem 0rem;
  }
  #contentsList h4 {
    padding: .5rem;
  }
  #contentsList dt {
    padding: 1rem;
  }
  #contentsList dd {
    padding: 3rem;
    background: #000;
  }
  #contentsList p {
    color: #fff;
  }
  #contentsList .curriculum {
    margin-bottom: 5%;
  }
  #contentsList .curriculum li {
    margin-bottom: 0;
    padding: 5%;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
    display: block;
    background: #093;
    border-bottom: 5px solid #fff;
  }
  #contentsList .curriculum li:last-child {
    border-bottom: none;
  }

  /*----------------------------------------
    #bonus
  ----------------------------------------*/
  #bonus h3 {
    padding: 2rem 1rem;
    background: url(../images/back-bonus.png) repeat center top;
    background-size: cover;
  }
  #bonus .border {
    padding: 1rem;
    position: relative;
    background: -webkit-linear-gradient(left, #9b673f, #c69c6d 20%, #ccac9b);
    background: linear-gradient(to right, #9b673f, #c69c6d 20%, #ccac9b);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  #bonus dl {
    padding: 2rem;
    background: #01161f;
  }
  #bonus dt {
    margin-bottom: 2rem;
  }
  #bonus dd {
    margin-bottom: 3rem;
  }
  #bonus p {
    color: #fff;
  }

  /*----------------------------------------
    #price
  ----------------------------------------*/
  #price h3 {
    padding: 5rem 10rem 5rem 1rem;
    background: url(../images/back-price.png) no-repeat center center;
    background-size: cover;
  }
  #price .text {
    padding: 3rem;
  }

  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue h3 {
    padding: 6rem 1rem 6rem 13rem;
    background: url(../images/back-epilogue.jpg) no-repeat center top;
    background-size: cover;
  }
  #epilogue .text {
    padding: 3rem;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 80%;
  }

  /*----------------------------------------
    #add
  ----------------------------------------*/
  #add h3 {
    padding: 3rem 0;
    font-size: 40px;
    font-size: 12.5vw;
    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;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #global-header
  ----------------------------------------*/
  #global-header-movie {
    padding: 10rem 15%;
  }

  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    padding-top: 8rem;
    background: url(../images/back-result.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #result .inner {
    margin: 0 auto 15rem;
    width: 75%;
    min-width: 900px;
  }
  #result .inner:last-of-type, #result .inner:last-child {
    margin-bottom: 0 !important;
  }
  #result h3 {
    margin-bottom: 3rem;
  }
  #result li {
    box-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
  }
  #result .list-orange {
    padding: 5rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px #000;
  }
  #result .list-orange li {
    margin-bottom: .6em;
    padding: .5em 1em .5em 2.5em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #ff8837;
    background: #fff;
    border-radius: 1rem;
    box-shadow: none;
  }
  #result .check li {
    position: relative;
  }
  #result .check li::after {
    top: .8em;
    left: 1em;
    width: 1em;
    height: .5em;
    border-left: 2px solid #ff8837;
    border-bottom: 2px solid #ff8837;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #result .attention {
    font-size: 13px;
    font-size: 1.3rem;
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  }

  #result-list {
    margin-bottom: 5rem;
  }

  #result-month {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    /*
        li {
          margin-bottom: 0;
          padding: 6% 4% 7% .5%;
          width: 24%;
          text-align: center;
          background: url(../images/back-result-month.png) no-repeat center top;
          background-size: 100%;
          box-shadow: none;
        }
    */
  }
  #result-month li {
    margin-bottom: 1rem;
    padding: 6.5% 5% 9% 0;
    width: 33%;
    text-align: center;
    background: url(../images/back-result-month.png) no-repeat center top;
    background-size: 100%;
    box-shadow: none;
  }
  #result-month .date {
    margin-bottom: .1em;
    padding: .5em .5em;
    font-size: 5px;
    font-size: 1.5625vw;
    display: inline-block;
    border-radius: .5em;
  }
  #result-month .content {
    margin-bottom: .1em;
    padding: .5em .1em;
    font-size: 12px;
    font-size: 3.75vw;
    color: #ffab36;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-weight: bold;
    display: inline-block;
    background: #000;
    border-radius: 3rem;
  }
  #result-month .pips {
    font-size: 5px;
    font-size: 1.5625vw;
  }

  #result-month-all {
    margin: 0 auto;
    padding: 13.5% 7.5% 18.5% 0%;
    width: 55%;
    text-align: center;
    background: url(../images/back-result-month.png) no-repeat center top;
    background-size: 100%;
    box-shadow: none;
  }
  #result-month-all .all {
    margin-bottom: .5em;
    font-size: 10px;
    font-size: 3.125vw;
    display: inline-block;
    border-radius: .3em;
  }
  #result-month-all .content {
    margin-bottom: .1em;
    padding: .5em .1em;
    font-size: 25px;
    font-size: 7.8125vw;
    color: #ffab36;
    display: inline-block;
    background: #000;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-weight: bold;
    border-radius: 3rem;
  }
  #result-month-all .pips {
    font-size: 10px;
    font-size: 3.125vw;
  }

  #result-voice {
    padding: 0 1% 5rem;
  }

  #result-last {
    padding: 5% 20%;
    background: rgba(255, 255, 255, 0.97);
    border-top: 2px solid #2e318d;
    border-bottom: 2px solid #2e318d;
  }

  .resultData {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    overflow: scroll;
  }
  .resultData iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }

  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue {
    padding: 10rem 0;
    background: url(../images/back-prologue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 40% 0 8%;
  }
  #prologue h3 {
    margin-bottom: 10rem;
  }

  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit {
    padding: 10rem 0;
    background: url(../images/back-merit.jpg) no-repeat center top fixed;
    background-size: cover;
    /*
        h3 {
          margin-bottom: 5rem;
        }
    */
  }
  #merit .inner {
    margin: 0 auto;
    width: 60%;
    min-width: 900px;
  }
  #merit dt {
    margin-bottom: 5rem;
  }
  #merit dd {
    margin: 0 auto 8rem;
    padding: 5rem;
    width: 100%;
    border: 1px solid #fff;
    /*
          .text {
            padding: 8em;
            background: rgba(255, 255, 255, .95);
          }
    */
  }
  #merit dd p {
    color: #fff;
  }

  /*----------------------------------------
    #profile
  ----------------------------------------*/
  #profile {
    padding: 8rem 0;
    background: url(../images/back-profile.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #profile .inner {
    margin: 0 40% 0 5%;
    min-width: 800px;
  }
  #profile h3 {
    margin-bottom: 5rem;
  }
  #profile .text {
    margin-bottom: 10rem;
    padding: 10rem;
    background: rgba(255, 255, 255, 0.9);
  }
  #profile .images {
    margin-bottom: 5rem;
  }
  #profile .images li {
    margin-bottom: 10rem;
  }
  #profile .images li img {
    box-shadow: 0 0 15px #000;
  }
  #profile .images .rotate-l {
    margin: 0 0 -3rem -1rem;
    border: 15px solid #fff;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  #profile .images .rotate-r {
    margin: 0 -2rem -3rem 0;
    border: 15px solid #fff;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  .speech {
    margin-bottom: 3rem;
    padding: 3rem;
    border: 1px solid #aaa;
  }

  .speech-bubble {
    padding-bottom: 3em;
    overflow: hidden;
  }
  .speech-bubble .icon {
    margin-bottom: 1rem;
    width: 20%;
    float: left;
  }
  .speech-bubble p {
    margin: 0;
  }
  .speech-bubble:after {
    clear: both;
    content: "";
    display: table;
  }
  .speech-bubble:before {
    content: "";
    display: table;
  }

  .sb-bubble:after, .sb-bubble:before {
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 1.2em;
    width: 0;
  }

  .sb-left {
    float: left;
    margin-left: 20px;
  }

  .sb-right {
    float: right;
    margin-right: 20px;
  }

  /*** 旧ライン風（立体的） ***/
  .sb-line1 {
    border: solid 1px #f7ffff;
    border-radius: 1em;
    max-width: 70%;
    padding: .2em 1em;
    position: relative;
  }
  .sb-line1.sb-left {
    background: -webkit-linear-gradient(top, #f7ffff 0%, #f4f5f7 20%, #f4f5f7 80%, #d5d8dd 100%);
    background: linear-gradient(to bottom, #f7ffff 0%, #f4f5f7 20%, #f4f5f7 80%, #d5d8dd 100%);
  }
  .sb-line1.sb-left:after {
    background: #ffffff;
    border: solid #f7ffff;
    border-radius: 1.6em 0 0 1.6em;
    border-width: 0 0 1px 1px;
    height: 1.6em;
    margin: -2.3em -1px 0 0;
    right: 100%;
    width: .8em;
  }
  .sb-line1.sb-left:before {
    background: #f4f5f7;
    border: solid #f7ffff;
    border-radius: 1.6em 0 0 1.6em;
    border-width: 0 0 1px 1px;
    height: 1.6em;
    margin: -1.8em -1px 0 0;
    right: 100%;
    width: .8em;
  }
  .sb-line1.sb-right {
    background: -webkit-linear-gradient(top, #daf0a9 0%, #afe64a 20%, #afe64a 80%, #8cc159 100%);
    background: linear-gradient(to bottom, #daf0a9 0%, #afe64a 20%, #afe64a 80%, #8cc159 100%);
  }
  .sb-line1.sb-right:after {
    background: #ffffff;
    border: solid #f7ffff;
    border-radius: 0 1.6em 1.6em 0;
    border-width: 0 1px 1px 0;
    height: 1.6em;
    left: 100%;
    margin: -2.3em 0 0 -1px;
    width: .8em;
  }
  .sb-line1.sb-right:before {
    background: #afe64a;
    border: solid #f7ffff;
    border-radius: 0 1.6em 1.6em 0;
    border-width: 0 1px 1px 0;
    height: 1.6em;
    left: 100%;
    margin: -1.8em 0 0 -1px;
    width: .8em;
  }

  /* 左側 */
  /* 右側 */
  /*** 現ライン風（フラット１） ***/
  .sb-line2 {
    border: solid 1px #c5d0e4;
    border-radius: 1em;
    max-width: 70%;
    padding: .2em 1em;
    position: relative;
  }
  .sb-line2.sb-left {
    background: #f9f9f9;
  }
  .sb-line2.sb-left:after {
    background: #ffffff;
    border: solid #c5d0e4;
    border-radius: 1.6em 0 0 1.6em;
    border-width: 0 0 1px 1px;
    height: 1.6em;
    margin: -2.3em -1px 0 0;
    right: 100%;
    width: .8em;
  }
  .sb-line2.sb-left:before {
    background: #f9f9f9;
    border: solid #c5d0e4;
    border-radius: 1.6em 0 0 1.6em;
    border-width: 0 0 1px 1px;
    height: 1.6em;
    margin: -1.8em -1px 0 0;
    right: 100%;
    width: .8em;
  }
  .sb-line2.sb-right {
    background: #84e248;
  }
  .sb-line2.sb-right:after {
    background: #ffffff;
    border: solid #c5d0e4;
    border-radius: 0 1.6em 1.6em 0;
    border-width: 0 1px 1px 0;
    height: 1.6em;
    left: 100%;
    margin: -2.3em 0 0 -1px;
    width: .8em;
  }
  .sb-line2.sb-right:before {
    background: #84e248;
    border: solid #c5d0e4;
    border-radius: 0 1.6em 1.6em 0;
    border-width: 0 1px 1px 0;
    height: 1.6em;
    left: 100%;
    margin: -1.8em 0 0 -1px;
    width: .8em;
  }

  /*** 現ライン風（フラット２） ***/
  .sb-line3 {
    border: solid 2px #c5d0e4;
    border-radius: .5em;
    max-width: 70%;
    padding: .2em 1em;
    position: relative;
  }
  .sb-line3.sb-left {
    background: #ffffff;
    border-top-left-radius: 0;
  }
  .sb-line3.sb-left:after {
    background: #ffffff;
    border: solid #c5d0e4;
    border-radius: 0 1em 0 0;
    border-width: 2px 2px 0 0;
    height: .5em;
    right: 100%;
    top: -2px;
    width: .5em;
  }
  .sb-line3.sb-left:before {
    background: #ffffff;
    border-top: solid 2px #c5d0e4;
    height: .5em;
    right: 100%;
    top: -2px;
    width: .5em;
  }
  .sb-line3.sb-right {
    background: #d5e0f4;
    border-top-right-radius: 0;
  }
  .sb-line3.sb-right:after {
    background: #ffffff;
    border: solid 2px #c5d0e4;
    border-radius: 1em 0 0 0;
    border-width: 2px 0 0 2px;
    height: .5em;
    left: 100%;
    top: -2px;
    width: .5em;
  }
  .sb-line3.sb-right:before {
    background: #d5e0f4;
    border-top: solid 2px #c5d0e4;
    height: .5em;
    left: 100%;
    top: -2px;
    width: .5em;
  }

  /*----------------------------------------
    #fakeouts
  ----------------------------------------*/
  #fakeouts {
    padding: 10rem 0 0;
    background: url(../images/back-fakeouts.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #fakeouts h3 {
    margin: 0 auto 10rem;
    width: 60%;
    min-width: 800px;
  }
  #fakeouts .inner {
    margin-bottom: 10rem;
    padding: 10rem 0;
    background: rgba(0, 0, 0, 0.9);
  }
  #fakeouts .text {
    margin: 0 auto;
    width: 60%;
    min-width: 800px;
  }
  #fakeouts p {
    color: #fff;
  }
  #fakeouts dt {
    padding: 1em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    background: #fff;
  }
  #fakeouts dd {
    padding: 10rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  /*----------------------------------------
    #function
  ----------------------------------------*/
  #function {
    padding: 10rem 0;
    background: url(../images/back-function.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #function .inner {
    margin: 0 15%;
    min-width: 700px;
  }
  #function h3 {
    margin-bottom: 10rem;
  }
  #function h4 {
    margin-bottom: 5rem;
  }
  #function .text {
    margin: 0 auto 10rem;
    padding: 10rem;
    width: 90%;
  }
  #function .text-non {
    margin: 0 auto 10rem;
    padding: 10rem;
    width: 90%;
    background: rgba(0, 0, 0, 0.95);
  }
  #function p {
    color: #fff;
  }
  #function .img-r {
    width: 20%;
  }

  #function1 {
    margin-bottom: 15rem;
  }
  #function1 .text {
    background: rgba(226, 0, 151, 0.95);
  }

  #function2 {
    margin-bottom: 15rem;
  }
  #function2 .text {
    background: rgba(5, 93, 219, 0.95);
  }

  #function3 {
    margin-bottom: 15rem;
  }
  #function3 .text {
    background: rgba(0, 170, 32, 0.95);
  }

  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step {
    padding: 8rem 0;
    background: url(../images/back-step.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #step .inner {
    margin: 0 40% 0 5%;
    min-width: 700px;
  }
  #step h3 {
    margin-bottom: 8rem;
  }
  #step dl {
    margin-bottom: 10rem;
  }
  #step dt {
    margin-bottom: 3rem;
  }
  #step dd {
    padding: 10rem 10rem;
    background: #fff;
    border-radius: 5rem;
  }
  #step .text {
    margin-bottom: 10rem;
  }

  /*----------------------------------------
    #free
  ----------------------------------------*/
  #free {
    padding: 10rem 0;
    background: url(../images/back-free.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #free .inner {
    margin: 0 3% 0 30%;
  }
  #free h3 {
    margin-bottom: 10rem;
  }
  #free .text {
    padding: 10rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px #000;
  }

  /*----------------------------------------
    #contentsList
  ----------------------------------------*/
  #contentsList {
    padding: 10rem 0 0;
    background: url(../images/back-contentsList.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #contentsList .inner {
    margin: 0 auto;
    width: 70%;
    min-width: 800px;
  }
  #contentsList h3 {
    margin: 0 auto 5rem;
    width: 80%;
  }
  #contentsList h4 {
    margin-bottom: 2rem;
  }
  #contentsList dl {
    margin-bottom: 15rem;
  }
  #contentsList dt {
    margin-bottom: 1rem;
  }
  #contentsList dd {
    margin: 0 auto 10rem;
    padding: 10rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
  }
  #contentsList dd p {
    color: #fff;
  }
  #contentsList .curriculum {
    margin-bottom: 30px;
    border: 5px solid #fff;
  }
  #contentsList .curriculum li {
    margin-bottom: 0;
    padding: 20px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: normal;
    display: block;
    background: #093;
    border-bottom: 5px solid #fff;
  }
  #contentsList .curriculum li:last-child {
    border-bottom: none;
  }

  /*----------------------------------------
    #bonus
  ----------------------------------------*/
  #bonus {
    padding: 10rem 0;
    background: url(../images/back-bonus.png) no-repeat center top fixed;
    background-size: cover;
  }
  #bonus .inner {
    margin: 0 auto;
    width: 60%;
    min-width: 800px;
  }
  #bonus h3 {
    margin-bottom: 6rem;
  }
  #bonus .border {
    padding: 1rem;
    position: relative;
    background: -webkit-linear-gradient(left, #9b673f, #c69c6d 20%, #ccac9b);
    background: linear-gradient(to right, #9b673f, #c69c6d 20%, #ccac9b);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  #bonus dl {
    padding: 8%;
    background: #01161f;
  }
  #bonus dt {
    margin-bottom: 3rem;
  }
  #bonus dd {
    margin-bottom: 15rem;
  }
  #bonus p {
    color: #fff;
  }

  /*----------------------------------------
    #price
  ----------------------------------------*/
  #price {
    padding: 8rem 0 5rem;
    background: url(../images/back-price.png) no-repeat center top fixed;
    background-size: cover;
  }
  #price .inner {
    margin: 0 40% 0 5%;
    min-width: 700px;
  }
  #price h3 {
    margin-bottom: 5rem;
  }
  #price .text {
    margin-bottom: 10rem;
    padding: 10rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #price .text:last-child {
    margin-bottom: 0;
  }

  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue {
    padding: 8rem 0;
    background: url(../images/back-epilogue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #epilogue .inner {
    margin: 0 5% 0 35%;
    min-width: 700px;
  }
  #epilogue .text {
    padding: 10rem 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #epilogue h3 {
    margin-bottom: 8rem;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 40%;
  }

  /*----------------------------------------
    #add
  ----------------------------------------*/
  #add {
    padding: 8rem 0;
    background: url(../images/back-add.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #add .inner {
    margin: 0 45% 0 3%;
  }
  #add .text {
    margin-bottom: 10rem;
    padding: 10%;
    background: rgba(0, 0, 0, 0.9);
  }
  #add .text p {
    color: #fff;
  }
  #add .text p:last-child {
    margin-bottom: 0;
  }
  #add h3 {
    margin-bottom: .3em;
    font-size: 80px;
    font-size: 8rem;
    color: #fff;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }
}
