@charset "UTF-8";
/*
@mixin fz($fzSize) {
	font-size: $fzSize + px;
	font-size: ($fzSize / 10) + rem;
}
*/
@media screen and (max-width: 769px) {
  /*----------------------------------------
  	#global-header
  ----------------------------------------*/
  #global-header1 {
    background: url(../images/back-global-header1.jpg) no-repeat center top;
    background-size: cover;
  }

  #global-header2 {
    background: url(../images/back-global-header2.jpg) no-repeat center top;
    background-size: cover;
  }

  #global-header3 {
    background: url(../images/back-global-header3.jpg) no-repeat center top;
    background-size: cover;
  }

  #global-header4 {
    background: url(../images/back-global-header4.jpg) no-repeat center top;
    background-size: cover;
  }

  #global-header5 {
    background: url(../images/back-global-header5.jpg) no-repeat center top;
    background-size: cover;
  }

  #global-header6 {
    background: url(../images/back-global-header6.jpg) no-repeat center top;
    background-size: cover;
  }

  #global-header7 {
    background: url(../images/back-global-header7.jpg) no-repeat center top;
    background-size: cover;
  }

  #global-header1 {
    padding: 0 3%;
  }

  /*----------------------------------------
  	#present
  ----------------------------------------*/
  #present-201712 {
    background: url(../images/back-present-201712.jpg) no-repeat center top;
    background-size: cover;
  }
  #present-201712 h3 {
    padding: 5%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  #present-201712 h4 {
    padding: 0 5%;
  }
  #present-201712 .text {
    padding: 5%;
    background: rgba(0, 0, 0, 0.5);
  }
  #present-201712 p, #present-201712 li {
    color: #fff;
  }

  /*----------------------------------------
  	#result
  ----------------------------------------*/
  #result {
    background: url(../images/back-result.jpg) repeat center top;
    background-size: 100%;
  }
  #result #resultList {
    padding: 3%;
  }
  #result #resultData {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #result #resultData li {
    margin-bottom: 1%;
    padding: 6% 0 9%;
    width: 33%;
    color: #fff;
    line-height: 20%;
    text-align: center;
    text-shadow: 0 0 20px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
    background: url(../images/back-resultData.png) no-repeat center top;
    background-size: 100%;
  }
  #result #resultData br {
    display: block;
  }
  #result #resultData .date {
    margin-bottom: 2%;
    padding: 2%;
    font-size: 12px;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: -0.05em;
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #fff;
  }
  #result #resultData .data {
    font-size: 28px;
    font-size: 8.75vw;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.08em;
    display: inline-block;
  }
  #result #resultData .pips {
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: bold;
    line-height: 0.1;
    display: inline-block;
  }
  #result #resultData-detail h3 {
    margin-bottom: 5%;
  }
  #result #resultData-detail ul .btn-red1 a {
    font-size: 18px;
    font-size: 5.625vw;
    letter-spacing: -0.05em;
  }
  #result #resultData-detail .caution {
    padding: 5%;
  }
  #result #resultData-detail .caution p {
    margin-bottom: 5%;
    font-size: 12px;
    font-size: 3.75vw;
    color: #fff;
    text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
  }

  /*----------------------------------------
  	#prologue
  ----------------------------------------*/
  #prologue h3 {
    padding: 10% 5% 10% 30%;
    background: url(../images/back-prologue.jpg) no-repeat 70% top;
    background-size: 130%;
  }
  #prologue #profile {
    padding: 5%;
    background: url(../images/back-profile.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue #profile h4 {
    margin-bottom: 5%;
  }
  #prologue #profile p, #prologue #profile li {
    color: #fff;
    text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
  }
  #prologue .text {
    padding: 5%;
  }
  #prologue .voice dl {
    margin-bottom: 3.125vw;
    padding: 5%;
    width: 100%;
    background: url(../images/back-prologue-voice.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .voice dt {
    font-size: 15px;
    font-size: 4.6875vw;
    color: #fff;
  }
  #prologue .voice dt span {
    margin-bottom: 2.5vw;
    padding: 2%;
    font-weight: bold;
    display: inline-block;
    background: rgba(0, 0, 0, 0.9);
  }
  #prologue .voice .arrow {
    margin-bottom: 9.375vw;
    padding: 5%;
    font-size: 15px;
    font-size: 4.6875vw;
    color: #fff;
    line-height: 130%;
    font-weight: bold;
    text-align: center;
    background: #d5a431;
    border: 1.5625vw solid #f5e60f;
    position: relative;
  }
  #prologue .voice .arrow:after, #prologue .voice .arrow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #prologue .voice .arrow:after {
    border-color: rgba(213, 164, 49, 0);
    border-top-color: #d5a431;
    border-width: 20px;
    margin-left: -20px;
  }
  #prologue .voice .arrow:before {
    border-color: rgba(245, 230, 15, 0);
    border-top-color: #f5e60f;
    border-width: 27px;
    margin-left: -27px;
  }
  #prologue .voice .after {
    margin-bottom: 1.5625vw;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 17px;
    font-size: 5.3125vw;
    line-height: 130%;
    font-weight: bold;
    letter-spacing: -0.07em;
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
	color: #333;
  }
  #prologue .voice .after span {
    margin-bottom: 0.9375vw;
    padding: 0.5% 1%;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 17px;
    font-size: 5.3125vw;
    color: #fff;
    font-weight: bold;
    line-height: 180%;
    text-shadow: none;
    display: inline-block;
    background-color: #f700c5;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF700C5', endColorstr='#FFEA0003');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MDBjNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhMDAwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f700c5), color-stop(100%, #ea0003));
    background-image: -moz-linear-gradient(left, #f700c5 0%, #ea0003 100%);
    background-image: -webkit-linear-gradient(left, #f700c5 0%, #ea0003 100%);
    background-image: linear-gradient(to right, #f700c5 0%, #ea0003 100%);
    box-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  }

  #prologue-enquete {
    padding: 3%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #prologue-enquete li {
    width: 49%;
    box-shadow: 0 0 10px #000;
  }

  #prologue-mail {
    padding: 3%;
  }
  #prologue-mail li {
    box-shadow: 0 0 10px #000;
  }

  /*----------------------------------------
  	#recommend
  ----------------------------------------*/
  #recommend {
    background: url(../images/back-recommend.jpg) repeat center top;
    background-size: 100%;
  }
  #recommend dl {
    margin: 0 auto 30px;
    padding: 5%;
    background: rgba(0, 0, 0, 0.8);
    border: 1.5625vw solid #f9be06;
  }
  #recommend dl:last-child {
    margin-bottom: 0;
  }
  #recommend dt {
    margin-bottom: 5%;
  }
  #recommend p, #recommend li {
    color: #fff;
  }

  /*----------------------------------------
  	.form
  ----------------------------------------*/
  .form {
    padding: 0 0 5%;
    background: #000;
  }
  .form form {
    margin: 0 auto;
    padding: 57.8125vw 3% 0;
    width: 100%;
    background: url(../images/modal.jpg) no-repeat left top;
    background-size: 100%;
  }
  .form input[type=text] {
    margin-bottom: 3%;
    padding-left: 15.625vw;
    width: 100%;
    height: 15.625vw;
    font-size: 15px;
    font-size: 4.6875vw;
    font-weight: bold;
    background: #fff url(../images/icon-mail.png) no-repeat 1.875vw center;
  }
  .form button {
    margin: 0 auto;
    padding: 5% 0;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    font-size: 6.25vw;
    box-shadow: 0 1.5625vw 0 #176802;
    line-height: 1.4;
    font-weight: 800;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    border: none;
  }
  .form button:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }

  /*----------------------------------------
  	#turtles
  ----------------------------------------*/
  #turtles {
    background: #000;
  }
  #turtles h3 {
    padding: 8% 35% 8% 5%;
    background: #000 url(../images/back-turtles.jpg) no-repeat right -10%;
    background-size: 65%;
    border-bottom: 1px solid #fff;
  }
  #turtles p, #turtles li {
    color: #fff;
  }
  #turtles .text {
    padding: 5%;
  }
  #turtles .text:last-child {
    margin-bottom: 0;
  }
  #turtles .profile {
    margin-bottom: 5%;
    padding: 5%;
    width: 100%;
    border-top: 0.9375vw solid #fee67a;
    border-right: 0.9375vw solid #ba8f02;
    border-bottom: 0.9375vw solid #ba8f02;
    border-left: 0.9375vw solid #fee67a;
    background: white;
  }
  #turtles .profile .image {
    margin-bottom: 5%;
  }
  #turtles .profile dt {
    margin-bottom: 5%;
    padding-bottom: 5%;
    font-size: 25px;
    font-size: 7.8125vw;
    line-height: 100%;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    border-bottom: 1px solid #333;
  }
  #turtles .profile p, #turtles .profile li {
    font-size: 13px;
    font-size: 4.0625vw;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #333;
  }

  #magicList {
    margin-bottom: 5%;
    width: 100%;
  }
  #magicList dl {
    margin-bottom: 5%;
    width: 100%;
  }
  #magicList dt {
    padding: 5%;
    font-size: 20px;
    font-size: 6.25vw;
    color: #fff;
    font-weight: bold;
  }
  #magicList dt span {
    margin-bottom: 0.9375vw;
    padding: 0.9375vw;
    font-size: 15px;
    font-size: 4.6875vw;
    color: #333;
    display: inline-block;
    background: #fff;
  }
  #magicList dd {
    background: #fff;
  }
  #magicList dd p {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 3.75vw;
    color: #333;
  }
  #magicList .text {
    margin-bottom: 0;
    padding: 5%;
  }

  #magicList1 dt {
    background: #c9003d;
  }

  #magicList2 dt {
    background: #004a99;
  }

  #magicList3 dt {
    background: #007210;
  }

  /*----------------------------------------
  	#appeal
  ----------------------------------------*/
  #appeal {
    background: url(../images/back-appeal.jpg) repeat center top;
    background-size: 100%;
  }
  #appeal h3 {
    padding: 3%;
  }
  #appeal p, #appeal li {
    color: #fff;
  }
  #appeal dt {
    padding: 5%;
  }
  #appeal dd {
    padding: 5%;
  }

  #appeal1 dd {
    background: rgba(203, 39, 76, 0.9);
  }

  #appeal2 dd {
    background: rgba(27, 20, 100, 0.9);
  }

  #appeal3 dd {
    background: rgba(241, 90, 36, 0.9);
  }

  #appeal4 dd {
    background: rgba(0, 146, 69, 0.9);
  }

  #appeal5 dd {
    background: rgba(252, 238, 33, 0.9);
  }
  #appeal5 p, #appeal5 li {
    color: #333;
  }

  /*----------------------------------------
  	#logic
  ----------------------------------------*/
  #logic {
    background: #000;
  }
  #logic h3 {
    padding: 5% 0;
    background: url(../images/back-logic.png) no-repeat center top;
    background-size: cover;
  }
  #logic .inner {
    margin-bottom: 5%;
    width: 100%;
    border-left: 1.5625vw solid #ffc800;
    border-right: 1.5625vw solid #ffe100;
  }
  #logic .inner:last-child {
    margin-bottom: 0;
  }
  #logic .inner:before,
  #logic .inner:after {
    content: "";
    display: block;
    height: 1.5625vw;
    width: 100%;
    background: linear-gradient(to right, #ffc800 0%, #ff174d 25%, #3a68ff 50%, #0aff8e 75%, #ffe100 100%);
  }
  #logic .text {
    padding: 5%;
    background: black;
  }
  #logic p, #logic li {
    color: #fff;
  }

  /*----------------------------------------
  	#risk
  ----------------------------------------*/
  #risk h3 {
    padding: 5% 0;
    text-align: center;
    background: url(../images/back-risk.jpg) no-repeat center top;
    background-size: 180%;
  }
  #risk h3 img {
    width: 50%;
  }
  #risk .text {
    padding: 5%;
    background: #2b1508;
  }
  #risk p, #risk li {
    color: #fff;
  }
  #risk .exit {
    margin-bottom: 5%;
  }
  #risk .exit dt {
    margin-bottom: 3%;
  }
  #risk .exit dd {
    background: #fff;
  }

  /*----------------------------------------
  	#style
  ----------------------------------------*/
  #style h3 {
    padding: 5% 5% 5% 5%;
    background: url(../images/back-style.jpg) no-repeat center top;
    background-size: cover;
  }
  #style .text {
    padding: 5%;
    background: #00bfe8;
  }
  #style p, #style li {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
  }

  #style1, #style2, #style3 {
    margin-bottom: 30px;
  }
  #style1 dt, #style2 dt, #style3 dt {
    margin-bottom: 3%;
    padding: 3%;
    font-size: 15px;
    font-size: 4.6875vw;
    font-weight: bold;
    text-shadow: 0 0 1.5625vw #fff;
    border-radius: 10px;
  }
  #style1 span, #style2 span, #style3 span {
    margin: 0 2% 1% 0;
    padding: 1.5%;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    display: inline-block;
    border-radius: 10px;
  }

  #style1 dt {
    color: #010079;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  }
  #style1 dt span {
    background: #010079;
  }

  #style2 dt {
    color: #00897b;
    background: -webkit-repeating-linear-gradient(-45deg, #c8e6c9, #c8e6c9 3px, #e8f5e9 3px, #e8f5e9 7px);
    background: repeating-linear-gradient(-45deg, #c8e6c9, #c8e6c9 3px, #e8f5e9 3px, #e8f5e9 7px);
  }
  #style2 dt span {
    background: #00897b;
  }

  #style3 dt {
    color: #f57c00;
    background: -webkit-repeating-linear-gradient(-45deg, #ffecb3, #ffecb3 3px, #fff8e1 3px, #fff8e1 7px);
    background: repeating-linear-gradient(-45deg, #ffecb3, #ffecb3 3px, #fff8e1 3px, #fff8e1 7px);
  }
  #style3 dt span {
    background: #f57c00;
  }

  /*----------------------------------------
  	#curriculum
  ----------------------------------------*/
  #curriculum h3 {
    padding: 8% 20% 8% 3%;
    background: url(../images/back-curriculum.jpg) no-repeat 120% top;
    background-size: 50%;
  }
  #curriculum .text {
    padding: 5%;
  }
  #curriculum dl {
    margin-bottom: 30px;
  }
  #curriculum dt {
    padding: 5% 5% 4%;
    font-size: 20px;
    font-size: 6.25vw;
    color: #fff;
    font-weight: bold;
    background: #5c3400;
  }
  #curriculum dt i {
    margin-right: 2%;
    font-size: 25px;
    font-size: 7.8125vw;
  }
  #curriculum dd {
    padding: 5%;
    background: #ff8832;
    background: linear-gradient(to right, #ff8832 0%, #ff215c 100%);
  }
  #curriculum dd li {
    margin-bottom: 5%;
    font-size: 13px;
    font-size: 4.0625vw;
    color: #fff;
  }
  #curriculum dd li span {
    margin-bottom: 2%;
    padding: 1%;
    width: 20%;
    color: #333;
    font-weight: bold;
    text-align: center;
    background: #fff;
    border-radius: 1.5625vw;
    display: block;
  }
  #curriculum dd li:last-child {
    margin-bottom: 0;
  }

  /*----------------------------------------
  	#contentsList
  ----------------------------------------*/
  #contentsList {
    padding-top: 5%;
    background: url(../images/back-contentsList.jpg) repeat center top;
    background-size: 100%;
  }
  #contentsList h3, #contentsList h4 {
    margin: 0 auto;
    width: 95%;
  }
  #contentsList h3 {
    margin-bottom: 5%;
  }
  #contentsList h4 {
    margin-bottom: 5%;
  }
  #contentsList .contentsList {
    margin-bottom: 5%;
  }
  #contentsList .text {
    margin: 0 auto;
    padding: 5% 5% 3%;
    width: 95%;
    background: rgba(0, 0, 0, 0.9);
    border: 0.3125vw solid #fff;
    box-shadow: 0 0 3.125vw #000;
  }
  #contentsList p, #contentsList li {
    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;
  }

  .pre {
    margin-bottom: 0;
    padding: 5%;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
  }

  /*----------------------------------------
  	#bonus
  ----------------------------------------*/
  #bonus {
    background: #000;
  }
  #bonus h3 {
    padding: 3%;
  }
  #bonus dt {
    padding: 3%;
    background: url(../images/back-bonus.jpg) no-repeat center top;
    background-size: 100%;
  }
  #bonus dd {
    padding: 5%;
    background: black;
  }
  #bonus p, #bonus li {
    color: #fff;
  }

  /*----------------------------------------
  	.voice-movie
  ----------------------------------------*/
  .voice-movie h3 {
    padding: 5% 10%;
    background: url(../images/back-voice-movie.jpg) no-repeat center 50%;
    background-size: cover;
  }
  .voice-movie dl {
    margin-bottom: 3.125vw;
    padding: 5%;
    width: 100%;
    background: url(../images/back-prologue-voice.jpg) no-repeat center top;
    background-size: cover;
  }
  .voice-movie dt {
    font-size: 15px;
    font-size: 4.6875vw;
    color: #fff;
  }
  .voice-movie dt span {
    margin-bottom: 2.5vw;
    padding: 2%;
    font-weight: bold;
    display: inline-block;
    background: rgba(0, 0, 0, 0.9);
  }
  .voice-movie .arrow {
    margin-bottom: 9.375vw;
    padding: 5%;
    font-size: 15px;
    font-size: 4.6875vw;
    color: #fff;
    line-height: 130%;
    font-weight: bold;
    text-align: center;
    background: #d5a431;
    border: 1.5625vw solid #f5e60f;
    position: relative;
  }
  .voice-movie .arrow:after, .voice-movie .arrow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .voice-movie .arrow:after {
    border-color: rgba(213, 164, 49, 0);
    border-top-color: #d5a431;
    border-width: 20px;
    margin-left: -20px;
  }
  .voice-movie .arrow:before {
    border-color: rgba(245, 230, 15, 0);
    border-top-color: #f5e60f;
    border-width: 27px;
    margin-left: -27px;
  }
  .voice-movie .after {
    margin-bottom: 1.5625vw;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 17px;
    font-size: 5.3125vw;
    line-height: 130%;
    font-weight: bold;
    letter-spacing: -0.07em;
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  }
  .voice-movie .after span {
    margin-bottom: 0.9375vw;
    padding: 0.5% 1%;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 17px;
    font-size: 5.3125vw;
    color: #fff;
    font-weight: bold;
    line-height: 180%;
    text-shadow: none;
    display: inline-block;
    background-color: #f700c5;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF700C5', endColorstr='#FFEA0003');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MDBjNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhMDAwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f700c5), color-stop(100%, #ea0003));
    background-image: -moz-linear-gradient(left, #f700c5 0%, #ea0003 100%);
    background-image: -webkit-linear-gradient(left, #f700c5 0%, #ea0003 100%);
    background-image: linear-gradient(to right, #f700c5 0%, #ea0003 100%);
    box-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  }

  /*----------------------------------------
  	#price
  ----------------------------------------*/
  #price h3 {
    padding: 5%;
    text-align: center;
    background: url(../images/back-price.png) no-repeat center center;
    background-size: cover;
  }
  #price .text {
    padding: 5%;
  }

  /*----------------------------------------
  	#epilogue
  ----------------------------------------*/
  #epilogue h3 {
    padding: 5% 5% 5% 30%;
    background: url(../images/back-epilogue.jpg) no-repeat 60% top;
    background-size: 160%;
  }
  #epilogue .text {
    padding: 5%;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 60%;
  }

  /*----------------------------------------
  	#add
  ----------------------------------------*/
  #add h3 {
    padding: 5% 0;
    font-size: 35px;
    font-size: 10.9375vw;
    text-align: center;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    background: url(../images/back-add.jpg) no-repeat center 10%;
    background-size: cover;
  }
  #add h3 img {
    width: 30%;
  }
  #add .text {
    padding: 5%;
  }
}

/*----------------------------------------
  capture
----------------------------------------*/

 .capture {
  margin: 0 auto;
  width: 700px;
}

.capture #prologue-enquete li img {
  margin-bottom: 30px;
}


@media screen and (min-width: 769px) {
  /*----------------------------------------
  	#global-header
  ----------------------------------------*/
  #global-header .inner {
    margin: 0 auto;
    width: 980px;
  }

  #global-header1 {
    background: url(../images/back-global-header1.jpg) no-repeat center top;
  }

  #global-header2 {
    background: url(../images/back-global-header2.jpg) no-repeat center top;
  }

  #global-header3 {
    background: url(../images/back-global-header3.jpg) no-repeat center top;
  }

  #global-header4 {
    background: url(../images/back-global-header4.jpg) no-repeat center top;
  }

  #global-header5 {
    background: url(../images/back-global-header5.jpg) no-repeat center top;
  }

  #global-header6 {
    background: url(../images/back-global-header6.jpg) no-repeat center top;
  }

  #global-header7 {
    background: url(../images/back-global-header7.jpg) no-repeat center top;
  }

  #global-header8 {
    background: url(../images/back-global-header8.jpg) no-repeat center top;
  }

  #global-header9 {
    background: url(../images/back-global-header9.jpg) no-repeat center top;
  }

  #global-header10 {
    background: url(../images/back-global-header10.jpg) no-repeat center top;
  }

  /*----------------------------------------
  	#present
  ----------------------------------------*/
  #present-201712 {
    padding-bottom: 50px;
    background: url(../images/back-present-201712.jpg) no-repeat center top fixed;
  }
  #present-201712 h3 {
    padding: 50px 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
  }
  #present-201712 h3 img {
    width: 800px;
  }
  #present-201712 h4 {
    margin: 0 auto 50px;
    width: 980px;
  }
  #present-201712 .text {
    margin: 0 auto;
    padding: 80px 80px 50px;
    width: 800px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px #000;
  }
  #present-201712 p, #present-201712 li {
    color: #fff;
  }

  /*----------------------------------------
  	#result
  ----------------------------------------*/
  #result {
    padding: 50px 0;
    background: url(../images/back-result.jpg) no-repeat center top fixed;
  }
  #result .inner {
    margin: 0 auto;
    width: 980px;
  }
  #result h3 {
    margin-bottom: 50px;
  }
  #result #resultList {
    margin-bottom: 80px;
  }
  #result #resultList li {
    margin-bottom: 10px;
  }
  #result #resultData {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #result #resultData li {
    margin-bottom: 10px;
    padding: 6% 0 5%;
    width: 24%;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 20px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
    background: url(../images/back-resultData.png) no-repeat center top;
    background-size: 100%;
  }
  #result #resultData .date {
    margin-bottom: 8%;
    padding: 2%;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #fff;
  }
  #result #resultData .data {
    font-size: 65px;
    font-size: 6.5rem;
    font-weight: bold;
    letter-spacing: -0.08em;
    display: inline-block;
  }
  #result #resultData .pips {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
  }
  #result #resultData-detail ul {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #result #resultData-detail ul .btn-red1 {
    width: 32%;
  }
  #result #resultData-detail ul .btn-red1 a {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: -0.05em;
  }
  #result #resultData-detail .caution p {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
  }

  /*----------------------------------------
  	#prologue
  ----------------------------------------*/
  #prologue {
    padding: 80px 0 50px;
    background: url(../images/back-prologue.jpg) no-repeat center top fixed;
  }
  #prologue h3 {
    margin-bottom: 50px;
  }
  #prologue .outer {
    margin: 0 auto;
    width: 980px;
  }
  #prologue .inner {
    margin: 0 0 80px 380px;
    width: 600px;
  }
  #prologue .inner:last-child {
    margin-bottom: 0;
  }
  #prologue .voice dl {
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
    background: url(../images/back-prologue-voice.jpg) no-repeat center top;
    background-size: cover;
    box-shadow: 0 0 10px #000;
  }
  #prologue .voice dt {
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
  }
  #prologue .voice dt span {
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
    display: inline-block;
    background: rgba(0, 0, 0, 0.9);
  }
  #prologue .voice .arrow {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    line-height: 130%;
    font-weight: bold;
    text-align: center;
    background: #d5a431;
    border: 5px solid #f5e60f;
    position: relative;
  }
  #prologue .voice .arrow:after, #prologue .voice .arrow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #prologue .voice .arrow:after {
    border-color: rgba(213, 164, 49, 0);
    border-top-color: #d5a431;
    border-width: 20px;
    margin-left: -20px;
  }
  #prologue .voice .arrow:before {
    border-color: rgba(245, 230, 15, 0);
    border-top-color: #f5e60f;
    border-width: 27px;
    margin-left: -27px;
  }
  #prologue .voice .after {
    margin-bottom: 10px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 130%;
    font-weight: bold;
    letter-spacing: -0.07em;
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
	color: #333;
  }
  #prologue .voice .after span {
    padding: 5px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 27px;
    font-size: 2.7rem;
    color: #fff;
    font-weight: bold;
    line-height: 160%;
    text-shadow: none;
    background-color: #f700c5;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF700C5', endColorstr='#FFEA0003');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MDBjNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhMDAwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f700c5), color-stop(100%, #ea0003));
    background-image: -moz-linear-gradient(left, #f700c5 0%, #ea0003 100%);
    background-image: -webkit-linear-gradient(left, #f700c5 0%, #ea0003 100%);
    background-image: linear-gradient(to right, #f700c5 0%, #ea0003 100%);
    box-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  }
  #prologue #profile {
    padding: 30px;
    background: url(../images/back-profile.jpg) no-repeat center top;
    background-size: cover;
    border-radius: 20px;
  }
  #prologue #profile h4 {
    margin-bottom: 30px;
  }
  #prologue #profile p, #prologue #profile li {
    color: #fff;
    text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
  }
  #prologue #prologue-enquete {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #prologue #prologue-enquete li {
    width: 49%;
    box-shadow: 0 0 10px #000;
  }
  #prologue #prologue-mail li {
    box-shadow: 0 0 10px #000;
  }
  #prologue .inner .of-scroll {
  	width: 100%;
  	height: 500px;
  	overflow: scroll;
  }
  /*----------------------------------------
  	#recommend
  ----------------------------------------*/
  #recommend {
    padding: 30px 0;
    background: url(../images/back-recommend.jpg) no-repeat center top fixed;
  }
  #recommend dl {
    margin: 0 auto 30px;
    padding: 50px 50px 20px;
    width: 800px;
    background: rgba(0, 0, 0, 0.8);
    border: 10px solid #f9be06;
  }
  #recommend dt {
    margin-bottom: 30px;
  }
  #recommend p, #recommend li {
    color: #fff;
  }

  /*----------------------------------------
  	.form
  ----------------------------------------*/
  .form {
    background: #f0b000;
  }
  .form form {
    margin: 0 auto;
    width: 860px;
    height: 550px;
    background: url(../images/modal.jpg) no-repeat left top;
    position: relative;
  }
  .form input[type=text] {
    padding-left: 70px;
    width: 560px;
    height: 60px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 40px;
    background: #FFF url(../images/icon-mail.png) no-repeat 10px 6px;
    position: absolute;
    left: 20px;
    bottom: 10px;
  }
  .form button {
    margin: 0 auto;
    padding: 10px;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 240px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 25px;
    font-size: 2.5rem;
    box-shadow: 0 8px 0 #176802;
    line-height: 1.4;
    font-weight: 800;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 17px;
    border: none;
  }
  .form button:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }

  /*----------------------------------------
  	#turtles
  ----------------------------------------*/
  #turtles {
    background: url(../images/back-turtles.jpg) no-repeat center top fixed;
  }
  #turtles .inner {
    padding: 100px 280px 50px 0;
    margin: 0 auto;
    width: 980px;
  }
  #turtles h3 {
    margin-bottom: 30px;
  }
  #turtles p, #turtles li {
    color: #fff;
  }
  #turtles .text {
    margin-bottom: 100px;
  }
  #turtles .text:last-child {
    margin-bottom: 0;
  }
  #turtles .profile {
    margin-bottom: 30px;
    width: 100%;
    border-top: 5px solid #fee67a;
    border-right: 3px solid #ba8f02;
    border-bottom: 3px solid #ba8f02;
    border-left: 5px solid #fee67a;
    background: rgba(255, 255, 255, 0.95);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #turtles .profile .image {
    padding: 10px 0 0 10px;
    width: 40%;
    height: 40%;
  }
  #turtles .profile dl {
    padding: 20px;
    width: 60%;
  }
  #turtles .profile dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 100%;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    border-bottom: 1px solid #333;
  }
  #turtles .profile p, #turtles .profile li {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #333;
  }

  #magicList {
    margin-bottom: 50px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #magicList dl {
    width: 32%;
  }
  #magicList dt {
    padding: 10px;
    height: 75px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
  }
  #magicList dt span {
    padding: 3px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    display: inline-block;
    background: #fff;
  }
  #magicList dd {
    height: 440px;
    background: #fff;
  }
  #magicList dd p {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #333;
  }
  #magicList .text {
    margin-bottom: 0;
    padding: 10px;
  }

  #magicList1 dt {
    background: #c9003d;
  }

  #magicList2 dt {
    font-size: 17px;
    font-size: 1.7rem;
    background: #004a99;
  }
  #magicList2 dt span {
    margin-bottom: 5px;
  }

  #magicList3 dt {
    background: #007210;
  }

  /*----------------------------------------
  	#appeal
  ----------------------------------------*/
  #appeal {
    padding: 50px 0;
    background: url(../images/back-appeal.jpg) no-repeat center top fixed;
  }
  #appeal .inner {
    margin: 0 auto;
    width: 980px;
  }
  #appeal h3 {
    margin-bottom: 50px;
    text-align: center;
  }
  #appeal p, #appeal li {
    color: #fff;
  }
  #appeal dl {
    margin: 0 auto 50px;
    width: 900px;
  }
  #appeal dt {
    margin-bottom: 10px;
  }
  #appeal dd {
    margin: 0 auto 50px;
    padding: 50px 50px 20px;
    width: 800px;
    box-shadow: 0px 2px 2px #000;
    border: 5px solid #fff;
  }
  #appeal dd:last-child {
    margin-bottom: 0;
  }

  #appeal1 dd {
    background: rgba(203, 39, 76, 0.9);
  }

  #appeal2 dd {
    background: rgba(27, 20, 100, 0.9);
  }

  #appeal3 dd {
    background: rgba(241, 90, 36, 0.9);
  }

  #appeal4 dd {
    background: rgba(0, 146, 69, 0.9);
  }

  #appeal5 dd {
    background: rgba(252, 238, 33, 0.9);
  }
  #appeal5 p, #appeal5 li {
    color: #333;
  }

  /*----------------------------------------
  	#logic
  ----------------------------------------*/
  #logic {
    padding: 100px 0 50px;
    background: url(../images/back-logic.png) no-repeat center top fixed;
  }
  #logic h3 {
    margin-bottom: 30px;
  }
  #logic .outer {
    margin: 0 auto;
    width: 980px;
  }
  #logic .inner {
    margin: 0 auto 80px;
    width: 800px;
    border-left: 2px solid #ffc800;
    border-right: 2px solid #ffe100;
  }
  #logic .inner:last-child {
    margin-bottom: 0;
  }
  #logic .inner:before,
  #logic .inner:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #ffc800 0%, #ff174d 25%, #3a68ff 50%, #0aff8e 75%, #ffe100 100%);
  }
  #logic .text {
    padding: 50px 50px 20px;
    background: rgba(0, 0, 0, 0.7);
  }
  #logic p, #logic li {
    color: #fff;
  }

  /*----------------------------------------
  	#risk
  ----------------------------------------*/
  #risk {
    padding: 50px 0;
    background: url(../images/back-risk.jpg) no-repeat center top fixed;
  }
  #risk .outer {
    margin: 0 auto;
    width: 980px;
  }
  #risk .inner {
    margin-left: 280px;
    width: 700px;
  }
  #risk h3 {
    margin-bottom: 50px;
    text-align: center;
  }
  #risk h3 img {
    width: 400px;
  }
  #risk .text {
    margin-bottom: 80px;
    padding: 50px 50px 20px;
    background: rgba(43, 21, 8, 0.8);
    border: 1px solid #fff;
    border-radius: 20px;
  }
  #risk p, #risk li {
    color: #fff;
  }
  #risk .exit {
    margin-bottom: 40px;
  }
  #risk .exit dt {
    margin-bottom: -15px;
  }
  #risk .exit dd {
    padding-top: 20px;
    background: #fff;
  }

  /*----------------------------------------
  	#style
  ----------------------------------------*/
  #style {
    padding: 80px 0 50px;
    background: url(../images/back-style.jpg) no-repeat center top fixed;
  }
  #style .outer {
    margin: 0 auto;
    width: 980px;
  }
  #style .inner {
    margin: 0 0 80px 280px;
    width: 700px;
  }
  #style .inner:last-child {
    margin-bottom: 0;
  }
  #style h3 {
    margin-bottom: 20px;
  }
  #style .text {
    padding: 50px 50px 20px;
    background: rgba(0, 191, 232, 0.8);
    border-radius: 20px;
  }
  #style p, #style li {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
  }

  #style1, #style2, #style3 {
    margin-bottom: 30px;
  }
  #style1 dt, #style2 dt, #style3 dt {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 0 0 5px #fff;
    border-radius: 10px;
  }
  #style1 span, #style2 span, #style3 span {
    margin-right: 10px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    border-radius: 10px;
  }

  #style1 dt {
    color: #010079;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  }
  #style1 dt span {
    background: #010079;
  }

  #style2 dt {
    color: #00897b;
    background: -webkit-repeating-linear-gradient(-45deg, #c8e6c9, #c8e6c9 3px, #e8f5e9 3px, #e8f5e9 7px);
    background: repeating-linear-gradient(-45deg, #c8e6c9, #c8e6c9 3px, #e8f5e9 3px, #e8f5e9 7px);
  }
  #style2 dt span {
    background: #00897b;
  }

  #style3 dt {
    color: #f57c00;
    background: -webkit-repeating-linear-gradient(-45deg, #ffecb3, #ffecb3 3px, #fff8e1 3px, #fff8e1 7px);
    background: repeating-linear-gradient(-45deg, #ffecb3, #ffecb3 3px, #fff8e1 3px, #fff8e1 7px);
  }
  #style3 dt span {
    background: #f57c00;
  }

  /*----------------------------------------
  	#curriculum
  ----------------------------------------*/
  #curriculum {
    padding: 80px 0 50px;
    background: url(../images/back-curriculum.jpg) no-repeat center top fixed;
  }
  #curriculum .inner {
    margin: 0 auto;
    width: 980px;
  }
  #curriculum h3, #curriculum .text {
    width: 700px;
  }
  #curriculum h3 {
    margin-bottom: 30px;
  }
  #curriculum .text {
    margin-bottom: 80px;
  }
  #curriculum dl {
    margin-bottom: 30px;
  }
  #curriculum dt {
    padding: 10px 20px;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    background: #5c3400;
  }
  #curriculum dt i {
    margin-right: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
  #curriculum dd {
    padding: 20px 20px 10px 20px;
    background: #ff8832;
    background: linear-gradient(to right, #ff8832 0%, #ff215c 100%);
  }
  #curriculum dd li {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  #curriculum dd li span {
    margin-right: 10px;
    padding: 5px;
    color: #333;
    font-weight: bold;
    background: #fff;
    border-radius: 8px;
  }

  /*----------------------------------------
  	#contentsList
  ----------------------------------------*/
  #contentsList {
    padding: 50px 0 0;
    background: url(../images/back-contentsList.jpg) no-repeat center top fixed;
  }
  #contentsList h3, #contentsList h4 {
    margin: 0 auto;
    width: 80%;
  }
  #contentsList h3 {
    margin-bottom: 30px;
  }
  #contentsList h4 {
    margin-bottom: 10px;
  }
  #contentsList .contentsList {
    margin-bottom: 80px;
  }
  #contentsList .text {
    margin: 0 auto;
    padding: 5% 5% 3%;
    width: 75%;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #fff;
    box-shadow: 0 0 10px #000;
  }
  #contentsList p, #contentsList li {
    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;
  }

  #contentsList4-1 {
    margin-bottom: 30px;
    padding: 50px 50px 20px;
    background: #2e3192;
  }
  #contentsList4-1 dt {
    margin-bottom: 50px;
  }

  #contentsList4-2 {
    margin-bottom: 30px;
    padding: 50px 50px 20px;
    background: #006837;
  }
  #contentsList4-2 dt {
    margin-bottom: 50px;
  }

  #contentsList4-3 {
    margin-bottom: 30px;
    padding: 50px 50px 20px;
    background: #f15a24;
  }
  #contentsList4-3 dt {
    margin-bottom: 50px;
  }

  .pre {
    margin: 50px auto 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
  }
  .pre img {
    width: 80%;
  }

  /*----------------------------------------
  	#bonus
  ----------------------------------------*/
  #bonus {
    padding: 50px 0 50px;
    background: url(../images/back-bonus.jpg) no-repeat center top fixed;
  }
  #bonus dl {
    margin: 0 auto 50px;
    width: 800px;
  }
  #bonus dt {
    margin-bottom: 20px;
  }
  #bonus dd {
    padding: 50px 50px 20px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 20px #00fffb;
  }
  #bonus h3 {
    margin: 0 auto 30px;
    width: 980px;
  }
  #bonus p, #bonus li {
    color: #fff;
  }

  /*----------------------------------------
  	.voice-movie
  ----------------------------------------*/
  .voice-movie {
    padding: 50px 0;
    background: url(../images/back-voice-movie.jpg) no-repeat center top fixed;
  }
  .voice-movie .inner {
    margin: 0 auto;
    width: 800px;
  }
  .voice-movie h3 {
    margin-bottom: 50px;
  }
  .voice-movie dl {
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
    background: url(../images/back-prologue-voice.jpg) no-repeat center top;
    background-size: cover;
    box-shadow: 0 0 10px #000;
  }
  .voice-movie dt {
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
  }
  .voice-movie dt span {
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
    display: inline-block;
    background: rgba(0, 0, 0, 0.9);
  }
  .voice-movie .arrow {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    line-height: 130%;
    font-weight: bold;
    text-align: center;
    background: #d5a431;
    border: 5px solid #f5e60f;
    position: relative;
  }
  .voice-movie .arrow:after, .voice-movie .arrow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .voice-movie .arrow:after {
    border-color: rgba(213, 164, 49, 0);
    border-top-color: #d5a431;
    border-width: 20px;
    margin-left: -20px;
  }
  .voice-movie .arrow:before {
    border-color: rgba(245, 230, 15, 0);
    border-top-color: #f5e60f;
    border-width: 27px;
    margin-left: -27px;
  }
  .voice-movie .after {
    margin-bottom: 10px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 130%;
    font-weight: bold;
    letter-spacing: -0.07em;
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
	  color: #000;
  }
  .voice-movie .after span {
    margin-bottom: 8px;
    padding: 5px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 45px;
    font-size: 4.5rem;
    color: #fff;
    font-weight: bold;
    line-height: 120%;
    display: inline-block;
    text-shadow: none;
    background-color: #f700c5;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF700C5', endColorstr='#FFEA0003');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MDBjNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhMDAwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f700c5), color-stop(100%, #ea0003));
    background-image: -moz-linear-gradient(left, #f700c5 0%, #ea0003 100%);
    background-image: -webkit-linear-gradient(left, #f700c5 0%, #ea0003 100%);
    background-image: linear-gradient(to right, #f700c5 0%, #ea0003 100%);
    box-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  }

  /*----------------------------------------
  	#price
  ----------------------------------------*/
  #price {
    padding: 80px 0 50px;
    background: url(../images/back-price.png) no-repeat center top fixed;
  }
  #price h3 {
    margin: 0 auto 30px;
    width: 850px;
  }
  #price .text {
    margin: 0 auto 120px;
    padding: 50px 50px 20px;
    width: 700px;
    background: rgba(255, 255, 255, 0.5);
  }
  #price .text:last-child {
    margin-bottom: 0;
  }

  /*----------------------------------------
  	#epilogue
  ----------------------------------------*/
  #epilogue {
    padding: 100px 0 50px;
    background: url(../images/back-epilogue.jpg) no-repeat center top fixed;
  }
  #epilogue .outer {
    margin: 0 auto;
    width: 980px;
  }
  #epilogue .inner {
    margin-left: 280px;
    width: 700px;
  }
  #epilogue .text {
    padding: 80px 80px 50px;
    width: 700px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
  }
  #epilogue h3 {
    margin-bottom: 30px;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 40%;
  }

  /*----------------------------------------
  	#add
  ----------------------------------------*/
  #add {
    padding: 80px 0 50px;
    background: url(../images/back-add.jpg) no-repeat center top fixed;
  }
  #add .inner {
    margin: 0 auto 80px;
    width: 980px;
  }
  #add .inner:last-child {
    margin-bottom: 0;
  }
  #add .text {
    padding: 50px 50px 20px;
    width: 700px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
  }
  #add h3 {
    margin-bottom: 10px;
    font-size: 80px;
    font-size: 8rem;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }
}


/*----------------------------------------
  Youtube読み込み軽量化
----------------------------------------*/

  .youtube {
  	display: inline-block;
  	position: relative;
  	overflow: hidden;
  	width: 100%;
  }
  .youtube::before {
  	position: absolute;
  	content: "クリックで再生します";
  	color: #fff;
  	text-align: center;
  	font-size: 22px;
  	font-weight: bold;
  	line-height: 180px;
  	background: rgba(0, 0, 0, 0.6);
  	top: 0;
  	left: 0;
  	width: 100% !important;
  	height: 100% !important;
  	z-index: 10;
  	transition: all 0.3s;
  }
  .youtube:hover::before {
  	background: rgba(0, 0, 0, 0.7);
  	cursor: pointer;
  	transition: all 0.3s;
  }
  .youtube2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
