@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Sans+JP:bold&display=swap");

#coupon_code{
    align-items: baseline;
    margin-top: 30px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #d6d6d6;
    padding: 20px 0 25px;
}

#coupon_code label{
    color: #1d7bbc;
    font-weight: bold;
    margin: 0;
    line-height: initial;
    margin-bottom: -8px;
}

#coupon_code input{
    padding: 3px 10px;
    border: none;
    height: 100%;
    box-sizing: border-box;
    width: 75%
}
#apply_coupon{
    border: none;
    border-left: 1px solid #ccc;
    height: 100%;
    padding: 0px;
    width: 25%;
    box-sizing: border-box;
}
#apply_coupon:hover{
    cursor: pointer;
    background: #5716d0;
    color: #fff;
}
#coupon_wrap_inner{
    border: 1px solid #999;
    border-radius: 3px;
    height: 2.5rem;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    margin-top: 10px;
    justify-content: flex-end
}

#error_text{
    display: none;
    color: red;
    font-size: 80%;
    line-height: 1.3rem;
    position: absolute;
    line-height: 1.4rem;
}

.payment{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}

.payment>.btn{
    color: #999;
    background: #eee;
    padding: 5px;
    margin: 5px;
    width: 30%;
}
.br_sp{
    display: none;
}

.payment>.btn:hover{
    color: #7C44E4;
}
.payment>.btn:hover>span{
    border: 1px dotted #999;
}
.payment>.btn>span{
    border: 1px dotted #d1d1d1;
    display: block;
    padding: 8px 3px;
    
}
.btnFSU {
  background-color: #DC3A7E;
  border-radius: 2px;
}

.btnFSU a {
  display: block;
  padding: 10px 0;
  font-size: 20px;
  font-family: "hiragino kaku gothic pro";
  color: #fff;
  text-decoration: none;
}

#lpContainer {
  font-family: 'Noto Sans JP', sans-serif;
  color: #707070;
  font-size: 16px;


}

.cmt-list{
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    margin-top: 30px;
}

.cmt-list dd:nth-of-type(odd){
    margin-right: 10px;
}

.cmt-list dt:nth-of-type(2){
    text-indent: 1rem;
}
.formWrap{
    background: #c2b4ea;
   
    
}

.formInner{
     height: ５70px;
    max-width: 800px;
    margin: 10px auto 0px;
    padding: 10px;
    background: #fff;
}

.formInner button{
    background: #7C44E4;
    color: #fff;
}

.formInner button.cancel{
    background: #a59955;
    color: #fff;
}

@media screen and (max-width: 750px) {
  #lpContainer {
    font-size: 3.73333vw;
  }
}

#lpContainer h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #lpContainer h3 {
    font-size: 5.33333vw;
  }
}

#lpContainer .inner {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #lpContainer .inner {
    padding-left: 0;
    padding-right: 0;
    width: 100vw;
    max-width: 100%;
  }
}

@media (max-width: 1140px) and (min-width: 769px) {
  #lpContainer .inner {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
}

#lpContainer .bgGrey {
  background: #E6E6E6;
}

#lpContainer .bgPurple {
  background: #EDE3FF;
}

#lpContainer .line::before, #lpContainer .line::after {
  background: #707070;
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 60px;
}

@media screen and (max-width: 750px) {
  #lpContainer .line::before, #lpContainer .line::after {
    width: 6.4vw;
  }
}

#lpContainer .line::before {
  margin-right: 1em;
}

#lpContainer .line::after {
  margin-left: 1em;
}

#lpContainer .flexBox {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 750px) {
  #lpContainer .flexBox {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  #lpContainer .innerSp {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 45.73333vw !important;
    max-width: 45.73333vw !important;
  }
}

#lpContainer #header {
  background: url(../img/bg_main.png) center center no-repeat;
  background-size: cover;
  margin-top: -73px;
  min-height: 380px;
    
}

@media screen and (max-width: 750px) {
  #lpContainer #header {
    background-image: url(../img/bg_main.png);
  }
}

#lpContainer #fixedHeader {
  display: none;
  width: 100vw;
}

#lpContainer #fixedHeader.follow {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
    padding-right: 10px;
}

#lpContainer #fixedHeader.follow .head-info .head-control {
  width: calc(100% - 200px);
}

#lpContainer #fixedHeader.follow .btn-menu {
  display: none;
}

@media screen and (max-width: 750px) {
  #lpContainer #fixedHeader.follow {
    background: #fff;
    height: 14vw;
    padding-top: 0;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
  }
  #lpContainer #fixedHeader.follow .head-info {
    padding-top: 1.66667vw;
  }
  #lpContainer #fixedHeader.follow .head-info .logo {
    padding-top: 0.5vw;
  }
  #lpContainer #fixedHeader.follow .head-info .head-control {
    display: none;
  }
  #lpContainer #fixedHeader.follow .head-info .head-menu {
    display: block;
    width: 50%;
    float: right;
    text-align: right;
  }
  #lpContainer #fixedHeader.follow .head-info .head-menu .btn-menu {
    display: inline-block;
      padding-top: 1vh;
  }
  #lpContainer #fixedHeader.follow .head-info .head-menu .btn-menu img {
    height: 5.86667vw;
    width: 7.2vw;
    vertical-align: bottom;
  }
}

#lpContainer #fixedMenu {
  display: none;
}

#lpContainer #fixedMenu.disp {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: table;
  height: 100vh;
  width: 100vw;
  text-align: center;
  vertical-align: middle;
  z-index: 99;
}

#lpContainer #fixedMenu.disp .head-control {
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
}

#lpContainer #fixedMenu.disp .head-control p {
  height: 10vh;
}

#lpContainer #fixedMenu.disp .head-control p a {
  color: #ffffff;
  text-decoration: none;
  font-size: 3.73333vw;
}

#lpContainer #fixedMenu.disp .head-control .btn-login {
  margin: 0 auto;
}

#lpContainer #fixedMenu.disp .head-control .btn-login a {
  color: #7C44E4;
  background: #ffffff;
  border: 0.26667vw solid #7C44E4;
  border-radius: 4em;
  display: inline-block;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 3;
  width: 89.33333vw;
}

#lpContainer #fixedMenu.disp .head-control .btn-login a:hover {
  opacity: 0.7;
}

#lpContainer #fixedMenu.disp .head-menu {
  position: fixed;
  display: block;
  top: 3.2vw;
  height: 4.26667vw;
  text-align: right;
  right: 5%;
}

#lpContainer #fixedMenu.disp .head-menu .btn-menu {
  display: inline-block;
}

#lpContainer #fixedMenu.disp .head-menu .btn-menu img {
  height: 7.2vw;
  width: 7.2vw;
  vertical-align: text-top;
}

#lpContainer .head-info {
  padding-top: 10px;
  padding-bottom: 8px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: 96%;
  max-width: 1140px;
}

#lpContainer .head-info::after {
  clear: both;
  display: block;
  content: "";
}

#lpContainer .head-info .logo {
  width: 148px;
  margin-top: 0;
  float: left;
}

#lpContainer .head-info .logo img {
  width: 300px;
  height: auto;
}

#lpContainer .head-info .head-control {
  float: right;
  text-align: right;
  width: calc(100% - 200px);
    margin-top: 15px;
}

#lpContainer .head-info .head-control p {
  display: inline;
  padding: 0 0 0 20px;
}

#lpContainer .head-info .head-control a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  #lpContainer .head-info .head-control a {
    font-size: 3.2vw;
  }
}

#lpContainer .head-info .head-control a:hover {
  text-decoration: underline;
}

#lpContainer .head-info .head-control .btn-login {
  display: inline-block;
  padding: 0 0 0 30px;
}

#lpContainer .head-info .head-control .btn-login a {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #7C44E4;
  border-radius: 5px;
  color: #7C44E4;
  padding: 8px 35px;
}

#lpContainer .head-info .head-control .btn-menu {
  display: none;
}

@media screen and (max-width: 750px) {
  #lpContainer .head-info .logo {
    width: 39.33333vw;
  }
  #lpContainer .head-info .logo img {
    width: 100%;
    height: auto;
  }
  #lpContainer .head-info .head-control {
    width: 50%;
  }
  #lpContainer .head-info .head-control .header-link {
    display: none;
  }
  #lpContainer .head-info .head-control .btn-menu {
    display: inline-block;
    margin-left: 1em;
  }
  #lpContainer .head-info .head-control .btn-menu img {
    height: 5.86667vw;
    width: 7.2vw;
    vertical-align: bottom;
  }
  #lpContainer .head-info .head-control .btn-login {
    padding: 0;
    padding-top: 1vh;
  }
  #lpContainer .head-info .head-control .btn-login a {
    border-width: 0.26667vw;
    vertical-align: bottom;
  }
}

#lpContainer .head-content {
  background: url(../img/robot.png) 75% bottom no-repeat;
  background-size: 40% auto;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1280px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  #lpContainer .head-content {
    background-position-x: 4vw;
    background-position-y: 110%;
    background-size: 85% auto;
    width: 100%;
  }
}

#lpContainer .head-content-left {
  /*background: url(../images/lp201906/img_iphone.png) 95% bottom no-repeat;*/
  background-size: 24% auto;
  padding-top: 50px;
  width: 100%;
  padding-bottom: 20px;/* 2019.12_tokiiro */
  padding-left: 125px;
}

@media (max-width: 1000px) {
  #lpContainer .head-content-left {
    padding-left: 2%;
  }
}
#lpContainer .head-content-left .head-title {
  color: #a67f00;
  font-size: 60px;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  #lpContainer .head-content-left .head-title {
    font-size: 6.93333vw;
  }
}

@media (max-width: 900px) {
  #lpContainer .head-content-left .head-title {
    padding-left: 0;
  }
}

#lpContainer .head-content-left .head-des {
  font-weight: bold;
  color: #a32aef;
  padding: 40px 0 40px;
  line-height: 1.6;
  font-size: 40px;
}

@media screen and (max-width: 750px) {
  #lpContainer .head-content-left .head-des {
    font-size: 5.33333vw;
  }
}

#lpContainer .head-content-left .head-txt {
  font-weight: bold;
  color: #a32aef;
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  #lpContainer .head-content-left .head-txt {
    font-size: 3.73333vw;
  }
}

#lpContainer .head-content-left .head-btn {
  display: inline-block;
  margin-right: 3%;
  margin-top: 20px; /* 2019.12_tokiiro_*/
}

#lpContainer .head-content-left .head-btn a {
  max-width: 510px;
}

@media screen and (max-width: 750px) {
  #lpContainer .head-content-left {
    background-position-x: right;
    background-position-y: bottom;
    background-size: 50% auto;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
    padding-top: 4vw;

    width: 100%;
  }
  #lpContainer .head-content-left .head-des {
    padding: 3.73333vw 0;
  }
  #lpContainer .head-content-left .head-btn {
    margin-top: 50vw; /* 2019.12 デモトレードボタン */
    margin-bottom: 0;
  }
  #lpContainer .head-content-left .head-btn a {
    max-width: 100%;
  }
}

#lpContainer .head-btn {
  background: none;
  width: 100%;
}

#lpContainer .head-btn a {
  background: #7C44E4;
  background: linear-gradient(#7C44E4, #3B44E4);
  color: #ffffff;
  border-radius: 4em;
  border: 2px solid #ffffff;
  font-size: 31px;
  font-weight: bold;
  line-height: 95px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  position: relative;
  padding-left: 1em;
}


@media screen and (max-width: 750px) {
  #lpContainer .head-btn a {
    font-size: 4.8vw;
  }
}

#lpContainer .head-btn a:hover {
  opacity: 0.6;
}

#lpContainer .head-btn a::before, #lpContainer .head-btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0.5em solid transparent;
  border-right: none;
  border-left: 0.7em solid #ffffff;
  top: 35%;
  left: 3em;
}

#lpContainer .head-btn a::after {
  left: 2.5em;
}

@media screen and (max-width: 750px) {
  #lpContainer .head-btn {
    margin-top: 2.66667vw;
    margin-bottom: 5.33333vw;
    width: 100%;
  }
  #lpContainer .head-btn a {
    line-height: 3;
    border-width: 0.4vw;
  }
}
/* 2019.12_デモトレードボタン追加_ここから　*/
#lpContainer .head-btn.demoBtn a{
  border: none;
  font-size: 28px;
  line-height: 72px;
}
#lpContainer .head-btn.demoBtn a.btn-green {
  background: linear-gradient(to right, #009999, #00B259);
}
#lpContainer .head-btn.demoBtn a.btn-pink {
  background: linear-gradient(to right, #D6246F, #B224B2);
}
#lpContainer .head-btn.demoBtn a::before{
  background: url(../images/demo/icon_btn.png) center center no-repeat;
  background-size: contain;
  border: none;
  content: "";
  top: calc(50% - 20px);
  width: 72px;
  height: 41px;
  left: 40px;
}

#lpContainer .head-btn.demoBtn a::after{
  background: url(../images/demo/icon_arw.png) center center no-repeat;
  background-size: contain;
  border: none;
  content: "";
  top: calc(50% - 6px);
  right: 20px;
  width: 36px;
  height: 12px;
  left: auto;
}
@media screen and (max-width: 750px) {
  #lpContainer .head-btn.demoBtn{
    margin-top: 2.6vw;
  }
    #lpContainer .head-btn.demoBtn a{
    font-size: 4.2vw;
  line-height: 12.8vw;
  }
  #lpContainer .head-btn.demoBtn a::before{
    top: calc(50% - 3.63vw);
    width: 12.8vw;
    height: 7.26vw;
    left: 7vw;
  }
  #lpContainer .head-btn.demoBtn a::after{
    top: calc(50% - 0.8vw);
  right: 2.6vw;
  width: 4.8vw;
  height: 1.6vw;
  }

}
/* 2019.12_デモトレードボタン追加_ここまで　*/

#lpContainer #secAbout h3 {
  padding: 64px 0 80px;
}

#lpContainer #secAbout ul {
  padding: 1.5em;
  max-width: 700px;
  list-style: none;
  margin: 0 auto;
}

#lpContainer #secAbout ul li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.7em 0;
}

@media screen and (max-width: 750px) {
  #lpContainer #secAbout ul li {
    font-size: 2.66667vw;
  }
}

#lpContainer #secAbout ul li::before {
  background: url("../images/lp201906/icn_check.svg") left bottom no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.2em;
  vertical-align: top;
}

#lpContainer #secAbout p {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding: 100px 0;
}

@media screen and (max-width: 750px) {
  #lpContainer #secAbout p {
    font-size: 5.33333vw;
  }
}

#lpContainer #secAbout br.mid {
  display: none;
}

@media (max-width: 1000px) {
  #lpContainer #secAbout br.mid {
    display: inline;
  }
}

@media screen and (max-width: 750px) {
  #lpContainer #secAbout h3 {
    padding: 10.66667vw 0;
  }
  #lpContainer #secAbout p {
    padding: 10.66667vw 0 24vw;
  }
}

#lpContainer #secPoint h3 {
  padding-top: 100px;
}

#lpContainer #secPoint .flexBox dl {
  font-weight: bold;
  width: 30%;
}

#lpContainer #secPoint .flexBox dl dt div {
  padding-bottom: 26px;
  text-align: center;
  vertical-align: bottom;
}

#lpContainer #secPoint .flexBox dl dt div img {
  height: auto;
}

#lpContainer #secPoint .flexBox dl dt .num {
  border: 1px solid #707070;
  border-radius: 4px;
  background: #ffffff;
  float: left;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.1em 0;
  text-align: center;
  width: 2em;
}

@media screen and (max-width: 750px) {
  #lpContainer #secPoint .flexBox dl dt .num {
    font-size: 7.46667vw;
  }
}

#lpContainer #secPoint .flexBox dl dt .num small {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  #lpContainer #secPoint .flexBox dl dt .num small {
    font-size: 3.2vw;
  }
}

#lpContainer #secPoint .flexBox dl dt .ttl {
  float: right;
  font-size: 26px;
  width: calc(100% - 3.5em);
}

@media screen and (max-width: 750px) {
  #lpContainer #secPoint .flexBox dl dt .ttl {
    font-size: 4.8vw;
  }
}

#lpContainer #secPoint .flexBox dl dd {
  clear: both;
  padding-top: 26px;
  padding-bottom: 60px;
}

#lpContainer #secPoint .flexBox dl dd small {
  display: block;
  font-size: 14px;
  padding-top: 1em;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  #lpContainer #secPoint .flexBox dl dd small {
    font-size: 3.2vw;
  }
}

#lpContainer #secPoint .flexBox dl:nth-of-type(1) dt div {
  padding-top: 20px;
}

#lpContainer #secPoint .flexBox dl:nth-of-type(1) dt div img {
  width: 200px;
}

#lpContainer #secPoint .flexBox dl:nth-of-type(2) dt div {
  padding-top: 60px;
}

#lpContainer #secPoint .flexBox dl:nth-of-type(2) dt div img {
  width: 160px;
}

#lpContainer #secPoint .flexBox dl:nth-of-type(3) dt div {
  padding-top: 55px;
}

#lpContainer #secPoint .flexBox dl:nth-of-type(3) dt div img {
  width: 160px;
}

#lpContainer #secPoint .flexBox dl:nth-of-type(4) {
  width: 33%;
}

#lpContainer #secPoint .flexBox dl:nth-of-type(4) dt div {
  padding-top: 16px;
}

#lpContainer #secPoint .flexBox dl:nth-of-type(4) dt div img {
  width: 205px;
}

#lpContainer #secPoint .flexBox dl:nth-of-type(5) {
  width: 32%;
}

#lpContainer #secPoint .flexBox dl:nth-of-type(5) dt div {
  padding-top: 70px;
}

#lpContainer #secPoint .flexBox dl:nth-of-type(5) dt div img {
  width: 160px;
}

@media (max-width: 1000px) {
  #lpContainer #secPoint .flexBox dl {
    width: 45%;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(4), #lpContainer #secPoint .flexBox dl:nth-of-type(5) {
    width: 45%;
  }
}

@media screen and (max-width: 750px) {
  #lpContainer #secPoint {
    margin-top: -12vw;
    padding-top: 12vw;
  }
  #lpContainer #secPoint h3 {
    padding-top: 0vw;
  }
  #lpContainer #secPoint .flexBox dl {
    width: 92vw;
    margin: 0 auto;
  }
  #lpContainer #secPoint .flexBox dl dd {
    padding-top: 6.4vw;
  }
  #lpContainer #secPoint .flexBox dl dd div {
    padding-bottom: 10.66667vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(1) dt div {
    padding-top: 21.33333vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(1) dt div img {
    width: 36.53333vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(2) dt div {
    padding-top: 21.33333vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(2) dt div img {
    width: 32vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(3) dt div {
    padding-top: 21.33333vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(3) dt div img {
    width: 29.6vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(4) {
    width: 92vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(4) dt div {
    padding-top: 21.33333vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(4) dt div img {
    width: 42.66667vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(5) {
    width: 92vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(5) dt div {
    padding-top: 21.33333vw;
  }
  #lpContainer #secPoint .flexBox dl:nth-of-type(5) dt div img {
    width: 36.26667vw;
  }
}

#lpContainer #secUser h3 {
  padding-top: 100px;
  font-size: 26px;
}

@media screen and (max-width: 750px) {
  #lpContainer #secUser h3 {
    font-size: 5.33333vw;
  }
}

#lpContainer #secUser .flexBox > div {
  padding: 80px 0 40px;
  width: 45%;
  max-width: 594px;
}

#lpContainer #secUser .flexBox > div h4.line {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  #lpContainer #secUser .flexBox > div h4.line {
    font-size: 5.33333vw;
  }
}

#lpContainer #secUser .flexBox > div h4.line::before, #lpContainer #secUser .flexBox > div h4.line::after {
  width: 24px;
}

#lpContainer #secUser .flexBox > div img {
  margin-bottom: 30px;
}

#lpContainer #secUser .flexBox > div .ttl {
  background: url(../images/lp201906/pic_user01.png) left center no-repeat;
  background-size: contain;
  display: table-cell;
  height: 94px;
  padding-left: 104px;
  vertical-align: middle;
  margin: 30px 0 20px;
}

#lpContainer #secUser .flexBox > div .ttl p {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  #lpContainer #secUser .flexBox > div .ttl p {
    font-size: 4.8vw;
  }
}

#lpContainer #secUser .flexBox > div .ttl small {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  #lpContainer #secUser .flexBox > div .ttl small {
    font-size: 3.73333vw;
  }
}

#lpContainer #secUser .flexBox > div > p {
  padding: 20px 0;
}

#lpContainer #secUser .flexBox > div:nth-of-type(2) .ttl {
  background-image: url(../images/lp201906/pic_user02.png);
}

#lpContainer #secUser .flexBox > div:nth-of-type(3) .ttl {
  background-image: url(../images/lp201906/pic_user03.png);
}

#lpContainer #secUser .flexBox > div:nth-of-type(4) .ttl {
  background-image: url(../images/lp201906/pic_user04.png);
}

@media screen and (max-width: 750px) {
  #lpContainer #secUser h3 {
    padding-top: 17.33333vw;
  }
  #lpContainer #secUser .flexBox > div {
    padding: 13.33333vw 0 5.33333vw;
    width: 92vw;
    max-width: 92vw;
    margin: 0 auto;
  }
  #lpContainer #secUser .flexBox > div h4.line {
    margin-bottom: 5.33333vw;
  }
  #lpContainer #secUser .flexBox > div h4.line::before, #lpContainer #secUser .flexBox > div h4.line::after {
    width: 6.4vw;
  }
  #lpContainer #secUser .flexBox > div img {
    margin-bottom: 6.66667vw;
  }
  #lpContainer #secUser .flexBox > div .ttl {
    height: 21.33333vw;
    padding-left: 23.2vw;
    margin: 6.66667vw 0 5.33333vw;
  }
  #lpContainer #secUser .flexBox > div > p {
    padding: 5.33333vw 0;
  }
}

#lpContainer .secBtn {
  margin: 0 auto;
  max-width: 614px;
  padding-bottom: 80px;
  padding-top: 80px;
}

#lpContainer .secBtn .small {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  #lpContainer .secBtn .small {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 750px) {
  #lpContainer .secBtn {
    max-width: 92vw;
    padding-top: 11.66667vw;
    padding-bottom: 11.66667vw;
  }
}

#lpContainer #secStep h3 {
  background: #9473EB;
  color: #ffffff;
  font-size: 30px;
  line-height: 2.66667;
}

@media screen and (max-width: 750px) {
  #lpContainer #secStep h3 {
    font-size: 5.33333vw;
  }
}

#lpContainer #secStep h3::before, #lpContainer #secStep h3::after {
  background: #ffffff;
}

#lpContainer #secStep .inner {
  padding-right: 2em;
}

#lpContainer #secStep .flexBox {
  margin-top: 40px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#lpContainer #secStep .flexBox > div {
  width: 31%;
}

#lpContainer #secStep .flexBox > div h4 {
  background: #9473EB;
  color: #ffffff;
  font-size: 26px;
  padding: 0 19px;
  position: relative;
  line-height: 3em;
  height: 3em;
}

@media screen and (max-width: 750px) {
  #lpContainer #secStep .flexBox > div h4 {
    font-size: 4.33333vw;
  }
}

#lpContainer #secStep .flexBox > div h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 1.5em solid transparent;
  border-right: none;
  border-left: 1em solid #9473EB;
  top: 0;
  right: -1em;
}

#lpContainer #secStep .flexBox > div h5 {
  padding: 20px 0 15px 19px;
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  #lpContainer #secStep .flexBox > div h5 {
    font-size: 4.8vw;
  }
}

#lpContainer #secStep .flexBox > div p {
  padding-left: 19px;
}

@media screen and (max-width: 750px) {
  #lpContainer #secStep h3 {
    background: none;
    color: #707070;
    line-height: 1.5;
    position: relative;
  }
  #lpContainer #secStep h3::before, #lpContainer #secStep h3::after {
    background: #707070;
    display: block;
    position: absolute;
    top: 50%;
  }
  #lpContainer #secStep h3::before {
    left: 10%;
  }
  #lpContainer #secStep h3::after {
    right: 10%;
  }
  #lpContainer #secStep .inner {
    padding-right: 0;
  }
  #lpContainer #secStep .flexBox {
    margin-top: 40px;
  }
  #lpContainer #secStep .flexBox > div {
    width: 100%;
      display: flex;
      align-items: center;
      margin-bottom: 10px;
  }
  #lpContainer #secStep .flexBox > div h4 {
    padding: 2vw 4vw;
    /*height: 2em;*/
    line-height: 2em;
   
    width: 25%;
  }
  #lpContainer #secStep .flexBox > div h4::after {
    display: none;
  }
  #lpContainer #secStep .flexBox > div h5 {
    /*float: right;*/
    width: 75%;
    padding: 0 4vw;
   /* line-height: 2.2;*/
  }
  #lpContainer #secStep .flexBox > div p {
    clear: both;
    padding: 4.26667vw 4vw 10vw;
  }
}

#lpContainer .btnBox {
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #lpContainer .btnBox {
    margin: 8vw auto;
  }
}

#lpContainer #content > #secFee {
  padding-bottom: 100px;
  padding-top: 120px;
}

#lpContainer #content > #secFee > div {
  text-align: center;
  max-width: 822px;
  margin: 0 auto;
}

#lpContainer #content > #secFee > div h4 {
  font-size: 30px;
  border-bottom: 2px solid #7C44E4;
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  #lpContainer #content > #secFee > div h4 {
    font-size: 5.33333vw;
  }
}

#lpContainer #content > #secFee > div h4 b {
  font-size: 50px;
}

@media screen and (max-width: 750px) {
  #lpContainer #content > #secFee > div h4 b {
    font-size: 8vw;
  }
}

#lpContainer #content > #secFee > div > p {
  font-weight: bold;
  padding-top: 20px;
}

#lpContainer #content > #secFee > div h5 {
  margin-top: 75px;
  margin-bottom: 15px;
  font-size: 26px;
}

@media screen and (max-width: 750px) {
  #lpContainer #content > #secFee > div h5 {
    font-size: 4.8vw;
  }
}

#lpContainer #content > #secFee > div .flexBox {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  text-align: left;
  padding: 0 5%;
}

#lpContainer #content > #secFee > div .flexBox > div {
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 2em;
  width: 50%;
}

#lpContainer #content > #secFee > div .flexBox > div strong {
  display: block;
  font-size: 20px;
  padding-bottom: 1em;
}

@media screen and (max-width: 750px) {
  #lpContainer #content > #secFee > div .flexBox > div strong {
    font-size: 4.26667vw;
  }
}

#lpContainer #content > #secFee > div .flexBox > div b {
  font-size: 30px;
}

@media screen and (max-width: 750px) {
  #lpContainer #content > #secFee > div .flexBox > div b {
    font-size: 6.93333vw;
  }
}

#lpContainer #content > #secFee > div .flexBox > div small {
  font-size: 14px;
  color: #936FE7;
  padding-top: 1em;
}

@media screen and (max-width: 750px) {
  #lpContainer #content > #secFee > div .flexBox > div small {
    font-size: 3.73333vw;
  }
}

#lpContainer #content > #secFee > div table {
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  margin-top: 75px;
  width: 100%;
}

#lpContainer #content > #secFee > div table tr {
  border-bottom: 1px solid #707070;
}

#lpContainer #content > #secFee > div table th, #lpContainer #content > #secFee > div table td {
  border-right: 1px solid #707070;
  padding: 0.5em;
}

#secFee > div table td:nth-of-type(2){
    text-align: left
}


#lpContainer #content > #secFee > div table thead {
  background: #E6E6E6;
   
}

#lpContainer #content > #secFee > div table tbody th {
  padding: 1.5em 2em;
  font-weight: normal;
  text-align: left;
  width: 10em;
}

#lpContainer #content > #secFee > div table tbody td {
  /*padding: 1.5em;*/
  font-weight: bold;
}

#lpContainer #content > #secFee > div table caption {
  text-align: left;
  font-size: 12px;
  padding-bottom: 1em;
}

@media screen and (max-width: 750px) {
  #lpContainer #content > #secFee > div table caption {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 750px) {
  #lpContainer #content > #secFee {
    padding-bottom: 16vw;
    padding-top: 13.33333vw;
  }
  #lpContainer #content > #secFee > div {
    width: 92vw;
  }
  #lpContainer #content > #secFee > div h4 {
    padding-top: 8vw;
    border-width: 0.53333vw;
  }
  #lpContainer #content > #secFee > div > p {
    text-align: left;
    padding-top: 3.73333vw;
  }
  #lpContainer #content > #secFee > div h5 {
    margin-top: 16vw;
    margin-bottom: 1.33333vw;
  }
  #lpContainer #content > #secFee > div .flexBox {
    border-width: 0.26667vw;
    border-bottom: none;
    padding: 0;
  }
  #lpContainer #content > #secFee > div .flexBox > div {
    padding-bottom: 0;
    padding-top: 8vw;
    padding-left: 0;
    width: 100%;
  }
  #lpContainer #content > #secFee > div .flexBox > div strong {
    padding-bottom: 0.5em;
  }
  #lpContainer #content > #secFee > div .flexBox > div strong.s01 {
    padding-bottom: 0;
  }
  #lpContainer #content > #secFee > div .flexBox > div small {
    display: block;
  }
  #lpContainer #content > #secFee > div table {
    border-width: 0.26667vw;
    margin-top: 14.93333vw;
  }
  #lpContainer #content > #secFee > div table tr {
    border-width: 0.26667vw;
  }
  #lpContainer #content > #secFee > div table th, #lpContainer #content > #secFee > div table td {
    border-width: 0.26667vw;
  }
  #lpContainer #content > #secFee > div table tbody th {
    padding: 1.5em 0.5em;
    width: 12em;
  }
  #lpContainer #content > #secFee > div table tbody td {
    text-align: left;
    padding: 1.5em 0.5em;
  }
}

#lpContainer #secQA {
  padding-top: 75px;
  padding-bottom: 100px;
}

#lpContainer #secQA .inner {
  max-width: 822px;
  margin: 0 auto;
}

#lpContainer #secQA .inner ul li {
  background: #ffffff;
  border-radius: 1.5em;
  padding: 1em 2.5em;
  margin-top: 20px;
}

#lpContainer #secQA .inner ul li h4 {
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 750px) {
  #lpContainer #secQA .inner ul li h4 {
    font-size: 3.73333vw;
  }
}

#lpContainer #secQA .inner ul li h4::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #707070;
  border-right: 2px solid #707070;
  top: 0.5em;
  right: 0;
  transform: rotate(225deg);
}

#lpContainer #secQA .inner ul li p {
  display: none;
  padding-top: 1em;
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  #lpContainer #secQA .inner ul li p {
    font-size: 3.73333vw;
  }
}

#lpContainer #secQA .inner ul li p small {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  #lpContainer #secQA .inner ul li p small {
    font-size: 2.66667vw;
  }
}

#lpContainer #secQA .inner ul li.open h4 {
  color: #936FE7;
}

#lpContainer #secQA .inner ul li.open h4::after {
  transform: rotate(45deg);
  top: calc(0.5em - 5px);
}

#lpContainer #secQA .inner ul li.open p {
  display: block;
}

@media screen and (max-width: 750px) {
  #lpContainer #secQA {
    padding-top: 16vw;
    padding-bottom: 18.66667vw;
  }
  #lpContainer #secQA .inner {
    width: 92vw;
  }
  #lpContainer #secQA .inner ul li {
    margin-top: 4.26667vw;
    padding: 1em 2em 1em 1.5em;
  }
  #lpContainer #secQA .inner ul li h4::after {
    height: 2.66667vw;
    width: 2.66667vw;
    border-bottom: 0.53333vw solid #707070;
    border-right: 0.53333vw solid #707070;
    right: -0.5em;
  }
}

#lpContainer #secEntry {
  background: #bfb0cf url(../img/bg_entry.png) center top no-repeat;
  background-size: auto 100%;
}

#lpContainer #secEntry .inner {
  padding-top: 110px;
  padding-bottom: 80px;
  color: #585f6f;
  max-width: 1030px;
}

#lpContainer #secEntry .inner > div {
  max-width: 614px;
}

#lpContainer #secEntry .inner > div strong {
  font-size: 40px;
}

@media screen and (max-width: 750px) {
  #lpContainer #secEntry .inner > div strong {
    font-size: 6.93333vw;
  }
}

#lpContainer #secEntry .inner > div p {
  padding: 50px 0;
  font-size: 26px;
}

@media screen and (max-width: 750px) {
  #lpContainer #secEntry .inner > div p {
    font-size: 4.26667vw;
  }
}

@media (max-width: 900px) and (min-width: 769px) {
  #lpContainer #secEntry .inner .head-btn {
    width: 72%;
  }
}

@media screen and (max-width: 750px) {
  #lpContainer #secEntry {
    background-image: url(../img/bg_entry.png);
    background-size: cover;
  }
  #lpContainer #secEntry .inner {
    padding-top: 8vw;
    padding-bottom: 4vw;
  }
  #lpContainer #secEntry .inner > div {
    width: 92vw;
    max-width: 92vw;
    margin: 0 auto;
  }
  #lpContainer #secEntry .inner > div > p {
    padding: 6.66667vw 0 8vw;
  }
  #lpContainer #secEntry .inner > div .head-btn {
    margin: 0 auto;
    padding: 0;
  }
}

#lpContainer #footer {
  background-color: #707070;
  padding: 50px 0 20px 0;
}

#lpContainer .ft-link {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 2em 10px 2em;
  /*display: -webkit-flex;
  display: flex;
  justify-content: space-between;*/
  position: relative;
}

/*#lpContainer .ft-link::before {
  content: "";
  display: block;
  width: 10em;
  height: 2px;
  background: #ffffff;
  margin-bottom: 25px;
  position: absolute;
  top: 0;
  left: 0;
}*/

#lpContainer .ft-link li {
  display: inline-block;
  padding: 0.5em 0em;
  text-align:left;
  width:24%;
  /*border:#FFFFFF 1px solid;*/
}
@media screen and (max-width: 1100px) {
  #lpContainer .ft-link li {
    width:32%;
  }
}

#lpContainer .ft-link li:last-child {
  padding-right: 0;
}

#lpContainer .ft-link li a {
  text-decoration: none;
  font-size: 14px;
  color: #dcdcdc;
  padding-top: 1em;
}

@media screen and (max-width: 750px) {
  #lpContainer .ft-link li a {
    font-size: 1.86667vw;
  }
}

#lpContainer .ft-link li a:hover {
  text-decoration: underline;
}

#lpContainer #footer .copyright {
  text-align: center;
  font-size: 11px;
  color: #FFFFFF;
  margin-top: 15px;
  font-weight: 100;
}

@media screen and (max-width: 750px) {
  #lpContainer #footer {
/*
    padding-bottom: 5.33333vw;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
*/
    padding-bottom: 10px;
  }
  #lpContainer #footer .ft-link {
    flex-wrap: wrap;
  }
  #lpContainer #footer .ft-link::before {
    display: none;
  }
  #lpContainer #footer .ft-link li {
    width: 100%;
  }
  #lpContainer #footer .ft-link li a {
    font-size: 3.46667vw;
    line-height: 2;
  }
/*
  #lpContainer #footer .ft-link li:nth-of-type(1) {
    order: 1;
    border-top: 0.26667vw solid #ffffff;
    padding-top: 1em;
  }
  #lpContainer #footer .ft-link li:nth-of-type(2) {
    order: 3;
  }
  #lpContainer #footer .ft-link li:nth-of-type(3) {
    order: 5;
  }
  #lpContainer #footer .ft-link li:nth-of-type(4) {
    order: 2;
    border-top: 0.26667vw solid #ffffff;
    padding-top: 1em;
  }
  #lpContainer #footer .ft-link li:nth-of-type(5) {
    order: 4;
  }
  #lpContainer #footer .ft-link li:nth-of-type(6) {
    order: 6;
  }
*/
}

.fancybox-skin {
  background-color: #ffffff;
}

.fancybox-close {
  background-image: url(../images/autotrade/iconCloseModal.png);
  height: 20px;
  width: 20px;
  left: 16px;
  top: 16px;
}
.robot_list_sp{
    display: none;
}


@media (max-width: 480px) {
  .foot-btn {
    width: calc(100% - 48px);
  }
  .head-info .head-control .btn-login a {
    padding: 8px 3px;
  }
    
    .robot_list_table{
        display: none;
    }
    .robot_list_sp{
        display: block;
        border: 1px solid #000;
        margin: 20px 0 0;
    }
    .robot_list_sp h4.card-title{
        padding-top: 5px!important;
        padding-bottom: 5px;
    }
    .robot_list_sp .card-text p{
        text-align: left;
        padding: 5px;
        
    }
    
 
    
    .robot_list_sp .card-text .cmt-list{
        font-weight: bold;
        margin: 5px auto;
        justify-content: center;
       
        
    }
    
    .robot_list_sp .card-text .dlWrap{
         border: 1px solid #000;
        margin: 5px;
         padding: 3px;
    }
    
    .robot_list_sp .soneki{
        display: flex;
        margin-top: 10px;
        padding: 5px;
         align-items: center;
    }
    
    .robot_list_sp .soneki dt{
        background: #707070;
        color: #fff;
        margin-right: 10px;
        padding: 8px 5px;
        font-size: 3vw;
        
    }
    
    .robot_list_sp .soneki dd span{
        font-weight: bold;
    }
    
}

@media (max-width: 320px) {
  .head-info .head-control {
    width: 38%;
  }
  .head-info .head-control .btn-login a {
    padding: 8px 0px;
  }
}

#fixedBtn {
  position: fixed;
  top: 60px;
  right: 0;
  width: 60px;
  height: auto;
  z-index: 99;
}

#popRegulation,
#popPrivacyPolicy,
#popSCT,
#popQuoreaRisk,
#popVCWarning,
#popVCRisk,
#popRecruitPolicy,
#popAfRegulation,
#popAtRegulation,
#popRmRegulation,
#popNewTermAgree
 {
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  #popRegulation,
  #popPrivacyPolicy,
  #popSCT,
  #popQuoreaRisk,
  #popVCWarning,
  #popVCRisk,
  #popRecruitPolicy,
  #popAfRegulation,
  #popAtRegulation,
  #popRmRegulation,
  #popNewTermAgree {
    font-size: 3.73333vw;
  }
}

.Notice__link {
  color: #000000;
  text-decoration: underline;
}

#lpContainer .sp-only-inline {
  display: none;
}

@media screen and (max-width: 750px) {
  #lpContainer .sp-only-inline {
    display: inline;
  }
}

#lpContainer .pc-only-inline {
  display: inline;
}

@media screen and (max-width: 750px) {
  #lpContainer .pc-only-inline {
    display: none;
  }
    
    .br_sp{
    display: block;
}
    .payment>.btn{
    width: 100%;
}
    
}
    
/* animation */
#lpContainer .head-content-left .head-btn,
#lpContainer .btnBox {
  opacity: 0;
  transform: scale(0.2, 0.2);
  transition: all .6s ease-in-out .0s;
}

#lpContainer .head-content-left .head-btn.js-fade-in,
#lpContainer .btnBox.js-fade-in {
  opacity: 1;
  transform: scale(1, 1);
}
.rb-error-red {
    font-size:11px;
    color:#E71114;
    margin-bottom:3px
}

.Notice__link {
    color: #000000;
    text-decoration: underline;
}
.Notice__link:hover {
    color: #000000;
    text-decoration: none;
}