/* ---------------------------------------------------------------- */
/* .p-fund_risk-hero */
/* ---------------------------------------------------------------- */
.p-fund_risk-hero {
  overflow: hidden;
  position: relative;
  height: 236px;
}

@media screen and (min-width: 768px), print {
  .p-fund_risk-hero {
    height: auto;
  }
}

.p-fund_risk-hero__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 15px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-fund_risk-hero__text-box {
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 30px 80px;
  }
}

.p-fund_risk-hero__text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px), print {
  .p-fund_risk-hero__text {
    margin: 0 -171px;
    font-size: 2rem;
    line-height: 1.84;
  }
}

@media screen and (max-width: 767px) {
  .p-fund_risk-hero__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    max-width: inherit;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px), print {
  .p-fund_risk-hero__image {
    width: 100%;
    height: auto;
  }
}

.p-fund_risk-hero__in {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px), print {
  .p-fund_risk-hero__in {
    padding: 0 171px;
  }
}

.p-fund_risk-hero__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding: 16px 22px;
  border: 2px solid #32327f;
  border-radius: 10px;
  background-color: #fff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(50, 50, 127, 0.2));
  filter: drop-shadow(0px 3px 6px rgba(50, 50, 127, 0.2));
}

@media screen and (min-width: 768px), print {
  .p-fund_risk-hero__balloon {
    margin-bottom: 40px;
    padding: 22px 10px 22px 42px;
    border-width: 3px;
  }
}

.p-fund_risk-hero__balloon::before,
.p-fund_risk-hero__balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}

@media screen and (min-width: 768px), print {
  .p-fund_risk-hero__balloon::before,
  .p-fund_risk-hero__balloon::after {
    left: 82px;
    margin-left: 0;
  }
}

.p-fund_risk-hero__balloon::after {
  margin-left: -16px;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 18px;
  border-top-color: #fff;
  border-right-width: 16px;
  border-bottom-width: 18px;
  border-left-width: 16px;
}

@media screen and (min-width: 768px), print {
  .p-fund_risk-hero__balloon::after {
    margin-left: -13px;
    border-top-width: 23px;
    border-right-width: 13px;
    border-bottom-width: 23px;
    border-left-width: 13px;
  }
}

.p-fund_risk-hero__balloon::before {
  margin-top: 2px;
  margin-left: -18px;
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 20px;
  border-top-color: #32327f;
  border-right-width: 18px;
  border-bottom-width: 20px;
  border-left-width: 18px;
}

@media screen and (min-width: 768px), print {
  .p-fund_risk-hero__balloon::before {
    margin-left: -15px;
    border-top-width: 26px;
    border-right-width: 15px;
    border-bottom-width: 26px;
    border-left-width: 15px;
  }
}

.p-fund_risk-hero__balloon-figure {
  width: 60px;
  height: 60px;
  margin-right: 10px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px), print {
  .p-fund_risk-hero__balloon-figure {
    width: 80px;
    height: 80px;
    margin-right: 30px;
  }
}

.p-fund_risk-hero__balloon-image {
  width: 100%;
}

.p-fund_risk-hero__balloon-text {
  color: #32327f;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;

  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px), print {
  .p-fund_risk-hero__balloon-text {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------- */
/* .p-fund_risk-tab */
/* ---------------------------------------------------------------- */
@media screen and (min-width: 768px), print {
  .p-fund_risk-tab--bottom {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-fund_risk-tab--bottom {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-fund_risk-tab--bottom .c-tab__index--sp-button {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

/* ---------------------------------------------------------------- */
/* .c-contact */
/* ---------------------------------------------------------------- */
.c-contact.c-contact--p-fund {
  margin-top: 0;
}

@media screen and (min-width: 768px), print {
  .c-contact.c-contact--p-fund .c-contact__content {
    padding-bottom: 47px;
  }
}

@media screen and (max-width: 767px) {
  .c-contact.c-contact--p-fund .c-contact__button .c-contact__button-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px), print {
  .c-contact.c-contact--p-fund .c-contact__button.is-01 .c-contact__button-link {
    padding-left: 96px;
    background: rgba(255, 255, 255, 0.8) url(/assets/image/personal/fund/invest_net/img_invest_net_07_01@2x.png) left 16px center/38px auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .c-contact.c-contact--p-fund .c-contact__button.is-01 .c-contact__button-link {
    padding-left: 60px;
    background: rgba(255, 255, 255, 0.8) url(/assets/image/personal/fund/invest_net/img_invest_net_07_01@2x.png) left 20px center/30px auto no-repeat;
  }
}

@media screen and (min-width: 768px), print {
  .c-contact.c-contact--p-fund .c-contact__button.is-02 .c-contact__button-link {
    padding-left: 87px;
    background: rgba(255, 255, 255, 0.8) url(/assets/image/personal/fund/invest_net/img_invest_net_07_02@2x.png) left 16px center/38px auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .c-contact.c-contact--p-fund .c-contact__button.is-02 .c-contact__button-link {
    padding-left: 68px;
    background: rgba(255, 255, 255, 0.8) url(/assets/image/personal/fund/invest_net/img_invest_net_07_02@2x.png) left 20px center/38px auto no-repeat;
  }
}