.fund-greeting-data img {
  width: 100%;
}
.fund-greeting-data a {
  color: #345b84;
  font-weight: bold;
  text-decoration: none;
}
.fund-greeting-data a:hover {
  opacity: 0.8;
}
.fund-greeting-data .nowrap {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .fund-greeting-data .nowrap {
    white-space: unset;
  }
}
@media only screen and (max-width: 768px) {
  .fund-greeting-data .sp-zoom {
    width: 140vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
}
.fund-greeting-data__sec {
  margin-bottom: 8rem;
}
.fund-greeting-data__box__ttl {
  margin-bottom: 4rem;
  position: relative;
}
.fund-greeting-data__box__ttl::before, .fund-greeting-data__box__ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
}
.fund-greeting-data__box__ttl::before {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  background-color: #efefef;
}
.fund-greeting-data__box__ttl::after {
  width: 5vw;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  background-color: #9e2d36;
}
.fund-greeting-data__box__ttl .ttl-ruby {
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #9e2d36;
}
.fund-greeting-data__box__ttl .ttl-main {
  font-size: 150%;
}
.fund-greeting-data__box__ttl .ttl-number {
  margin-right: 0.8rem;
}
.fund-greeting-data__box__contents > div {
  margin-bottom: 4rem;
}
.fund-greeting-data__box__contents > div:last-child {
  margin-bottom: 0;
}
.fund-greeting-data__box__contents > div > div {
  margin-bottom: 4rem;
}
.fund-greeting-data__box__contents > div > div,
.fund-greeting-data__box__contents > div > div .fund-greeting-data__box__contents__ttl {
  margin-bottom: 1rem;
}
.fund-greeting-data__box__contents > div > div:last-child {
  margin-bottom: 0;
}
.fund-greeting-data__box__contents__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fund-greeting-data__box__contents__flex > * {
  -ms-flex-preferred-size: calc((100% - 4rem) / 2);
      flex-basis: calc((100% - 4rem) / 2);
}
@media only screen and (max-width: 768px) {
  .fund-greeting-data__box__contents__flex {
    display: block;
  }
  .fund-greeting-data__box__contents__flex > * {
    width: 100%;
  }
  .fund-greeting-data__box__contents__flex > *:first-child {
    margin-bottom: 4rem;
  }
}
.fund-greeting-data__box__contents__flex-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fund-greeting-data__box__contents__flex-img > * {
  width: 80%;
  margin-bottom: 2rem;
}
.fund-greeting-data__box__contents__flex-img > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .fund-greeting-data__box__contents__flex-img > * {
    width: 100%;
  }
}
.fund-greeting-data__box__contents__flex-img.only-img > div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.fund-greeting-data__box__contents__flex-img.only-img > div:first-child {
  display: none;
}
.fund-greeting-data__box__contents__flex-img.display-none {
  display: none;
}
.fund-greeting-data__box__contents__ttl {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 110%;
  color: #9e2d36;
}
.fund-greeting-data__box__contents__ttl-mini {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.fund-greeting-data__box__contents__text p {
  margin-bottom: 2rem;
}
.fund-greeting-data__box__contents__text p:last-child {
  margin-bottom: 0;
}
.fund-greeting-data__box__contents__text-right {
  text-align: right;
}
.fund-greeting-data__box__contents__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 768px) {
  .fund-greeting-data__box__contents__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.fund-greeting-data__box__contents__img p {
  text-align: right;
}
.fund-greeting-data__box__contents__table {
  background-color: rgba(58, 58, 58, 0.2);
}
.fund-greeting-data__box__contents__table tbody tr > * {
  padding: 4rem;
}
.fund-greeting-data__box__contents__table tbody tr th {
  width: 22vw;
  background-color: #eff5fb;
}
.fund-greeting-data__box__contents__table tbody tr td {
  background-color: white;
}
.fund-greeting-data__box__contents__table tbody tr td .td__text__box {
  margin-bottom: 2rem;
}
.fund-greeting-data__box__contents__table tbody tr td .td__text__box:last-child {
  margin-bottom: 0;
}
.fund-greeting-data__box__contents__table tbody tr td .td__text__box__inner {
  margin-bottom: 4rem;
}
.fund-greeting-data__box__contents__table tbody tr td .td__text__box__inner:last-child {
  margin-bottom: 0;
}
.fund-greeting-data__box__contents__table tbody tr td .td__text__box__ttl {
  margin-bottom: 1rem;
  font-weight: bold;
}
.fund-greeting-data__box__contents__table tbody tr td .td__text__box__ttl-big {
  font-size: 120%;
  margin-bottom: 1rem;
  font-weight: bold;
}
.fund-greeting-data__box__contents__table tbody tr td .td__text__box__text {
  margin-bottom: 2rem;
}
.fund-greeting-data__box__contents__table tbody tr td .td__text__box__ul {
  margin: 0;
}
.fund-greeting-data__box__contents__table tbody tr td .td__text__box__ul-number {
  list-style: decimal;
}
.fund-greeting-data__box__contents__table tbody tr td .td__text__box__ul-number li {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .fund-greeting-data__box__contents__table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fund-greeting-data__box__contents__table tbody tr th {
    width: 100%;
  }
}
.fund-greeting-data__box__contents .deductible-expense-limit__etc {
  margin-top: 4rem;
}
.fund-greeting-data__box__contents .deductible-expense-limit__etc > * {
  color: #3a3a3a;
  margin-bottom: 1rem;
}
.fund-greeting-data__box__contents .deductible-expense-limit__etc > *:last-child {
  margin-bottom: 0;
}
.fund-greeting-data__box__contents .deductible-expense-limit__etc__contents {
  background-color: rgba(52, 91, 132, 0.2);
  padding: 4rem;
}
.fund-greeting-data__box__contents .deductible-expense-limit__etc__note {
  font-size: 90%;
}