/************************
ヘッダー
************************/
@media screen and (max-width: 767px){
	.headerlogo {
	  padding: 10px 0;
	}
}
/************************
インパクト投資とは？セクション
************************/
.content_01:before {
  z-index: -1;
}

/************************
コンバージョン部
************************/
.fund_pr_box .fund_cv_box {
  display: block;
  margin-top: 20px;
}
.fund_pr_box .fund_cv_box > .fund_cv_stock,
.fund_pr_box .fund_cv_box > .fund_cv_balance {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fund_pr_box .fund_cv_box > .fund_cv_balance {
  margin-top: 20px;
}
.fund_pr_box .fund_cv_box .fund_cv_a {
  max-width: 50%;
  -ms-flex-preferred-size: calc(100%/2);
  flex-basis: calc(100%/2);
  padding-right: 5px;
}
.fund_pr_box .fund_cv_box .fund_cv_b {
  max-width: 50%;
  -ms-flex-preferred-size: calc(100%/2);
  flex-basis: calc(100%/2);
  padding-left: 5px;
}
.fund_pr_box .fund_cv_box .fund_cv_a .title ,
.fund_pr_box .fund_cv_box .fund_cv_b .title {
  margin-bottom: 5px;
  font-size: 0.8rem;
  text-align: center;
}
.fund_pr_box .fund_cv_box .fund_cv_attention p {
  margin-bottom: 10px;
  font-size: 0.9rem;
}
@media print, screen and (max-width: 767px) {
  .fund_pr_box .fund_cv_box .fund_cv_a {
    max-width: 100%;
    -ms-flex-preferred-size: calc(100%/1);
    flex-basis: calc(100%/1);
    padding-right: 0;
  }
  .fund_pr_box .fund_cv_box .fund_cv_b {
    max-width: 100%;
    -ms-flex-preferred-size: calc(100%/1);
    flex-basis: calc(100%/1);
    padding-left: 0;
    padding-top:15px;
  }
}

.ns-btn {
  line-height: 1.3;
  position: relative;
  display: inline-flex;
  min-height: 47px;
  padding: 10px;
  cursor: pointer;
  transition: all 340ms ease-out, width 0s, height 0s;
  text-align: center;
  text-decoration: none;
  color: #222;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media print, screen and (min-width: 768px){
  .ns-btn {
      font-size: .18rem;
  }
}
.ns-btn.-tertiary {
  border: 1px solid transparent;
  background: #ca2420;
  color: #fff;
}
.ns-btn.-tertiary > b {
  font-weight: 400;
}
.ns-btn.-tertiary:hover {
    opacity: 1;
    border-color: #981614;
    background: #981614;
}
.ns-btn.-blank:before {
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    display: inline-block;
    width: 19px;
    height: 15px;
    margin: auto;
    content: url(../img/ico_window_w.png);
}

/************************
バナー部
************************/
.banner_box {
  padding-top: 20px;
}
.banner_box > .content_inn >.banner_box_inn {
  justify-content: center;
  margin-bottom: 0;
}
.banner_box > .content_inn >.banner_box_inn div {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px){
  .banner_box {
    padding-top: 0;
  }
  .banner_box > .content_inn >.banner_box_inn {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

/************************
フッター
************************/
footer {
  position: relative;
  color: #fff;
  font-size: 14px;
  background-color: #434343;}
footer .footerWrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 20px;
}
footer .footerWrap .block.-bottom {
    margin-top: 20px;
}


footer .footerWrap .block.-bottom .mega-footer>.container.-links .-row.-compact.link-list:after {
  display: block;
  clear: both;
  content: '';
}

footer .footerWrap .block.-bottom .mega-footer>.container.-links .-row.-compact.link-list>li {
  position: relative;
  float: left;
  margin-top: 0;
  padding-right: 1em;
  padding-bottom: 0;
}

footer .footerWrap .block.-bottom .mega-footer>.container.-links .-row.-compact.link-list>li {
  padding-bottom: 1px;
}

footer .footerWrap .block.-bottom .mega-footer>.container.-links .-delimited.link-list>li:not(:last-child) {
  padding-right: 2em;
}

footer .footerWrap .block.-bottom .mega-footer>.container.-links .-delimited.link-list>li:not(:last-child):before {
  position: absolute;
  top: .35em;
  right: 1em;
  display: block;
  width: 1px;
  height: 1em;
  margin: auto;
  content: '';
  background: #999;
}

footer .footerWrap .block.-bottom .mega-footer>.container.-links .-delimited.-compact.link-list>li:not(:last-child) {
  padding-right: 1em;
}

footer .footerWrap .block.-bottom .mega-footer>.container.-links .-delimited.-compact.link-list>li:not(:last-child):before {
  right: .5em;
}

footer .footerWrap .block.-bottom .mega-footer>.container.-links .-delimited.-compact.link-list>li:not(:last-child).nodelimiter {
  padding-right: 1em;
}

footer .footerWrap .block.-bottom .footer {
    margin-top: 20px;
}

footer .footerWrap .block.-bottom .footer .logo.-footer {
    display: none;
}