/* CSS Document */
#mvSec {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_mvsec_bg01_sm.png);
}
@media (min-width: 769px) {
  #mvSec {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_mvsec_bg01_md.png);
  }
}
#mvSec h1 picture {
  display: block;
}
#mvSec .w100p {
  width: 100%;
}

.mvBtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 769px) {
  .mvBtns {
    gap: 20px;
  }
}
.mvBtns > * {
  width: calc((100% - 10px) / 2);
}
@media (min-width: 769px) {
  .mvBtns > * {
    width: calc((100% - 60px) / 4);
  }
}

@media (min-width: 769px) {
  #mvSec .mvBtns > *:nth-of-type(5) a:hover {
    border-color: #192f5a;
    background-color: rgb(255, 255, 255);
  }
  #mvSec .mvBtns > *:nth-of-type(6) a:hover {
    border-color: #192f5a;
    background-color: rgb(255, 255, 255);
  }
}
#conversionBtn {
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  #conversionBtn {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
  }
}
#conversionBtn > * {
  box-sizing: border-box;
}
@media (min-width: 769px) {
  #conversionBtn > *:not(:first-of-type) {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(1) {
    order: 3;
  }
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(1) a:after {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_conv_btn04_md.png);
  }
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(2) {
    order: 4;
  }
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(2) a:after {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_conv_btn01_md.png);
  }
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(3) {
    order: 5;
  }
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(3) a:after {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_conv_btn02_md.png);
  }
}
#conversionBtn > *:nth-of-type(4) {
  border-right: none;
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(4) {
    order: 6;
  }
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(4) a:after {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_conv_btn03_md.png);
  }
}
#conversionBtn > *:nth-of-type(5) {
  flex: 0 0 50%;
  max-width: 50%;
  border-top: 1px solid #ffffff;
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(5) {
    max-width: none;
    max-width: inherit;
    border: none;
    order: 1;
  }
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(5) a:after {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_conv_btn05_md.png);
  }
}
#conversionBtn > *:nth-of-type(5) a img {
  aspect-ratio: 188/55;
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(5) a img {
    aspect-ratio: 294/76;
  }
}
#conversionBtn > *:nth-of-type(6) {
  flex: 0 0 50%;
  max-width: 50%;
  border-top: 1px solid #ffffff;
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(6) {
    max-width: none;
    max-width: inherit;
    border: none;
    order: 2;
  }
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(6) a:after {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_conv_btn06_md.png);
  }
}
#conversionBtn > *:nth-of-type(6) a img {
  aspect-ratio: 188/55;
}
@media (min-width: 769px) {
  #conversionBtn > *:nth-of-type(6) a img {
    aspect-ratio: 294/76;
  }
}
#conversionBtn img {
  aspect-ratio: 94/50;
}
@media (min-width: 769px) {
  #conversionBtn img {
    aspect-ratio: 294/76;
  }
}

#reason {
  padding-top: 50px;
}
@media (min-width: 769px) {
  #reason {
    padding-top: 80px;
  }
}
#reason .secTtl {
  font-size: 1.9rem !important;
  color: #000045;
  line-height: 1.3 !important;
}
@media (min-width: 769px) {
  #reason .secTtl {
    font-size: 3rem !important;
  }
}
#reason .reason3 {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin-top: 30px;
}
@media (min-width: 769px) {
  #reason .reason3 {
    flex-direction: row;
    gap: 0 22px;
    margin-top: 40px;
  }
}
#reason .reason3 > * {
  width: 100%;
}
@media (min-width: 769px) {
  #reason .reason3 > * {
    width: 33.3333333333%;
  }
}
#reason .w100p {
  width: 100%;
}

#lineup .linkbox dl {
  display: flex;
  gap: 0 30px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  #lineup .linkbox dl {
    margin-top: 40px;
  }
}
#lineup .linkbox dl dt {
  background-color: #009de0;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  align-content: center;
  line-height: 1;
  width: 40px;
  flex-shrink: 0;
  letter-spacing: 0.2em;
}
#lineup .linkbox dl dd {
  line-height: 0;
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media (min-width: 769px) {
  #lineup .linkbox dl dd {
    flex-direction: row;
    gap: 0 40px;
  }
}
#lineup .linkbox dl dd a {
  display: block;
}
#lineup .linkbox dl dd a img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  #lineup .linkbox dl dd a {
    width: calc((100% - 80px) / 3);
  }
}

#no01Sec .no01_graph01 {
  max-width: 551px;
  margin-left: auto;
  margin-right: auto;
}
#no01Sec .no01_graph01.move {
  aspect-ratio: 551/210;
}
#no01Sec .no01_graph01 .graph01 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no01sec_graph01.png);
}
#no01Sec .no01_graph01 .graph02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no01sec_graph02.png);
}
#no01Sec .no01_graph01 .graph03 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no01sec_graph03.png);
}
#no01Sec .no01_graph02 .graph04 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no01sec_graph06.png);
}
#no01Sec .no01_graph02 .graph05 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no01sec_graph07.png);
}
#no01Sec .no01_graph02 .graph06 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no01sec_graph08.png);
}

#no02Sec .blue01 {
  color: #009ee0;
  font-weight: 700;
}
#no02Sec .no02_graph01 .no02_graph01_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no02sec_graph01_02.png);
}
#no02Sec .no02_graph01 .no02_graph01_03 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no02sec_graph01_03.png);
}
#no02Sec .no02_graph02 .no02_graph02_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no02sec_graph02_02.png);
}
#no02Sec .no02_graph02 .no02_graph02_03 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no02sec_graph02_03.png);
}
#no02Sec .no02_graph02 .no02_graph02_04 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no02sec_graph02_04.png);
}
#no02Sec .no02_graph02 .no02_graph02_05 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no02sec_graph02_05.png);
}

#no03Sec .no03_graph01 .no03_graph01 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no03sec_graph01.png);
}
#no03Sec .no03_graph01 .no03_graph01_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no03sec_graph01_02.png);
}
#no03Sec .no03_graph01 .no03_graph01_03 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no03sec_graph01_03.png);
}
#no03Sec .no03_graph02 .no03_graph02_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no03sec_graph02_02.png);
}
#no03Sec .no03_graph03 .no03_graph03_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no03sec_graph03_02.png);
}
#no03Sec .no03_graph03 .no03_graph03_03 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no03sec_graph03_03.png);
}
#no03Sec .no03_graph03 .no03_graph03_04 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no03sec_graph03_04.png);
}
#no03Sec .no03_graph03 .no03_graph03_05 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no03sec_graph03_05.png);
}
#no03Sec sup {
  font-size: 70%;
  position: relative;
  top: -0.5em;
  vertical-align: middle;
}

#no04Sec .navy01 {
  color: #001c4b;
}
#no04Sec .no04_graph01 {
  display: block;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  #no04Sec .no04_graph01 {
    max-width: 850px;
  }
}
#no04Sec .no04_graph01.move {
  aspect-ratio: 850/460;
}
#no04Sec .no04_graph01 .graph01 {
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: all 1s ease;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no04sec_graph01.png) no-repeat center bottom/100% auto;
}
#no04Sec .no04_graph01 .graph02 {
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: all 1s ease;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no04sec_graph02.png) no-repeat center bottom/100% auto;
  transition-delay: 0.5s;
}
#no04Sec .no04_graph01 .graph03 {
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: all 1s ease;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no04sec_graph03.png) no-repeat center bottom/100% auto;
  transition-delay: 1s;
}
#no04Sec .no04_graph01 .graph04 {
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: all 1s ease;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no04sec_graph04.png) no-repeat center bottom/100% auto;
  transition-delay: 1.5s;
}
#no04Sec .no04_graph01 .graph05 {
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: all 1s ease;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no04sec_graph05.png) no-repeat center bottom/100% auto;
  transition-delay: 2s;
}
#no04Sec .no04_graph01.active .graph01,
#no04Sec .no04_graph01.active .graph02,
#no04Sec .no04_graph01.active .graph03,
#no04Sec .no04_graph01.active .graph04,
#no04Sec .no04_graph01.active .graph05 {
  height: 100%;
}
#no04Sec .no04_graph02 {
  max-width: 984px;
}
#no04Sec .no04_graph02 .no04_graph02_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no04sec_graph08.png);
}
#no04Sec .no04_graph02 .no04_graph02_03 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no04sec_graph09.png);
}
#no04Sec .no04_graph03 {
  max-width: 853px;
}
#no04Sec .no04_graph03 .no04_graph02_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no04sec_graph11.png);
}
#no04Sec .no04_graph03 .no04_graph03_03 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no04sec_graph12.png);
}
#no04Sec .no04_graph03 .no04_graph03_04 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no04sec_graph10_02.png);
}
#no04Sec .lh-10 {
  line-height: 1;
}
#no04Sec .table-container thead th {
  background-color: #0099cc;
}
#no04Sec .table-container thead th:first-child {
  border-color: #0099cc;
  border-right-color: #ffffff;
}
#no04Sec .table-container thead th:nth-child(2) {
  border-color: #0099cc;
  border-right-color: #ffffff;
}
#no04Sec .table-container thead th:last-child {
  border-color: #0099cc;
}
#no04Sec .table-container tbody td {
  border-color: #0099cc;
}

#no05Sec {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px #efefef solid;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  #no05Sec {
    margin-top: 80px;
    padding-top: 80px;
    font-size: 1.6rem;
    line-height: 1.6 !important;
  }
}
#no05Sec img {
  max-width: 100%;
  vertical-align: bottom;
}
#no05Sec h2.secTtl {
  font-size: 3rem !important;
  color: #019ee2;
  /* display: flex; */
  line-height: 1.3 !important;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #no05Sec h2.secTtl {
    font-size: 3.2rem !important;
  }
}
#no05Sec h2.secTtl span.new {
  display: block;
  margin-bottom: 20px;
}
#no05Sec h3 {
  font-size: 1.6rem !important;
  color: #e6325e;
}
@media (min-width: 769px) {
  #no05Sec h3 {
    font-size: 1.8rem !important;
  }
}
#no05Sec h4 {
  font-size: 2.2rem !important;
  color: #004f9f;
}
#no05Sec .underline {
  text-decoration: underline;
}
#no05Sec .blue01 {
  color: #019ee2;
  font-weight: 700;
}
#no05Sec .g-ttl {
  font-size: 1.6rem !important;
  color: #4d4d4f;
  font-weight: 700;
}
@media (min-width: 769px) {
  #no05Sec .g-ttl {
    font-size: 1.8rem !important;
  }
}
#no05Sec .listDisc {
  padding-left: 1.8em;
}
#no05Sec .listDisc li {
  list-style: disc outside;
  line-height: 1.5;
}
@media (min-width: 769px) {
  #no05Sec .listDisc li {
    line-height: 1.6;
  }
}
#no05Sec .sm100p {
  display: block;
  text-align: center;
}
#no05Sec .sm100p img {
  width: 100%;
}
@media (min-width: 769px) {
  #no05Sec .sm100p img {
    width: auto;
  }
}
#no05Sec .pink01 {
  color: #e6325f;
}
#no05Sec .deca_graph01 {
  width: 100%;
}
@media (min-width: 769px) {
  #no05Sec .deca_graph01 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
#no05Sec .graphbox_01 {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media (min-width: 769px) {
  #no05Sec .graphbox_01 {
    flex-direction: row;
    gap: 0 40px;
  }
  #no05Sec .graphbox_01 > * {
    width: calc((100% - 40px) / 2);
  }
}
#no05Sec .no05_graph04,
#no05Sec .no05_graph03,
#no05Sec .no05_graph02,
#no05Sec .no05_graph01 {
  position: relative;
  display: block;
}
#no05Sec .no05_graph04 .no05_graph04_02,
#no05Sec .no05_graph04 .no05_graph03_02,
#no05Sec .no05_graph04 .no05_graph02_02,
#no05Sec .no05_graph04 .no05_graph02_03,
#no05Sec .no05_graph04 .no05_graph02_04,
#no05Sec .no05_graph04 .no05_graph02_05,
#no05Sec .no05_graph04 .no05_graph01_02,
#no05Sec .no05_graph04 .no05_graph01_03,
#no05Sec .no05_graph04 .no05_graph01_04,
#no05Sec .no05_graph04 .no05_graph01_05,
#no05Sec .no05_graph03 .no05_graph04_02,
#no05Sec .no05_graph03 .no05_graph03_02,
#no05Sec .no05_graph03 .no05_graph02_02,
#no05Sec .no05_graph03 .no05_graph02_03,
#no05Sec .no05_graph03 .no05_graph02_04,
#no05Sec .no05_graph03 .no05_graph02_05,
#no05Sec .no05_graph03 .no05_graph01_02,
#no05Sec .no05_graph03 .no05_graph01_03,
#no05Sec .no05_graph03 .no05_graph01_04,
#no05Sec .no05_graph03 .no05_graph01_05,
#no05Sec .no05_graph02 .no05_graph04_02,
#no05Sec .no05_graph02 .no05_graph03_02,
#no05Sec .no05_graph02 .no05_graph02_02,
#no05Sec .no05_graph02 .no05_graph02_03,
#no05Sec .no05_graph02 .no05_graph02_04,
#no05Sec .no05_graph02 .no05_graph02_05,
#no05Sec .no05_graph02 .no05_graph01_02,
#no05Sec .no05_graph02 .no05_graph01_03,
#no05Sec .no05_graph02 .no05_graph01_04,
#no05Sec .no05_graph02 .no05_graph01_05,
#no05Sec .no05_graph01 .no05_graph04_02,
#no05Sec .no05_graph01 .no05_graph03_02,
#no05Sec .no05_graph01 .no05_graph02_02,
#no05Sec .no05_graph01 .no05_graph02_03,
#no05Sec .no05_graph01 .no05_graph02_04,
#no05Sec .no05_graph01 .no05_graph02_05,
#no05Sec .no05_graph01 .no05_graph01_02,
#no05Sec .no05_graph01 .no05_graph01_03,
#no05Sec .no05_graph01 .no05_graph01_04,
#no05Sec .no05_graph01 .no05_graph01_05 {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  transition: all 1s ease;
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#no05Sec .no05_graph04 .no05_graph01_02,
#no05Sec .no05_graph03 .no05_graph01_02,
#no05Sec .no05_graph02 .no05_graph01_02,
#no05Sec .no05_graph01 .no05_graph01_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no05sec_img04_02.png);
}
#no05Sec .no05_graph04 .no05_graph01_03,
#no05Sec .no05_graph03 .no05_graph01_03,
#no05Sec .no05_graph02 .no05_graph01_03,
#no05Sec .no05_graph01 .no05_graph01_03 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no05sec_img04_03.png);
  transition-delay: 1s;
}
#no05Sec .no05_graph04 .no05_graph01_04,
#no05Sec .no05_graph03 .no05_graph01_04,
#no05Sec .no05_graph02 .no05_graph01_04,
#no05Sec .no05_graph01 .no05_graph01_04 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no05sec_img04_04.png);
  transition-delay: 2s;
}
#no05Sec .no05_graph04 .no05_graph01_05,
#no05Sec .no05_graph03 .no05_graph01_05,
#no05Sec .no05_graph02 .no05_graph01_05,
#no05Sec .no05_graph01 .no05_graph01_05 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no05sec_img04_05.png);
  transition-delay: 3s;
}
#no05Sec .no05_graph04 .no05_graph02_02,
#no05Sec .no05_graph03 .no05_graph02_02,
#no05Sec .no05_graph02 .no05_graph02_02,
#no05Sec .no05_graph01 .no05_graph02_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no05sec_img05_02.png);
}
#no05Sec .no05_graph04 .no05_graph02_03,
#no05Sec .no05_graph03 .no05_graph02_03,
#no05Sec .no05_graph02 .no05_graph02_03,
#no05Sec .no05_graph01 .no05_graph02_03 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no05sec_img05_03.png);
  transition-delay: 1s;
}
#no05Sec .no05_graph04 .no05_graph02_04,
#no05Sec .no05_graph03 .no05_graph02_04,
#no05Sec .no05_graph02 .no05_graph02_04,
#no05Sec .no05_graph01 .no05_graph02_04 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no05sec_img05_04.png);
  transition-delay: 2s;
}
#no05Sec .no05_graph04 .no05_graph02_05,
#no05Sec .no05_graph03 .no05_graph02_05,
#no05Sec .no05_graph02 .no05_graph02_05,
#no05Sec .no05_graph01 .no05_graph02_05 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no05sec_img05_05.png);
  transition-delay: 3s;
}
#no05Sec .no05_graph04 .no05_graph03_02,
#no05Sec .no05_graph03 .no05_graph03_02,
#no05Sec .no05_graph02 .no05_graph03_02,
#no05Sec .no05_graph01 .no05_graph03_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_index_series_no05sec_img06_02.png);
}
#no05Sec .no05_graph04 .no05_graph04_02,
#no05Sec .no05_graph03 .no05_graph04_02,
#no05Sec .no05_graph02 .no05_graph04_02,
#no05Sec .no05_graph01 .no05_graph04_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_deca_graph02_02_sm.png);
}
@media (min-width: 769px) {
  #no05Sec .no05_graph04 .no05_graph04_02,
  #no05Sec .no05_graph03 .no05_graph04_02,
  #no05Sec .no05_graph02 .no05_graph04_02,
  #no05Sec .no05_graph01 .no05_graph04_02 {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_deca_graph02_02_md.png);
  }
}
#no05Sec .no05_graph04.active .no05_graph04_02,
#no05Sec .no05_graph04.active .no05_graph03_02,
#no05Sec .no05_graph04.active .no05_graph02_02,
#no05Sec .no05_graph04.active .no05_graph02_03,
#no05Sec .no05_graph04.active .no05_graph02_04,
#no05Sec .no05_graph04.active .no05_graph02_05,
#no05Sec .no05_graph04.active .no05_graph01_02,
#no05Sec .no05_graph04.active .no05_graph01_03,
#no05Sec .no05_graph04.active .no05_graph01_04,
#no05Sec .no05_graph04.active .no05_graph01_05,
#no05Sec .no05_graph03.active .no05_graph04_02,
#no05Sec .no05_graph03.active .no05_graph03_02,
#no05Sec .no05_graph03.active .no05_graph02_02,
#no05Sec .no05_graph03.active .no05_graph02_03,
#no05Sec .no05_graph03.active .no05_graph02_04,
#no05Sec .no05_graph03.active .no05_graph02_05,
#no05Sec .no05_graph03.active .no05_graph01_02,
#no05Sec .no05_graph03.active .no05_graph01_03,
#no05Sec .no05_graph03.active .no05_graph01_04,
#no05Sec .no05_graph03.active .no05_graph01_05,
#no05Sec .no05_graph02.active .no05_graph04_02,
#no05Sec .no05_graph02.active .no05_graph03_02,
#no05Sec .no05_graph02.active .no05_graph02_02,
#no05Sec .no05_graph02.active .no05_graph02_03,
#no05Sec .no05_graph02.active .no05_graph02_04,
#no05Sec .no05_graph02.active .no05_graph02_05,
#no05Sec .no05_graph02.active .no05_graph01_02,
#no05Sec .no05_graph02.active .no05_graph01_03,
#no05Sec .no05_graph02.active .no05_graph01_04,
#no05Sec .no05_graph02.active .no05_graph01_05,
#no05Sec .no05_graph01.active .no05_graph04_02,
#no05Sec .no05_graph01.active .no05_graph03_02,
#no05Sec .no05_graph01.active .no05_graph02_02,
#no05Sec .no05_graph01.active .no05_graph02_03,
#no05Sec .no05_graph01.active .no05_graph02_04,
#no05Sec .no05_graph01.active .no05_graph02_05,
#no05Sec .no05_graph01.active .no05_graph01_02,
#no05Sec .no05_graph01.active .no05_graph01_03,
#no05Sec .no05_graph01.active .no05_graph01_04,
#no05Sec .no05_graph01.active .no05_graph01_05 {
  right: 0;
}
#no05Sec .w100p {
  width: 100%;
}

#no06Sec {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px #efefef solid;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  #no06Sec {
    margin-top: 80px;
    padding-top: 80px;
    font-size: 1.6rem;
    line-height: 1.6 !important;
  }
}
#no06Sec img {
  max-width: 100%;
  vertical-align: bottom;
}
#no06Sec h2.secTtl {
  font-size: 3rem !important;
  color: #019ee2;
  /* display: flex; */
  line-height: 1.3 !important;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #no06Sec h2.secTtl {
    font-size: 3.2rem !important;
  }
}
#no06Sec h2.secTtl span.new {
  display: block;
  margin-bottom: 20px;
}
#no06Sec h3 {
  font-size: 1.6rem !important;
  color: #e6325e;
}
@media (min-width: 769px) {
  #no06Sec h3 {
    font-size: 1.8rem !important;
  }
}
#no06Sec h3 span {
  color: #4d4d4f;
}
#no06Sec h4 {
  font-size: 2.2rem !important;
  color: #004f9f;
}
#no06Sec .underline {
  text-decoration: underline;
}
#no06Sec .blue01 {
  color: #019ee2;
  font-weight: 700;
}
#no06Sec .g-ttl {
  font-size: 1.6rem !important;
  color: #4d4d4f;
  font-weight: 700;
}
@media (min-width: 769px) {
  #no06Sec .g-ttl {
    font-size: 1.8rem !important;
  }
}
#no06Sec .listDisc {
  padding-left: 1.8em;
}
#no06Sec .listDisc li {
  list-style: disc outside;
  line-height: 1.5;
}
@media (min-width: 769px) {
  #no06Sec .listDisc li {
    line-height: 1.6;
  }
}
#no06Sec .sm100p {
  display: block;
  text-align: center;
}
#no06Sec .sm100p img {
  width: 100%;
}
@media (min-width: 769px) {
  #no06Sec .sm100p img {
    width: auto;
  }
}
#no06Sec .pink01 {
  color: #e6325f;
}
#no06Sec .w100p {
  width: 100%;
}
#no06Sec .deca_graph01 {
  width: 100%;
}
@media (min-width: 769px) {
  #no06Sec .deca_graph01 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
#no06Sec .deca_graph02 {
  width: 74vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  #no06Sec .deca_graph02 {
    width: 100%;
    max-width: 957px;
  }
}
#no06Sec .deca_table01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  #no06Sec .deca_table01 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
}
#no06Sec .eu_stocks_graph01 {
  width: 100%;
}
@media (min-width: 769px) {
  #no06Sec .eu_stocks_graph01 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
#no06Sec .no06_graph03,
#no06Sec .no06_graph02,
#no06Sec .no06_graph01 {
  display: block;
  position: relative;
}
#no06Sec .no06_graph03 .no06_graph03_02,
#no06Sec .no06_graph03 .no06_graph02_02,
#no06Sec .no06_graph03 .no06_graph01_02,
#no06Sec .no06_graph03 .no06_graph01_03,
#no06Sec .no06_graph02 .no06_graph03_02,
#no06Sec .no06_graph02 .no06_graph02_02,
#no06Sec .no06_graph02 .no06_graph01_02,
#no06Sec .no06_graph02 .no06_graph01_03,
#no06Sec .no06_graph01 .no06_graph03_02,
#no06Sec .no06_graph01 .no06_graph02_02,
#no06Sec .no06_graph01 .no06_graph01_02,
#no06Sec .no06_graph01 .no06_graph01_03 {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  transition: all 1s ease;
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#no06Sec .no06_graph03 .no06_graph01_02,
#no06Sec .no06_graph02 .no06_graph01_02,
#no06Sec .no06_graph01 .no06_graph01_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_eu_stocks_graph03_02.png);
}
#no06Sec .no06_graph03 .no06_graph01_03,
#no06Sec .no06_graph02 .no06_graph01_03,
#no06Sec .no06_graph01 .no06_graph01_03 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_eu_stocks_graph03_03.png);
  transition-delay: 1s;
}
#no06Sec .no06_graph03 .no06_graph02_02,
#no06Sec .no06_graph02 .no06_graph02_02,
#no06Sec .no06_graph01 .no06_graph02_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_eu_stocks_graph04_02.png);
}
#no06Sec .no06_graph03 .no06_graph03_02,
#no06Sec .no06_graph02 .no06_graph03_02,
#no06Sec .no06_graph01 .no06_graph03_02 {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_eu_stocks_graph05_02_sm.png);
}
@media (min-width: 769px) {
  #no06Sec .no06_graph03 .no06_graph03_02,
  #no06Sec .no06_graph02 .no06_graph03_02,
  #no06Sec .no06_graph01 .no06_graph03_02 {
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_eu_stocks_graph05_02_md.png);
  }
}
#no06Sec .no06_graph03.active .no06_graph03_02,
#no06Sec .no06_graph03.active .no06_graph02_02,
#no06Sec .no06_graph03.active .no06_graph01_02,
#no06Sec .no06_graph03.active .no06_graph01_03,
#no06Sec .no06_graph02.active .no06_graph03_02,
#no06Sec .no06_graph02.active .no06_graph02_02,
#no06Sec .no06_graph02.active .no06_graph01_02,
#no06Sec .no06_graph02.active .no06_graph01_03,
#no06Sec .no06_graph01.active .no06_graph03_02,
#no06Sec .no06_graph01.active .no06_graph02_02,
#no06Sec .no06_graph01.active .no06_graph01_02,
#no06Sec .no06_graph01.active .no06_graph01_03 {
  right: 0;
}

sup {
  font-size: 70%;
  position: relative;
  top: -0.5em;
}

.graph_ttl {
  text-align: center;
}
.graph_ttl p {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #0c1c49;
  border-radius: 50px;
  padding: 0 20px;
  display: inline-block;
}
@media (min-width: 769px) {
  .graph_ttl p {
    font-size: 2.6rem;
  }
}
.graph_ttl .deu_stocks_graph01 {
  width: 100%;
}
@media (min-width: 769px) {
  .graph_ttl .deu_stocks_graph01 {
    max-width: 521px;
    margin-left: auto;
    margin-right: auto;
  }
}
.graph_ttl .eu_stocks_graph02 {
  width: 74vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .graph_ttl .eu_stocks_graph02 {
    width: 100%;
    max-width: 980px;
  }
}
.graph_ttl .eu_stocks_graph03 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .graph_ttl .eu_stocks_graph03 {
    max-width: 979px;
    margin-left: auto;
    margin-right: auto;
  }
}

#no05Sec .convBtn {
  display: block;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  position: relative;
}
@media (min-width: 769px) {
  #no05Sec .convBtn {
    max-width: 410px;
    margin-top: 40px;
  }
  #no05Sec .convBtn:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_deca_conv_btn01_md.png);
    opacity: 0;
  }
  #no05Sec .convBtn:hover:after {
    opacity: 1;
  }
}

#no06Sec .convBtn {
  display: block;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  position: relative;
}
@media (min-width: 769px) {
  #no06Sec .convBtn {
    max-width: 410px;
    margin-top: 40px;
  }
  #no06Sec .convBtn:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/index_series_260210_eu_stocks_conv_btn01_md.png);
    opacity: 0;
  }
  #no06Sec .convBtn:hover:after {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */