@charset "UTF-8";

#wrapper {
    width: 770px;
    font-size: 17px;
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
}

#wrapper img {
    width: 100%;
}

#wrapper p {
    width: 90%;
    font-size: 25px;
    line-height: 1.5;
    margin: 0 auto 6%;
}

#Contents {
    width: 740px;
    margin: 0 auto;
}


/* 情報提供一覧 */
#information {
    width: 850px;
    padding: 30px 10px;
    margin: 30px auto 0;
    background: #ebebeb;
}

.none {
    margin-top: 0!important;
}

.list li {
    padding: 25px 20px;
    margin: 0 auto 20px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px #333333;
    -moz-box-shadow: 1px 1px 2px #333333;
    box-shadow: 1px 1px 2px #333333;
}

.list h3 {
    color: #b8860b;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .5em;
}

.list dl {
    font-size: 17px;
    padding: 0 .9em .5em;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 1em;
}

.list dt {
    float: left;
    margin-right: .3em;
    clear: both;
}

.list dd {
    color: #333;
    font-size: 17px;
    line-height: 1.7;
    vertical-align: middle;
}

.list .time {
    color: #333;
    height: auto;
    font-size: 16px;
    line-height: 1.7;
    vertical-align: middle;
    padding: 0 .9em;
}

.list .time p {
    display: inline-block;
    color: #333;
    font-size: 17px;
    vertical-align: middle;
    margin-top: .6em;
}

.list .time span {
    font-size: 13px;
    padding: .25em 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5;
    margin-right: 10px;
    background: #ccc;
}

.list .time a {
    display: block;
    float: right;
    cursor: pointer;
    color: #E6EAEF;
    padding: .6em 1.5em .5em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-color: #0B44EF;
    background-image: linear-gradient(0deg, #0939c8, #0B44EF, #1f54f5);
    box-shadow: 0 2px 0 0 #07288d, 0 1.31em 2em 0 rgba(255, 255, 255, 0) inset, 0 2px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 3px 1px rgba(0, 0, 0, 0.4), 0 2px 1px -1px transparent inset;
    transition: box-shadow 0.15s, transform 0.15s, color 0.15s;
}

.list .time a:hover {
    text-decoration: none!important;
    box-shadow: 0 2px 0 0 #07288d, 0 1.31em 1em 0 rgba(255, 255, 255, 0.05) inset, 0 2px 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px 1px rgba(0, 0, 0, 0.6), 0 0 10px 1px rgba(11, 68, 239, 0.4), 0 2px 1px -1px transparent inset;
}

.list .time a:active {
    color: #07288d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    background-color: #0a3dd7;
    background-image: linear-gradient(180deg, #0936be, #0a3edb);
    box-shadow: 0 0 0 0 #052175, 0 1.31em 1em 0 rgba(255, 255, 255, 0.05) inset, 0 2px 2px 0 rgba(255, 255, 255, 0) inset, 0 1px 4px 0px transparent, 0 0 10px 1px rgba(11, 68, 239, 0.1), 0 2px 2px -1px rgba(0, 0, 0, 0.7) inset;
    transition: 0s;
}

.pager {
    padding: 0 2em;
    margin: 50px auto 0;
    text-align: center;
}

.pager span {
    display: inline-block;
    color: #717171;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px #fff;
    padding: .5em .75em;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    margin: 0 .4em .5em 0;
    background: rgb(248, 248, 248); /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e9e9e9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8f8f8 0%, #e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 3px rgba(0, 0, 0, .1);
}

.pager span:hover {
    cursor: pointer;
    background: rgb(254, 254, 254); /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

.pager span.current {
    color: #f0f0f0;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border: 1px solid #616161;
    background: #616161;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .5), 0 1px 3px rgba(255, 255, 255, .8);
    cursor: default;
}

.pager span.invalid {
    color: #dcdcdc;
    border: 1px solid rgba(192, 192, 192, .5);
    background: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    cursor: default;
}

div.release {
    padding: 30px 25px;
    margin: 0 auto 20px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px #333333;
    -moz-box-shadow: 1px 1px 2px #333333;
    box-shadow: 1px 1px 2px #333333;
}

div.release p {
    display: inline-block;
    color: #333;
    font-size: 17px;
    vertical-align: middle;
}

div.release span {
    font-size: 14px;
    padding: .25em 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5;
    margin-right: 10px;
    background: #ccc;
}

.kitai {
    font-size: 17px;
    padding: 25px;
    background: rgba(255, 255, 255, .9);
}

.kitai {
    font-size: 17px;
    padding: 25px;
    background: rgba(255, 255, 255, .9);
}

.kitai table {
    width: 94%;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-bottom: 1em;
}

.kitai th, .kitai td {
    width: 25%;
    text-align: center;
    padding: .75em 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.kitai th {
    font-weight: normal;
}

.kitai th.brand {
    color: #fff;
    font-weight: 500;
    text-align: left;
    border: 1px solid #666;
    background: #666;
}

.kitai p {
    font-weight: 300;
    line-height: 1.8;
    padding: 1em;
    border-top: 1px dotted #CCC;
}

.back {
    text-align: center;
    margin: 0 auto;
}

.back a {
    display: inline-block;
    cursor: pointer;
    width: 70%;
    color: #E6EAEF;
    font-size: 30px;
    padding: .6em 0 .5em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    margin: 1.5em auto .5em;
    background-color: #0B44EF;
    background-image: linear-gradient(0deg, #0939c8, #0B44EF, #1f54f5);
    box-shadow: 0 2px 0 0 #07288d, 0 1.31em 2em 0 rgba(255, 255, 255, 0) inset, 0 2px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 3px 1px rgba(0, 0, 0, 0.4), 0 2px 1px -1px transparent inset;
    transition: box-shadow 0.15s, transform 0.15s, color 0.15s;
}

.back a:hover {
    text-decoration: none!important;
    box-shadow: 0 2px 0 0 #07288d, 0 1.31em 1em 0 rgba(255, 255, 255, 0.05) inset, 0 2px 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px 1px rgba(0, 0, 0, 0.6), 0 0 10px 1px rgba(11, 68, 239, 0.4), 0 2px 1px -1px transparent inset;
}

.back a:active {
    color: #07288d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    background-color: #0a3dd7;
    background-image: linear-gradient(180deg, #0936be, #0a3edb);
    box-shadow: 0 0 0 0 #052175, 0 1.31em 1em 0 rgba(255, 255, 255, 0.05) inset, 0 2px 2px 0 rgba(255, 255, 255, 0) inset, 0 1px 4px 0px transparent, 0 0 10px 1px rgba(11, 68, 239, 0.1), 0 2px 2px -1px rgba(0, 0, 0, 0.7) inset;
    transition: 0s;
}


/* 提供サービス一覧 */
#service {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#service p {
    font-size: 18px;
    line-height: 1.5;
    width: 91%;
    margin-left: 40px;
    text-align: left;
}
.lastp {
    margin-bottom: 50px;
    }

#service table.svt01 {
    width: 90%;
    margin: 0 auto;
}
#service table.svt01 td {
    vertical-align: middle;
    padding: 10px;
    line-height: 1.5;
    text-align: left;
}
#service span.sm {
    font-size: 12px;
    color: #093bc5;
}

#service .toiawase {
    border: 2px solid #ccc;
    background: #eee;
}

#service .toiawase {
    padding: 1em;
}

#service .toiawase p {
    font-size: 20px;
    text-align: center;
}

/*　シュミレーション用CSS　*/
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
  vertical-align:middle;
}

.container {
  background: #e7fcff;
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
  padding: 20px 30px;
  box-sizing: border-box;
}

.input-area {
  margin: 20px auto;
}
dl {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 24px;
  border-bottom: dashed 1px #5cccdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


#fund,#profit,#loss,#win,#hope {
  font-size: 24px;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius: 5px;
  border: none;
  text-align: right;
}

/*inputtype=numberで表示される矢印（スピンボタン）を消す*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}

#btn {
  cursor: pointer;
  background: #3897fd;
  width: 200px;
  margin: 0 0 0 auto;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
#btn.disabled {
  opacity: 0.5;
}

.result-area {
  background: #cee2e4;
  padding: 10px 20px;
  border-radius: 5px;
}
.result-area dl {
  border-bottom: none;
}
#reset {
  cursor: pointer;
  background: #d4002a;
  width: 200px;
  margin: 0 0 0 auto;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
#reset.hidden {
  display: none;
}

@media screen and (max-width:767px){
  dl {
    width: 100%;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  dt,dd {
    width: 100%;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
  }
  #btn,#reset {
    width: 60%;
    margin: 0 auto;
  }
}
/*　シュミレーション用CSSここまで　*/


/* クレジット決済 */
#payment {
    padding: 40px 50px;
    border: 1px solid #8bc501;
    margin-bottom: 30px;
}

#payment h2 {
    font-size: 22px;
    font-weight: bold;
}


/* 無料銘柄相談 */
#consultation {
    width: 700px;
    text-align: center;
    padding: 30px 20px;
    margin: 0 auto;
}

#consultation p {
    font-size: 15px;
    line-height: 1.5;
}

.marker {
    background: linear-gradient(transparent 0%, #d8f178 0%);
}

#consultation table, #trend table {
    width: 600px;
    border: 2px solid #999;
    margin: 30px auto;
}

#consultation th, #trend th {
    width: 32%;
    color: #333;
    font-weight: 500;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
    background: #eee;
}

#consultation th span, #trend th span {
    color: #f00;
    font-size: 12px;
}

#consultation td, #trend td {
    border-bottom: 1px solid #ccc;
    padding: 1em;
}

#consultation input[type="text"], #trend input[type="text"] {
    width: 94%;
    font-size: 17px;
    padding: .3em 3%;
}

#consultation select {
    width: 100%;
    font-size: 17px;
    padding: .3em 3%;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#consultation textarea {
    width: 94%;
    padding: 3%;
}

#consultation input[type="submit"], #trend input[type="submit"] {
    display: block;
    cursor: pointer;
    width: 65%;
    color: #E6EAEF;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: center;
    padding: .5em 0 .6em;
    border: none;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    margin: 0 auto 2em;
    background-color: #0B44EF;
    background-image: linear-gradient(0deg, #0939c8, #0B44EF, #1f54f5);
    box-shadow: 0 2px 0 0 #07288d, 0 1.31em 2em 0 rgba(255, 255, 255, 0) inset, 0 2px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 3px 1px rgba(0, 0, 0, 0.4), 0 2px 1px -1px transparent inset;
    transition: box-shadow 0.15s, transform 0.15s, color 0.15s;
}

#consultation input[type="submit"]:hover, #trend input[type="submit"]:hover {
    text-decoration: none!important;
    box-shadow: 0 2px 0 0 #07288d, 0 1.31em 1em 0 rgba(255, 255, 255, 0.05) inset, 0 2px 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px 1px rgba(0, 0, 0, 0.6), 0 0 10px 1px rgba(11, 68, 239, 0.4), 0 2px 1px -1px transparent inset;
}

#consultation input[type="submit"]:active, #trend input[type="submit"]:active {
    color: #07288d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    background-color: #0a3dd7;
    background-image: linear-gradient(180deg, #0936be, #0a3edb);
    box-shadow: 0 0 0 0 #052175, 0 1.31em 1em 0 rgba(255, 255, 255, 0.05) inset, 0 2px 2px 0 rgba(255, 255, 255, 0) inset, 0 1px 4px 0px transparent, 0 0 10px 1px rgba(11, 68, 239, 0.1), 0 2px 2px -1px rgba(0, 0, 0, 0.7) inset;
    transition: 0s;
}

.consultation {
    width: 640px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.7;
    padding: 40px 50px;
    margin: 0 auto;
    background: url(/userfiles/images/consultation_bg.jpg) center top;
}

.consultation p.thanks {
    color: #222;
    font-size: 20px;
    text-shadow: 1px 1px #fff;
}

.consultation p.thanks strong {
    font-size: 30px;
}

.consultation p.thanks span {
    color: #c00;
    font-size: 15px;
}


/* LINE@ */
#line {
    width: 90%;
    margin: 0 auto;
}

#line h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    padding: 0.4em 0;
    margin: 0 auto;
    background: #00c300;
}

#line h3 {
    width: 100%;
    color: #00c300;
    font-size: 35px;
    font-weight: 500;
    margin: 0 auto 30px;
}

#line div {
    padding: 40px 30px;
    background: #f5f5f5;
    margin-bottom: 70px;
}

#line div.none {
    margin-bottom: 0;
}

#line ul {
    clear: both;
    width: 100%;
    height: 136px;
    margin: 0 auto;
}

#line li {
    display:table-cell;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 25px;
}

#line li img {
    display: block;
    transition-duration: 0.3s;
}

#line li img:hover {
    transform: scale(1.1);
}

#line p {
    width: 100%;
    font-size: 19px;
    margin: 0 auto;
}


/* トレンドスカウター */
#trend {
    width: 700px;
    text-align: center;
    padding: 30px 18px;
    margin: 0 auto;
    border: solid 3px #efefef;
    font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

#trend p {
    font-size: 20px;
    line-height: 1.5;
}


#trend p.lft {
    margin-top: 1em;
}

#trend p.rgt {
    margin-bottom: 1em;
}


#trend .fs25 {
    font-size: 25px;
}

#trend .fs30 {
    font-size: 30px;
}

#trend .fs35 {
    font-size: 35px;
}

#trend .fs40 {
    font-size: 40px;
}

#trend .aka {
    color: #c00;
}

#trend .ao{
    color: #00c;
}

#trend .fw500 {
    font-weight: 500;
}

#trend .marcy {
    padding: 0em 0.2em;
    background: linear-gradient(transparent 33%, #fff100 28%);
}

#trend .tit01{
     position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 1em;
     background-color: #bf1919;
     border-radius: 5px;
}

#trend .tit01:after {
     position: absolute;
     top: 50%;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
}

#trend .trecon{
     background-color: #efefef;
     margin: 0 auto;
     padding: 40px;
}


/* メールが届かないときは */
#mm {
    padding: 1em;
    border: 1px solid #e3e3e3;
    margin: 2em 1em;
}

#mm p.mm2 {
    line-height: 1.8;
    font-size: 15px;
}

#mm p.mailset {
    color: #0065a9;
    font-size: 30px;
    font-weight: none;
    text-decoration: none;
    padding-top: 15px;
    margin-bottom: 25px;
}

#mm img {
    padding-bottom: 20px;
}

.mmm {
    height: 197px;
    background-image: url("/userfiles/images/mmmm.jpg")
}

.center .btn {
    color: #fff;
    font-family: Arial;
    text-decoration: none;
    padding: 0;
    border: 1px solid #1f628d;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    background: #1fa3fc;
}

.center .btn:hover {
    background: #0065a9;
}

p.mm3 {
    font-size: 32px;
    line-height: 1.7;
    padding: 5px 0 0 10px;
}


/* 登録後サンクスページ */
#oct {
    width: 740px;
    line-height: 1.7;
    margin: 0 auto;
}

#oct img {
    margin-bottom: 40px;
}

#oct h2 {
    color: #010101;
    font-size: 26px;
    font-weight: 600;
    padding: .5em 1em;
    border-bottom: solid 3px #516ab6;
    margin-bottom: .5em;
    background: #eaf3ff;  
}

#oct .honb01 {
    font-size: 23px;
    margin: .5em .5em 2em;
}

#oct .red {
    color: red;
    font-size: 30px;
    font-weight: bold;
}

#oct h3 {
    color: #333;
    font-size: 25px;
    font-weight: 400;
    padding: .5em 1em;
    border-bottom: solid 3px #f30;
    margin-bottom: .5em;
    background: #f4f4f4;  
}

#oct  p.touroku {
    font-size: 17px;
    line-height: 1.7;
    margin: 0 1em 2em;
}
.g3m {
    text-align: center;
}
#oct .g3m h2 {
    font-size: 30px;
    font-weight: bold;
}
#oct .g3m ul.honb01 {
    margin-top: 2em;
}
/*ポイントについて設定*/
.point_top img,.sec01 img {
    width: 100%;
}
  span.point_subtitle {
      font-size: 3vw;
      font-weight: bold;
      color: #22251e;
      background: #ffffff;
      padding: 8px 23px;
      margin: 10px 7%;
      display: block;
      border: 5px double #ffb200;
      border-radius: 5px;
      text-align: center;
  }
  .sec01 {
      margin: 0 auto;
      display: inline-block;
  }
  .s01tex {
      margin: 20px auto;
      padding: 0 20px;
      text-align: center;
  }
  .s01tex p {
      font-size: 18px;
      line-height: 1.8;
  }
  .pointuselist {
      display: flex;
      flex-direction: column;
      margin: 20px 0;
      font-size: 20px;
  }

  .use01 {
      display: flex;
      width: 90%;
      margin: 10px auto;
      flex-direction: column;
      border: 2px solid #ff7077;
      text-align: center;
  }

  p.p_listtitle {
      background: #ff7077;
      align-self: center;
      position: relative;
      line-height: 1.2;
      padding: 10px 0;
      font-weight: bold;
      color: #fff;
      display: block;
      width: 100%;
      flex-basis: content;
  }

  p.p_listtitle::after {
      content: "";
      position: absolute;
      top: 113%;
      right: 50%;
      margin-top: -10px;
      display: block;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 14px solid #ff7077;
  }
  p.p_listtitle span {
      display: inline-block;
      margin: 0 auto;
      line-height: 1.2!important;
  }
  span.pl_s {
    font-size: 12px;
}
  .p_listpres {
      align-self: center;
      margin: 0!important;
      padding: 22px 10px;
      font-size: 18px;
      line-height: 1.3;
  }
  .s01tex p a {
    background: #70ffbd;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 10px auto;
    display: block;
    box-shadow: 0px 3px 0;
    text-align: center;
}
span.s01tex_subtitle {
    width: 100%;
    display: block;
    background: #fffaca;
    margin: 0 auto 10px;
    text-align: center;
    padding: 5px 0;
}
.sec01 h2 {
    width: calc(100% - 20px);
    background: #333;
    color: #fff;
    padding: 10px;
    font-size: 22px;
    text-align: center;
}

.s01tex ul {
    text-align: left;
    padding: 0 20px;
}

.s01tex ul li {
    list-style: inside;
    line-height: 1.5;
}