@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap";
@charset "UTF-8";

:root {
  /* Colors */
  --white: #ffffff;
  --text: #333333;
  --main-color: #b70024;
  --sub-color: #1968a8;
  --f5f5f5: #f5f5f5;
  --e6002d: #e6002d;
  --ffeff2: #ffeeec;
  --215385: #215385;
  --dddddd: #dddddd;
  --f8c5ac: #f8c5ac;
  --646464: #646464;
  --gradation: linear-gradient(
    90deg,
    rgba(230, 0, 45, 1) 0%,
    rgba(183, 0, 36, 1) 100%
  );
  --gradationttl: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 238, 236, 1) 100%
  );
  --linear: linear-gradient(
    180deg,
    rgba(255, 226, 183, 1) 0%,
    rgba(255, 253, 251, 1) 50%,
    rgba(255, 226, 183, 1) 100%
  );
  --bg: linear-gradient(
    0deg,
    rgba(255, 249, 250, 1) 0%,
    rgba(255, 238, 236, 1) 100%
  );
  --gold: linear-gradient(
    90deg,
    rgba(214, 135, 16, 1) 0%,
    rgba(255, 195, 104, 1) 50%,
    rgba(214, 135, 16, 1) 100%
  );
  --gold-hover: linear-gradient(90deg, #FFC368 0%, #D68710 50%, #FFC368 100%);
}
.container.fund {position: relative;}
.fund-master-explanation-mainld02 {
  display: flex;
  padding: 80px 50px 55px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  background: linear-gradient(0deg, #FFF 60.95%, #FFEEEC 100%);
}
.fund-master-explanation-mainld02 h2 {
  color: var(--text, #333);
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 4px;
  text-align: center;
}
.fund-master-explanation-mainld02 h2 .small {
  font-size: 32px;
  letter-spacing: 3.2px;
}
.fund-master-explanation-mainld02 h2 .c-red {
  color: var(--main-color, #B70024);
  font-family: "Noto Serif JP";
  font-size: 70px;
  font-weight: 700;
  line-height: 100%; /* 70px */
  position: relative;
  z-index: 10;
}
.fund-master-explanation-mainld02 .anchor-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width:100%;
}
@media (max-width: 767px) {
  .fund-master-explanation-mainld02  {
    padding: 80px 20px 0;
  }
  .fund-master-explanation-mainld02 h2 {
    font-size: 28px;
  }
  .fund-master-explanation-mainld02 h2 .small {
    font-size: 22px;
  }
  .fund-master-explanation-mainld02 h2 .c-red{
    font-size: 60px;
  }
}
@media (max-width: 1360px) {
  .fund-master-explanation-mainld02 .anchor-box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .fund-master-explanation-mainld02 .anchor-box {
    gap: 40px;
  }
}
.fund-master-explanation-mainld02 .anchor-item {
  width: 100%;
}
@media (min-width: 768px) {
  .fund-master-explanation-mainld02 .anchor-item:hover .item-top {
    background-color: #fdf0ee;
  }
}
.fund-master-explanation-mainld02 .anchor-item .item-top {
  display: flex;
  width: 100%;
  padding: 20px 40px 20px 40px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  background: var(--white, #FFF);
  /* shadow */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
}
@media (max-width: 1360px) {
  .fund-master-explanation-mainld02 .anchor-item .item-top {
    gap: 20px;
  }
}
.mod-head09 {
  color: var(--215385, #215385);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 1.2px;
  position: relative;
  padding: 0 10px;
  width: fit-content;
  margin: 0 auto 25px;
}
.mod-head09::after,
.mod-head09::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #215385;
  bottom: -4px;
}
.mod-head09::before {
  left: -20px;
  transform: rotate(-40deg);
}
.mod-head09::after {
  right: -20px;
  transform: rotate(40deg);
}
.fund-master-explanation-mainld02 .anchor-item .item-top  h3 {
  color: var(--text, #333);
  font-family: "Noto Serif JP";
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 100%;
}
.fund-master-explanation-mainld02 .anchor-item .item-top .small {
  font-size: 20px;
}
.fund-master-explanation-mainld02 .anchor-item .item-top p{
  color: var(--text, #333);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 14px;

  font-weight: 700;
  line-height: 100%; /* 14px */
}
.fund-master-explanation-mainld02 .anchor-item .item-top p span{
  color: var(--main-color, #B70024);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
}
.fund-master-explanation-mainld02 .anchor-item .item-bottom {
  color: var(--text, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 400;
  line-height: 160%; /* 24px */
  margin-top: 22px;
}
.fund-master-explanation-mainld02 .anchor-item .item-bottom svg{
  width: 29px;
  height: 11px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .mod-spacer-section {
    margin: 60px 20px 0;
  }
  .mod-head09 {
    padding: 0 20px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.2;
  }
  .mod-head09::before {
    left: 4px;
    height: 33px;
    bottom: -4px;
  }
  .mod-head09::after {
    right: 4px;
    height: 33px;
    bottom: -4px;
  }
  .fund-master-explanation-mainld02 .anchor-item .item-bottom {
    margin-top: 12px;
  }
  .fund-master-explanation-mainld02 .anchor-item .item-bottom svg {
    margin-top: 15px;
  }
  .fund-master-explanation-mainld02 .anchor-item .item-top {
    padding-bottom: 20px;
    gap: 30px;
  }
}
.fund-master-explanation-point-block {
  display: flex;
  padding: 50px 50px 80px 50px;
  flex-direction: column;
  align-items: center;
  background: var(--bg, linear-gradient(0deg, #FFF9FA 92.98%, #FFEEEC 100%));
  border-top: 4px solid #B70024;
}
.fund-master-explanation-point-wrap .fund-master-explanation-point-block {
  text-align: left;
}
.fund-master-explanation-point-wrap .toggle-btn {
  color: var(--text, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  line-height: 100%; /* 16px */
  border-radius: 5px;
  background: var(--ffeff-2, #FFEEEC);
  width: 100%;
  transition: 0.3s ease-in-out;
}
.fund-master-explanation-point-wrap .toggle-btn img {
  display: block;
  margin: 10px auto 0;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 0;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .fund-master-explanation-point-wrap .toggle-btn:hover {
    color: #fff;
    background-color: #B70024;
  }
  .fund-master-explanation-point-wrap .toggle-btn:hover img {
    top: 4px;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }
  .fund-master-explanation-point-wrap .toggle-btn.active:hover img{
    top: 0;
  }
  .fund-master-explanation-point-wrap .toggle-close-btn:hover {
    color: #fff;
    background-color: #B70024;
  }
  .fund-master-explanation-point-wrap .toggle-close-btn:hover img{
    top: -4px;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }
}
.fund-master-explanation-point-wrap .toggle-btn.active img {
  transform: rotate(180deg);
  top: 4px;
}
.fund-master-explanation-point-wrap .toggle-close-btn {
  margin-top: 20px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 5px;
  background: var(--ffeff-2, #FFEEEC);
  width: 100%;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.fund-master-explanation-point-wrap .toggle-close-btn img {
  transform: rotate(-180deg);
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
  transition: 0.3s ease-in-out;
}
.fund-master-explanation-point-wrap .sec-sub-ttl {
  color: var(--text, #333);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
}
.fund-master-explanation-point-wrap .sec-sub-ttl .int {
  text-decoration: underline;
}
.fund-master-explanation-point-wrap .sec-sub-ttl .small {
  font-size: 24px;
}
.toggle-content {
  width: 100%;
}
.toggle-content h3{
  color: var(--text, #333);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  padding: 2px 3px 3px 18px;
  justify-content: flex-end;
  align-items: center;
  border-left: 5px solid var(--main-color, #B70024);
}
.toggle-content .sub-ttl {
  color: var(--e6002d, #E6002D);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 200%; /* 36px */
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-color, #B70024);
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.toggle-content .noto-txt {
  color: var(--text, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  margin-top: 20px;
}
.toggle-content .noto-txt.mt50 {
  margin-top: 50px;
}
.toggle-content .noto-box02 {
  display: flex;
  padding: 30px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid var(--dddddd, #DDD);
  background: var(--white, #FFF);
  margin-top: 30px;
}
.toggle-content .noto-ttl02 {
  color: var(--text, #333);
  font-size: 14px;
  font-weight: 700;
  line-height: 120%; /* 14px */
  position: relative;
  padding-left: 28px;
  height: 20px;
  display: flex;
  align-items: center;
}
.toggle-content .noto-ttl02::before {
  content: "";
  background: url(../images/hatena.svg) no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.toggle-content .noto-txt02 {
  color: var(--text, #333);
  font-size: 14px;
  font-weight: 400;
  line-height: 200%; /* 28px */
}
.toggle-content .hr {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.toggle-content .graph-wrap {
  margin-top: 50px;
  display: flex;
  padding: 30px 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: var(--white, #FFF);
  /* shadow */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.toggle-content .graph-wrap.mt30 {
  margin-top: 30px;
}
.toggle-content .ttl-box {
  width: 100%;
}
.toggle-content .graph-ttl {
  border-radius: 5px;
  background: var(--e6002d, #E6002D);
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  border: none;
  padding: 10px 10px 9px;
}
.toggle-content .graph-wrap .date {
  color: var(--646464, #646464);
  text-align: center;
  font-family: "Rounded Mplus 1c";
  font-size: 13px;
  font-weight: 500;
  line-height: 100%; /* 13px */
  margin-top: 10px;
}
.toggle-content .graph-wrap p {
  color: var(--text, #333);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.toggle-content .dot-txt {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
}
.toggle-content .dot-txt::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.toggle-content .not-int{
  font-size: 14px;
}
.toggle-content .counter .dot-txt {
  padding-left: 26px;
}
.toggle-content .counter .dot-txt + .dot-txt  {
  margin-top: 5px;
}
.toggle-content .counter .dot-txt::before  {
  counter-increment: number 1;
  content: "※" counter(number) " ";
}
.toggle-content .column-box {
  margin-top: 45px;
  display: flex;
  padding: 43px 50px;
  flex-direction: column;
  border-radius: 0px 0px 10px 10px;
  border-top: 4px solid #215385;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  /* shadow */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.toggle-content .column-box .ttl-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle-content .column-box .ttl-box .en {
  margin-left: 20px;
  padding-left: 20px;
  height: 100%;
  border-left: 1px solid #215385;
  color: #215385;
  font-family: "Noto Serif JP";
  font-weight: bold;
}
.toggle-content .column-box .ttl-box .ttl {
  margin-left: 20px;
  color: var(--text, #333);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2; /* 22.4px */
  border: none;
}
.toggle-content .column-box .ttl-box .txt {
  color: var(--text, #333);
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
.toggle-content .column-box .table01 {
  width: 100%;
}
.toggle-content .column-box .table01 .bg-red {
  background: #ED7969;
  color: #fff;
}
.toggle-content .column-box .table01 .bg-blue {
  background: #50C0E1;
  color: #fff;
}
.toggle-content .column-box .table01 tr {
  display: flex;
}
.toggle-content .column-box .table01 th,
.toggle-content .column-box .table01 td{
  width: 50%;
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid var(--dddddd, #DDD);
  border-bottom: 1px solid var(--dddddd, #DDD);
}
.toggle-content .column-box .table01 th {
border-right: 1px solid var(--dddddd, #DDD);
}
.toggle-content .column-box .table01 td {
  background-color: #fff;
  font-size: 18px;
}
.toggle-content .table02 {
  width: 100%;
  overflow-x: auto;
  position: relative;
  padding-bottom: 10px;
}
.toggle-content .table02 table {
  min-width: 750px;
  width:100%;
}
.toggle-content .table02 tr {
  display: flex;
}
.toggle-content .table02 th ,
.toggle-content .table02 td {
  padding: 14px 20px;
  width: calc(220 / 843 * 100%);
  box-sizing: border-box;
  border-color: #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.toggle-content .table02 th {
  overflow: hidden;
  color: var(--text, #333);
  text-align: center;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  background: var(--dddddd, #DDD);
}
.toggle-content .table02 th.small {
  width: calc(183 / 843 * 100%);
}
.toggle-content .table02 th.bg-red {
  background: var(--main-color, #B70024);
  color: #fff;
}
.toggle-content .table02 td.bg-red {
  background: var(--ffeff-2, #FFEEEC);
}
.toggle-content .table02 td {
  font-size: 18px;
  background-color: #fff;
  text-align: center;
  border: 1px solid var(--COLOR-GRAY_MIDDLE, #E0E0E0);
}
.toggle-content .table02 .td_date {
  background: var(--f-5-f-5-f-5, #F5F5F5);
  font-size: 16px;
  width: calc(183 / 843 * 100%);
}
.toggle-content {
  /* overflow: hidden;
  height: 0;
  opacity: 0;*/

  transition: 0.3s ease-in-out;
}
.toggle-content .content-item + .content-item {
  margin-top: 50px;
}
.toggle-content .arrow-ttl {
  margin-top: 50px;
  margin-bottom: 25px;
}
  .toggle-content .column-box .txt + .txt {
    margin-top: 30px;
  }
  .fund-master-explanation-point-wrap .fund-master-explanation-point-block._b-arrow {
    margin-bottom: 0;
  }
@media (max-width: 767px) {
  .toggle-content .arrow-ttl {
    margin-bottom: 20px;
  }
  .fund-master-explanation-point-block._b-arrow {
    padding: 50px 20px 40px;
  }
  .fund-master-explanation-point-wrap .sec-sub-ttl {
    font-size: 28px;
  }
  .fund-master-explanation-point-wrap .sec-sub-ttl .small {
    font-size: 24px;
  }
  .toggle-content .sub-ttl {
    font-size: 16px;
    margin-top: 27px;
  }
  .toggle-content .noto-box02 {
    padding: 20px;
    margin-top: 30px;
  }
  .toggle-content .graph-wrap {
    padding: 20px;
  }
  .graph-wrap .img,
  .graph-wrap img {
    width: 100%;
  }
  .toggle-content .column-box {
    padding: 30px 20px;
  }

  .toggle-content .graph-ttl {
    font-size: 16px;
  }
  .toggle-content .column-box .ttl-box {
    flex-wrap: wrap;
  }
  .toggle-content .column-box .ttl-box .ttl {
    width: 100%;
    margin-top: 20px;
    line-height: 1.2;
    margin-left: 0;
    padding-left: 0;
    font-size: 24px;
  }
  .toggle-content .column-box .ttl-box .en {
    font-size: 16px;
  }
  .toggle-content .column-box .table01 th,
  .toggle-content .column-box .table01 td {
    padding: 20px 16px;
  }
  .toggle-content .table02 th, .toggle-content .table02 td {
    width: 220px;
  }
  .toggle-content .table02 th.small {
    width: 183px;
  }
  .toggle-content h3 {
    font-size: 20px;
  }
  .toggle-content .column-box .txt {
    font-size: 16px;
  }
}

.arrow-ttl {
  display: flex;
  padding: 10px 20px 10px 90px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  color: #fff;
  color: var(--white, #FFF);
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 24px */
}
.arrow-ttl::before {
  content: "";
  background: url(../images/right_arrow.svg ) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 42px;
  width: 36.28px;
  height: 24px;
}
.arrow-ttl.bg-yellow {
  background: #956721;
}
.arrow-ttl.bg-blue {
  background: var(--sub-color, #1968A8);
}
.arrow-ttl.bg-green {
  background: #00B59F;
}
.toggle-content .content-box {
  display: flex;
  gap: 70px;
}
.toggle-content .img {
  text-align: center;
}
.toggle-content .content-box .img01 {
  object-fit: contain;
}
.toggle-content .content-item {
  counter-reset: number 0;
}

.toggle-content .content-item li {
  color: var(--text, #333);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%;
  position: relative;
  padding-left: 30px;
}
.toggle-content .content-item li.bold {
  font-weight: bold;
}

.toggle-content .content-item  li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  width: 26.03px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  color: var(--white, #FFF);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%; /* 16px */
  position: absolute;
  left: 0;
  top: 8px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle-content .content-item .bg-yellow::before{
  background-color: #956721;
}
.toggle-content .content-item .bg-blue::before{
  background-color: #1968A8;
}
.toggle-content .content-item li span {
  font-weight: bold;
}
.toggle-content .ttl02 {
  color: var(--sub-color, #1968A8);
  font-size: 18px;
  font-weight: 500;
  line-height: 200%; /* 36px */
  border-bottom: 1px solid #1968A8;
  width: fit-content;
}
.toggle-content .table03   {
  overflow-x: auto;
  position: relative;
  padding-bottom: 10px;
}
.toggle-content .table03 table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 820px;
  width:100%;
}
.toggle-content .table03 td {
background-color: #fff;
border-top: 1px solid #ddd;
}
.toggle-content .table03 tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.toggle-content .table03 .td01 {
  width: 82px;
  padding: 20px 16px;
  overflow: hidden;
  color: var(--white, #FFF);
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  text-align: center;
}
.toggle-content .table03 .td02,
.toggle-content .table03 .td03 {
  padding: 18px 20px;
  overflow: hidden;
  color: var(--text, #333);
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.toggle-content .table03 td {
  height: 65px;
}
.toggle-content .table03 .td02 {
  width: 268px;
}
.toggle-content .table03 .td03 {
  width: 491px;
}
.toggle-content .table03 .red .td01{
  background: #ED7969;
}
.toggle-content .table03 .red .td02 {
  background: #FDEFEB;
}
.toggle-content .table03 .blue .td01{
  background: #50C0E1;
}
.toggle-content .table03 .blue .td02{
  background: #E7F8FD;
}
.toggle-content .table03 .green .td01{
  background: #5FA76F;
}
.toggle-content .table03 .green .td02{
  background: #EEFDF1;;
}
.toggle-content .table03 .yellow .td01{
  background: #F39800;
}
.toggle-content .table03 .yellow .td02{
  background: #FFF9EE;
}
.fund-master .fund-master-explanation-point-maintxt {
  align-items: flex-end;
  display: inline-flex;
  -ms-flex-align: center;
  padding-left: 16px;
  color: var(--text, #333);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}
.fund-master-explanation-point-maintxt .small {
  font-size: 1.8rem;
}
.fund-master-explanation-point-maintxt .di_iblock {
  padding-left: 20px;
  border-left: 1px solid #646464;
}
.fund-master .fund-master-explanation-point-maintxt .c-red{
  margin-left: 6px;
  font-size: 32px;
  padding-right: 0;
  line-height: 1;
}
@media (min-width: 1024px) and (max-width: 1258px) {
  .fund-master .fund-master-explanation-point-maintxt {
      flex-direction: row;
  }
}
@media (max-width: 767px) {
  .fund-master .fund-master-explanation-point-maintxt {
    display: flex;
  }
  .fund-master .fund-master-explanation-point-maintxt .di_iblock {
    margin-left: 20px;
  }
  .toggle-content .content-box {
    flex-direction: column;
    gap: 20px;
  }
  .arrow-ttl {
    font-size: 18px;
    padding: 10px 10px 10px 60px;
  }
  .arrow-ttl::before {
    width: 28px;
    height: 18.523px;
    left: 20px;
  }
  .arrow-ttl.small {
    font-size: 16px;
  }
  .toggle-content .content-item li::before {
    width: 22px;
    height: 22px;
  }
  .toggle-content .content-box .img01 {
    width: calc(220 / 390 * 100%);
    margin: auto;
  }
  .fund-master-explanation-point-wrap .toggle-close-btn {
    gap: 2px;
  }
  .toggle-content .table03 td {
    height: 65px;
  }
  .toggle-content .content-item li {
    font-size: 16px;
  }
  .toggle-content .content-item  li::before {
    top: 7px;
  }
}
.toggle-content .table02::-webkit-scrollbar ,
.toggle-content .table03::-webkit-scrollbar  {
  background-color: #E0E0E0;
  border-radius: 20px;
  height: 10px;
}
.toggle-content .table02::-webkit-scrollbar-thumb ,
.toggle-content .table03::-webkit-scrollbar-thumb  {
  background-color: #E6002D;
  border-radius: 20px;
  height: 10px;
  margin-top: 10px;
}

.banner-ttl-box {
  display: flex;
  padding: 25px 33px 30px 33px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
  width: 100%;
  border-radius: 10px;
  background: var(--gradation, linear-gradient(90deg, #E6002D 0.5%, #B70024 100.07%));
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.banner-ttl-box .banner-ttl {
  background-color: #fff;
  color: var(--main-color, #B70024);
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  clip-path: polygon(100% 0, 0 0, 0 900%);
  padding: 10px 66px 10px 90px;
  position: relative;
  margin-bottom: 30px;
  margin-left: -33px;
  width: fit-content;
}
.banner-ttl-box .banner-ttl::before {
  content: "";
  mask: url(../images/right_arrow.svg) no-repeat center / contain;
  background-color: #B70024;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 42px;
  width: 36.28px;
  height: 24px;
}
.banner-ttl-box .img-box{
  flex-shrink: 0;
}
.banner-ttl-box .img-box img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(137deg) brightness(103%) contrast(200%);
  /* width: 90px;
  height: 90px; */
  object-fit: contain;
}
.banner-ttl-box .check-txt{
  padding-left: 35px;
  position: relative;
  color: var(--white, #FFF);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2; /* 18px */
}
.banner-ttl-box .check-txt::before {
  content: "";
  display: block;
  width: 23.992px;
  height: 24px;
  background: url(../images/check.svg) no-repeat center ;
  background-color: #fff;
  background-size: 18px 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-ttl-box .check-txt + .check-txt {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .banner-ttl-box {
    padding: 25px;
  }
  .banner-ttl-box {
    flex-direction: column;
  }
  .banner-ttl-box .banner-ttl {
    margin-left: -25px;
    font-size: 22px;
    padding-left: 70px;
    padding-right: 40px;
  }
  .banner-ttl-box .banner-ttl::before {
    width: 34px;
    height: 20px;
    left: 22px;
  }
  .banner-ttl-box .banner-ttl .small {
    font-size: 18px;
  }
  .banner-ttl-box .img-box {
    width: 100%;
    text-align: center;
  }
}
.ib{
  display: inline-block;
}
.bold {
  font-weight: bold;
}
.c-red {
  color: var(--main-color, #B70024);
}
.c-blue {
  color: #215385;
}
.ta-c {
  text-align: center;
}
.mx-a {
margin-inline: auto;
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}
.pc {
  display: none;
}
@media (min-width:768px) {
  .pc {
    display: block;
  }
}

/* 秘訣3 */
.award-box {
  background-color: #fff;
  border: solid 4px #D68710;
  padding: 70px 45px 50px;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .award-box {
    padding: 50px 20px 20px;
    margin-top: 60px;
  }
}
.award-box .award-ttl {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 837px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .award-box .award-ttl {
    top: -60px;
    max-width: 324px;
    padding: 0;
  }
}
@media screen and (max-width:767px) {
  .award-box .txt {
    font-size: 16px;
    line-height: 200%;
  }
}
.award-box .major-awards-ttl {
  background-color: #D68710;
  border-radius: 40px;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: bold;
  max-width: 500px;
  margin: 30px auto 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
@media screen and (max-width:767px) {
  .award-box .major-awards-ttl {
    max-width: 290px;
  }
}
.award-box .awards-flex {
  margin-top: 35px;
}
@media screen and (min-width:768px) {
  .award-box .awards-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (min-width:768px) and ( max-width:1280px) {
  .award-box .awards-flex {
    gap: 10px;
  }
}
@media screen and (max-width:767px) {
  .award-box .awards-flex {
    margin-top: 30px;
  }
}
@media screen and (max-width:767px) {
  .award-box .awards-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .award-box .awards-item .awards-decoration {
    width: 63px;
  }
  .award-box .awards-item {
    max-width: 290px;
    margin: 0 auto;
  }
  .award-box .awards-item + .awards-item {
    margin-top: 30px;
  }
  .award-box .awards-item.awards01 .logo {
    width: 124px;
  }
  .award-box .awards-item.awards02 .logo {
    width: 180px;
    margin: 0 -10px;
  }
  .award-box .awards-item.awards03 {
    align-items: flex-start;
  }
  .award-box .awards-item.awards03 .logo {
    width: 132px;
  }
}
 .award-box .awards-item.awards02 .logo {
    width: 130px;
    margin: 0 20px;
  }

.txt-graph-flex {
  margin-top: 30px;
}
@media screen and (min-width:1281px) {
  .txt-graph-flex {
    display: flex;
    gap: 40px;
  }
  .txt-graph-flex .txt {
    width: calc(100% - 300px);
  }
}
.txt-graph-flex .img-area {
  width: 270px;
  margin: 30px auto 0;
  flex-shrink: 0;
}
.txt-graph-flex .img-area img {
  width: 100%;
}

.btn-area {
  margin-top: 40px;
  width: 100%;
}
.btn-area .c-btn01 {
  background-color: #B70024;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  line-height: 140%;
  width: 100%;
  max-width: 473px;
  transition: 0.3s ease-in-out;
  padding: 20px;
}
@media screen and (min-width:768px) {
  .btn-area .c-btn01:hover {
    background-color: #FF738F;
  }
}
.btn-area .c-btn01 .small {
  font-size: 15px;
}

/* 投資哲学 */
.philosophy-block {
  padding: 0 50px;
}
@media screen and (max-width:767px) {
  .philosophy-block {
    padding: 0 20px;
  }
}
.philosophy-block .philosophy-main-ttl {
  background-color: #215385;
  border-radius: 5px;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: bold;
  margin: 30px auto 0;
  padding: 2px 14px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width:767px) {
  .philosophy-block .philosophy-main-ttl {
    font-size: 16px;
    padding: 4px 14px;
  }
}
.philosophy-block .philosophy-txt {
  font-size: 16px;
  line-height: 200%;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .philosophy-block .philosophy-txt {
    text-align: left;
  }
}
.philosophy-block .philosophy-box {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 40px;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .philosophy-block .philosophy-box {
    padding: 20px;
  }
}
.philosophy-block .philosophy-ttl {
  border-left: solid 5px #215385;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 0 10px 23px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .philosophy-block .philosophy-ttl {
    padding: 0px 0 4px 18px;
  }
}
.philosophy-block .philosophy-item {
  margin-top: 40px;
  position: relative;
  padding-top: 66px;
}
@media screen and (max-width:767px) {
  .philosophy-block .philosophy-item {
    padding-top: 52px;
  }
}
.philosophy-block .philosophy-item .item-number {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 130px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 0;
  line-height: 100%;
}
@media screen and (max-width:767px) {
  .philosophy-block .philosophy-item .item-number {
    font-size: 70px;
  }
}
.philosophy-block .philosophy-item .item-ttl {
  color: #1968A8;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: bold;
  z-index: 1;
  position: relative;
}
@media screen and (max-width:767px) {
  .philosophy-block .philosophy-item .item-ttl {
    font-size: 22px;
    line-height: 120%;
  }
}
.philosophy-block .philosophy-item .item-txt {
  margin-top: 5px;
  line-height: 1.4;
}

.bnr-area {
  position: relative;
}

.bnr-link {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 5px;
  background: var(--gold, linear-gradient(90deg, #D68710 0%, #FFC368 50%, #D68710 100%));
  color: var(--white, #FFF);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  width: fit-content;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.bnr-link .link-block {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  max-width: 430px;
}
.bnr-link .link-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFC368 0%, #D68710 50%, #FFC368 100%);
  z-index: -1;
  border-radius: 5px;
}
@media screen and (min-width:768px) {
  .bnr-link .link-block  {
    min-width: 220px;
  }
}
@media screen and (min-width:768px) and (max-width:1450px) {
  .bnr-link {
    font-size: 14px;
    bottom: 1.7vw;
  }
  .bnr-link .link-block {
    padding: 20px 15px;
  }
}
@media screen and (min-width:1024px) and (max-width:1150px) {
  .bnr-link {
    line-height: 1.2;
  }
  .bnr-link .link-block {
    padding: 10px 15px;
  }
  .bnr-link .break {
    display: block;
  }
}

@media screen and (min-width:768px) {
  .bnr-link:hover  .link-block::after  {
    opacity: 1;
  }
}

.bnr-link .txt {
  position: relative;
  padding-right: 34px;
  display: block;
}
.bnr-link .txt::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/right_arrow02.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:767px) {
  .bnr-link {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 1.3;
  }
  .bnr-link .link-block {
    padding: 20px 30px;
  }
  .bnr-link .txt {
    padding-right: 25px;
  }
}
@media screen and (max-width:370px) {
  .bnr-link .link-block {
    padding: 10px 30px;
  }
}

@media screen and (max-width:767px) {
  .philosophy-block .philosophy-item .item-txt {
    font-size: 16px;
    line-height: 140%;
    margin-top: 19px;
  }
}

.fund-master-explanation-point-block._b-arrow {
  margin-bottom: 30px;
}

.under-line{
  position: relative;
  width: fit-content;
  display: inline;
  background:linear-gradient(transparent 96%, #333 0%);
  background-position: 0px -6px;
}
@media screen and (max-width:767px) {
  .under-line {
    background-position: 0px -4px;
  }
}
.pl16 {
  padding-left: 16px;
}
.idx-news-important-body li{
    margin-left: 20px;
  }

#page-top {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 99;
}
@media screen and (min-width:768px) and (max-width:1600px) {
  #page-top {
    right: 0;
  }
}
@media screen and (max-width:767px) {
  #page-top  {
    right: 10px;
    bottom: 100px;
    width: 30px;
    height: 30px;
  }
}
#page-top a {
  background-color: #B70024;
  border-radius: 50%;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  border: 1px solid #B70024;
}
#page-top a::after {
  content: "";
  mask: url(../images/pagetop_arrow.svg) no-repeat center / contain;
  background-color: #fff;
  width: 24px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width:768px) {
  #page-top a:hover {
    background-color: #fff;
  }
  #page-top a:hover::after {
    background-color: #B70024;
  }
}
@media screen and (max-width:767px) {
  #page-top a::after {
    width: 16px;
    height: 8px;
  }
}
.fund-global-explanation-point-block._b-arrow:after {
  display: none;
}

.color-pink {
  color: #f03;
}

.mod-button-a {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  padding: 0 10px;
  border: 2px solid  #b70024;
  background-color:  #b70024;
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: .4s
}

.mod-button-a:hover {
  opacity: .55;
    background-color: #ff738f;
}

.mod-button-a>span {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
  line-height: 1.5
}

.mod-button-a>span.ta_left {
  text-align: left
}

.mod-button-a>span .icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 14px;
  vertical-align: middle
}

.mod-button-a>span .icon.mr5 {
  margin-right: 5px
}

.mod-button-a>span .icon.mr10 {
  margin-right: 10px
}

.mod-button-a>span._flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:1024px) {
  .mod-button-a>span {
    padding: 0 15px
  }
  .mod-button-a>span.ta_lg_left {
    text-align: left
  }
}

@media screen and (max-width:767px) {
  .mod-button-a>span.ta_md_left {
    text-align: left
  }
}

.mod-button-a .icon {
  display: inline-block;
  fill: #fff;
  transition: .3s
}

@media screen and (max-width:1024px) {
  .mod-button-a:hover {
    opacity: 1;
    background-color: #ff738f;
  }
}

.pure-g .mod-button .hov-purple:hover {
  background-color: #52186D;
  border-color: #52186D;
}

@media screen and (min-width:768px) and (max-width:1300px) {
  .pure-g .mod-button-a>span {
    padding: 0 10px;
  }
  .pure-g .mod-button .mod-button-a .fs_24{
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .pure-g {
    display: block;
  }
  .pure-u-1-2,
  .pure-u-1-3 {
    padding-top: 0px;
  }
  .pure-u-1-2, .pure-u-12-24 {
    width: 100%;
  }
  
}

/* ナビゲーション */

.mod-sideNav-nav-btn.__purple {
  border: 2px solid #A64FCF;
  color: #A64FCF;
}
@media (min-width: 768px) {
  .mod-sideNav-nav-btn.__purple:hover {
    background-color: #A64FCF;
    color: #fff;
  }
}