@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768.9px) {
  .nav-logo a img {
    width: 100%;
    max-width: none;
    height: 22px;
  }
}

strong {
  color: #C55A11;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  box-sizing: border-box;
  min-width: 769px;
  padding: 40px 0;
}

.cont01 {	
padding: 0;	
}

@media screen and (max-width: 768.9px) {
  section {
    min-width: 320px;
    max-width: 768.9px;
    padding: 20px 0;
  }
}

.gift-frame {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 768.9px) {
  .gift-frame {
    padding: 0 16px;
  }
}

.w-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.title01 {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768.9px) {
  .title01 {
    margin-bottom: 1em;
  }
}
.title01 span {
  position: relative;
  display: inline-block;
  background: #D5171A;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 16px 30px;
}
@media screen and (max-width: 768.9px) {
  .title01 span {
    font-size: 1.8rem;
    padding: 16px;
  }
}
@media screen and (max-width: 400px) {
  .title01 span {
    font-size: 1.6rem;
  }
}

h2.title02 {
  font-size: 3rem !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #494949;
  margin-bottom: 1em;
  padding: 10px 30px;
}
@media screen and (max-width: 768.9px) {
  h2.title02 {
    font-size: 2.4rem !important;
    padding: 10px;
  }
}

.title03 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  .title03 {
    font-size: 1.8rem;
    text-align: left;
  }
}

.title03-1 {
  font-size: 2rem;
  font-weight: bold;
  color: #35573C;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  .title03-1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 460px) {
  .title03-1 {
    text-align: left;
  }
}

h3.title04 {
  display: flex;
  align-items: center;
  font-size: 2rem !important;
  font-weight: bold;
  border-bottom: 1px solid rgba(5, 15, 26, 0.95);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  h3.title04 {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 0;
  }
}
h3.title04 span {
  background-color: #343470;
  font-size: 1.6rem;
  color: #fff;
  margin-right: 0.5em;
  padding: 4px 10px;
}
@media screen and (max-width: 768.9px) {
  h3.title04 span {
    line-height: 1.4;
    margin-left: 0;
  }
}

.title05 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 500px) {
  .title05 {
    text-align: left;
  }
}

.title06 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.title07 {
　　max-width:900px;
  margin:0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  margin:0 0 14px 25px;
}

/* 見出しライン */
.line-gift {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-top: 3px solid #C55A11; /* 上の線 */
  border-bottom: 3px solid #C55A11; /* 下の線 */
}
.line-gift p {
  font-size: 1.5em;
  font-weight: bold; /* フォント太さ */
}
@media screen and (max-width: 768.9px) {
  .line-gift {
    font-size: 1.5rem;
    font-weight: bold; /* フォント太さ */
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-top: 3px solid #C55A11; /* 上の線 */
    border-bottom: 3px solid #C55A11; /* 下の線 */
  }
}

.lead-txt {
  line-height: 1.86 !important;
  margin-bottom: 1em;
  /* strong{
    color: #E5004C;
    font-weight: bold;
  } */
}

.lead-txt p {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768.9px) {
  .lead-txt p {
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.lead-txt-mb2 {
  font-size: 2rem;
  line-height: 1.86 !important;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (max-width: 768.9px) {
  .lead-txt-mb2 {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
}

.button01 a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 0 10px;
  padding: 25px 15px;
  background: #D5171A;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  border: solid 1px #D5171A;
  box-shadow: 6px 6px 0 0 rgb(150, 150, 150);
  text-decoration: none;
  transition: 0.3s;
  margin: 0 auto;
}
@media screen and (max-width: 768.9px) {
  .button01 a {
    font-size: 1.8rem;
  }
}
.button01 a:hover {
  top: 6px;
  left: 6px;
  box-shadow: 0 0 0 0 rgb(200, 200, 200);
}
.button01 a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 44px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media screen and (max-width: 450px) {
  .button01 a::before {
    right: 10px;
  }
}
/*-- 250321 Start */
/* mv */
#gift-mv-Sec-index {
  background-image: url("/fundinfo/special/indexfund/img/india/mv-top-index.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 130px 12px 20px 12px;
}
.lineup-index .newtab .acbg08#gift-mv-Sec-index {
  padding: 50px 0;
}
@media screen and (max-width: 768.9px) {
  #gift-mv-Sec-index {
    background-image: url("/fundinfo/special/indexfund/img/india/mv-top-sp.png");
    background-position: bottom right;
    padding: 80px 12px 20px 12px;
  }
}


#gift-mv-Sec {
  background-image: url("/fundinfo/special/indexfund/img/india/mv-top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 170px 12px 20px 12px;
}
.lineup-index .newtab .acbg08#gift-mv-Sec {
  padding: 50px 0;
}
@media screen and (max-width: 768.9px) {
  #gift-mv-Sec {
    background-image: url("/fundinfo/special/indexfund/img/india/mv-top-sp.png");
    background-position: bottom right;
    padding: 80px 12px 10px 12px;
  }
}
/* 250321 End */


.gift-mv-frame {
  max-width: 1200px;
  margin: 0 auto;
}

.mv-subtitle01 p {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #D5171A;
  margin-bottom: 10px;
  padding: 8px 10px;
}
@media screen and (max-width: 768.9px) {
  .mv-subtitle01 p {
    font-size: 2rem;
    padding: 4px 6px;
    margin-bottom: 6px;
  }
}

.mv-subtitle02 p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 8px 10px;
}
@media screen and (max-width: 768.9px) {
  .mv-subtitle02 p {
    font-size: 1.6rem;
    padding: 4px 6px;
    margin-bottom: 10px;
  }
}
/*-- 250321 Start */
.mv-head-txt {
  width: 100%;
  max-width: 880px;
  margin-bottom: 30px;
  margin-left:-110px;
}
@media screen and (max-width: 1270px) {
  .mv-head-txt {
    margin-left:0;
  }
}
@media screen and (max-width: 768.9px) {
  .mv-head-txt {
    margin:0 auto 20px auto;
  }
}

.nissei-s .so_mv_flex {
  margin-top:0;
}
@media screen and (max-width: 1270px) {
  .nissei-s .so_mv_flex {
    margin-left:100px;
  }
}
@media screen and (max-width: 768.9px) {
  .nissei-s .so_mv_flex {
    margin-left:0;
    margin-bottom:140px;
  }
}

.nissei-s .so_mv_note {
  margin-top:0;
  max-width:80%;
}
@media screen and (max-width: 1270px) {
  .nissei-s .so_mv_note {
    margin-left:100px;
  }
}
@media screen and (max-width: 768.9px) {
  .nissei-s .so_mv_note {
    margin:0 5%;
    max-width:90%;
  }
}

.movie_thumbnail {
	margin:0 auto 40px auto;
	text-align:center;
}


.nissei-s .arrow {
  margin-top:0;
  margin-bottom:20px;
}
/* 250321 End */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gift-features {
  display: flex;
  gap: 38px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .gift-features {
    flex-direction: column;
    gap: 20px;
    font-size: 1.5rem;
    align-items: center;
  }
}
.gift-features li {
  width: 100%;
  max-width: 214px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  padding: 20px 20px;
  font-weight:bold;
}
@media screen and (max-width: 768.9px) {
  .gift-features li {
    box-sizing: border-box;
    max-width: 440px;
    padding: 4px;
    margin: 0 auto;
  }
}
.gift-features p {
    font-weight:bold;
}
.gift-features li .highlight {
  color: #E5004C;
    font-weight:bold;
}
.gift-features li .sp-none {
  display: block;
}
.gift-features li .pc-none {
  display: none;
}
@media screen and (max-width: 768.9px) {
  .gift-features li .sp-none {
    display: none;
  }
  .gift-features li .pc-none {
    display: block;
  }
}


.gift-features li:not(:last-child)::before {
  content: "";
  background-image: url("/fundinfo/special/indexfund/img/india/mv_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 40%;
  right: -30px;
}
@media screen and (max-width: 768.9px) {
  .gift-features li:not(:last-child)::before {
    width: 12px;
    height: 12px;
    top: 106%;
    right: 50%;
    transform: translateX(50%);
  }
}

/* contents */
#gift-lead-Sec {
  background-color: rgba(113, 171, 184, 0.4);
}

.gift-contents01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768.9px) {
  .gift-contents01 {
    margin-bottom: 16px;
  }
}

.point-list01 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768.9px) {
  .point-list01 {
    font-size: 1.5rem;
  }
}
.point-list01 li {
  margin-bottom: 10px;
  line-height: 1.85;
  text-indent: -1.8em;
  padding: 0 0 0 2.5em;
}
.point-list01 li::before {
  content: "●";
  color: #52875E;
  margin: 0 0.5em 0 0;
}

.image01 {
  float: right;
  width: 420px;
  margin: 0 0 10px 20px;
}
@media screen and (max-width: 768.9px) {
  .image01 {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 768.9px) {
  .scroll-box {
    overflow: scroll;
  }
}

.scroll-attention {
  display: none;
}
@media screen and (max-width: 768.9px) {
  .scroll-attention {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #092987;
    border: 1px solid #092987;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px 0;
  }
}

.table01-image {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 8px;
  padding-left: 190px;
}
@media screen and (max-width: 768.9px) {
  .table01-image {
    box-sizing: border-box;
    padding-left: 0;
  }
}

.table-attention01 {
  max-width: 800px;
  color: #35573C;
  margin: 0 auto 40px;
  text-align:center;
}
@media screen and (max-width: 768.9px) {
  .table-attention01 {
    margin-bottom: 20px;
    padding-left: 0;
    text-align:left;
  }
}

.comment-contents {
  background-color: rgb(222, 235, 247);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 auto 40px;
  padding: 30px 20px 30px 40px;
}
@media screen and (max-width: 768.9px) {
  .comment-contents {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding: 15px 10px 15px 20px;
  }
}

.comment-contents-txt {
  flex-basis: calc(100% - 110px);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.85;
}
@media screen and (max-width: 768.9px) {
  .comment-contents-txt p {
    padding: 0;
  }
}

.comment-contents-image {
  flex-basis: 120px;
  text-align: center;
}
.comment-contents-image img {
  margin-bottom: 6px;
}

#gift-fund-Sec {
  background-color: #f5f5f5;
}

.point-list02 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768.9px) {
  .point-list02 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.point-list02 li {
  margin-bottom: 10px;
  line-height: 1.65;
  display: flex;
}
.point-list02 li::before {
  content: "●";
  color: #52875E;
  margin: 0 0.5em 0 0;
  float: left;
  display: block;
  width: 20px;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

.about-image {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768.9px) {
  .about-image {
    margin-bottom: 40px;
  }
}

.graph-image {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768.9px) {
  .graph-image {
    margin-bottom: 10px;
  }
}

.graph-about {
  max-width: 960px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768.9px) {
  .graph-about {
    margin-bottom: 20px;
  }
}

.table02 {
  width: 100%;
  max-width: 960px;
  font-size: 1.6rem;
  font-weight: 500;
  border-collapse: collapse;
  text-align: center;
  line-height: 1.65;
  background-color: #fff;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768.9px) {
  .table02 {
    width: 960px;
  }
}
.table02 th, .table02 td {
  border: 1px solid #fff;
  padding: 12px;
}
.table02 tr:nth-of-type(even) {
  background-color: #D8EBD6;
}
.table02 .table-header th {
  background-color: #52875E;
  color: #fff;
  border: 1px solid #fff;
  vertical-align: middle;
}
.table02 .table-header .column-2 span {
  display: block;
  font-size: 1.4rem;
}

.table-attention02 {
  max-width: 960px;
  margin: 0 auto;
}

.fund-logo {
  display: block;
  margin: 0 auto 20px;
}

.point-list03 {
  max-width: 900px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (max-width: 768.9px) {
  .point-list03 {
    font-size: 1.5rem;
  }
}
.point-list03 li {
  margin-bottom: 10px;
  line-height: 1.65;
  text-indent: -1.8em;
  padding: 0 0 0 2.5em;
}
.point-list03 li::before {
  content: "●";
  color: #52875E;
  margin: 0 0.5em 0 0;
}

.point-list03-attention {
  max-width: 900px;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto 40px;
  padding-left: 2em;
}
@media screen and (max-width: 768.9px) {
  .point-list03-attention {
    margin-bottom: 20px;
  }
}

#gift-attention-Sec {
  padding-top:0px;
  background-color: #f5f5f5;
}

.attention-list01 {
  max-width: 900px;
  margin: 0 auto 20px;
}
.attention-list01 li {
  margin-bottom: 10px;
  line-height: 1.65;
  text-indent: -1.2em;
  padding: 0 0 0 2.3em;
}
.attention-list01 li::before {
  content: "■";
  color: rgba(5, 15, 26, 0.6);
  margin: 0 0.5em 0 0;
}
.attention-list01 li ul li {
  text-indent: -1.5em;
  padding: 0 0 0 2.3em;
}
.attention-list01 li ul li::before {
  content: "●";
  font-size: 0.6em;
  color: rgba(5, 15, 26, 0.6);
  margin: 0 1em 0 0;
}

.attention-txt {
  max-width: 900px;
  margin: 0 auto 10px;
}/*# sourceMappingURL=add_india.css.map */

/* 20250206 start */
.gift-mv-Sec-index {
  background-image: url("/fundinfo/special/indexfund/img/india/mv-top-index.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 130px 12px;
}

.gift-lead-title {
  position: relative;
  display: inline-block;
  background: #343470;
  text-align: center;
  padding: 16px 30px;
}

.gift-lead-title p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768.9px) {
  .gift-mv-Sec-index {
    background-image: url("/fundinfo/special/indexfund/img/india/mv-top-index-sp.jpg");
    background-position: bottom right;
    padding: 80px 12px;
  }
}

/* iconList */
ul.iconList01,
ul.iconList02,
ul.iconList03 {
	margin-top: 15px;
}
li > ul.iconList01,
li > ul.iconList02 {
	margin-top: 11px;
}
li > ul.iconList03 {
	margin-top: 8px;
}
ul.iconList01 > li {
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height: 1.8;
}
ul.iconList01 > li:before {
	margin-right: 0.5em;
	color: #999999;
	font-size: 12px;
	font-size: 1.2rem;
	content: "●";
}
ul.iconList01 > li + li {
	margin-top: 10px;
}
ul.iconList02 > li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
ul.iconList02 > li:before {
	margin-right: 1em;
	color: #999999;
	font-size: 9px;
	font-size: 0.9rem;
	vertical-align: 3px;
	content: "●";
}
ul.iconList02 > li + li {
	margin-top: 15px;
}
ul.iconList03 > li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
ul.iconList03 > li:before {
	margin-right: 0.5em;
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: 3px;
	content: "・";
}
ul.iconList03 > li + li {
	margin-top: 5px;
}

/* numList */
.numList01,
.numList02 {
	margin-top: 15px;
}
li > .numList01,
li > .numList02 {
	margin-top: 11px;
}
.numList01 {
	counter-reset: numList01;
}
.numList01 > li {
	padding-left: 2em;
	text-indent: -2em;
}
.numList01 > li:before {
	margin-right: 1em;
	counter-increment: numList01;
	content: counter(numList01)".";
}
.numList01 > li + li {
	margin-top: 15px;
}
.numList02 {
	counter-reset: numList02;
}
.numList02 > li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
.numList02 > li:before {
	margin-right: 1em;
	counter-increment: numList02;
	content: "("counter(numList02)")";
}
.numList02 > li + li {
	margin-top: 15px;
}
.numList03 { /*170508追加（入れ子で使用）*/
	list-style-type: lower-roman;
}
.numList03 > li { /*170508追加（入れ子で使用）*/
	padding-left: 0;
	text-indent: 0;
	margin-left: 25px; margin-top:15px;
}
.numList03 > li + li { /*170508追加（入れ子で使用）*/
	margin-top: 5px;
}
.numList04 { /*170508追加*/
	list-style-type: lower-latin;
}
.numList04 > li { /*170508追加*/
	padding-left: 0;
	text-indent: 0;
	margin-left: 25px; margin-top:15px;
}
.numList04 > li + li { /*170508追加*/
	margin-top: 5px;
}
.numList05 { /*170508追加（入れ子で使用）*/
	list-style-type: upper-alpha;
}
.numList05 > li { /*170508追加（入れ子で使用）*/
	padding-left: 0;
	text-indent: 0;
	margin-left: 25px; margin-top:15px;
}
.numList05 > li + li { /*170508追加（入れ子で使用）*/
	margin-top: 5px;
}

/* rememberArea */
.rememberArea {
	background-color: #f5f5f5;
}
.rememberArea section {
	padding-top:0;
	padding-bottom:0;
}

.rememberArea .inner {
	position: relative;
	margin: 0 auto;
	padding: 30px 0 60px 0;
	font-size: 13px;
	font-size: 1.3rem;
}
.rememberArea .inner > section:first-child > *:first-child {
	margin-top: 0;
}
.rememberArea .title {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	color: #000000;
	text-align: center;
}
@media screen and (max-width: 640px) {
    ul.iconList01 > li {
        font-size: 3vw;
    }
}
.rememberArea .title + * {
	margin-top: 20px;
}
.rememberArea dl {
	margin-top: 15px;
}
.rememberArea dl dt {
	font-weight: bold;
}
.rememberArea dl dd {
	margin-top: 5px;
}
.rememberArea dl dd ul.iconList01 {
	margin-top: 0;
}
ul.iconList01 > li + li {
	margin-top: 0;
}
ul.iconList01 > li:before {
	color: #e5000f;
}

.so_cont01 {
	padding-top:0 !important;
}

/* 640px以上のとき */
@media screen and (min-width: 640px) {
  .sp-only {
    display: none;
  }
}

/* 640px未満のとき */
@media screen and (max-width: 639px) {
  .pc-only {
    display: none;
  }
}

/* 20250206 end */

/* 20250220 */
#header {letter-spacing: 0;}
.rememberArea{
    .inner {padding: 60px 0;
        > section {padding-inline: 15px;
            * {letter-spacing: 0;}
        }
    }
}
/*20250220 end*/