@charset "UTF-8";
.contents {
  overflow: hidden;
}

.main-img {
  padding-top: 280px;
  padding-bottom: 280px;
  background: url(/100th/images/fundsinfo/bg.jpg) no-repeat center center/cover;
}
.main-img .copy-text {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}

.sec-box {
  padding-top: 30px;
  border-top: 1px solid #231815;
}
.sec-box.first {
  border-top: 0;
}

.head-boxab {
  position: relative;
}

.textsliderbox {
  width: 100%;
  z-index: 2;
  position: relative;
}
.textsliderbox p {
  font-size: 9vw;
  line-height: 1;
  padding-left: 8%;
  padding-right: 8%;
  width: 100%;
  font-weight: 700;
  padding-bottom: 0;
}
.textsliderbox img {
  max-height: 156px;
  width: auto;
  display: block;
  vertical-align: bottom;
}
.textsliderbox.ex .d-demo__item {
  width: 200vw;
}
.textsliderbox.ex p {
  padding-left: 12%;
  padding-right: 12%;
}
.textsliderbox.ex2 .d-demo__item {
  width: 233.3333333333vw;
}
.textsliderbox.ex2 p {
  padding-left: 16%;
  padding-right: 16%;
}

.h-copy-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}

/*.textsliderbox .slick-slide{
	width: 180%!important;
}*/
@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
IE11
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left {
  -webkit-animation: infinity-scroll-left 155s infinite linear 0s both;
          animation: infinity-scroll-left 155s infinite linear 0s both;
}

.d-demo__item {
  width: 110vw;
}

.d-demo__item > img {
  width: 100%;
}

.head-boxab {
  margin-bottom: 14px;
}

.sub-copy {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.71;
  font-size: 35px;
}

.note-tex {
  font-size: 12px;
}

.ttl-obi {
  margin-bottom: 30px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 25px;
  background: #595757;
}
.ttl-obi.ptn1 {
  background: #005b81;
}
.ttl-obi.ptn2 {
  background: #005b34;
}

.mini-ttl {
  text-align: center;
  margin-bottom: 36px;
  line-height: 1;
  font-size: 22px;
}

table th {
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}
table th:first-child {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
table td {
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}
table.ptn1 {
  border: 2px solid #00749F;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
table.ptn1 th, table.ptn1 td {
  border-right: 2px solid #00749F;
  border-bottom: 2px solid #00749F;
}
table.ptn1 th span, table.ptn1 td span {
  color: #00749F;
  display: block;
  line-height: 1;
}
table.ptn2 {
  border: 2px solid #3A7B66;
  width: 72%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
table.ptn2 th, table.ptn2 td {
  border-right: 2px solid #3A7B66;
  border-bottom: 2px solid #3A7B66;
}
table.ptn2 th span, table.ptn2 td span {
  color: #498068;
  display: block;
  line-height: 1;
}
table tr:last-child td {
  border-bottom: 0;
}

.r-copy {
  margin-bottom: 30px;
  line-height: 1;
  color: #B7193F;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.r-copy.ex {
  margin-top: 45px;
}

.r-copy2 {
  margin-bottom: 20px;
  line-height: 1;
  color: #B7193F;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
}
.r-copy2 span {
  font-size: 19px;
  margin-top: 20px;
  display: block;
}

.cam-box {
  padding-bottom: 60px;
  line-height: 2.12;
}
.cam-box .img {
  margin-bottom: 15px;
}

.note-tex {
  font-size: 12px;
}

.panel-box .panel {
  display: flex;
  flex-direction: column-reverse;
  border: 1px solid #b7193f;
  margin-bottom: 45px;
}
.panel-box .panel dt {
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 8px;
}
.panel-box .panel dt .open-img {
  display: inline-block;
  width: 12%;
  max-width: 25px;
  margin-left: auto;
  margin-right: auto;
}
.panel-box .panel dt .close-img {
  display: none;
  width: 6%;
  max-width: 34px;
  margin-left: auto;
  margin-right: auto;
}
.panel-box .panel dt .r-copy {
  display: block;
  margin-bottom: 10px;
}
.panel-box .panel dt.open {
  padding-bottom: 40px;
  padding-top: 0;
}
.panel-box .panel dt.open .open-img {
  display: none;
}
.panel-box .panel dt.open .close-img {
  display: block;
}
.panel-box .panel dt.open .r-copy {
  display: none;
}
.panel-box .panel dd {
  padding-top: 40px;
}
.panel-box .panel dd .cam-box {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.panel-box .panel dd .dl-box dt {
  display: block;
  padding-top: 0 !important;
}
.panel-box .panel dd .dl-box dd {
  display: block !important;
  padding-top: 0 !important;
}

.dl-box {
  /*border-bottom: 1px solid #231815;*/
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.dl-box dl {
  padding-bottom: 34px;
  border-bottom: 1px solid #231815;
  margin-bottom: 25px;
}
.dl-box dl:last-child {
  border-bottom: 0;
}
.dl-box dl dt {
  color: #B7193F;
  padding-bottom: 25px;
  line-height: 1;
  font-weight: 500;
  font-size: 27px;
}
.dl-box dl:last-child {
  margin-bottom: 0;
}

.fund-copy {
  border-top: 1px solid #231815;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #AF1C3B;
  margin-bottom: 45px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.fund-copy span {
  font-size: 29px;
  color: #fff;
  font-weight: 400;
  /*line-height: 1;
  padding-bottom: 10px;
  border-bottom: 4px solid #231815;
  display: inline-block;*/
}

.dl-wrap {
  margin-top: 40px;
  margin-bottom: 47px;
}
.dl-wrap dl {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #B7193F;
}
.dl-wrap dl:nth-child(2n) {
  background: #f9edf0;
}
.dl-wrap dl.last {
  margin-bottom: 0;
  border-bottom: 1px solid #B7193F;
}
.dl-wrap dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.dl-wrap dl dt::after {
  content: " ";
  position: absolute;
  right: -0.4em;
  top: 50%;
  transform: translateY(-50%);
}
.dl-wrap dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 160px);
  font-size: 23px;
  line-height: 1.12;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dl-wrap dl dd .dd-flex {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  width: 80%;
}
.dl-wrap dl dd .dd-flex > div {
  width: 48%;
  line-height: 1.2;
  display: block;
}
.dl-wrap dl dd .notes {
  font-size: 13px;
}

.sub-ttl {
  font-size: 22px;
}
.sub-ttl.ptn1 {
  color: #00749F;
}
.sub-ttl.ptn2 {
  color: #498068;
}
.sub-ttl .bk {
  color: #231815;
}
.sub-ttl .bk .big {
  font-size: 33px;
}

.net-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 34px 40px;
  border: 2px solid #DFEAF8;
  justify-content: space-between;
  margin-bottom: 20px;
}
.net-box.last {
  margin-bottom: 32px;
}
.net-box .ttl {
  width: 80px;
}
.net-box .text {
  width: calc(100% - 420px);
}
.net-box .text span {
  color: #00749F;
}
.net-box .text.full {
  width: calc(100% - 120px);
}
.net-box .bnr {
  width: 100%;
  margin-top: 23px;
}

.gr-tex {
  color: #498068;
}

.dl-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.dl-flex dt {
  width: 20px;
}
.dl-flex dd {
  width: calc(100% - 40px);
}

.case-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
.case-flex .box {
  width: 48%;
}
.case-flex .box .notes {
  font-size: 12px;
  white-space: nowrap;
}
.case-flex .box .case-ttl {
  text-align: center;
  margin-bottom: 30px;
}
.case-flex .box .case-ttl span.line {
  display: block;
  font-size: 16px;
  border-bottom: 4px solid #BEDAC7;
}
.case-flex .box .case-ttl span.line .mini {
  font-size: 15px;
}
.case-flex .box .case-ttl .subtext {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
.case-flex .box .case-ttl .subtext.red {
  color: #e60012;
}
.case-flex .box .li-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.case-flex .box .li-flex.center {
  justify-content: center;
}
.case-flex .box .li-flex li {
  width: 47%;
}
.case-flex .box .li-flex li a {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 1.43;
  /*color: #498068;
  background: #F0F6DE;
  padding-top: 8px;
  padding-bottom: 8px;*/
}
.case-flex.block {
  display: block;
}
.case-flex.block.ex {
  margin-top: -3em;
}
.case-flex.block .box {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.case-flex.block .box.ex {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-bottom: 30px;
}
.case-flex.block .box.ex .btn {
  width: 62%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.cen-txt {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.kouza-flex {
  margin-left: 40px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  border-bottom: 5px solid #006d33;
}
.kouza-flex dt {
  width: 90px;
  margin-bottom: -1px;
}
.kouza-flex dd {
  width: calc(100% - 100px);
}

.link-flex {
  display: flex;
  justify-content: space-between;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
.link-flex li {
  width: 48%;
}
.link-flex li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  /*padding-top: 18px;
  padding-bottom: 18px;*/
}
.link-flex li a.ptn1 {
  background: #00496D;
  color: #fff;
}
.link-flex li a.ptn2 {
  background: #235642;
  color: #fff;
}

@media only screen and (max-width: 900px) {
  .main-img {
    padding-top: 19.3vw;
    padding-bottom: 19.5vw;
    background: url(/100th/images/fundsinfo/bg.jpg) no-repeat center center/cover;
  }
  .main-img .copy-text {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  .sec-box {
    padding-top: 3.65vw;
  }
  .head-boxab {
    position: relative;
  }
  .textsliderbox {
    width: 100%;
    z-index: 2;
    position: relative;
  }
  .textsliderbox p {
    font-size: 9vw;
    line-height: 1;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    font-weight: 700;
    padding-bottom: 0;
  }
  .textsliderbox img {
    max-height: 16vw;
    width: auto;
    display: block;
    vertical-align: bottom;
  }
  .textsliderbox.ex .d-demo__item {
    width: 233.3333333333vw;
  }
  .textsliderbox.ex p {
    padding-left: 12%;
    padding-right: 12%;
  }
  .textsliderbox.ex2 .d-demo__item {
    width: 333.3333333333vw;
  }
  .textsliderbox.ex2 p {
    padding-left: 16%;
    padding-right: 16%;
  }
  .h-copy-text {
    z-index: 3;
    font-size: 3.33vw;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .d-demo__item {
    width: 200vw;
  }
  .d-demo__item > img {
    width: 100%;
  }
  .head-boxab {
    margin-bottom: 3vw;
  }
  .sub-copy {
    margin-bottom: 7.2vw;
    text-align: center;
    line-height: 1.71;
    font-size: 3.65vw;
  }
  .text-box {
    padding-bottom: 8.3vw;
    text-align: center;
    line-height: 2.12;
  }
  .ttl-obi {
    margin-bottom: 4vw;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 3.3vw;
  }
  .mini-ttl {
    text-align: center;
    margin-bottom: 3vw;
    line-height: 1;
    font-size: 3.3vw;
  }
  table th {
    padding: 1vw 1vw;
    text-align: center;
    vertical-align: middle;
    font-size: 2.3vw;
  }
  table th:first-child {
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-justify: inter-ideograph;
  }
  table td {
    padding: 1vw 1vw;
    text-align: center;
    vertical-align: middle;
    font-size: 2.3vw;
  }
  table.ptn1 {
    border: 2px solid #00749F;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.65vw;
  }
  table.ptn1 th, table.ptn1 td {
    border-right: 2px solid #00749F;
    border-bottom: 2px solid #00749F;
  }
  table.ptn1 th span, table.ptn1 td span {
    color: #00749F;
    display: block;
    line-height: 1;
  }
  table.ptn2 {
    border: 2px solid #3A7B66;
    width: 72%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7vw;
  }
  table.ptn2 th, table.ptn2 td {
    border-right: 2px solid #3A7B66;
    border-bottom: 2px solid #3A7B66;
  }
  table.ptn2 th span, table.ptn2 td span {
    color: #498068;
    display: block;
    line-height: 1;
  }
  table tr:last-child td {
    border-bottom: 0;
  }
  .cam-box {
    padding-bottom: 8vw;
    line-height: 2.12;
  }
  .cam-box .img {
    margin-bottom: 15px;
  }
  .note-tex {
    font-size: 2.3vw;
  }
  .panel-box {
    width: 100%;
  }
  .panel-box .panel {
    display: flex;
    flex-direction: column-reverse;
    border-top: 1px solid #b7193f;
    border-left: 0;
    border-right: 0;
    margin-bottom: 3vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .panel-box .panel dt {
    cursor: pointer;
    padding-top: 4vw;
    padding-bottom: 1vw;
  }
  .panel-box .panel dt .open-img {
    width: 6%;
    max-width: 4vw;
  }
  .panel-box .panel dt .close-img {
    display: none;
    width: 12%;
    max-width: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
  .panel-box .panel dt .r-copy {
    display: block;
    margin-bottom: 3vw;
  }
  .panel-box .panel dt.open {
    padding-bottom: 6vw;
    padding-top: 0;
  }
  .panel-box .panel dt.open .open-img {
    display: none;
  }
  .panel-box .panel dt.open .close-img {
    display: block;
  }
  .panel-box .panel dt.open .r-copy {
    display: none;
  }
  .panel-box .panel dd {
    padding-top: 40px;
  }
  .panel-box .panel dd .cam-box {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .panel-box .panel dd .dl-box dt {
    display: block;
    padding-top: 0 !important;
  }
  .panel-box .panel dd .dl-box dd {
    display: block !important;
    padding-top: 0 !important;
  }
  .dl-box {
    margin-bottom: 0vw;
    padding-bottom: 0vw;
    text-align: center;
  }
  .dl-box dl {
    padding-bottom: 3.75vw;
    margin-bottom: 4.1vw;
  }
  .dl-box dl dt {
    padding-bottom: 3.6vw;
    line-height: 1;
    font-weight: 500;
    font-size: 2.9vw;
  }
  .r-copy {
    margin-bottom: 2.6vw;
    font-size: 3.33vw;
    letter-spacing: 0.1em;
  }
  .r-copy.ex {
    margin-top: 2vw;
  }
  .r-copy2 {
    margin-bottom: 3.3vw;
    line-height: 1;
    font-size: 2.8vw;
    letter-spacing: 0.1em;
  }
  .r-copy2 span {
    font-size: 2.3vw;
    margin-top: 2vw;
  }
  .fund-copy {
    text-align: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
    margin-bottom: 6vw;
  }
  .fund-copy span {
    font-size: 3.75vw;
    line-height: 1.61;
    padding-bottom: 0vw;
  }
  .dl-wrap {
    margin-top: 2.2vw;
    margin-bottom: 5.2vw;
  }
  .dl-wrap dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0vw;
  }
  .dl-wrap dl.last {
    margin-bottom: 0;
  }
  .dl-wrap dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    font-size: 3vw;
    letter-spacing: 0.1em;
    padding-top: 2.2vw;
    padding-bottom: 2.2vw;
  }
  .dl-wrap dl dd {
    display: flex;
    align-items: center;
    width: 78%;
    font-size: 3vw;
    line-height: 1.52;
  }
  .dl-wrap dl dd .dd-flex {
    display: block;
    justify-content: space-between;
    max-width: none;
    width: 100%;
  }
  .dl-wrap dl dd .dd-flex > div {
    width: 100%;
    line-height: 1.2;
    display: block;
    margin-bottom: 2vw;
  }
  .dl-wrap dl dd .dd-flex > div.last-dd {
    margin-bottom: 0;
  }
  .dl-wrap dl dd .notes {
    font-size: 2.3vw;
  }
  .dl-wrap .dl-flex {
    display: block;
  }
  .dl-wrap .dl-flex .left {
    width: 100%;
  }
  .dl-wrap .dl-flex .right {
    width: 100%;
  }
  .sub-ttl {
    font-size: 3.3vw;
  }
  .sub-ttl .bk .big {
    font-size: 4.4vw;
  }
  .net-box {
    padding: 3vw 3vw;
    border: 2px solid #DFEAF8;
    justify-content: space-between;
    margin-bottom: 2vw;
  }
  .net-box.last {
    margin-bottom: 4vw;
  }
  .net-box .ttl {
    width: 10.4vw;
  }
  .net-box .link-btn {
    margin-top: 2vw;
  }
  .net-box .text {
    width: calc(100% - 16vw);
  }
  .net-box .text.full {
    width: calc(100% - 16vw);
  }
  .net-box .bnr {
    width: 100%;
    margin-top: 2vw;
  }
  .dl-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vw;
  }
  .dl-flex dt {
    width: 3vw;
  }
  .dl-flex dd {
    width: calc(100% - 6vw);
  }
  .case-flex {
    display: block;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .case-flex .box {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
  .case-flex .box .notes {
    font-size: 12px;
    white-space: normal;
  }
  .case-flex .box .case-ttl {
    text-align: center;
    margin-bottom: 3vw;
  }
  .case-flex .box .case-ttl span.line {
    display: block;
    font-size: 2.4vw;
    border-bottom: 4px solid #BEDAC7;
  }
  .case-flex .box .case-ttl .subtext {
    display: block;
    font-size: 2.3vw;
    margin-top: 1vw;
  }
  .case-flex .box .li-flex {
    display: block;
    justify-content: space-between;
    margin-bottom: 3vw;
  }
  .case-flex .box .li-flex.center {
    justify-content: center;
  }
  .case-flex .box .li-flex li {
    width: 70%;
    margin-bottom: 2vw;
    margin-left: auto;
    margin-right: auto;
  }
  .case-flex .box .li-flex li a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 2.7vw;
    line-height: 1.43;
    /*padding-top: 2vw;
    padding-bottom: 2vw;*/
  }
  .cen-txt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.7vw;
  }
  .kouza-flex {
    margin-left: 5vw;
    margin-bottom: 7vw;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 5vw);
    border-bottom: none;
  }
  .kouza-flex dt {
    width: 12.5vw;
  }
  .kouza-flex dd {
    width: calc(100% - 14.7vw);
  }
  .link-flex {
    display: flex;
    justify-content: space-between;
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7vw;
  }
  .link-flex li {
    width: 48%;
  }
  .link-flex li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3vw;
    line-height: 1;
    /*padding-top: 2vw;
    padding-bottom: 2vw;*/
  }
}
.newbtn-list {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.newbtn-list li {
  margin-bottom: 30px;
  max-width: none;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}

.notes {
  font-size: 12px;
}

@media only screen and (max-width: 900px) {
  .news-ttlimg {
    width: 12%;
    margin-bottom: 4.5vw;
    padding-top: 4vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .newbtn-list {
    display: block;
    max-width: none;
  }
  .newbtn-list li {
    margin-bottom: 1.5vw;
    max-width: none;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .pc-inline {
    display: none;
  }
  .notes {
    font-size: 2.3vw;
  }
  .case-flex.block .box.ex .btn {
    margin-top: 5vw;
  }
}
.menu-link-3 a {
  background: #AF1C3B;
  color: #fff !important;
}
/*# sourceMappingURL=fundsinfo.css.map */