﻿@charset "utf-8";

html,
body,div,h1,h2,h3,h4,h5,h6,p,span,header,footer,nav,aside,small,abbr,address,code,del,img,ins,kbd,q,samp,strong,sub,sup,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,/*table,*/

caption,tbody,tfoot,thead,tr,th,td,article,dialog,figure,menu,section,time,mark,object,audio,video {
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  /*  font-family: inherit;*/
  margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
}

    h1,h2,h3,h4,h5,h6 {
        font-weight: normal;
    }

    #yoko{
        display: inline;
    }

    ul,ol {
        list-style: none;
    }

    a {
        color: #474747;
        outline: none;
        text-decoration: none;
    }

    em {
        font-style: normal;
    }



    input {
        color: #000;
    }

    .b_button {
        width: 400px;
        height: 100px;
        margin: 20px 0 100px 135px;
    }

/*----------------------------------------------------
.common (汎用)
----------------------------------------------------*/

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}


.mb40 {
  margin-bottom: 30px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt3em {
  padding-top: 3em !important;
}

.tac {
  text-align: center !important;
}

.relative {
  position: relative;
}

.youtube {
  position: relative;
  width: 94%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 94% !important;
  height: 100% !important;
}

/* 点滅 */

.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* フワフワアニメーション */

.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;

  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -15px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

/*----------------------------------------------------
.form (フォームリセット)
----------------------------------------------------*/

     select {
        outline: none;
        text-indent: 0.01px;
        text-overflow: '';
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    }

    select option {
        background-color: #fff;
    }

    select::-ms-expand {
        display: none;
    }

    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #828c9a;
    }

    button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
       border: solid 0.5px #dcdcdc;
        box-shadow: 2px 2px 2px #555;
}

    input[type="submit"] {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input[type="date"] {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
     }

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
  color: #a8a8a8;
  font-size: .8em;
}

/* Firefox 18- */

:-moz-placeholder {
  color: #a8a8a8;
  font-size: .8em;
  opacity: 1;
}

/* Firefox 19+ */

::-moz-placeholder {
  color: #a8a8a8;
  font-size: .8em;
  opacity: 1;
}

/* IE 10+ */

:-ms-input-placeholder {
  color: #a8a8a8;
  font-size: .8em;
}

    .bit-font2{
        margin-top:20px;
        text-align:center;
    }

    .bit-font2 input {
        height: 40px;
        background: #000;
        border: solid 1px #e6e6e6;
        color: #fff;     
    }

    .bit-font2 p{
        color: #fff;
    }

    .bit-font2 .button116 {
   
        margin:30px auto 0;
        text-align:center;
        text-shadow:2px 2px 2px #000000;
        background: #73e6bf;
        color: #fff;
        width: 400px;
        height: 80px;
        font-size: 2.2em;
        font-weight: bold;
        border-radius: 10px;
        background-image: linear-gradient(#b0c4de 0%, #00008b 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

    }

    .bit-font3{
        font-size:20px;
        font-weight:bold;
        margin-top:20px;
        margin-left:100px;
        color: #fff;
    }


    .bit-rate{
        padding-top: 5px;
        margin-left: -20px;
        font-weight: bold;
        text-decoration:underline;
    }


    .bit-red{
        padding-top: 5px;
        padding-left: 5px;
        color: #C30D23;
    }


    .bitadcolor table{
        width: 30%;
        margin: -5px 0 0 -5px;
    }

    .bitadcolor img {
        height: 150px;
        width: 150px;
        margin: 5px 10px 0 0;
    }

    .bitadcolor .bc {
        margin: -5px 0 0 0;
    }

    .bitcoin-fontcolor{
        font-size: 20px;
        color: #FF8C00;
        margin-left: -30px;
    }

/*----------------------------------------------------
block (PC＆SP書き分け)
----------------------------------------------------*/

/* PC時"pc"のclassがついた要素を表示 */

.pc {
  display: block !important;
}

.smp {
  display: none !important;
}

/*----------------------------------------------------
共通
----------------------------------------------------*/

body {
  background: #fff;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

_::-webkit-full-page-media,
_:future,
:root body {
  font-family: 'Arial', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

    .sss01 {
        width: 890px;
        min-height: 100vh;
        margin: 0 auto;
        font-size: 14px;
        overflow: hidden;
        border: solid 0.5px #dcdcdc;
        background-color: #000;
        /*        margin-bottom: 30px;
      */
    }



    .container-fluid{
        text-align:center;
        width:100%;
        padding-right:15px;
        padding-left:15px;
        margin-top:0px;
        margin-bottum:-200px;
        margin-right:0;
        margin-left:0;
    }

    .sss-inner {
        padding: 20px;
    }

    .deposit{
       margin-top:50px;
       text-align: center;
    }

    .deposit .b_cash{
        border: double 8px #f0f8ff;
    }


    @-webkit-keyframes zoom {
        50% {
          -webkit-transform: scale(1.05);
      }
    }
    @keyframes zoom {
      50% {
        transform: scale(1.05);
      }
    }

    .color-blue {
        color: #ffffe0;
        font-weight: bold;
        font-size: 1.3em;
    }

    .color-red {
        color: #ffe6ea;
        font-weight: bold;
        font-size: 1.1em;
    }


/*----------------------------------------------------
nav  タイトルのバー
----------------------------------------------------*/

    nav ul {
        padding: 12px 0;
        height: 60px;
        background: -webkit-radial-gradient(#FFF, #b0c4de 20%, #00008b);
        background: radial-gradient(#FFF, #b0c4de 20%, #00008b);
    }

    nav ul li {
         display: inline-block;
         text-align: center;
         padding: 0 18px;
         color: #c0c0c0;
         text-shadow: .5px .5px .5px #000;
         line-height: 22px;
    }

    nav ul a:first-child li {
         border-right: solid 1.5px #fff;
         height: 60px;
         line-height: 60px;
         vertical-align: top;
         padding: 0 20px;
         margin-right: 70px;
         margin:5px 0 0 -10px;
         color: #000;
         font-weight: bold;
         font-size: 1.2em;
         text-shadow:5px 5px 5px #000;
    }


nav ul li .nav-menu {
  font-size: 1em;
  line-height: 40px;
  color: #fff;
  text-shadow:5px 5px 5px #000;
} 

    .img_comme dd {
        margin: -5px 0 0 40px;
    }


/*----------------------------------------------------
headline　　資産総額の部分
----------------------------------------------------*/

.headline-top {
  border-bottom: solid 1px #f0f8ff;
  overflow: hidden;
  height: 170px;
}

.headline-top h2 {
  font-size: 1.8em;
  overflow: hidden;
  padding: 10px 0 0 10px;
  width: 95%;
  display: inline-block;
}

.fa-th-list {
  font-size: 1.3em;
  color: #b0c4de;
}

    .headline-top p {
        margin: 0 0 0 80px;
        font-size: 1.3em;
        font-weight: bold;
  color: #fff;
    }

.headline-top form {
  float: right;
  padding: 10px 0;
  position: relative;
  color: #fff;
}

.headline-top form select {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.headline-top form select {
  float: right;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  border: none;
  border-bottom: solid 1px #696969;
  font-weight: bold;
}

.headline-top form select:hover {
  cursor: pointer;
}

.in_block{
  display: inline_block;
  color: #fff;
 }

.inline_k{
margin: 20px 130px 0 0;
text-align:right;
}

.inline2_k{
margin-top: -30px;
text-align:right;
}

.in_block_k{
  display: inline_block;
 }

.inline{
  display: inline_block;
margin: -40px 120px 0 0;
text-align:right;
}

.inline2{
margin-top:-35px;
text-align:right;
}

.inline3{
margin-left:330px;
margin-bottom:auto;
margin-top:-30px;
text-align:left;
}

.inline5{
text-align: center;
margin-top: 3px;
margin-bottom: 0px;
padding: 3px
}

.headline-top-select {
  margin: -5px 0 0 0;
  float: right;
  display: inline-block;
  font-size: 1.3em;
}

.headline-top-select:after {
  position: absolute;
  top: 13px;
  right: 2px;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 10px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}



/*----------------------------------------------------
count-down　　　カウントダウンタイマー
----------------------------------------------------*/

    .contents-cd {
        border: solid 1px #f0f8ff;
        height: 140px;
        overflow: hidden;
        margin: 10px 0 0 0;
        background-color: #000;
    }

    .contents-cd h2 {
        font-size: 1.2em;
        font-weight: bold;
        color:#696969;
    }

    .fa-clock-o {
        color: #b0c4de;
        font-size: 2em;
        margin: 10px 8px 0 12px;
    }

    .cd_timer {
        text-align: center;
        background-color: #000;
    }

/*-------------------------------------
JPY残高　contents-b
--------------------------------------*/

    .fa-jpy {
        font-size: 1.4em;
        color: #b0c4de;
        font-weight: bold;
        border: solid 4px #b0c4de;
        border-radius: 16px;
        padding: 0.5px 6px;
        margin: 10px 0 0 10px;

    }

    .contents-b {
        border-bottom: solid 1px #f0f8ff;
        margin-top: 20px;
          height: 180px;
        color: #fff;
    }

    .contents-b h2 {
        font-size: 1.8em;
        font-weight: bold;
        color:#b0c4de;
        display: inline-block;
    }

    .contents-b table {
        width: 85%;
        margin: 0 auto;
        text-align: right;
        border-collapse: collapse;
    }

    .contents-b table tr {
        height: 46px;
    }

    .contents-b table tr:first-child th {
        font-weight: bold;
        font-size: 2.4em;
        padding-bottom: 2px;
    }

    .contents-b table tr:nth-child(2) {
        height: 16px;
        font-size: 1.2em;
    }

    .contents-b table tr:nth-child(3) {
        border-bottom: solid 1px #000;
        font-size: 1.2em;
    }


/*-------------------------------------
直近の収益　contents-p
--------------------------------------*/

    .contents-p {
        border: solid 1px #f0f8ff;
        margin-top: 20px;
        height: 120px;
    }

    .contents-p h2 {
        font-size: 1.8em;
        color:#b0c4de;
        font-weight: bold;
        display: inline-block;
    }

    .fa-plus {
        font-size: 1.3em;
        color: #b0c4de;
        font-weight: bold;
        border: solid 4px #b0c4de;
        border-radius: 17px;
        padding: 3px 5px;
        margin: 10px 0 0 10px;
}

    .contents-p ul li {
        display: inline-block;
        text-align: center;
        color: #000;
        line-height: 30px;
    }

    .contents-p li:nth-child(1),
    .contents-p li:nth-child(3),
    .contents-p li:nth-child(5),
    .contents-p li:nth-child(7) {
        width: 20%;
        margin-left: 15px;
        border: solid 0px #c30dff;
    }

    .contents-p li:nth-child(2),
    .contents-p li:nth-child(4),
    .contents-p li:nth-child(6) {
        width: 1%;
        border: solid 0px #a9a9a9;
        border-right: solid 1px #000;
        height: 60px;
        line-height: 60px;
        vertical-align: top;
        color: #000;
        font-weight: bold;
        font-size: 1.2em;
        margin-left: 12px;
    }

    .contents-p  .c_s h2 {
        font-size: 1.8em;
        color:#b0c4de;
        font-weight: bold;
    }

    .contents-p .c_s ul li {
        display: inline-block;
        width: 70%;
        text-align: center;
        color: #fff;
        line-height: 20px;
    }

    .contents-p .cs {
        text-align: center;
        font-size: 1.7em;
        margin-top: 30px;
    }

/*--------------------------------------
シミュレーション　contents-i 
---------------------------------------*/

    .contents-i {
        border: solid 1px #f0f8ff;
        height: 470px;
        overflow: hidden;
        margin-top: 20px;
    }

    .fa-check-circle-o {
        color: #b0c4de;
        font-size: 2.4em;
        margin: 0 8px 0 12px;
    }

    .contents-i h2 {
        height: 70px;
        color:#b0c4de;
        font-size: 1.8em;
        line-height: 70px;
        font-weight: bold;
        display: inline-block;
    }

    .contents-i .box1 ul {
        border-top: solid 3px #717171;/*金→#e6bd45*/
        border-bottom: solid 3px #717171;
        width: 97%;
        margin: 0 auto;
        height: 70px;
    }

    .contents-i .box1 ul li {
        display: inline-block;
        font-size: .9em;
    }

    .contents-i .box1 ul li:nth-child(2) {
        width: 27%;
        height: 72px;
        line-height: 24px;
        vertical-align: top;
        padding-top: 12px;
    }

    .contents-i .box1 ul li:nth-child(5) {
        width: 25%;
        height: 72px;
        line-height: 18px;
        vertical-align: top;
        padding-top: 10px;
    }

    .contents-i .box1 ul li:nth-child(8) {
        width: 20%;
        height: 72px;
        line-height: 18px;
        vertical-align: top;
        padding-top: 10px;
    }

    .contents-i .box1 ul li:nth-child(1),
    .contents-i .box1 ul li:nth-child(4) {
        font-size: 2em;
        height: 72px;
        line-height: 50px;
        vertical-align: top;
        margin-left: 9px;
    }

    .contents-i .box1 ul li:nth-child(7) {
        font-size: 2em;
        height: 72px;
        line-height: 50px;
        vertical-align: top;
        margin-left: 8px;
    }

    .contents-i .box1 ul li:nth-child(3) {
        font-size: 2.2em;
        height: 72px;
        line-height: 72px;
        vertical-align: top;
        margin-left: 10px;
    }

    .contents-i .box1 ul li:nth-child(6) {
        font-size: 2.2em;
        height: 72px;
        line-height: 72px;
        vertical-align: top;
        margin-left: 8px;
    }

    .contents-i .box2 {
        width: 40%;
        float: left;
        margin: 10px 0 0 0;
    }

    .contents-i .box2 h3 {
        text-align: center;
        margin: 20px auto 0;
        font-size: 1.3em;
    }

    .contents-i .box2 form p {
        width: 78%;
        margin: 0 auto;
    }

    .contents-i .box2 form p input {
        line-height: 2.5;
        width: 210px;
        border: solid 1px #000;
        color: #000;
        font-size: 1.2em;
        margin: 0 auto;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .contents-i .box2 form p input {
        width: 190px;
    }

    .box2-usd {
        font-size: 1.6em;
        vertical-align: bottom;
        font-color: #000000;
    }


    .contents-i .box2 form button {
        background: #73e6bf;
        width: 110%;
        margin: 15px 0 0 -10px;
        color: #fff;
        line-height: 4;
        font-size: 1.4em;
        font-weight: bold;
        border-radius: 12px;
        text-shadow:2px 2px 2px #000000;
        background-image: linear-gradient(#b0c4de 0%, #00008b 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

    .contents-i .box3 {
        width: 57.5%;
        float: right;
        border: solid 1px #000;
        height: 170px;
        margin: 10px 15px 10px 0;
    }

    .contents-i .box3-section1 {
        margin-top: 10px;
    }

    .contents-i .box3-section1 dl {
        width: 65%;
        display: inline-block;
    }

    .contents-i .box3-section1 dl:first-child {
        margin-right: 5px;
    }

    .contents-i .box3-section1 dt {
        float: left;
        clear: left;
        width: 40%;
        text-align: left;
        color: #000;
        font-size: 1.2em;
        line-height: 1.5;
        margin: 5px 0 0 10px; 
    }

    .contents-i .box3-section1 dd {
        float: center;
         margin: 5px 0 0 60px;
        width: 80%;
        text-align: right;
        line-height: 1.5;
    }

    .box3-section1-usd {/*枠の中の数字*/
        font-size: 1.2em;
        color: #1D2088;
        font-weight: bold;
    }

    .contents-i .box3-section2 {
        background: #8fa1b3;
        background: -webkit-radial-gradient(#FFF, #b0c4de 20%, #00008b);
        background: radial-gradient(#FFF, #b0c4de 20%, #00008b);
        margin-top: -30px;
        text-shadow:1.5px 1.5px 1.5px #000000;
    }

    .contents-i .box3-section2-inner {
        text-align: center;
        letter-spacing: -1px;
        text-shadow:0 0 0 #000000;
    }

    .contents-i .box3-section2 h3 {
        font-size: 1.1em;
        color: #fff;
        line-height: 1.5;
        padding-left: 10px;
    }

    .contents-i .box3-section2 dl {
        width: 19%;
        display: inline-block;
        text-align: center;
        margin-top: 3px;
    }

    .contents-i .box3-section2 dl dt {
        font-size: .8em;
        font-weight: bold;
        background: #e6e6e6;
        line-height: 2;
        letter-spacing: 0px;
    }

    .contents-i .box3-section2 dl dd {
        font-size: .9em;
        letter-spacing: -.5px;
        background: #fff;
        line-height: 2.7;
    }

    .contents-i .box3-section3 .box3-section3-left {
        width: 52%;
        display: inline-block;
        border: solid 1px #000;
        margin: 0 0 5px 20px;
    }

    .contents-i .box3-section3 .box3-section3-left h3 {
        font-size: .9em;
        text-align: center;
        border-bottom: solid 1px #000;
        width: 90%;
        margin: 0 auto;
        padding: 5px 0 3px;
    }

    .contents-i .box3-section3-left dl {
        width: 100%;
        margin: 3px 0 6px;
    }

    .contents-i .box3-section3-left dl:first-child {
        margin-right: 5px;
    }

    .contents-i .box3-section3-left dt {
        float: left;
        clear: left;
        width: 26%;
        text-align: center;
        color: #000;
        font-size: .85em;
        line-height: 1.5;
        margin-top: 2px;
    }

    .contents-i .box3-section3-left dd {
        float: left;
        width: 70%;
        text-align: right;
        line-height: 1.5;
    }

    .contents-i .box3-section3 .box3-section3-right {
        width: 42%;
        display: inline-block;
        vertical-align: top;
    }

    .contents-i .box3-section3 .box3-section3-right dl {
        width: 90%;
        margin: 20px auto;

    }

    .contents-i .box3-section3 .box3-section3-right dt {
        text-align: center;
        border-bottom: solid 1px #000;
        line-height: 1.5;
        font-size: .9em;
    }

    .contents-i .box3-section3 .box3-section3-right dd {
        text-align: center;
        border-bottom: solid 1px #000;
        line-height: 1.5;
        font-size: .9em;
        padding-top: 3px;
    }

    .contents-i .box3-section3 .box3-section3-right .apply-btn {
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    .contents-i .box3-section3 .box3-section3-right button {
        background: #73e6bf;
        width: 100%;
        color: #fff;
        line-height: 2;
        font-size: 1.4em;
        font-weight: bold;
        border: solid 1px #000;
        border-radius: 12px;
        background-image: linear-gradient(#F13F79 0%, #FFC778 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

/*--------------------------------------
投資と銀行登録    contents-ib
---------------------------------------*/

    .contents-ib ul {
        margin-top: 20px;
        color: #fff;
    }

    .contents-ib ul h2 {
        padding: 10px;
        font-size: 1.3em;
        font-weight: bold;
    }

    .contents-ib ul img {
        height: 120px;
        width: 125px;
    }

    .contents-ib ul li {
        display: inline-block;
        width: 49%;
        border: solid 1px #f0f8ff;
        height: 390px;
        text-align: left;
    }

    .contents-ib .box1 p,
     .contents-ib .box1 a{
        margin: 20px 0 10px 60px;
    }

    .contents-ib .box1 p {
        padding: 10px;
        font-size: 1.1em;
        margin: 0 0 0 30px;
    }

    .contents-ib .box1 .bit-red{
        padding-top: 5px;
        padding-left: 15px;
        font-size: 1em;
    }

    .contents-ib ul li.box3 .bank_ok h3 {
        margin: 25px 0 0 50px;
        color:#ffe6ea;
    }

     .contents-ib .box3 .bank_ok input {
        font-size: 1.6em;
        width: 220px;
        border: none;
        color: #fff;
        font-weight: bold;
        background: #000;
    }

    .contents-ib ul li.box3 .bank_notyet h3 {
        margin: -5px 0 0 30px;
        color:#ffe6ea;
    }

     .contents-ib .box3 .bank_notyet input {
        font-size: 1.2em;
        width: 200px;
        margin: -10px 0 0 130px;
        color: #fff;
        background: #000;
    }

    .contents-ib .box3 {
        float: right;
    }

    .contents-ib ul li h3 {
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        font-weight: bold;
        color: #1D2088;
    }

    .contents-ib ul li.box3 h3 {
        color: #C30D23;
        font-weight: bold;
    }

    .box1 .gp {
        border: solid 1px #f0f8ff;
        margin: 15px 0 0 6px;
       width: 275px;
        height: 110px;
    }
    .contents-ib .button116{
        width: 15%;
        color: #fff;
        line-height: 2.5;
        font-size: .9em;
        font-weight: bold;
        border-radius: 5px;
        text-shadow:1px 1px 1px #000000;
        margin: 10px 0 0 40px;
        background-image: linear-gradient(#b0c4de 0%, #00008b 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }


/*------------------------------------
運用中の資産　まわり　　　invest-contents-○○
-----------------------------------------*/

    .invest-contents-11 {
        border: solid 1px #f0f8ff;
        height: 280px;
        overflow: hidden;
        margin-top: 20px;
    }

    .invest-contents-11 h2 {
        padding: 10px;
        font-size: 1.3em;
        font-weight: bold;
        color: #fff;
    }

    .invest-contents-11 p {
        padding: 10px;
        font-size: 1.1em;
        margin: 0 0 0 30px;
        color: #fff;
    }

    .invest-contents-11 .bit-red{
        padding-top: 5px;
        padding-left: 15px;
        font-size: .8em;
    }

    .invest-contents-2 {
        border: solid 1px #f0f8ff;
        margin-top: 20px;
        color: #fff;
    }

    .fa-arrow-circle-o-up {
        color: #b0c4de;
        font-size: 2.4em;
        margin: 0 8px 0 12px;
    }

    .invest-contents-2 .come {
        margin: 0 auto;
        width: 90%;
    }

    .invest-contents-2 h2 {
        color:#b0c4de;
        font-size: 1.8em;
        line-height: 70px;
        font-weight: bold;
        display: inline-block;
    }

    .invest-contents-2 h3 {
        padding: 10px;
        font-size: 1em;
        font-weight: bold;
    }

    .invest-contents-2 ul {
        width: 98%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .invest-contents-2 ul li {
        margin-bottom: 10px;
    }

    .invest-contents-2 ul li table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        border: solid 1px #e6e6e6;
    }

    .invest-contents-2 ul li table caption {
        text-align: left;
        font-weight: bold;
        color: #fff;
        margin-left: 5px;
    }

    .invest-contents-2 ul li table tr.row1 {
        text-align: center;
        border: solid 1px #e6e6e6;
    }

    .invest-contents-2 ul li table tr.row1 th {
        font-size: .8em;
        line-height: 2.5;
        width: 20%;
        background-image: linear-gradient(#8fa1b3 0%, #e6e6e6 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        font-weight: bold;
        border: solid 1px #e6e6e6;
    }

    .invest-contents-2 ul li table tr.row1 th:first-child {
        border: solid 1px #e6e6e6;
        text-align: center;
        color: #fff;
        font-size: .9em;
        line-height: 1;
        width: 20%;
        background-image: linear-gradient(#b0c4de 0%, #00008b 100%);
    }

    .invest-contents-3{
        border: solid 1px #000;
        margin-top: 10px;
    }

    .invest-contents-r4{
        border: solid 3px #000;
        margin-top: 10px;
    }

    .invest-contents-r4 h3{
        margin: 0 0 0 10px;
        padding: 5px;
    }

    .invest-contents-4{
        border: solid 1px #000;
        padding: 10px;
        margin-top: px;
        margin-bottom: 10px;
    }
    
    .invest-contents-5{
        border: solid 1px #000;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pic{
        margin-left: 20px;
}

    .row1-active {/*ACTIVEの字*/
        color: #1D2088;
        line-height: 2;
        font-weight: bold;
        font-size: 1.3em;
    }

    .row1-invest {
        font-size: .9em;
    }

    .row1-start {
        line-height: 1.8;
        font-size: 1em;
        text-shadow:1px 1px 1px #000000;
    }

    .invest-contents-2 ul li table tr.row1 {
        border-bottom: solid 1px #003366;
    }

    .invest-contents-2 ul li table tr.row2 {
        text-align: center;
        font-size: .8em;
        height: 3em;
        font-weight: bold;
    }

    .row2-date {
        font-size: .8rem;
        font-weight: normal;
    }

    .invest-contents-2 ul li table tr.row3 {
        text-align: right;
        font-size: .9em;
    }

    .invest-contents-2 ul li table tr.row3 td {
        padding-right: 10px;
        border-bottom: solid 1px #e6e6e6;
    }

    .invest-contents-2 ul li table tr.row3 td:nth-child(3) {
        text-align: center;
        padding-right: 0px;
    }


    .row3-left {
        font-size: .7em;
    }

    .invest-contents-2 ul li p {
        text-align: right;
        font-size: .9em;
        padding-right: 10px;
        font-weight: bold;
        margin-top: -20px;
        cursor: pointer;
        line-height: 1.5;
    }



/*----------------------------------------------------
charts
----------------------------------------------------*/

    .charts-contents {
        border: solid 1px #f0f8ff;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
    }

    .charts-contents h2 {
        color:#b0c4de;
        font-size: 1.8em;
        line-height: 70px;
        font-weight: bold;
        display: inline-block;
    }

    .fa-line-chart {
        font-size: 1.6em;
        color: #b0c4de;
        font-weight: bold;
        margin: 0 0 0 15px;
    }

    .charts-contents p img {
        width: 100%;
        height: auto;
    }

    .charts-contents p {
        line-height: 0;
    }


/*----------------------------------------------------
earnings
----------------------------------------------------*/

    .earnings-contents {
        border: solid 1px #000;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
    }

    .earnings-contents .section-1 h2 {
        padding: 10px;
        font-size: 1.3em;
        font-weight: bold;
    }

    .earnings-contents .section-1 dl {
        width: 98%;
        margin: 0 auto;
        border: solid 1px #000;
    }

    .earnings-contents .section-1 dt {
        float: left;
        clear: left;
        width: 150px;
        background: #22AC38;
        text-align: center;
        line-height: 5;
        color: #fff;
    }

    .earnings-contents .section-1 dd {
        float: left;
        width: 250px;
        text-align: right;
        margin-top: 16px;
        font-weight: bold;
        font-size: 1.4em;
    }

    .earnings-contents .section-2 {
        height: 350px;
        margin-top: 20px;
    }

    .earnings-contents .section-3 {
        width: 94%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .earnings-contents .section-2 {
        text-align: center;
    }

    .earnings-contents .section-2 .box1 {
        width: 45%;
        display: inline-block;
    }

    .earnings-contents .section-2 .box1 ul {
        text-align: right;
        letter-spacing: -5px;
    }

    .earnings-contents .section-2 .box1 ul li {
        width: 32%;
        display: inline-block;
        border: solid 1px #9B9B9C;
        text-align: center;
        letter-spacing: 1px;
        font-weight: bold;
        line-height: 2;
    }

    .earnings-contents .section-2 .box1 ul li:hover {
        background: #00A0E9;
        color: #fff;
        cursor: pointer;
    }

    .earnings-contents .section-2 .box1 ul li:first-child,
    .earnings-contents .section-2 .box1 ul li:nth-child(2) {
        border-right: none;
    }

    .earnings-contents .section-2 .box2 {
        width: 45%;
        display: inline-block;
    }

    .earnings-contents .section-2 .box2 ul {
        letter-spacing: -3px;
    }

    .earnings-contents .section-2 .box2 ul li {
        display: inline-block;
    }

    .earnings-contents .section-2 .box2 ul li:first-child {
        margin-right: 5px;
    }

    .earnings-contents .section-2 .box2 ul li:nth-child(2),
    .earnings-contents .section-2 .box2 ul li:last-child {
        cursor: pointer;
        display: inline-block;
        line-height: 2;
    }

    .earnings-contents .section-2 .box2 p {
        border: solid 1px #9B9B9C;
        text-align: center;
        line-height: 2;
    }

    .earnings-contents .section-2 .box2 input {
        text-align: right;
        cursor: pointer;
    }

    .earnings-contents .section-2 .earnings-total {
        font-weight: bold;
        margin: 20px 0 10px;
    }

    .earnings-contents .section-3 table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        border: solid 1px #000;
        line-height: 2.5;
    }

    .earnings-contents .section-3 table thead {
        background: #E6E6E6;
        font-weight: bold;
    }

    .earnings-contents .section-3 table tr {
        border-bottom: solid 1px #000;
        text-align: center;
    }

    .earnings-contents .section-3 table tbody tr td:nth-child(3) {
        color: #1D2088;
        font-weight: bold;
    }

    .earnings-contents .section-3 table tbody tr td:last-child {
        text-align: left;
    }


    .amount-total {
        color: #000;
    }

    .amount-red {
        color: #c30d22;
    }


/*----------------------------------------------------
account
----------------------------------------------------*/

    .account-contents {
        margin-top: 20px;
        border: solid 1px #f0f8ff;
        color: #fff;
    }

    .account-contents h2 {
        color:#b0c4de;
        font-size: 1.8em;
        font-weight: bold;
        display: inline-block;
    }

    .fa-university {
        font-size: 1.6em;
        color: #b0c4de;
        font-weight: bold;
        margin: 15px 0 15px 15px;
    }

    .account-contents ul {
        text-align: center;
        padding: 15px 0;

    }

    .account-contents ul li {
        display: inline-block;
        width: 48%;
        height: 160px;
        text-align: center;
        vertical-align: top;
        margin: -20px 4px 0;
    }

    .account-contents ul li.box1 dt h3 {
        border-bottom: solid 1px #000;
        line-height: 1.5;
        width: 100%;
        margin: 0 10px 0 -10px;
        text-align: left;
    }

    .account-contents ul li.box1 dd {
        text-align: right;
        font-weight: bold;
        font-size: 1.6em;
        margin: 20px 80px 20px 0;
    }

    .account-contents ul li.box1 p {
        text-align: center;
    }

     .account-contents ul li.box1 button {
        color: #fff;
        width: 260px;
        padding: 15px 50px;
        font-size: 1.5em;
        font-weight: bold;
        border-radius: 14px;
        text-shadow:2px 2px 2px #000000;
        background-image: linear-gradient(#F13F79 0%, #FFC778 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

    .account-contents ul li.box2 table {
        text-align: left;
        margin: 8px 0 0 30px;
    }

    .account-contents ul li.box2 h3 {
        border-bottom: solid 1px #000;
        line-height: 1.5;
        width: 70%;
        margin: 0 0 0 20px;
        text-align: left;
    }

    .account-contents ul li.box2 table tr {
        font-size: .92em;
        line-height: 1.7;
    }

    .account-contents ul li.box2 table tr th {
        padding-right: 8px;
    }

    .account-contents ul li.box2 table tr td:nth-child(3) {
         padding-right: 8px;
        text-align: right;
    }

    .account-contents2 {
        margin-top: 20px;
        border: solid 1px #f0f8ff;
        color: #fff;
    }

    .account-contents2 h2 {
        color:#b0c4de;
        font-size: 1.8em;
        font-weight: bold;
        display: inline-block;
    }

    .account-contents2 ul {
        text-align: center;
        padding: 15px 0;
    }

    .account-contents2 ul li {
        display: inline-block;
        width: 90%;
        height: 160px;
        text-align: center;
        vertical-align: top;
        margin: -20px 4px 0;
    }

    .account-contents2 ul li.box1 dt h3 {
        border-bottom: solid 1px #fff;
        line-height: 1.5;
        width: 100%;
        margin: 0 10px 0 -20px;
        text-align: left;
    }

    .account-contents2 ul li.box1 dd {
        text-align: right;
        font-weight: bold;
        font-size: 1.8em;
        margin: 20px 80px 20px 0;
    }

    .account-contents2 ul li.box1 p {
        text-align: center;
    }

     .account-contents2 ul li.box1 button {
        color: #fff;
        width: 280px;
        padding: 15px 50px;
        font-size: 1.6em;
        font-weight: bold;
        border-radius: 14px;
        text-shadow:2px 2px 2px #000000;
        background-image: linear-gradient(#b0c4de 0%, #00008b 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        float: right;
        margin-top: -8px;
    }

    .account-contents2 ul li.box2 table {
        text-align: left;
        margin: 8px 0 0 30px;
    }

    .account-contents2 ul li.box2 h3 {
        border-bottom: solid 1px #000;
        line-height: 1.5;
        width: 70%;
        margin: 0 0 0 20px;
        text-align: left;
    }

    .account-contents2 ul li.box2 table tr {
        font-size: .92em;
        line-height: 1.7;
    }

    .account-contents2 ul li.box2 table tr th {
        padding-right: 8px;
    }

    .account-contents2 ul li.box2 table tr td:nth-child(3) {
         padding-right: 8px;
        text-align: right;
    }




    element.style {}

/*----------------------------------------------------
inquiry
----------------------------------------------------*/

.inquiry-contents {
  border: solid 1px #000;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  color: #fff;
}

.inquiry-contents h2 {
  padding: 10px;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: bold;
  width: 50%;
  display: inline-block;
}

.inquiry-contents form {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.inquiry-contents form li {
margin-bottom: 10px;
}

.inquiry-contents form dt{
  display: inline-block;
  width: 15%;
  text-align: center;
}

.inquiry-contents form dd{
  display: inline-block;
  width: 50%;
}

.inquiry-contents form dd input{
    width: 100%;
    border: solid 1px #000;
    height: 30px;
    line-height: 30px;
}



/*----------------------------------------------------
footer
----------------------------------------------------*/

footer {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 20px;
}

footer p {
  line-height: 3;
  font-weight: bold;
  color: #fff;
}

footer ul li {
  display: inline-block;
  padding-right: 20px;
}

/*----------------------------------------------------
history　　　　　　　　　　　すぐ消す
----------------------------------------------------*/

.history-contents {
  border: solid 1px #000;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.history-contents .section-1 {
  position: relative;
  overflow: hidden;
}

.history-contents .section-1 h2 {
  padding: 10px;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: bold;
  width: 50%;
  display: inline-block;
}

.history-contents .section-1 img {
  position: absolute;
  width: 38px;
  top: 41px;
  right: 110px;
}

.history-contents .section-1 form {
  float: right;
  padding: 10px 0;
  position: relative;
}

.history-contents select {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.history-contents select {
  width: 220px;
  float: right;
  margin-right: 27px;
  position: relative;
  z-index: 1;
  line-height: 2;
  padding-left: 10px;
}

.history-contents-select:after {
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 4px;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 10px solid #555;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.history-contents .section-2 {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.history-contents .section-2 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #000;
  line-height: 2.5;
}

.history-contents .section-2 table thead {
  background: #E6E6E6;
  font-weight: bold;
}

.history-contents .section-2 table tr {
  border-bottom: solid 1px #000;
  text-align: center;
}

.history-contents .section-2 table tbody tr td:nth-child(3) {
  color: #1D2088;
  font-weight: bold;
}

.history-contents .section-2 table tbody tr td:last-child {
  text-align: center;
}

/*----------------------------------------------------
login
----------------------------------------------------*/

    .login-toplogo {
        width: 100%;
        height: 100%;
        background-image: url("http://btcupup.com/0624test/main/user/regist1/07022.png");
        margin: 0;
        padding: 40px 0 40px;
    }

    .login-toplogo p {
        text-align: center;
    }


    .login-toplogo dt {
        font-family: 'Cherry Cream Soda', cursive;
        font-size: 11em;
        color: #1B499D;
        text-align: center;
    }

    .login-toplogo dd {
        text-align: center;
        font-size: 3em;
        letter-spacing: 2px;
    }

    .login-toplogo dd {
        text-align: center;
        font-size: 3em;
        letter-spacing: 2px;
    }

    .login-section {
        width: 750px;
        margin: 40px auto 100px;
        margin-top:10px;
        color: #fff;
    }

    .login-section form p:first-child {
        margin-bottom: 20px;
        color: #fff;
    }

    .login-section form p:first-child input,
    .login-section form p:nth-child(2) input,
    .login-section form p:nth-child(4) input{
        font-size: 2.8em;
        width: 97%;
        line-height: 80px;
        height: 80px;
        padding-left: 20px;
        border: solid 1px #e6e6e6;
        margin: 10px;
        color: #fff;
        background: #000;
    }


    .login-section form p:nth-child(3) input{
        font-weight: normal;
    }


    _::-webkit-full-page-media,_:future,:root .login-section form p:first-child input,
    _::-webkit-full-page-media,_:future,:root .login-section form p:nth-child(2) input{
        font-size: 2.8em;
        width: 97%;
        line-height: 60px;
        height: 60px;
        padding-left: 20px;
        border: solid 1px #000;
    }

    .bank_info {
       margin: 10px 0 0 30px;
      font-size: 1.8em;  
    }

/*checkbox*/
.login-section form p:nth-child(3) {
    margin-top: 25px;
    font-size: 1.7em;
    font-weight: bold;
}

.login-section input[type=checkbox] {
    display: none;
}

.login-section .check_css {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 0 0 0 60px;
    vertical-align: middle;
    cursor: pointer;
}

.login-section .check_css:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 13%;
    left: 1px;
    display: block;
    margin-top: -10px;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    background: #FAEE00;
    content: '';
}

.login-section .check_css:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: -3px;
    left: 14px;
    display: block;
    width: 15px;
    height: 26px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 11;
}

.login-section input[type=checkbox]:checked + .check_css:before {
    opacity: 1;
}

.login-section .box1 {
    text-align: center;
    margin: 25px 0 35px;
}

.login-section .check_css2 {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: solid 1px #eee;
    box-sizing: border-box;
    line-height: 0;
    padding: 2px 2px 2px 15px;
    background: #FAFAFB;
}

.login-section .check_css2:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 36%;
    left: 14px;
    display: block;
    margin-top: -10px;
    width: 40px;
    height: 40px;
    content: '';
    background: #fff;
    border: solid 1px #333;
}

.login-section .check_css2:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 20px;
    left: 26px;
    display: block;
    width: 15px;
    height: 26px;
    border-right: 3px solid #159753;
    border-bottom: 3px solid #159753;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 11;
}

.login-section input[type=checkbox]:checked + .check_css2:before {
    opacity: 1;
}
/* ▲▲▲ checkbox ▲▲▲ */


    .login-section button {
        width: 80%;
        margin: 20px 0 10px 85px;
        background: #73e6bf;
        color: #fff;
        line-height: 3;
        font-size: 2.4em;
        border-radius: 16px;
        text-shadow:1px 1px 1px #000000;
        background-image: linear-gradient(#b0c4de 0%, #00008b 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

    .bc_comment {
        font-size: 1.4em;
        margin: 50px 0 0 160px;
    }

.login-section button,
.login-footer ul li a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.login-section button:hover,
.login-footer ul li a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.login-footer ul {
  text-align: right;
  margin-top: 30px;
}

.login-footer ul li {
  font-size: 1.7em;
  line-height: 2;
}

.login-footer ul li a {
color: #1D2088;
  font-weight: bold;
}

/*----------------------------------------------------
スマートフォン
----------------------------------------------------*/

/* SP時"smp"のclassがついた要素を表示 */

@media only screen and (max-width: 890px) {
  .pc {
    display: none !important;
  }
  .smp {
    display: block !important;
  }


  /*----------------------------------------------------
ハンバーガーメニュー(smp-nav)スマホ
----------------------------------------------------*/
  .smp-nav {
    height: 150px;
    display: inline-block;
        background: -webkit-radial-gradient(#FFF, #b0c4de 20%, #00008b);
        background: radial-gradient(#FFF, #b0c4de 20%, #00008b);
  }

    .smp-nav ul li {
        width: 85%;
        margin: 0 auto;
    }

    .smp-nav ul li img {
        width: 100%;
        margin-top: 22px;
    }

    .smp-nav .input_ap {
        width: 60%;
        float: right;
        height: 90px;
        font-size: 3vw;
        border: solid 0px #000;
        margin-top: -60px;
    }

  .smp-nav h1 {
    font-size: 2em;
    line-height: 80px;
    margin-left: 90px;
  }

  nav.globalMenuSmp {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    /*    background: rgba(255, 255, 255, .9);*/
    color: #000;
    text-align: center;
    transform: translateX(-100%);
    transition: all 0.6s;
    width: 100%;
  }

  nav.globalMenuSmp ul {
    max-width: 1000px;
    /*    margin: 0 auto;*/
    padding: 0;
    width: 60%;
  }

  nav.globalMenuSmp ul li {
    font-size: 2em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #003366;
    height: 80px;
    line-height: 80px;
  }

  /* 最後はラインを描かない */
  nav.globalMenuSmp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.globalMenuSmp ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: left;
    padding-left: 20px;
  }

  nav.globalMenuSmp ul li:first-child a {
    color: #000;
  }

  nav.globalMenuSmp ul li a:link {
    text-decoration: none;
  }

  nav.globalMenuSmp ul li a:visited {
    text-decoration: none;
  }

  nav.globalMenuSmp ul li a:hover {
    text-decoration: none;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSmp.active {
    transform: translateX(0%);
  }

  .navToggle {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 23;
    text-align: center;
    /*  background: #fff;*/
  }

  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 70px;
    border-bottom: solid 6px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  .navToggle span:nth-child(1) {
    top: 0px;
  }

  .navToggle span:nth-child(2) {
    top: 25px;
  }

  .navToggle span:nth-child(3) {
    top: 50px;
  }

    .img_comme {
        font-size: 3.4vw;
    }

    .img_comme dd {
        margin: -5vw 5vw 0 -3vw;
    }



  /*ハンバーガーメニューにテキストを入れる場合*/
  /*
.navToggle span:nth-child(4) {
  font-family: 'Cinzel', serif;
  color: #919187;
  font-size: 8px;
  letter-spacing: -.7px;
  border: none;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
*/
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 30px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  /*----------------------------------------------------

----------------------------------------------------*/
  .earnings-contents .section-2 .box2 p input:last-child {
    padding-left: 20px;
  }

  .earnings-contents .section-2 .box2 ul li:nth-child(2),
  .earnings-contents .section-2 .box2 ul li:last-child {
    cursor: pointer;
    display: inline-block;
    line-height: 2;
    width: 15px;
  }

}


/*----------------------------------------------------
img(画像エフェクト)
----------------------------------------------------*/

img.fade:hover {
  opacity: .8;
}

.rotate img {
  transition: 0.2s;
}

.rotate img:hover {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.bdc{
    margin-top: 200px;
    margin-left: 100px;
}

.bdc h1{
    font-size: 2.4em;
    color: #fff;
}

.bdc h2{
    font-size: 2.4em;
    color: #fff;

}

    .bdc button {
        background: #73e6bf;
        color: #fff;
        padding: 15px 50px;
        font-size: 1.8em;
        font-weight: bold;
        border-radius: 14px;
        text-shadow:1px 1px 1px #000000;
        background-image: linear-gradient(#b0c4de 0%, #00008b 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

.bdcm{
    margin-top: 80px;
    margin-left: 100px;
}

.bdcm h1{
    font-size: 2.4em;
    color: #fff;
}

.bdcm h2{
    font-size: 1.8em;
    color: #fff;
}

.bdcm p{
    color: #fff;
}


    .bdcm button {
        background: #73e6bf;
        color: #fff;
        padding: 15px 50px;
        font-size: 2.2em;
        font-weight: bold;
        border-radius: 14px;
        text-shadow:1px 1px 1px #000000;
        background-image: linear-gradient(#b0c4de 0%, #00008b 100%);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        width: 400px;
        height: 100px;
        margin: 20px 0 10px 135px;
    }



