@charset "UTF-8";
/*
@mixin fz($fzSize) {
	font-size: $fzSize + px;
	font-size: ($fzSize / 10) + rem;
}
*/
@media screen and (max-width: 769px) {
  /*----------------------------------------
    #global-heade
  ----------------------------------------*/
  #global-header img {
    display: block;
  }

  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    background: url(../images/back-result.jpg) repeat center top;
    background-size: 100%;
  }
  #result h3 {
    padding: 1rem 1rem;
  }
  #result .attention {
    padding: .5rem 0 0 .5rem;
    font-size: 3px;
    font-size: 0.9375vw;
    color: #fff;
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
  }

  .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #000;
  }

  .result-list li, .result-history li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }

  .resultData {
    height: 20rem;
    overflow: scroll;
  }
  .resultData iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }

  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit {
    background: url(../images/back-merit.png) repeat center top;
    background-size: 100%;
  }
  #merit h3 {
    padding: 1rem;
  }
  #merit dt {
    padding: 2rem 1rem;
  }
  #merit dd {
    background: rgba(255, 255, 255, 0.95);
  }
  #merit dd .text {
    padding: 3rem;
  }
  #merit dd:last-child {
    margin-bottom: 0;
  }

  /*----------------------------------------
    #profile
  ----------------------------------------*/
  #profile {
    background: #000;
  }
  #profile h3 {
    padding: 3rem 13rem 3rem .5rem;
    background: url(../images/back-profile.jpg) no-repeat center top;
    background-size: cover;
  }
  #profile h4 {
    padding: 3rem 3rem;
    border-top: 5px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #profile h5 {
    margin-bottom: .5em;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-size: 4.6875vw;
    color: #fff;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-weight: bold;
    position: relative;
    padding: 0.25em 4em;
    display: inline-block;
    top: 0;
  }
  #profile h5:before, #profile h5:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
  }
  #profile h5:before {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    left: 0;
  }
  #profile h5:after {
    content: '';
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    right: 0;
  }
  #profile .text {
    padding: 3rem;
  }
  #profile p {
    color: #fff;
  }

  /*----------------------------------------
    .recommend
  ----------------------------------------*/
  .recommend {
    background: #000;
  }
  .recommend dt {
    padding: 3% 2% 0;
    background: url(../images/back-heading-recommend.jpg) no-repeat center center;
    background-size: cover;
  }
  .recommend dd {
    padding: 3rem;
  }
  .recommend .name {
    text-align: right;
  }
  .recommend .name img {
    width: 50%;
  }

  /*----------------------------------------
    #crash
  ----------------------------------------*/
  #crash .text {
    padding: 3rem;
    background: white;
  }
  #crash h3 {
    padding: 5rem 1rem;
    background: url(../images/back-crash.jpg) no-repeat center top;
    background-size: cover;
  }

  /*----------------------------------------
    #future
  ----------------------------------------*/
  #future .text {
    padding: 3rem;
    background: white;
  }
  #future h3 {
    padding: 3rem 1rem;
    background: url(../images/back-future.jpg) no-repeat center top;
    background-size: cover;
  }

  /*----------------------------------------
    #logic
  ----------------------------------------*/
  #logic h3 {
    padding: 2rem 2rem 2rem 15rem;
    background: url(../images/back-logic.jpg) no-repeat center center;
    background-size: cover;
  }
  #logic .text {
    padding: 3rem;
    background: #fb2c00;
  }
  #logic p {
    color: #fff;
  }
  #logic .point1 {
    margin-bottom: 1.5em;
    padding: .6em;
    font-size: 13px;
    font-size: 4.0625vw;
    color: #fff;
    font-weight: bold;
    background: #df0057;
    box-shadow: 5px 5px 0 #000;
  }
  #logic .point1 span {
    margin-right: .6em;
    padding: .1em .3em;
    color: #333;
    font-weight: bold;
    background: #fff;
    border-radius: .5rem;
  }
  #logic .point2 {
    margin-bottom: 1.5em;
    padding: .6em;
    font-size: 13px;
    font-size: 4.0625vw;
    color: #fff;
    font-weight: bold;
    background: #3f00cf;
    box-shadow: 5px 5px 0 #000;
  }
  #logic .point2 span {
    margin-right: .6em;
    padding: .1em .3em;
    color: #333;
    font-weight: bold;
    background: #fff;
    border-radius: .5rem;
  }
  #logic dl {
    margin-bottom: 5%;
  }
  #logic dt {
    padding: 1rem 1.5rem;
    font-size: 15px;
    font-size: 4.6875vw;
    color: #fff;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    border: 1px solid #fff;
  }
  #logic dd {
    padding: 5%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  /*----------------------------------------
    #tool
  ----------------------------------------*/
  #tool h3 {
    padding: 6rem 13rem 6rem 1.5rem;
    background: url(../images/back-tool.jpg) no-repeat 10% top;
    background-size: 110%;
  }
  #tool .text {
    padding: 3rem;
  }

  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step {
    background: #fbb03b;
  }
  #step h3 {
    padding: 3rem 3rem 0;
  }
  #step .text {
    padding: 3rem;
  }
  #step dt {
    padding: 1rem 2rem;
  }
  #step dd {
    padding: 3rem;
    background: #fff;
  }
  #step dd .text {
    padding: 0;
  }

  /*----------------------------------------
    #day
  ----------------------------------------*/
  #day h3 {
    padding: 17rem 2rem 1rem;
    background: url(../images/back-day.jpg) no-repeat center top;
    background-size: cover;
  }
  #day .text {
    padding: 3rem;
  }
  #day li {
    box-shadow: 0 0 10px #000;
  }
  #day dl {
    margin-bottom: 1px;
  }
  #day dl dd {
    padding: 2rem;
    background: rgba(229, 0, 89, 0.94);
  }
  #day dl p {
    margin-bottom: .8em !important;
    font-size: 12px;
    font-size: 3.75vw;
    color: #fff;
  }
  #day dl .time {
    margin-right: .3em;
    padding: .2em .3em;
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: bold;
    color: #e50059;
    background: #fff;
    border-radius: .5em;
  }
  #day dl .ibuki-comment {
    margin-bottom: 0 !important;
    padding: .5em;
    font-size: 12px;
    font-size: 3.75vw;
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: .5em;
  }

  /*----------------------------------------
    #mission
  ----------------------------------------*/
  #mission .text {
    padding: 3rem;
  }
  #mission h3 {
    padding: 2rem 1rem 2rem;
    background: url(../images/back-mission.jpg) no-repeat center top;
    background-size: cover;
  }

  /*----------------------------------------
    #contentsList
  ----------------------------------------*/
  #contentsList {
    background: url(../images/back-contentsList.jpg) repeat-y center top;
    background-size: 100%;
  }
  #contentsList h3 {
    padding: 5rem 1rem;
  }
  #contentsList h4 {
    padding: 1rem;
  }
  #contentsList .text {
    padding: 3rem;
    background: #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 {
    background: #000;
  }
  #bonus h3 {
    padding: 3rem 1rem;
    background: url(../images/back-bonus.png) repeat center top;
    background-size: cover;
  }
  #bonus dt {
    padding: 1rem;
  }
  #bonus dd {
    margin: 0 auto;
    padding: 3rem;
  }
  #bonus p {
    color: #fff;
  }

  /*----------------------------------------
    #price
  ----------------------------------------*/
  #price h3 {
    padding: 3rem 1em;
    background: url(../images/back-price.png) no-repeat center center;
    background-size: cover;
  }
  #price .text {
    padding: 3rem;
  }

  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue h3 {
    padding: 3rem 8.5rem 3rem 1rem;
    background: url(../images/back-epilogue.jpg) no-repeat center top;
    background-size: cover;
  }
  #epilogue .text {
    padding: 3rem;
    background: white;
  }

  /*----------------------------------------
    #add
  ----------------------------------------*/
  #add1 h3 {
    padding: 3rem 1rem;
    font-size: 25px;
    font-size: 7.8125vw;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #fff;
    line-height: 120%;
    text-align: center;
    letter-spacing: -.1em;
    background: url(../images/back-add1.jpg) no-repeat center top;
    background-size: cover;
    text-shadow: 0 0 10px #000;
  }
  #add1 .text {
    padding: 3rem;
    background: #000;
  }
  #add1 p {
    color: #fff;
  }

  #add2 h3 {
    padding: 3rem 1rem;
    font-size: 25px;
    font-size: 7.8125vw;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #fff;
    line-height: 120%;
    text-align: center;
    letter-spacing: -.1em;
    background: url(../images/back-add2.jpg) no-repeat center top;
    background-size: cover;
    text-shadow: 0 0 10px #000;
  }
  #add2 .text {
    padding: 3rem;
    background: #fff;
  }
  #add2 p {
    color: #854a4a;
  }

  .name {
    text-align: right;
  }
  .name img {
    width: 60%;
  }

  /*----------------------------------------
    #special
  ----------------------------------------*/
  #special-201906 h3 {
    padding: 4rem 14rem 4rem 1rem;
    background: url(../images/back-special-201906.jpg) no-repeat center center;
    background-size: cover;
  }
  #special-201906 dl {
    padding: 3rem;
  }
  #special-201906 dt {
    margin-bottom: 5%;
  }
  #special-201906 .timer {
    margin: 0 auto;
    padding: 2rem;
    width: 100%;
    text-align: center;
    background: #900;
  }
  #special-201906 .timer p {
    margin-bottom: 0 !important;
    font-size: 20px;
    font-size: 6.25vw;
    color: #fff;
    font-weight: bold;
    line-height: 130%;
  }
  #special-201906 .timer a {
    margin: 10px auto;
    padding: 20px;
    width: 50%;
    font-size: 13px;
    font-size: 4.0625vw;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
  }
  #special-201906 .timer a:hover {
    color: #fff;
    background: #000;
  }
  #special-201906 .timer span {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 17px;
    font-size: 5.3125vw;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
    background: #ef2617;
    background: -webkit-linear-gradient(left, #ef2617 0%, #fcc605 100%);
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
  }


  /*----------------------------------------
    #special-oco
  ----------------------------------------*/
  #special-oco h3 {
    /*padding: 4rem 14rem 4rem 1rem;
    background: url(../images/back-special-oco.jpg) no-repeat center center;*/
    padding: 2rem;
    background: #000;
    background-size: cover;
  }
  #special-oco dl {
    padding: 3rem;
  }
  #special-oco dt {
    margin-bottom: 5%;
  }
  #special-oco .timer {
    margin: 0 auto;
    padding: 2rem;
    width: 100%;
    text-align: center;
    background: #900;
  }
  #special-oco .timer p {
    margin-bottom: 0 !important;
    font-size: 20px;
    font-size: 6.25vw;
    color: #fff;
    font-weight: bold;
    line-height: 130%;
  }
  #special-oco .timer a {
    margin: 10px auto;
    padding: 20px;
    width: 50%;
    font-size: 13px;
    font-size: 4.0625vw;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
  }
  #special-oco .timer a:hover {
    color: #fff;
    background: #000;
  }
  #special-oco .timer span {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 17px;
    font-size: 5.3125vw;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
    background: #ef2617;
    background: -webkit-linear-gradient(left, #ef2617 0%, #fcc605 100%);
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
  }


}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    padding: 8rem 0;
    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-child {
    margin-bottom: 0;
  }
  #result h3 {
    margin-bottom: 3rem;
  }
  #result li {
    box-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
  }
  #result .attention {
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
  }

  #result-enquete {
    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-enquete li {
    margin-bottom: 0 !important;
    width: 50%;
  }

  .resultData {
    margin: 0 auto 2em;
    width: 100%;
    height: 600px;
    overflow: scroll;
  }
  .resultData iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }

  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit {
    padding: 10rem 0;
    background: url(../images/back-merit.png) no-repeat center top fixed;
    background-size: cover;
  }
  #merit .inner {
    margin: 0 auto;
    width: 60%;
    min-width: 900px;
  }
  #merit h3 {
    margin-bottom: 5rem;
  }
  #merit dl {
    margin-bottom: 10%;
  }
  #merit dt {
    margin-bottom: 3em;
  }
  #merit dd .text {
    padding: 8em;
    background: rgba(255, 255, 255, 0.95);
  }
  #merit dd p:last-child {
    margin-bottom: 0;
  }

  /*----------------------------------------
    #profile
  ----------------------------------------*/
  #profile {
    padding: 10rem 0;
    background: url(../images/back-profile.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #profile .outer {
    margin: 0 35% 0 2%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #profile .outer {
    margin: 0 25% 0 2%;
  }
}
@media screen and (min-width: 769px) {
  #profile h3 {
    margin-bottom: 10rem;
  }
  #profile h4 {
    padding: 5rem 0;
    border-top: 5px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #profile h5 {
    margin-bottom: .5em;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-weight: bold;
    position: relative;
    padding: 0.25em 4em;
    display: inline-block;
    top: 0;
  }
  #profile h5:before, #profile h5:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
  }
  #profile h5:before {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    left: 0;
  }
  #profile h5:after {
    content: '';
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    right: 0;
  }
  #profile ul {
    color: #fff;
  }
  #profile .text {
    margin-bottom: 10% !important;
    padding: 5%;
    border-bottom: 2px solid #fff;
  }
  #profile p {
    color: #fff;
  }
  #profile .name {
    text-align: right;
  }
  #profile .name img {
    width: 50%;
  }

  /*----------------------------------------
    .recommend
  ----------------------------------------*/
  .recommend {
    margin-bottom: 5%;
    border: 5px solid #b07600;
  }
  .recommend dt {
    padding: 3% 2% 0;
    background: url(../images/back-heading-recommend.jpg) no-repeat center center;
  }
  .recommend dd {
    padding: 5% 10% 10%;
  }

  /*----------------------------------------
    #crash
  ----------------------------------------*/
  #crash {
    padding: 5% 0;
    background: url(../images/back-crash.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #crash .inner {
    margin: 0 auto;
    width: 70%;
    min-width: 800px;
  }
  #crash .text {
    margin-bottom: 15em;
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #crash h3 {
    margin-bottom: 3em;
  }

  /*----------------------------------------
    #future
  ----------------------------------------*/
  #future {
    padding: 5% 0;
    background: url(../images/back-future.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #future .inner {
    margin: 0 auto;
    width: 70%;
    min-width: 800px;
  }
  #future .text {
    margin-bottom: 15em;
    padding: 10%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  #future h3 {
    margin-bottom: 3em;
  }

  /*----------------------------------------
    #logic
  ----------------------------------------*/
  #logic {
    padding: 5% 0;
    background: url(../images/back-logic.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #logic .inner {
    margin: 0 5% 0 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #logic .inner {
    margin: 0 5% 0 30%;
  }
}
@media screen and (min-width: 769px) {
  #logic .text {
    margin-bottom: 15em;
  }
  #logic h3 {
    margin-bottom: 3em;
  }
  #logic p {
    color: #fff;
  }
  #logic .point1 {
    margin-bottom: 1.5em;
    padding: .6em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    background: #df0057;
    box-shadow: 5px 5px 0 #000;
  }
  #logic .point1 span {
    margin-right: .6em;
    padding: .1em .3em;
    color: #333;
    font-weight: bold;
    background: #fff;
    border-radius: .5rem;
  }
  #logic .point2 {
    margin-bottom: 1.5em;
    padding: .6em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    background: #3f00cf;
    box-shadow: 5px 5px 0 #000;
  }
  #logic .point2 span {
    margin-right: .6em;
    padding: .1em .3em;
    color: #333;
    font-weight: bold;
    background: #fff;
    border-radius: .5rem;
  }
  #logic dl {
    margin-bottom: 5%;
  }
  #logic dt {
    padding: .5em 1.5em;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    border: 1px solid #fff;
  }
  #logic dd {
    padding: 5%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  /*----------------------------------------
    #tool
  ----------------------------------------*/
  #tool {
    padding: 10rem 0;
    background: url(../images/back-tool.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #tool .inner {
    margin: 0 40% 0 5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #tool .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #tool h3 {
    margin-bottom: 10rem;
  }
  #tool .text {
    margin-bottom: 15em;
  }
  #tool p {
    color: #fff;
  }

  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step {
    padding: 5% 0;
    background: #fcee21;
  }
  #step .inner {
    margin: 0 auto;
    width: 70%;
    min-width: 800px;
  }
  #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;
  }

  /*----------------------------------------
    #day
  ----------------------------------------*/
  #day {
    padding: 10% 0;
    background: url(../images/back-day.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #day .inner {
    margin: 0 auto;
    width: 60%;
    min-width: 800px;
  }
  #day h3 {
    margin-bottom: 10em;
  }
  #day .text {
    padding: 5%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px #000;
  }
  #day li {
    box-shadow: 0 0 10px #000;
  }
  #day dl {
    margin-bottom: 5%;
  }
  #day dl dd {
    padding: 3em;
    background: rgba(229, 0, 89, 0.94);
  }
  #day dl p {
    margin-bottom: .8em !important;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
  }
  #day dl .time {
    margin-right: .3em;
    padding: .2em .3em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #e50059;
    background: #fff;
    border-radius: .5em;
  }
  #day dl .ibuki-comment {
    margin-bottom: 0 !important;
    padding: .5em;
    font-size: 30px;
    font-size: 3rem;
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: .5em;
  }

  /*----------------------------------------
    #mission
  ----------------------------------------*/
  #mission {
    padding: 5% 0;
    background: url(../images/back-mission.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #mission .inner {
    margin: 0 5% 0 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #mission .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #mission .text {
    margin-bottom: 15em;
    padding: 10%;
    background: rgba(255, 255, 255, 0.9);
  }
  #mission h3 {
    margin-bottom: 3em;
  }

  /*----------------------------------------
    #contentsList
  ----------------------------------------*/
  #contentsList {
    padding: 10em 0 0;
    background: url(../images/back-contentsList.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #contentsList .inner {
    margin: 0 auto;
    width: 80%;
    width: 900px;
  }
  #contentsList h3 {
    margin: 0 auto 5em;
  }
  #contentsList .contentsList {
    margin: 0 auto 10em;
    width: 80%;
    min-width: 900px;
  }
  #contentsList .contentsList .text {
    margin: 0 auto;
    padding: 10rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
  #contentsList .contentsList:last-child {
    margin-bottom: 0;
  }
  #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: 70%;
    min-width: 900px;
  }
  #bonus h3 {
    margin-bottom: 10rem;
  }
  #bonus dl {
    margin-bottom: 10%;
  }
  #bonus dd {
    margin: -5% auto 0;
    padding: 8% 8% 8%;
    width: 96%;
    background: rgba(0, 0, 0, 0.9);
  }
  #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 auto;
    width: 50%;
    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: 10% 0;
    background: url(../images/back-epilogue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #epilogue .inner {
    margin: 0 35% 0 3%;
    min-width: 800px;
  }
  #epilogue .text {
    margin: 0 auto;
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #epilogue h3 {
    margin-bottom: 8rem;
  }

  /*----------------------------------------
    #add
  ----------------------------------------*/
  #add1 {
    padding: 8% 0 5%;
    background: url(../images/back-add1.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #add1 .inner {
    margin: 0 35% 0 5%;
    padding: 6%;
    background: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #add1 .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #add1 .text {
    margin-bottom: 15%;
  }
  #add1 .text:last-child {
    margin-bottom: 0;
  }
  #add1 .text p {
    color: #fff;
  }
  #add1 .text p:last-child {
    margin-bottom: 0;
  }
  #add1 h3 {
    margin-bottom: .8em;
    padding-bottom: .2em;
    font-size: 45px;
    font-size: 4.5rem;
    color: #fff;
    letter-spacing: -.08em;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    border-bottom: 1px solid #fff;
  }

  #add2 {
    padding: 8% 0 5%;
    background: url(../images/back-add2.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #add2 .inner {
    margin: 0 5% 0 35%;
    padding: 6%;
    background: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #add2 .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #add2 .text {
    margin-bottom: 15%;
  }
  #add2 .text p {
    color: #854a4a;
  }
  #add2 h3 {
    margin-bottom: .8em;
    padding-bottom: .2em;
    font-size: 45px;
    font-size: 4.5rem;
    color: #854a4a;
    letter-spacing: -.08em;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    line-height: 140%;
    border-bottom: 1px dotted #854a4a;
  }
  #add2 .name {
    text-align: right;
  }
  #add2 .name img {
    width: 40%;
  }

  /*----------------------------------------
    #special
  ----------------------------------------*/
  #special-201906 {
    padding: 5% 0 5%;
    background: url(../images/back-special-201906.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #special-201906 .inner {
    margin: 0 40% 0 5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #special-201906 .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #special-201906 h3 {
    margin-bottom: 10%;
  }
  #special-201906 dl {
    margin-bottom: 10%;
  }
  #special-201906 dt {
    margin-bottom: 5%;
  }
  #special-201906 .timer {
    margin: 0 auto;
    padding: 2em 1em 3em;
    width: 100%;
    text-align: center;
    background: #900;
  }
  #special-201906 .timer p {
    margin-bottom: 0 !important;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    line-height: 130%;
  }
  #special-201906 .timer a {
    margin: 10px auto;
    padding: 20px;
    width: 50%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
  }
  #special-201906 .timer a:hover {
    color: #fff;
    background: #000;
  }
  #special-201906 .timer span {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 35px;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
    background: #ef2617;
    background: -webkit-linear-gradient(left, #ef2617 0%, #fcc605 100%);
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
  }



  /*----------------------------------------
    #special-oco
  ----------------------------------------*/
  #special-oco {
    padding: 5% 0 5%;
    background: url(../images/back-special-oco_1.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #special-oco .inner {
    margin: 0 40% 0 5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #special-oco .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #special-oco h3 {
   margin-bottom: 5%;
  }
  #special-oco dl {
    margin-bottom: 10%;
    background: #fff;
    padding: 8%;
  }
  #special-oco dt {
    margin-bottom: 5%;
  }
  #special-oco .timer {
    margin: 0 auto;
    padding: 2em 1em 3em;
    width: 100%;
    text-align: center;
    background: #900;
  }
  #special-oco .timer p {
    margin-bottom: 0 !important;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    line-height: 130%;
  }
  #special-oco .timer a {
    margin: 10px auto;
    padding: 20px;
    width: 50%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
  }
  #special-oco .timer a:hover {
    color: #fff;
    background: #000;
  }
  #special-oco .timer span {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 35px;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
    background: #ef2617;
    background: -webkit-linear-gradient(left, #ef2617 0%, #fcc605 100%);
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
  }

}
