@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-ajust: 100%;
}
body {
  line-height: 1.6;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.8rem !important;
  background: #ffffff;
}
main {
  width: 100%;
  display: block;
  background: #ffffff;
  margin: 0 auto;
}
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;
}
.pconly {
  display: block;
}
a {
  color: #3087e9;
  text-decoration: none;
}

.amonelogo {
  margin-left: 20px;
}
.headArea {
  position: relative;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_bgim01.png") no-repeat top center/ cover;
  color: #ffffff;
  padding: 80px 0 40px;
}
.headArea .NISAic {
  position: absolute;
  top: 10px;
  right: 10px;
}
.h1Area {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_bgim02.png") no-repeat right center/ 30% auto;
}
.h1 {
  width: 70%;
  padding: 50px 0;
}
h2.headlead {
  background-color: #203864;
  color: #ffffff;
  text-align: center;
  padding: 20px 10px;
  margin: 80px auto;
}
.h2point {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 3.6rem !important;
  font-family: "Shippori Mincho", serif !important;
  font-weight: bold;
  padding-left: 160px;
  margin-bottom: 30px;
  vertical-align: middle;
  min-height: 140px;
}
.h2point:before {
  content: "";
  position: absolute;
  display: block;
  width: 140px;
  height: 140px;
  left: 0;
}
#point01 .h2point:before {
  background:
    url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_hic01.png") no-repeat center center,
    linear-gradient(135deg, rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}
#point02 .h2point:before {
  background:
    url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_hic02.png") no-repeat center center,
    linear-gradient(135deg, rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}
#point03 .h2point:before {
  background:
    url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_hic03.png") no-repeat center center,
    linear-gradient(135deg, rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}
.h3 {
  text-align: center;
  font-weight: bold;
  color: #51647e;
  font-size: 2rem !important;
  margin-bottom: 20px;
}
.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;
}

.graphArea {
  margin: 40px auto;
}

/*date-------------*/
.dateArea table {
  border: none;
}
.col30 {
  width: 30%;
}
.col70 {
  width: 70%;
}
.dateArea table td {
  border: 1px solid #847f5c;
  text-align: left;
  font-weight: bold;
  font-size: 2.2rem !important;
  padding: 20px;
}
.dateArea table td span {
  font-size: 3rem !important;
}
.dateArea table th {
  background: linear-gradient(135deg, rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
  border: 1px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.2rem !important;
  text-align: right;
  padding: 20px;
}
.dateArea table th span {
  max-width: 300px;
  margin: 0 0 0 auto;
}

/*nav-------------*/
.nav {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.nav li {
  width: calc(100% / 3);
  border: 1px solid #847f5c;
}
.nav li + li {
  border-left: none;
}
.nav li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 120px 20px 40px 50px;
  background-color: #f6f6f6;
  font-family: "Shippori Mincho", serif !important;
  color: #333333;
  font-size: 3rem;
  font-weight: bold;
}
.nav li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  bottom: 20px;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid #203864;
  border-bottom: 0;
}
.nav li a .number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}

/*section-------------*/
.brownBox {
  border: 1px solid #847f5c;
  padding: 50px 0 80px;
  background:
    url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_bgim03.png") no-repeat top -3px left,
    url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_bgim04.png") no-repeat bottom 40px right 30px / 97.8px 95.4px;
  margin: 80px auto;
}

/*table-------------*/
.Blue_bk {
  background-color: #203864;
}
.LBlue_bk {
  background-color: #a3b3c9;
}
.Gray_bk {
  background-color: #d9d9d9;
}
.LGray_bk {
  background-color: #f2f2f2;
}

table {
  font-size: 1.8rem;
  border: 2px solid #333333;
}
table th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #333333;
}
table td {
  padding: 10px 10px 10px 50px;
  border: 1px solid #333333;
  text-align: left;
}
.table01 table th.LBlue_bk {
  text-align: left;
}
.table02 table td {
  text-align: center;
}
table th.Blue_bk {
  color: #ffffff;
}
table th.Gray_bk {
  color: #333333;
}
.scrollBox {
  overflow-x: auto;
}

/*point2-------------*/
#point02 .flexbox > p {
  width: 38%;
}
#point02 .flexbox .graphArea {
  width: 56%;
  text-align: center;
}

/*note-------------*/
#notes {
  background-color: #ffffff;
  color: #333333;
  padding-bottom: 200px;
}
#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;
}

.info {
  margin: 120px auto;
  background-color: #d9d9d9;
  padding: 50px 20px;
  text-align: center;
}
.info .fundName {
  font-size: 3rem !important;
  font-weight: bold;
  line-height: 1.2 !important;
}
.info .bt02 {
  max-width: 400px;
  margin: 40px auto 0;
}
.info .bt02 a {
  display: block;
  background-color: #203864;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  padding: 10px;
  box-shadow:
    0 6px 0 #00163e,
    0 12px 0 rgba(0, 0, 0, 0.2);
  transition:
    color 0.3s,
    background 0.3s,
    box-shadow 0.3s,
    transform 0.3s;
}
.info .bt02 a:hover {
  background: #203864;
  box-shadow:
    0 3px 0 #00163e,
    0 6px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(3px);
}
.info .bt02 a:active {
  transition-duration: 0.1s;
}

/*fundpage-------------*/
.fundpage {
  position: fixed;
  right: 50px;
  bottom: 0;
  z-index: 999;
  max-width: 70%;
}
.fundpage a {
  position: relative;
  display: block;
  width: 100%;
  padding: 34px 100px 30px 14px;
  border-radius: 6px 6px 0px 0px;
  background: #203864;
  color: #ffffff;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
p.fundpage:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 10px;
  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;
  }
  main {
    padding-bottom: 50px;
  }
  .sponly {
    display: block;
  }
  .point02 p .sponly {
    display: inline-block;
  }
  .pconly {
    display: none;
  }

  /*header-------------*/
  .headArea {
    padding: 60px 10px 20px;
  }
  .headArea .NISAic {
    width: 80px;
  }
  .h1 {
    width: 70%;
    padding: 50px 0;
  }
  h2.headlead {
    padding: 20px 10px;
    margin: 80px auto;
  }
  .h2point {
    font-size: 2.6rem !important;
    padding-left: 110px;
    margin-bottom: 30px;
    vertical-align: middle;
    min-height: 100px;
  }
  .h2point:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    left: 0;
  }
  #point01 .h2point:before {
    background:
      url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_hic01.png") no-repeat center center / 70% 70%,
      linear-gradient(135deg, rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
  }
  #point02 .h2point:before {
    background:
      url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_hic02.png") no-repeat center center / 70% 70%,
      linear-gradient(135deg, rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
  }
  #point03 .h2point:before {
    background:
      url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_hic03.png") no-repeat center center / 70% 70%,
      linear-gradient(135deg, rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
  }

  .h3 {
    font-size: 1.8rem !important;
    margin-bottom: 20px;
  }

  .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);
  }

  /*date-------------*/
  .dateArea table td {
    font-size: 1.6rem !important;
    padding: 10px;
  }
  .dateArea table td span {
    font-size: 2.6rem !important;
  }
  .dateArea table th {
    font-size: 1.6rem !important;
    padding: 10px;
  }

  /*nav-------------*/
  .nav {
    margin: 80px auto 0;
    display: block;
    max-width: 500px;
  }
  .nav li {
    width: 100%;
    border: 1px solid #847f5c;
  }
  .nav li + li {
    border-left: 1px solid #847f5c;
  }
  .nav li a {
    position: relative;
    display: block;
    padding: 10px 40px 10px 110px;
    font-size: 2rem !important;
    min-height: 90px;
  }
  .pointTitle {
    line-height: 1.1 !important;
  }
  .nav li a .number {
    width: 90px;
    height: 90px;
    padding: 16px;
    background: linear-gradient(135deg, rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
  }

  /*section-------------*/
  .brownBox {
    border: 1px solid #847f5c;
    padding: 50px 0 60px;
    background:
      url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_bgim03.png") no-repeat top -3px left / 385px 45px,
      url("https://sbisec.akamaized.net/sbisec/images/static/2026/tawara_noload_gigatech7_bgim04.png") no-repeat bottom 20px right 10px / 97.8px 95.4px;
    margin: 80px auto;
  }
  /*point2-------------*/
  #point02 .flexbox > p {
    margin-top: 30px;
    width: 100%;
  }
  #point02 .flexbox .graphArea {
    width: 100%;
    text-align: center;
  }
  /*table-------------*/
  table {
    font-size: 1.8rem;
  }
  table th {
    padding: 10px;
  }
  table td {
    padding: 10px;
  }
  .table02 table {
    min-width: 700px;
  }

  .info {
    padding: 50px 10px;
  }
  .info .fundName {
    font-size: 2.6rem !important;
    line-height: 1.2 !important;
  }

  /*fundpage-------------*/
  .fundpage {
    right: 5px;
    max-width: 70%;
  }
  .fundpage a {
    width: 100%;
    padding: 18px 70px 18px 10px;
    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;
  }
}
