@charset "UTF-8";

/*--------------------------------------------
メインカラム
--------------------------------------------*/
.l-main.home {/*250212追加*/
    padding-top: var(--jsHeaderHeight);
}
/*--------------------------------------------
メインカルーセル
--------------------------------------------*/
.p-topMainVisual {
  background: #f0f0f0;
}
.p-topMainVisual .swiper {
  overflow: visible;
}
.p-topMainVisual .swiper-button-prev,
.p-topMainVisual .swiper-button-next {
  width: 46px;
  height: 46px;
  background-color: #e60012;
  border: 2px solid #e60012;
  border-radius: 50%;
}
.p-topMainVisual .swiper-button-prev::after,
.p-topMainVisual .swiper-button-next::after {
  width: 14px;
  height: 22px;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 22"><path d="M1.5 1L11.5 11L1.5 21" fill="none" stroke="%23fff" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.p-topMainVisual .swiper-button-next {
  right: -20px;
}
.p-topMainVisual .swiper-button-prev {
  left: -20px;
  transform: rotate(-180deg);
}
.p-topMainVisual .swiper-pagination-bullet {
  margin-inline: 5px !important;
  vertical-align: top;
  background: #cbcbcb;
  opacity: 1;
  transition: transform 0.3s ease-in-out;
}
.p-topMainVisual .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e60012;
  transform: scale(1.44);
}
.p-topMainVisual .swiper-toggle-button {
  border: none;
}
.p-topMainVisual .swiper-toggle-button[aria-pressed=false] {
  width: 12px;
  height: 12px;
  overflow: hidden;
  line-height: 500em;
  background: url("/assets/img/index_ic15.png") no-repeat 50% 50%;
  background-size: contain;
}
.p-topMainVisual .swiper-toggle-button[aria-pressed=true] {
  width: 11px;
  height: 12px;
  overflow: hidden;
  line-height: 500em;
  background: url("/assets/img/index_ic14.png") no-repeat 50% 50%;
  background-size: contain;
}
.p-topMainVisual .p-topMainVisual__nav {
  position: absolute;
  right: 9.3333333333vw;
  z-index: 2;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 7px;
  margin-top: -14px;
  background: #f0f0f0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.p-topMainVisual .p-topMainVisual__nav .swiper-pagination {
  position: static;
  display: flex;
  padding: 0;
  margin-right: 5px;
}
.p-topMainVisual .p-topMainVisual__nav .swiper-pagination li {
  height: 8px;
}

/*--------------------------------------------
ランキング
--------------------------------------------*/
.p-topRanking .fundSelectWrap > .tabNav {
  display: flex;
  margin: 0;
  border: none;
  background: none;
}
.p-topRanking .fundSelectWrap > .tabNav::after {
  display: none;
}
.p-topRanking .fundSelectWrap > .tabNav > li {
  width: calc(100% - 7.5px);
}
.p-topRanking .fundSelectWrap > .tabNav > li + li {
  margin-left: 10px;
}
.p-topRanking .comparisonTable {
  border: none;
}
.p-topRanking .comparisonTable thead tr {
  background: #666;
}
.p-topRanking .comparisonTable thead th {
  position: relative;
  padding: 12px 14px;
  color: #fff;
  text-align: center;
  background: #666;
  border: none;
  font-weight: 500;
}
.p-topRanking .comparisonTable thead th + th::after {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 1px;
  height: 13px;
  content: "";
  background: #d9d9d9;
}
.p-topRanking .comparisonTable thead th span, .p-topRanking .comparisonTable thead th > span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-topRanking .comparisonTable thead th .order > * {
  background: url(/assets/img/com_ic25.png) no-repeat;
}
.p-topRanking .comparisonTable tbody tr:nth-child(2n) {
  background-color: #f0f0f0;
}
.p-topRanking .comparisonTable tbody th,
.p-topRanking .comparisonTable tbody td {
  font-size: 1.6rem;
}
.p-topRanking .comparisonTable tbody td {
  padding: 15px;
  border: none;
}
.p-topRanking .comparisonTable tbody td .categoryIcon span {
  width: 24px;
  height: 24px;
  margin-inline: auto;
  background-size: contain;
}
.p-topRanking .comparisonTable tbody td .fundCheck {
  background: url(/assets/img/com_ic19.png) no-repeat 0 0;
}
.p-topRanking .comparisonTable tbody td span[class^=top] {
  padding-top: 0;
}
.p-topRanking .comparisonTable tbody td span.top1 {
  background-image: url(/assets/img/com_ic20.png);
}
.p-topRanking .comparisonTable tbody td span.top2 {
  background-image: url(/assets/img/com_ic21.png);
}
.p-topRanking .comparisonTable tbody td span.top3 {
  background-image: url(/assets/img/com_ic22.png);
}
.p-topRanking .comparisonTable tbody td:not(:first-child) {
  position: relative;
}
.p-topRanking .comparisonTable tbody td:not(:first-child)::after {
  position: absolute;
  top: calc(50% - 29px);
  left: 0;
  width: 1px;
  height: 58px;
  content: "";
  background: #d9d9d9;
}
.p-topRanking .comparisonTable tbody .bmIcon > a {
  background: url(/assets/img/com_ic26.png) no-repeat 0 0;
}
.p-topRanking .comparisonTable tbody td .fundName a {
  color: #000;
}
.p-topRanking .comparisonTable tbody td span.up, .p-topRanking .comparisonTable tbody td span.down, .p-topRanking .comparisonTable tbody td span.keep {
  display: inline-block;
  padding-top: 28px;
  min-width: 22px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 22px auto;
}
.p-topRanking .comparisonTable tbody td span.up {
  background-image: url(/assets/img/com_ic23.svg);
}
.p-topRanking .comparisonTable tbody td span.down {
  background-image: url(/assets/img/com_ic24.svg);
}
.p-topRanking .comparisonTable tbody td span.keep {
  min-width: 27px;
  background-image: url(/assets/img/com_ic54.svg);
  background-size: 27px;
  background-position: 3px 0;
}
.p-topRanking .fundSelectWrap > .tabNav > li {
  float: none;
  border: none;
  margin: 0;
  border-radius: 0;
}
.p-topRanking .fundSelectWrap > .tabNav > li > a {
  /* reset */
  padding: 0;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #666;
  text-align: center;
  text-decoration: none;
  border-bottom: 2px solid #d9d9d9;
}
.p-topRanking .fundSelectWrap > .tabNav > .on {
  color: #000;
  border-color: #e60012;
}
.p-topRanking .fundSelectWrap > .tabNav > .on > a {
  text-decoration: none;
  color: #000;
  border-color: #e60012;
}
.p-topRanking .fundSelectWrap > .tabDetail {
  margin-top: 10px;
}
.p-topRanking .fundSelectWrap > .tabDetail .tableWrap {
  padding: 0;
  margin-top: 0;
  border: 2px solid #f0f0f0;
}
.p-topRanking .fundSelectWrap > .tabDetail .tableWrap.scrollBox::before {
  display: none;
}
.p-topRanking .p-topRanking__note {
  margin-bottom: 30px;
}
.p-topRanking .p-topRanking__note p {
  margin-top: 0;
  font-size: 1.2rem;
  color: #333;
}
.p-topRanking .p-topRanking__note #overviewBtn a {
  color: #333;
  background: url(/assets/img/icon_question_bg.svg) no-repeat 0 50% !important;
}
.p-topRanking .c-button {
  padding-inline: 40px;
}

/*--------------------------------------------
資産形成ポータル
--------------------------------------------*/
.p-topService .p-topServiceItem {
  padding: 25px 20px;
  background: #f0f0f0;
  border-radius: 14px;
}
.p-topService .p-topServiceItem:not(:first-child) {
  margin-top: 30px;
}
.p-topService .p-topServiceItem dl {
  position: relative;
  z-index: 2;
}
.p-topService .p-topServiceItem dt {
  padding-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 500;
}
.p-topService .p-topServiceItem dd {
  padding-top: 20px;
}
.p-topService .p-topService__link a {
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border-radius: 14px;
}
.p-topService .p-topService__link a img {
  width: 100%;
  height: auto;
}
.p-topService .p-topService__link a figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  text-align: center;
  background: #e60012;
  border-right: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
  border-left: 2px solid #e60012;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.p-topService .p-topService__link a figcaption::after {
  display: block;
  width: 9px;
  height: 15px;
  margin-left: 10px;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 15"><path d="M1 1L7.5 7.5L1 14" fill="none" stroke="%23fff" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

/*--------------------------------------------
おすすめコンテンツ
--------------------------------------------*/
.p-topRecommend {
  padding-right: 0;
  overflow: hidden;
}
.p-topRecommend .splide__track {
  overflow: visible;
  padding-right: 30px !important;
}

/*--------------------------------------------
最新情報
--------------------------------------------*/
.p-topNews .c-heading01 {
  margin-bottom: 11px;
}
.p-topNews .c-list:not([hidden=until-found]) {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.2s;
}
.p-topNews .c-list[hidden=until-found] {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.2s;
}
.p-topNews .c-list .item__thumbnail figure {
  border-radius: 0;
}
.p-topNews .c-buttonWrap {
  margin-top: 24px;
}
.p-topNews .p-topNews__categories .list .item button {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding-inline: 5px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  text-align: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
}
.p-topNews .p-topNews__categories .list .item button[aria-selected=true] {
  color: #000;
  border-color: #e60012;
}

/*--------------------------------------------
SNS公式アカウント
--------------------------------------------*/
.p-topSns .p-topSns__button {
  display: flex;
  align-items: center;
  min-height: 84px;
  padding-inline: 22px 23px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  border-radius: 14px;
}
.p-topSns .p-topSns__button img {
  max-width: none;
}
.p-topSns .p-topSns__button._x {
  background: #000;
}
.p-topSns .p-topSns__button._x .p-topSns__buttonIcon {
  margin-right: 13px;
}
.p-topSns .p-topSns__button._linkedin {
  background: #0a66c1;
}
.p-topSns .p-topSns__button._youtube {
  background: #f00404;
}
.p-topSns .p-topSns__button._note {
  background: #000;
}
.p-topSns .p-topSns__buttonIcon {
  flex-shrink: 0;
  margin-right: 14px;
}
.p-topSns .p-topSns__buttonDesc {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.p-topSns .p-topSns__buttonDesc::after {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 17px;
  margin-left: 10px;
  content: "";
  background: url("/assets/img/icon_blank.svg") no-repeat 0 0;
  background-size: contain;
}
.p-topSns .p-topSns__desc {
  font-size: 12px;
}
.p-topSns .p-topSns__desc .p-topSns__descText {
  order: 2;
}
.p-topSns .p-topSns__desc .p-topSns__descCode {
  order: 1;
}

@media (max-width: 320px) {
  /*--------------------------------------------
  検索枠
  --------------------------------------------*/
  .p-search .c-section__inner .p-search__link {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: 0;
  }
}

@media not all and (min-width: 640px) {
  /*--------------------------------------------
  メインカラム
  --------------------------------------------*/
  .l-main.home {/*250212追加*/
    padding-top: 90px;
  }
  /*--------------------------------------------
  メインカルーセル
  --------------------------------------------*/
  .p-topMainVisual .swiper {
    margin-bottom: 1.8666666667vw;
    box-shadow: 0 0 1.3020833333vw 0 rgba(0, 0, 0, 0.2);
  }
  .p-topMainVisual .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-inline: 4px !important;
  }
  .p-topMainVisual .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.33);
  }
  .p-topMainVisual .swiper-toggle-button[aria-pressed=false] {
    width: 12px;
    height: 12px;
  }

  /*--------------------------------------------
  検索枠
  --------------------------------------------*/
  .p-search .c-section__inner {
    padding-bottom: 38px;
  }
  .p-search .c-section__inner .searchForm .searchFormInput::-moz-placeholder,
  .p-search .c-section__inner .searchForm .searchFormInput:-ms-input-placeholder,
  .p-search .c-section__inner .searchForm .searchFormInput::placeholder {
    font-size: 1.2rem;
  }
  .p-search .c-section__inner .p-search__link {
    grid-template-columns: 35.4666666667vw 38.6666666667vw;
    margin: 15px 6.1333333333vw 0;
  }

  /*--------------------------------------------
  ランキング
  --------------------------------------------*/
  .p-topRanking._right {
    padding-right: 2.6666666667vw;
  }
  .p-topRanking .fundSelectWrap > .tabNav > li > a {
    height: 39px;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData > .fundName {
    display: grid;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0 0;
    align-items: center;
    padding: 12px 15px 10px;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData > .fundName .ranking {
    grid-area: 1/1/2/2;
    padding-right: 16px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
    line-height: 1;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData > .fundName a {
    grid-area: 2/1/3/3;
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData > .fundName .categoryIcon {
    grid-area: 1/2/2/3;
    padding-top: 4px;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData > .fundName .categoryIcon span {
    display: inline-block;
    margin-left: 4px;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData.numeric > .switch {
    display: flex;
    justify-content: center;
    width: 38.9333333333vw;
    margin: 20px auto 0;
    text-decoration: none;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData.numeric > .switch > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38.9333333333vw;
    height: 40px;
    font-size: 14px;
    color: #e60012;
    background-color: #fff;
    border: 2px solid #e60012;
    border-radius: 10px;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData.numeric > .switch > span::before {
    display: none;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData.numeric > .switch > span::after {
    position: static;
    display: block;
    width: 9px;
    height: 12px;
    margin-top: 0;
    margin-left: 6px;
    content: "";
    background: url("/assets/img/arrow_red.svg") no-repeat 0 0;
    background-size: 8px auto;
    transform: rotate(90deg);
  }
  .p-topRanking .comparisonTop10 > .item > .fundData.numeric > .switch.open > span::after {
    transform: rotate(-90deg);
  }
  .p-topRanking .comparisonTop10 > .item > .fundData.numeric {
    padding: 12px 15px;
    background: #f0f0f0;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData.numeric > .dataList > li > .title {
    padding-right: 10px;
    font-size: 1.4rem;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData.numeric > .dataList > li > .data > span {
    font-size: 1.8rem;
  }
  .p-topRanking .comparisonTop10 > .item > .fundData.numeric > .addContent {
    overflow: hidden;
  }
  .p-topRanking .p-topRanking__note {
    margin-top: 21px;
    margin-bottom: 27px;
  }
  .p-topRanking .p-topRanking__note #overviewBtn {
    margin-top: 1px;
    text-align: left !important;
    background-size: 14px auto !important;
  }
  .p-topRanking .p-topRanking__note #overviewBtn a {
    padding-left: 20px !important;
  }
  .p-topRanking .c-button {
    padding-inline: 38px;
  }

  /*--------------------------------------------
  資産形成ポータル
  --------------------------------------------*/
  .p-topService {
    padding-left: 5.3333333333vw;
  }
  .p-topService .p-topServiceItem:not(:first-child) {
    padding-top: 16px;
    margin-top: 30px;
  }
  .p-topService .p-topServiceItem dd {
    padding-top: 14px;
  }
  .p-topService .p-topServiceItem dd > p {
    margin-bottom: 16px;
    line-height: 150%;
    font-size: 1.4rem;
  }
  .p-topService .p-topServiceItem dd .p-topServiceItem__logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .p-topService .p-topServiceItem dd .p-topServiceItem__logo img {
    width: 36.5333333333vw;
  }
  .p-topService .p-topServiceItem .c-buttonWrap + .c-buttonWrap,
  .p-topService .p-topServiceItem .c-button + .c-button {
    margin-top: 15px;
  }
  .p-topService .p-topServiceItem:not(._ndirect) dd .c-buttonWrap {
    flex-wrap: wrap;
  }
  .p-topService .p-topServiceItem:not(._ndirect) dd .c-buttonWrap .c-button {
    width: 100%;
  }
  .p-topService .p-topServiceItem._ndirect {
    margin-top: 16px;
  }
  .p-topService .p-topServiceItem._ndirect .c-button {
    width: 52vw;
    margin-inline: auto;
    margin-top: 0;
  }
  .p-topService .p-topService__link li {
    margin-top: 14px;
  }
  .p-topService .p-topService__link a figcaption {
    font-size: 1.6rem;
  }

  /*--------------------------------------------
  おすすめコンテンツ
  --------------------------------------------*/
  .p-topRecommend {
    padding-left: 5.3333333333vw;
  }
  .p-topRecommend .c-section__inner {
    margin-bottom: 12px;
    padding-bottom: 18px;
  }
  .p-topRecommend .splide__slide {
    width: 56.8vw;
  }
  .p-topRecommend .splide__arrows {
    padding-right: 5.3333333333vw;
    margin-right: -30px;
  }

  /*--------------------------------------------
  最新情報
  --------------------------------------------*/
  .p-topNews .p-topNews__categories {
    padding-top: 0;
  }
  .p-topNews .p-topNews__categories .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
  }
  .p-topNews .p-topNews__categories .list .item {
    margin-right: 10px;
    margin-bottom: 6px;
  }
  .p-topNews .p-topNews__categories .list .item button {
    line-height: 1;
  }
  .p-topNews .c-list .item__thumbnail figure {
    margin-top: 4px;
  }

  /*--------------------------------------------
  SNS公式アカウント
  --------------------------------------------*/
  .p-topSns .p-topSns__item + .p-topSns__item {
    margin-top: 17px;
  }
  .p-topSns .p-topSns__desc {
    padding: 6px 8px 0;
  }
  .p-topSns .p-topSns__desc .p-topSns__descCode {
    display: none;
  }
}

@media (min-width: 640px) {
  /*--------------------------------------------
  メインカルーセル
  --------------------------------------------*/
  .p-topMainVisual .p-topMainVisual__nav {
    right: 13.0208333333vw;
    padding: 15px 22px;
    margin-top: -21px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  /*--------------------------------------------
  検索枠
  --------------------------------------------*/
  .p-search {
    padding-inline: 6.5104166667vw;
  }
  .p-search .c-section__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .p-search .c-section__inner .c-heading01 {
    width: 285px;
    margin-right: 12px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .p-search .c-section__inner .searchForm {
    padding-bottom: 20px;
  }
  .p-search .c-section__inner .p-search__link {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 15px;
  }
  .p-search .c-section__inner .p-search__link a {
    padding: 13px;
    font-size: 16px;
  }
  .p-search .c-section__inner .p-search__link a::before {
    width: 48px;
    height: 48px;
    margin-right: 14px;
  }
  .p-search .c-section__inner .p-search__link a span::after {
    width: 9px;
    height: 15px;
  }
  .p-search .p-searchBody {
    width: 668px;
    margin-top: 33px;
  }

  /*--------------------------------------------
  ランキング
  --------------------------------------------*/
  .p-topRanking .fundInfoWrap {
    display: none;
  }
  .p-topRanking .fundSelectWrap {
    margin-top: 36px;
  }
  .p-topRanking .comparisonTable thead th span,
  .p-topRanking .comparisonTable thead th > span {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .p-topRanking .comparisonTable tbody td {
    font-size: 1.2rem;
  }
  .p-topRanking .comparisonTable tbody td .fundName {
    font-size: 1.6rem;
  }
  .p-topRanking .fundSelectWrap > .tabNav > li > a {
    min-height: 52px;
    font-size: 1.6rem;
  }
  .p-topRanking .fundSelectWrap > .tabDetail {
    margin-top: 20px;
  }
  .p-topRanking .p-topRanking__note {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .p-topRanking .p-topRanking__note p {
    margin-top: 8px;
  }
  .p-topRanking .p-topRanking__note #overviewBtn {
    margin-top: 0;
    text-align: right;
  }
  .p-topRanking .p-topRanking__note #overviewBtn a {
    padding-right: 0 !important;
    padding-left: 20px !important;
  }

  /*--------------------------------------------
  資産形成ポータル
  --------------------------------------------*/
  .p-topService {
    padding-left: 6.5104166667vw;
  }
  .p-topService .p-topServiceItem:not(:first-child) {
    margin-top: 35px;
  }
  .p-topService .p-topServiceItem dt {
    padding-bottom: 11px;
    font-size: 20px;
  }
  .p-topService .p-topServiceItem dd .p-topServiceItem__logo {
    margin-top: 14px;
  }
  .p-topService .p-topServiceItem .c-button + .c-button {
    margin-left: 14px;
  }
  .p-topService .p-topServiceItem .p-topServiceItem__button .c-buttonWrap {
    justify-content: flex-end;
    margin-top: 22px;
  }
  .p-topService .p-topServiceItem .p-topServiceItem__button .c-buttonWrap .c-button {
    padding-inline: 39px;
  }
  .p-topService .p-topServiceItem:not(._ndirect) {
    padding-top: 11px;
    margin-top: 30px;
  }
  .p-topService .p-topServiceItem._ndirect {
    position: relative;
    padding-top: 12px;
    padding-bottom: 25px;
    border-bottom-left-radius: 0;
  }
  .p-topService .p-topServiceItem._ndirect::after {
    position: absolute;
    bottom: -25px;
    left: 64px;
    display: block;
    width: 50px;
    height: 50px;
    content: "";
    background: #f0f0f0;
  }
  .p-topService .p-topServiceItem._ndirect dd {
    display: grid;
    grid-template-columns: 1fr 130px 195px;
    gap: 0 18px;
    padding-top: 23px;
  }
  .p-topService .p-topServiceItem._ndirect dd > p {
    line-height: 150%;
  }
  .p-topService .p-topServiceItem._ndirect .c-button {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    margin-top: 6px;
  }
  .p-topService .p-topService__link {
    position: relative;
    margin-left: 80px;
    background: #fff;
    border-top: 15px solid #fff;
    border-left: 15px solid #fff;
    border-radius: 33px;
  }
  .p-topService .p-topService__link::before {
    position: absolute;
    top: -24px;
    left: -95px;
    width: 80px;
    height: 50px;
    content: "";
    background: #f0f0f0;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .p-topService .p-topService__link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
  }
  .p-topService .p-topService__link a figcaption {
    padding: 15px 15px 11px 15px;
  }

  /*--------------------------------------------
  おすすめコンテンツ
  --------------------------------------------*/
  .p-topRecommend {
    padding-left: 6.5104166667vw;
  }
  .p-topRecommend .c-heading01 {
    margin-bottom: 36px;
  }
  .p-topRecommend .splide__slide {
    width: 212px;
  }

  /*--------------------------------------------
  最新情報
  --------------------------------------------*/
  .p-topNews .c-section__body {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0 20px;
  }
  .p-topNews .c-heading01 {
    margin-bottom: 33px;
  }
  .p-topNews .p-topNews__categories {
    grid-area: 1/1/2/2;
  }
  .p-topNews .p-topNews__categories .list .item button {
    line-height: 1.4;
  }
  .p-topNews .c-list {
    position: relative;
    grid-area: 1/2/2/3;
  }
  .p-topNews .c-list:not([hidden=until-found]) {
    z-index: 2;
    order: 1;
  }
  .p-topNews .c-buttonWrap {
    margin-top: 30px;
    margin-left: 130px;
  }

  /*--------------------------------------------
  SNS公式アカウント
  --------------------------------------------*/
  .p-topSns .c-heading01 {
    margin-bottom: 35px;
  }
  .p-topSns .p-topSns__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
  .p-topSns .p-topSns__button {
    padding-inline: 22px 32px;
    font-size: 1.6rem;
  }
  .p-topSns .p-topSns__button._youtube img {
    width: 30px;
  }
  .p-topSns .p-topSns__button._note img {
    width: 25px;
  }
  .p-topSns .p-topSns__buttonDesc {
    line-height: 150%;
  }
  .p-topSns .p-topSns__buttonDesc::after {
    width: 21px;
    height: 17px;
  }
  .p-topSns .p-topSns__desc {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 0 3px;
    padding-left: 10px;
    margin-top: 10px;
  }
}

@media not all and (min-width: 1024px) {
  /*--------------------------------------------
  メインカラム
  --------------------------------------------*/
  .l-main.home {/*250212追加*/
    padding-top: 90px;
  }

  /*--------------------------------------------
  メインカルーセル
  --------------------------------------------*/
  .p-topMainVisual {
    padding-block: 20px;
    margin-block: -20px;
    overflow: hidden;
  }
  .p-topMainVisual .swiper {
    margin-bottom: 3.6458333333vw;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
  }
  .p-topMainVisual .swiper-button-prev,
  .p-topMainVisual .swiper-button-next {
    display: none;
  }
}

@media (min-width: 1024px) {
  /*--------------------------------------------
  メインカルーセル
  --------------------------------------------*/
  .p-topMainVisual {
    padding-block: 45px 27px;
  }
  .p-topMainVisual .swiper {
    width: 83.3333333333vw;
    max-width: 1200px;
  }
  .p-topMainVisual .swiper-slide {
    overflow: hidden;
    border-radius: 14px;
  }
  .p-topMainVisual .swiper-slide-active img {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
  }
  .p-topMainVisual .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
  .p-topMainVisual .p-topMainVisual__navWrap {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1200px;
    padding-right: 5.5555555556vw;
    margin: -19px auto 0;
    box-sizing: border-box;
  }
  .p-topMainVisual .p-topMainVisual__nav {
    position: relative;
    right: -2px;
    margin-top: -8px;
    padding: 19px 29px;
  }

  /*--------------------------------------------
  検索枠
  --------------------------------------------*/
  .p-search {
    padding-inline: 8.3333333333vw 60px;
  }
  .p-search .c-section__inner .searchForm {
    padding-block: 32px 30px;
  }
  .p-search .c-section__inner .p-search__link {
    gap: 0 20px;
    white-space: nowrap;
  }
  .p-search .c-section__inner .p-search__link a {
    padding: 18px;
    font-size: 18px;
  }
  .p-search .c-section__inner .p-search__link a::before {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    margin-right: 2.0833333333vw;
  }
  .p-search .c-section__inner .p-search__link a span::after {
    margin-left: 10px;
  }
  .p-search .p-searchBody {
    width: 860px;
    margin-top: 0;
  }

  /*--------------------------------------------
  ランキング
  --------------------------------------------*/
  .p-topRanking .fundSelectWrap {
    margin-top: 53px;
  }
  .p-topRanking .fundSelectWrap > .tabNav > li {
    width: calc(100% - 30px);
  }
  .p-topRanking .fundSelectWrap > .tabNav > li + li {
    margin-left: 40px;
  }
  .p-topRanking .comparisonTable thead th {
    font-size: 1.8rem;
  }
  .p-topRanking .comparisonTable thead th + th::after {
    top: calc(50% - 11px);
    height: 22px;
  }
  .p-topRanking .comparisonTable tbody td a[href*=pdf] {
    padding-top: 28px;
    font-size: 1.6rem;
    background: url(/assets/img/com_ic01.png) no-repeat 50% 0;
  }
  .p-topRanking .comparisonTable tbody td .up,
  .p-topRanking .comparisonTable tbody td .down,
  .p-topRanking .comparisonTable tbody td .keep {
    padding-top: 28px;
    background-position: 50% 5px;
    background-size: 22px auto;
  }
  .p-topRanking .comparisonTable tbody td .categoryIcon span {
    width: 28px;
    height: 28px;
  }
  .p-topRanking .comparisonTable tbody td .categoryIcon span + span {
    margin-top: 5px;
  }
  .p-topRanking .comparisonTable tbody td:not(:first-child)::after {
    top: calc(50% - 11px);
    height: 22px;
  }
  .p-topRanking .comparisonTable thead th span,
  .p-topRanking .comparisonTable thead th > span {
    font-size: 1.6rem;
  }
  .p-topRanking .comparisonTable tbody td {
    font-size: 1.6rem;
  }
  .p-topRanking .comparisonTable tbody td .fundName {
    font-size: 1.8rem;
  }
  .p-topRanking .fundSelectWrap > .tabNav > li > a {
    align-items: flex-start;
    min-height: 60px;
    padding-top: 5px;
    font-size: 2rem;
  }
  .p-topRanking .fundSelectWrap > .tabDetail {
    margin-top: 31px;
  }
  .p-topRanking .p-topRanking__note {
    margin-block: 4px 10px;
  }
  .p-topRanking .p-topRanking__note p {
    font-size: 1.4rem;
  }
  .p-topRanking .p-topRanking__note #overviewBtn a {
    padding: 0 0 0 23px !important;
    font-size: 1.4rem !important;
    background-size: 18px auto !important;
  }

  /*--------------------------------------------
  資産形成ポータル
  --------------------------------------------*/
  .p-topService {
    padding-left: 8.3333333333vw;
  }
  .p-topService .p-topServiceItem {
    padding: 35px 40px;
    margin-right: 60px;
  }
  .p-topService .p-topServiceItem:not(:first-child) {
    margin-top: 40px;
  }
  .p-topService .p-topServiceItem dt {
    padding-bottom: 11px;
    font-size: 24px;
  }
  .p-topService .p-topServiceItem dd > p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-topService .p-topServiceItem dd .p-topServiceItem__logo {
    padding-left: 8px;
    margin-top: 0;
  }
  .p-topService .p-topServiceItem .c-button + .c-button {
    margin-left: 0;
  }
  .p-topService .p-topServiceItem .p-topServiceItem__button {
    display: grid;
    align-items: center;
  }
  .p-topService .p-topServiceItem .p-topServiceItem__button .c-buttonWrap {
    display: grid;
    grid-template-columns: 192px 1fr;
    gap: 0 20px;
    margin-top: 0;
  }
  .p-topService .p-topServiceItem .p-topServiceItem__button .c-buttonWrap .c-button {
    padding-inline: inherit;
  }
  .p-topService .p-topServiceItem:not(._ndirect) {
    padding-block: 28px 39px;
    margin-top: 40px;
  }
  .p-topService .p-topServiceItem:not(._ndirect) dd {
    display: grid;
    grid-template-columns: 1fr 373px;
    gap: 0 45px;
    padding-top: 37px;
    padding-left: 40px;
  }
  .p-topService .p-topServiceItem:not(._ndirect) dd .c-buttonWrap .c-button {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
  .p-topService .p-topServiceItem._ndirect {
    padding-top: 30px;
    padding-bottom: 38px;
    margin-top: 0;
  }
  .p-topService .p-topServiceItem._ndirect::after {
    left: 80px;
  }
  .p-topService .p-topServiceItem._ndirect dd {
    grid-template-columns: 1fr 176px 195px;
    align-items: center;
    padding-top: 28px;
    padding-left: 38px;
  }
  .p-topService .p-topServiceItem._ndirect dd > p {
    padding-top: 8px;
    padding-right: 25px;
  }
  .p-topService .p-topServiceItem._ndirect .c-button {
    margin-top: 0;
  }
  .p-topService .p-topService__link {
    margin-left: 100px;
    border-top: 21px solid #fff;
    border-left: 20px solid #fff;
    border-radius: 24px;
  }
  .p-topService .p-topService__link::before {
    top: -34px;
    left: -120px;
    width: 100px;
    height: 137px;
  }
  .p-topService .p-topService__link ul {
    gap: 0 20px;
  }
  .p-topService .p-topService__link a figcaption {
    padding: 12px;
    font-size: 1.8rem;
  }
  .p-topService .p-topService__link a figcaption::after {
    width: 8px;
    height: 14px;
  }

  /*--------------------------------------------
  おすすめコンテンツ
  --------------------------------------------*/
  .p-topRecommend {
    padding-left: 0;
  }
  .p-topRecommend .c-section__inner {
    max-width: none;
    padding-right: 4.8611111111vw;
    margin-left: 8.3333333333vw;
  }
  .p-topRecommend .c-heading01 {
    margin-bottom: 37px;
  }
  .p-topRecommend .splide__slide {
    width: 386px;
  }
  .p-topRecommend .splide__arrows {
    margin-left: -20px;
  }

  /*--------------------------------------------
  最新情報
  --------------------------------------------*/
  .p-topNews .c-section__body {
    grid-template-columns: 150px 1fr;
    gap: 0 20px;
  }
  .p-topNews .c-heading01 {
    margin-bottom: 36px;
  }
  .p-topNews .p-topNews__categories {
    padding-top: 20px;
  }
  .p-topNews .p-topNews__categories .list .item + .item {
    margin-top: 20px;
  }
  .p-topNews .p-topNews__categories .list .item button {
    min-height: 28px;
    padding-inline: 8px;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-topNews .c-buttonWrap {
    margin-top: 45px;
    margin-left: 174px;
  }

  /*--------------------------------------------
  SNS公式アカウント
  --------------------------------------------*/
  .p-topSns .c-heading01 {
    margin-bottom: 26px;
  }
  .p-topSns .c-section__inner {
    padding-bottom: 51px;
  }
  .p-topSns .p-topSns__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
  }
  .p-topSns .p-topSns__button {
    min-height: 120px;
    padding-inline: 20px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-topSns .p-topSns__button._x img {
    height: 24px;
    margin-left: 6px;
  }
  .p-topSns .p-topSns__button._linkedin .p-topSns__buttonIcon {
    margin-right: 14px;
  }
  .p-topSns .p-topSns__button._linkedin img {
    height: 31px;
    margin-left: 7px;
  }
  .p-topSns .p-topSns__button._youtube img {
    width: 35px;
    margin-left: 7px;
  }
  .p-topSns .p-topSns__button._note img {
    width: 37px;
    margin-left: 7px;
  }
  .p-topSns .p-topSns__buttonDesc::after {
    width: 27px;
    height: 23px;
  }
  .p-topSns .p-topSns__desc {
    gap: 0 6px;
    padding-left: 0;
    margin-top: 15px;
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  /*--------------------------------------------
  検索枠
  --------------------------------------------*/
  .p-search {
    padding-inline: 120px 150px;
  }
  .p-search .c-section__inner {
    padding-block: 90px 120px;
  }
  .p-search .c-section__inner .p-search__link a::before {
    width: 60px;
    height: 60px;
    margin-right: 30px;
  }
}

@media (min-width: 1500px) {
  /*--------------------------------------------
  検索枠
  --------------------------------------------*/
  .p-search {
    padding-inline: 0;
  }
}

@media (min-width: 1570px) {
  /*--------------------------------------------
  おすすめコンテンツ
  --------------------------------------------*/
  .p-topRecommend .c-section__inner {
    max-width: 1300px;
    margin-inline: auto;
  }
  .p-topRecommend .splide {
    margin-right: calc((100vw - 1300px) / -2);
  }
}

@media (any-hover: hover) {
  /*--------------------------------------------
  メインカルーセル
  --------------------------------------------*/
  .p-topMainVisual .swiper-button-prev,
  .p-topMainVisual .swiper-button-next {
    transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topMainVisual .swiper-button-prev::after,
  .p-topMainVisual .swiper-button-next::after {
    transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topMainVisual .swiper-button-prev:hover,
  .p-topMainVisual .swiper-button-next:hover {
    background-color: #fff;
    transition: background-image 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topMainVisual .swiper-button-prev:hover::after,
  .p-topMainVisual .swiper-button-next:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 22"><path d="M1.5 1L11.5 11L1.5 21" fill="none" stroke="%23e60012" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: background-image 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topMainVisual .swiper-toggle-button {
    cursor: pointer;
  }

  /*--------------------------------------------
  検索枠
  --------------------------------------------*/
  .p-search .c-section__inner .searchForm .searchFormSubmit {
    transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-image 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-search .c-section__inner .searchForm .searchFormSubmit:hover {
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 27"><circle cx="11" cy="11.328" r="9.5" fill="none" stroke="%23e60012" stroke-width="3"/><path d="M18.6094 18.2811L25.9999 25.672" fill="none" stroke="%23e60012" stroke-width="2"/></svg>');
    transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-image 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-search .c-section__inner .p-search__link a span::after {
    transition: background-image 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-search .c-section__inner .p-search__link a:hover span::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 15"><path d="M1 1L7.5 7.5L1 14" fill="none" stroke="%23fff" stroke-width="2"/></svg>');
    transition: background-image 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  /*--------------------------------------------
  ランキング
  --------------------------------------------*/
  .p-topRanking .fundSelectWrap > .tabNav > li a {
    transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topRanking .fundSelectWrap > .tabNav > li a:hover {
    color: #000;
    border-color: #e60012;
    transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topRanking .comparisonTable a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topRanking .comparisonTable a:hover {
    opacity: 0.5;
  }
  .p-topRanking .p-topRanking__note #overviewBtn {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topRanking .p-topRanking__note #overviewBtn:hover {
    opacity: 0.5;
  }

  /*--------------------------------------------
  資産形成ポータル
  --------------------------------------------*/
  .p-topService .p-topService__link a {
    transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topService .p-topService__link a img {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topService .p-topService__link a figcaption {
    transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topService .p-topService__link a figcaption::after {
    transition: background-image 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topService .p-topService__link a:hover {
    color: #e60012;
    transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topService .p-topService__link a:hover img {
    opacity: 0.6;
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topService .p-topService__link a:hover figcaption {
    background-color: #fff;
    transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topService .p-topService__link a:hover figcaption::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 15"><path d="M1 1L7.5 7.5L1 14" fill="none" stroke="%23e60012" stroke-width="2"/></svg>');
    transition: background-image 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  /*--------------------------------------------
  最新情報
  --------------------------------------------*/
  .p-topNews .p-topNews__categories .list .item button {
    cursor: pointer;
    transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topNews .p-topNews__categories .list .item button:hover {
    border-color: #e60012;
  }

  /*--------------------------------------------
  SNS公式アカウント
  --------------------------------------------*/
  .p-topSns .p-topSns__button {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-topSns .p-topSns__button:hover {
    opacity: 0.5;
  }
}


/*--------------------------------------------
  NAM追加修正（暫定）
--------------------------------------------*/
/*TOPページ固定表示エリア */
.p-topNews .c-fixedArea {
    margin-top: 24px;
}
.p-topNews .c-fixedArea p { /*250220修正*/
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.p-topNews .c-fixedArea p::before {
    grid-row: 1;
    display: block;
    width: 35px;
    height: 18px;
    vertical-align: -.125em;
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.4rem 1.4rem;
    margin-top:0.3em;
}
@media (max-width: 640px) {
    /*TOPページランキングSP時前日比データ*/
    .comparisonTop10 > .item > .fundData.numeric > .dataList > li > .data > .up {
		padding-left: 33px;
		background: url(/assets/img/com_ic23.svg) no-repeat 8px 0.3em;
		-webkit-background-size: 18px auto;
		-webkit-background-size: 18px auto;
		background-size: 18px auto;
		color: #f2553d;
	}
}
@media (min-width: 640px) {
    /*TOPページ固定表示エリア */
    .p-topNews .c-fixedArea {
        margin-left:135px;
    }
    .p-topNews .c-fixedArea p {
        font-size: 1.6rem;
    }
    .p-topNews .c-fixedArea p::before {
        width: 30px;
        background-size: 1.8rem 1.8rem;
        margin-top:0.3em;
    }
    /*TOPページランキング表示エリア（PC版エリア対応）*/
    .u-hidePC2 {
        display: none;
    }
}
@media (min-width: 1024px) {
    /*TOPページ固定表示エリア */
    .p-topNews .c-fixedArea {
        margin-left:175px;
    }
    .p-topNews .c-fixedArea p {
        font-size: 1.8rem;
    }
    .p-topNews .c-fixedArea p::before {
        width: 28px;
        margin-top:0.3em;
    }
}