@charset "utf-8";
/* 
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */
/* html {
  scroll-behavior: auto;
  //scroll-behavior: smooth;
} */

/* util
++++++++++++++++++++++++++++++++++++++++ */
.u-maw_260 {
  max-width: 260px !important;
}

.u-maw_324 {
  max-width: 324px !important;
}
.u-maw_360 {
  max-width: 360px !important;
}
.u-maw_416 {
  max-width: 416px !important;
}

@media (min-width: 768px) {
  .u-mt_56-pc {
    margin-top: 56px !important;
  }
  .u-maw_240-pc {
    max-width: 240px !important;
  }
  .u-maw_296-pc {
    max-width: 296px !important;
  }

}


/* layout
++++++++++++++++++++++++++++++++++++++++ */
.l-main.camp-main {
  margin: 0 auto;
  padding-top: 0;
  color: #0a1f33;
}
.camp-main a:hover {
  color: #0067c3;
}

@media (max-width: 767.98px) {
  .l-main.camp-main {
    max-width: 672px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .u-pc-hidden {
    display: block;
  }
  section + section {
    margin-top: 72px;
  }
}
@media (min-width: 768px) {
  .l-main.camp-main {
    margin-top: 0;
    width: 720px;
  }
  .u-pc-hidden {
    display: none;
  }
  section + section {
    margin-top: 96px;
  }
}
@media (hover: hover) {
  .l-container a {
    display: block;
    transition: all ease 0.3s;
    filter: brightness(100%);
    transform: translateZ(0px);
  }
  .l-container a:hover {
    filter: brightness(112%);
  }
}


/* module
++++++++++++++++++++++++++++++++++++++++ */

/* heading ++++++++++++++++++++ */
.camp-ttl-01 {
  line-height: 1.3333;
  line-height: 1;
  text-align: center;
}
.camp-ttl-02 {
  margin: 16px auto;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.camp-ttl-03 {
  margin: 16px auto;
  font-weight: bold;
  text-align: center;
  line-height: 1.4444;
}

@media (max-width: 767.98px) {
  .camp-ttl-01 {
    margin: 16px auto;
    font-size: 2.4rem;
  }
  .camp-ttl-02 {
    font-size: 1.8rem;
  }
  .camp-ttl-03 {
    margin-top: 72px;
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .camp-ttl-01 {
    margin: 0 auto 24px;
    font-size: 3.2rem;
  }
  .camp-ttl-02 {
    font-size: 2.4rem;
  }
  .camp-ttl-03 {
    margin-top: 96px;
    font-size: 3.6rem;
  }
}

/* cta ++++++++++++++++++++ */
.camp-cta {
  margin: 0 auto;
  background-color: #f3f4f5;
  border-radius: 8px;
  line-height: 1.5;
}
.camp-cta + .camp-cta {
  margin: 0 auto;
}
.camp-cta.-nowrap {
  background: none;
}
.camp-cta.-update {
  padding: 0;
  background: none;
}

.camp-cta-link > a {
  text-align: center;
  display: block;
}
.camp-cta > dl {
  max-width: 512px;
  margin: 0 auto;
  text-align: center;
}
.camp-cta > dl > dt {
  margin: 0 auto 16px;
  font-weight: bold;
  line-height: 1.5;
}
.camp-cta > dl > dt::before,
.camp-cta > dl > dt::after {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/corp/campaign/fund_update/images/20250926/icon-cta-decoration.svg);
  content: "";
}
.camp-cta > dl > dt::before {
  transform: scaleX(-1);
  margin-right: 7px;
}
.camp-cta > dl > dt::after {
  margin-left: 6px;
}

.camp-cta.-nowrap dt > img {
  line-height: 1;
}
.camp-cta > dl > dd {
  margin: 0;
}
.camp-cta > dl > dd + dd {
  margin-top: 8px;
  font-size: 1.4rem;
}
.camp-cta > ._kouza > dd > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin: 0;
  padding: 14px 8px;
  border: 1px solid transparent;
  border-radius: 100vh;
  line-height: 1;
  letter-spacing: 0.125em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}
.camp-cta > ._kouza > dd > a {
  background: #ef2e42;
  color: #fff;
}
.camp-cta.-nowrap dd > a::after {
  margin-left: 34px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0px 5px;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 767.98px) {
  .camp-cta {
    margin: 0 auto 24px;
    padding: 24px 16px;
  }
  .camp-cta.-nowrap {
    padding: 0 16px;
  }
  .camp-cta.-nowrap dd > a {
    text-indent: 32px;
    font-size: 1.6rem;
  }
  .camp-cta.-nowrap dt > img {
    width: 230px;
  }
  .camp-cta > dl + dl {
    margin-top: 32px;
  }
  .camp-cta > dl > dd + dd {
    text-align: left;
  }
  .camp-cta-link > a {
    margin-top: 24px;
  }
  .camp-cta > ._kouza > dd > a::after {
    margin-left: 32px;
  }
}
@media (min-width: 768px) {
  .camp-cta {
    margin: 0 auto 32px;
    padding: 32px 0;
  }
  .camp-cta.-nowrap {
    padding: 0;
  }
  .camp-cta.-nowrap dd > a {
    text-indent: 34px;
  }
  .camp-cta.-nowrap dt > img {
    width: 296px;
  }
  .camp-cta > dl + dl {
    margin-top: 40px;
  }
  .camp-cta-link > a {
    margin-top: 32px;
  }
  .camp-cta > ._kouza > dd > a::after {
    margin-left: 34px;
  }
}

/* hero
++++++++++++++++++++++++++++++++++++++++ */
.camp-hero {
  position: relative;
  max-width: 888px;
  margin: 0 auto;
}
.camp-hero img {
  width: 100%;
}
.camp-hero > h1 {
  position: relative;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .camp-hero {
    width: 100%;
    margin-bottom: 72px;
  }
  .camp-hero > p {
    width: calc(100% - 32px);
    margin: 16px 16px 0;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .camp-hero {
    margin-top: 32px;
    margin-bottom: 64px;
  }
  .camp-hero > h1 {
    overflow: hidden;
    border-radius: 8px;
  }
  .camp-hero > p {
    width: 100%;
    margin: 16px 0 0;
  }
}

/* end */
.camp-hero > ._endcamp {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.5);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transform: translateZ(0px);
}
.camp-hero > ._endcamp > p {
  flex-grow: 1;
  padding: 16px 0;
  border: 2px solid #fff;
  color: #CC0000;
  background: rgba(255,245,225,0.85);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}


/* accordion制御用
++++++++++++++++++++++++++++++++++++++++ */
[data-togglebox-panel] {
  display: block;
  overflow: hidden;
  transition: height 0.3s ease;
}
[data-togglebox]:not(.is-open) [data-togglebox-panel] {
  height: 0;
}

.togglebox-btn {
  cursor: pointer;
}
.togglebox-btn::before {
  display: block;
  content: "▼ 詳しく見る";
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
[data-togglebox].is-open .togglebox-btn::before {
  content: "▲ 閉じる";
}
[data-togglebox]:not(.is-open) [data-togglebox-panel] {
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .togglebox-btn::before {
    margin-top: 24px;
  }
  [data-togglebox].is-open .togglebox-btn::before {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .togglebox-btn::before {
    margin-top: 32px;
  }
  [data-togglebox].is-open .togglebox-btn::before {
    margin-top: 44px;
  }
}



/* accordionWrap
++++++++++++++++++++++++++++++++++++++++ */
.accordionWrap {
  height: auto;
  border-radius: 8px;
  /* border: solid 1px #8d8d8d; */
  box-shadow: 0 0 0 1px #8d8d8d inset;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .accordionWrap {
    width: 100%;
    padding: 24px 16px 32px;
  }
  .accordionWrap + .accordionWrap {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .accordionWrap {
    width: 720px;
    padding: 32px 32px 40px;
  }
  .accordionWrap + .accordionWrap {
    margin-top: 32px;
  }
}

/* update
++++++++++++++++++++++++++++++++++++++++ */
.fund_update-date {
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: 1.5;
}
.fund_update-date.-new {
  background: url(/corp/campaign/fund_update/images/icon-new@2x.webp) no-repeat left center;
}
@media (max-width: 767.98px) {
  .fund_update-date {
    min-height: 24px;
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .fund_update-date.-new {
    background-size: 54px;
    padding-left: 62px;
  }
}
@media (min-width: 768px) {
  .fund_update-date {
    min-height: 28px;
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
  .fund_update-date.-new {
    background-size: 64px;
    padding-left: 72px;
  }
}

/* badge
++++++++++++++++++++++++++++++++++++++++ */
.fund_update-badge {
  display: flex;
  gap: 8px;
  margin: 16px auto;
  padding: 0;
  list-style: none;
}
.fund_update-badge > * {
  height: 22px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #2ba313;
  margin: 0;
  padding: 0 4px;
  border: solid 1px #2ba313;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .fund_update-badge {
    margin-top: 8px;
  }
  .fund_update-badge > * {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .fund_update-badge > * {
    font-size: 1.4rem;
  }
}

/* badge
++++++++++++++++++++++++++++++++++++++++ */
.fund_update-btn_buy a,
.fund_update-btn_detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
  max-width: 280px;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.141em;
  color: #fff;
  border-radius: 100vh;
  background-color: #0046a0;
}
.fund_update-btn_buy a {
  height: 56px;
  letter-spacing: 0.141em;
  color: #fff;
  border-radius: 100vh;
  background-color: #0046a0;
}
.fund_update-btn_detail a {
  background-image: url(/corp/campaign/fund_update/images/icon-arrowdown.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  height: 46px;
  letter-spacing: 0.125em;
  color: #0046a0;
  border-radius: 28px;
  border: solid 2px #0046a0;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .fund_update-btn_detail,
  .fund_update-btn_buy {
    margin-top: 16px;
  }

}
@media (min-width: 768px) {
  .fund_update-btn_detail,
  .fund_update-btn_buy {
    margin-top: 24px;
  }
}

/* dl list
++++++++++++++++++++++++++++++++++++++++ */
.fund_update-item,
.fund_update-item dt,
.fund_update-item dd {
  margin: 0;
  padding: 0;
}
.fund_update-item._pickup ._ttl,
.fund_update-item > dt {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
.fund_update-item._pickup ._img,
.fund_update-item dd ._img {
  margin: 16px 0 16px;
  text-align: center;
}
.fund_update-item ._img picture {
  display: block;
}
.fund_update-item > dd ._txt {
  line-height: 1.75;
}

.fund_update-item._pickup ul {
  margin: 0;
}
.fund_update-item._pickup ul li {
  padding: 0;
  margin: 0;
}
.fund_update-item > dd ._txt > span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  /* color: #0a1f33; */
}
@media (max-width: 767.98px) {
  .fund_update-item._pickup + ._pickup {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .fund_update-item + dl {
    margin-top: 48px;
  }
  .fund_update-item > dt,
  .fund_update-item._pickup ._ttl {
    font-size: 1.8rem;
  }
  .fund_update-item > dd ._txt,
  .fund_update-item._pickup ._txt {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .fund_update-item._pickup + ._pickup {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .fund_update-item + dl {
    margin-top: 56px;
  }
  .fund_update-item dt,
  .fund_update-item._pickup ._ttl {
    font-size: 2rem;
  }
  .fund_update-item dd {
  }
  .fund_update-item._pickup dd ._img,
  .fund_update-item._pickup ._img {
    margin: 24px 0;
  }
}

/* next-release 
++++++++++++++++++++++++++++++++++++++++ */
.next-release {
  margin: 0 0 8px;
  border-radius: 8px;
  background-color: #f7f7f7;
  line-height: 1.5;
}
.next-release ._ttl{
  text-align: center;
}
.next-release ._txt{
  margin-top: 8px;
  font-weight: bold;
}
.next-release-note {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .next-release {
    padding: 24px 16px;
    width: 100%;
  }
  .next-release ._ttl{
    font-size: 1.6rem;
  }
  .next-release ._txt{
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .next-release {
    padding: 32px;
    width: 720px;
    /* min-height: 160px; */
  }
  .next-release ._ttl{
    font-size: 1.8rem;
  }
  .next-release ._txt{
    font-size: 2rem;
  }
}

/* bnr-area
++++++++++++++++++++++++++++++++++++++++ */
.bnr-area {
  margin: 48px auto;
}
.bnr-area ._ttl {
  text-align: center;
}
.bnr-area a {
  display: block;
  margin: auto;
}
@media (max-width: 767.98px) {
  .bnr-area {
    margin: 72px auto;
  }
  .bnr-area a + a {
    margin-top: 16px;
  }
  .bnr-area a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .bnr-area {
    margin: 96px auto;
    width: 720px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .bnr-area a {
    width: 342px;
    height: 94px;
  }
  .bnr-area a:hover {
    filter: brightness(100%);
    opacity: 0.7;
  }
}


/* 特徴
++++++++++++++++++++++++++++++++++++++++ */
.fund_update-feature {
  margin: 16px auto;
  padding: 24px;
  border-radius: 8px;
  background: var(--color-light-gray);
  font-size: 1.6rem;
}
.fund_update-feature > dt {
  margin: 0 auto 8px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.fund_update-feature > dd {
  display: list-item;
  margin-left: 0.75em;
}
.fund_update-feature.-nostyle > dd {
  display: block;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .fund_update-feature {
    padding-inline: 16px;
  }
}
@media (min-width: 768px) {
  .fund_update-feature {
    padding-inline: 32px;
  }
}


/* 選べるファンド
++++++++++++++++++++++++++++++++++++++++ */
:root {
  --choices-color-type1: #1a772f;
  --choices-color-type2: #c11920;
  --choices-color-type3: #006f97;
  --choices-color-type4: #ec9400;
  --choices-color-type5: #537ca0;
}

.choices-nav {
  display: grid;
  gap: 24px;
}
.choices-nav ._item {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 0 1px #d9d9d9 inset;
  text-decoration: none;
}
.choices-nav ._item > strong {
  display: block;
  margin: 0;
  padding: 4px 0 0;
  background-color: var(--label-bgc);
  color: #fff;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;

}
.choices-nav ._item.-popularity > strong::before,
.choices-nav ._item.-popularity > strong::after {
  position: relative;
  top: -4px;
  display: block;
  width: 70px;
  height: 30px;
  line-height: 1;
}
.choices-nav ._item.-popularity > strong::before {
  background-image: url(/corp/campaign/fund_update/images/icon-popularity-white.svg);
  content: "";
}

.choices-nav ._item > p {
  position: relative;
  display: block;
  margin: 0;
  font-size: 1.6rem;
}
.choices-nav ._item > p::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/icon/link/icon-link-pagelink.svg);
  content: "";
}
.choices-nav ._item > p > small {
  display: block;
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.choices-nav ._item[href*="#type1"] {
  --label-bgc: var(--choices-color-type1);
}
.choices-nav ._item[href*="#type2"] {
  --label-bgc: var(--choices-color-type2);
}
.choices-nav ._item[href*="#type3"] {
  --label-bgc: var(--choices-color-type3);
}
.choices-nav ._item[href*="#type4"] {
  --label-bgc: var(--choices-color-type4);
}
.choices-nav ._item[href*="#type5"] {
  --label-bgc: var(--choices-color-type5);
}

@media (max-width: 767.98px) {
  .choices-nav {
    margin-bottom: 72px;
  }
  .choices-nav ._item.-popularity > strong {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    justify-content: center;
    padding: 6px 0 4px;
  }
  .choices-nav ._item.-popularity > strong::before,
  .choices-nav ._item.-popularity > strong::after {
    top: -3px;
    content: "";
  }
  .choices-nav ._item.-popularity > strong::before,
  .choices-nav ._item.-popularity > strong::after {
    margin-inline: 16px;
  }
  .choices-nav ._item > p {
    padding: 16px 40px 16px 16px;
  }
  .choices-nav ._item > p::after {
    right: 8px;
  }
}
@media (min-width: 768px) {
  .choices-nav {
    margin-bottom: 96px;
  }
  .choices-nav ._item {
    display: grid;
    grid-template-columns: 162px 1fr;
    min-height: 104px;
  }
  .choices-nav ._item > strong {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
  }
  .choices-nav ._item.-popularity > strong {
    font-size: 2rem;
  }
  .choices-nav ._item.-popularity > strong::before {
    left: -6px;
    margin-bottom: 4px;
    margin-inline: auto;
  }

  .choices-nav ._item > p {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 20px 72px 20px 24px;
  }
  .choices-nav ._item > p::after {
    right: 24px;
  }
}

/*******************/
.choices-ttl {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  margin: 16px auto;
  border-radius: 8px 8px 0 0;
  background: var(--ttl-bgc);
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.choices-ttl.-popularity::before,
.choices-ttl.-popularity::after {
  position: relative;
  top: -2px;
  display: block;
  width: 70px;
  height: 30px;
  line-height: 1;
  content: "";
}
.choices-ttl.-popularity::before {
  background-image: url(/corp/campaign/fund_update/images/icon-popularity-white.svg);
}

.choices-ttl[id*="type1"] {
  --ttl-bgc: var(--choices-color-type1);
}
.choices-ttl[id*="type2"] {
  --ttl-bgc: var(--choices-color-type2);
}
.choices-ttl[id*="type3"] {
  --ttl-bgc: var(--choices-color-type3);
}
.choices-ttl[id*="type4"] {
  --ttl-bgc: var(--choices-color-type4);
}
.choices-ttl[id*="type5"] {
  --ttl-bgc: var(--choices-color-type5);
}

@media (max-width: 767.98px) {
  .choices-ttl {
    padding: 10px 0;
    font-size: 2rem;
  }
  .choices-ttl.-popularity::before {
    margin-right: 24px;
  }
  .choices-ttl.-popularity::after {
    margin-left: 24px;
  }
}
@media (min-width: 768px) {
  .choices-ttl {
    padding: 14px;
    font-size: 2.4rem;
  }
  .choices-ttl.-popularity::before,
  .choices-ttl.-popularity::after {
    margin-inline: 16px;
  }
}

/* choices-sect
++++++++++++++++++++++++++++++++++++++++ */
.choices-sect:not(:last-of-type) {
  border-bottom: 1px solid #d9d9d9;
}


@media (max-width: 767.98px) {
  .choices-sect {
    margin: 48px 0 0;
  }
  .choices-sect:not(:last-of-type) {
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .choices-sect {
    margin: 56px 0 0;
  }
  .choices-sect:not(:last-of-type) {
    padding-bottom: 56px;
  }
}

/* article
++++++++++++++++++++++++++++++++++++++++ */
.fund_update-article {
  margin: auto;
}

.fund_update-article > ._ttl {
  margin: 16px auto;
  line-height: 1.5;
}
.fund_update-article > ._txt {
  margin: 16px auto;
  font-size: 1.6rem;
}
.fund_update-article > ._data {
  display: grid;
}
.fund_update-article > ._data figure {
  margin: 0;
}
.fund_update-article ._note {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .fund_update-article ~ .fund_update-article {
    margin-top: 48px;
  }
  .fund_update-article > ._ttl {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .fund_update-article > ._data {
    gap: 16px;
    margin-block: 16px;
  }
}
@media (min-width: 768px) {
  .fund_update-article ~ .fund_update-article {
    margin-top: 56px;
  }
  .fund_update-article > ._ttl {
    font-size: 2rem;
  }
  .fund_update-article > ._data {
    align-items: start;
    grid-template-columns: auto 336px;
    gap: 24px;
    margin-block: 24px;
  }
}

/* datatable
++++++++++++++++++++++++++++++++++++++++ */
.fund_update-datatable {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #d9d9d9;
}
.fund_update-datatable dt {
  margin: 0;
  padding: 15px 16px;
  background: var(--color-light-gray);
  font-size: 1.6rem;
}
.fund_update-datatable dt ~ dt {
  border-top: 1px solid #d9d9d9;
}

.fund_update-datatable dd {
  margin: 0;
  padding: 15px 16px;
}


.check-list {
  list-style-type: none;
  padding: 0 0 0 0;

}
.check-list li {
  background-image: url(/corp/campaign/fund_update/images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-position: left 0 top 3px;
  padding: 0 0 0 2em;
}
.check-list li + li {
  margin-top: 8px;
}
.note-list {
  color: #848484;
  line-height: 1.5;
}

.fund-brands-sec {}
.fund-brands-sec .camp-ttl-02 {
  padding-bottom: 10px;
  border-bottom: solid 4px #f3f4f5;
} 
.fund-brands-sec ._read {
  text-align: center;
  color: #0046a0;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.fund-brands-sec ._read mark {
  color: #0046a0;
}
.fund-brands-sec ._caption {
  text-align: center;
}
.fund-brands-sec h4 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #1264d4;
  margin-bottom: 8px;
}
.fund-brands-sec h4 span {
  font-size: 2.4rem;
}
.fund-brands-sec h4 span b {
  font-size: 3.2rem;
}
.annotation {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: justify;
  color: #848484;
}
.annotation li {
  padding: 0;
}
.annotation ._note {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .fund-brands-sec ._read {
    font-size: 1.4rem;
  }
  .fund-brands-sec ._read mark {
    font-size: 1.8rem;
  }
  .fund-brands-sec ._read mark strong {
    font-size: 2.6rem;
  }
  .fund-brands-sec ._caption {
    font-size: 1.4rem;
  }
  .fund-brands-sec h4 {
    font-size: 1.4rem;
  }
  .fund-brands-sec h4 span {
    font-size: 1.8rem;
  }
  .fund-brands-sec h4 span b {
    font-size: 2.4rem;
  }
  .annotation {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .fund-brands-sec ._read {
    font-size: 2rem;
  }
  .fund-brands-sec ._read mark {
    font-size: 2.4rem;
  }
  .fund-brands-sec ._read mark strong {
    font-size: 4rem;
  }
  .fund-brands-sec ._caption {
    font-size: 1.6rem;
  }
  .fund-brands-sec h4 {
    font-size: 1.6rem;
  }
  .fund-brands-sec h4 span {
    font-size: 2.4rem;
  }
  .fund-brands-sec h4 span b {
    font-size: 3.2rem;
  }
  .annotation {
    font-size: 1.4rem;
  }
}



/* 20250825
++++++++++++++++++++++++++++++++++++++++ */
.updata-20250825 ._lead-01 {
  margin: 0 auto 16px;
  font-weight: bold;
  text-align: center;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
}
.updata-20250825 ._lead-01 > small {
  display: block;
  font-style: normal;
}
.updata-20250825 ._lead-02 {
  margin: 0 auto 16px;
  font-weight: bold;
  text-align: center;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
}

.updata-20250825 ._ttl-01 {
  font-weight: bold;
  text-align: center;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
}

.updata-20250825 ._bubble {
  position: relative;
  margin: 0 auto 16px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #d9d9d9;
  font-weight: bold;
  line-height: 1.5;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
  text-align: center;
}
.updata-20250825 ._bubble::after  {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
  display: block;
  width: 10px;
  height: 10px;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.updata-20250825 ._setup {
  display: grid;
  margin: 0 auto;
}
.updata-20250825 ._setup figure {
  display: block;
  margin: 0;
}
.updata-20250825 ._setup ol {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.updata-20250825 ._setup li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.updata-20250825 ._setup li:not(:last-child) {
  padding-left: 32px;
}
.updata-20250825 ._setup li:not(:last-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  transform: translateY(-2px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.updata-20250825 ._setup li:nth-child(1)::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/no1.svg);
}
.updata-20250825 ._setup li:nth-child(2)::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/no2.svg);
}
.updata-20250825 ._setup li:nth-child(3)::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/no3.svg);
}
.updata-20250825 ._setup li:not(:first-child) {
  margin-top: 24px;
}
.updata-20250825 ._setup li:last-child {
  list-style: none;
  padding: 18px 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/corp/campaign/fund_update/images/20250825/img_06.svg);

  color: #f5480f;
  font-size: 2rem;
  line-height: 1.5;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-align: center;
}

.updata-20250825 ._course {
  display: grid;
  margin: 0 auto;
  padding: 0;
}
.updata-20250825 ._course dl {
  margin: 0;
  padding: 0;
}
.updata-20250825 ._course dt {
  margin: 0 auto;
  padding: 17px 16px 15px;
  border-radius: 8px;
  background-color: #51a5ce;
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: bold;
}
.updata-20250825 ._course dt.-new::before {
  display: inline-block;
  min-width: 56px;
  margin-right: 8px;
  border-radius: 100vh;
  background-color: #fff;
  vertical-align: top;
  text-align: center;
  color: #f5480f;
  font-size: 1.4rem;
  line-height: 2.4rem;
  content: "NEW";
}
.updata-20250825 ._course dd {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.updata-20250825 ._course dd::before {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 72px auto;
  content: "";
}
.updata-20250825 ._course > dl:nth-child(1) dd::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/img_02.svg);
}
.updata-20250825 ._course > dl:nth-child(2) dd::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/img_03.svg);
}
.updata-20250825 ._course > dl:nth-child(3) dd::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/img_04.svg);
}
.updata-20250825 ._course p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .updata-20250825 ._lead-01 {
    margin-top: 24px;
    font-size: 2rem;
  }
  .updata-20250825 ._lead-01 > small {
    font-size: 1.6rem;
  }
  .updata-20250825 ._lead-02 {
    font-size: 2rem;
  }
  .updata-20250825 ._ttl-01 {
    font-size: 2.4rem;
  }

  .updata-20250825 ._setup {
    gap: 32px;
  }
  .updata-20250825 ._setup ol {
    max-width: fit-content;
    padding: 0 6px;
  }

  .updata-20250825 ._course {
    gap: 48px;
    font-size: 16px;
  }
  .updata-20250825 ._course dd::before {
    display: block;
    height: 72px;
    margin: 16px auto 20px;
  }
}
@media (min-width: 768px) {
  .updata-20250825 ._lead-01 {
    margin-top: 32px;
    font-size: 2.4rem;
  }
  .updata-20250825 ._lead-02 {
    font-size: 2.4rem;
  }
  .updata-20250825 ._lead-01 > small {
    font-size: 1.8rem;
  }
  .updata-20250825 ._ttl-01 {
    font-size: 3.2rem;
  }

  .updata-20250825 ._setup {
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 40px;
    padding: 0 28px;
  }

  .updata-20250825 ._course {
    gap: 64px;
  }
  .updata-20250825 ._course dd {
    margin-top: 24px;
    margin-inline: 48px;
    padding-left: 104px;
  }
  .updata-20250825 ._course dd::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 72px;
  }
}


/* 20250926
++++++++++++++++++++++++++++++++++++++++ */
.updata-20250926 {}

.updata-20250926 ._bullbear-nav {
  display: grid;
  gap: 16px;
  margin: 72px auto;
  padding: 0;
}
.updata-20250926 ._bullbear-nav li {
  display: contents;
}
.updata-20250926 ._bullbear-nav a {
  position: relative;
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 0 2px currentColor inset;
  color: #0067c3;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  text-decoration: none;
}
.updata-20250926 ._bullbear-nav a::before {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.updata-20250926 ._bullbear-nav li:nth-child(1) a::before {
  background-image: url(/corp/campaign/fund_update/images/20250926/icon-good.svg);
}
.updata-20250926 ._bullbear-nav li:nth-child(2) a::before {
  background-image: url(/corp/campaign/fund_update/images/20250926/icon-bull.svg);
}
.updata-20250926 ._bullbear-nav li:nth-child(3) a::before {
  background-image: url(/corp/campaign/fund_update/images/20250926/icon-bear.svg);
}
.updata-20250926 ._bullbear-nav a::after {
  position: absolute;
  display: block;
  width: 16px;
  height: 10px;
  background-position: center center;
  background-size: contain;
  background-image: url(/corp/campaign/fund_update/images/20250926/icon-arrow.svg);
  content: "";
}

.updata-20250926 ._merit {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: bullbear-merit;
}
.updata-20250926 ._merit li {
  margin: 0;
  padding: 0;
}
.updata-20250926 ._merit li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100vh;
  background: #0067c3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
  counter-increment: bullbear-merit;
  content: counter(bullbear-merit);
}
.updata-20250926 ._merit strong {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}
.updata-20250926 ._merit ._img {
  max-width: 296px;
  margin: 16px auto;
}

.updata-20250926 ._lead-01 {
  margin: 16px auto;
  color: #0067c3;
  font-weight: bold;
  text-align: center;
}

.updata-20250926 ._bubble {
  position: relative;
  margin: 0 auto 16px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #e6eff7;
  font-weight: bold;
  line-height: 1.5;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
  text-align: center;
}
.updata-20250926 ._bubble::after  {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
  display: block;
  width: 10px;
  height: 10px;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

@media (max-width: 767.98px) {
  .updata-20250926 ._bullbear-nav {
  }
  .updata-20250926 ._bullbear-nav a {
    padding: 22px 54px;
  }
  .updata-20250926 ._bullbear-nav a::before {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .updata-20250926 ._bullbear-nav a::after {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  .updata-20250926 ._merit li::before {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .updata-20250926 ._merit li {
    margin-top: 48px;
  }
  .updata-20250926 ._merit strong {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .updata-20250926 ._lead-01 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .updata-20250926 ._bullbear-nav {
    grid-template-columns: repeat(3, 1fr);
  }
  .updata-20250926 ._bullbear-nav a {
    padding: 36px 8px 32px;
    text-align: center;
  }
  .updata-20250926 ._bullbear-nav a::before {
    top: 8px;
    left: 50%;
    transform: translatex(-50%);
  }
  .updata-20250926 ._bullbear-nav a::after {
    bottom: 8px;
    left: 50%;
    transform: translatex(-50%);
  }

  .updata-20250926 ._merit li::before {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
  .updata-20250926 ._merit strong {
    font-size: 2.4rem;
  }

  .updata-20250926 ._lead-01 {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 2.4rem;
  }
}

/* 20251024
++++++++++++++++++++++++++++++++++++++++ */
.updata-20251024 a {
  display: revert;
  color: var(--c-text-link-hover);
}
.updata-20251024 .camp-ttl-01 {
  line-height: 1.5;
}

.updata-20251024 ._ttl-01 {
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  background: #8edfe1;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.updata-20251024 ._ttl-01 small {
  display: block;
  margin-bottom: 8px;
  line-height: 2.4rem;
}
.updata-20251024 ._ttl-01 b {
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
}
.updata-20251024 ._ttl-01 span {
  display: block;
  width: 80px;
  margin: 0 auto 8px;
  border-radius: 100vh;
  background-color: var(--color-rich-black);
  color: #fff;
  text-align: center;

  font-size: 1.6rem;
  line-height: 2.4rem;
}

.updata-20251024 ._lead-01 {
  margin: 0 auto 16px;
  font-weight: bold;
  text-align: center;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
}
.updata-20251024 ._lead-01 > small {
  display: block;
  font-style: normal;
}

.updata-20251024 ._lead-02 {
  margin: 0 auto;
  color: #3db6b9;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.updata-20251024 ._bubble {
  position: relative;
  margin: 0 auto 16px;
  padding: 7px 8px;
  border-radius: 8px;
  background-color: #3db6b9;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
  text-align: center;
}
.updata-20251024 ._bubble::after  {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
  display: block;
  width: 10px;
  height: 10px;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

/* ranking */
.updata-20251024 ._rankinglist {
  margin: 0 auto;
  padding: 16px 20px;
  border-radius: 8px;
  background: #dff5f5;
  line-height: 1.5;
}
.updata-20251024 ._rankinglist > dt {
  margin: 0;
  padding: 0;
}
.updata-20251024 ._rankinglist > dd {
  position: relative;
  margin: 12px auto 0;
  padding: 0 0 0 24px;
  font-weight: bold;
}
.updata-20251024 ._rankinglist > dd::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/corp/campaign/fund_update/images/20251024/check.svg);
  content: "";
}


/**/
.updata-20251024 ._step2box figure,
.updata-20251024 ._step2box ul {
  margin: 0 auto;
  line-height: 1.5;
}

/**/
.updata-20251024 ._annotation {
  padding: 16px;
  background-color: #ffefef;
  font-size: 1.4rem;
  line-height: 1.5;
}

.updata-20251024 ._step2box > div:nth-of-type(1) figure {
  position: relative;
}
.updata-20251024 ._step2box > div:nth-of-type(1) figure::after {
  position: absolute;
  display: block;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/corp/campaign/fund_update/images/20251024/arrow.svg);
  content: "";
}

.updata-20251024 ._step4 ._step2box > div:nth-of-type(1) figure::after {
  content: none;
}

/* m-qr-wrap */
.m-qr-wrap {
}
.m-qr-wrap ._qr-item strong {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767.98px) {
  .m-qr-wrap ._qr-item { margin: 0 auto; width: fit-content;}
  .m-qr-wrap ._qr-item ._qr-img,
  .m-qr-wrap ._qr-item a,
  .m-qr-wrap ._qr-item a.d-none { display: none; }
  .m-qr-wrap ._qr-item a.d-block { display: block; }
  .m-qr-wrap ._qr-item a img { width: 200px; }
  .m-qr-wrap ._qr-item strong { display: none; }

  /**/
  .updata-20251024 ._step2box > div:nth-of-type(1) figure {
    padding-bottom: 68px;
  }
  .updata-20251024 ._step2box > div:nth-of-type(1) figure::after {
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .m-qr-wrap {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin: auto;
  }
  .m-qr-wrap ._qr-item {
    width: 162px;
    text-align: center;
  }
  .m-qr-wrap ._qr-item ._qr-img {
    width: auto;
    width: 128px;
    margin-bottom: 24px;
  }
  .m-qr-wrap ._qr-item a { transition: opacity .25s ease; }
  .m-qr-wrap ._qr-item a:hover { opacity: .7; }


  /**/
  .updata-20251024 ._step2box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 64px;
  }
  .updata-20251024 ._step2box > div {
    display: contents;
  }
  .updata-20251024 ._step2box > div > figure {
    order: 1;
  }
  .updata-20251024 ._step2box > div:nth-of-type(1) figure::after {
    top: 250px;
    right: -48px;
    transform: rotate(-90deg);
  }

}



/*
.updata-20251024 ._lead-02 {
  margin: 0 auto 16px;
  font-weight: bold;
  text-align: center;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
}

.updata-20251024 ._ttl-01 {
  font-weight: bold;
  text-align: center;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
}

.updata-20251024 ._bubble {
  position: relative;
  margin: 0 auto 16px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #d9d9d9;
  font-weight: bold;
  line-height: 1.5;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
  text-align: center;
}
.updata-20251024 ._bubble::after  {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
  display: block;
  width: 10px;
  height: 10px;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.updata-20251024 ._setup {
  display: grid;
  margin: 0 auto;
}
.updata-20251024 ._setup figure {
  display: block;
  margin: 0;
}
.updata-20251024 ._setup ol {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.updata-20251024 ._setup li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.updata-20251024 ._setup li:not(:last-child) {
  padding-left: 32px;
}
.updata-20251024 ._setup li:not(:last-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  transform: translateY(-2px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.updata-20251024 ._setup li:nth-child(1)::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/no1.svg);
}
.updata-20251024 ._setup li:nth-child(2)::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/no2.svg);
}
.updata-20251024 ._setup li:nth-child(3)::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/no3.svg);
}
.updata-20251024 ._setup li:not(:first-child) {
  margin-top: 24px;
}
.updata-20251024 ._setup li:last-child {
  list-style: none;
  padding: 18px 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/corp/campaign/fund_update/images/20250825/img_06.svg);

  color: #f5480f;
  font-size: 2rem;
  line-height: 1.5;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-align: center;
}

.updata-20251024 ._course {
  display: grid;
  margin: 0 auto;
  padding: 0;
}
.updata-20251024 ._course dl {
  margin: 0;
  padding: 0;
}
.updata-20251024 ._course dt {
  margin: 0 auto;
  padding: 17px 16px 15px;
  border-radius: 8px;
  background-color: #51a5ce;
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  text-indent: 0.025em;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: bold;
}
.updata-20251024 ._course dt.-new::before {
  display: inline-block;
  min-width: 56px;
  margin-right: 8px;
  border-radius: 100vh;
  background-color: #fff;
  vertical-align: top;
  text-align: center;
  color: #f5480f;
  font-size: 1.4rem;
  line-height: 2.4rem;
  content: "NEW";
}
.updata-20251024 ._course dd {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.updata-20251024 ._course dd::before {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 72px auto;
  content: "";
}
.updata-20251024 ._course > dl:nth-child(1) dd::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/img_02.svg);
}
.updata-20251024 ._course > dl:nth-child(2) dd::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/img_03.svg);
}
.updata-20251024 ._course > dl:nth-child(3) dd::before {
  background-image: url(/corp/campaign/fund_update/images/20250825/img_04.svg);
}
.updata-20251024 ._course p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .updata-20251024 ._lead-01 {
    margin-top: 24px;
    font-size: 2rem;
  }
  .updata-20251024 ._lead-01 > small {
    font-size: 1.6rem;
  }
  .updata-20251024 ._lead-02 {
    font-size: 2rem;
  }
  .updata-20251024 ._ttl-01 {
    font-size: 2.4rem;
  }

  .updata-20251024 ._setup {
    gap: 32px;
  }
  .updata-20251024 ._setup ol {
    max-width: fit-content;
    padding: 0 6px;
  }

  .updata-20251024 ._course {
    gap: 48px;
    font-size: 16px;
  }
  .updata-20251024 ._course dd::before {
    display: block;
    height: 72px;
    margin: 16px auto 20px;
  }
}
@media (min-width: 768px) {
  .updata-20251024 ._lead-01 {
    margin-top: 32px;
    font-size: 2.4rem;
  }
  .updata-20251024 ._lead-02 {
    font-size: 2.4rem;
  }
  .updata-20251024 ._lead-01 > small {
    font-size: 1.8rem;
  }
  .updata-20251024 ._ttl-01 {
    font-size: 3.2rem;
  }

  .updata-20251024 ._setup {
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 40px;
    padding: 0 28px;
  }

  .updata-20251024 ._course {
    gap: 64px;
  }
  .updata-20251024 ._course dd {
    margin-top: 24px;
    margin-inline: 48px;
    padding-left: 104px;
  }
  .updata-20251024 ._course dd::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 72px;
  }
}



/* override
++++++++++++++++++++++++++++++++++++++++

@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
*/
