* {
  padding: 0;
  margin: 0;

}

.header {
  position: absolute;
  top: 30px;
  left: 20px;
  display: block;
  width: 137px;
  height: 62px;
  font-size: 20px;

}

.subhead {
  background-image: url("./invest_01.jpg");
  height: 560px;
  padding-top: 216px;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;

}

.headtle {
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
  padding: 0 0 32px;

}

.headtle-p {
  font-size: 18px;
  font-weight: 400;
}

.tab_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.tablist {
  width: 300px;
  display: flex;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 32px;
  padding-bottom: 0;
  overflow: hidden;
}
.p_bullet{
      width: 33.333334%;
      line-height: 40px;
      font-size: 12px;
}
.bullet_active{
  background-color: #fff;
  color: #000;
  height: 40px;
  border-radius: 0 32px  32px 0;

}
.invest_sec{
      position: relative;
    max-width: 1180px;
    margin: 0 auto;
        padding: 60px 0;
}
.row{
  display: flex;
  align-items: center;
}
.row-box{
  display: flex;

}
.person{
  width: 50%;
}
.person-img{
      width: 468px;
}
.person-text{
      font-size: 28px;
    color: #000;
}
.person-box{
      font-size: 18px;
    margin-top: 30px;
    line-height: 2;
    color: #222;
    font-weight: 700;
}
.inner{
  width: 70%;
}
.acco_head{
      display: block;
    border-bottom: 1px solid #000;
    color: #000;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
.acco_target{
  display: block;
    position: relative;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.tbl_default{

}
.txt_right{
      padding: 1.3rem 3.2rem;
    font-weight: 500;
    text-align: right;
}
.now_stock{

}

.stock{
  display: flex;
}
.stock-text{
  font-size: 40px;

}
.stock-name{
  margin-left: 30px;
      font-size: 20px;
      color: red;
      margin-top: 26px;
}
.stock_list{
      padding: 32px 0 46px;
    border-bottom: 1px solid #e6e6e6;
  
}
.stock_list-dl{
  float: left;
    width: calc(25% - 10px);
}
.stock_list_dt{
      margin-right: 16px;
    font-weight: 400;
        display: inline-block;
}
.layer_open{
      font-size: 1rem;
    line-height: 1.8rem;
    padding: 16px 24px;
    border: 1px solid #333;
}
.stron{
      font-size: 25px;
    margin: 1rem 0 1rem;
    display: block;
}
.num{
 /* margin-top: 20px; */
    font-size: 16px;
    line-height: 3.2rem;
    font-weight: 400;
}
.footer{
      width: 100%;
    min-height: 100px;
    background-color: #000;
    color: #fff;
    z-index: 90;
}
.site_logo{
      display: block;
    width: 112px;
    height: 44px;
}
.foolink{
      display: flex;
      align-items: center;
   
}
.foolink-box{
  width:300px;
}
.foolink__menu{
      float: left;
}
ul{
      list-style: none;
}
li{
  margin-top: 20px;
}
.util{
      padding: 2rem 0;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #f6f6f6;
}
.util-box{
  display: flex;
}
.util-box-li{
      display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-left: 20px;
}
.util-foot{
  margin-top: 30px;
  font-size: 14px;
}
.voeo{
  margin-top: 60px;
}
@media (max-width: 764px) {
    .subhead{
      height: 300px;
          padding-top: 153px;
        background-position-x: center; background-position-y: center;
    }
    .headtle{
          font-size: 32px;
    }
    .headtle-p{
      width: 210px;
      margin: auto;
      font-size: 14px;
    }
    .invest_sec {
      padding: 60px 20px 0;
    }
    .row{
      display: block;
    }
    .person{
      width: 100%;
    }
    .person-img{
      width: 90vw;
    }
    .person-text{
      font-size: 22px;
      margin-top: 20px;
    }
    .person-box{
      font-size: 12px;
    }
    .person-box{
      margin-top: 10px;
    }
    .voeo{
      margin-top: 20px;
    }
    .row-box{
      display: block;
    }
    .tbl_default{
          overflow: auto;
    width: 100%;
    }
    .boxtab{
          white-space: nowrap;
    }
    .inner{
      width: 100%;
    }
    .txt_right{
      padding: 20px 20px;
    }
    .stock_list{
      overflow:auto;width:100%;
          padding: 32px 0 26px;
          display: flex;
          justify-content: space-between;
    }
    .cart{
      display: none;
    }
    .util{
      padding:  0 0 20px 0;
      margin-bottom: 20px;
    }

    .util-foot{
      text-align: center;
      padding-bottom: 20px;
    }
    .util-box{
          display: flex;
    flex-wrap: wrap;
   
    }
    .util-box-li{
 color: #fff;
    }
   
}