@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-ajust: 100%;
}
body {
  line-height: 1.6;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.8rem !important;
  background: #050304;
}
main {
  display: block;
  background: #050304;
  margin: 0 auto 100px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.wrapper-inner {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
}
.inner {
  width: calc(100% - 20px);
  max-width: 1100px;
  margin: 0 auto;
}
.contents-inner {
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto;
}
.sponly {
  display: none;
}
a {
  color: #3087e9;
  text-decoration: none;
}

/*header-------------*/
section[class^="section"] {
  margin: 100px auto;
}
.headArea > .inner {
  padding-bottom: 80px;
  background:
    url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_bgim01.png") no-repeat left top,
    url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_bgim02.png") no-repeat right bottom;
}
.topcontents {
  padding-top: 30px;
  max-width: 800px;
  margin: 0 0 130px auto;
}
.topcontents p + p {
  margin-top: 50px;
}
.boxArea {
  border: 1px solid #ffffff;
  padding: 2px;
  text-align: center;
}
.h1Area {
  max-width: 730px;
  margin: 0 auto;
}
.h1 {
  font-size: 4rem !important;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
}
.h2 {
  position: relative;
  font-size: 4rem !important;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  padding-left: 100px;
  margin-bottom: 30px;
}
.h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 84px;
  height: 71px;
  left: 0;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_ic03.png") no-repeat center center / contain;
}
.movieArea .h2_nic {
  font-size: 3rem !important;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.h3 {
  text-align: center;
  font-weight: bold;
  color: #003b6d;
  font-size: 2.2rem !important;
  margin-bottom: 20px;
}
.h4 {
  text-align: center;
  font-weight: bold;
  color: #003b6d;
  font-size: 2rem !important;
  margin-bottom: 20px;
}
.section01 h3 {
  font-weight: bold;
  color: #b6b8be;
  font-size: 2rem !important;
  margin-bottom: 10px;
  text-align: left;
}
.red_box {
  margin: 10px auto;
  border: 1px solid #b81a35;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #b81a35;
  background-color: rgba(255, 255, 255, 0.8);
}

/*flexbox-------------*/
.flexbox,
.flexbox02 {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

section > .flexbox {
  margin-top: 0;
}

/*action*/
.fadeIn_item.fade.offs,
.offs .fadeIn_item.fade {
  opacity: 0;
}
.fadeIn_item.up.offs,
.offs .fadeIn_item.up {
  opacity: 0;
  transform: translateY(50px);
}
.fadeIn_item.down.offs,
.offs .fadeIn_item.down {
  opacity: 0;
  transform: translateY(-50px);
}
.fadeIn_item.left.offs,
.offs .fadeIn_item.left {
  opacity: 0;
  transform: translateX(50px);
}
.fadeIn_item.right.offs,
.offs .fadeIn_item.right {
  opacity: 0;
  transform: translateX(-50px);
}
.fadeIn_item.ons,
.ons .fadeIn_item {
  transition: all 0.5s cubic-bezier(0, 0, 0.13, 0.79);
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}
.fadeIn_item + .fadeIn_item {
  transition: all 0.7s 0.2s;
}
.fadeIn_item + .fadeIn_item + .fadeIn_item {
  transition: all 0.7s 0.4s;
}
.fadeIn_item + .fadeIn_item + .fadeIn_item + .fadeIn_item {
  transition: all 0.7s 0.6s;
}
.fadeIn_item + .fadeIn_item + .fadeIn_item + .fadeIn_item + .fadeIn_item {
  transition: all 0.7s 0.8s;
}

main > section {
  margin-bottom: 140px;
}

.graphArea {
  margin: 40px auto;
}
.graphArea + p {
  margin: 60px 0 40px;
}

.section01 .box {
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_ic02.png") no-repeat left 20px bottom 30px;
  padding-left: 20%;
  margin-top: 40px;
}

.white_box {
  padding: 50px;
  background-color: #ffffff;
  color: #161416;
}

/*section03-------------*/
.section03 h3 {
  margin-top: 40px;
}
.section03 .listbox {
  flex-wrap: wrap;
  align-items: stretch;
}
.section03 .listbox li {
  position: relative;
  width: calc((100% - 100px) / 3);
  background-color: #f4f4f5;
  margin-top: 80px;
  box-shadow: 0 4px 20px 0 rgba(22, 20, 22, 0.4);
}
.section03 .listbox li:before {
  position: absolute;
  content: "";
  display: block;
  top: -60px;
  left: 0;
  width: 120px;
  height: 120px;
}
.section03 .listbox li:nth-of-type(1):before {
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_ic04.png") no-repeat left bottom / contain;
}
.section03 .listbox li:nth-of-type(2):before {
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_ic05.png") no-repeat left bottom / contain;
}
.section03 .listbox li:nth-of-type(3):before {
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_ic06.png") no-repeat left bottom / contain;
}
.section03 .listbox li:nth-of-type(4):before {
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_ic07.png") no-repeat left bottom / contain;
}
.section03 .listbox li:nth-of-type(5):before {
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_ic08.png") no-repeat left bottom / contain;
}
.section03 .listbox li:nth-of-type(6):before {
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_ic09.png") no-repeat left bottom / contain;
}
.section03 .listbox dl {
  padding: 60px 20px;
}
.section03 .listbox dt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  text-align: center;
  font-weight: bold;
  color: #0099d9;
  font-size: 2.4rem !important;
  border-bottom: 3px dotted #0099d9;
}
.section03 dd {
  font-size: 1.6rem !important;
  line-height: 1.5;
}
.section03 .graphArea.flexbox {
  margin-top: 50px;
}
.section03 .graphArea.flexbox > p {
  width: 31%;
  margin-right: 54px;
}
.section07 .graphArea.flexbox div {
  width: calc(69% - 54px);
}
.section07 .graphArea.flexbox {
  margin-bottom: 50px;
}
.section07 .graphArea.flexbox > p {
  width: 31%;
  margin-right: 54px;
}
.section07 .graphArea.flexbox div {
  width: calc(69% - 54px);
}
/*section05-------------*/
.section05 {
  background-color: #ffffff;
  padding: 50px 0;
  color: #161416;
}
.section05 .logo {
  text-align: center;
}
.section05 p + * {
  margin-top: 20px;
}
.section05 .txArea {
}
.section05 .video {
  width: 40%;
  margin-left: 20px;
}
.video_inner {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

/*section06-------------*/
.section06 .white_box {
  padding: 0px 0 50px;
}
.contentsbox {
  border-top: 2px solid #003b6d;
  padding: 5px 50px;
  margin-bottom: 50px;
}
.contentsbox .innerbox {
  min-height: 262px;
}
.contentsbox:nth-of-type(1) .innerbox {
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_im03.png") no-repeat right top 5px;
}
.contentsbox:nth-of-type(2) .innerbox {
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_im04.png") no-repeat right top 5px;
}
.innerbox .tx_box {
  width: 80%;
  max-width: 650px;
  padding: 20px 50px;
  background-color: #f4f4f5;
  box-shadow: 0 4px 20px 0 rgba(22, 20, 22, 0.4);
  font-size: 1.6rem;
}
.contentsbox:nth-of-type(2) .innerbox .tx_box {
  width: 80%;
  max-width: 730px;
}
.section06 h3 {
  display: inline-block;
  min-width: 400px;
  margin-left: -50px;
  padding: 5px 50px;
  text-align: left;
  background-color: #003b6d;
  color: #ffffff;
}
.section06 .h4 {
  font-size: 1.6rem !important;
  color: #231815;
  margin-bottom: 0;
}
.section06 .graphArea {
  margin-bottom: 0;
}
.section06 .flexbox div {
  width: calc((100% - 20px) / 2);
}
.section06 .flexbox div + div {
  margin-left: 20px;
}
/*section07-------------*/
.secrtion07 ul.klist {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.secrtion07 ul.klist li {
  width: calc((100% - 40px) / 3);
}
.secrtion07 ul.klist li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #0099d9;
}
.secrtion07 .klist li + li {
  margin-left: 20px;
}
.secrtion07 .klist li:nth-of-type(n + 4) {
  margin-top: 10px;
}
.secrtion07 .klist li:nth-of-type(3n + 1) {
  margin-left: 0;
}

.movieArea .movieContents + .movieContents {
  margin-top: 80px;
}
.movieContents p a:hover {
  opacity: 0.3;
  transition: 0.2s;
}

/*info-------------*/
#info {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #ffffff;
  color: #333333;
}
.tel_box {
  margin-top: 50px;
  border: 1px solid #333333;
  text-align: center;
  padding: 26px 10px;
}
.tel_box .note {
  margin-bottom: 20px;
}
.tel_box a {
  text-decoration: underline;
  color: #333333;
}
.tel_box .tel_number {
  font-size: 3rem;
  font-weight: bold;
}

/*note-------------*/
#notes {
  color: #ffffff;
  margin-top: 80px;
}
#notes .note:first-of-type {
  margin-top: 0;
}
.note {
  margin-top: 20px;
  text-align: left;
  font-size: 1.2rem;
}
.note li:not(.flat),
p.note:not(.flat) {
  position: relative;
  padding-left: 16px;
}
.note02 {
  text-align: left;
  font-size: 1.6rem;
}
.note02 li:not(.flat),
p.note02:not(.flat) {
  position: relative;
  padding-left: 20px;
}
.note02 li + li {
  margin-top: 10px;
}

ol.note,
ol.note02 {
  counter-reset: item;
  list-style-type: none;
}
ol.note li:not(.flat) {
  position: relative;
  padding-left: 28px;
}
ol.note02 li:not(.flat) {
  position: relative;
  padding-left: 32px;
}
.kome_number:before {
  counter-increment: item;
  content: "※" counter(item);
  position: absolute;
  margin-left: -28px;
}
.ast_number:before {
  counter-increment: item;
  content: "＊" counter(item);
  position: absolute;
  margin-left: -28px;
}
.circle_number:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  margin-left: -28px;
  margin-top: 5px;
  line-height: 1.7rem;
  text-align: center;
  height: 16px;
  width: 16px;
  border: 1px solid #333333;
  border-radius: 50%;
  font-size: 1.4rem;
}
.kome:before {
  content: "※";
  position: absolute;
  margin-left: -16px;
}
.circle:before {
  content: "●";
  position: absolute;
  margin-left: -16px;
}
.asta:before {
  content: "＊";
  position: absolute;
  margin-left: -16px;
}
.tx_super {
  vertical-align: super;
  font-size: 1rem;
}
.tx_bold {
  font-weight: bold;
}
.tx_center {
  text-align: center;
}
.tx_right {
  text-align: right;
}
.tx_red {
  color: #ff0004;
}
.tx_big {
  font-size: 2rem;
}
.margin_top {
  margin-top: 70px;
}

/*nav-------------*/
/* info -------------*/
.info {
  border: 1px solid #ffffff;
  text-align: center;
  margin: 100px auto 0;
  padding: 50px 0;
  max-width: 800px;
}
.info .contents-inner {
  max-width: 600px;
  width: 100%;
}
.info .fundName {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 30px;
}
.info .fundName span {
  font-size: 2.4rem;
}
.bt02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 4px;
  box-shadow:
    0px 0px 12px 6px rgba(0, 153, 217, 1),
    inset 0px 0px 8px 3px rgba(0, 153, 217, 1);
  transition: transform 0.5s ease;
}
.bt02 a:hover {
  background-color: rgba(48, 54, 66, 1);
}

/*pagetop-------------*/
.pageTop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 90px;
  z-index: 999;
}
.pageTop a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 3px solid #003b6d;
  background: #003b6d;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
/*fundpage-------------*/
.fundpage {
  position: fixed;
  right: 50px;
  bottom: 0;
  z-index: 999;
  max-width: 70%;
}
.fundpage a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 60px 20px 14px;
  border-radius: 6px 6px 0px 0px;
  background-color: #003b6d;
  border: 2px solid #0099d9;
  box-shadow: 0 0 10px #37596c;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.fundpage a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 20px;
  bottom: 50%;
  margin-bottom: -9px;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #ffffff;
}

/*------------------------------------------------------------
　　スマートフォン
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem !important;
  }
  main {
    padding-bottom: 50px;
  }
  .sponly {
    display: block;
  }
  .pconly {
    display: none;
  }

  /*header-------------*/
  .headArea > .inner {
    background:
      url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_bgim01.png") no-repeat left top / 50% auto,
      url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_bgim02.png") no-repeat right bottom / 57px 64px;
  }
  .topcontents {
    width: calc(100% - 5px);
    min-width: 320px;
    margin: 0 5px 80px auto;
    padding-top: 30px;
    font-size: 1.2rem;
  }
  .topcontents p + p {
    margin-top: 30px;
  }
  .h1 {
    font-size: 2.6rem !important;
    margin-bottom: 16px;
  }
  .h2 {
    font-size: 2.6rem !important;
    line-height: 1.2;
    padding-left: 60px;
    margin-bottom: 30px;
  }
  .h2:before {
    width: 56px;
    height: 47px;
  }
  .movieArea .h2_nic {
    font-size: 2rem !important;
    margin-bottom: 30px;
  }
  .h3 {
    font-size: 2rem !important;
    margin-bottom: 20px;
  }
  .h4 {
    font-size: 1.8rem !important;
    margin-bottom: 20px;
  }
  .section01 h3 {
    font-size: 1.8rem !important;
  }
  .red_box {
    margin: 10px auto;
    border: 1px solid #b81a35;
    padding: 3px 8px;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .flexbox {
    margin: 0 auto;
    flex-direction: column;
  }

  .fadeIn_item.up.offs,
  .offs .fadeIn_item.up {
    opacity: 0;
    transform: translateY(20px);
  }
  .fadeIn_item.down.offs,
  .offs .fadeIn_item.down {
    opacity: 0;
    transform: translateY(-20px);
  }
  .fadeIn_item.left.offs,
  .offs .fadeIn_item.left {
    opacity: 0;
    transform: translateX(20px);
  }
  .fadeIn_item.right.offs,
  .offs .fadeIn_item.right {
    opacity: 0;
    transform: translateX(-20px);
  }

  .section01 .box {
    background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_ic02.png") no-repeat left 20px bottom 30px;
    padding-left: 0%;
    margin-top: 40px;
  }

  /* tips -------------*/
  .tips {
    padding: 30px 20px;
  }
  .tips figure {
    text-align: center;
    margin-bottom: 30px;
  }
  .tips h3 {
    font-size: 2rem !important;
    margin-bottom: 30px;
  }
  .tips h4 {
    font-size: 1.6rem !important;
    margin-bottom: 20px;
  }
  .tips .flexbox div {
    width: 100%;
  }

  .white_box {
    padding: 30px 10px;
  }

  /*section03-------------*/
  .section03 .listbox {
    align-items: stretch;
  }
  .section03 .listbox li {
    width: calc((100% - 50px) / 2);
    margin-top: 80px;
    box-shadow: 0 4px 20px 0 rgba(22, 20, 22, 0.4);
  }
  .section03 .listbox li:before {
    top: -50px;
    left: 0;
    width: 100px;
    height: 100px;
  }
  @media screen and (max-width: 500px) {
    .section03 .listbox li {
      width: 100%;
    }
    .section03 .listbox li:first-of-type {
      margin-top: 40px;
    }
  }
  .section03 .listbox dl {
    padding: 30px 20px;
  }
  .section03 .listbox dt {
    margin-bottom: 14px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 2.2rem;
  }
  .section03 dd {
    font-size: 1.4rem;
  }
  .section03 .graphArea.flexbox {
    margin-top: 40px;
  }
  .section03 .graphArea.flexbox > p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section03 .graphArea.flexbox div {
    width: 100%;
  }
  /*section05-------------*/
  .section05 {
    padding: 50px 20px;
  }
  .section05 .logo {
    text-align: center;
  }
  .section05 p + * {
    margin-top: 20px;
  }
  .section05 .note02 {
    font-size: 1.4rem;
  }
  .section05 .txArea {
    width: 100%;
  }
  .section05 .video {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }

  /*section06-------------*/
  .section06 .white_box {
    padding: 0 0 40px;
  }
  .contentsbox {
    padding: 5px 20px;
  }
  .contentsbox + .contentsbox {
    margin-top: 50px;
  }
  .contentsbox:nth-of-type(1) .innerbox {
    background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_im03.png") no-repeat right -20px bottom / contain;
  }
  .contentsbox:nth-of-type(2) .innerbox {
    background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/secret_code_im04.png") no-repeat right -20px bottom / contain;
  }
  .innerbox {
    padding-bottom: 100px;
    margin-right: -20px;
  }
  .innerbox .tx_box {
    width: 90%;
    padding: 10px;
    box-shadow: 0 4px 20px 0 rgba(22, 20, 22, 0.4);
    font-size: 1.4rem;
  }
  .contentsbox:nth-of-type(2) .innerbox .tx_box {
    width: 90%;
  }
  .section06 h3 {
    min-width: 300px;
    margin-left: -20px;
    padding: 5px 30px;
  }

  .section06 .flexbox div {
    width: 100%;
    text-align: center;
  }
  .section06 .flexbox div + div {
    margin-left: 0;
    margin-top: 20px;
  }
  .secrtion07 ul.klist li {
    width: calc((100% - 20px) / 2);
  }
  .secrtion07 .klist li + li {
    margin-left: 10px;
  }

  .secrtion07 .klist li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .secrtion07 .klist li:nth-of-type(3n + 1) {
    margin-left: 10px;
  }
  .secrtion07 .klist li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .section07 .graphArea.flexbox {
    margin-bottom: 40px;
  }
  .section07 .graphArea.flexbox > p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section07 .graphArea.flexbox div {
    width: 100%;
  }

  /*info------------*/
  .btArea li {
    width: calc((100% - 10px) / 2);
  }
  .bt02 a {
    padding: 8px;
    line-height: 1.2;
    font-size: 1.4rem;
    flex-direction: column;
  }
  .btArea li + li {
    margin-left: 5px;
  }
  .bt02 span {
    margin-top: 0px;
  }

  #nav {
    height: 180px;
  }
  #nav .section_inner {
    padding: 5px;
  }
  .btArea {
    margin: 0 auto;
    width: calc(100% - 90px);
    flex-wrap: wrap;
  }
  .btArea li {
    width: calc((100% - 8px) / 2);
  }
  .bt03 {
    width: 80px;
  }
  .btArea li + li {
    margin-left: 8px;
  }
  .bt03 {
    margin-left: 10px;
  }
  .btArea li:nth-of-type(n + 3) {
    margin-top: 6px;
  }
  .btArea li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .bt02 a {
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.2;
    border-radius: 5px;
  }
  .bt03 a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 5px;
    background-color: #cdcfd9;
    border: 2px solid #0099d9;
    box-shadow: 0 0 10px #37596c;
    text-align: center;
    color: #003b6c;
  }
  .bt02 span {
    display: inline-block;
    margin-top: -5px;
    font-weight: normal;
    font-size: 1.2rem;
  }

  /*--  pagetop  ----------------------------------*/
  .pageTop {
    right: 10px;
    bottom: 120px;
  }
  .pageTop a {
    width: 65px;
    height: 65px;
    border-radius: 35px;
  }
  /*fundpage-------------*/
  .fundpage {
    right: 15px;
    max-width: 70%;
  }
  .fundpage a {
    width: 100%;
    padding: 20px 40px 25px 20px;
    border-radius: 10px 10px 0px 0px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .fundpage a:after {
    right: 10px;
    bottom: 50%;
    margin-bottom: -5px;
    border-width: 5px 0 5px 8px;
  }
}
