@charset "utf-8";
p {
  margin: 0;
}

body {
  padding-top: 0 !important;
}

.l-mv {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.l-mv__inner {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
}

.l-mv__text {
  position: absolute;
  top: 180px;
  left: 0;
}

.l-mv__image {
  width: 100%;
  overflow: hidden;
}

.l-mv__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.l-mv__inner {
  width: 100%;
  margin: 0 auto;
}

.l-intro {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
  z-index: -2;
  padding-top: 60px;
  padding-bottom: 80px;
}

.l-intro-point {
  position: relative;
  top: -60px;
  padding-top: 120px;
  padding-bottom: 60px;
  width: 100%;
  background-color: #f5f5f5;
}

.l-intro__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.l-intro__text {
  font-size: 32px;
  line-height: 50px;
  color: #002f37;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.l-intro__text:first-child {
  margin-top: 0px;
}

.l-intro__imagearea {
  display: flex;
  flex-wrap: wrap;
}

.l-intro__image {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: calc(50% - 5px);
  height: 420px;
  padding: 60px 40px 0px;
  box-sizing: border-box;
  border-radius: 80px 0 80px 0;
}
.l-intro__image::before {
  content: '';
  background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url("/content/dam/daiwasecurities/products/portal/250911/img/mv_image_pc.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  filter: blur(20px);
  z-index: -1;
}
.l-intro__image:nth-child(odd) {
  margin-right: 10px;
}
.l-intro__image:nth-child(even) {
  transform: translateY(60px);
  margin-bottom: 60px;
}
.l-intro__image:nth-child(n + 3) {
  margin-top: -40px;
}

.l-intro__image img {
  width: auto;
}

.l-intro__image-heading {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: bold;
}

.l-intro__image-text {
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
}

.l-intro__image-text li{
  margin-top: 0px;
}

.l-intro__image_onecolumn {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 960px;
  height: auto;
  padding: 80px 60px;
  box-sizing: border-box;
  border-radius: 80px 0 80px 0;
  margin: 0 auto;
}
.l-intro__image_onecolumn::before {
  content: '';
  background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url("/content/dam/daiwasecurities/products/portal/250911/img/contents_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  filter: blur(20px);
  z-index: -1;
}

.l-intro__image_onecolumn img {
  width: auto;
}

.l-intro__image_onecolumn p {
  font-size: 20px;
  color: #fff;
  margin-top: 40px;
}
.l-intro__image_onecolumn p:nth-of-type(n + 2) {
  color: #fff;
  margin-top: 15px;
}

.l-intro__contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 60px;
  background: #fff;
}
.l-intro__contents ol{
  counter-reset: listnum;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #fff;
}
.l-intro__contents ol li{
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
  text-indent: -24px;
  padding-left: 24px;
}
.l-intro__contents ol li::before{
  counter-increment: listnum;
  content: counter(listnum);
  margin-top: 15px;
  padding-right: 15px;
  font-size: 20px;
  color: #fff;
}
.l-intro__image-margin {
}

.l-intro-issue {
  width: 100%;
  position: relative;
}

.l-intro-issue__inner {
  position: relative;
  top: -60px;
  left: 0;
}

.l-intro-issue__contentsarea {
  width: 90%;
  height: auto;
  padding: 80px 0;
  background: #e6e6e6;
  border-radius: 0 0 50px 0;
  box-sizing: border-box;
}

.l-intro-issue__contents {
  display: flex;
}

.l-intro-issue__contents .title {
  display: inline-block;
  width: auto;
  margin-right: 60px;
  margin-left: 20%;
}

.l-intro-issue__contents .title img {
  max-width: none;
}

.l-intro-issue__contents .item {
  border-left: 1px solid #7b7b7b;
  padding: 0 40px 0 60px;
}

.l-intro-issue__contents .item .item__inner {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.l-intro-issue__contents .item li a {
  display: block;
  text-decoration: none;
  padding: 8px 20px;
  background: #fff;
  font-size: 16px;
  color: #333;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 50px;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
}
.l-intro-issue__contents .item li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.note__area {
  margin: 20px 0 0;
}
.note__area .note {
  font-size: 16px;
  position: relative;
  padding-left: 1em;
}
.note__area .note::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
}
.note__area .note:not(:last-child) {
  margin-bottom: 3px;
}



.m-fund-slider-btn-block {
  padding-bottom: 0 !important;
}


.l-intro-document {
  margin-bottom: 80px;
}

.l-intro-document__inner {
  width: 960px;
  margin: 0 auto;
}

.l-intro__products {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}


/* BX SLIDER */
.m-fund-slider > .bxslider > li{
  display:none;
}
.m-fund-slider > .bxslider > li:first-of-type{
  display:block;
}

.bx-wrapper{
  box-shadow:0 5px 30px rgba(0,0,0,0.1);
}
.m-fund-slider-title{
  display:block;
  text-align:center;
  font-size:2.2rem;
  font-weight:normal;
  padding-top: 26px;
  padding-bottom: 22px;
}
.m-fund-slider{
  position:relative;
  max-width:715px;
  padding:0 123px;
  margin:0 auto;
}
.bx-controls-direction a{
  display:block;
  width:70px;
  height:70px;
  position:absolute;
  top:50%;
  margin-top:-35px;
  background-image:url(/content/dam/daiwasecurities/products/portal/common/b/img/slide_btn.png);
  background-size:cover;
  background-repeat:no-repeat;
  opacity:0.6;
}
.bx-controls-direction a:hover{
  opacity:0.5;
}
.bx-controls-direction a.disabled{
  opacity:0.1;
  cursor:default;
}
.bx-controls-direction a.bx-next{
  right:23px;
}
.bx-controls-direction a.bx-prev{
  left:23px;
  transform:rotate(180deg);
  transform-origin:center center;
}
.bx-pager{
  display:flex;
  justify-content:center;
  padding:28px 0 42px 0;
}
.bx-pager a{
  width:66px;
  border:solid 3px transparent;
  box-sizing:border-box;
  margin:0 2px;
}
.bx-pager a.active{
  border:solid 3px #c22112;
}
.bx-pager a img{
  display:block;
  width:100%;
  box-sizing:border-box;
  border:solid 1px #cccccc;
}




/* すべてを見る（PDF） */
.m-dl-btn,
.m-dl-btn:visited{
  display:block;
  margin:0 auto;
  max-width:400px;
  width:100%;
  box-sizing:border-box;
  background:#f6f6f6;
  border:solid 1px #cccccc;
  border-radius:4px;
  text-align:center;
  text-decoration:none;
  color:#333333;
  font-size:1.6rem;
  padding: 17px 15px;
}
.m-dl-btn::before{
  content:'';
  width:27px;
  height:20px;
  background-image:url(/content/dam/daiwasecurities/products/portal/common/b/img/icon_download.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  display:inline-block;
  margin-right:10px;
  vertical-align: middle;
}
.m-dl-btn:hover,
.m-dl-btn:visited:hover{
  background-color: rgba(246, 246, 246, 0.2);
}

.etf-thema-title{
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 40px;
}
/* tbl
----------------------------------------------- */
.tbl._blue th{
  background: #77a5a7;
  color: #fff;
  border: 1px solid #497172;
  font-weight: normal;
  font-size: 1.6rem;
}
.tbl._blue td{
  border: 1px solid #497172;
  font-weight: normal;
  font-size: 1.6rem;
}
.tbl._blue tr td:first-child{
  font-size: 1.8rem;
  font-weight: bold;
}
.tbl._navy th{
  background: #002f37;
  color: #fff;
}
.tbl._navy .evencolor tr{
  background-color: #FFFFFF;
}
.tbl._navy .evencolor tr:nth-child(odd){
  background-color: #DDDDDD;
}
.tbl._blue tr{
  background: #f7f7f7;
}
.tbl._blue tr:nth-child(odd){
  background: #dbe4e4;
}
.tbl._blue._gaiyou tr{
  background: #fff;
}
.tbl._navy .th_bg_bluegreen{
  background: #2f6069;
}

/* 豊富なETFのラインアップ */
.l-intro-etf {
  background-color: #e5e5e5;
  padding-top: 80px;
}
#anc-etf-03.anc-title{
  margin-bottom: 0rem;
}
.anc-title{
  text-align: left;
  font-size: 2.6rem;
}
.etf-anc_menu{
  background: #f4f4f4;
}
.etf-anc_menu div{
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 960px;
}
.etf-anc_menu div .anc_list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
}
.etf-anc_menu div .anc_item a{
  color: #002f37;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  width: 232px;
  height: 32px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.etf-anc_menu div .anc_item a:hover{
  /* text-decoration: underline; */
}
.etf-anc_menu div .anc_item a:after{
  content: "▼";
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 1.4rem;
  vertical-align: baseline;
}
.etf-fund-list .etf-anc_menu{
  background: none;
}
.etf-fund-list .etf-anc_menu div{
  width: 960px;
}
.etf-fund-list{
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.etf-fund-list h3{
  background: #ff5400;
  padding: 2.0rem;
  color: #fff;
  border-top: solid 1px #b8cecf;
  font-size: 2.8rem;
}
.etf-fund-list h3 span{
  font-size: 1.8rem;
  display: inline-block;
  margin-left: 2rem;
  font-weight: normal;
}
.etf-fund-list h3:nth-of-type(2){
  background: #002e37;
}
.etf-fund-list h3:nth-of-type(3){
  background: #606060;
}
.etf-fund-list h3:nth-of-type(4){
  background: #8e8e8e;
}
.etf-fund-list-dtl{
  margin-bottom: 50px;
}
.etf-fund-list-dtl .ank_up:after{
  content: "▲";
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: top;
}
.etf-table{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.etf-table td,
.etf-table th{
  text-align:left;
  vertical-align:middle;
  font-weight:normal;
  font-size:1.6rem;
  padding:11px 15px;
  border-bottom:solid 1px #b3b3b3;
}
.etf-table th{
  border-top:solid 1px #b3b3b3;
  background-color:#f5f5f5;
  white-space:nowrap;
}
.etf-table tr:nth-of-type(even){
  background: #f5f5f5;
}
.etf-table tr:nth-of-type(odd){
  background: #fff;
}
.etf-table tr th:first-of-type,
.etf-table tr td:first-of-type{
  padding-left:20px;
}
.etf-table tr th:last-of-type,
.etf-table tr td:last-of-type{
  padding-right:20px;
}
.etf-table-td1{
  width: 48px;
}
.etf-table-td2{
  width: 307px;
}
.etf-table-td3{
  width: 370px;
}
.etf-table-td4{
  width: 72px;
}
.etf-table-td5{
  width: 73px;
}
.etf-thema{
  width: 100%;
  max-width: 960px;
  padding: 0 15px;
  box-sizing: border-box;
  margin:0 auto 90px auto;
  text-align: center;
  color: #002f37;
}
.etf-thema._topparts{
  max-width:1060px;
}
.etf-thema_title{
  font-size: 3.4rem;
  margin-bottom:20px;
  font-weight: bold;
  display:block;
  color: #002f37;
}
._topparts{
  margin-top: 60px;
}
.p-movie_btn a {
  display: block;
  width: 114px;
  height: 40px;
  border-radius: 5px;
  background: #00849b;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.p-movie_btn a:hover {
  opacity: 0.8;
}
.p-purchase_btn a {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  background: #c22112;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.p-purchase_btn a:hover {
  opacity: 0.8;
}


.l-youtube {
  background-color: #e5e5e5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-youtube__image-heading {
  width: 960px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  line-height: 36px;
  margin: 0 auto;
  padding-top: 40px;
}

.l-youtube__image-text {
  width: 960px;
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
  padding-top: 20px;
}
.l-youtube__label {
  display: inline-block;
  width: 350px;
  text-align: left;
  margin-right: 5px;
}
.l-youtube__text {
  display: inline-block;
}

.p-cv {
  display: flex;
  justify-content: center;
  background: #f0f0f0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-cv__btn:first-of-type a {
  background: #c6911f;
}

.p-cv__area {
  display: flex;
  gap: 20px;
}

.p-cv__btn a {
  display: block;
  width: 280px;
  padding: 25px 0;
  border-radius: 5px;
  background: #c22112;
  text-align: center;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.p-cv__btn a:hover {
  opacity: 0.8;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
}


.p-cv__area-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}




.notice__area {
  padding: 70px 0 80px;
}

.panel-note {
  width: 100%;
  max-width: 898px;
  font-size: 16px;
  margin: 0 auto 15px;
}

.panel-note > .panel-hdg-02 {
  font-size: 16px;
}




/* footer-nav-top */
.footer {
  position: relative;
}

.footer-nav-top {
  display: block;
}

/*** コンバージョンエリア
--------------------------------------------- ***/
/* conversion-sp
----------------------------------------------- */
.etf-conversion{
  width: 100%;
  padding: 10px 0 10px 0;
  box-sizing: border-box;
  background: rgba(0,0,0,0.6);
  transition: all 0.3s ease;
  min-width: 1100px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.etf-conversion.is-show{
}
.etf-conversion.is-hidden{
  display: none;
}

.etf-conversion._narrow_margin{
  margin-bottom: 30px;
}
.etf-conversion > ._trade_links{
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.etf-conversion > ._trade_links > ._link{
  width: 100%;
  max-width: 350px;
  margin: 0 30px;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  background-color: #ff5400;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
  min-width: 340px;
}
.etf-conversion > ._trade_links > ._link::before{
  content: '';
  display: block;
  width: 14px;
  height: 24px;
  margin-right: 15px;
  background: url(/content/dam/daiwasecurities/products/equity/foreign/etf/globalx/images/arrow-cv-white.svg) center / contain no-repeat;
  position: relative;
  bottom: 1px;
}
.etf-conversion > ._trade_links > ._link::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.etf-conversion > ._trade_links > ._link:hover::after{
  opacity: 0.3;
}
.etf-conversion > ._trade_links > ._link.bottom-conversion_open {
  background-color: #002f37; /* 口座開設ボタンの背景色 */
}
.etf-conversion > ._trade_links > ._link > span {
  position: absolute;
  top: -35px;
  display: block;
  color:#333;
  font-weight: normal;
}
.etf-conversion > ._comment{
  text-align: center;
  margin-bottom: 10px;
}
.etf-conversion > ._open_link{
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 19px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #c22112;
  color: #c22112;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
}
.etf-conversion > ._open_link::before{
  content: '';
  display: block;
  width: 12px;
  height: 18px;
  margin-right: 15px;
  background: url(/content/dam/daiwasecurities/products/equity/foreign/etf/globalx/images/arrow-cv-red.svg) center / contain no-repeat;
  position: relative;
  bottom: 1px;
}
.etf-conversion > ._open_link::after{
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.etf-conversion > ._open_link:hover::after{
  opacity: 0.3;
}
.etf-conversion ul {
  display:flex;
  gap:20px;
  margin:0;
  justify-content: center;
}
.etf-conversion ul li {
  width: 260px;
  /* flex:1 1 auto; */
}
.etf-conversion a {
  display:flex;
  justify-content: center;
  align-items:center;
  background-size: 100%;
  background-repeat: no-repeat;
  position:relative;
  text-align:center;
  color:white;
  text-decoration:none;
  padding:0;
  box-sizing: border-box;
  height:50px;
  position:relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.etf-conversion a::before {
  content: '';
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
  opacity: 0;
  transition:all 0.2s ease;
}
.conversion-sp-open {
  background-image: url('/content/dam/daiwasecurities/products/portal/250911/img/conversion_01.png');
}
.conversion-sp-trade {
  background-image: url('/content/dam/daiwasecurities/products/portal/250911/img/conversion_02.png');
}
.panel-note {
  border: 0px solid #333;
}
.etf-notice {
  width:  960px;
  margin: 0 auto 15px auto;
}
.etf-notice .panel-note {
  border: 1px solid #333;
  padding: 25px 30px 23px;
  margin: 0 0 15px;
}
.etf-notice .panel-note ul {
  padding-left: 0px;
}
.etf-notice .panel-note ul li {
  margin: 0px;
  list-style-type: none;
}
.etf-notice .panel-note p {
  margin: 0 0 15px;
}
.etf-notice .m-top20{
  width: 90%;
  margin-top: 20px !important;
  padding: 0 5%;
}
.footer-inner {
  padding:36px 0 90px;
}
.footer-nav-top a{
  bottom:90px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }

  /* mv */
  .l-mv {
    width: 100%;
    height: auto;
  }

  .l-mv__image {
    display: block;
    width: 100%;
  }

  .l-mv__image img {
    width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: contain;
  }

  .l-mv__text {
    display: none;
  }

  .l-mv__inner {
    max-width: 100%;
    box-sizing: border-box;
  }


  /* introエリア */
  .l-intro {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .l-intro__inner {
    max-width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .l-intro-point {
    position: relative;
    top: -30px;
    padding-top: 90px;
    padding-bottom: 90px;
  }


  /* ポイント */
  .l-intro__text {
    font-size: 20px;
    line-height: 30px;
    padding: 16px;
  }
  .l-intro__image-heading {
    font-size: 16px;
    font-weight: bold;
  }
  .l-intro__image-text {
    font-size: 14px;
    margin-top: 0px;
  }
  .l-intro__image-text li{
    margin-top: 0px;
  }


  .l-intro__imagearea {
    display: flex;
  }

  .l-intro__image {
    width: 90%;
    /* height: 49vh; */
    height:auto;
    padding: 40px 25px 0px;
    box-sizing: border-box;
    border-radius: 60px 0 60px 0;
  }
  .l-intro__image-margin {
      margin-top: 35px;
  }

  .l-intro__image:nth-child(odd) {
    margin-right: 0;
  }

  .l-intro__image:nth-child(even) {
    margin-left: auto;
    transform: translateY(0);
    margin-bottom: 0;
  }

  .l-intro__image:nth-child(n + 2) {
    margin-top: 5%;
  }

  .l-intro__image img {
    max-width: 115px;
  }

  .l-intro__image_onecolumn {
    padding: 60px 25px;
    border-radius: 60px 0 60px 0;
  }

  .l-intro__image_onecolumn img {
    width: 32px;
  }

  .l-intro__image_onecolumn p {
    font-size: 14px;
    margin-top: 20px;
  }

  .l-intro__image_onecolumn p:nth-of-type(n) {
    margin-top: 15px;
  }

  .l-intro__contents {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .l-intro__contents ol{
    counter-reset: listnum;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
  }
  .l-intro__contents ol li{
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    text-indent: -24px;
    padding-left: 24px;
  }
  .l-intro__contents ol li::before{
    counter-increment: listnum;
    content: counter(listnum);
    padding-right: 15px;
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
  }
  /* 主な紹介銘柄 */
  .l-intro-issue__inner {
    padding: 0 5% 0 0;
  }

  .l-intro-issue__contentsarea {
    padding: 60px 5%;
    width: 100%;
  }
  .l-intro-issue__contents {
    display: block;
    width: 100%;
  }
  .l-intro-issue__contents .title {
    display: flex;
    justify-content: flex-start;
    padding-left: 0px;
    margin:0 0 30px;
  }
  .l-intro-issue__contents .item {
    border-left: none;
    padding: 0;
  }
  .l-intro-issue__contents .item li a {
    font-size: 14px;
  }
  .l-intro-issue__contents .title img {
    width: auto;
    height: 20px;
  }

  .note__area .note {
    font-size: 14px;
  }




  /* スライダー */
  .l-intro-document {
    width: calc(100% + 20px);
    margin-left: -10px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
    width: 100%;
  }

  .l-intro-document__inner {
    width: calc(100% - 22px);
    margin: 0 auto;
  }

  .m-fund-slider {
    padding: 0;
  }

  .bx-wrapper {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .m-fund-slider-btn-block {
    padding:30px 0 0 0;
  }

  .bx-controls-direction a{
    width: 40px;
    height: 98px;
    margin-top: -49px;
    width:49px;
    background-image:url(/content/dam/daiwasecurities/products/portal/common/b/img/slide_btn_sp.png);
    background-size:98px 98px;
    
  }
  .bx-controls-direction a.bx-prev{
    left:-22px;
  }
  .bx-controls-direction a.bx-next{
    right:-22px;
  }
  .bx-pager{
    display:none;
  }
  .m-dl-btn,
  .m-dl-btn:visited{
    max-width: 250px;
    border-radius: 4px;
    font-size: 1.6rem;
    padding: 12px 10px;
  }




  /* すべてを見る（PDF） */
  .m-dl-btn,
  .m-dl-btn:visited{
    transition: background 0.15s;
  }

  .m-dl-btn,
  .m-dl-btn:visited{
    max-width: 250px;
    border-radius: 4px;
    font-size: 1.6rem;
    padding: 12px 10px;
  }

  .m-dl-btn::before{
    width:25px;
    background-image:url(/content/dam/daiwasecurities/products/portal/common/b/img/icon_download_sp.png);
    background-size:100% auto;
  }
  .tbl._blue th{
    font-size: 14px;
  }
  .tbl._blue td{
    font-size: 14px;
  }
  /* 豊富なETFのラインアップ */
  .l-intro-etf {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .etf-fund-list .etf-anc_menu div{
    padding: 15px 10px;
    width: auto;
  }
  .etf-fund-list{
    padding: 0 5%;
  }
  .etf-fund-list h3{
    font-size: 2rem;
    padding: 1.2rem;
    margin-top:10px;
  }
  .etf-fund-list h3 span{
    font-size: 1.6rem;
    margin-left: 0;
    display: block;
  }
  .etf-fund-list-dtl{
    margin-bottom: 30px;
  }
  .etf-anc_menu div{
    padding: 15px 20px;
    width: auto;
  }
    .etf-fund-list .etf-anc_menu div{
      padding: 0px 0px;
      width: auto;
    }
  .etf-anc_menu div .anc_list{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    padding-bottom: 20px;
  }
  .etf-anc_menu div .anc_item{
    padding-bottom: 4px;
    padding-left: 2px;
    width: calc((100% - 12px) / 2);
  }
  .etf-anc_menu div .anc_item:last-of-type{
    border: none;
    padding-bottom: 0;
  }
  .etf-anc_menu div .anc_item a{
  width: 100%;
  text-align: center;
  }
  .etf-anc_menu div .anc_item a:before{
    font-size: 1.6rem;
  }
  .etf-anc_menu div .anc_item a:after{
    font-size: 1.4rem;
  }
  .anc-title{
    font-size: 2.4rem;
    margin: 30px 0;
  }
  #anc-etf-03.anc-title{
    padding-top: 60px;
    padding-bottom: 25px;
    margin: 0;
  }
  .etf-thema{
    margin-bottom:10px;
  }
  .etf-thema_title{
    margin-bottom:25px;
    font-size: 2.2rem;
  }
  .etf-thema_desc > div {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .etf-thema_desc > div strong{
    font-size: 1.6rem;
  }
  .etf-thema._topparts{
    margin-top: 20px;
  }
  .p-movie_btn a {
    width: 112px;
    height: 38px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-purchase_btn a {
    width: 112px;
    height: 38px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .etf-table,
  .etf-table tbody,
  .etf-table tbody tr,
  .etf-table tbody tr td,
  .etf-table tbody tr td:first-of-type,
  .etf-table tbody tr td:last-of-type{
    display:block;
    padding:0;
    margin:0;
    border:none;
    box-sizing:border-box;
    font-size:1.4rem;
  }
  .etf-table tbody tr{
    border-bottom:solid 1px #b3b3b3;
  }
  .etf-table tbody tr:first-of-type{
    border-top:solid 1px #b3b3b3;
  }
  .etf-table tr:nth-of-type(even){
    background: #fff;
  }
  .etf-table tbody tr td,
  .etf-table tbody tr td:first-of-type,
  .etf-table tbody tr td:last-of-type{
    display:flex;
  }
  .etf-table tbody tr td span{
    padding:7px 10px 7px 15px;
    flex:1;
  }
  .etf-table tbody tr td span p.p-movie_btn {
    display: flex;
    justify-content: center;
  }
  .etf-table tbody tr td span p.p-purchase_btn {
    display: flex;
    justify-content: center;
  }
  .etf-table tbody tr td::before{
    content:attr(data-th);
    background-color:#f5f5f5;
    padding:7px 10px;
    width:90px;
    box-sizing:border-box;
  }
  .etf-table tbody tr td:first-of-type span,
  .etf-table tbody tr td:first-of-type::before{
    padding-top:17px;
  }
  .etf-table tbody tr td:last-of-type span,
  .etf-table tbody tr td:last-of-type::before{
    padding-bottom:17px;
  }
  /* cvエリア */
  .p-cv__area {
    display: grid;
    grid-template-columns: 1fr;
  }

  .p-cv__area-2col {
    grid-template-columns: 1fr;
  }




  /* notice */
  .notice__area {
    padding: 30px 0 40px;
  }
  .panel-note {
    width: 70.1333333333%;
    max-width: 960px;
    margin: 5.3333333333% auto 10.6666666667%;
    font-size: 14px;
  }
  .panel-note > .panel-hdg {
    font-size: 14px;
  }
  .panel-note > .panel-hdg-02 {
    font-size: 14px;
  }




  /* footer-nav-top */
  .footer-nav-top a {
    bottom: 75px;
  }
  .l-youtube {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-youtube__image-heading {
    width: 90%;
    font-size: 18px;
    margin-top: 30px;
    padding-top: 0px;
  }
  .l-youtube__image-text {
    width: 90%;
    font-size: 14px;
    padding-top: 20px;
  }
  .l-youtube__label {
    display: inline-block;
    width: 301px;
    text-align: left;
    margin-right: 5px;
  }
  .l-youtube__text {
    display: inline-block;
  }
  .l-intro__products {
    width: 90%;
    max-width: 960px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .etf-thema-title{
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
  }
  
  .conversion-sp {
    display:block;
    position:fixed;
    bottom:-100%;
    left:0;
    width:100%;
    background:rgba(0,0,0,0.6);
    padding:12px 0 12px 0px;
    box-sizing: border-box;
    transition:all 0.3s ease;
    min-width:auto;
  }
  .conversion-sp ul {
    display:flex;
    margin:0;
    justify-content: center;
    margin-left: 0;
    gap: calc(30 / 750 * 100%);
  }
  .conversion-sp ul li {
    width: calc(320 / 750 * 100%);
  }
  .conversion-sp a {
    display:flex;
    justify-content: center;
    align-items:center;
    background-size: 100%;
    background-repeat: no-repeat;
    position:relative;
    text-align:center;
    color:white;
    text-decoration:none;
    font-size:12px;
    font-size:calc(24/750*100vw);
    padding:0;
    box-sizing: border-box;
    height:0;
    padding-top:calc(80 / 320 * 100%);
    width: 100%;
    position:relative;
  }
  .conversion-sp-open {
    background-image: url('/content/dam/daiwasecurities/products/portal/250911/img/conversion_01_sp.png');
  }
  .conversion-sp-trade {
    background-image: url('/content/dam/daiwasecurities/products/portal/250911/img/conversion_02_sp.png');
  }

  .etf-conversion{
    padding:12px 0px 12px 0px;
    min-width:auto;
  }
  .etf-conversion ul{
    margin-left: 0px;
    gap: calc(30 / 750 * 100%);
  }
  .etf-conversion ul li{
    width: calc(320 / 750 * 100%);
  }
  .etf-conversion a{
    font-size: calc(24/750*100vw);
    height: 0;
    padding-top: calc(80 / 320 * 100%);
    width: 100%;
  }
  .panel-note {
    border: 0px solid #333;
    width: 90%;
    padding: 0 5%;
    margin: 0 auto;
  }
  .grid[data-col='2'] > .grid-col{
    width: 100%;
    padding: 0px;
    float: none;
    clear: both;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .etf-notice {
    width: 93%;
    max-width: 720px;
    padding-left: 10px;
  }
  .etf-notice .panel-note {
    border: 1px solid #333;
    padding: 20px 15px 15px 15px;
    margin: 0 0 15px;
  }
  .etf-notice .panel-note ul {
    padding-left: 0px;
  }
  .etf-notice .panel-note ul li {
    margin: 0px;
    list-style-type: none;
  }
  .etf-notice .panel-note p {
    margin: 0 0 15px;
  }
  .etf-notice .m-top20{
    width: 90%;
    margin-top: 20px !important;
    padding: 0 5%;
  }
  .footer-inner{
    padding: 27px 12px 90px 12px;
  }
}

  
.introductory_video {
  width: 100%;
}
.introductory_video>._play_btn {
  width: 90%;
  max-width: 720px;
  padding: 0;
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #000;
  border: none;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: calc((100% - 720px)/2);
  margin-bottom: 40px;
  margin: 0 auto;
}

.introductory_video>a._play_btn:hover {
  opacity: 0.7;
}

.introductory_video>._play_btn::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.introductory_video>._play_btn::after {
  content: '';
  display: block;
  width: 18.3%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url('/content/dam/daiwasecurities/products/equity/foreign/usa/lp/images/icon_play_movie.svg') center / contain no-repeat;
}

.introductory_video>._play_btn>._thumb {
  width: auto;
  max-width: calc(100% + 1px);
  height: auto;
  max-height: calc(100% + 1px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* 動画ボタンモーダルウィンドウ */
/* youtubeBox
----------------------------------------------- */
.youtubeBox{
  position:relative;
  height:0;
  overflow:hidden;
  padding-bottom:56.3%;
  padding-top:0;
}
.youtubeBox video,
.youtubeBox iframe,
.youtubeBox object,
.youtubeBox embed{
  border:none;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}
/* js-youtube-modal
----------------------------------------------- */
.js-youtube-modal{
  cursor:pointer;
}
.js-youtube-modal .modal > .modal-inner{
  padding:0;
  position:relative;
  overflow:initial;
  overflow:visible;
  width:960px;
  max-width:95%;
}
.js-close-youtube-modal{
  position:absolute;
  right:0;
  top:-50px;
  margin:0;
  display:block;
  width:30px;
  height:30px;
}
.js-close-youtube-modal button{
  position:relative;
  display:block;
  width:30px;
  height:30px;
  padding:0;
  margin:0;
}
.js-close-youtube-modal button::before,
.js-close-youtube-modal button::after{
  background:#ffffff;
}
.js-close-youtube-modal button::before{
  left:14px;
  width:3px;
  height:38px;
}
.js-close-youtube-modal button::after{
  left: -3px;
  width: 38px;
  height: 3px;
}
.js-close-youtube-modal .button{
  position:relative;
  display:block;
  width:30px;
  height:30px;
  padding:0;
  margin:0;
}
.js-close-youtube-modal .button::before,
.js-close-youtube-modal .button::after{
  content:'';
  position: absolute;
  top: 50%;
  background: #1d395b;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background:#ffffff;
  display:block;
}
.js-close-youtube-modal .button::before{
  left:14px;
  width:3px;
  height:38px;
}
.js-close-youtube-modal .button::after{
  left: -3px;
  width: 38px;
  height: 3px;
}
/* .modal-overlay
----------------------------------------------- */
.modal-overlay {
  background: #000;
}
/* .fn-modal-overlay
----------------------------------------------- */
.fn-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  transition: opacity .5s cubic-bezier(.23, 1, .32, 1);
  will-change: transform;
}
.fn-modal-overlay.is-overlay-render {
  opacity: 0;
}
.fn-modal-overlay.is-overlay-show {
  opacity: .6;
}
.fn-modal-overlay.is-overlay-hide {
  transition-delay: .2s;
}
/* .fn-modal-content
----------------------------------------------- */
.fn-modal-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: none;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transition: all .5s cubic-bezier(.23, 1, .32, 1) .2s;
  will-change: transform;
}
.fn-modal-content.is-modal-render {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.fn-modal-content.is-modal-show {
  opacity: 1;
}
.fn-modal-content.is-modal-hide {
  transition-delay: 0s;
}
/* .fn-modal-inner
----------------------------------------------- */
.fn-modal-inner {
  position: relative;
  box-sizing: border-box;
  max-width: 960px;
  transition: all .5s cubic-bezier(.23, 1, .32, 1) .2s;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  will-change: transform;
}
.is-modal-open .fn-modal-inner {
  overflow-y: auto;
}
.is-modal-render .fn-modal-inner {
  margin: 95px auto;
}
.is-modal-show .fn-modal-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.is-modal-hide .fn-modal-inner {
  transition-delay: 0s;
}
/* .is-modal-open
----------------------------------------------- */
.is-modal-open, .is-modal-open body {
  overflow: hidden;
  overflow: visible;
}