@charset "UTF-8";
/*
  全体
  */
body {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS UI Gothic",Helvetica,Arial,sans-serif;
  color: #333;
}

#header {
  height: 525px;
  padding: 10px 0 0 0;
  position: relative;
}

#masthead {
  border-radius: 5px;
  background: rgb(10, 29, 51); /* IE用 */
  background: rgba(10, 29, 51, 0.8);
  width: 95%;
  padding: 10px 0 10px 10px;
  margin: 0 auto;
  height: 30px;
}

.snsArea {
    float: right;
    margin: 3px 20px 0 0;
}
  .tw {
      float: left;
  }
  .fb {
      float: left;
      margin-right: 20px;
      position: relative;
      z-index: 10;
  }
.inBl {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
  スティッキー
  */

#sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(3,13,26); /*IE用*/
  background-color: rgba(3,13,26,0.90);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  box-shadow: 0px 1px 4px #030d1a;
}
  .stickyWp {
    width: 950px;
    margin: 0 auto;
  }
  .sticky_item {
    float: left;
  }
  .sticky_item > dt {
    float: left;
    margin: 10px 0 0 20px;
  }
  .sticky_item > dd {
    float: left;
    margin-left: 20px;
    line-height: 0;
  }
  .sticky_item-2 {
    width: 50%;
  }

/*
  メインビジュアル
  */
.backWp {
  height: 525px;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}
.back {
  position: absolute;
  top: 0;
  left: 0;
}
.back-men{
  animation: animation_background 10s ease 2s infinite;
  -webkit-animation: animation_background 10s ease 2s infinite;
}
  @keyframes animation_background {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
  }
  @-webkit-keyframes animation_background {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
  }

.qr {
  border: 3px solid #ccc;
  border-radius: 5px;
}

.main-footer {
  background-color: #12314D;
  height: 430px;
}
  .main_inr {
    width: 950px;
    height: 468px;
    margin: 0 auto;
    position: relative;
  }
  .main_inr .msg {
    position: absolute;
    top: 120px;
    left: 0;
  }
  .main_inr .free {
    position: absolute;
    top: 70px;
    left: 30px;
  }
  .main_inr .device {
    position: absolute;
    top: 10px;
    right: -20px;
    z-index: 2;
  }
  .main_inr .main_ios {
    color: #fff;
    font-size: 150%;
    position: absolute;
    bottom: 50px;
    left: 30px;
  }
   .main_inr .main_android {
    color: #fff;
    font-size: 150%;
    position: absolute;
    bottom: 50px;
    left: 350px;
  }
  .main_inr .main_os_txt {
    text-align: center;
  }
  /* 最下部のDLモジュール */
  .main-footer .free {
    left: 280px;
    top: 30px;
  }
  .main-footer .msg {
    left: 250px;
    top: 80px
  }
  .main-footer .device {
    top: -30px;
    left: -20px;
  }
  .main-footer .main_inr .capcha {
    top: 20px;
    right: -8px;
  }
  .main-footer .main_ios {
    bottom: 80px;
    left: 260px;
  }
  .main-footer .main_android {
    bottom: 80px;
    left: 600px;
  }
  .main-footer .android_shadow {
    position: absolute;
    bottom: 38px;
    left: -110px;
  }

/*
  セクション共通
  */
.sec {
  padding: 70px 0;
  text-align: center;
}
.sec-even {
  background-color: #E6E6E6;
  border-bottom: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
}
  .sec_msg {
    color: #F2811D;
    font-weight: bold;
  }
  .sec_inr {
    width: 950px;
    margin: 0 auto;
    position: relative;
  }
  .sec_explain {
    padding: 10px 20px 0 20px;
    text-align: left;
  }
  .sec .sec_inr .sec_explain-min {
    font-size: 80%;
    padding: 0 20px;
    color: #666;
  }
  /* 主要 */
  .sec-main .sec_msg {
    font-size: 150%;
  }
  .sec-main .sec_explain {
    font-size: 120%;
  }
  /* 2列 */
  .sec_2col{
    width: 50%;
    position: relative;
  }
  .sec_2col-explain {
    margin: 110px 0;
  }
  /* 3列 */
  .sec_3col {
    width: 33.3%;
    float: left;
  }
  .sec-sub .catchphrase {
    margin-bottom: 50px;
  }
  .sec-sub .sec_ttl {
    font-weight: bold;
    font-size: 180%;
    color: #233B53;
  }
  .sec-sub .sec_msg {
    margin-bottom: 10px;
  }
  .sec-sub .sec_explain {
    font-size: 90%;
  }

/*
  お知らせ
  */
.info {
  text-align: left;
  border-radius: 5px;
  background-color: #294566;
  font-size: 80%;
  padding: 10px 20px;
  max-height: 100px;
  overflow: auto;
  margin-top: -40px;
  color: #fff;
  box-shadow: 0px 1px 4px #294566;
}
  .sec-info {
    padding: 70px 0 0;
  }
  .info li {
    *zoom: 1;
  }
  .info_txt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 2;
  }
  .info_txt-date {
    color: #7d96b3;
  }
  .info_txt-msg {
    text-indent: 10px;
  }
  .sankaku {
  	width: 0;
  	height: 0;
  	border: 25px solid transparent;
  	border-bottom: 25px solid #294566;
    position: absolute;
    right: 160px;
    top: -45px;
    z-index: 3;
  }
  .sec-sub2 .sec_3col{
    width:50%;
  }
  .sec-sub2 .sec_3col:first-child{
    display:none;
  }

/*
  ポートフォリオ
  */
.sample_pf_list {
  position: absolute;
  top: 0;
  left: 0;
}
  .sample_pf_balloon {
    position: absolute;
    top: 20px;
    left: 30px;
  }
.sample_pf_tile {
  position: absolute;
  top: 0;
  right: 0;
  display:none;
}
.sample_pf_chart {
  position: absolute;
  top: 50px;
  right: 0;
}

/*
  ニュース
  */
.sample_news_push {
  position: absolute;
  top: 30px;
  left: 0;
}
.sample_news_detail {
  position: absolute;
  top: 130px;
  left: 30px;
}
.sample_news {
  position: absolute;
  top: 0;
  right: 0;
}

/*
  証券連携
  */
.sample_apl  {
  position: absolute;
  top: 0;
  left: 0;
}
.sample_apl_btn {
  position: absolute;
  top: 90px;
  left: 120px;
}
.sample_apl_modal {
  position: absolute;
  top: 110px;
  right: 0;
}

/* チェック */
.sec-sub4 .sec_img {
  padding: 0 30px;
  font-weight: bold;
}

/*
  フッター
  */
#yjContentsFooter {
  background-color: #EBEBEB;
  padding: 70px 0 20px 0;
  font-size: 90%;
}

.anotation {
  font-size: 84%;
  width: 950px;
  margin: 0 auto;
}

#footer {
  background-color: #EBEBEB;
}


/*
  デバイスキャプチャ アニメーション
  */
#device_animate {
  width: 213px;
  height: 379px;
  position: absolute;
  top: 70px;
  right: 26px;
  z-index: 3;
  border: 1px solid #ccc;
}
.device_animate_parts {
  background-image: url("https://s.yimg.jp/images/finance/promotion/img/financeApp/v2/animation.png");
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
  /* アニメーション内容 */
  .device_animate_parts1{
    background-position: 0 0;
    animation: animation1 6s ease 0s 1;
    -webkit-animation: animation1 6s ease 0s 1;
  }
  .device_animate_parts2{
    background-position: -213px 0;
    animation: animation2 6s ease 2s 1;
    -webkit-animation: animation2 6s ease 2s 1;
  }
  .device_animate_parts3{
    background-position: -426px 0;
    animation: animation2 6s ease 4s 1;
    -webkit-animation: animation2 6s ease 4s 1;
  }
  .device_animate_parts4{
    background-position: -639px 0;
    animation: animation2 6s ease 6s 1;
    -webkit-animation: animation2 6s ease 6s 1;
  }
  .device_animate_parts5{
    background-position: -852px 0;
    animation: animation2 6s ease 8s 1;
    -webkit-animation: animation2 6s ease 8s 1;
  }
  .device_animate_parts6{
    background-position: -1065px 0;
    animation: animation2 6s ease 10s 1;
    -webkit-animation: animation2 6s ease 10s 1;
  }
  .device_animate_parts7{
    background-position: -1278px 0;
    animation: animation2 6s ease 12s 1;
    -webkit-animation: animation2 6s ease 12s 1;
  }
  .device_animate_parts8{
    background-position: -1491px 0;
    animation: animation2 6s ease 14s 1;
    -webkit-animation: animation2 6s ease 14s 1;
  }
  .device_animate_parts9{
    background-position: -1704px 0;
    animation: animation2 6s ease 16s 1;
    -webkit-animation: animation2 6s ease 16s 1;
  }
  .device_animate_parts10{
    background-position: -1917px 0;
    animation: animation2 6s ease 18s 1;
    -webkit-animation: animation2 6s ease 18s 1;
  }
  .device_animate_parts11{
    background-position: -2130px 0;
    animation: animation2 6s ease 20s 1;
    -webkit-animation: animation2 6s ease 20s 1;
  }
    /* 表示 -> 表示 -> 非表示 */
    @keyframes animation1 {
      0% {opacity: 1;}
      50% {opacity: 1;}
      100% {opacity: 0;}
    }
    @-webkit-keyframes animation1 {
      0% {opacity: 1;}
      50% {opacity: 1;}
      100% {opacity: 0;}
    }
    /* 非表示 -> 表示 -> 非表示 */
    @keyframes animation2 {
      0% {opacity: 0;}
      50% {opacity: 1;}
      100% {opacity: 0;}
    }
    @-webkit-keyframes animation2 {
      0% {opacity: 0;}
      50% {opacity: 1;}
      100% {opacity: 0;}
    }
  .device_animate_init{
    background-image: url("https://s.yimg.jp/images/finance/promotion/img/financeApp/v2/animation.png");
    background-position: 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }