@charset "utf-8";

/*
 * investment - 投資申請系ページ
 */

.p-fund .fund-detail-header {
	display: flex
}
.p-fund .fund-detail-header .p_fund-b__btn{
  margin-left: 30px;
  font-weight: bold
}
.p_fund__progress {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width:991px) {
  .page-investment .fund-outline .to_investment {
    display: flex;
    margin: 0 -2%;
    margin-top: 15px;
  }
  .page-investment .fund-outline .to_investment .c_btn {
    width: 49%;
    min-width: auto;
    margin: 0 2%;
  }
}
@media screen and (min-width:992px) {
  .page-investment .fund-outline .investment-block .to_investment {
    display: flex;
    justify-content: center;
    margin: 30px -10px;
  }
  .page-investment .fund-outline .investment-block .to_investment .c_btn {
    width: 200px;
    margin: 0 10px;
  }
  .page-investment .fund-outline .investment-block .important-documents {
    margin-bottom: 50px;
  }
}

/* end */
