@charset "UTF-8";
/* _media.scss 
-------------------------------------------------------*/
/* /_media.scss
-------------------------------------------------------*/
/* _inner.scss 
-------------------------------------------------------*/
/* /_inner.scss
-------------------------------------------------------*/
/* _font.scss 
-------------------------------------------------------*/
/* /_font.scss
-------------------------------------------------------*/
/* _over.scss
-------------------------------------------------------*/
/* /_over.scss
-------------------------------------------------------*/
/* _other.scss
-------------------------------------------------------*/
/* /_other.scss
  -------------------------------------------------------*/
/* open.scss 
-------------------------------------------------------*/
.un_fundFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.un_fundFlex_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.un_fundFlex_icons_item {
  max-width: 60px;
}
@media screen and (max-width: 1040px), print {
  .un_fundFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .un_fundFlex_icons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .un_fundFlex_icons_item {
    max-width: 50px;
  }
}
.un_more_wrap.is-more-active .bl_acordion:nth-child(n+7) {
  display: none;
}
.un_more_wrap.is-more-active .bl_acordion:nth-child(6) {
  pointer-events: none;
}
.un_more_wrap.is-more-active + .un_more_btn {
  padding-top: 10px;
}
.un_more_wrap.is-more-active + .un_more_btn::before {
  content: "";
  width: 100%;
  height: 80px;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(255, 255, 255)), color-stop(80%, rgba(255, 255, 255, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  pointer-events: none;
  z-index: 11;
}
@media screen and (max-width: 600px) {
  .un_more_wrap.is-more-active + .un_more_btn::before {
    height: 60px;
  }
}
.un_more_wrap.is-more-active + .un_more_btn--bg::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(244, 245, 246)), color-stop(50%, rgb(244, 245, 246)), color-stop(98%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgb(244, 245, 246) 0%, rgb(244, 245, 246) 50%, rgba(0, 0, 0, 0) 98%);
  background: linear-gradient(0deg, rgb(244, 245, 246) 0%, rgb(244, 245, 246) 50%, rgba(0, 0, 0, 0) 98%);
}
.un_more_wrap.is-more-active + .un_more_btn .el_btn_inner--down::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.un_more_wrap.is-more-active + .un_more_btn .el_btn_text::before {
  content: "もっと見る";
}
.un_more_btn {
  position: relative;
  z-index: 11;
  padding-top: 30px;
}
.un_more_btn .el_btn_inner--down::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.un_more_btn .el_btn_text::before {
  content: "閉じる";
}

.bl_acordion + .bl_acordion {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .bl_acordion + .bl_acordion {
    margin-top: 10px;
  }
}/*# sourceMappingURL=fund.css.map */