@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --c-white01: #ffffff;
  --c-black01: #000000;
  --c-black02: #171717;
  --c-blue01: #1450ac;
  --c-blue02: #afc8e9;
  --c-blue03: #86aad9;
  --c-blue04: #d4e5fa;
  --c-gray01: #f4f4f4;
  --c-gray02: #e5e5e5;
  --c-navy01: #303640;
  --tran-opacity-a: opacity .15s ease-out 0s;
}

html, body {
  font-size: 16px;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

* {
  color: var(--c-black01);
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  letter-spacing: 0.01em;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: var(--c-black02);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

p {
  margin: 0;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

main {
  display: block;
}

button {
  border: none;
  background: none;
  padding: 0;
}
button:focus {
  outline: none;
}

section {
  padding: 0;
  position: static;
  width: auto;
}

img {
  display: block;
}

.tel-link {
  pointer-events: none;
}

.page-anchor {
  display: block;
  width: 0;
  height: 0;
  color: transparent;
  background: none;
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.font-en {
  font-family: "Raleway", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
}

.body-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.annotation01 {
  display: block;
  width: auto;
  font-weight: normal;
  font-size: 14px;
  padding-left: 1em;
  position: relative;
}
.annotation01::before {
  content: "※";
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --c-white01: #ffffff;
  --c-black01: #000000;
  --c-black02: #171717;
  --c-blue01: #1450ac;
  --c-blue02: #afc8e9;
  --c-blue03: #86aad9;
  --c-blue04: #d4e5fa;
  --c-gray01: #f4f4f4;
  --c-gray02: #e5e5e5;
  --c-navy01: #303640;
  --tran-opacity-a: opacity .15s ease-out 0s;
}

.sbivctrade-lp-wrapper {
  width: 100%;
}
.sbivctrade-lp-wrapper__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.sbivctrade-lp-container {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 1800px;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 390px;
  margin: 0 auto;
}
.sbivctrade-lp-container::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: calc((100vw - 100%) / 2 * -1);
  top: 0;
  background-image: url(../img/lp-bg.png);
  background-size: contain;
  z-index: -1;
}

.sbivctrade-lp-fv--pc {
  width: calc((100% - 390px) / 2);
}
@media screen and (max-width: 991px) {
  .sbivctrade-lp-fv--pc {
    display: none;
  }
}
.sbivctrade-lp-fv--pc .lp-fv-pc__onecoin {
  margin-bottom: 30px;
}
.sbivctrade-lp-fv--pc .lp-fv-pc__onecoin > a {
  -webkit-transition: var(--tran-opacity-a);
  transition: var(--tran-opacity-a);
}
.sbivctrade-lp-fv--pc .lp-fv-pc__onecoin > a:hover, .sbivctrade-lp-fv--pc .lp-fv-pc__onecoin > a:focus {
  opacity: 0.85;
}
.sbivctrade-lp-fv--pc .lp-fv-pc__onecoin > a > img {
  width: 40%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.sbivctrade-lp-fv--pc > a {
  -webkit-transition: var(--tran-opacity-a);
  transition: var(--tran-opacity-a);
}
.sbivctrade-lp-fv--pc > a:hover, .sbivctrade-lp-fv--pc > a:focus {
  opacity: 0.85;
}
.sbivctrade-lp-fv--pc > a > img {
  width: 60%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}

.sbivctrade-lp-campaign-banner {
  width: calc((100% - 390px) / 2);
  height: 100%;
  overflow-y: auto;
  padding: 100px 0 60px;
}
.sbivctrade-lp-campaign-banner > img {
  width: 70%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}

.sbivctrade-lp-campaign-entry {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 1em 30px;
}
.sbivctrade-lp-campaign-entry > a {
  text-decoration: underline;
}

.sbivctrade-lp-campaign-overview {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 40px;
}
.sbivctrade-lp-campaign-overview .campaign-overview-title {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 1em 0 0.5em;
  padding: 0 5px;
  border: 1px solid var(--c-black02);
  border-radius: 100px;
}
.sbivctrade-lp-campaign-overview .campaign-overview-list__item {
  margin-bottom: 10px;
}
.sbivctrade-lp-campaign-overview .campaign-overview-list__item .heading {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sbivctrade-lp-campaign-overview .campaign-overview-list__item .text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sbivctrade-lp-campaign-overview .campaign-overview-list__item .annotation01 {
  font-size: 8px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sbivctrade-lp-campaign-overview .campaign-overview-list__item .list > li {
  position: relative;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sbivctrade-lp-campaign-overview .campaign-overview-list__item .list > li::before {
  content: "・";
  display: block;
  width: auto;
  height: auto;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sbivctrade-lp-main {
  width: 100%;
  background-color: var(--c-white01);
}
.sbivctrade-lp-main__inner {
  width: 100%;
}

.first__inner {
  width: 100%;
}
.first .top-heading picture > img {
  width: 100%;
  height: auto;
}

.campaign {
  display: none;
  margin: 40px 0 60px;
}
@media screen and (max-width: 991px) {
  .campaign {
    display: block;
  }
}
.campaign .campaign-img > img {
  width: 100%;
  height: auto;
}
.campaign .sbivctrade-lp-campaign-overview {
  padding: 0 30px;
}

.categopry {
  width: 100%;
}
.categopry__inner {
  width: 100%;
  padding: 0 40px;
}
.categopry .about-title {
  padding: 45px 0 20px;
}
.categopry .about-title > img {
  width: 100%;
  height: auto;
}
.categopry .about-img {
  margin-bottom: 40px;
}
.categopry .about-img > img {
  width: 100%;
  max-width: 170px;
  height: auto;
  margin: 0 auto;
}
.categopry .about-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 50px;
}

.nidt {
  width: 100%;
  background-color: var(--c-blue02);
  position: relative;
}
.nidt .nidt-column {
  width: 100%;
  background-color: var(--c-white01);
  border-radius: 15px;
}
.nidt .nidt-column-img {
  width: 100%;
  margin-bottom: 20px;
}
.nidt .nidt-column-img > img {
  width: 100%;
  height: auto;
}
.nidt .nidt-column-balloon {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  padding: 2px 15px;
  background-color: var(--c-blue04);
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 13px;
}
.nidt .nidt-column-balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  height: 0;
  width: 0;
  border-color: var(--c-blue04) transparent transparent transparent;
  border-width: 10px 4px 0 4px;
}
.nidt .nidt-column-title {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  padding-bottom: 8px;
}
.nidt .nidt-column-text {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  padding: 0px 50px 120px 50px;
  color: var(--c-white01);
  background-color: #2f6fe4;
}
.nidt .nidt-column-hidden-text {
  display: none;
}
.nidt .nidt-column-detail-btn {
  position: absolute;
  bottom: 35px;
  left: 12%;
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  background-color: var(--c-white01);
  color: var(--c-black02);
  border-radius: 50px;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  padding: 10px;
}
.nidt .nidt-column-detail-btn::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 32%;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .nidt .nidt-column-detail-btn::before {
    height: 8px;
    width: 8px;
  }
}
.nidt .nidt-column-detail-btn.is-open::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 44%;
}

.step {
  width: 100%;
}
.step__inner {
  width: 100%;
}
.step .step-title {
  padding: 50px 0;
  width: 100%;
}
.step .step-title > img {
  width: 100%;
  height: auto;
}
.step .step-list {
  width: 100%;
  padding: 0 40px;
}
.step .step-list__item {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 5px solid var(--c-blue01);
  margin-bottom: 40px;
}
.step .step-list__item:last-child {
  border-bottom: none;
}
.step .step-list__item > img {
  width: 100%;
  height: auto;
}

.app {
  width: 100%;
  background: #0b2d5e;
  background: -webkit-linear-gradient(320deg, rgb(11, 45, 94) 0%, rgb(20, 80, 172) 31%, rgb(14, 58, 124) 100%);
  background: linear-gradient(130deg, rgb(11, 45, 94) 0%, rgb(20, 80, 172) 31%, rgb(14, 58, 124) 100%);
}
.app__inner {
  width: 100%;
  padding: 60px 40px;
}
.app .app-title {
  width: 100%;
  padding-bottom: 25px;
}
.app .app-title > img {
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
}
.app .app-text {
  color: var(--c-white01);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
}
.app .app-img {
  width: 100%;
}
.app .app-img > img {
  width: 100%;
  height: auto;
}

.cta-btn {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 390px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .cta-btn {
    display: block;
  }
}
.cta-btn > a {
  -webkit-transition: var(--tran-opacity-a);
  transition: var(--tran-opacity-a);
}
.cta-btn > a:hover, .cta-btn > a:focus {
  opacity: 0.85;
}
.cta-btn > a > img {
  width: 100%;
  height: auto;
}

.qa {
  width: 100%;
}
.qa__inner {
  width: 100%;
  padding: 60px 20px;
}
.qa .qa-title {
  width: 100%;
  margin-bottom: 35px;
}
.qa .qa-title > img {
  width: 100%;
  max-width: 190px;
  height: auto;
  margin: 0 auto;
}
.qa .qa-list {
  width: 100%;
}
.qa .qa-list__item {
  width: 100%;
  margin-bottom: 20px;
}
.qa .qa-list__item > .question {
  position: relative;
  color: var(--c-white01);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  padding: 14px 15px 14px 50px;
  background-color: var(--c-blue01);
  border-radius: 10px;
  border: 1px solid var(--c-blue01);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.qa .qa-list__item > .question::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 13px;
  width: 25px;
  height: 25px;
  background-image: url(../img/question.png);
  background-size: contain;
}
.qa .qa-list__item > .question > .toggle {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.qa .qa-list__item > .question > .toggle::before, .qa .qa-list__item > .question > .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--c-white01);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.qa .qa-list__item > .question > .toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.qa .qa-list__item > .question.active > .toggle::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.qa .qa-list__item > .question.active > .toggle::after {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}
.qa .qa-list__item > .answer {
  display: none;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  padding: 18px 15px 18px 50px;
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.qa .qa-list__item > .answer::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 19px;
  width: 25px;
  height: 25px;
  background-image: url(../img/ansewer.png);
  background-size: contain;
}

.important-points {
  width: 100%;
  background-color: #f7f9fb;
}
.important-points__inner {
  width: 100%;
  padding: 50px 30px;
}
.important-points .important-points-text {
  color: var(--c-black02);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 20px;
}
.important-points .important-points-text > b {
  display: block;
  color: var(--c-black02);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  padding-bottom: 0.7em;
}
.important-points .important-points-text > a {
  color: var(--c-black02);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: underline;
}
.important-points .important-points-list {
  width: 100%;
  margin-bottom: 20px;
}
.important-points .important-points-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}
.important-points .important-points-list__item > .title {
  position: relative;
  color: var(--c-black02);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  white-space: nowrap;
  padding-right: 1em;
}
.important-points .important-points-list__item > .title::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.important-points .important-points-list__item > .text {
  color: var(--c-black02);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}
.important-points .important-points-list01 .important-points-list__item > .title {
  width: 60px;
}
.important-points .important-points-list02 .important-points-list__item > .title {
  width: 135px;
}
.sbivctrade-lp-footer {
  width: 100%;
  background-color: var(--c-white01);
  margin-bottom: 20px;
}
.sbivctrade-lp-footer__inner {
  width: 100%;
  padding: 0 20px 14%;
}
.sbivctrade-lp-footer .footer-copy-right {
  text-align: center;
  padding-bottom: 0.3em;
}
.sbivctrade-lp-footer .footer-copy-right__text {
  font-size: 10px;
  font-weight: 300;
}
.sbivctrade-lp-footer .copyright-year {
  font-size: 10px;
  font-weight: 300;
  padding-right: 5px;
}

.category .category-img > img {
  width: 100%;
  height: auto;
}
.category .category-img06 {
  margin-top: 90px;
  padding: 0 30px;
  margin-bottom: 100px;
}
.category .category-img08 {
  margin-top: 13px;
  padding: 0 30px;
  margin-bottom: 100px;
}
.category .category-img10 {
  padding: 0 60px;
  margin-top: 120px;
  margin-bottom: 140px;
}
.category .category-img11 {
  margin-bottom: 80px;
}