/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"],
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}
[disabled] {
  cursor: not-allowed;
}
:focus:not(:focus-visible) {
  outline: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family:
    BIZ UDPGothic,
    Helvetica Neue,
    Arial,
    Hiragino Kaku Gothic ProN,
    Meiryo,
    sans-serif;
  font-size: 62.5%;
}
body {
  background-size: cover;
  font-size: 16px;
  line-height: 1.5;
  min-width: 320px;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #18448e;
  text-decoration: underline;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
a img {
  border: none;
}
button,
input[type="button"] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.body-text,
.ttl02 {
  margin: 0;
}
.hamburger {
  background-color: transparent;
  display: block;
  margin: 0 0 0 auto;
}
.hamburger__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  color: #68737a;
  cursor: pointer;
  height: 44px;
  position: relative;
  width: 44px;
}
.hamburger__button span {
  background-color: currentColor;
  border-radius: 8px;
  color: inherit;
  height: 2px;
  left: 10px;
  position: absolute;
  -webkit-transition: 0.75s ease;
  transition: 0.75s ease;
  width: 24px;
}
.hamburger__button span:first-of-type {
  top: 14px;
}
.hamburger__button span:nth-of-type(2) {
  top: 22px;
}
.hamburger__button span:nth-of-type(3) {
  top: 30px;
}
.hamburger__button.is-opened span:first-of-type {
  top: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger__button.is-opened span:nth-of-type(2) {
  opacity: 0;
}
.hamburger__button.is-opened span:nth-of-type(3) {
  top: 22px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0 15px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header.origin {
  position: static;
}
.header .header-nav {
  width: 100%;
}
.header__ttl {
  color: #000;
  display: inline-block;
  font-size: 2.5rem;
  margin: 0;
}
.header__ttl a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__ttl a:hover {
  opacity: 0.8;
}
.header__ttl__logo {
  height: auto;
  max-width: 184px;
  width: 49vw;
}
.header__ttl__logo--east {
  height: auto;
  max-width: 240px;
  width: 25.333vw;
}
.header__nav {
  display: none;
  margin: 0 0 0 auto;
}
.header__nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav__list__item {
  position: relative;
}
.header__nav__list__item:after {
  background: #f7d180;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__nav__list__item:hover {
  opacity: 0.6;
}
.header__nav__list__link {
  color: #000;
  display: block;
  font-size: 1.6rem;
  padding: 1em 2em;
  text-decoration: none;
}
.header.sbi {
  border: none;
  height: auto;
  padding: 0 15px;
}
.header.sbi .inner {
  max-width: 1230px;
  padding: 0;
}
.header.sbi .hamburger,
.header.sbi .header__nav__list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header.sbi .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__copyright {
  font-size: 14px;
  line-height: 2;
  margin: 0;
  padding: 25px;
  position: relative;
  width: 100%;
}
.footer__copyright,
.footer__pagetop {
  background: #e58e19 -webkit-gradient(linear, left top, left bottom, from(#f7d180), to(#e58e19));
  background: #e58e19 linear-gradient(180deg, #f7d180, #e58e19);
  color: #fff;
  text-align: center;
}
.footer__pagetop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  justify-content: center;
  line-height: 1.4;
  overflow: hidden;
  position: absolute;
  right: 15px;
  text-decoration: none;
  text-indent: -999px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 57px;
}
.footer__pagetop:hover {
  opacity: 0.8;
}
.footer__pagetop:after {
  background: transparent;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 17px;
  left: 50%;
  margin-top: 5px;
  position: absolute;
  text-indent: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 17px;
}
.pos-absolute {
  position: absolute !important;
}
.pos-relative {
  position: relative !important;
}
.pos-static {
  position: static !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.color-red {
  color: #da3738;
}
.text-center {
  text-align: center !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.td-none {
  text-decoration: none !important;
}
.td-underline {
  text-decoration: underline !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-12 {
  line-height: 1.2 !important;
}
.lh-14 {
  line-height: 1.4 !important;
}
.lh-16 {
  line-height: 1.6 !important;
}
.lh-18 {
  line-height: 1.8 !important;
}
.lh-20 {
  line-height: 2 !important;
}
.width-10 {
  -ms-flex-preferred-size: 10% !important;
  flex-basis: 10% !important;
  width: 10% !important;
}
.width-20 {
  -ms-flex-preferred-size: 20% !important;
  flex-basis: 20% !important;
  width: 20% !important;
}
.width-30 {
  -ms-flex-preferred-size: 30% !important;
  flex-basis: 30% !important;
  width: 30% !important;
}
.width-40 {
  -ms-flex-preferred-size: 40% !important;
  flex-basis: 40% !important;
  width: 40% !important;
}
.width-50 {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important;
  width: 50% !important;
}
.width-60 {
  -ms-flex-preferred-size: 60% !important;
  flex-basis: 60% !important;
  width: 60% !important;
}
.width-70 {
  -ms-flex-preferred-size: 70% !important;
  flex-basis: 70% !important;
  width: 70% !important;
}
.width-80 {
  -ms-flex-preferred-size: 80% !important;
  flex-basis: 80% !important;
  width: 80% !important;
}
.width-90 {
  -ms-flex-preferred-size: 90% !important;
  flex-basis: 90% !important;
  width: 90% !important;
}
.width-100 {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  width: 100% !important;
}
.fs-10 {
  font-size: 1rem !important;
}
.fs-11 {
  font-size: 1.1rem !important;
}
.fs-12 {
  font-size: 1.2rem !important;
}
.fs-13 {
  font-size: 1.3rem !important;
}
.fs-14 {
  font-size: 1.4rem !important;
}
.fs-15 {
  font-size: 1.5rem !important;
}
.fs-16 {
  font-size: 1.6rem !important;
}
.fs-17 {
  font-size: 1.7rem !important;
}
.fs-18 {
  font-size: 1.8rem !important;
}
.fs-19 {
  font-size: 1.9rem !important;
}
.fs-20 {
  font-size: 2rem !important;
}
.fs-21 {
  font-size: 2.1rem !important;
}
.fs-22 {
  font-size: 2.2rem !important;
}
.fs-23 {
  font-size: 2.3rem !important;
}
.fs-24 {
  font-size: 2.4rem !important;
}
.fs-25 {
  font-size: 2.5rem !important;
}
.fs-26 {
  font-size: 2.6rem !important;
}
.fs-27 {
  font-size: 2.7rem !important;
}
.fs-28 {
  font-size: 2.8rem !important;
}
.fs-29 {
  font-size: 2.9rem !important;
}
.fs-30 {
  font-size: 3rem !important;
}
.fs-31 {
  font-size: 3.1rem !important;
}
.fs-32 {
  font-size: 3.2rem !important;
}
.fs-33 {
  font-size: 3.3rem !important;
}
.fs-34 {
  font-size: 3.4rem !important;
}
.fs-35 {
  font-size: 3.5rem !important;
}
.fs-36 {
  font-size: 3.6rem !important;
}
.fs-37 {
  font-size: 3.7rem !important;
}
.fs-38 {
  font-size: 3.8rem !important;
}
.fs-39 {
  font-size: 3.9rem !important;
}
.fs-40 {
  font-size: 4rem !important;
}
.fs-41 {
  font-size: 4.1rem !important;
}
.fs-42 {
  font-size: 4.2rem !important;
}
.fs-43 {
  font-size: 4.3rem !important;
}
.fs-44 {
  font-size: 4.4rem !important;
}
.fs-45 {
  font-size: 4.5rem !important;
}
.fs-46 {
  font-size: 4.6rem !important;
}
.fs-47 {
  font-size: 4.7rem !important;
}
.fs-48 {
  font-size: 4.8rem !important;
}
.fs-49 {
  font-size: 4.9rem !important;
}
.fs-50 {
  font-size: 5rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.chart__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.chart__wrap .chart__inner {
  height: 375px;
  margin: 0 auto;
  width: 100%;
}
div.google-visualization-tooltip {
  z-index: 3 !important;
}
.chart-legend {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.chart-legend__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: min(2.8vw, 10.5px);
  font-weight: 700;
}
.chart-legend__item:before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 5px;
  width: 35px;
}
.chart-legend__item.red:before {
  background-color: #da3738;
}
.chart-legend__item.gray:before {
  background-color: #6a7379;
}
.chart-legend__item.green:before {
  background-color: #58a96c;
}
.chart-legend__item.blue:before {
  background-color: #7aa9bd;
}
.chart-legend__item.purple:before {
  background-color: #7473a9;
}
.chart-legend__item.yellow:before {
  background-color: #fdbb30;
}
.kabuka-tab__box__text {
  color: #333;
  font-size: 14px;
  margin: 0;
  padding-bottom: 0.7em;
  text-align: center;
}
.kabuka-tab__box__desc {
  color: #333;
  font-size: 11px;
  margin: 0;
}
.kabuka-tab__box .tab__btn__area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0;
}
.kabuka-tab__box .tab__btn {
  border-bottom: 3px solid transparent;
  color: #707070;
  cursor: pointer;
  font-size: 14px;
  margin: 0 0 0 16px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.kabuka-tab__box .tab__btn:first-child {
  margin-left: 0;
}
.kabuka-tab__box .tab__btn__india:hover {
  color: #da3738;
}
.kabuka-tab__box .tab__btn__vietnam:hover {
  color: #5dac81;
}
.kabuka-tab__box .tab__btn__indonesia:hover {
  color: #68669a;
}
.kabuka-tab__box .tab__btn__india.active {
  border-bottom-color: #da3738;
  color: #da3738;
  font-weight: 700;
}
.kabuka-tab__box .tab__btn__vietnam.active {
  border-bottom-color: #5dac81;
  color: #5dac81;
  font-weight: 700;
}
.kabuka-tab__box .tab__btn__indonesia.active {
  border-bottom-color: #68669a;
  color: #68669a;
  font-weight: 700;
}
.kabuka-tab__box .kabuka-tab__panel {
  display: none;
  visibility: hidden;
}
.kabuka-tab__box .kabuka-tab__panel.active {
  display: block;
  visibility: visible;
}
.operation_achievement__box .chart__inner {
  height: 380px;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}
.trade_export__box {
  position: relative;
}
.trade_export__box .chart__inner {
  height: 390px;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}
.trade_export__box .chart__image__wrap {
  max-width: 120px;
  position: absolute;
  right: 8%;
  top: 14%;
  width: 27%;
}
.trade_export__box .chart__image__wrap img {
  width: 100%;
}
path[dataLength] {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
path[dataLength].animated {
  -webkit-animation: stroke forward 1.2s;
  animation: stroke forward 1.2s;
}
@-webkit-keyframes stroke {
  0% {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.newnotice_section {
  position: relative;
}
.newnotice_section .chart__inner {
  height: 426px;
  margin: 0 auto 0 0;
  width: 80%;
}
.newnotice_section .pos-relative {
  margin: 0 auto;
  max-width: 900px;
}
.newnotice_section__chart__popup {
  padding-top: 20px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(8%);
  transform: translateY(8%);
  width: 106px;
  z-index: 99;
}
.newnotice_section__chart__popup .__vietnama {
  margin-bottom: 20px;
  margin-top: 170px;
}
.newnotice_section__chart__popup .__usa {
  margin-bottom: 16px;
}
.newnotice_section__chart__title {
  font-size: 18px;
  font-weight: 700;
}
.newnotice_section__chart__title small {
  font-size: 13px;
}
.newnotice_section__chart__text {
  color: #141414;
  font-size: 14px;
}
.newnotice_section__chart__text small {
  color: #707070;
  font-size: 12px;
  margin-top: 15px;
}
.tabSection__chartbox {
  position: relative;
}
.tabSection__chartbox .chart__inner {
  margin: 0 auto 0 0;
  width: 88.3%;
}
.tabSection__chartbox .pos-relative {
  margin: 0 auto;
}
.tabSection__chartbox__chart__popup {
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: translateY(8%);
  transform: translateY(8%);
  width: 11.7%;
  z-index: 9;
}
.tabSection__chartbox__chart__popup .__indonesia {
  margin-top: 40px;
}
.tabSection__chartbox__chart__popup .__india {
  margin-top: 10px;
}
.tabSection__chartbox__chart__popup .__vietnama {
  margin-bottom: 30px;
  margin-top: 135px;
}
.tabSection__chartbox__chart__popup .__usa {
  margin-bottom: 16px;
}
.tabSection__chartbox__chart__title {
  font-size: 18px;
  font-weight: 700;
}
.tabSection__chartbox__chart__title small {
  font-size: 13px;
}
.tabSection__chartbox__chart__text {
  color: #141414;
  font-size: 14px;
}
.tabSection__chartbox__chart__text small {
  color: #707070;
  font-size: 12px;
  margin-top: 15px;
}
.tabSection__chartbox.income .chart__inner {
  height: 480px;
  margin: 0 auto 0 0;
  width: 83.7%;
}
.tabSection__chartbox.income .tabSection__chartbox__chart__popup {
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: translateY(8%);
  transform: translateY(8%);
  width: 16.3%;
  z-index: 99;
}
.tabSection__chartbox.income .tabSection__chartbox__chart__popup .brasil {
  margin-top: 60px;
}
.tabSection__chartbox.income .tabSection__chartbox__chart__popup .usa {
  margin-top: 62px;
}
.tabSection__chartbox.income .tabSection__chartbox__chart__popup .india {
  margin-top: 0;
}
.tabSection__chartbox.income .tabSection__chartbox__chart__popup .usa02 {
  margin-top: 25px;
}
.tabSection__chartbox.income .tabSection__chartbox__chart__popup .japan {
  margin-top: 35px;
}
.tabSection__chartbox.income .tabSection__chartbox__chart__baloon {
  -webkit-animation: slideBaloonHalf 0.3s ease-in 1.2s both;
  animation: slideBaloonHalf 0.3s ease-in 1.2s both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  left: 25%;
  position: absolute;
  top: -3%;
  width: 39.94%;
}
.tabSection__chartbox.income .tabSection__chartbox__chart__baloon.fadeInEffect {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideBaloonHalf {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInTarget {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.fadeInTarget,
.fadeInTarget__image {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  opacity: 0;
}
.fadeInTarget__image {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
.fadeInEffect,
.fadeInEffect__image {
  -webkit-animation-name: fadeInTargetAnimation;
  animation-name: fadeInTargetAnimation;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@-webkit-keyframes fadeInTargetAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInTargetAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.sticky-banner {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sticky-banner__base {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 0;
  position: absolute;
  width: 100%;
}
.sticky-banner__wrapper {
  bottom: -33.9vw;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 15;
}
.sticky-banner__wrapper.is-fixed .sticky-banner__base {
  position: fixed;
}
.sticky-banner img {
  height: auto;
  width: 100%;
}
.sticky-banner__link {
  display: block;
  translate: all 0.3s;
}
.sticky-banner__link:hover {
  opacity: 0.8;
}
.sticky-banner__image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sticky-banner__image--closed {
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sticky-banner__toggle {
  background: #000;
  border: none;
  color: #fff;
  content: "";
  cursor: pointer;
  display: none;
  height: calc(100% - 6px);
  padding: 0;
  position: absolute;
  right: 3px;
  top: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 9px;
}
.sticky-banner__toggle:hover {
  opacity: 0.8;
}
.sticky-banner__toggle:before {
  content: "";
  display: block;
  height: calc(100% + 4px);
  position: absolute;
  right: -5px;
  top: -2px;
  width: calc(100% + 10px);
}
.sticky-banner__toggle:after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: inline-block;
  height: 5px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(25%, -50%) rotate(45deg);
  transform: translate(25%, -50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 5px;
}
.sticky-banner--small {
  position: relative;
  width: 33.3%;
}
.sticky-banner--small.sticky-banner--about {
  width: 100%;
}
.sticky-banner--small.sticky-banner--about .sticky-banner__toggle {
  background-color: #da3738;
}
.sticky-banner--small.sticky-banner--about.is-closed {
  height: 63px;
  left: calc(100% - 120px);
  max-width: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sticky-banner--small.sticky-banner--about.is-closed .sticky-banner__toggle {
  right: min(13.4vw, 130px);
}
.sticky-banner--large {
  left: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.sticky-banner--large .sticky-banner__image--closed {
  display: inline-block;
  left: 0;
  opacity: 0;
  top: 0;
}
.sticky-banner.is-closed .sticky-banner__image--closed {
  opacity: 1 !important;
}
.sticky-banner.is-opened .sticky-banner__image--closed {
  opacity: 0 !important;
}
.sticky-banner--indonesia {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.sticky-banner--india {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.sticky-banner--vietnam {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.sticky-banner--simulation {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.keyvisual {
  position: relative;
  z-index: 11;
}
.keyvisual:after {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/eastspring_india_core_bg.jpg) no-repeat 50% / cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 26.666%;
  z-index: -1;
}
.keyvisual.is-scrolled {
  z-index: 9;
}
.keyvisual img {
  height: auto;
}
.keyvisual__inner {
  position: relative;
}
.keyvisual__text {
  color: #333;
  font-size: 3.4vw;
  font-weight: 400;
  font-weight: 700;
  left: 5.6vw;
  letter-spacing: 0.9px;
  line-height: 1.64;
  margin: 0;
  position: absolute;
  top: 42.1vw;
}
.keyvisual__illust {
  bottom: 0;
  display: block;
  overflow: visible;
  position: absolute;
  right: 0;
  width: 64.2666666667%;
}
.keyvisual__icon {
  display: block;
  left: 8px;
  overflow: visible;
  position: relative;
  top: 0;
  width: 48.8%;
}
.keyvisual__title {
  display: block;
  left: 12.5px;
  padding-bottom: 10px;
  position: relative;
  width: 52.8%;
}
.keyvisual__lseg {
  margin-top: 30px;
  padding: 0 20px;
}
.table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.table td,
.table th {
  border: 1px solid #333;
  padding: 12px 28px;
}
.table td.bg-blue,
.table th.bg-blue {
  background: #ecf3f8;
}
.table td.color-red,
.table th.color-red {
  color: #da3738;
  font-weight: 700;
}
.table td.empty,
.table th.empty {
  padding: 4px;
}
.table__wrap {
  overflow: auto;
  width: 100%;
}
.inner,
.inner--small {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.inner {
  max-width: 1120px;
}
.inner--small {
  max-width: 1020px;
}
.desclaimerSection strong {
  color: #da3738;
  font-weight: 700;
}
.desclaimerSection .underline {
  text-decoration: underline;
}
.desclaimerSection .red {
  color: #da3738;
}
.desclaimerSection__title {
  text-align: center;
}
.desclaimerSection__title__inner {
  border-bottom: 3px solid #333;
  border-top: 3px solid #333;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 25px;
  text-align: center;
}
.desclaimerSection__title02 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.desclaimerSection__list a {
  color: #333;
  font-weight: 700;
}
.desclaimerSection__list strong {
  color: #035e9f;
  font-weight: 400;
  text-decoration: underline;
}
.desclaimerSection__list p {
  line-height: 1.72;
}
.desclaimerSection__info {
  font-weight: 700;
  text-align: center;
}
.desclaimerSection__info p {
  line-height: 1.4;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.desclaimerSection .table-wrapper {
  margin-top: 20px;
  overflow-x: auto;
}
.desclaimerSection table {
  border-collapse: collapse;
  line-height: 2;
  width: 1000px;
}
.desclaimerSection td,
.desclaimerSection th {
  border: 1px solid #ccc;
  padding: 8px 12px;
  vertical-align: middle;
}
.desclaimerSection .label-cell {
  background: #f0f0f0;
  font-weight: 700;
  min-width: 120px;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
  width: 120px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.desclaimerSection .sub-label {
  background: #e8e8e8;
  text-align: center;
  white-space: nowrap;
}
.desclaimerSection .highlight {
  color: red;
  font-weight: 700;
}
.desclaimerSection td.footer-row {
  border: none;
  font-size: 12px;
  padding: 6px 10px;
}
.aboutSection {
  background-color: #f8f8f8;
  overflow: hidden;
  padding: 40px 0 0;
  position: relative;
  width: 100%;
}
.aboutSection:before {
  background-color: #f2f1f1;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.aboutSection .inner {
  position: relative;
}
.about__title {
  margin: 0;
  text-align: center;
}
.about__title--small {
  font-size: min(3.865vw, 18px);
}
.about__title > img {
  height: 1.35em;
  vertical-align: text-bottom;
  width: auto;
}
.about__lead {
  color: #141414;
  font-size: min(4.1666vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}
.about__lead span {
  color: #da3738;
}
.about__box {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/eastspring_india_core_about_bg.jpg) no-repeat 50%;
  background-size: cover;
  margin: 0 auto;
  max-width: 1080px;
  padding: 20px;
  position: relative;
}
.about__box:before {
  background: -webkit-gradient(linear, left top, right top, from(#3b1f0c), color-stop(18.79%, #bea76f), color-stop(42.5%, #8e6f2f), color-stop(80.07%, #f7e6b1), to(#453b2a));
  background: linear-gradient(90deg, #3b1f0c 0, #bea76f 18.79%, #8e6f2f 42.5%, #f7e6b1 80.07%, #453b2a);
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about__box_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#3b1f0c), color-stop(18.79%, #b29c65), color-stop(42.5%, #8e6f2f), color-stop(78.82%, #e0c980), to(#625134));
  background: linear-gradient(90deg, #3b1f0c 0, #b29c65 18.79%, #8e6f2f 42.5%, #e0c980 78.82%, #625134);
  border-radius: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(4.1666vw, 24px);
  font-weight: 700;
  height: 70px;
  justify-content: center;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.about__box_top {
  color: #fff;
  position: relative;
  text-align: center;
}
.about__box_top:after,
.about__box_top:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10%;
}
.about__box_top:before {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/eastspring_india_core_about_icon_l.svg) no-repeat 0 0 / auto 100%;
  left: 0;
}
.about__box_top:after {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/eastspring_india_core_about_icon_r.svg) no-repeat 100% 0 / auto 100%;
  right: 0;
}
.about__box_top--logo,
.about__box_top--text {
  margin: 0 auto;
  width: 80%;
}
.about__box_top--text {
  font-size: min(3.46vw, 20px);
  text-align: center;
}
.about__box_top--text span {
  font-size: min(3.2vw, 16px);
}
.about__box_top--point {
  color: #fadc87;
  font-family:
    BIZ UDMincho,
    Yu Mincho,
    Hiragino Mincho ProN,
    MS PMincho,
    serif;
  font-size: min(6.5vw, 50px);
  margin: 0 auto;
}
.about__box_middle {
  color: #fff;
}
.about__box_middle--text {
  font-size: min(3.2vw, 12px);
  margin: 0;
}
.about__box_middle--point {
  border-bottom: 1px solid #fadc87;
  font-size: min(4.1666vw, 24px);
  margin: 0;
  padding-bottom: 15px;
  text-align: center;
}
.about__box_middle--point-icon {
  position: relative;
}
.about__box_middle--point-icon img {
  display: block;
  margin: 0 auto;
  width: 32px;
}
.about__box_middle--point-icon:after,
.about__box_middle--point-icon:before {
  background-color: #fadc87;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(50% - 24px);
}
.about__box_middle--point-icon:before {
  left: 0;
}
.about__box_middle--point-icon:after {
  right: 0;
}
.about__box_bottom {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 20px;
}
.about__box_bottom--title {
  font-size: min(4.8vw, 18px);
  margin: 0;
  text-align: center;
}
.about__box_bottom--note {
  font-size: min(2.6666vw, 12px);
  margin: 0;
}
.about__box_bottom--wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about__box_bottom--wrap--image {
  margin-bottom: 20px;
}
.about__box_bottom--wrap--name {
  font-size: min(3.2vw, 14px);
  margin-top: 10px;
}
.about__box_bottom--wrap--text {
  font-size: min(3.2vw, 14px);
  line-height: 2;
}
.anchor__banner {
  display: block;
  margin-bottom: 15px;
}
.anchor__banner:last-of-type {
  margin-bottom: 0;
}
.anchor__banner:hover {
  opacity: 0.8;
}
.anchor__banners {
  margin: 0 auto;
  width: 85%;
}
.comparison {
  background: -webkit-gradient(linear, left bottom, left top, from(#da3738), to(#f3bc50));
  background: linear-gradient(0deg, #da3738 0, #f3bc50);
  padding: 60px 0;
}
.comparison__title {
  color: #fff;
  font-size: min(8vw, 50px);
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.comparison__title span {
  font-size: min(5.333vw, 40px);
}
.comparison__box {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.comparison__box_head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.comparison__box_head,
.comparison__box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.comparison__box_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fdbb30;
  margin: 0;
  padding-bottom: 20px;
}
.comparison__box_title .icon {
  width: 70px;
}
.comparison__box_title .txt {
  font-size: min(5.333vw, 30px);
}
.comparison__box_title--02 {
  margin: 0;
  text-align: center;
}
.comparison__box_lead,
.comparison__box_title--02 {
  font-size: min(3.7333vw, 24px);
}
.comparison__box_lead span {
  font-size: min(5.333vw, 30px);
}
.comparison__box_chart--title {
  font-size: min(4.1666vw, 24px);
  margin: 0;
  text-align: center;
}
.comparison__box_chart--title span {
  font-size: min(3.73333vw, 14px);
}
.comparison__box_chart .chart__inner {
  height: 300px;
  width: 100%;
}
.comparison__box_chart--legend {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  left: 60px;
  position: absolute;
  top: 20px;
  z-index: 9;
}
.comparison__box_chart--legend-color {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(3.2vw, 17px);
  gap: 10px;
}
.comparison__box_chart--legend-color:before {
  display: block;
  height: 3px;
  width: 15px;
}
.comparison__box_chart--legend-color.__sensex:before {
  background-color: #68737a;
  content: "";
}
.comparison__box_chart--legend-color.__india:before {
  background-color: #da3738;
  content: "";
}
.comparison__box_chart--legend-note {
  font-size: min(2.666vw, 12px);
}
.comparison__box_chart--note {
  font-size: min(2.666vw, 14px);
  font-weight: 700;
}
.comparison__box_chart--note span {
  font-size: min(2.666vw, 12px);
  font-weight: 400;
}
.comparison__box_chart--note span.red {
  color: #da3738;
}
.comparison__box_red {
  background-color: #da3738;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}
.comparison__box_red .top {
  font-size: min(3.7333vw, 24px);
  font-weight: 400;
}
.comparison__box_red .percent {
  font-size: min(3.7333vw, 26px);
}
.comparison__box_red .num {
  font-size: min(10.666vw, 61px);
  margin-left: 10px;
}
.comparison__box_red .unit {
  font-size: min(8vw, 39px);
  margin-right: 10px;
}
.comparison__box_red .tax {
  font-size: min(3.2vw, 27px);
}
.comparison__box_red .degree {
  font-size: min(4.8vw, 36px);
}
.comparison__box_graph {
  position: relative;
}
.comparison__box_graph .arrow {
  -webkit-animation: slideBaloonHalf 0.5s ease-in 0.8s both;
  animation: slideBaloonHalf 0.5s ease-in 0.8s both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.comparison__box_graph .arrow,
.comparison__box_graph .baloon {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  width: 100%;
}
.comparison__box_graph .baloon {
  -webkit-animation: slideBaloonHalf 0.5s ease-in 1s both;
  animation: slideBaloonHalf 0.5s ease-in 1s both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.comparison__box_graph.fadeInEffect .arrow,
.comparison__box_graph.fadeInEffect .baloon {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.comparison__box_graph--red {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  background-color: #da3738;
  border-radius: 5px;
  color: #fff;
  font-size: min(3.7333vw, 24px);
  font-weight: 700;
  padding: 20px;
  text-align: center;
}
.comparison__icon {
  margin: 0 auto;
  width: 142px;
}
.comparison__ttl3 {
  color: #fff;
  font-size: min(3.7333vw, 24px);
  margin: 0;
  text-align: center;
}
.comparison__ttl3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #fff500));
  background: linear-gradient(transparent 80%, #fff500 0);
}
.comparison__text {
  color: #fff;
  font-size: min(3.7333vw, 24px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.666;
  text-align: center;
}
.comparison__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #fff500));
  background: linear-gradient(transparent 80%, #fff500 0);
}
.comparison__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(3.7333vw, 26px);
  font-weight: 700;
  height: 60px;
  justify-content: center;
  margin: 40px auto 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 320px;
}
.comparison__link:hover {
  opacity: 0.65;
}
.comparison__link:after {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/eastspring_india_core_comparison__linkicon.svg) no-repeat 50%/100%;
  content: "";
  height: 24px;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
}
.comparison__link.__sbi {
  padding-left: 3.259%;
}
.column {
  padding: 0 0 60px;
}
.column__box {
  background-color: #f9f8ff;
  border: 3px solid #7473a9;
  border-radius: 20px;
  padding: 20px;
}
.column__box_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  margin: 0;
  text-align: center;
}
.column__box_title .icon {
  width: 160px;
}
.column__box_title .text {
  margin: 0;
}
.column__box_title .text,
.column__box_ttl03 {
  color: #7473a9;
  font-size: min(5.333vw, 30px);
  font-weight: 700;
}
.column__box_ttl03 {
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}
.column__box_txt {
  color: #141414;
  font-size: min(3.7333vw, 16px);
  font-weight: 700;
  line-height: 2;
  margin: 0;
}
.column__box_txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #fff500));
  background: linear-gradient(transparent 80%, #fff500 0);
}
.simulationSection {
  padding-left: 20px;
  padding-right: 20px;
}
.simulationSection__inner {
  background-color: #f7d180;
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2026/eastspring_india_core_simulation__bg_220719.png), repeating-linear-gradient(90deg, transparent, transparent 21.67vw, #f9dca0 0, #f9dca0 22.04vw), repeating-linear-gradient(0deg, transparent, transparent 10.83vw, #f9dca0 0, #f9dca0 11.2vw);
  background-position:
    center 8.49vw,
    -5vw,
    -5vw;
  background-repeat: no-repeat, repeat, repeat;
  background-size:
    128.8% auto,
    auto,
    auto;
  border-radius: 20px;
  padding: 30px 20px 25px;
}
.simulationSection__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: -65px;
  position: relative;
  text-align: center;
}
.simulationSection__title > img {
  display: block;
  margin: 0 auto 24px;
  max-width: 628px;
  width: 90%;
}
.simulationSection__lead {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
}
.simulationSection .simulation__btn {
  margin: 0 auto;
  max-width: 792px;
}
.simulation__condition {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 745px;
}
.simulation__condition > dt {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
  text-align: center;
  width: 100%;
}
.simulation__condition > dd {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  margin: 0 0 25px;
  text-align: center;
  width: 100%;
}
.simulation__condition input,
.simulation__condition select {
  background: #fff;
  border: none;
  border-radius: 10px;
  color: #333;
  display: inline-block;
  font-family: inherit;
  font-size: 28px;
  font-weight: 700;
  margin-right: 0.5em;
  max-width: 4em;
  padding: 10px 24px;
  text-align: right;
  vertical-align: middle;
  width: 50%;
}
.simulation__condition input {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 400px;
}
.simulation__condition select {
  -webkit-box-flex: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(https://sbisec.akamaized.net/sbisec/images/static/2026/eastspring_india_core_icon-arrow-down_220719.svg) right 21px center/16px auto no-repeat;
  cursor: pointer;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 200px;
  padding-right: 50px;
  position: relative;
}
.simulation__execute {
  text-align: center;
}
.simulation__execute > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  max-width: 389px;
  width: 100%;
}
.simulation__execute > button:hover {
  opacity: 0.8;
}
.simulation__result {
  display: none;
}
.simulation__result__inner {
  background: #fff;
  border-radius: 20px;
  padding: 35px 20px 20px;
  position: relative;
}
.simulation__result__title {
  display: block;
  margin: -65px auto 24px;
  max-width: 628px;
  text-align: center;
  width: 90%;
}
.simulation__result__title > img {
  width: 100%;
}
.simulation__result__chart .chart__inner {
  height: 510px;
  margin: 0 auto;
  max-width: 820px;
  padding: 0;
  width: 100%;
}
.simulation__result__report {
  background: #f6f6f6;
  margin: 0 auto;
  max-width: 704px;
  padding: 20px 25px 5px;
}
.simulation__result__report__title {
  font-size: 16px;
  text-align: center;
}
.simulation__result__report__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  border-bottom: 3px dotted #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.simulation__result__report__list.__no-border {
  border-bottom: none;
}
.simulation__result__report__list > dd,
.simulation__result__report__list > dt {
  margin: 0;
  padding: 10px 20px;
}
.simulation__result__report__list > dt {
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #035e9f;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.simulation__result__report__list > dt > img {
  height: 1.5em;
  max-width: none;
  width: auto;
}
.simulation__result__report__list > dd {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 20px;
  font-weight: 700;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: right;
}
.simulation__result__report__list > dd .unit {
  font-size: 16px;
  font-weight: 400;
}
.simulation__result__note {
  color: #da3738;
  font-size: 12px;
  line-height: 1.66;
}
.simulation__result__note p {
  margin-bottom: 0;
  margin-top: 0;
}
.reason {
  background-color: #fde7b6;
}
.reason__bg {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/eastspring_india_core_reason__bg.jpg) no-repeat 50% / cover;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}
.reason__bg_title {
  font-size: min(7.466vw, 40px);
  margin: 0;
}
.reason__title {
  margin: 0 auto;
  max-width: 924px;
  position: relative;
}
.reason__title__text {
  height: auto;
  width: 100%;
}
.reason__title03 {
  position: relative;
  text-align: center;
}
.reason__title03_img {
  width: 735px;
}
.reason__list {
  list-style: none;
  margin: 0 auto;
  max-width: 804px;
  padding: 0;
}
.reason__checkitem {
  font-size: min(4.2vw, 16px);
  font-weight: 700;
  line-height: 1.666;
  margin-bottom: 20px;
  padding-left: 1.7em;
  position: relative;
}
.reason__checkitem:before {
  content: "";
  display: block;
  height: 1.2em;
  left: 0;
  position: absolute;
  top: 5%;
  width: 1.2em;
}
.reason__checkitem .__red {
  color: #da3738;
}
.reason__checkitem .__green {
  color: #58a96c;
}
.reason__checkitem .__blue {
  color: #7473a9;
}
.reason__text {
  color: #141414;
  font-size: 14px;
  margin: 0;
}
.reason__text.__income {
  margin: 0 auto;
  max-width: 804px;
  padding-left: 1em;
  position: relative;
  text-indent: -1em;
}
.reason__text.__growth03 {
  margin-right: auto;
  max-width: 698px;
}
.reason__text > small {
  color: #707070;
  font-size: 12px;
  line-height: 1.333;
  margin-top: 15px;
}
.reason__text.__sbi,
.reason__text.__sbi > small {
  color: #141414;
}
.reason__text_small {
  color: #707070;
  font-size: 12px;
  margin: 0;
}
.reason__text_small.__income {
  margin: 0 auto;
  max-width: 804px;
  padding-left: 1em;
  text-indent: -1em;
}
.reason__text_small.__growth03 {
  margin-right: auto;
  max-width: 698px;
}
.reason__contenttitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-bottom: 8px solid #da3738;
  border-top: 8px solid #da3738;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
  margin: 0 auto;
  max-width: 565px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.reason__contenttitle,
.reason__contenttitle .__sub {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reason__contenttitle .__sub {
  color: #da3738;
  font-size: min(4.2vw, 16px);
  font-weight: 700;
  gap: 7px;
}
.reason__contenttitle .__sub .__num {
  font-family: Roboto, serif;
  font-size: min(6.4vw, 24px);
  line-height: 1;
}
.reason__contenttitle .__main {
  font-size: min(5.6vw, 21px);
  font-weight: 700;
  text-align: center;
}
.reason__lead {
  font-size: min(4.2vw, 16px);
  font-weight: 700;
  line-height: 1.6666;
  margin: 0 auto;
  text-align: center;
}
.reason__lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #fff500));
  background: linear-gradient(transparent 80%, #fff500 0);
}
.reason__chartbox {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.reason__chartbox_title {
  font-size: min(4.8vw, 14px);
  margin: 0;
  text-align: center;
}
.reason__chartbox_title .__small {
  font-size: 13px;
}
.reason__chartbox_group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.reason__chartbox_left,
.reason__chartbox_right {
  position: relative;
}
.reason__chartbox_left .popup01,
.reason__chartbox_left .popup02,
.reason__chartbox_right .popup01,
.reason__chartbox_right .popup02 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.reason__chartbox_left .popup01,
.reason__chartbox_right .popup01 {
  -webkit-animation: slideBaloonHalf 0.8s ease-in 1s both;
  animation: slideBaloonHalf 0.8s ease-in 1s both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.reason__chartbox_left .popup02,
.reason__chartbox_right .popup02 {
  -webkit-animation: slideBaloonHalf 0.8s ease-in 1.2s both;
  animation: slideBaloonHalf 0.8s ease-in 1.2s both;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.reason__chartbox_left .fadeInEffect.popup01,
.reason__chartbox_left .fadeInEffect.popup02,
.reason__chartbox_right .fadeInEffect.popup01,
.reason__chartbox_right .fadeInEffect.popup02 {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.reason__ranking_inner {
  margin: 0 auto;
  max-width: 713px;
  position: relative;
}
.reason__ranking .popup01,
.reason__ranking .popup02,
.reason__ranking .popup03 {
  -webkit-animation: popup 0.8s ease-in 1s both;
  animation: popup 0.8s ease-in 1s both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 100%;
}
.reason__ranking .popup01 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.reason__ranking .popup02 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.reason__ranking .popup03 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.reason__ranking .fadeInEffect.popup01,
.reason__ranking .fadeInEffect.popup02,
.reason__ranking .fadeInEffect.popup03 {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.reason__gdp_legend {
  margin: 0 auto;
  max-width: 553px;
}
.reason__note {
  font-size: min(2.6666vw, 14px);
  font-weight: 700;
}
.reason__note span {
  font-size: min(2.666vw, 12px);
  font-weight: 400;
}
.reason__ratiograph {
  margin: 0 auto;
  max-width: 525px;
  position: relative;
}
.reason__ratiograph .popup01 {
  -webkit-animation: popup02 0.3s ease-in 0.3s both;
  animation: popup02 0.3s ease-in 0.3s both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  width: 100%;
}
.reason__ratiograph .fadeInEffect.popup01 {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.reason__ttl04 {
  font-size: min(5.333vw, 28px);
  margin: 0;
  text-align: center;
}
.reason__ttl05 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #da3738;
  border-radius: 5px;
  color: #fff;
  font-size: min(4.4666vw, 40px);
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 15px;
}
.reason__iciciam_list,
.reason__ttl05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reason__iciciam_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.reason__transiton_chart .chart__inner {
  height: 350px;
}
.reason__transiton_chart--legend {
  width: 40%;
}
.reason__transiton_chart--baloon {
  position: absolute;
  right: 60px;
  top: 0;
  width: 150px;
}
.reason__transiton_chart .popup01 {
  -webkit-animation: popup02 0.3s ease-in 1.2s both;
  animation: popup02 0.3s ease-in 1.2s both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  width: 100%;
}
.reason__transiton_chart .fadeInEffect.popup01 {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-transform: scale(125%);
    transform: scale(125%);
  }
  to {
    -webkit-transform: scale(100%);
    transform: scale(100%);
  }
}
@keyframes popup {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-transform: scale(125%);
    transform: scale(125%);
  }
  to {
    -webkit-transform: scale(100%);
    transform: scale(100%);
  }
}
@-webkit-keyframes popup02 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(100%);
    transform: scaleY(100%);
  }
}
@keyframes popup02 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(100%);
    transform: scaleY(100%);
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}
@keyframes slideBaloonHalf {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.reportSection {
  background: #f8f8f8 -webkit-gradient(linear, left top, right bottom, color-stop(50%, #f8f8f8), color-stop(50%, #f2f2f2));
  background: #f8f8f8 linear-gradient(to bottom right, #f8f8f8 50%, #f2f2f2 0);
  padding-bottom: 25px;
}
.reportSection__title {
  font-size: min(5vw, 20px);
  font-weight: 700;
  margin-bottom: 1.2em;
  text-align: center;
}
.reportList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.reportList__item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 30px 25px 25px;
  position: relative;
  width: 100%;
}
.reportList__item:before {
  background: #e58e19 -webkit-gradient(linear, left top, left bottom, from(#f7d180), to(#e58e19));
  background: #e58e19 linear-gradient(180deg, #f7d180, #e58e19);
  border-radius: 10px 10px 0 0;
  content: "";
  display: block;
  height: 11px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.reportList__item__title {
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 1em;
}
.reportList__item__body {
  font-size: 14px;
  padding-top: 20px;
}
.reportList__item__link {
  display: block;
  margin-top: 20px;
  text-align: right;
}
.reportList__item__more {
  color: #6a7379;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}
.reportList__item__more:hover {
  text-decoration: underline;
}
.reportList__item__more:after {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/eastspring_india_core_icon-circle-arrow_220719.svg) 50% / contain no-repeat;
  content: "";
  display: inline-block;
  font-size: inherit;
  height: 1em;
  line-height: 1;
  margin-left: 0.2em;
  vertical-align: top;
  width: 1em;
}
.reportList__item .movie__wrapper {
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.reportList__item .movie__wrapper .movie__thumb {
  background: transparent;
  border: 0;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.reportList__item .movie__wrapper .movie__thumb:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 18px 0 18px 30px;
  content: "";
  left: 50%;
  margin-left: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.reportList__item .movie__wrapper .movie__thumb > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.reportList__item .movie__wrapper > iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.reportList__item .movie__wrapper.is-playing .movie__thumb {
  display: none;
}
.reportList__item .movie__wrapper.is-playing > iframe {
  opacity: 1;
  pointer-events: auto;
}
.starPlayersSection {
  background-color: #f2f2f2;
  padding-top: 40px;
}
.reportSection + .starPlayersSection {
  padding-top: 0;
}
.starPlayersSection__title {
  font-size: min(5.6vw, 21px);
  font-weight: 700;
  text-align: center;
}
.starPlayers {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-self: flex-start;
}
.starPlayers,
.starPlayers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.starPlayers__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #da3738;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4%;
  min-height: 4em;
  padding: 0.5em 1.5em 0.5em 1em;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.starPlayers__item:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  font-size: inherit;
  height: 0.4em;
  position: absolute;
  right: 0.4em;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.4em;
}
.starPlayers__item:hover {
  opacity: 0.85;
}
.riskSection hr {
  border-bottom: 0;
  border-color: #d6d6d6;
  margin-bottom: 20px;
  margin-top: 20px;
}
.layout-default {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.layout-default .l-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.layout-default .l-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 60px;
}
.layout-default .l-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 576px) {
  .footer__pagetop {
    bottom: 25px;
    display: none;
    padding-bottom: 0;
    position: fixed;
    top: auto;
  }
  .h-tablet-pc {
    display: none !important;
  }
  .chart-legend {
    gap: 20px;
  }
  .chart-legend__item {
    font-size: min(1.2962962963vw, 14px);
  }
  .kabuka-tab__box__text {
    font-size: 16px;
  }
  .kabuka-tab__box__desc {
    font-size: 14px;
  }
  .kabuka-tab__box .tab__btn {
    font-size: 16px;
    margin-left: 44px;
  }
  .sticky-banner__base {
    display: contents;
  }
  .sticky-banner__wrapper {
    bottom: auto;
    left: auto;
    position: fixed;
    right: 0;
    top: 50%;
  }
  .sticky-banner {
    overflow: hidden;
    position: absolute;
    right: 0;
  }
  .sticky-banner img {
    height: 100%;
    width: auto;
  }
  .sticky-banner__link {
    height: 100%;
  }
  .sticky-banner__toggle {
    display: inline-block;
  }
  .sticky-banner--small {
    border-radius: 50px 0 0 50px;
    height: 5.38vw;
    max-height: 70px;
    max-width: 273px;
    position: absolute;
    width: 21vw;
  }
  .sticky-banner--small .sticky-banner__link {
    left: 0;
    position: absolute;
    top: 0;
  }
  .sticky-banner--small.is-closed {
    right: max(-13.18vw, -180px);
  }
  .sticky-banner--small.is-closed .sticky-banner__toggle {
    right: min(13.4vw, 183px);
  }
  .sticky-banner--small.is-closed .sticky-banner__toggle:after {
    -webkit-transform: translate(75%, -50%) rotate(-135deg);
    transform: translate(75%, -50%) rotate(-135deg);
  }
  .sticky-banner--small.sticky-banner--about {
    max-width: 194px;
    width: 14.2vw;
  }
  .sticky-banner--small.sticky-banner--about.is-closed {
    height: 5.38vw;
    left: auto;
    max-width: 194px;
    right: max(-13.18vw, -130px);
  }
  .sticky-banner--large {
    border-radius: 20px 0 0 20px;
    height: min(13.4vw, 183px);
    left: auto;
    position: absolute;
    width: min(11.2vw, 153px);
  }
  .sticky-banner--large .sticky-banner__image--closed {
    display: none !important;
  }
  .sticky-banner--indonesia {
    top: max(-12vw, -160px);
  }
  .sticky-banner--indonesia .sticky-banner__toggle {
    background-color: #69679b;
  }
  .sticky-banner--indonesia .sticky-banner__toggle:hover {
    background-color: #131244;
  }
  .sticky-banner--india {
    top: max(-5vw, -72px);
  }
  .sticky-banner--india .sticky-banner__toggle {
    background-color: #da3738;
  }
  .sticky-banner--india .sticky-banner__toggle:hover {
    background-color: #901b1b;
  }
  .sticky-banner--vietnam {
    top: max(1vw, 15px);
  }
  .sticky-banner--vietnam .sticky-banner__toggle {
    background: #58a96c;
  }
  .sticky-banner--vietnam .sticky-banner__toggle:hover {
    background-color: #356641;
  }
  .sticky-banner--simulation {
    top: min(9.69vw, 125px);
  }
  .keyvisual:after {
    width: 25.4%;
  }
  .keyvisual__inner {
    aspect-ratio: 3.2601431981;
    margin: 0 auto;
    max-width: 1366px;
    padding-bottom: 0;
  }
  .keyvisual__text {
    font-size: min(2.34vw, 32px);
    left: 19.6925329429%;
    letter-spacing: 1.6px;
    line-height: 1.5;
    position: absolute;
    text-align: left;
    top: 38.6634844869%;
    width: 34.5534407028%;
  }
  .keyvisual__illust {
    bottom: auto;
    left: 63.9824304539%;
    right: auto;
    top: 3.1026252983%;
    width: 30.8931185944%;
  }
  .keyvisual__icon,
  .keyvisual__illust {
    margin-left: 0;
    position: absolute;
    -webkit-transform: none;
    transform: none;
  }
  .keyvisual__icon {
    left: 26.5739385066%;
    top: -8.353221957%;
    width: 23.1332357247%;
  }
  .keyvisual__icon.__sbi {
    left: 6.3689604685%;
    top: 0.477326969%;
    width: 30.6734992679%;
  }
  .keyvisual__title {
    left: 34.7730600293%;
    top: 28.1622911695%;
    width: 30.3074670571%;
  }
  .keyvisual__lseg,
  .keyvisual__title {
    position: absolute;
    -webkit-transform: none;
    transform: none;
  }
  .keyvisual__lseg {
    left: 9.3704245974%;
    margin: 0;
    padding: 0;
    top: 23.8663484487%;
    width: 18.9604685212%;
  }
  .desclaimerSection table {
    width: 100%;
  }
  .aboutSection {
    padding: 60px 0 0;
  }
  .about__title {
    font-size: min(3.66vw, 50px);
  }
  .about__title--small {
    font-size: min(2.93vw, 40px);
  }
  .about__lead {
    font-size: min(3.05vw, 24px);
  }
  .about__box {
    padding: 50px 90px 60px;
  }
  .about__box_title {
    border-radius: 20px;
    font-size: min(3.06vw, 24px);
    height: 40px;
    line-height: 2;
  }
  .about__box_top:after,
  .about__box_top:before {
    width: 16.2%;
  }
  .about__box_top--logo {
    width: 60%;
  }
  .about__box_top--text {
    font-size: min(2.6vw, 20px);
    width: 60%;
  }
  .about__box_top--text span {
    font-size: min(2.08vw, 16px);
  }
  .about__box_top--point {
    font-size: min(6.77vw, 50px);
  }
  .about__box_middle--text {
    font-size: min(1.5625vw, 12px);
  }
  .about__box_middle--point {
    font-size: min(3.06vw, 24px);
    padding-bottom: 35px;
  }
  .about__box_bottom {
    padding: 30px 40px;
  }
  .about__box_bottom--title {
    font-size: min(2.343vw, 18px);
  }
  .about__box_bottom--note {
    font-size: min(1.5625vw, 12px);
  }
  .about__box_bottom--wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .about__box_bottom--wrap--image {
    border-right: 1px solid #895711;
    margin-bottom: 0;
    padding-right: 2.4%;
    width: 22%;
  }
  .about__box_bottom--wrap--image img {
    display: block;
    margin: 0 auto;
    max-width: 136px;
  }
  .about__box_bottom--wrap--name {
    font-size: min(1.823vw, 14px);
    margin-top: 20px;
  }
  .about__box_bottom--wrap--text {
    font-size: min(1.823vw, 14px);
    margin-left: 3.6%;
    width: 74.4%;
  }
  .anchor__banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.392vw;
    max-width: 975px;
    width: 100%;
  }
  .comparison {
    padding: 100px 0;
  }
  .comparison__title {
    font-size: min(6.51vw, 50px);
  }
  .comparison__title span {
    font-size: min(5.2vw, 40px);
  }
  .comparison__box {
    padding: 50px;
  }
  .comparison__box_head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
  .comparison__box_title {
    border-bottom: none;
    border-right: 1px solid #fdbb30;
    padding-bottom: 0;
    padding-right: 40px;
  }
  .comparison__box_title .txt {
    font-size: min(3.9vw, 30px);
  }
  .comparison__box_lead,
  .comparison__box_title--02 {
    font-size: min(3.05vw, 24px);
  }
  .comparison__box_lead span {
    font-size: min(3.9vw, 30px);
  }
  .comparison__box_chart--title {
    font-size: min(3.05vw, 24px);
  }
  .comparison__box_chart--title span {
    font-size: min(1.823vw, 14px);
  }
  .comparison__box_chart .chart__inner {
    height: 436px;
  }
  .comparison__box_chart--legend {
    gap: 15px;
    left: 110px;
    top: 40px;
  }
  .comparison__box_chart--legend-color {
    font-size: min(2.213vw, 17px);
  }
  .comparison__box_chart--legend-color:before {
    width: 34px;
  }
  .comparison__box_chart--legend-note {
    font-size: min(1.5625vw, 12px);
  }
  .comparison__box_chart--note {
    font-size: min(1.8229vw, 14px);
  }
  .comparison__box_chart--note span {
    font-size: min(1.5625vw, 12px);
  }
  .comparison__box_red {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 650px;
    padding: 30px 50px 20px;
  }
  .comparison__box_red .top {
    font-size: min(3.05vw, 24px);
  }
  .comparison__box_red .percent {
    font-size: min(3.385vw, 26px);
  }
  .comparison__box_red .num {
    font-size: min(7.942vw, 61px);
  }
  .comparison__box_red .unit {
    font-size: min(5.08vw, 39px);
  }
  .comparison__box_red .tax {
    font-size: min(3.52vw, 27px);
  }
  .comparison__box_red .degree {
    font-size: min(4.6875vw, 36px);
  }
  .comparison__box_graph--red {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: min(3.05vw, 24px);
    margin: 0 auto;
    max-width: 740px;
    padding: 24px;
  }
  .comparison__ttl3 {
    font-size: min(3.52vw, 28px);
  }
  .comparison__text {
    font-size: min(3.05vw, 24px);
  }
  .comparison__link:after {
    height: 34px;
    width: 34px;
  }
  .comparison__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    font-size: min(3.385vw, 26px);
    height: 97px;
    justify-content: flex-start;
    margin: 80px auto 0;
    padding-left: 7.259%;
    width: 500px;
  }
  .column {
    padding: 0 0 100px;
  }
  .column__box {
    padding: 50px;
  }
  .column__box_title {
    gap: 35px;
  }
  .column__box_title .text,
  .column__box_ttl03 {
    font-size: min(3.9vw, 30px);
  }
  .column__box_txt {
    font-size: min(2.08vw, 16px);
  }
  .simulationSection__title {
    font-size: 35px;
    margin-top: -145px;
  }
  .simulationSection__lead {
    font-size: 18px;
  }
  .simulation__condition {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .simulation__condition > dt {
    font-size: 30px;
    margin-bottom: 25px;
    text-align: right;
    width: 220px;
  }
  .simulation__condition > dd {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    font-size: 24px;
    justify-content: flex-start;
    text-align: left;
    width: calc(100% - 250px);
  }
  .simulation__condition input,
  .simulation__condition select {
    font-size: 50px;
    width: 100%;
  }
  .simulation__result__title {
    margin-top: -115px;
  }
  .reason__bg {
    padding: 110px 20px;
  }
  .reason__bg_title {
    font-size: min(5.208vw, 40px);
  }
  .reason__checkitem {
    font-size: min(2.2vw, 24px);
    top: 2%;
  }
  .reason__text.__inside,
  .reason__text_small.__inside {
    margin-left: 4em;
    margin-top: -1em;
  }
  .reason__contenttitle .__sub {
    font-size: min(5.6vw, 21px);
  }
  .reason__contenttitle .__sub .__num {
    font-size: min(2.636vw, 36px);
  }
  .reason__contenttitle .__main {
    font-size: min(2.2vw, 30px);
  }
  .reason__lead {
    font-size: min(2.2vw, 24px);
  }
  .reason__chartbox {
    padding: 40px 50px;
  }
  .reason__chartbox_title {
    font-size: min(3.125vw, 24px);
  }
  .reason__chartbox_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .reason__chartbox_left,
  .reason__chartbox_right {
    width: 50%;
  }
  .reason__note {
    font-size: min(1.823vw, 14px);
  }
  .reason__note span {
    font-size: min(1.5625vw, 12px);
  }
  .reason__ttl04 {
    font-size: min(3.645vw, 28px);
  }
  .reason__ttl05 {
    font-size: min(5.208vw, 40px);
  }
  .reason__iciciam_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .reason__transiton_chart .chart__inner {
    height: 558px;
  }
  .reason__transiton_chart--legend {
    left: 100px;
    position: absolute;
    top: 35px;
  }
  .reason__transiton_chart--baloon {
    right: 80px;
    top: -20px;
    width: 314px;
  }
  .reportList__item {
    margin-bottom: 3.7%;
    margin-right: 3.7%;
    width: 48.15%;
  }
  .reportList__item:nth-child(2n) {
    margin-right: 0;
  }
  .reportList__item__title {
    font-size: max(16px, min(1.32vw, 18px));
  }
  .reportList__item__body {
    font-size: max(14px, min(1.17vw, 16px));
    padding-top: 25px;
  }
  .reportList__item__link {
    margin-top: 50px;
  }
  .reportList__item__more {
    font-size: max(12px, min(1.02vw, 14px));
  }
  .starPlayersSection {
    padding-top: 70px;
  }
  .starPlayersSection__title {
    font-size: min(2.5925925926vw, 28px);
  }
  .starPlayers__item {
    font-size: 16px;
    margin-right: 2%;
    width: 32%;
  }
  .starPlayers__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 959.9px) {
  .header {
    height: 90px;
    padding: 0 47px;
  }
  .header__ttl__logo {
    max-width: 280px;
  }
  .header__ttl__logo--east {
    max-width: 365px;
    width: 100%;
  }
  .header__nav {
    top: 90px !important;
  }
  .h-tablet,
  .v-pc,
  .v-sp {
    display: none !important;
  }
  .chart-legend__item {
    font-size: min(2.4305555556vw, 14px);
  }
  .trade_export__box .chart__image__wrap {
    right: 6%;
    top: 11%;
  }
  .tabSection__chartbox.income .tabSection__chartbox__chart__baloon {
    left: 30%;
    top: 17%;
  }
  .table td,
  .table th {
    padding: 8px 14px;
  }
  .simulationSection__inner {
    padding: 75px 50px 40px;
  }
  .starPlayersSection__title {
    font-size: min(4.8611111111vw, 28px);
  }
}
@media screen and (min-width: 960px) {
  .hamburger {
    display: none !important;
  }
  .header {
    height: 90px;
    padding: 0 47px;
  }
  .header__ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 46.7%;
    flex: 1 1 46.7%;
    margin-top: -16px;
  }
  .header__ttl__logo {
    max-width: 365px;
    width: 90%;
  }
  .header__ttl__logo--east {
    max-width: 365px;
    width: 100%;
  }
  .header__nav {
    -webkit-box-flex: 1;
    display: block !important;
    -ms-flex: 1 1 53.3%;
    flex: 1 1 53.3%;
  }
  .header__nav__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .header__nav__list__item:after {
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
  }
  .header__nav__list__item:first-child:after {
    display: none;
  }
  .header__nav__list__link {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0.1em 1em;
    white-space: nowrap;
  }
  .header.sbi {
    padding: 10px 47px;
  }
  .h-pc,
  .v-sp,
  .v-sp-tablet,
  .v-tablet {
    display: none !important;
  }
  .pc-width-10 {
    -ms-flex-preferred-size: 10% !important;
    flex-basis: 10% !important;
    width: 10% !important;
  }
  .pc-width-20 {
    -ms-flex-preferred-size: 20% !important;
    flex-basis: 20% !important;
    width: 20% !important;
  }
  .pc-width-30 {
    -ms-flex-preferred-size: 30% !important;
    flex-basis: 30% !important;
    width: 30% !important;
  }
  .pc-width-40 {
    -ms-flex-preferred-size: 40% !important;
    flex-basis: 40% !important;
    width: 40% !important;
  }
  .pc-width-50 {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    width: 50% !important;
  }
  .pc-width-60 {
    -ms-flex-preferred-size: 60% !important;
    flex-basis: 60% !important;
    width: 60% !important;
  }
  .pc-width-70 {
    -ms-flex-preferred-size: 70% !important;
    flex-basis: 70% !important;
    width: 70% !important;
  }
  .pc-width-80 {
    -ms-flex-preferred-size: 80% !important;
    flex-basis: 80% !important;
    width: 80% !important;
  }
  .pc-width-90 {
    -ms-flex-preferred-size: 90% !important;
    flex-basis: 90% !important;
    width: 90% !important;
  }
  .pc-width-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
  }
  .pcfs-10 {
    font-size: 1rem !important;
  }
  .pcfs-11 {
    font-size: 1.1rem !important;
  }
  .pcfs-12 {
    font-size: 1.2rem !important;
  }
  .pcfs-13 {
    font-size: 1.3rem !important;
  }
  .pcfs-14 {
    font-size: 1.4rem !important;
  }
  .pcfs-15 {
    font-size: 1.5rem !important;
  }
  .pcfs-16 {
    font-size: 1.6rem !important;
  }
  .pcfs-17 {
    font-size: 1.7rem !important;
  }
  .pcfs-18 {
    font-size: 1.8rem !important;
  }
  .pcfs-19 {
    font-size: 1.9rem !important;
  }
  .pcfs-20 {
    font-size: 2rem !important;
  }
  .pcfs-21 {
    font-size: 2.1rem !important;
  }
  .pcfs-22 {
    font-size: 2.2rem !important;
  }
  .pcfs-23 {
    font-size: 2.3rem !important;
  }
  .pcfs-24 {
    font-size: 2.4rem !important;
  }
  .pcfs-25 {
    font-size: 2.5rem !important;
  }
  .pcfs-26 {
    font-size: 2.6rem !important;
  }
  .pcfs-27 {
    font-size: 2.7rem !important;
  }
  .pcfs-28 {
    font-size: 2.8rem !important;
  }
  .pcfs-29 {
    font-size: 2.9rem !important;
  }
  .pcfs-30 {
    font-size: 3rem !important;
  }
  .pcfs-31 {
    font-size: 3.1rem !important;
  }
  .pcfs-32 {
    font-size: 3.2rem !important;
  }
  .pcfs-33 {
    font-size: 3.3rem !important;
  }
  .pcfs-34 {
    font-size: 3.4rem !important;
  }
  .pcfs-35 {
    font-size: 3.5rem !important;
  }
  .pcfs-36 {
    font-size: 3.6rem !important;
  }
  .pcfs-37 {
    font-size: 3.7rem !important;
  }
  .pcfs-38 {
    font-size: 3.8rem !important;
  }
  .pcfs-39 {
    font-size: 3.9rem !important;
  }
  .pcfs-40 {
    font-size: 4rem !important;
  }
  .pcfs-41 {
    font-size: 4.1rem !important;
  }
  .pcfs-42 {
    font-size: 4.2rem !important;
  }
  .pcfs-43 {
    font-size: 4.3rem !important;
  }
  .pcfs-44 {
    font-size: 4.4rem !important;
  }
  .pcfs-45 {
    font-size: 4.5rem !important;
  }
  .pcfs-46 {
    font-size: 4.6rem !important;
  }
  .pcfs-47 {
    font-size: 4.7rem !important;
  }
  .pcfs-48 {
    font-size: 4.8rem !important;
  }
  .pcfs-49 {
    font-size: 4.9rem !important;
  }
  .pcfs-50 {
    font-size: 5rem !important;
  }
  .pcmt-0 {
    margin-top: 0 !important;
  }
  .pcmb-0 {
    margin-bottom: 0 !important;
  }
  .pcml-0 {
    margin-left: 0 !important;
  }
  .pcmr-0 {
    margin-right: 0 !important;
  }
  .pcpt-0 {
    padding-top: 0 !important;
  }
  .pcpb-0 {
    padding-bottom: 0 !important;
  }
  .pcpl-0 {
    padding-left: 0 !important;
  }
  .pcpr-0 {
    padding-right: 0 !important;
  }
  .pcmt-5 {
    margin-top: 5px !important;
  }
  .pcmb-5 {
    margin-bottom: 5px !important;
  }
  .pcml-5 {
    margin-left: 5px !important;
  }
  .pcmr-5 {
    margin-right: 5px !important;
  }
  .pcpt-5 {
    padding-top: 5px !important;
  }
  .pcpb-5 {
    padding-bottom: 5px !important;
  }
  .pcpl-5 {
    padding-left: 5px !important;
  }
  .pcpr-5 {
    padding-right: 5px !important;
  }
  .pcmt-10 {
    margin-top: 10px !important;
  }
  .pcmb-10 {
    margin-bottom: 10px !important;
  }
  .pcml-10 {
    margin-left: 10px !important;
  }
  .pcmr-10 {
    margin-right: 10px !important;
  }
  .pcpt-10 {
    padding-top: 10px !important;
  }
  .pcpb-10 {
    padding-bottom: 10px !important;
  }
  .pcpl-10 {
    padding-left: 10px !important;
  }
  .pcpr-10 {
    padding-right: 10px !important;
  }
  .pcmt-15 {
    margin-top: 15px !important;
  }
  .pcmb-15 {
    margin-bottom: 15px !important;
  }
  .pcml-15 {
    margin-left: 15px !important;
  }
  .pcmr-15 {
    margin-right: 15px !important;
  }
  .pcpt-15 {
    padding-top: 15px !important;
  }
  .pcpb-15 {
    padding-bottom: 15px !important;
  }
  .pcpl-15 {
    padding-left: 15px !important;
  }
  .pcpr-15 {
    padding-right: 15px !important;
  }
  .pcmt-20 {
    margin-top: 20px !important;
  }
  .pcmb-20 {
    margin-bottom: 20px !important;
  }
  .pcml-20 {
    margin-left: 20px !important;
  }
  .pcmr-20 {
    margin-right: 20px !important;
  }
  .pcpt-20 {
    padding-top: 20px !important;
  }
  .pcpb-20 {
    padding-bottom: 20px !important;
  }
  .pcpl-20 {
    padding-left: 20px !important;
  }
  .pcpr-20 {
    padding-right: 20px !important;
  }
  .pcmt-25 {
    margin-top: 25px !important;
  }
  .pcmb-25 {
    margin-bottom: 25px !important;
  }
  .pcml-25 {
    margin-left: 25px !important;
  }
  .pcmr-25 {
    margin-right: 25px !important;
  }
  .pcpt-25 {
    padding-top: 25px !important;
  }
  .pcpb-25 {
    padding-bottom: 25px !important;
  }
  .pcpl-25 {
    padding-left: 25px !important;
  }
  .pcpr-25 {
    padding-right: 25px !important;
  }
  .pcmt-30 {
    margin-top: 30px !important;
  }
  .pcmb-30 {
    margin-bottom: 30px !important;
  }
  .pcml-30 {
    margin-left: 30px !important;
  }
  .pcmr-30 {
    margin-right: 30px !important;
  }
  .pcpt-30 {
    padding-top: 30px !important;
  }
  .pcpb-30 {
    padding-bottom: 30px !important;
  }
  .pcpl-30 {
    padding-left: 30px !important;
  }
  .pcpr-30 {
    padding-right: 30px !important;
  }
  .pcmt-35 {
    margin-top: 35px !important;
  }
  .pcmb-35 {
    margin-bottom: 35px !important;
  }
  .pcml-35 {
    margin-left: 35px !important;
  }
  .pcmr-35 {
    margin-right: 35px !important;
  }
  .pcpt-35 {
    padding-top: 35px !important;
  }
  .pcpb-35 {
    padding-bottom: 35px !important;
  }
  .pcpl-35 {
    padding-left: 35px !important;
  }
  .pcpr-35 {
    padding-right: 35px !important;
  }
  .pcmt-40 {
    margin-top: 40px !important;
  }
  .pcmb-40 {
    margin-bottom: 40px !important;
  }
  .pcml-40 {
    margin-left: 40px !important;
  }
  .pcmr-40 {
    margin-right: 40px !important;
  }
  .pcpt-40 {
    padding-top: 40px !important;
  }
  .pcpb-40 {
    padding-bottom: 40px !important;
  }
  .pcpl-40 {
    padding-left: 40px !important;
  }
  .pcpr-40 {
    padding-right: 40px !important;
  }
  .pcmt-45 {
    margin-top: 45px !important;
  }
  .pcmb-45 {
    margin-bottom: 45px !important;
  }
  .pcml-45 {
    margin-left: 45px !important;
  }
  .pcmr-45 {
    margin-right: 45px !important;
  }
  .pcpt-45 {
    padding-top: 45px !important;
  }
  .pcpb-45 {
    padding-bottom: 45px !important;
  }
  .pcpl-45 {
    padding-left: 45px !important;
  }
  .pcpr-45 {
    padding-right: 45px !important;
  }
  .pcmt-50 {
    margin-top: 50px !important;
  }
  .pcmb-50 {
    margin-bottom: 50px !important;
  }
  .pcml-50 {
    margin-left: 50px !important;
  }
  .pcmr-50 {
    margin-right: 50px !important;
  }
  .pcpt-50 {
    padding-top: 50px !important;
  }
  .pcpb-50 {
    padding-bottom: 50px !important;
  }
  .pcpl-50 {
    padding-left: 50px !important;
  }
  .pcpr-50 {
    padding-right: 50px !important;
  }
  .pcmt-55 {
    margin-top: 55px !important;
  }
  .pcmb-55 {
    margin-bottom: 55px !important;
  }
  .pcml-55 {
    margin-left: 55px !important;
  }
  .pcmr-55 {
    margin-right: 55px !important;
  }
  .pcpt-55 {
    padding-top: 55px !important;
  }
  .pcpb-55 {
    padding-bottom: 55px !important;
  }
  .pcpl-55 {
    padding-left: 55px !important;
  }
  .pcpr-55 {
    padding-right: 55px !important;
  }
  .pcmt-60 {
    margin-top: 60px !important;
  }
  .pcmb-60 {
    margin-bottom: 60px !important;
  }
  .pcml-60 {
    margin-left: 60px !important;
  }
  .pcmr-60 {
    margin-right: 60px !important;
  }
  .pcpt-60 {
    padding-top: 60px !important;
  }
  .pcpb-60 {
    padding-bottom: 60px !important;
  }
  .pcpl-60 {
    padding-left: 60px !important;
  }
  .pcpr-60 {
    padding-right: 60px !important;
  }
  .pcmt-65 {
    margin-top: 65px !important;
  }
  .pcmb-65 {
    margin-bottom: 65px !important;
  }
  .pcml-65 {
    margin-left: 65px !important;
  }
  .pcmr-65 {
    margin-right: 65px !important;
  }
  .pcpt-65 {
    padding-top: 65px !important;
  }
  .pcpb-65 {
    padding-bottom: 65px !important;
  }
  .pcpl-65 {
    padding-left: 65px !important;
  }
  .pcpr-65 {
    padding-right: 65px !important;
  }
  .pcmt-70 {
    margin-top: 70px !important;
  }
  .pcmb-70 {
    margin-bottom: 70px !important;
  }
  .pcml-70 {
    margin-left: 70px !important;
  }
  .pcmr-70 {
    margin-right: 70px !important;
  }
  .pcpt-70 {
    padding-top: 70px !important;
  }
  .pcpb-70 {
    padding-bottom: 70px !important;
  }
  .pcpl-70 {
    padding-left: 70px !important;
  }
  .pcpr-70 {
    padding-right: 70px !important;
  }
  .pcmt-75 {
    margin-top: 75px !important;
  }
  .pcmb-75 {
    margin-bottom: 75px !important;
  }
  .pcml-75 {
    margin-left: 75px !important;
  }
  .pcmr-75 {
    margin-right: 75px !important;
  }
  .pcpt-75 {
    padding-top: 75px !important;
  }
  .pcpb-75 {
    padding-bottom: 75px !important;
  }
  .pcpl-75 {
    padding-left: 75px !important;
  }
  .pcpr-75 {
    padding-right: 75px !important;
  }
  .pcmt-80 {
    margin-top: 80px !important;
  }
  .pcmb-80 {
    margin-bottom: 80px !important;
  }
  .pcml-80 {
    margin-left: 80px !important;
  }
  .pcmr-80 {
    margin-right: 80px !important;
  }
  .pcpt-80 {
    padding-top: 80px !important;
  }
  .pcpb-80 {
    padding-bottom: 80px !important;
  }
  .pcpl-80 {
    padding-left: 80px !important;
  }
  .pcpr-80 {
    padding-right: 80px !important;
  }
  .pcmt-85 {
    margin-top: 85px !important;
  }
  .pcmb-85 {
    margin-bottom: 85px !important;
  }
  .pcml-85 {
    margin-left: 85px !important;
  }
  .pcmr-85 {
    margin-right: 85px !important;
  }
  .pcpt-85 {
    padding-top: 85px !important;
  }
  .pcpb-85 {
    padding-bottom: 85px !important;
  }
  .pcpl-85 {
    padding-left: 85px !important;
  }
  .pcpr-85 {
    padding-right: 85px !important;
  }
  .pcmt-90 {
    margin-top: 90px !important;
  }
  .pcmb-90 {
    margin-bottom: 90px !important;
  }
  .pcml-90 {
    margin-left: 90px !important;
  }
  .pcmr-90 {
    margin-right: 90px !important;
  }
  .pcpt-90 {
    padding-top: 90px !important;
  }
  .pcpb-90 {
    padding-bottom: 90px !important;
  }
  .pcpl-90 {
    padding-left: 90px !important;
  }
  .pcpr-90 {
    padding-right: 90px !important;
  }
  .pcmt-95 {
    margin-top: 95px !important;
  }
  .pcmb-95 {
    margin-bottom: 95px !important;
  }
  .pcml-95 {
    margin-left: 95px !important;
  }
  .pcmr-95 {
    margin-right: 95px !important;
  }
  .pcpt-95 {
    padding-top: 95px !important;
  }
  .pcpb-95 {
    padding-bottom: 95px !important;
  }
  .pcpl-95 {
    padding-left: 95px !important;
  }
  .pcpr-95 {
    padding-right: 95px !important;
  }
  .pcmt-100 {
    margin-top: 100px !important;
  }
  .pcmb-100 {
    margin-bottom: 100px !important;
  }
  .pcml-100 {
    margin-left: 100px !important;
  }
  .pcmr-100 {
    margin-right: 100px !important;
  }
  .pcpt-100 {
    padding-top: 100px !important;
  }
  .pcpb-100 {
    padding-bottom: 100px !important;
  }
  .pcpl-100 {
    padding-left: 100px !important;
  }
  .pcpr-100 {
    padding-right: 100px !important;
  }
  .chart__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .chart__wrap .chart__inner {
    max-width: 510px;
    width: 49.5%;
  }
  .trade_export__box .chart__image__wrap {
    max-width: 176px;
    right: -3%;
    top: 6%;
    width: 17%;
  }
  .newnotice_section .chart__inner {
    height: 468px;
    max-width: 800px;
    width: 100%;
  }
  .tabSection__chartbox .chart__inner {
    height: 490px;
  }
  .tabSection__chartbox.income .chart__inner {
    height: 477px;
  }
  .table td,
  .table th {
    padding: 12px 30px;
  }
  .desclaimerSection__title__inner {
    font-size: 24px;
    min-width: 258px;
    padding: 22px 45px;
  }
  .simulationSection__inner {
    padding: 75px 120px;
  }
  .simulation__result__inner {
    padding: 35px 45px;
  }
  .simulation__result__chart .chart__inner {
    width: 100%;
  }
  .simulation__result__report {
    padding-left: 50px;
    padding-right: 50px;
  }
  .simulation__result__report__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .simulation__result__report__list > dd,
  .simulation__result__report__list > dt {
    padding: 15px 35px;
  }
  .simulation__result__report__list > dt {
    -ms-flex-item-align: center;
    -webkit-box-flex: 1;
    align-self: center;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    font-size: 20px;
    padding-right: 10px;
  }
  .simulation__result__report__list > dd {
    -ms-flex-item-align: center;
    -webkit-box-flex: 1;
    align-self: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 30px;
  }
  .simulation__result__report__list > dd .unit {
    font-size: 21px;
  }
  .reportSection {
    padding-bottom: 50px;
  }
  .reportSection__title {
    font-size: min(2.93vw, 40px);
  }
  .reportList__item {
    padding: 45px 35px 30px;
  }
  .riskSection hr {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 959.9px) {
  .header__nav {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 56px;
    width: 100%;
    z-index: 15;
  }
  .header.is-opened {
    z-index: 15;
  }
  .header.sbi .header__nav {
    top: 95px;
  }
  .header .header-nav-container {
    gap: 20px;
  }
  .h-sp-tablet {
    display: none !important;
  }
  .newnotice_section__chart__popup {
    -webkit-transform: translateY(14%);
    transform: translateY(14%);
    width: 20%;
  }
  .tabSection__chartbox__chart__popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 0;
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }
  .tabSection__chartbox__chart__popup .__indonesia {
    margin-top: 30px;
  }
  .tabSection__chartbox__chart__popup .__india {
    margin-top: 5px;
  }
  .tabSection__chartbox__chart__popup .__vietnama {
    margin-bottom: 12px;
    margin-top: 40px;
  }
  .tabSection__chartbox__chart__popup .__usa {
    margin-bottom: 8px;
  }
  .tabSection__chartbox.income .tabSection__chartbox__chart__popup {
    right: 3%;
    -webkit-transform: translateY(27%);
    transform: translateY(27%);
  }
  .tabSection__chartbox.income .tabSection__chartbox__chart__popup .usa {
    margin-top: 120px;
  }
  .tabSection__chartbox.income .tabSection__chartbox__chart__popup .india {
    margin-top: 3px;
  }
  .tabSection__chartbox.income .tabSection__chartbox__chart__popup .usa02 {
    margin-top: 40px;
  }
  .tabSection__chartbox.income .tabSection__chartbox__chart__popup .japan {
    margin-top: 50px;
  }
  .simulation__result__report__list > dt {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575.9px) {
  body {
    margin-bottom: 17vw;
  }
  .h-sp,
  .v-pc,
  .v-tablet,
  .v-tablet-pc {
    display: none !important;
  }
  .sp-width-10 {
    -ms-flex-preferred-size: 10% !important;
    flex-basis: 10% !important;
    width: 10% !important;
  }
  .sp-width-20 {
    -ms-flex-preferred-size: 20% !important;
    flex-basis: 20% !important;
    width: 20% !important;
  }
  .sp-width-30 {
    -ms-flex-preferred-size: 30% !important;
    flex-basis: 30% !important;
    width: 30% !important;
  }
  .sp-width-40 {
    -ms-flex-preferred-size: 40% !important;
    flex-basis: 40% !important;
    width: 40% !important;
  }
  .sp-width-50 {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    width: 50% !important;
  }
  .sp-width-60 {
    -ms-flex-preferred-size: 60% !important;
    flex-basis: 60% !important;
    width: 60% !important;
  }
  .sp-width-70 {
    -ms-flex-preferred-size: 70% !important;
    flex-basis: 70% !important;
    width: 70% !important;
  }
  .sp-width-80 {
    -ms-flex-preferred-size: 80% !important;
    flex-basis: 80% !important;
    width: 80% !important;
  }
  .sp-width-90 {
    -ms-flex-preferred-size: 90% !important;
    flex-basis: 90% !important;
    width: 90% !important;
  }
  .sp-width-100 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
  }
  .spfs-10 {
    font-size: 1rem !important;
  }
  .spfs-11 {
    font-size: 1.1rem !important;
  }
  .spfs-12 {
    font-size: 1.2rem !important;
  }
  .spfs-13 {
    font-size: 1.3rem !important;
  }
  .spfs-14 {
    font-size: 1.4rem !important;
  }
  .spfs-15 {
    font-size: 1.5rem !important;
  }
  .spfs-16 {
    font-size: 1.6rem !important;
  }
  .spfs-17 {
    font-size: 1.7rem !important;
  }
  .spfs-18 {
    font-size: 1.8rem !important;
  }
  .spfs-19 {
    font-size: 1.9rem !important;
  }
  .spfs-20 {
    font-size: 2rem !important;
  }
  .spfs-21 {
    font-size: 2.1rem !important;
  }
  .spfs-22 {
    font-size: 2.2rem !important;
  }
  .spfs-23 {
    font-size: 2.3rem !important;
  }
  .spfs-24 {
    font-size: 2.4rem !important;
  }
  .spfs-25 {
    font-size: 2.5rem !important;
  }
  .spfs-26 {
    font-size: 2.6rem !important;
  }
  .spfs-27 {
    font-size: 2.7rem !important;
  }
  .spfs-28 {
    font-size: 2.8rem !important;
  }
  .spfs-29 {
    font-size: 2.9rem !important;
  }
  .spfs-30 {
    font-size: 3rem !important;
  }
  .spfs-31 {
    font-size: 3.1rem !important;
  }
  .spfs-32 {
    font-size: 3.2rem !important;
  }
  .spfs-33 {
    font-size: 3.3rem !important;
  }
  .spfs-34 {
    font-size: 3.4rem !important;
  }
  .spfs-35 {
    font-size: 3.5rem !important;
  }
  .spfs-36 {
    font-size: 3.6rem !important;
  }
  .spfs-37 {
    font-size: 3.7rem !important;
  }
  .spfs-38 {
    font-size: 3.8rem !important;
  }
  .spfs-39 {
    font-size: 3.9rem !important;
  }
  .spfs-40 {
    font-size: 4rem !important;
  }
  .spfs-41 {
    font-size: 4.1rem !important;
  }
  .spfs-42 {
    font-size: 4.2rem !important;
  }
  .spfs-43 {
    font-size: 4.3rem !important;
  }
  .spfs-44 {
    font-size: 4.4rem !important;
  }
  .spfs-45 {
    font-size: 4.5rem !important;
  }
  .spfs-46 {
    font-size: 4.6rem !important;
  }
  .spfs-47 {
    font-size: 4.7rem !important;
  }
  .spfs-48 {
    font-size: 4.8rem !important;
  }
  .spfs-49 {
    font-size: 4.9rem !important;
  }
  .spfs-50 {
    font-size: 5rem !important;
  }
  .spmt-0 {
    margin-top: 0 !important;
  }
  .spmb-0 {
    margin-bottom: 0 !important;
  }
  .spml-0 {
    margin-left: 0 !important;
  }
  .spmr-0 {
    margin-right: 0 !important;
  }
  .sppt-0 {
    padding-top: 0 !important;
  }
  .sppb-0 {
    padding-bottom: 0 !important;
  }
  .sppl-0 {
    padding-left: 0 !important;
  }
  .sppr-0 {
    padding-right: 0 !important;
  }
  .spmt-5 {
    margin-top: 5px !important;
  }
  .spmb-5 {
    margin-bottom: 5px !important;
  }
  .spml-5 {
    margin-left: 5px !important;
  }
  .spmr-5 {
    margin-right: 5px !important;
  }
  .sppt-5 {
    padding-top: 5px !important;
  }
  .sppb-5 {
    padding-bottom: 5px !important;
  }
  .sppl-5 {
    padding-left: 5px !important;
  }
  .sppr-5 {
    padding-right: 5px !important;
  }
  .spmt-10 {
    margin-top: 10px !important;
  }
  .spmb-10 {
    margin-bottom: 10px !important;
  }
  .spml-10 {
    margin-left: 10px !important;
  }
  .spmr-10 {
    margin-right: 10px !important;
  }
  .sppt-10 {
    padding-top: 10px !important;
  }
  .sppb-10 {
    padding-bottom: 10px !important;
  }
  .sppl-10 {
    padding-left: 10px !important;
  }
  .sppr-10 {
    padding-right: 10px !important;
  }
  .spmt-15 {
    margin-top: 15px !important;
  }
  .spmb-15 {
    margin-bottom: 15px !important;
  }
  .spml-15 {
    margin-left: 15px !important;
  }
  .spmr-15 {
    margin-right: 15px !important;
  }
  .sppt-15 {
    padding-top: 15px !important;
  }
  .sppb-15 {
    padding-bottom: 15px !important;
  }
  .sppl-15 {
    padding-left: 15px !important;
  }
  .sppr-15 {
    padding-right: 15px !important;
  }
  .spmt-20 {
    margin-top: 20px !important;
  }
  .spmb-20 {
    margin-bottom: 20px !important;
  }
  .spml-20 {
    margin-left: 20px !important;
  }
  .spmr-20 {
    margin-right: 20px !important;
  }
  .sppt-20 {
    padding-top: 20px !important;
  }
  .sppb-20 {
    padding-bottom: 20px !important;
  }
  .sppl-20 {
    padding-left: 20px !important;
  }
  .sppr-20 {
    padding-right: 20px !important;
  }
  .spmt-25 {
    margin-top: 25px !important;
  }
  .spmb-25 {
    margin-bottom: 25px !important;
  }
  .spml-25 {
    margin-left: 25px !important;
  }
  .spmr-25 {
    margin-right: 25px !important;
  }
  .sppt-25 {
    padding-top: 25px !important;
  }
  .sppb-25 {
    padding-bottom: 25px !important;
  }
  .sppl-25 {
    padding-left: 25px !important;
  }
  .sppr-25 {
    padding-right: 25px !important;
  }
  .spmt-30 {
    margin-top: 30px !important;
  }
  .spmb-30 {
    margin-bottom: 30px !important;
  }
  .spml-30 {
    margin-left: 30px !important;
  }
  .spmr-30 {
    margin-right: 30px !important;
  }
  .sppt-30 {
    padding-top: 30px !important;
  }
  .sppb-30 {
    padding-bottom: 30px !important;
  }
  .sppl-30 {
    padding-left: 30px !important;
  }
  .sppr-30 {
    padding-right: 30px !important;
  }
  .spmt-35 {
    margin-top: 35px !important;
  }
  .spmb-35 {
    margin-bottom: 35px !important;
  }
  .spml-35 {
    margin-left: 35px !important;
  }
  .spmr-35 {
    margin-right: 35px !important;
  }
  .sppt-35 {
    padding-top: 35px !important;
  }
  .sppb-35 {
    padding-bottom: 35px !important;
  }
  .sppl-35 {
    padding-left: 35px !important;
  }
  .sppr-35 {
    padding-right: 35px !important;
  }
  .spmt-40 {
    margin-top: 40px !important;
  }
  .spmb-40 {
    margin-bottom: 40px !important;
  }
  .spml-40 {
    margin-left: 40px !important;
  }
  .spmr-40 {
    margin-right: 40px !important;
  }
  .sppt-40 {
    padding-top: 40px !important;
  }
  .sppb-40 {
    padding-bottom: 40px !important;
  }
  .sppl-40 {
    padding-left: 40px !important;
  }
  .sppr-40 {
    padding-right: 40px !important;
  }
  .spmt-45 {
    margin-top: 45px !important;
  }
  .spmb-45 {
    margin-bottom: 45px !important;
  }
  .spml-45 {
    margin-left: 45px !important;
  }
  .spmr-45 {
    margin-right: 45px !important;
  }
  .sppt-45 {
    padding-top: 45px !important;
  }
  .sppb-45 {
    padding-bottom: 45px !important;
  }
  .sppl-45 {
    padding-left: 45px !important;
  }
  .sppr-45 {
    padding-right: 45px !important;
  }
  .spmt-50 {
    margin-top: 50px !important;
  }
  .spmb-50 {
    margin-bottom: 50px !important;
  }
  .spml-50 {
    margin-left: 50px !important;
  }
  .spmr-50 {
    margin-right: 50px !important;
  }
  .sppt-50 {
    padding-top: 50px !important;
  }
  .sppb-50 {
    padding-bottom: 50px !important;
  }
  .sppl-50 {
    padding-left: 50px !important;
  }
  .sppr-50 {
    padding-right: 50px !important;
  }
  .spmt-55 {
    margin-top: 55px !important;
  }
  .spmb-55 {
    margin-bottom: 55px !important;
  }
  .spml-55 {
    margin-left: 55px !important;
  }
  .spmr-55 {
    margin-right: 55px !important;
  }
  .sppt-55 {
    padding-top: 55px !important;
  }
  .sppb-55 {
    padding-bottom: 55px !important;
  }
  .sppl-55 {
    padding-left: 55px !important;
  }
  .sppr-55 {
    padding-right: 55px !important;
  }
  .spmt-60 {
    margin-top: 60px !important;
  }
  .spmb-60 {
    margin-bottom: 60px !important;
  }
  .spml-60 {
    margin-left: 60px !important;
  }
  .spmr-60 {
    margin-right: 60px !important;
  }
  .sppt-60 {
    padding-top: 60px !important;
  }
  .sppb-60 {
    padding-bottom: 60px !important;
  }
  .sppl-60 {
    padding-left: 60px !important;
  }
  .sppr-60 {
    padding-right: 60px !important;
  }
  .spmt-65 {
    margin-top: 65px !important;
  }
  .spmb-65 {
    margin-bottom: 65px !important;
  }
  .spml-65 {
    margin-left: 65px !important;
  }
  .spmr-65 {
    margin-right: 65px !important;
  }
  .sppt-65 {
    padding-top: 65px !important;
  }
  .sppb-65 {
    padding-bottom: 65px !important;
  }
  .sppl-65 {
    padding-left: 65px !important;
  }
  .sppr-65 {
    padding-right: 65px !important;
  }
  .spmt-70 {
    margin-top: 70px !important;
  }
  .spmb-70 {
    margin-bottom: 70px !important;
  }
  .spml-70 {
    margin-left: 70px !important;
  }
  .spmr-70 {
    margin-right: 70px !important;
  }
  .sppt-70 {
    padding-top: 70px !important;
  }
  .sppb-70 {
    padding-bottom: 70px !important;
  }
  .sppl-70 {
    padding-left: 70px !important;
  }
  .sppr-70 {
    padding-right: 70px !important;
  }
  .spmt-75 {
    margin-top: 75px !important;
  }
  .spmb-75 {
    margin-bottom: 75px !important;
  }
  .spml-75 {
    margin-left: 75px !important;
  }
  .spmr-75 {
    margin-right: 75px !important;
  }
  .sppt-75 {
    padding-top: 75px !important;
  }
  .sppb-75 {
    padding-bottom: 75px !important;
  }
  .sppl-75 {
    padding-left: 75px !important;
  }
  .sppr-75 {
    padding-right: 75px !important;
  }
  .spmt-80 {
    margin-top: 80px !important;
  }
  .spmb-80 {
    margin-bottom: 80px !important;
  }
  .spml-80 {
    margin-left: 80px !important;
  }
  .spmr-80 {
    margin-right: 80px !important;
  }
  .sppt-80 {
    padding-top: 80px !important;
  }
  .sppb-80 {
    padding-bottom: 80px !important;
  }
  .sppl-80 {
    padding-left: 80px !important;
  }
  .sppr-80 {
    padding-right: 80px !important;
  }
  .spmt-85 {
    margin-top: 85px !important;
  }
  .spmb-85 {
    margin-bottom: 85px !important;
  }
  .spml-85 {
    margin-left: 85px !important;
  }
  .spmr-85 {
    margin-right: 85px !important;
  }
  .sppt-85 {
    padding-top: 85px !important;
  }
  .sppb-85 {
    padding-bottom: 85px !important;
  }
  .sppl-85 {
    padding-left: 85px !important;
  }
  .sppr-85 {
    padding-right: 85px !important;
  }
  .spmt-90 {
    margin-top: 90px !important;
  }
  .spmb-90 {
    margin-bottom: 90px !important;
  }
  .spml-90 {
    margin-left: 90px !important;
  }
  .spmr-90 {
    margin-right: 90px !important;
  }
  .sppt-90 {
    padding-top: 90px !important;
  }
  .sppb-90 {
    padding-bottom: 90px !important;
  }
  .sppl-90 {
    padding-left: 90px !important;
  }
  .sppr-90 {
    padding-right: 90px !important;
  }
  .spmt-95 {
    margin-top: 95px !important;
  }
  .spmb-95 {
    margin-bottom: 95px !important;
  }
  .spml-95 {
    margin-left: 95px !important;
  }
  .spmr-95 {
    margin-right: 95px !important;
  }
  .sppt-95 {
    padding-top: 95px !important;
  }
  .sppb-95 {
    padding-bottom: 95px !important;
  }
  .sppl-95 {
    padding-left: 95px !important;
  }
  .sppr-95 {
    padding-right: 95px !important;
  }
  .spmt-100 {
    margin-top: 100px !important;
  }
  .spmb-100 {
    margin-bottom: 100px !important;
  }
  .spml-100 {
    margin-left: 100px !important;
  }
  .spmr-100 {
    margin-right: 100px !important;
  }
  .sppt-100 {
    padding-top: 100px !important;
  }
  .sppb-100 {
    padding-bottom: 100px !important;
  }
  .sppl-100 {
    padding-left: 100px !important;
  }
  .sppr-100 {
    padding-right: 100px !important;
  }
  .tabSection__chartbox.income .tabSection__chartbox__chart__popup .brasil {
    margin-top: 20px;
  }
  .tabSection__chartbox.income .tabSection__chartbox__chart__baloon {
    left: 10%;
    top: 16%;
    width: 70%;
  }
  .sticky-banner--large.is-closed {
    left: calc(100% - 19.5vw);
    width: 100%;
  }
  .table {
    min-width: 880px;
  }
  .about__lead {
    white-space: normal;
  }
}
@media screen and (max-width: 575.9px) and (max-width: 575.9px) {
  .sticky-banner--large.is-opened {
    left: 0 !important;
  }
}
.east {
  color: #222;
  font-family:
    BIZ UDPGothic,
    Helvetica Neue,
    Arial,
    Hiragino Kaku Gothic ProN,
    Meiryo,
    sans-serif;
  line-height: 1.5;
}
.east :where(div, p, li, dt, dd, a, span, small, strong, button, input, textarea, select) {
  font-family: inherit;
}
.east h1,
.east h2,
.east h3,
.east h4,
.east h5 {
  line-height: inherit !important;
}
.east p {
  overflow-wrap: break-word;
  word-break: normal;
}
.east a {
  outline: none;
}
.east a:link {
  color: #455560;
  text-decoration: none;
}
.east .about__box_title {
  font-size: min(4.1666vw, 24px) !important;
  line-height: 1.5 !important;
}
.east .about__title {
  font-size: 3.5rem !important;
  line-height: 1 !important;
}
.east .about__title > img {
  height: 1.35em !important;
  vertical-align: text-bottom;
  width: auto !important;
}
.east .about__box_bottom--title {
  font-size: min(4.8vw, 18px) !important;
}
.east .comparison__title {
  font-size: min(8vw, 50px) !important;
  line-height: 1.4 !important;
}
.east .comparison__box_chart--title {
  font-size: min(4.1666vw, 24px) !important;
}
.east .comparison__box_title--02,
.east .comparison__ttl3 {
  font-size: min(3.7333vw, 24px) !important;
}
.east .reportSection__title {
  font-size: min(5vw, 20px) !important;
}
.east .reason__ttl04 {
  font-size: min(5.333vw, 28px) !important;
}
.east .reason__bg_title {
  font-size: min(7.466vw, 40px) !important;
}
.east .reason__chartbox_title {
  font-size: min(4.8vw, 14px) !important;
}
.east .simulationSection__title {
  font-size: 20px !important;
}
.east .column__box_ttl03 {
  font-size: min(5.333vw, 30px) !important;
  line-height: 1.5 !important;
}
.east .reason__ttl05 {
  font-size: min(4.4666vw, 40px) !important;
  line-height: 1 !important;
}
.east .desclaimerSection__title02 {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.east a:visited {
  color: #455560;
  text-decoration: none;
}
.east a:hover {
  color: #ed1b2d;
  text-decoration: none;
}
.east sup {
  font-size: 75.5%;
  vertical-align: baseline;
}
.east .clearfix:after,
.east .clearfix:before {
  content: "";
  display: table;
}
.east .clearfix:after {
  clear: both;
}
.east .clearfix {
  zoom: 1;
}
.east .social-icons {
  margin: 0 auto 40px;
  text-align: center;
}
.east .social-icons a:hover {
  text-decoration: none !important;
}
.east .social-icons i {
  border: 1px solid #455560;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.9rem;
  height: 42px;
  margin-right: 15px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 42px;
}
.east .fab {
  font-family:
    Font Awesome\5 Brands,
    serif;
}
.east .fa-facebook-f:before {
  color: #455560;
  content: "\f39e";
}
.east .fa-facebook-f:hover:before {
  color: #e58e1a;
}
.east .fa-x-twitter:before {
  color: #455560;
  content: "\e61b";
}
.east .fa-x-twitter:hover:before {
  color: #e58e1a;
}
.east .fa-line {
  padding: 8px 4px !important;
}
.east .fa-line:before {
  color: #455560;
  content: "LINE";
  font-family: Arial, serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.east .fa-line:hover:before {
  color: #e58e1a;
}
.east #wrapper {
  line-height: 1.6;
  margin: 0 auto;
  width: 1170px;
}
.east #footer {
  background: #fff;
  padding: 20px;
  text-align: center;
}
.east #footer a {
  color: #455560;
  text-decoration: none;
}
.east #footer a:hover {
  color: #455560;
  text-decoration: underline;
}
.east #footer dl {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: left;
}
.east #footer dl dt {
  font-weight: 700;
}
.east #footer .note {
  margin-bottom: 15px;
  text-align: left;
}
.east #footer .footerBottom {
  border-bottom: 1px solid #a9aeb1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.east #footer ul {
  line-height: 1.4;
  margin-bottom: 5px;
}
.east #footer ul li {
  *zoom: 1;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
}
.east #footer ul li:before {
  color: #fff;
  content: " | ";
}
.east #footer ul li:first-child:before {
  content: "";
}
@media screen and (min-width: 576px) {
  .east .about__box_title {
    font-size: min(3.06vw, 24px) !important;
    line-height: 2 !important;
  }
  .east .about__title {
    font-size: min(3.66vw, 50px) !important;
  }
  .east .about__box_bottom--title {
    font-size: min(2.343vw, 18px) !important;
  }
  .east .comparison__title {
    font-size: min(6.51vw, 50px) !important;
  }
  .east .comparison__box_chart--title,
  .east .comparison__box_title--02 {
    font-size: min(3.05vw, 24px) !important;
  }
  .east .comparison__ttl3 {
    font-size: min(3.52vw, 28px) !important;
  }
  .east .reason__ttl04 {
    font-size: min(3.645vw, 28px) !important;
  }
  .east .reason__bg_title {
    font-size: min(5.208vw, 40px) !important;
  }
  .east .reason__chartbox_title {
    font-size: min(3.125vw, 24px) !important;
  }
  .east .simulationSection__title {
    font-size: 35px !important;
  }
  .east .column__box_ttl03 {
    font-size: min(3.9vw, 30px) !important;
  }
  .east .reason__ttl05 {
    font-size: min(5.208vw, 40px) !important;
  }
}
@media screen and (min-width: 960px) {
  .east .reportSection__title {
    font-size: min(2.93vw, 40px) !important;
  }
}
@media screen and (max-width: 1169px) {
  .east #wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .east #footer {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px;
  }
  .east #footer dl {
    margin-bottom: 10px;
  }
}
