@charset "UTF-8";
@media screen and (max-width: 767px) {
  .p-fund .carousel-banner {
    margin-bottom: 32px;
  }
}
.p-fund .c-anchor-box {
  position: relative;
  padding: 37px 24px;
}
@media screen and (max-width: 767px) {
  .p-fund .c-anchor-box {
    margin-top: 24px;
    padding: 24px 32px;
  }
}
.p-fund .c-anchor-box .c-button--favorite {
  position: absolute;
  top: 32px;
  right: 24px;
}
.p-fund .c-anchor-box .c-button--favorite a {
  gap: 10px;
}
.p-fund .c-anchor-box .c-button--favorite a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/content/dam/daiwasecurities/resource-ren/images/icon/icon_favorite-02.svg");
}
.p-fund .c-anchor-box .c-anchor-list__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-fund .c-anchor-box .c-anchor-list__item a {
    padding: 13px 0;
  }
}
.p-fund .c-anchor-box .c-anchor-list__item > ul li a {
  font-size: 14px;
  line-height: 1.3;
  border-bottom: 1px solid #d4d4d4;
  padding: 16px;
  min-height: 50px;
  display: block;
}
.p-fund .c-anchor-box .c-anchor-list__item > ul li a:after {
  display: none;
}
.p-fund .c-anchor-box .c-anchor-list__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  font-size: 14px;
  height: 50px;
  margin-bottom: 16px;
}
.p-fund .c-anchor-box .c-anchor-list__button:before {
  content: "＋";
  display: inline-block;
  font-size: 16px;
  margin-right: 8px;
}
.p-fund .c-anchor-box .c-anchor-list__button.is-open:before {
  transform: rotate(45deg);
}
.p-fund .p-fundSearch {
  background-color: #F9EDED;
  padding: 64px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch {
    padding: 32px 16px;
  }
}
.p-fund .p-fundSearch .c-heading-lv2 {
  text-align: center;
}
.p-fund .p-fundSearch .c-form {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch .c-form {
    gap: 0;
  }
}
.p-fund .p-fundSearch .c-form input[type=text] {
  border: 1px solid #C1C1C1;
  width: 786px;
  height: 48px;
  padding: 13.5px 16px;
  border-radius: 3px;
}
.p-fund .p-fundSearch .c-form input[type=text] ::-moz-placeholder {
  color: #808080;
}
.p-fund .p-fundSearch .c-form input[type=text] ::placeholder {
  color: #808080;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch .c-form input[type=text] {
    height: 64px;
    font-size: 14px;
    flex-shrink: 1;
    border-radius: 3px 0 0 3px;
  }
}
.p-fund .p-fundSearch .c-form .c-button--submit {
  width: 103px;
  border: none;
  background-color: #333333;
  border-radius: 3px;
  color: #ffffff;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-fund .p-fundSearch .c-form .c-button--submit:hover {
    opacity: 0.7;
  }
}
.p-fund .p-fundSearch .c-form .c-button--submit:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url("/content/dam/daiwasecurities/resource-ren/images/icon/icon_search.svg") no-repeat center/contain;
  margin-right: 10px;
  vertical-align: -3px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch .c-form .c-button--submit {
    width: 68px;
    height: 64px;
    font-size: 0;
    flex-shrink: 0;
    border-radius: 0 3px 3px 0;
  }
  .p-fund .p-fundSearch .c-form .c-button--submit:before {
    width: 20px;
    height: 21px;
    margin: 0;
  }
}
.p-fund .p-fundSearch .c-panel--2col {
  margin-top: 40px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch .c-panel--2col {
    gap: 32px;
  }
}
.p-fund .p-fundSearch .c-panel--2col .c-panel__item:first-child {
  border-right: 1px solid #cccccc;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch .c-panel--2col .c-panel__item:first-child {
    padding: 0;
    border: none;
  }
}
.p-fund .p-fundSearch .c-panel--2col .c-panel__item .c-heading-lv5 {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch .c-panel--2col .c-panel__item .c-heading-lv5 {
    font-size: 18px;
  }
}
.p-fund .p-fundSearch .c-panel--2col .c-buttonlist {
  gap: 8px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch .c-panel--2col .c-buttonlist {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch .c-panel--2col .c-buttonlist .c-button {
    width: calc(50% - 4px);
  }
}
.p-fund .p-fundSearch .c-panel--2col .c-buttonlist .c-button a {
  width: 140px;
  height: 114px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  text-align: center;
  padding: 16px;
}
.p-fund .p-fundSearch .c-panel--2col .c-buttonlist .c-button a img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch .c-panel--2col .c-buttonlist .c-button a img {
    width: 24px;
    height: 24px;
  }
}
.p-fund .p-fundSearch .c-panel--2col .c-buttonlist .c-button a span {
  height: 38px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch .c-panel--2col .c-buttonlist .c-button a span {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundSearch .c-panel--2col .c-buttonlist .c-button a {
    width: 100%;
    height: 52px;
    padding: 8px;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.p-fund .p-fundSearch > .c-buttonlist {
  margin: 40px auto 0;
  justify-content: center;
}
.p-fund .p-fundSearch > .c-buttonlist .c-button--filter a {
  gap: 8px;
  font-size: 16px;
}
.p-fund .p-fundSearch > .c-buttonlist .c-button--filter a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/content/dam/daiwasecurities/resource-ren/images/icon/icon_filter.svg");
}
.p-fund .p-fundSearch > .c-buttonlist .c-button--favorite a {
  gap: 8px;
  font-size: 16px;
}
.p-fund .p-fundSearch > .c-buttonlist .c-button--favorite a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/content/dam/daiwasecurities/resource-ren/images/icon/icon_favorite.svg");
}
.p-fund .p-fundRanking .c-heading {
  position: relative;
}
.p-fund .p-fundRanking .c-heading .c-link--help {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-heading .c-link--help {
    top: 40px;
  }
}
.p-fund .p-fundRanking .c-heading .c-link--help a {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-heading .c-link--help a {
    font-size: 14px;
  }
}
.p-fund .p-fundRanking .c-heading .c-link--help a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("/content/dam/daiwasecurities/resource-ren/images/icon/icon_question.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-heading .c-link--help a:before {
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) {
  .p-fund .p-fundRanking .c-heading .c-link--help a:hover {
    color: #d9340a;
  }
}
.p-fund .p-fundRanking .c-nav-tab__wrapper {
  position: relative;
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  height: 81px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab {
    flex-wrap: wrap;
    gap: 8px;
    height: 153px;
  }
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li {
  flex: 1 1 0;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li {
    flex: initial;
    flex: 0 0 calc((100% - 16px) / 3);
  }
  .p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li:first-child {
    position: relative;
  }
  .p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li:first-child:before {
    content: "";
    width: calc(100vw - 32px);
    height: 1px;
    background-color: #d3cecf;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li.selected button {
  background: #ffffff;
  color: #d9340a;
  height: 81px;
  border-bottom: #ffffff;
  position: relative;
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li.selected button:after {
  height: 4px;
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li > button,
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li > a {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f5f5f5;
  border-radius: 4px 4px 0 0;
  border: 1px solid #d3cecf;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) {
  .p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li > button:hover,
  .p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li > a:hover {
    color: #d9340a;
    background-color: #ffffff;
  }
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li > button:after,
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li > a:after {
  content: "";
  width: calc(100% - 32px);
  height: 0;
  display: block;
  background-color: #d9340a;
  position: absolute;
  bottom: 0;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li > button,
  .p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab li > a {
    font-size: 16px;
    flex-direction: column;
  }
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents {
  border: 1px solid #d3cecf;
  padding: 24px 40px 64px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents {
    padding: 16px 16px 32px;
  }
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents .imgLoad {
  margin: 32px auto;
  display: block;
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents > li {
  display: none;
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents > li.selected {
  display: block;
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents .c-tab-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  gap: 16px;
  margin-bottom: 16px;
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents .c-tab-list li {
  flex: 1 1 0;
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents .c-tab-list li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  position: relative;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents .c-tab-list li a:hover {
    color: #d9340a;
  }
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents .c-tab-list li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d9340a;
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents .c-tab-list li a[aria-selected=true] {
  color: #d9340a;
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents .c-tab-list li a[aria-selected=true]:after {
  content: "";
  height: 4px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents .c-tab-list li a {
    font-size: 14px;
  }
}
.p-fund .p-fundRanking .c-nav-tab__wrapper .c-nav-tab__contents .c-button {
  margin: 8px auto 0;
}
.p-fund .p-fundRanking .c-list-rank {
  margin-bottom: 8px;
}
.p-fund .p-fundRanking .c-list-rank li {
  box-sizing: border-box;
  min-height: 71px;
  background-color: #f5f5f5;
}
.p-fund .p-fundRanking .c-list-rank li:nth-child(2n+1) {
  background: #ffffff;
}
.p-fund .p-fundRanking .c-list-rank li.is-none {
  display: none;
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap {
  padding: 16px;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-list-rank li .c-list-wrap {
    padding: 16px 8px;
    gap: 8px;
  }
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-list-num {
  width: 60px;
  height: 60px;
  display: block;
  padding: 8px 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-list-num {
    width: 40px;
    height: 40px;
    padding-top: 12px;
  }
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-list-body {
  flex-basis: 1;
  margin: 0;
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__item {
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__item {
    gap: 8px;
  }
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__image {
  width: 90px;
  height: 60px;
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__image a {
  display: block;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__image a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__content p {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__content p br {
    display: none;
  }
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__link {
  margin-bottom: 16px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__link {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__price {
  display: inline-block;
  padding-right: 16px;
  width: 180px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__price {
    font-size: 14px;
  }
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__price::before {
  background: #333333;
  color: #ffffff;
  content: "基準価額";
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 1px 8px;
  height: 22px;
  font-size: 14px;
  box-sizing: border-box;
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__return {
  display: inline-block;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__return {
    font-size: 14px;
  }
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__return::before {
  background: #333333;
  color: #ffffff;
  content: "リターン";
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 1px 8px;
  height: 22px;
  font-size: 14px;
  box-sizing: border-box;
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__nisaCourse::after {
  background: #01AA81;
  color: #ffffff;
  content: "NISA専用銘柄";
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 1px 8px;
  height: 22px;
  font-size: 14px;
  box-sizing: border-box;
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__directCourse::after {
  background: #E87537;
  color: #ffffff;
  content: "ダイレクトコース専用銘柄";
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 1px 8px;
  height: 22px;
  font-size: 14px;
  box-sizing: border-box;
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__plus {
  color: #d9340a;
}
.p-fund .p-fundRanking .c-list-rank li .c-list-wrap .c-media__minus {
  color: #2868BF;
}
@media screen and (max-width: 767px) {
  .p-fund .p-fundRanking .lastUpdate {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.p-fund .p-fundRanking #netAsset .c-media__return::before {
  content: "純資産";
}
.p-fund .p-newFund .c-link-list__item {
  border-bottom: 1px solid #b3b3b3;
  margin-top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 16px;
  padding: 16px 16px 16px 148px;
  position: relative;
}
.p-fund .p-newFund .c-link-list__item:nth-child(2n) {
  background: #f5f5f5;
}
.p-fund .p-newFund .c-link-list__item:first-child {
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 767px) {
  .p-fund .p-newFund .c-link-list__item {
    padding: 12px 8px;
    align-items: flex-start;
    gap: 8px;
  }
}
.p-fund .p-newFund .c-link-list .c-item-date {
  font-weight: bold;
  width: 132px;
  position: absolute;
  top: calc(50% - 12px);
  left: 16px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-newFund .c-link-list .c-item-date {
    position: static;
    font-size: 14px;
    line-height: 1;
  }
}
.p-fund .p-newFund .c-link-list .c-item-img {
  display: block;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  width: 90px;
}
@media (hover: hover) {
  .p-fund .p-newFund .c-link-list .c-item-img:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-fund .p-newFund .c-link-list .c-item-img {
    width: 90px;
    height: 60px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fund .p-newFund .c-link-list .c-item-name {
    font-size: 14px;
  }
}
.p-fund .p-newFund .c-link-list .c-item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-newFund .c-link-list .c-item-content {
    gap: 8px;
  }
}
.p-fund .p-newFund .c-link-list .c-item-content dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-fund .p-newFund .c-link-list .c-item-content dl {
    gap: 4px;
  }
}
.p-fund .p-newFund .c-link-list .c-item-content dl dt {
  background: #333333;
  color: #ffffff;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 1px 8px;
  height: 22px;
  font-size: 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-fund .p-newFund .c-link-list .c-item-content dl dt {
    margin: 0;
  }
}
.p-fund .p-newFund .c-link-list .c-item-content dl dd {
  margin-right: 24px;
  color: #d9340a;
}
@media screen and (max-width: 767px) {
  .p-fund .p-newFund .c-link-list .c-item-content dl dd {
    font-size: 14px;
    margin: 0;
    display: block;
    width: 100%;
  }
}
.p-fund .p-notice .c-banner-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.p-fund .p-notice .c-banner-list a {
  display: block;
  box-shadow: 0 2px 16px 5px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 4px;
}
@media (hover: hover) {
  .p-fund .p-notice .c-banner-list a:hover {
    box-shadow: 0 2px 16px 5px rgba(0, 0, 0, 0.25);
  }
  .p-fund .p-notice .c-banner-list a:hover img {
    transform: scale(1.1);
    opacity: 0.7;
  }
}
.p-fund .p-notice .c-banner-list a img {
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  .p-fund .p-notice .c-banner-list-wrap {
    width: 90.6705539359%;
    margin-left: -1px;
    position: relative;
    padding-bottom: 32px;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list {
    display: block;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .slick-list:after {
    content: "";
    clear: both;
    display: block;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .slick-slide {
    display: block;
    float: left;
    margin: 0 16px 0 0;
    width: 78.6666666667%;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .slick-slide a {
    display: block;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .slick-slide a img {
    width: 100%;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4px;
    position: absolute;
    bottom: 0;
    left: 8%;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .slick-dots li {
    position: relative;
    width: 40px;
    height: 24px;
    overflow: hidden;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .slick-dots li button {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    font-size: 0;
    background: transparent;
    cursor: pointer;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .slick-dots li button::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #b3b3b3;
    transition: background-color 0.2s ease;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .slick-dots li button::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 4px;
    width: 0;
    background-color: #d9340a;
    transition: width 0.05s linear;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .slick-dots li.slick-active button::after {
    width: var(--progress, 0%);
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .carousel-control-button {
    width: 24px;
    height: 24px;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5px;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .carousel-control-button:before, .p-fund .p-notice .c-banner-list-wrap .c-banner-list .carousel-control-button:after {
    content: "";
    display: block;
    width: 3px;
    height: 14px;
    background-color: #B3B3B3;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .carousel-control-button.is-stopped:before {
    display: none;
    z-index: -1;
  }
  .p-fund .p-notice .c-banner-list-wrap .c-banner-list .carousel-control-button.is-stopped:after {
    background-color: transparent;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 11px;
    border-color: transparent transparent transparent #B3B3B3;
  }
}
.p-fund .p-related .c-bgcolor-box {
  padding: 64px 64px 104px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-related .c-bgcolor-box {
    padding: 32px 16px;
  }
}
.p-fund .p-related .c-panel {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-related .c-panel {
    gap: 10px;
  }
}
.p-fund .p-related .c-panel .c-panel__item a {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 20px 12px 20px;
  gap: 12px;
  display: flex;
  line-height: 1.3;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease;
}
@media (hover: hover) {
  .p-fund .p-related .c-panel .c-panel__item a:hover {
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.25);
  }
  .p-fund .p-related .c-panel .c-panel__item a:hover .c-heading-lv5,
  .p-fund .p-related .c-panel .c-panel__item a:hover .c-heading-lv6 {
    color: #d9340a;
  }
}
.p-fund .p-related .c-panel .c-panel__item a .c-heading-lv5 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin: 0;
  transition: color 0.3s ease;
}
.p-fund .p-related .c-panel .c-panel__item a .c-heading-lv6 {
  transition: color 0.3s ease;
}
.p-fund .p-related .c-panel .c-panel__item a .c-text-m {
  font-weight: normal;
  min-height: 66px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-related .c-panel .c-panel__item a .c-text-m {
    min-height: initial;
    line-height: 1.5;
  }
}
.p-fund .p-related .c-panel .c-panel__item a .u-line {
  display: inline-block;
}
.p-fund .p-related .c-panel--sm .c-panel__item a {
  padding: 18px 20px;
}
.p-fund .p-related .c-panel--sm .c-panel__item a .c-text-m {
  min-height: 45px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-related .c-link-list--inline {
    gap: 12px;
  }
  .p-fund .p-related .c-link-list--inline .c-link--pdf::after,
  .p-fund .p-related .c-link-list--inline .c-link--external::after {
    margin-right: 0;
  }
}
.p-fund .p-related .u-inline-break {
  margin-right: 20%;
}
.p-fund .p-first {
  padding: 80px 40px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-first {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding: 60px 16px;
    background-position: top right;
  }
}
.p-fund .p-first .c-heading-lv1 {
  color: #ffffff;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-first .c-heading-lv1 {
    font-size: 24px;
  }
}
.p-fund .p-first .c-heading-lv2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-first .c-heading-lv2 {
    margin-top: 40px;
  }
}
.p-fund .p-first .c-text-xl {
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fund .p-first .c-text-xl {
    font-size: 16px;
  }
}
.p-fund .p-first .c-link {
  color: #ffffff;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-fund .p-first .c-link:hover {
    opacity: 0.7;
  }
}
.p-fund .p-first .c-panel {
  margin-top: 40px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-first .c-panel {
    margin-top: 20px;
  }
}
.p-fund .p-first .c-panel .c-panel__item {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 24px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-first .c-panel .c-panel__item {
    padding: 12px 16px;
  }
}
.p-fund .p-first .c-panel .c-panel__item .c-heading-lv3 {
  font-weight: normal;
  margin: 0;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fund .p-first .c-panel .c-panel__item .c-heading-lv3 {
    height: auto;
  }
}
.p-fund .p-first .c-panel .c-panel__item img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-fund .p-first .c-panel .c-panel__item img {
    width: 100px;
    height: auto;
  }
}
.p-fund .p-first .c-panel .c-panel__item .c-text-l {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-first .c-panel .c-panel__item .c-text-l {
    height: auto;
  }
}
.p-fund .p-first .c-panel .c-panel__item .c-text-m {
  text-align: left;
  margin: 0;
}
.p-fund .p-flow {
  background-color: #EDF4F5;
  padding: 64px 120px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding: 60px 16px;
  }
}
.p-fund .p-flow .c-heading-lv2 {
  color: #31568C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow .c-heading-lv2 {
    margin-bottom: 32px;
  }
}
.p-fund .p-flow .c-flow-figure dl {
  display: flex;
  width: 100%;
  gap: 8px;
}
.p-fund .p-flow .c-flow-figure dl + dl {
  margin-top: -22px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow .c-flow-figure dl + dl {
    margin-top: -8px;
  }
}
.p-fund .p-flow .c-flow-figure dl dt {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #14325F;
  width: 160px;
  height: 200px;
  padding: 56px 0;
  text-align: center;
  flex-shrink: 0;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow .c-flow-figure dl dt {
    width: 58px;
    height: auto;
    justify-content: center;
    padding: 20px 0 12px;
  }
}
.p-fund .p-flow .c-flow-figure dl dt .c-step {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow .c-flow-figure dl dt .c-step {
    font-size: 12px;
  }
}
.p-fund .p-flow .c-flow-figure dl dt .c-step + span {
  font-size: 22px;
  font-weight: bold;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow .c-flow-figure dl dt .c-step + span {
    font-size: 20px;
    writing-mode: vertical-rl;
    padding: 0 16px;
  }
}
.p-fund .p-flow .c-flow-figure dl dt:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 50% 30px, 100% 0, 100% 170px, 50% 200px, 0 170px);
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow .c-flow-figure dl dt:before {
    clip-path: polygon(0 0, 50% 12px, 100% 0, 100% calc(100% - 12px), 50% 100%, 0 calc(100% - 12px));
  }
}
.p-fund .p-flow .c-flow-figure dl:nth-child(1) dt:before {
  background-color: #C7D9EC;
  clip-path: polygon(0 0, 160px 0, 160px 170px, 80px 200px, 0 170px);
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow .c-flow-figure dl:nth-child(1) dt:before {
    clip-path: polygon(0 0, 58px 0, 58px calc(100% - 12px), 29px 100%, 0 calc(100% - 12px));
  }
}
.p-fund .p-flow .c-flow-figure dl:nth-child(1) dd {
  border-top: none;
}
.p-fund .p-flow .c-flow-figure dl:nth-child(2) dt:before {
  background-color: #B5CCE5;
}
.p-fund .p-flow .c-flow-figure dl:nth-child(3) dt:before {
  background-color: #B5CCE5;
}
.p-fund .p-flow .c-flow-figure dl:nth-child(4) dt:before {
  background-color: #ABC5E2;
}
.p-fund .p-flow .c-flow-figure dl:nth-child(5) dt:before {
  background-color: #A1BFDF;
}
.p-fund .p-flow .c-flow-figure dl:nth-child(6) dt {
  color: #ffffff;
}
.p-fund .p-flow .c-flow-figure dl:nth-child(6) dt:before {
  background-color: #31568C;
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow .c-flow-figure dl:nth-child(6) dd {
    margin-bottom: 12px;
  }
}
.p-fund .p-flow .c-flow-figure dl dd {
  background-color: #ffffff;
  padding: 20px 24px;
  flex: 1;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow .c-flow-figure dl dd {
    height: auto;
    padding: 16px 16px 24px;
    border-top: 4px solid #EDF4F5;
    margin-top: -4px;
  }
}
.p-fund .p-flow .c-flow-figure dl dd .c-heading-lv5 {
  color: #31568C;
}
.p-fund .p-flow .c-flow-figure dl dd .c-buttonlist {
  margin-top: 16px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow .c-flow-figure dl dd .c-buttonlist {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-fund .p-flow .c-flow-figure dl dd .c-buttonlist .c-button--outline a {
    min-height: 50px;
    padding: 16px 24px;
  }
}