@charset "Shift_JIS";
.fundwrap-comment01 {
  display: flex;
  justify-content: space-between;
  margin: 56px auto 0;
  width: 700px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .fundwrap-comment01 {
    align-items: center;
    margin-top: 28px;
  }
}

.fundwrap-comment01 > .fundwrap-commentText {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 0 28px;
  width: 500px;
  font-size: 1.4rem;
  background-color: #F5F9E6;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fundwrap-comment01 > .fundwrap-commentText {
    padding: 16px;
    width: calc(100% - 128px);
  }
}

.fundwrap-comment01 > .fundwrap-commentText:before {
  content: "";
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #F5F9E6;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .fundwrap-comment01 > .fundwrap-commentImg > img,
  .fundwrap-comment01 > .fundwrap-commentImg > .picture-img > img {
    width: 120px;
  }
}

.fundwrap-ryuuiWrap01 {
  width: 100%;
  max-width: 1280px;
  margin: 120px auto 0;
  padding: 0 40px;
}

.fundwrap-ryuuiBlock01.toggle-block01.card-normal01 {
  margin-top: 24px;
  background: #FFFFFF;
  border: 1px solid #D5DEDB;
  box-sizing: border-box;
  border-radius: 4px;
}

.fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .header[role=tab] {
  padding: 16px 24px 16px 27px;
}

.fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .header[role=tab] > .title {
  font-size: 1.6rem;
  font-weight: normal;
  color: #C83030;
}

@media screen and (max-width: 767px) {
  .fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .header[role=tab] > .title {
    text-align: left;
  }
}

.fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .header[role=tab] > .title > .inner::before {
  width: 1.3em;
  height: 1.3em;
}

.fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .header[role=tab]::after {
  top: 50%;
  right: 32px;
  width: 16px;
  height: 16px;
  background-image: url(/kojin/fundwrap/imgs/cmn_ico_01.svg);
  background-size: 100% auto;
  transform: translateY(-50%) rotate(90deg);
}

.fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .header[role=tab][aria-selected=true]::after {
  transform: translateY(-50%) rotate(-90deg);
}

.fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .body {
  padding: 24px;
}

.fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .body::before {
  left: 0;
  width: 100%;
}

.fundwrap-ryuuiBlock01 .fundwrap-ryuuiQuickList > li {
  margin-left: 1.8em;
  list-style: disc;
}

.fundwrap-ryuuiBlock01 .fundwrap-ryuuiQuickList > li:not(:first-child) {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .fundwrap-ryuuiWrap01 {
    margin-top: 32px;
    padding: 0 4.8vw;
  }
  .fundwrap-ryuuiBlock01.toggle-block01.card-normal01 {
    margin-top: 24px;
    border-radius: 4px;
  }
  .fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .header[role=tab] {
    padding: 12px 16px;
  }
  .fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .header[role=tab] > .title {
    padding-right: 32px;
  }
  .fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .header[role=tab]::after {
    right: 16px;
  }
  .fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .body {
    padding: 24px;
  }
  .fundwrap-ryuuiBlock01.toggle-block01.card-normal01 > .inner > .body::before {
    left: 0;
    width: 100%;
  }
}

.fundwrap-balloon01 {
  display: flex;
  position: relative;
}

.fundwrap-balloon01 > .fundwrap-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 77px;
  min-height: 77px;
  background: #c4d700;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.fundwrap-balloon01 > .fundwrap-inner::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -6px;
  width: 24px;
  height: 24px;
  background: url(/kojin/cmn/imgs/bg_balloon_01.png) 0 0/100% auto no-repeat;
  z-index: 1;
}

.fundwrap-balloon01 > .fundwrap-inner > .fundwrap-num {
  display: block;
  line-height: 1;
  font-size: 2.4rem;
}

.fundwrap-bottomBnr01 {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fundwrap-bottomBnr01 {
    margin-top: 48px;
  }
  .fundwrap-bottomBnr01 > picture > img {
    max-width: 375px;
  }
}

.fundwrap-logoWrap01 {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .fundwrap-logoWrap01 {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
}

.fundwrap-logoWrap01 > .fundwrap-logo {
  margin: 0 40px;
}

@media screen and (max-width: 767px) {
  .fundwrap-logoWrap01 > .fundwrap-logo {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-logoWrap01 > .fundwrap-logo + .fundwrap-logo {
    margin-top: 20px;
  }
}

.title-background01.-fundwrap01 > .inner > .body::before {
  background-image: url("/kojin/fundwrap/imgs/cmn_bg_title_01_webp.webp");
}
html.no-webp .title-background01.-fundwrap01 > .inner > .body::before {
  background-image: url("/kojin/fundwrap/imgs/cmn_bg_title_01_webp.jpg");
}
@media screen and (max-width: 767px) {
  .title-background01.-fundwrap01 > .inner > .body::before {
    background-image: url("/kojin/fundwrap/imgs/cmn_bg_title_01_sp_webp.webp");
  }
  html.no-webp .title-background01.-fundwrap01 > .inner > .body::before {
    background-image: url("/kojin/fundwrap/imgs/cmn_bg_title_01_sp_webp.jpg");
  }
}

.fundwrap-topSupportWrap01 {
  margin: 40px auto 0;
  border-radius: 4px;
  padding: 32px 40px 40px;
  width: 700px;
  max-width: 100%;
  background-color: #F5F9E6;
}

@media screen and (max-width: 767px) {
  .fundwrap-topSupportWrap01 {
    padding: 32px 24px 24px;
  }
}

.fundwrap-topSupportWrap01 > .fundwrap-topSupportHeading {
  text-align: center;
  color: #095C42;
  font-weight: 700;
  font-size: 2.0rem;
}

.fundwrap-topSupportWrap01 > .fundwrap-topSupportList {
  margin-top: 32px;
  border-radius: 4px;
  padding: 32px 40px;
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
}

@media screen and (max-width: 767px) {
  .fundwrap-topSupportWrap01 > .fundwrap-topSupportList {
    display: block;
    margin-top: 20px;
    padding: 20px;
  }
}

.fundwrap-topSupportWrap01 > .fundwrap-topSupportList > .fundwrap-topSupportLi {
  padding-left: 16px;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fundwrap-topSupportWrap01 > .fundwrap-topSupportList > .fundwrap-topSupportLi {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-topSupportWrap01 > .fundwrap-topSupportList > .fundwrap-topSupportLi + .fundwrap-topSupportLi {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .fundwrap-topSupportWrap01 > .fundwrap-topSupportList > .fundwrap-topSupportLi:not(:nth-child(-n+2)) {
    margin-top: 8px;
  }
}

.fundwrap-topSupportWrap01 > .fundwrap-topSupportList > .fundwrap-topSupportLi:before {
  content: "E";
  position: absolute;
  left: 0;
}

.fundwrap-topMeritWrap01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .fundwrap-topMeritWrap01 {
    display: block;
    padding: 40px 0 0;
  }
}

.fundwrap-topMeritBlock01 {
  position: relative;
  width: 28.5%;
}

@media screen and (max-width: 767px) {
  .fundwrap-topMeritBlock01 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .fundwrap-topMeritBlock01:not(:nth-child(3n+1)) {
    margin-left: 7.25%;
  }
}

@media screen and (min-width: 768px) {
  .fundwrap-topMeritBlock01:not(:nth-child(-n+3)) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-topMeritBlock01 + .fundwrap-topMeritBlock01 {
    margin-top: 72px;
  }
}

.fundwrap-topMeritBlock01 > .fundwrap-topMerit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  color: #004831;
  width: 77px;
  height: 77px;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  background-color: #C4D700;
  position: absolute;
  top: -56px;
  left: 0;
}

.fundwrap-topMeritBlock01 > .fundwrap-topMerit > * {
  position: relative;
}

@media screen and (max-width: 767px) {
  .fundwrap-topMeritBlock01 > .fundwrap-topMerit {
    top: -50px;
    left: 0;
  }
}

.fundwrap-topMeritBlock01 > .fundwrap-topMerit:before {
  content: "";
  display: block;
  margin: auto;
  width: 48px;
  height: 43px;
  background-image: url("/kojin/fundwrap/imgs/fundwrap_ico_01.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: -60px;
  bottom: -65px;
}

@media screen and (max-width: 767px) {
  .fundwrap-topMeritBlock01 > .fundwrap-topMerit:before {
    background-size: cover;
    width: 30px;
    height: 28px;
    right: -40px;
    bottom: -50px;
  }
}

.fundwrap-topMeritBlock01 > .fundwrap-topMerit > .inner > .fundwrap-topMeritStrong {
  display: block;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .fundwrap-topMeritBlock01 > .fundwrap-topMerit > .inner > .fundwrap-topMeritStrong {
    font-size: 2.6rem;
  }
}

.fundwrap-topMeritBlock01 > .fundwrap-topMeritImg {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fundwrap-topMeritBlock01 > .fundwrap-topMeritImg > .picture-img > img {
    max-height: 104px;
  }
}

.fundwrap-topMeritDl01 {
  margin-top: 20px;
}

.fundwrap-topMeritDl01 > .fundwrap-topMeritDt {
  text-align: center;
  color: #095C42;
  font-weight: 700;
  font-size: 2.0rem;
}

.fundwrap-topMeritDl01 > .fundwrap-topMeritDd {
  margin-top: 20px;
}

.fundwrap-topProduct01 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .fundwrap-topProduct01 {
    padding: 68px 4.8vw;
  }
}

.fundwrap-topCaseBlock01 {
  padding: 84px 0 80px;
  background-color: #F2FBFB;
}

@media screen and (max-width: 767px) {
  .fundwrap-topCaseBlock01 {
    padding: 50px 0 60px;
  }
}

.fundwrap-topCaseTitle01 {
  font-size: 24px;
  color: #004831;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .fundwrap-topCaseTitle01 {
    font-size: 20px;
  }
}

.fundwrap-topCaseCooperation01 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #788883;
}

.fundwrap-topCaseAge01 {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: #6D6D6D;
  font-weight: 500;
}

.fundwrap-topCaseWrap01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .fundwrap-topCaseWrap01 {
    display: block;
  }
}

.fundwrap-topCase01 {
  border-radius: 12px;
  padding: 30px 24px;
  width: 345px;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(20, 29, 29, 0.05), 0px 10px 12px rgba(20, 29, 29, 0.08);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .fundwrap-topCase01 {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-topCase01 + .fundwrap-topCase01 {
    margin-top: 24px;
  }
}

.fundwrap-topCase01 > .fundwrap-topCaseHeading {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.fundwrap-topCase01 > .fundwrap-topCaseHeading > .fundwrap-topCaseImg {
  width: 111px;
}

.fundwrap-topCase01 > .fundwrap-topCaseHeading > p {
  flex: 1;
}

.fundwrap-topFaqBlock01 {
  padding: 84px 0 80px;
  background-color: #F5F9E6;
}

@media screen and (max-width: 767px) {
  .fundwrap-topFaqBlock01 {
    padding: 50px 0 60px;
  }
}

.fundwrap-topFaqTitle01 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}

.fundwrap-topFaqTitle01 > .inner {
  position: relative;
  padding-left: 60px;
  background-image: url("/kojin/fundwrap/imgs/fundwrap_bg_02.svg");
  background-position: left center;
  background-size: 40px auto;
  background-repeat: no-repeat;
}

.fundwrap-topFaq01 {
  margin: 0 auto;
  border-radius: 4px;
  padding: 34px;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(20, 29, 29, 0.05), 0px 4px 6px rgba(20, 29, 29, 0.08);
}

@media screen and (max-width: 767px) {
  .fundwrap-topFaq01 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .fundwrap-topFaq01 {
    width: 920px;
  }
}

.fundwrap-topFaq01 + .fundwrap-topFaq01 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .fundwrap-topFaq01 + .fundwrap-topFaq01 {
    margin-top: 16px;
  }
}

.fundwrap-topFaq01 > .fundwrap-topQuestion,
.fundwrap-topFaq01 > .fundwrap-topAnswer {
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .fundwrap-topFaq01 > .fundwrap-topQuestion,
  .fundwrap-topFaq01 > .fundwrap-topAnswer {
    padding-left: 30px;
  }
}

.fundwrap-topFaq01 > .fundwrap-topQuestion {
  padding-right: 20px;
  font-weight: 700;
  color: #004831;
  cursor: pointer;
}

.fundwrap-topFaq01 > .fundwrap-topAnswer {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .fundwrap-topFaq01 > .fundwrap-topAnswer {
    padding-top: 20px;
  }
}

.fundwrap-topFaq01 > .fundwrap-topQuestion:before,
.fundwrap-topFaq01 > .fundwrap-topAnswer:before {
  display: block;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .fundwrap-topFaq01 > .fundwrap-topQuestion:before,
  .fundwrap-topFaq01 > .fundwrap-topAnswer:before {
    font-size: 26px;
  }
}

.fundwrap-topFaq01 > .fundwrap-topQuestion:before {
  content: "Q";
  top: -5px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .fundwrap-topFaq01 > .fundwrap-topQuestion:before {
    top: -3px;
  }
}

.fundwrap-topFaq01 > .fundwrap-topAnswer:before {
  content: "A";
  margin-top: -5px;
  left: 4px;
  color: #A0C81E;
}

@media screen and (max-width: 767px) {
  .fundwrap-topFaq01 > .fundwrap-topAnswer:before {
    top: 16px;
  }
}

.fundwrap-topFaq01 > .fundwrap-topQuestion:after {
  content: "";
  margin: auto 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  transition: transform .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.fundwrap-topFaq01.-fundwrapTopFaqClose > .fundwrap-topQuestion:after {
  transform: rotate(225deg);
}

.fundwrap-aboutInlink01 {
  margin-top: 72px;
  text-align: center;
}

.fundwrap-aboutInlink01 > .fundwrap-aboutInlinkTitle {
  font-size: 2.0rem;
  font-weight: 700;
  color: #004831;
}

.fundwrap-aboutInlinkList01 {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.fundwrap-aboutInlinkList01 > .fundwrap-aboutInlinkLi {
  width: 334px;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutInlinkList01 > .fundwrap-aboutInlinkLi {
    width: calc(50% + 6px);
    height: 134px;
  }
}

.fundwrap-aboutInlinkList01 > .fundwrap-aboutInlinkLi + .fundwrap-aboutInlinkLi {
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutInlinkList01 > .fundwrap-aboutInlinkLi + .fundwrap-aboutInlinkLi {
    margin-left: 12px;
  }
}

.fundwrap-aboutInlinkList01 > .fundwrap-aboutInlinkLi a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F5F5F5;
  border-radius: 12px;
  padding-bottom: 8px;
  height: 100%;
  box-shadow: 0px 0px 4px rgba(20, 29, 29, 0.05), 0px 6px 8px rgba(20, 29, 29, 0.08);
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: background-color .3s ease-out;
}

.fundwrap-aboutInlinkList01 > .fundwrap-aboutInlinkLi a:hover {
  background-color: #f5f5f5;
}

.fundwrap-aboutInlinkList01 > .fundwrap-aboutInlinkLi a:after {
  content: "";
  display: block;
  margin: 0 auto;
  border-right: 1px solid;
  border-bottom: 1px solid;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  transform: rotate(45deg);
}

.fundwrap-aboutOperationSection01 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutOperationSection01 {
    margin-top: 80px;
  }
}

.fundwrap-aboutFukidashi01 {
  margin: 56px auto 0;
  border-radius: 4px 4px 0 0;
  padding: 16px 0;
  width: 1008px;
  max-width: 100%;
  text-align: center;
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  color: #004831;
  background-color: #E2EFBC;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutFukidashi01 {
    margin-top: 40px;
  }
}

.fundwrap-aboutFukidashi01:after {
  content: "";
  display: block;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E2EFBC;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.fundwrap-aboutThinking01 {
  margin: 56px auto 0;
  padding: 32px 0 0 268px;
  width: 1008px;
  max-width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinking01 {
    margin-top: 46px;
    padding: 32px 24px;
    background-color: #F5F9E6;
  }
}

.fundwrap-aboutThinking01 + .fundwrap-aboutThinking01 {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinking01 + .fundwrap-aboutThinking01 {
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinking01:before {
    content: "";
    width: 60px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -16px;
  }
}

.fundwrap-aboutThinking01.-fundwrapAboutThinking01 {
  background-image: url("/kojin/fundwrap/about/imgs/about_bg_01.png");
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinking01.-fundwrapAboutThinking01 {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinking01.-fundwrapAboutThinking01:before {
    background-image: url("/kojin/fundwrap/about/imgs/about_bg_01.png");
    left: 20px;
  }
}

.fundwrap-aboutThinking01.-fundwrapAboutThinking02 {
  background-image: url("/kojin/fundwrap/about/imgs/about_bg_02.png");
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinking01.-fundwrapAboutThinking02 {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinking01.-fundwrapAboutThinking02:before {
    background-image: url("/kojin/fundwrap/about/imgs/about_bg_02.png");
    right: 30px;
  }
}

.fundwrap-aboutThinking01.-fundwrapAboutThinking03 {
  background-image: url("/kojin/fundwrap/about/imgs/about_bg_03.png");
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinking01.-fundwrapAboutThinking03 {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinking01.-fundwrapAboutThinking03:before {
    background-image: url("/kojin/fundwrap/about/imgs/about_bg_03.png");
    left: 30px;
  }
}

.fundwrap-aboutThinking01 > .fundwrap-aboutThinkingText {
  width: 254px;
  position: absolute;
  top: 80px;
  left: 56px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinking01 > .fundwrap-aboutThinkingText {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}

.fundwrap-aboutThinkingExample01 {
  padding: 56px 94px;
  background-color: #F5F9E6;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinkingExample01 {
    margin-top: 24px;
    padding: 0;
    background: none;
  }
}

.fundwrap-aboutThinkingExampleIn01 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 40px 32px;
  border: 2px dotted #0E724B;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinkingExampleIn01 {
    display: block;
    margin-top: 20px;
    padding: 24px;
  }
}

.fundwrap-aboutThinkingExampleIn01 > .fundwrap-aboutThinkingExampleInText01 {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinkingExampleIn01 > .fundwrap-aboutThinkingExampleInText01 {
    margin-bottom: 16px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinkingImg01 > .picture-img > img {
    max-height: 440px;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinkingImg02 > .picture-img > img {
    max-height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinkingImg03 > .picture-img > img {
    max-height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutThinkingImg04 > .picture-img > img {
    max-height: 124px;
  }
}

.fundwrap-aboutAssetBlock01 {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  width: 1008px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutAssetBlock01 {
    display: block;
    margin-top: 60px;
  }
}

.fundwrap-aboutAssetBlock01 + .fundwrap-comment01 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutAssetBlock01 + .fundwrap-comment01 {
    margin-top: 36px;
  }
}

.fundwrap-aboutAsset01 {
  width: 228px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutAsset01 {
    display: flex;
    align-items: center;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutAsset01 + .fundwrap-aboutAsset01 {
    margin-top: 80px;
  }
}

.fundwrap-aboutAsset01 + .fundwrap-aboutAsset01:before {
  content: "";
  display: block;
  width: 30px;
  height: 38px;
  background-image: url("/kojin/fundwrap/about/imgs/about_ico_01.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 44px;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutAsset01 + .fundwrap-aboutAsset01:before {
    margin: 0 auto;
    width: 38px;
    height: 30px;
    background-image: url("/kojin/fundwrap/about/imgs/about_ico_01_sp.png");
    background-size: cover;
    left: 0;
    right: 0;
    top: -56px;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutAsset01 > * {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutAsset01 > .fundwrap-aboutAssetImg {
    padding-right: 10px;
  }
}

.fundwrap-aboutAsset01 > .fundwrap-aboutAssetText {
  margin-top: 24px;
  background-color: #F5F9E6;
  padding: 24px;
  min-height: 120px;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutAsset01 > .fundwrap-aboutAssetText {
    margin-top: 0;
    padding: 16px;
  }
}

.fundwrap-aboutAsset01 > .fundwrap-aboutAssetText:before {
  content: "";
  display: block;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F3F8F6;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutAsset01 > .fundwrap-aboutAssetText:before {
    margin: auto 0;
    border-left: 0;
    border-right: 10px solid #F3F8F6;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 0;
    bottom: 0;
    left: auto;
    right: 100%;
  }
}

.fundwrap-aboutMicrocopy01 {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutMicrocopy01 {
    margin-top: 40px;
  }
}

.fundwrap-aboutMicrocopy01 > .inner {
  display: block;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutMicrocopy01 > .inner {
    font-size: 1.6rem;
  }
}

.fundwrap-aboutMicrocopy01 > .inner:before, .fundwrap-aboutMicrocopy01 > .inner:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 30px;
  border-left: 1px solid;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutMicrocopy01 > .inner:before, .fundwrap-aboutMicrocopy01 > .inner:after {
    height: 26px;
  }
}

.fundwrap-aboutMicrocopy01 > .inner:before {
  margin: 0 40px -5px 0;
  transform: rotate(-30deg);
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutMicrocopy01 > .inner:before {
    margin-right: 20px;
  }
}

.fundwrap-aboutMicrocopy01 > .inner:after {
  margin: 0 0 -5px 40px;
  transform: rotate(30deg);
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutMicrocopy01 > .inner:after {
    margin-left: 20px;
  }
}

.fundwrap-aboutRecommendBlock01 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutRecommendBlock01 {
    display: block;
  }
}

.fundwrap-aboutRecommendBlock01 + .fundwrap-aboutDifference01 {
  margin-top: 76px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutRecommendBlock01 + .fundwrap-aboutDifference01 {
    margin-top: 56px;
  }
}

.fundwrap-aboutRecommend01 {
  padding: 24px 40px 40px;
  width: 48%;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutRecommend01 {
    padding: 28px 24px 24px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutRecommend01 + .fundwrap-aboutRecommend01 {
    margin-top: 24px;
  }
}

.fundwrap-aboutRecommend01 > .fundwrap-aboutRecommendType {
  text-align: center;
}

.fundwrap-aboutRecommend01 > .fundwrap-aboutRecommendType > .inner {
  display: inline-block;
  padding: 4px 32px;
  border-radius: 100px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutRecommend01 > .fundwrap-aboutRecommendType > .inner {
    font-size: 1.4rem;
  }
}

.fundwrap-aboutRecommend01 > .fundwrap-aboutRecommendImg {
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutRecommend01 > .-fundwrapAboutRecommendImg01 > .picture-img > img {
    max-height: 124px;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutRecommend01 > .-fundwrapAboutRecommendImg02 > .picture-img > img {
    max-height: 116px;
  }
}

.fundwrap-aboutRecommend01 > .fundwrap-aboutRecommendSubheading {
  margin-top: 20px;
  text-align: center;
  color: #004831;
  font-weight: 700;
}

.fundwrap-aboutRecommend01 > .fundwrap-aboutRecommendList {
  margin-top: 24px;
  background-color: #fff;
  padding: 24px 24px 24px 42px;
}

.fundwrap-aboutRecommend01 > .fundwrap-aboutRecommendList > .fundwrap-aboutRecommendLi {
  position: relative;
}

.fundwrap-aboutRecommend01 > .fundwrap-aboutRecommendList > .fundwrap-aboutRecommendLi + .fundwrap-aboutRecommendLi {
  margin-top: 12px;
}

.fundwrap-aboutRecommend01 > .fundwrap-aboutRecommendList > .fundwrap-aboutRecommendLi:before {
  content: "E";
  position: absolute;
  left: -16px;
}

.-fundwrapAboutRecommend01 {
  background-color: #F5F9E6;
}

.-fundwrapAboutRecommend01 > .fundwrap-aboutRecommendType > .inner {
  background-color: #6FBC63;
}

.-fundwrapAboutRecommend02 {
  background-color: #F3F8F6;
}

.-fundwrapAboutRecommend02 > .fundwrap-aboutRecommendType > .inner {
  background-color: #0E724B;
}

.fundwrap-aboutDifference01 {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.fundwrap-aboutDifference01 + .fundwrap-aboutDifference01 {
  margin-top: 40px;
}

.fundwrap-aboutDifference01 > .fundwrap-aboutDifferenceHeading {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
}

.fundwrap-aboutDifference01 > .fundwrap-aboutDifferenceSubtext {
  margin-top: 8px;
  font-size: 1.4rem;
  text-align: center;
}

.fundwrap-aboutDifference01 > .fundwrap-aboutDifferenceWrap {
  margin-top: 16px;
}

.fundwrap-aboutDifference01 + .fundwrap-aboutLinks {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutDifference01 + .fundwrap-aboutLinks {
    margin-top: 56px;
  }
}

.fundwrap-aboutDifferenceWrap {
  position: relative;
  padding: 16px 20px 32px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutDifferenceWrap {
    padding: 16px 12px 32px;
  }
}

.fundwrap-aboutDifferenceWrap:before, .fundwrap-aboutDifferenceWrap:after {
  content: "";
  display: block;
  width: calc(50% - 1px);
  height: 100%;
  position: absolute;
  top: 0;
}

.fundwrap-aboutDifferenceWrap:before {
  background-color: #F5FBED;
  left: 0;
}

.fundwrap-aboutDifferenceWrap:after {
  background-color: #F3F8F6;
  right: 0;
}

.fundwrap-aboutDifferenceWrap > * {
  position: relative;
  z-index: 1;
}

.fundwrap-aboutDifferenceWrap > * + * {
  margin-top: 16px;
}

.fundwrap-aboutDifferenceWrap p + p {
  margin-top: 4px;
}

.fundwrap-aboutDifferenceWrap > .fundwrap-aboutDifferenceColumn2 {
  display: flex;
}

.fundwrap-aboutDifferenceWrap > .fundwrap-aboutDifferenceColumn2 > .inner {
  width: 50%;
  text-align: center;
}

.fundwrap-aboutDifferenceWrap > .fundwrap-aboutDifferenceColumn2 > .fundwrap-aboutDifference01-none {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fundwrap-aboutDifferenceWrap > .fundwrap-aboutDifferenceColumn2 > .fundwrap-aboutDifference01-none:after {
  content: "";
  display: block;
  width: 12px;
  border-bottom: 1px solid;
}

.fundwrap-aboutDifferenceWrap > .fundwrap-aboutDifferenceColumn2 > .inner:first-child {
  padding-right: 21px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutDifferenceWrap > .fundwrap-aboutDifferenceColumn2 > .inner:first-child {
    padding-right: 13px;
  }
}

.fundwrap-aboutDifferenceWrap > .fundwrap-aboutDifferenceColumn2 > .inner:last-child {
  padding-left: 21px;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutDifferenceWrap > .fundwrap-aboutDifferenceColumn2 > .inner:last-child {
    padding-left: 13px;
  }
}

.fundwrap-aboutDifferenceType01 {
  display: inline-block;
  min-width: 120px;
  padding: 4px 16px;
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fundwrap-aboutDifferenceType01 {
    font-size: 1.4rem;
    padding: 4px 12px;
  }
}

.fundwrap-aboutDifferenceType01.-fundwrapAboutDifferenceType01 {
  background-color: #6FBC63;
}

.fundwrap-aboutDifferenceType01.-fundwrapAboutDifferenceType02 {
  background-color: #0E724B;
}

.fundwrap-aboutDifferenceColumn1.-fundwrapAboutDifferenceColumn1Type01 {
  padding: 8px 0;
  text-align: center;
  background-color: rgba(179, 200, 193, 0.2);
  font-size: 1.4rem;
  font-weight: 700;
}

.fundwrap-aboutDifferenceColumn1.-fundwrapAboutDifferenceColumn1Type02 {
  padding: 24px 0;
  background-color: #fff;
}

.fundwrap-aboutDifferenceList01 {
  margin: 0 auto;
  padding: 0 16px;
  background-color: #fff;
  width: 230px;
}

.fundwrap-aboutDifferenceList01 > .fundwrap-aboutDifferenceLi {
  position: relative;
}

.fundwrap-aboutDifferenceList01 > .fundwrap-aboutDifferenceLi + .fundwrap-aboutDifferenceLi {
  margin-top: 12px;
}

.fundwrap-aboutDifferenceList01 > .fundwrap-aboutDifferenceLi:before {
  content: "E";
  position: absolute;
  left: -16px;
}

.fundwrap-aboutLinks > li > .card-tile01 {
  height: auto;
}

.fundwrap-aboutModalBlock01 > .inner {
  padding: 60px 24px 32px;
}

.fundwrap-aboutModalBlock01 > .inner > .btn {
  position: absolute;
  top: 12px;
  right: 12px;
}

.fundwrap-meritBox01 {
  margin-top: 80px;
}

.fundwrap-meritBox01 + .fundwrap-meritBox01 {
  margin-top: 100px;
}

.fundwrap-meritBox01 > .title-heading03 {
  padding-top: 94px;
}

.fundwrap-meritBox01 > .title-heading03 > .title {
  color: #004831;
}

.fundwrap-meritBox01 > .title-heading03 > .title > .inner > .text-mark01 {
  font-weight: bold;
}

.fundwrap-meritBox01 > .title-heading03 > .fundwrap-balloon01 {
  position: absolute;
  top: 0;
}

.fundwrap-meritBox01 > .title-heading03 > .fundwrap-balloon01 > .fundwrap-inner {
  min-width: 115px;
  min-height: 115px;
  font-size: 1.5rem;
}

.fundwrap-meritBox01 > .title-heading03 > .fundwrap-balloon01 > .fundwrap-inner > .fundwrap-num {
  font-size: 4.1rem;
}

.fundwrap-meritBox01 > .title-heading03 > .fundwrap-balloon01 > .fundwrap-inner::after {
  right: 5px;
  bottom: -4px;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox01 {
    margin-top: 40px;
  }
  .fundwrap-meritBox01 + .fundwrap-meritBox01 {
    margin-top: 56px;
  }
  .fundwrap-meritBox01 > .title-heading03 {
    padding-top: 74px;
  }
  .fundwrap-meritBox01 > .title-heading03 > .fundwrap-balloon01 {
    position: absolute;
    top: 0;
  }
  .fundwrap-meritBox01 > .title-heading03 > .fundwrap-balloon01 > .fundwrap-inner {
    min-width: 66px;
    min-height: 66px;
    font-size: 1rem;
  }
  .fundwrap-meritBox01 > .title-heading03 > .fundwrap-balloon01 > .fundwrap-inner > .fundwrap-num {
    font-size: 2.3rem;
  }
  .fundwrap-meritBox01 > .title-heading03 > .fundwrap-balloon01 > .fundwrap-inner::after {
    right: 2px;
    bottom: -6px;
  }
  .fundwrap-meritBox01 .fundwrap-img03 > img {
    width: 276px;
  }
}

.fundwrap-meritImgScroll01Note01 {
  display: none;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritImgScroll01Note01 {
    display: block;
    margin: 32px 0 16px;
    font-size: 1.4rem;
    text-align: right;
    color: #788883;
  }
  .fundwrap-meritImgScroll01Note01::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 19px;
    margin-right: 8px;
    vertical-align: -3px;
    background: url(/kojin/fundwrap/merit/imgs/index_ico_01.png) 50% 50%/18px auto no-repeat;
  }
}

.fundwrap-productDetailBtn01 {
  margin-top: 92px;
}

@media screen and (max-width: 767px) {
  .fundwrap-productDetailBtn01 {
    margin: 68px 4.8vw 0;
  }
}

.fundwrap-meritImgScroll01 {
  display: flex;
}

.fundwrap-meritImgScroll01 > .fundwrap-img05 {
  margin-right: 11.81%;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritImgScroll01 {
    display: flex;
    margin: 0 -4.8vw;
  }
  .fundwrap-meritImgScroll01 > picture > img {
    height: 717px;
  }
  .fundwrap-meritImgScroll01 > .fundwrap-img04 > img {
    width: 101px;
    max-width: 101px;
  }
  .fundwrap-meritImgScroll01 > .fundwrap-img05 {
    overflow-x: auto;
  }
  .fundwrap-meritImgScroll01 > .fundwrap-img05 > img {
    width: 640px;
    max-width: 640px;
  }
}

.fundwrap-meritFukidashiHeading01 {
  position: relative;
  margin: 80px 0 48px;
  padding: 12px;
  text-align: center;
  color: #004831;
  background: #E2EFBC;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritFukidashiHeading01 {
    margin: 56px 0 32px;
  }
}

.fundwrap-meritFukidashiHeading01::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 14px solid;
  border-color: #E2EFBC transparent transparent transparent;
  transform: translateX(-50%);
}

.fundwrap-meritFukidashiHeading01 .fundwrap-title {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritFukidashiHeading01 .fundwrap-title {
    font-size: 1.6rem;
  }
}

.fundwrap-meritFukidashiHeading02 {
  position: relative;
  padding: 14px 0;
  text-align: center;
  font-weight: bold;
  color: #004831;
  border-top: 2px solid #C4D700;
  border-bottom: 2px solid #C4D700;
}

.fundwrap-meritFukidashiHeading02::before, .fundwrap-meritFukidashiHeading02::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-width: 14px 24px;
  border-style: solid;
  border-color: #C4D700 transparent transparent transparent;
  transform: translateX(-50%);
}

.fundwrap-meritFukidashiHeading02::after {
  content: "";
  top: calc(100% - 2px);
  border-color: #FFF transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritFukidashiHeading02 {
    margin: 24px 0 33px;
    padding: 11px 0;
  }
}

@media screen and (min-width: 768px) {
  .fundwrap-meritBox02 {
    display: flex;
    justify-content: space-between;
  }
}

.fundwrap-meritBox02 .fundwrap-col {
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .fundwrap-meritBox02 .fundwrap-col {
    width: 343px;
  }
}

.fundwrap-meritBox02 .fundwrap-col > .fundwrap-title {
  position: relative;
  padding: 12px;
  text-align: center;
}

.fundwrap-meritBox02 .fundwrap-col > .fundwrap-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 11px solid;
  border-color: #C4D700 transparent transparent transparent;
  transform: translateX(-50%);
}

.fundwrap-meritBox02 .fundwrap-col > .fundwrap-body {
  padding: 28px 24px 32px;
}

.fundwrap-meritBox02 .fundwrap-col:nth-child(1) {
  background-color: #F5F9E6;
}

.fundwrap-meritBox02 .fundwrap-col:nth-child(1) > .fundwrap-title {
  font-weight: bold;
  color: #004831;
  background-color: #C4D700;
}

.fundwrap-meritBox02 .fundwrap-col:nth-child(2) {
  background-color: #F3F8F6;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox02 .fundwrap-col:nth-child(2) {
    margin-top: 24px;
  }
}

.fundwrap-meritBox02 .fundwrap-col:nth-child(2) > .fundwrap-title {
  font-weight: bold;
  color: #fff;
  background-color: #017A4F;
}

.fundwrap-meritBox02 .fundwrap-col:nth-child(2) > .fundwrap-title::before {
  border-top-color: #017A4F;
}

.fundwrap-meritBox03 {
  padding: 40px 80px;
  background-color: #F3F8F6;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox03 {
    padding: 24px;
  }
}

.fundwrap-meritBox03 > .fundwrap-img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox03 > .fundwrap-img {
    margin-top: 16px;
  }
}

.fundwrap-meritBox03 > .fundwrap-img > img {
  width: 282px;
}

.fundwrap-meritBox03 > .fundwrap-list {
  margin-top: 24px;
  padding: 24px;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox03 > .fundwrap-list {
    margin-top: 20px;
  }
}

.fundwrap-meritBox03 > .fundwrap-list > ul {
  display: inline-block;
  text-align: left;
}

.fundwrap-meritBox03 > .fundwrap-list > ul > li {
  margin-left: 1.4em;
  list-style: disc;
}

.fundwrap-meritBox03 > .fundwrap-list > ul > li + li {
  margin-top: 12px;
}

.fundwrap-meritBox04 {
  margin-top: 56px;
}

@media screen and (min-width: 768px) {
  .fundwrap-meritBox04 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox04 {
    margin-top: 32px;
  }
}

.fundwrap-meritBox04 > .item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #F5F9E6;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .fundwrap-meritBox04 > .item {
    width: 343px;
  }
  .fundwrap-meritBox04 > .item:nth-child(2n) {
    margin-left: 14px;
  }
  .fundwrap-meritBox04 > .item:nth-child(n+3) {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox04 > .item:nth-child(n+2) {
    margin-top: 16px;
  }
}

.fundwrap-meritBox04 > .item > .fundwrap-head > [class^=fundwrap-img] {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fundwrap-meritBox04 > .item > .fundwrap-head > [class^=fundwrap-img] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 77px;
  }
  .fundwrap-meritBox04 > .item > .fundwrap-head > [class^=fundwrap-img] > img {
    max-height: 100%;
  }
}

.fundwrap-meritBox04 > .item > .fundwrap-head > .fundwrap-img01 > img {
  width: 80px;
}

.fundwrap-meritBox04 > .item > .fundwrap-head > .fundwrap-img02 > img {
  width: 114px;
}

.fundwrap-meritBox04 > .item > .fundwrap-head > .fundwrap-img03 > img {
  width: 139px;
}

.fundwrap-meritBox04 > .item > .fundwrap-head > .fundwrap-img04 > img {
  width: 120px;
}

.fundwrap-meritBox04 > .item > .fundwrap-head > .fundwrap-title {
  margin-top: 12px;
  font-weight: bold;
  text-align: center;
  color: #004831;
}

@media screen and (min-width: 768px) {
  .fundwrap-meritBox04 > .item > .fundwrap-head > .fundwrap-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
  }
}

.fundwrap-meritBox04 > .item > .fundwrap-list {
  height: 100%;
  margin-top: 16px;
  padding: 20px 24px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox04 > .item > .fundwrap-list {
    padding: 20px;
  }
}

.fundwrap-meritBox04 > .item > .fundwrap-list > ul > li {
  margin-left: 1.4em;
  list-style: disc;
}

.fundwrap-meritBox04 > .item > .fundwrap-list > ul > li + li {
  margin-top: 6px;
}

.fundwrap-meritBox05 {
  margin-top: 16px;
  padding: 40px;
  border: 1px solid #D5DEDB;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox05 {
    padding: 24px;
  }
}

.fundwrap-meritBox05 > .fundwrap-title {
  text-align: center;
  font-weight: bold;
  color: #006444;
}

.fundwrap-meritBox05 > .fundwrap-list {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .fundwrap-meritBox05 > .fundwrap-list {
    display: flex;
    justify-content: center;
  }
}

.fundwrap-meritBox05 > .fundwrap-list > ul > li {
  margin-left: 1.4em;
  list-style: disc;
}

.fundwrap-meritBox05 > .fundwrap-list > ul > li + li {
  margin-top: 8px;
}

.fundwrap-meritBox06 {
  margin-top: 16px;
  padding: 40px;
  background: #F5F9E6;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox06 {
    padding: 40px 24px 32px;
  }
}

.fundwrap-meritBox06 > .fundwrap-title {
  font-weight: bold;
  text-align: center;
  color: #004831;
}

.fundwrap-meritBox06 > .fundwrap-body {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .fundwrap-meritBox06 > .fundwrap-body {
    display: flex;
  }
}

.fundwrap-meritBox06 > .fundwrap-body > .fundwrap-img01 {
  width: 226px;
  margin-right: 38px;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox06 > .fundwrap-body > .fundwrap-img01 {
    margin: auto;
  }
}

.fundwrap-meritBox06 > .fundwrap-body > .fundwrap-text {
  flex: 1 0 0%;
}

@media screen and (max-width: 767px) {
  .fundwrap-meritBox06 > .fundwrap-body > .fundwrap-text {
    margin-top: 26px;
  }
}

.fundwrap-index02Table01.table-type01 > tbody > tr > th, .fundwrap-index02Table01.table-type01 > tbody > tr > td {
  padding: 24px 40px;
  vertical-align: middle;
}

.fundwrap-index02Table01.table-type01 > tbody > tr > th {
  color: #141d1d;
}

.fundwrap-index02Table01.table-type01 > tbody > tr > td > .toushin-list > li {
  margin-left: 1.6em;
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .fundwrap-index02Table01.table-type01 > tbody > tr > th, .fundwrap-index02Table01.table-type01 > tbody > tr > td {
    padding: 24px;
  }
  .fundwrap-index02Table01.table-type01 > tbody > tr > th {
    vertical-align: middle;
  }
}

.fundwrap-index02Btn01 {
  margin-top: 64px;
  text-align: center;
}

.fundwrap-index02Btn01 > .card-tile01 {
  width: 588px;
  max-width: 100%;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .fundwrap-index02Btn01 {
    margin-top: 40px;
  }
  .fundwrap-index02Btn01 > .card-tile01 {
    padding: 20px 24px;
  }
  .fundwrap-index02Btn01 > .card-tile01 > .inenr > .text {
    text-align: left;
  }
}

.fundwrap-procedureStepFlowbox01 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .fundwrap-procedureStepFlowbox01 {
    margin-top: 64px;
  }
}

.fundwrap-procedureStepFlowbox01 > .fundwrap-procedureFlow {
  border-radius: 3px;
  border: 1px solid #D5DEDB;
  padding: 55px 0 60px;
}

@media screen and (max-width: 767px) {
  .fundwrap-procedureStepFlowbox01 > .fundwrap-procedureFlow {
    padding: 40px 20px;
  }
}

.fundwrap-procedureStepFlowbox01 > .fundwrap-procedureFlow + .fundwrap-procedureFlow {
  margin-top: 34px;
  position: relative;
}

.fundwrap-procedureStepFlowbox01 > .fundwrap-procedureFlow + .fundwrap-procedureFlow:after {
  content: "";
  display: block;
  margin: 0 auto;
  border-top: 18px solid #b3c8c1;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}

.fundwrap-procedureStepFlowbox01 > .fundwrap-procedureFlow > .fundwrap-procedureStep {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  background-color: #C4D700;
  font-size: 2.4rem;
  font-weight: 700;
  color: #003927;
}

@media screen and (max-width: 767px) {
  .fundwrap-procedureStepFlowbox01 > .fundwrap-procedureFlow > .fundwrap-procedureStep {
    width: 104px;
    height: 34px;
    font-size: 1.6rem;
  }
}

.fundwrap-procedureStepFlowbox01 > .fundwrap-procedureFlow > .fundwrap-procedureHeading {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #003927;
}

@media screen and (max-width: 767px) {
  .fundwrap-procedureStepFlowbox01 > .fundwrap-procedureFlow > .fundwrap-procedureHeading {
    width: calc(100% + 40px);
    margin-left: -20px;
    font-size: 2rem;
  }
}

.fundwrap-procedureStepFlowbox01 .fundwrap-procedureImg01 {
  width: 321px;
}

@media screen and (max-width: 767px) {
  .fundwrap-procedureStepFlowbox01 .fundwrap-procedureImg01 {
    width: 280px;
  }
}

.fundwrap-procedureStepFlowbox01 .fundwrap-procedureImg02 {
  width: 243px;
}

@media screen and (max-width: 767px) {
  .fundwrap-procedureStepFlowbox01 .fundwrap-procedureImg02 {
    width: 190px;
  }
}

.fundwrap-procedureStepFlowbox01 .fundwrap-procedureImg03 {
  width: 134px;
}

@media screen and (max-width: 767px) {
  .fundwrap-procedureStepFlowbox01 .fundwrap-procedureImg03 {
    width: 120px;
  }
}

.fundwrap-procedureStepFlowbox01 .fundwrap-procedureImg04 {
  width: 219px;
}

@media screen and (max-width: 767px) {
  .fundwrap-procedureStepFlowbox01 .fundwrap-procedureImg04 {
    width: 190px;
  }
}

/*# sourceMappingURL=fundwrap.css.map */
