@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "GenJyuuGothic", sans-serif;
  color: #324155;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .about {
    padding: 7.5rem 0;
  }
}

.about__ttl.common__ttl span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .about__ttl.common__ttl span {
    font-size: 1.5rem;
  }
}

.about__head {
  margin-top: 40px;
  margin-top: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #F0F7FF), to(#F0F7FF));
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #F0F7FF 50%, #F0F7FF 100%);
}
@media screen and (min-width: 769px) {
  .about__head {
    margin-top: 4rem;
  }
}

.about__head-content {
  max-width: 370px;
  max-width: 23.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 116px 0 48px;
  padding: 7.25rem 0 3rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .about__head-content {
    max-width: 83.6875rem;
    padding: 0 4.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.about__head-content::before {
  content: "";
  display: block;
  width: 82%;
  height: 100%;
  background-color: #F0F7FF;
  border-top-left-radius: 8px;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 8px;
  border-bottom-left-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .about__head-content::before {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}

.about__head-content::after {
  content: "";
  display: block;
  width: clamp(120px, 63.25vw, 248px);
  height: 193px;
  height: 12.0625rem;
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/about-balloon02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -16px;
  top: -1rem;
  right: -16px;
  right: -1rem;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .about__head-content::after {
    content: none;
  }
}

@media screen and (min-width: 769px) {
  .about__head-content-left {
    padding: 3.4375rem 0 4.75rem;
  }
}

.about__head-content-right {
  display: none;
}
@media screen and (min-width: 769px) {
  .about__head-content-right {
    display: block;
    max-width: 34.9375rem;
    margin-left: 2.8%;
  }
}

.about__head-ttl {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  color: #0A62C1;
  line-height: 1.47;
}
@media screen and (min-width: 769px) {
  .about__head-ttl {
    font-size: 2.875rem;
  }
}

.about__head-ttl:nth-of-type(1) {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .about__head-ttl:nth-of-type(1) {
    margin-bottom: 1.1875rem;
  }
}

.about__head-ttl:nth-of-type(3) {
  margin-top: 16px;
  margin-top: 1rem;
}

.about__head-ttl .big {
  font-size: 31px;
  font-size: 1.9375rem;
}
@media screen and (min-width: 769px) {
  .about__head-ttl .big {
    font-size: 4rem;
    white-space: nowrap;
  }
}

.about__head-img {
  max-width: 216px;
  max-width: 13.5rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: auto;
}

.about__bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(4%, #fff), color-stop(4%, #F5F5F5), to(#F5F5F5));
  background: linear-gradient(180deg, #fff 0%, #fff 4%, #F5F5F5 4%, #F5F5F5 100%);
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about__bottom {
    background: none;
    margin-top: 5rem;
    max-width: 1063px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 4.3125rem;
  }
}

@media screen and (min-width: 769px) {
  .about__bottom::before {
    content: "";
    display: block;
    width: 100%;
    height: 96%;
    background-color: #F5F5F5;
    border-radius: 1.0625rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.about__inner {
  max-width: 550px;
  max-width: 34.375rem;
}

.about__inner.about__inner {
  max-width: 930px;
  max-width: 58.125rem;
}

.about__bottom-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0065C2;
  line-height: 1.4375;
  padding: 16px;
  padding: 1rem;
  background-color: #fff;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .about__bottom-ttl {
    font-size: 2.25rem;
  }
}

.about__bottom-ttl .big {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .about__bottom-ttl .big {
    font-size: 3rem;
  }
}

.about__bottom-lists {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .about__bottom-lists {
    margin-top: 2.5rem;
  }
}

.about__bottom-list {
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .about__bottom-list {
    font-size: 1.125rem;
    height: 12.5rem;
  }
}

.about__bottom-list + .about__bottom-list {
  margin-left: 16px;
  margin-left: 1rem;
}

.about__bottom-list--left .num {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  display: inline-block;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .about__bottom-list--left .num {
    font-size: 2rem;
  }
}

.about__bottom-list--left .small {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .about__bottom-list--left .small {
    font-size: 1.5rem;
  }
}

.about__bottom-list--right {
  color: #0A62C1;
}

.about__bottom-list--right .big {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .about__bottom-list--right .big {
    font-size: 2rem;
  }
}

.about__bottom-list--right .big-num {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .about__bottom-list--right .big-num {
    font-size: 5.5rem;
  }
}

.about__bottom-list--right .small {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .about__bottom-list--right p {
    font-size: 1.25rem;
  }
}

.about__bottom-arrow {
  width: 180px;
  width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 68px;
  padding-left: 4.25rem;
}
@media screen and (min-width: 769px) {
  .about__bottom-arrow {
    width: 16.5rem;
    margin-top: 2.5rem;
    padding-left: 6rem;
  }
}

.about__bottom-second-ttl {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #324155;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .about__bottom-second-ttl {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}

.about__bottom-img-box {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .about__bottom-img-box {
    margin-top: 2rem;
  }
}

.about__bottom-img-box li {
  width: 100%;
}

.accordion-title {
  cursor: pointer;
}

.accordion-content {
  display: none;
}

.accordion-title {
  position: relative;
}

.accordion-title::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  display: block;
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .accordion-title::after {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.accordion-title.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion-item {
  border-radius: 0.5rem;
  will-change: transform;
}

.attention {
  padding: 0 0 80px;
  padding: 0 0 5rem;
}
@media screen and (min-width: 769px) {
  .attention {
    padding: 7.5rem 0;
  }
}

.attention__inner {
  max-width: 550px;
  max-width: 34.375rem;
}
@media screen and (min-width: 769px) {
  .attention__inner {
    padding: 0 1.5625rem;
  }
}

@media screen and (min-width: 769px) {
  .attention__inner.inner {
    max-width: 58.125rem;
  }
}

@media screen and (min-width: 769px) {
  .attention__content-wrap {
    border: 1px solid #0A62C1;
    border-radius: 1rem;
    padding: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .attention__content-wrap + .attention__content-wrap {
    margin-top: 2.5rem;
  }
}

.attention__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .attention__ttl {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.attention__ttl:first-of-type {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 769px) {
  .attention__ttl:first-of-type {
    margin-top: 0;
  }
}

.attention__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.42;
  margin-top: 16px;
  margin-top: 1rem;
  padding-left: 23px;
  padding-left: 1.4375rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .attention__text {
    font-size: 1rem;
    margin-top: 1.5rem;
    padding-left: 1.75rem;
  }
}

.attention__text::before {
  content: "";
  display: block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #0A62C1;
  border-radius: 50vh;
  position: absolute;
  top: 0.35em;
  left: 0;
}
@media screen and (min-width: 769px) {
  .attention__text::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.attention__text.-comment::before {
  content: "※";
  background-color: transparent;
  width: auto;
  height: auto;
  top: 0;
}
@media screen and (min-width: 769px) {
  .attention__text.-comment::before {
     content: "※";
     background-color: transparent;
     width: auto;
    height: auto;
    top: 0;
  }
}

.attention__sub-ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.43;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .attention__sub-ttl {
    font-size: 1.125rem;
    margin-top: 2.5rem;
    text-align: center;
  }
}

.attention__list-text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #324155;
  line-height: 1.4375;
  text-align: left;
  }
@media screen and (min-width: 769px) {
  .attention__list-text {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    text-align: left;
  }
}

.small-txt {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.42;
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .small-txt {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.small-txt-in {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .small-txt-in {
    font-size: 1rem;
  }
}

.campaign {
  padding: 0 0 40px;
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 769px) {
  .campaign {
    padding: 0 0 7.5rem;
  }
}

@media screen and (min-width: 769px) {
  .campaign__inner {
    max-width: 78.125rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5625rem;
  }
}

.campaign__lists {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .campaign__lists {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.33333%;
  }
}

.campaign__list {
  text-align: center;
  padding: 24px 0;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) {
  .campaign__list {
    padding: 2.5rem;
    width: 48.33333%;
  }
}

.campaign__list--pink {
  background-color: #F5EBF1;
}

.campaign__list--orange {
  background-color: #FAF0EA;
}

.campaign__list-inner {
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 550px;
  max-width: 34.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .campaign__list-inner {
    padding: 0;
    max-width: 100%;
  }
}

.campaign__list + .campaign__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .campaign__list + .campaign__list {
    margin-top: 0;
  }
}

.campaign__list-head {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4375;
  padding: 0.625em 1em;
  letter-spacing: -0.08;
  background-color: #F0F7FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  height: 56px;
  height: 3.5rem;
}
@media screen and (min-width: 769px) {
  .campaign__list-head {
    font-size: 1.5rem;
    height: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .campaign__list:nth-child(2) .campaign__list-head {
    font-size: 1.375rem;
  }
}

.campaign__list-head--pink {
  background-color: #DE479F;
}

.campaign__list-head--orange {
  background-color: #F2803B;
}

.campaign__list-head .head-icon {
  margin-right: 8px;
  margin-right: 0.5rem;
  display: inline-block;
  width: 31px;
  width: 1.9375rem;
}
@media screen and (min-width: 769px) {
  .campaign__list-head .head-icon {
    margin-right: 0.75rem;
  }
}

.campaign__list-head .head-icon02 {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.3125em 0.625em;
  line-height: 1;
  background-color: #FFE810;
  border-radius: 50vh;
  margin-right: 8px;
  margin-right: 0.5rem;
  color: #614C3F;
}
@media screen and (min-width: 769px) {
  .campaign__list-head .head-icon02 {
    font-size: 1.3125rem;
    padding: 0.33em 0.8em;
  }
}

.campaign__list-head--pink .head-icon {
  color: #DE479F;
}

.campaign__list-head--blue .head-icon {
  color: #0A62C1;
}

.campaign__list-head .big {
  font-size: 20px;
  font-size: 1.25rem;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .campaign__list-head .big {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .campaign__list:nth-child(2) .campaign__list-head .big {
    font-size: 1.875rem;
  }
}

.campaign__list-text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4375;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .campaign__list-text {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    text-align: center;
  }
}

.campaign__list-banner {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.campaign__accordion {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .campaign__accordion {
    margin-top: 2.5rem;
  }
}

.campaign__accordion .accordion-item {
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid #000;
}

.campaign__accordion .accordion-item + .accordion-item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.campaign__accordion .accordion-title {
  padding: 18px 16px;
  padding: 1.125rem 1rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 769px) {
  .campaign__accordion .accordion-title {
    padding: 1.5rem 1rem;
    font-size: 1.125rem;
  }
}

.campaign__accordion .accordion-item:nth-of-type(4) .accordion-title {
  padding: 16px 16px 41px;
  padding: 1rem 1rem 2.5625rem;
}

.campaign__accordion .accordion-item:nth-of-type(4) .accordion-title span {
  font-size: 16px;
  font-size: 1rem;
  padding: 17px;
  padding: 1.0625rem;
  background-color: #F0F7FF;
  border-radius: 0.5rem;
  display: block;
}

.campaign__accordion .accordion-title::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 37%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
}

.campaign__accordion .accordion-title.open::after {
  top: 37%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.campaign__accordion-img {
  display: block;
  width: 100%;
}

.campaign__accordion .accordion-content {
  padding: 0 16px;
  padding: 0 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}

.campaign__accordion-table-wrap {
  overflow-x: scroll;
}

.campaign__accordion-table {
  width: 692px;
  width: 43.25rem;
}

.change {
  padding: 0 0 40px;
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 769px) {
  .change {
    padding: 0 0 7.5rem;
    height: 100%;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .change-bg {
    width: 100%;
    height: 48.125rem;
    background: url(/personal/invest/toshin/tokusyu/nisa/images/common/bg-change.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 10rem;
    left: 0;
    z-index: -1;
  }
}

.change__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .change__sub-ttl {
    font-size: 2.25rem;
    line-height: 1.25;
    margin-top: 4rem;
  }
}

.change__sub-ttl .line-black {
  display: block;
  width: 24px;
  width: 1.5rem;
  margin: 0 16px;
  margin: 0 1rem;
}
@media screen and (min-width: 769px) {
  .change__sub-ttl .line-black {
    width: 1.4375rem;
    display: inline-block;
  }
}

.change__inner {
  max-width: 550px;
  max-width: 34.375rem;
}

@media screen and (min-width: 769px) {
  .change__inner.change__inner {
    max-width: 58.125rem;
  }
}

.change__accordion {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .change__accordion {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .change__accordion--sp {
    display: none;
  }
}

.change__accordion--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .change__accordion--pc {
    display: block;
  }
}

.change__accordion .accordion-item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  border-radius: 0.5rem;
}
@media screen and (min-width: 769px) {
  .change__accordion .accordion-item {
    border-radius: 1rem;
    border: 2px solid #0A62C1;
    background-color: #fff;
  }
}

.change__accordion .accordion-item + .accordion-item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.change__accordion .accordion-title {
  padding: 24px 16px 41px;
  padding: 1.5rem 1rem 2.5625rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0A62C1;
}
@media screen and (min-width: 769px) {
  .change__accordion .accordion-title {
    padding: 1.8125rem 0;
    font-size: 1.75rem;
  }
}

.change__accordion .accordion-item:nth-of-type(4) .accordion-title {
  padding: 16px 16px 41px;
  padding: 1rem 1rem 2.5625rem;
}
@media screen and (min-width: 769px) {
  .change__accordion .accordion-item:nth-of-type(4) .accordion-title {
    padding: 1.8125rem 0;
  }
}

.change__accordion .accordion-item:nth-of-type(4) .accordion-title span {
  font-size: 16px;
  font-size: 1rem;
  padding: 17px;
  padding: 1.0625rem;
  background-color: #F0F7FF;
  border-radius: 0.5rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .change__accordion .accordion-item:nth-of-type(4) .accordion-title span {
    font-size: 1.75rem;
    padding: 0;
    background-color: transparent;
  }
}

.change__accordion .accordion-title::after {
  border-right: solid 2px #0A62C1;
  border-top: solid 2px #0A62C1;
  position: absolute;
  right: calc(50% - 1rem);
  top: auto;
  top: initial;
  bottom: 16px;
  bottom: 1rem;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
@media screen and (min-width: 769px) {
  .change__accordion .accordion-title::after {
    right: 2.5rem;
    bottom: 53%;
    -webkit-transform: translateY(50%) rotate(135deg);
            transform: translateY(50%) rotate(135deg);
    width: 1rem;
    height: 1rem;
  }
}

.change__accordion .accordion-title.open::after {
  bottom: 16px;
  bottom: 1rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .change__accordion .accordion-title.open::after {
    bottom: 53%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}

.change__accordion-img {
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .change__accordion-img {
    margin-top: 0;
  }
}

.change__accordion .accordion-content {
  padding: 0 16px 24px;
  padding: 0 1rem 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}
@media screen and (min-width: 769px) {
  .change__accordion .accordion-content {
    padding: 0 6.25rem 3rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 769px) {
  .change__accordion .accordion-item:nth-of-type(4) .accordion-content {
    padding: 0 2.5rem 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .change__accordion .accordion-content p:not(.change__accordion-table-txt) {
    margin-top: 2.5rem;
  }
}

.accordion-content--last {
  overflow-x: scroll;
}

.change__accordion-table-wrap {
  overflow-x: scroll;
}
@media screen and (min-width: 769px) {
  .change__accordion-table-wrap {
    overflow-x: auto;
  }
}

.change__accordion-table {
  width: 692px;
  width: 43.25rem;
}
@media screen and (min-width: 769px) {
  .change__accordion-table {
    width: 100%;
  }
}

.change__accordion-table-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-top: 16px;
  margin-top: 1rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .change__accordion-table-txt {
    white-space: normal;
  }
}

.simulation{
  background: #f0f7ff;
  position: relative;
  padding: 2rem 0;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
/*  max-width: 1000px;
  margin: 0 auto;*/
}
.simulation__text-wrap{
  padding: 0 2rem;
}
.simulation__subTitle{
  padding: 0 5px;
  font-weight: bold;
  background: #055fc0;
  color: #fff;
  position: absolute;
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
}
.simulation__subTitle:before{
  content:"";
  display: block;
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_simulation.png) no-repeat center center;
  background-size: cover;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}
.simulation__title{
  font-size: 24px;
  text-align: center;
  color: #055fc0;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .simulation__title{
    font-size: 42px;
  }
}
.simulation__title strong{
  font-size: 120%;
}
.simulation__notice{
  color: #5f5f5f;
  margin: 1rem 0;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .simulation__notice{
    text-align: center;
    font-size: 1.25rem;
  }
}
.simulation__slide {
    overflow: hidden;
  position: relative;
}

@media screen and (min-width: 769px) {
  .simulation__slide {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.simulation__slide .slick-next{
  right: 10px;
  width: 48px;
  height: 48px;
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_arrowNext.png) no-repeat center center;
  background-size: cover;
  z-index: 1000;
}
.simulation__slide .slick-next:before{
    content:"";
}
/*クリック対策*/
.simulation__slide .slick-next:focus,.simulation__slide  .slick-next:hover,.simulation__slide  .slick-prev:focus,.simulation__slide  .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_arrowNext.png) no-repeat center center;
  background-size: cover;
}
.simulation__slide-card{
  margin: 0 0 0 1rem;
  width: 100%;
  height: auto;
  max-width: 330px;
}
.simulation__slide .slick-list {
    padding: 0 13% 0 0  !important;
}
@media screen and (min-width: 769px) {
  .simulation__slide .slick-list {
      padding: 0  !important;
  }
}
.common__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding: 19px 0;
  padding: 1.1875rem 0;
  background-color: #0A62C1;
}
@media screen and (min-width: 769px) {
  .common__ttl {
    font-size: 3rem;
    line-height: 1.4791666667;
    color: #324155;
    padding: 0;
    background-color: transparent;
  }
}

.common__ttl span {
  font-size: 18px;
  font-size: 1.125rem;
}

.common__ttl::before {
  content: attr(data-en);
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #F9D849;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .common__ttl::before {
    font-size: 1.5rem;
    color: #0A62C1;
    margin-bottom: 0.5rem;
  }
    .common__ttl.opening__ttl::before {
      color: #f9d849;
    }
}

.contact {
  padding: 40px 0;
  padding: 2.5rem 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#F5EBFF), to(#E6F0FF));
  background: linear-gradient(to bottom right, #F5EBFF, #E6F0FF);
}
@media screen and (min-width: 769px) {
  .contact {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 769px) {
  .contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .contact__right {
    margin-left: 3.375rem;
    text-align: left;
  }
}

.contact__head {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #DC479F;
  line-height: 1.625;
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  background-color: #fff;
  border-radius: 50vh;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .contact__head {
    font-size: 1.25rem;
    padding: 0.8125rem 1.5rem;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .contact__head--sp {
    display: none;
  }
}

.contact__head--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .contact__head--pc {
    display: block;
  }
}

.contact__ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #324155;
  line-height: 1.66;
}
@media screen and (min-width: 769px) {
  .contact__ttl {
    font-size: 1.5rem;
    text-align: left;
  }
}

.contact__ttl .big {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2863BC;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .contact__ttl .big {
    font-size: 2.5rem;
  }
}

.contact__txt-head {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .contact__txt-head {
    font-size: 1.25rem;
    margin-top: 0;
  }
}

.contact__tel {
  display: block;
  max-width: 292px;
  max-width: 18.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 769px) {
  .contact__tel {
    max-width: 26.5rem;
    position: relative;
    margin-left: 0;
  }
}

.contact__txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #324155;
  line-height: 1.42;
}
@media screen and (min-width: 769px) {
  .contact__txt {
    font-size: 1.125rem;
  }
}

.contact__sub-txt {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #324155;
  line-height: 1.42;
}
@media screen and (min-width: 769px) {
  .contact__sub-txt {
    font-size: 0.875rem;
  }
}

.cta-btn {
  text-align: center;
}

.cta-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 0.95em;
  background: -webkit-gradient(linear, left top, left bottom, from(#0D82FF), to(#0854A6));
  background: linear-gradient(to bottom, #0D82FF, #0854A6);
  -webkit-box-shadow: 0 8px 0 #053466;
          box-shadow: 0 8px 0 #053466;
  border-radius: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .cta-btn a {
    font-size: 1.5rem;
    border-radius: 1rem;
  }
}

.cta-btn span {
  display: block;
  max-width: 20px;
  max-width: 1.25rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 769px) {
  .cta-btn span {
    max-width: 2rem;
  }
}

.cta {
  padding: 32px 0;
  padding: 2rem 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#F5EBFF), to(#E6F0FF));
  background: linear-gradient(to bottom right, #F5EBFF, #E6F0FF);
}

.cta__txt {
  max-width: 324px;
  max-width: 20.25rem;
  margin: 0 auto;
}

.cta-btn {
  margin-top: 16px;
  margin-top: 1rem;
}

.faq {
  padding: 0 0 40px;
  padding: 0 0 2.5rem;
  background-color: #F0F7FF;
}
@media screen and (min-width: 769px) {
  .faq {
    padding: 7.5rem 0;
  }
}

.faq__inner {
  max-width: 550px;
  max-width: 34.375rem;
}
@media screen and (min-width: 769px) {
  .faq__inner {
    padding: 0 1.5625rem;
  }
}

@media screen and (min-width: 769px) {
  .faq__inner.inner {
    max-width: 58.125rem;
  }
}

.faq__lists {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .faq__lists {
    margin-top: 4rem;
  }
}

.faq__list {
  padding: 20px 0;
  padding: 1.25rem 0;
  border-top: 1px solid #E0E0E0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .faq__list {
    font-size: 1.125rem;
    padding: 2rem 0;
  }
}

.faq__list:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.faq__list .txt-q {
  font-weight: 700;
  padding-left: 23px;
  padding-left: 1.4375rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .faq__list .txt-q {
    padding-left: 2.625rem;
  }
}


.faq__list .txt-a {
  font-weight: 500;
  padding-left: 23px;
  padding-left: 1.4375rem;
  position: relative;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .faq__list .txt-a {
    padding-left: 1.5rem;
    margin-top: 1.25rem;
    padding-left: 2.625rem;
    font-size: 1rem;
  }
}


.faq__list .txt-a a {
  color: #0A62C1;
  text-decoration: underline;
}

.fix {
  position: fixed;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#2863BC), to(#DE479F));
  background: linear-gradient(to right, #2863BC, #DE479F);
  padding: 12px 0 0;
  padding: 1rem 0 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .fix {
    height:auto;
    padding: 0.5rem 0 0;
  }
}

.fix__inner {
  padding: 0 13px;
  padding: 0 0.8125rem;
}

.fix__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fix__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(to bottom,  #ffffff 0%,#dcdbd4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 0.5rem 0 0 0;
  width: 100%;
  max-width: 50%;
  padding: 1.2rem 0.8rem 1rem;
}
@media screen and (min-width: 769px) {
  .fix__btn a {
    max-width: 20rem;
    text-align: center;
    padding: 0.5rem 1rem;
  }
}

.fix__btn a:nth-of-type(2) {
  margin-left: 1px;
  border-radius: 0 0.5rem 0 0;
}


.js-fix {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.js-fix.headerScroll {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.line {
  position: relative;
  z-index: 0;
}

.line::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  height: 0.5rem;
  background-color: #F9D849;
  position: absolute;
  bottom: -0.04em;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .line::before {
    height: 1.0625rem;
  }
}

.mv{

}
@media screen and (min-width: 769px) {
  .mv {
  }
}

.mv__inner {
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/mv-img.jpg) no-repeat center right 42%;
  background-size: 120%;
  padding: 3.5rem 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*height: 50vh;*/
}
@media screen and (min-width: 769px) {
  .mv__inner {
    min-height: 90vh;
    background: url(/personal/invest/toshin/tokusyu/nisa/images/common/pc-mv-img.png) no-repeat top right 40%;
    background-size: cover;
  }
}

.mv__logo {
  max-width: 240px;
  max-width: 15rem;
  margin: 1rem auto 1rem;
}
@media screen and (min-width: 769px) {
  .mv__logo {
    max-width: 17.5rem;
  }
}

.mv__txt-wrap{
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .mv__txt-wrap {
    text-align: left;
    margin-left: 10vw;
  }
}

.mv__ttl {
  position: relative;
  padding: 0;
  max-width: 46vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .mv__ttl {
    max-width: 335px;
    height: auto;
  }
}
.mv__badge {
  max-width: 29vw;
    height: auto;
    position: relative;
    top: 1.4rem;
}
@media screen and (min-width: 769px) {
  .mv__badge {
    top: 1.8rem;
    max-width: 219px;
    height: auto;
  }
}

.mv__point-wrap{
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/mv_pointBg.png) no-repeat center top -40px #fff;
  background-size: 600px;
  padding: 0 10px 10px;
}
@media screen and (min-width: 769px) {
  .mv__point-wrap{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 3rem;
  }
}

.mv__point_title{
  text-align: center;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
.mv__point_title span{
  display: inline-block;
  width: 77%;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/mv_pointBg.png) no-repeat center top #fff;
  background-size: 600px;
}
@media screen and (min-width: 769px) {
  .mv__point_title span{
    padding: 1.5rem 1rem;
  }
}
.mv__point_title span img{
  max-width: 80%;
  margin: -7% auto 1%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .mv__point_title span img{
    max-width: 543px;
    margin: 0 auto 0;
    height: auto;
  }
}
.mv__point_image{
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin:0 ;
}
@media screen and (min-width: 769px) {
  .mv__point_image{
    gap: 10px;
  }
}

.mv__point_notice{
  margin-top: 0.5rem;
  font-size: 8px;
  font-size: 0.5rem;
}
@media screen and (min-width: 769px) {
  .mv__point_notice{
    font-size: 16px;
    font-size: 1rem;
  }
}
.notice__nisa{
  width: 100%;
  padding: 0.5rem 0;
  background: #fff4f4;
  text-align: center;
}
.notice__nisa a{
  color: #de479f;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.notice__nisa a:before{
  content:"" ;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_notice.png) no-repeat center ;
  background-size: contain;
}

.problems{
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/sec02_bg.png) no-repeat center bottom ;
}
@media screen and (min-width: 769px) {
  .problems{
    background: url(/personal/invest/toshin/tokusyu/nisa/images/common/sec02_bg.png) no-repeat center bottom ;
    background-size: cover;
  }
}
.problems__inner{
  padding: 2rem 1rem 4rem;
}
.problems__image{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.problems__image li{
  width: 50%;
  padding: 0 1%;
}
@media screen and (min-width: 769px) {
  .problems__image{
    padding: 1rem 0 2rem;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
  .problems__image li{
    width: 100%;
    padding: 0 1%;
  }
}
.problems__image li:nth-of-type(2) {
  margin-top: 40px;
  position: relative;
}
.problems__image li:nth-of-type(3) {
  position: relative;
  margin-top: -20px;
}
.problems__image li:nth-of-type(4) {
  position: relative;
  margin-top: 20px;
}
.forYou__text{
  text-align: center;
  padding: 1.8rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .forYou__text{
    padding-bottom: 0;
    font-size: 3rem;
  }
}
.forYou__text p{
  line-height: 1;
  text-align: center;
}
.forYou__text p span{
  position: relative;
  display: inline-block;
}
.forYou__text p span:after{
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 4px;
  background: #efd658;
  width: 100%;
}
.forYou__text p strong{
  font-style: italic;
}

.opening__step {
  margin-top: 4.5rem;
  background-color: #f2f6ff;
  padding: 0 1.5rem 1.5rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .opening__step {
    margin-top: 5rem;
    padding: 2.5rem 2.5rem ;
    border-radius: 0;
  }
}

.opening__step-ttl {
  margin-bottom: -3rem;
  text-align: center;
  transform: translateY(-50%);
}
.opening__step-ttl img{
  max-width: 90vw;
  height: auto;
}

@media screen and (min-width: 769px) {
  .opening__step-ttl {
    font-size: 2rem;
  }
  .opening__step-ttl img{
    max-width: 42.1875rem;
    margin: 0 auto;
  }
}

.opening__step-lists {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .opening__step-lists {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
  }
  .opening__step-lists img{
    max-width: 55.875rem;
    height: auto;
  }
}

.opening__step-list {
  padding: 24px;
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .opening__step-list {
    width: 28.1%;
    padding: 1.5rem 0.625rem;
  }
}

.opening__step-list::before {
  content: "";
  display: block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/arrow-blue.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -48px;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .opening__step-list::before {
    top: 50%;
    left: -14%;
    -webkit-transform: rotate(-90deg) translateY(-50%);
            transform: rotate(-90deg) translateY(-50%);
  }
}

.opening__step-list:first-child::before {
  content: none;
}

.opening__step-list + .opening__step-list {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .opening__step-list + .opening__step-list {
    margin-top: 0;
  }
}

.opening__step-list-ttl {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0A62C1;
}
@media screen and (min-width: 769px) {
  .opening__step-list-ttl {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 769px) {
  .opening__step-list-ttl .space {
    letter-spacing: -0.08em;
  }
}

@media screen and (min-width: 769px) {
  .opening__step-list-ttl .ib {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .opening__step-list:nth-child(1) .opening__step-list-ttl,
  .opening__step-list:nth-child(3) .opening__step-list-ttl {
    margin-top: 0.875rem;
  }
}

.opening__step-list-img {
  width: 100%;
  max-width: 168px;
  max-width: 10.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .opening__step-list-img {
    max-width: 11.375rem;
    margin-top: 2.3125rem;
  }
}

.opening__step-list:nth-child(2) .opening__step-list-img {
  max-width: 182px;
  max-width: 11.375rem;
}
@media screen and (min-width: 769px) {
  .opening__step-list:nth-child(2) .opening__step-list-img {
    max-width: 12.3125rem;
    margin-top: 1.5rem;
  }
}

.opening__step-list-txt {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: left;
  margin-top: 16px;
  margin-top: 1rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 769px) {
  .opening__step-list-txt--sp {
    display: none;
  }
}

.opening__step-list-txt--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .opening__step-list-txt--pc {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .opening {
    padding: 0 0 7.5rem;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .opening__inner {
    max-width: 78.125rem;
    padding: 0 1.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.opening__tab {
}
@media screen and (min-width: 769px) {
  .opening__tab {
    margin-top: 0;
    max-width: 62.5rem;

  }
}

.opening__tab .tab-list {
  background: #0A62C1;
  padding: 8px 13px 0;
  padding: 0.5rem 0.8125rem 0;
}
@media screen and (min-width: 769px) {
  .opening__ttl{
    margin: 0 -50%;
    background: #0A62C1;
    color: #fff;
    padding: 3rem 0;
  }
  .opening__tab .tab-list {
    padding: 1rem 1rem 0;
    margin: 0 -50% 4rem;
  }
}

.opening__tab .tab-menu {
  border-top-left-radius: 16px;
  border-top-left-radius: 1rem;

}
@media screen and (min-width: 769px) {
  .opening__tab .tab-menu {
    border-top-left-radius: 1rem;
    max-width: 22.8125rem;
    padding: 1.125rem;
  }
}
.opening__tab .tab-menu:nth-of-type(2){
  border-top-left-radius: 0;
  border-top-right-radius: 1rem;
  margin-left: 1px;
}
.opening__tab .tab-menu__text {
  color: #5c5c5c;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.opening__tab .tab-menu.current:nth-of-type(2) .tab-menu__text{
  color: #d24ea2;
}
@media screen and (min-width: 769px) {
  .opening__tab .tab-menu__text {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.tab-menu__text .sub-txt {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 769px) {
  .tab-menu__text .sub-txt {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.tab-menu__text .big {
  font-size: 19px;
  font-size: 1.1875rem;
}
.tab-menu__text .small {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .tab-menu__text .big {
    font-size: 2.5rem;
  }
  .tab-menu__text .small {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.opening__tab .content-box:nth-of-type(1) {
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 769px) {
  .opening__tab .content-box:nth-of-type(1) {
    padding-bottom: 0;
  }
}

.opening__tab .content-box:nth-of-type(2) {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .opening__tab .content-box:nth-of-type(2) {
    padding-bottom: 0;
  }
}

.opening__tab-head-ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .opening__tab-head-ttl {
    font-size: 2.8rem;
  }
}

.opening__tab-head-ttl .small {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-head-ttl .small {
    font-size: 2rem;
  }
}

.opening__tab-head-subttl{
  text-align: center;
  color: #2a63bc;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 769px) {
  .opening__tab-head-subttl{
    font-size: 1.5rem;
  }
}
.opening__tab-head-subttl:before{
  display: block;
  content: "";
  width: 64px;
  height: 42px;
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_titleApri.png) no-repeat center center;
  background-size: contain;
  margin: 2rem auto 0.5rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-head-subttl:before{
    width: 128px;
    height: 84px;
    background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_titleApri.png) no-repeat center center;
    background-size: contain;
  }
}
.opening__tab-head-subttl.shop:before{
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_titleShop.png) no-repeat center center;
  background-size: contain;
}
.opening__tab .opening__tab-head-img {
  border-top-left-radius: 16px;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 16px;
  border-bottom-left-radius: 1rem;
  width: 94.87%;
  margin-left: auto;
  position: relative;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .opening__tab .opening__tab-head-img {
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (min-width: 769px) {
  .opening__tab-head-img--sp {
    display: none;
  }
}

.opening__tab .opening__tab-head-img::before {
  content: "";
  display: block;
  width: 30vw;
  height: 56.15vw;
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/app-ttl-txt.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 4.87vw;
  left: 10.12vw;
  font-family: "GenJyuuGothic", sans-serif;
}
@media screen and (min-width: 769px) {
  .opening__tab .opening__tab-head-img::before {
    content: none;
  }
}

.opening__tab .opening__tab-head-img--shop::before {
  content: "";
  display: block;
  width: 18.72vw;
  height: 59.48vw;
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/shop-ttl-txt.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 3.58vw;
  left: auto;
  left: initial;
  right: 10vw;
}
@media screen and (min-width: 769px) {
  .opening__tab .opening__tab-head-img--shop::before {
    content: none;
  }
}

.opening__tab .opening__tab-head-img img {
  border-top-left-radius: 16px;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 16px;
  border-bottom-left-radius: 1rem;
}

.tab-menu.current .tab-menu__text {
  color: #2863BC;
  font-weight: 700;
  position: relative;
}

.tab-menu.current .tab-menu__text {
  color: #2863BC;
  font-weight: 700;
  position: relative;
}
.opening__tab-inner {
  max-width: 550px;
  max-width: 34.375rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-inner {
    max-width: 100%;
  }
}

.opening__pc-wrap {
  display: none;
}
@media screen and (min-width: 769px) {
  .opening__pc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4rem;
  }
}

.opening__pc-content {
  width: 43.3%;
  min-width: 440px;
  min-width: 27.5rem;
  letter-spacing: 0;
  white-space: nowrap;
  margin-right: 80px;
  margin-right: 5rem;
}
@media screen and (min-width: 769px) {
  .opening__pc-content {
    padding-top: 2.1875rem;
  }
}

.opening__pc-content-ttl {
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  color: #2863BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .opening__pc-content-ttl {
    position: relative;
    z-index: 10;
  }
}

.opening__pc-content-ttl span {
  display: inline-block;
  font-size: 80px;
  font-size: 5rem;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin-left: -8px;
  margin-left: -0.5rem;
}

.opening__pc-content-box {
  background-color: #F0F7FF;
  border-radius: 0.5rem;
  padding: 24px 15px 0;
  padding: 1.5rem 0.9375rem 0;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .opening__pc-content-box {
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .opening__pc-content-box--sp {
    display: none;
  }
}

.opening__pc-content-box-ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
  background-color: #2863BC;
  color: #fff;
  border-radius: 50vh;
  text-align: center;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .opening__pc-content-box-ttl {
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 0.5rem 1.625rem;
  }
}

.opening__tab-app-img-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 24px;
  padding: 1.5rem;
  background-color: #F0F7FF;
  border-radius: 0.5rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-app-img-items {
    background-color: transparent;
    margin-top: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .opening__tab-app-img-items--sp {
    display: none;
  }
}

.opening__tab-app-img-item {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .opening__tab-app-img-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.opening__tab-app-img-item:nth-child(2) {
  margin-left: 23px;
  margin-left: 1.4375rem;
}

.opening__tab-app-img-item-qr {
  width: 88px;
  width: 5.5rem;
}

.opening__tab-app-img-item-img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .opening__tab-app-img-item-img {
    margin-top: 1rem;
  }
}

.opening__tab-app-img-item:nth-child(1) .opening__tab-app-img-item-img {
  max-width: 108px;
  max-width: 6.75rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-app-img-item:nth-child(1) .opening__tab-app-img-item-img {
    width: 9.5rem;
    max-width: 100%;
  }
}

.opening__tab-app-img-item:nth-child(2) .opening__tab-app-img-item-img {
  max-width: 136px;
  max-width: 8.5rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-app-img-item:nth-child(2) .opening__tab-app-img-item-img {
    width: 11.625rem;
    max-width: 100%;
  }
}

.opening__tab-app-img-item-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.opening__tab-shop-content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-shop-content {
    margin-top: 5rem;
  }
}

.opening__tab-shop-content-ttl {
  background: #055fc0;
  color: #fff;
  padding: 0.375rem 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.opening__tab-shop-content-ttl:before{
    content:"";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_notice_yl.png) no-repeat center center;
    background-size: contain;

}
@media screen and (min-width: 769px) {
  .opening__tab-shop-content-ttl {
    font-size: 2rem;
  }
}

.opening__tab-shop-content-lists {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .opening__tab-shop-content-lists {
    flex-direction: row;
    align-items: stretch;
  }
}

.opening__tab-shop-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;

}
.opening__tab-shop-content-list:first-of-type:after{
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_plus.png) no-repeat center center;
  background-size: 2rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-shop-content-list{
    width: auto;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
  .opening__tab-shop-content-list:first-of-type img{
    width: 100%;
    height: auto;
  }
  .opening__tab-shop-content-list:last-of-type img{
    width: 100%;
    height: auto;
  }
  .opening__tab-shop-content-list:first-of-type:after{
    width: 9rem;
    height: auto;
    background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_plus.png) no-repeat center center;
    background-size: 2rem;
  }
}

.opening__tab-shop-content-list-img {
  background-color: #F0F7FF;
  border-radius: 0.5rem;
    padding: 1rem 1.5rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .opening__tab-shop-content-list-img {
    padding: 1rem 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .opening__tab-shop-content-list + .opening__tab-shop-content-list .opening__tab-shop-content-list-img {
  }
}

.opening__tab-shop-content-list-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0A62C1;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .opening__tab-shop-content-list-txt {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
}

.opening__tab-shop-content-list-txt span {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 769px) {
  .opening__tab-shop-content-list-txt span {
    font-size: 1rem;
  }
}

.opening__tab-shop-content-list:nth-child(1) .opening__tab-shop-content-list-txt {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-shop-content-list:nth-child(1) .opening__tab-shop-content-list-txt {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}

.opening__tab-shop-content-list:nth-child(2) .opening__tab-shop-content-list-txt {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-shop-content-list:nth-child(2) .opening__tab-shop-content-list-txt {
    margin-top: 1.5rem;
  }
}

.opening__tab-shop-content-list:nth-child(3) .opening__tab-shop-content-list-txt {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-shop-content-list:nth-child(3) .opening__tab-shop-content-list-txt {
    margin-top: 1.375rem;
  }
}

.opening__tab-shop-content-list:nth-child(4) .opening__tab-shop-content-list-txt {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-shop-content-list:nth-child(4) .opening__tab-shop-content-list-txt {
    margin-top: 2.5rem;
  }
}

.opening__tab-shop-btn {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .opening__tab-shop-btn {
    display: none;
  }
}

.opening__pc-content-btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.selected {
  padding: 0 0 40px;
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 769px) {
  .selected {
    padding: 7.5rem 0;
  }
}

@media screen and (min-width: 769px) {
  .selected-bg {
    background: url(/personal/invest/toshin/tokusyu/nisa/images/common/bg-selected.png) no-repeat center center;
    background-size: 100% 58%;
    /*z-index: -3;*/
    position: relative;
  }
}

.selected__inner {
  margin: 0 20px;
}
@media screen and (min-width: 769px) {
  .selected__inner {
    margin: 0 auto;
    max-width: 62.5rem;
  }
}
.selected__contents{
  background: #f4f9ff;
  padding: 2.3rem 1rem 1rem;
  border: 1px solid #055fc0;
  margin: 3.125rem auto 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .selected__contents{
    margin-top: 6rem;
    padding: 4rem 3rem 2rem;
  }
  .selected__contents.reason02,
  .selected__contents.reason03,
  .selected__contents.reason04{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
  }
    .selected__contents.reason02 .selected__detail,
    .selected__contents.reason03 .selected__detail,
    .selected__contents.reason04 .selected__detail{
      width: calc(100% / 2 - 3.125rem);
      margin: 0;
    }
    .selected__contents.reason02 .selected__text,
    .selected__contents.reason03 .selected__text,
    .selected__contents.reason04 .selected__text{
      width: 50%;
    }

}
.selected__contents:before{
    content:"";
    display: block;
    height: 60px;
    width: 60px;
    background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_reason01.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}
@media screen and (min-width: 769px) {
  .selected__contents:before{
    width: 84px;
    height: 84px;
    top: -42px;
    margin-left: -42px;
    background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_reason01.png) no-repeat center center;
    background-size: contain;
  }
}

.selected__contents.reason02:before{
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_reason02.png) no-repeat center center;
  background-size: contain;
}
.selected__contents.reason03:before{
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_reason03.png) no-repeat center center;
  background-size: contain;
}
.selected__contents.reason04:before{
  background: url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_reason04.png) no-repeat center center;
  background-size: contain;
}
.selected__contents-ttl{
  text-align: center;
  font-size: 1.3rem;
  color: #3962bc;
}
@media screen and (min-width: 769px) {
  .selected__contents-ttl{
    font-size: 2rem;
    width: 100%;
  }
  .selected__contents-ttl br{
    display: none;
  }
}
.selected__contents-ttl strong{
  font-weight: bold;
  font-size: 125%;
  position: relative;
  display: inline-block;
}

.selected__contents-ttl strong:before{
    content:"";
    height: 4px;
    width: 100%;
    display: inline-block;
    background: #f9d849;
    position: absolute;
    left: 0;
    bottom: 4px;
}

.selected__contents-ttl sup{
  font-size: 40%;
}
.selected__detail{
  margin: 1.25rem 0;
}
.selected__detail.flex{
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}
@media screen and (min-width: 769px) {
  .selected__detail.flex{
      gap: 3.125rem;
      flex-direction: row;
  }
    .selected__detail.flex img{
      width: calc(100% / 2 - 1.5625rem);
    }
  .selected__text{
    font-size: 1.375rem;
  }
}
.selected__text strong{
  color: #bf4a9b;
}
.selected__notice{
  font-size: 0.625rem;
}

@media screen and (min-width: 769px) {
  .selected__notice{
    font-size: 0.875rem;
  }
  .sp-br {
    display: none;
  }
}
.pc-br {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-br {
    display: block;
  }
}

.tab {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .tab-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tab-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
          background: #e4e4e4 url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_arrowBottomOff.png) no-repeat center right 8px;
          background-size: 18px;
          color: #5c5c5c;
          padding: 0.5rem ;
}

.tab-menu.current {
  background: #fff url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_arrowBottomOn.png) no-repeat center right 8px;
  background-size: 18px;
  color: #3363bb;
}
.tab-menu.current:nth-of-type(2) {
  background: #fff url(/personal/invest/toshin/tokusyu/nisa/images/common/icn_arrowBottomOn02.png) no-repeat center right 8px;
  background-size: 18px;
}
.content-box {
  display: none;
  width: 100%;
}

.content-box img {
  display: block;
  height: auto;
  width: 100%;
}

.copyright {
  text-align: center;
  margin: 20px 0 ;
}

@media screen and (min-width: 769px) {
  .copyright {
    text-align: center;
    margin: 40px 0 20px 0;
  }
}

a.mv_btn{
  display: block;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding: 1.5rem 2rem 2rem;
  margin: 20px;
  position: relative;
}

a.mv_btn::after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20%;
  margin: auto;
  border-right: solid 2px #0A62C1;
  border-top: solid 2px #0A62C1;
  -webkit-transform: translateY(50%) rotate(135deg);
  transform: translateY(50%) rotate(135deg);
  width: 1rem;
  height: 1rem
}

@media screen and (min-width: 769px){
  a.mv_btn{
    display: block;
    background: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 1.5rem 2rem 2rem;
	margin: 0;
    max-width: 35rem;
    position: relative;
  }

  a.mv_btn::after{
    content: "";
    position: absolute;
    right: 2rem;
    left: auto;
    bottom: 53%;
    border-right: solid 2px #0A62C1;
    border-top: solid 2px #0A62C1;
    -webkit-transform: translateY(50%) rotate(135deg);
    transform: translateY(50%) rotate(135deg);
    width: 1rem;
    height: 1rem
  }
}

.anchor_link{
  position: relative;
}

.anchor_link::after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8%;
  margin: auto;
  border-right: solid 2px #0A62C1;
  border-top: solid 2px #0A62C1;
  -webkit-transform: translateY(50%) rotate(135deg);
  transform: translateY(50%) rotate(135deg);
  width: 0.8rem;
  height: 0.8rem
}

@media screen and (min-width: 769px){
  .anchor_link_area{
    z-index: 10;
    position: relative;
  }
  .anchor_link{
    position: relative;
  }

  .anchor_link::after{
    content: "";
    position: absolute;
    right: 2rem;
    left: auto;
    bottom: 53%;
    border-right: solid 2px #0A62C1;
    border-top: solid 2px #0A62C1;
    -webkit-transform: translateY(50%) rotate(135deg);
    transform: translateY(50%) rotate(135deg);
    width: 1rem;
    height: 1rem
  }
}

.campaign_bg-pink{
  background-color: #F5EBF1;
}

.campaign_single{
  max-width: 34.375rem;
  margin: 2rem auto 0 auto;
  padding: 1.5rem 1.25rem;
}

@media screen and (min-width: 769px){
  .campaign_bg-pink{
    width: 58.33333%;
    background-color: #F5EBF1;
    margin: 3rem auto 0 auto;
  }

  .campaign_single{
    width: 100%;
    padding: 2.5rem;
  }
}

.mt-15{
  margin-top: 1.5rem;
}

.pcOnly{
  display: none !important;
}
@media screen and (min-width: 769px){
  .spOnly{
    display: none !important;
  }
  .pcOnly{
    display: block !important;
  }
}

#bedore-webagent-inner{
  display: none !important;
}

/* 追加CSS */

.hidden-label {
  position: fixed;
  left: -100vw;
  top: -100vh;
}

.faq__list .txt-q span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #0A62C1;
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media screen and (min-width: 769px) {
  .faq__list .txt-q span {
    font-size: 1.5rem;
  }
}

.faq__list .txt-a span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #F05555;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
}
@media screen and (min-width: 769px) {
  .faq__list .txt-a span {
    font-size: 1.5rem;
  }
}

.common__ttl .common__ttl-en {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #F9D849;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .common__ttl .common__ttl-en {
    font-size: 1.5rem;
    color: #0A62C1;
    margin-bottom: 0.5rem;
  }
  .common__ttl.opening__ttl .common__ttl-en {
    color: #f9d849;
  }

}
