@import url("../webfonts/stylesheet.css");
@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*  font: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
  overflow-y: scroll;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
/*

COMMON

 */
html, body {
  text-align: center;
  font-family: "'BIZ UDPMincho','Rampart One', 'Noto Sans JP',Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  color: #282828;
  background-color: #FFE800;
}
body {
  background-color: #fff;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}
p {
  margin: 0 0 2em 0;
  line-height: 1.6em;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}
/* LINK STYLE */
a {
  color: #0025CE;
  text-decoration: none;
}
a:hover {
  color: #4098ed;
}
a:active, a:focus {
  color: #4098ed;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.inner {
  margin: 15px auto;
  width: 1000px;
}
.forpc {
  display: block;
}
.forsp {
  display: none;
}
/*

HEADER

*/
header {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9999;
}
.pageTop {
  padding: 15px;
  text-align: left;
  margin: 0 !important;
  background: #000;
  /* background: linear-gradient(40deg, #673AB7 0% ,#2196F3 100%); */
}
/* HEADING */
h1 {
  padding: 0;
  margin: 0;
  font-size: 60px;
  text-align: center;
  font-weight: 400;
}
h2 {
  font-size: 36px;
    color:#FFE300;
  line-height: 1.6em;
  text-align: center;
  margin: auto;
}
.title {
  width: 100%;
  padding: 0;
  margin: 0 auto;
 background-color: #000;
  overflow: hidden;
  display: block;
}
.title h1 {
  background-color: #000;
}
.title h1 > img {
  display: block;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}
.title h1 span {
  /*
    display:block;
    padding:18px;
    color:#fff;
    font-size:24px;
    background-color:#ff0001;
*/
}
.title p {
  font-size: 32px;
  margin: 20px auto;
  line-height: 1.0em;
  max-width: 1000px;
  text-align: left;
}
.title p span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
  line-height: 1.6em;
}
.toOrder {
  font-weight: bold;
  font-size: 0.9em;
  background: #2196F3;
  background: linear-gradient(40deg, #673AB7 0%, #2196F3 100%);
  display: inline-block;
  overflow: hidden;
  margin: 0px auto 0px;
  padding: 15px 24px;
  border-radius: 50px;
  font-weight: 400;
  transition: 0.3s;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  cursor: pointer;
  line-height: 27px;
  color: #fff !important;
}
.toOrder span {
  font-weight: normal;
  font-size: 0.9em;
}
.toOrder:hover {
  opacity: .85;
}
/*

CONTENTS

*/
article {
}
section {}
ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
ul li {
  display: inline-block;
  margin: 10px;
  padding: 0;
  text-align: left;
}
.card {
  margin: 0 auto;
  width: 385px;
}
.price {
  font-size: 26px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}
.price span {
  font-size: 40px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ゴシックM-PRO, HGMaruGothicMPRO;
}
hr.line {
  border: 0;
  width: 30%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 39, 114, 0.75), rgba(255, 255, 255, 0));
  margin: 80px auto;
}
.cardInfo {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.cardInfo div {
  float: left;
  display: inline-block;
  width: 49%;
}
.clear {
  clear: both;
}
.flow {
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
  margin-bottom: 42px;
}
.flow h3 {
  font-size: 24px;
  margin: 10px auto 0;
}
.flowTxt {
  margin: 25px 0 20px;
  text-align: center;
  font-size: 15px;
  color: #d7013f;
}
.flowTxtL {
  font-size: 20px;
  margin: 20px 0 10px;
}
.flow ul {
  border-radius: 9px;
  border: 3px solid #ddd;
  background-color: #28282b;
}
.flow ul li {
  position: relative;
  margin: 0 90px 20px 0;
}
.flow ul li:last-of-type {
  margin: 0 0 20px 0;
}
.flow ul li::after {
  position: absolute;
  right: -70px;
  bottom: -5px;
  content: url("../images/arrow.png");
  color: #fff;
  margin-left: 5px;
}
.flow ul li:last-of-type::after {
  content: none;
}
.flow ul li img {
  width: 240px;
  display: block;
  margin: 0 auto 20px;
}
.flow ul li > span {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.noteText {
  font-size: 24px;
  margin-bottom: 0;
}
.noteText2 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}
.orderPeriod {
  padding: 20px;
  margin: 20px 0 0;
  font-size: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1em;
  display: inline-block;
  background: #0066cc;
  /* background: linear-gradient(40deg, #673AB7 0% ,#2196F3 100%);*/
  /* background: linear-gradient(40deg, #041d78 0% ,#005c97 100%);*/
}
a.orderPeriod {
  color: #fff;
}
a.orderPeriod:hover {
  text-decoration: underline;
}
.btmtxt {
  border: solid 1px #000;
  padding: 20px;
  margin: 40px auto 0;
}
.btmtxt p.btmsubtxt {
  margin: 0;
    line-height: 1.2em;
  font-size: 80%;
  text-align: left;
  padding: 4px;
}
.formBtns input {
  text-align: center;
  border: solid 1px #000;
  padding: 8px 0;
  font-size: 16px;
  line-height: 21px;
}
.loginArea {
  margin: 0px auto 0;
  background-color: #ebebeb;
  padding: 10px 10px;
  box-sizing: border-box;
}
.loginArea > p {
  /*    color:#fff;*/
}
.inpuExp p {
  margin: 20 auto;
  padding: 0 20px;
  /*    color:#fff;*/
  font-size: 18px;
}
.inputArea {
  display: block;
  margin: 0 0 36px;
}
#msg2 {
  margin-top: 8px;
  font-size: 20px;
}
.pwarea {
  margin: 5px auto 15px;
}
.formBtns input, .loginBtn {
  color: #000;
  padding: 13px 22px;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 400;
  border: solid 2px #000;
  transition: 0.3s;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-image: none;
  cursor: pointer;
}
.formBtns input {
  font-size: 16px;
}
.formBtns input:hover, .loginBtn:hover {
  background: #fff;
  color: #282828;
  font-weight: 600;
}
.loginBtn {
  display: inline-block;
  overflow: hidden;
  margin: 20px auto 10px;
  font-size: 18px;
}
input[type="text"], textarea {
  outline: none;
  border-color: #1e2d40;
  border-radius: 5px;
  border-width: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  width: 300px;
  /*    padding:5px;*/
  -webkit-transition: width .3s;
  transition: width .3s;
  box-shadow: none;
  -webkit-appearance: none;
  background-image: none;
}
input[type="text"]:focus, textarea:focus {
  box-shadow: 0 0 7px #01b4ee;
  border: 1px solid #01b4ee;
  /*width: 280px;*/
}
/* Chrome */ ::-webkit-input-placeholder {
  color: rgba(0, 160, 233, 0.56);
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
:-moz-placeholder {
  color: rgba(0, 160, 233, 0.56);
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
/* Firefox */ ::-moz-placeholder {
  color: rgba(0, 160, 233, 0.56);
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
/* IE */ :-ms-input-placeholder {
  color: rgba(0, 160, 233, 0.56);
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
.inptMove {
  display: none;
}
section .ebook {
  text-align: center;
  width: 57%;
  margin: 0 auto 40px;
  overflow: hidden;
  background: #efefef;
  padding: 30px;
  text-align: left;
}
section .ebook ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
section .ebook ul li {
  margin: 0 auto;
  vertical-align: top;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}
section .ebook ul li h4 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4em;
}
section .ebook ul li.jkt img {
  display: block;
  border: solid 1px #ccc;
  float: left;
  width: 190px;
  height: auto;
  margin-right: 20px;
}
section .ebook ul li.txtList {
  width: 55%;
}
section .ebook ul li.txtList .btnArea {
  width: 200px;
}
section .ebook ul li p.epubTtl {
  display: block;
  width: 220px;
  text-align: left;
  float: right;
}
section .ebook ul li p.epubTtl span {
  font-weight: bold;
  font-size: 16px;
  display: block;
}
section .ebook span.price {
  color: #03a9f4;
  font-size: 28px;
  font-weight: bold;
  line-height: 2.2em;
}
.boxLine.dashed {
  border: dashed 1px #000;
}
.boxLine {
  text-align: left;
  border: solid 1px #fff;
  margin: 0px auto 0;
  padding: 20px 20px;
  font-size: 90%;
}
.otodoke {
  font-size: 1.3em;
font-weight: bold;
    line-height: 1.3;
  margin-bottom: 12px;
}
.otodoke span {
  font-size: 0.6em;
  margin-top: 13px;
  display: block;
  font-weight: 400;
  color: #000;
}
/*

FOOTER

*/
footer {
  width: 100%;
  margin-top: 40px;
  padding: 40px 0;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: #000;
  /* background: linear-gradient(40deg, #673AB7 0% ,#2196F3 100%); */
}
/* ANCHOR */
.toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  text-align: left;
  line-height: 1em;
  z-index: 9999;
}
.toTop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}
.toTop a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.btnAmazon.black {
  font-size: 12px;
  color: #fff;
  border: solid 1px #333;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#000));
  background: -moz-linear-gradient(top, #282828, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828666', endColorstr='#000000');
}
.btnAmazon {
  display: block;
  zoom: 1;
  vertical-align: baseline;
  margin: 5px 2px 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .8em 1.0em .85em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  text-decoration: none !important;
}
.btnAmazon:hover {
  opacity: .7;
}
h3 {
  color: #2b2a39;
  line-height: 1.4em;
  text-align: center;
  /*    border-bottom: solid 2px #282828;
    margin: 60px 0 20px;*/
  margin: 10px auto;
  padding: 5px;
  font-size: 20px;
}
.title .titleText {
  padding: 15px 10px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  max-width: 940px;
  margin: 0 auto;
  background: linear-gradient(80deg, #e3e2e8, #f6f5fa, #e1e2e7);
}
#particles-js {
  width: 100%;
  /*    height: 100%;*/
  position: absolute;
  /*    position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
}
.particles-js-canvas-el {
  height: auto !important;
}
.notice {
  /*font-size: 1.3em;*/
  color: #FF0004;
  margin: 0px auto 1em;
  /*max-width: 730px;*/
  /*text-align: left;*/
}
.order {
    border: 1px solid #ddd;
    background-color: #666;
    margin: 13px auto 10px;
    padding: 10px;
    display: block;
    line-height: 25px;
}

@media screen and (max-width: 1024px) {
  .inner {
    width: 96%;
  }
  h1 {
    line-height: 1.2;
  }
  .flow ul li img {
    width: 170px;
  }
}
@media screen and (max-width: 800px) {
  .forpc {
    display: none;
  }
  .flow {
    width: 100%;
    margin: 20px auto;
  }
  .flow ul li {
    margin: 0 70px 20px 0;
  }
  .flow ul li::after {
    right: -55px;
  }
  .flow ul li > span {
    font-size: 14px;
  }
  section .ebook {
    width: 100%;
    padding: 20px;
  }
  section .ebook ul li.jkt {
    width: 250px;
    margin-right: 20px;
  }
  section .ebook ul li.jkt img {
    margin: 0;
    width: auto;
  }
  section .ebook ul li.txtList h4 {
    font-size: 20px;
  }
  section .ebook ul li.txtLisft p {
    font-size: 14px;
  }
  section .ebook ul li.txtList {
    width: 395px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 17px;
  }
  .inner {
    width: 90%;
    margin-bottom: 0;
  }
  h1 {
    font-size: 30px;
    line-height: 1.2em;
    overflow: hidden;
    background: linear-gradient(80deg, #e3e2e8, #f6f5fa, #e1e2e7);
  }
  /*.title h1 img{width:130%;min-width:130%;margin-left:-60px;}*/
  h2 {
    font-size: 24px;
    text-align: center;
    width: 90%;
    padding: 18px;
  }
  .forsp {
    display: block;
  }
  .title p {
    font-size: 20px;
    width: 90%;
    padding: 0;
    margin: 10px auto 0px;
  }
  .title p span {
    font-size: 17px;
    text-align: left;
    margin-bottom: 0px;
  }
  .card {
    margin: 0 auto 8px;
    width: 100%;
  }
  .otodoke {
  font-size: 1.0em;
font-weight: bold;
    line-height: 1.3;
  margin-bottom: 12px;
}
  .price {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3em;
  }
  .price span {
    font-size: 28px;
  }
  hr.line {
    margin: 40px auto;
    width: 60%;
  }
  .flow {
    margin: 20px auto 5px;
    padding: 10px 0;
  }
  .flow h2 {
    margin-bottom: 30px;
  }
  .flow p {
    text-align: left;
  }
  .flow ul li {
    margin: 10px auto 0;
    display: block;
    text-align: center;
  }
  .flow ul li img {
    width: 200px;
  }
  .flow ul li img {
    margin: 0 auto 20px;
  }
  .flow ul li span {
    font-size: 20px;
    margin: 0 auto 30px;
  }
  .flow ul li::after {
    content: none;
  }
  .flowTxt {
    font-size: 13px;
  }
  .flowTxtL {
    font-size: 16px;
  }
  .noteText {
    text-align: left;
    font-size: 16px;
  }
  .noteText2 {
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
  }
  .loginBtn {
    padding: 20px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.4em;
  }
  .orderPeriod {
    line-height: 1.6em;
    display: block;
    width: auto;
    margin: 0;
    padding: 10px;
    text-align: center !important;
  }
  .btmtxt p.btmsubtxt {
    text-align: left;
  }
  .btmtxt {
    margin: 20px auto;
  }
  .formBtns input, .loginBtn {
    padding: 13px;
  }
  section .ebook {
    padding: 10px;
  }
  section .ebook ul li ul li {
    display: block;
  }
  section .ebook ul li.jkt {
    width: 100%;
    margin: 0 auto;
  }
  section .ebook ul li.jkt img {
    width: 140px;
    margin: 0 auto 10px;
    float: none;
  }
  section .ebook ul li.txtList {
    width: 100%;
  }
  section .ebook ul li.txtList h4 {
    font-size: 16px;
  }
  .btnDLC {
    padding: 7px;
    margin: 0 auto 30px !important;
  }
  .ebooksupport {
    margin-top: 40px;
  }
  section .ebook ul li.txtList .btnArea {
    width: 90%;
    margin: 0 auto;
  }
  .btnAmazon {
    margin: 7px auto 0;
  }
  .title .titleText {
    padding: 5px;
    font-size: 18px;
  }
  .cardInfo div {
    float: none;
    width: 100%;
  }
  .title .titleText span {
    font-size: 14px;
  }
.notice {
  font-size: 0.8em;
  color: #FF0004;
  margin: 0px auto 1em;
    }
}
@media screen and (max-width: 320px) {
  h2 {
    font-size: 19px;
  }
  h3 {
    font-size: 24px;
  }
  section .ebook ul li.txtList h4 {
    font-size: 14px;
  }
  section .ebook ul li.txtList .btnArea {
    width: 100%;
  }
}

.faq {border: 1px solid #ddd;background-color: #666;color:#fff;padding: 10px;text-decoration: underline;display: block;line-height: 35px;}

.end {margin:0 10px 17px;font-size:130%;color:#FE0000;}
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcImg { display: block !important; }
.spImg { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pcImg { display: none !important; }
    .spImg { display: block !important; }
}



