@charset 'UTF-8';

.main-container {
  margin-top: 0;
}

.main-container>.column.-main {
  padding-top: 0;
}

.activeetf-container {
  margin: auto;
}

.block.-activeetf-main {
  position: relative;
  margin-top: -50px;
}

.block.-activeetf-main:before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 10px;
  content: '';
  transform: none;
  box-shadow: 0 4px 10px rgba(60,104,137,.2);
}

.block.-activeetf-main>.inner>.title {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  text-align: center;
}

.block.-activeetf-main>.inner>.title img {
  width: auto;
  height: 100%;
}

.block.-activeetf-main>.inner>.bg {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.block.-activeetf-main>.inner>.bg>img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.block.-activeetf-products {
  position: relative;
  margin: 70px 0 50px;
}

.block.-activeetf-products:before {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 10px;
  content: '';
  transform: translateX(-50%);
  box-shadow: 0 8px 15px rgba(60,104,137,.16);
}

.block.-activeetf-products>.title {
  font-size: .24rem;
  font-weight: 400;
  line-height: 1.53333;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  text-align: center;
  color: #fff;

  align-items: center;
  justify-content: center;
}

.block.-activeetf-products>.title>.text {
  position: relative;
  z-index: 1;
}

.block.-activeetf-products>.bg {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
}

.block.-activeetf-products>.bg>img {
  width: 100%;
  height: auto;
}

.activeetf-contents {
  margin: 0 -16px;
  padding: 0 10px 70px;
  color: #4e5458;
  background: #f0f5f7;
}

.activeetf-anchor-links {
  padding: 0 20px;
  background: #fff;
  box-shadow: 0 0 40px rgba(60,104,137,.07);
}

.activeetf-anchor-links>li {
  position: relative;
}

.activeetf-anchor-links>li>a {
  line-height: 1.6;
  display: flex;
  transition: none;
  text-decoration: none;
  color: #4e5458;

  align-items: center;
  justify-content: flex-start;
}

.activeetf-anchor-links>li>a:hover {
  color: #224d6e;
  text-shadow: 1px 0 0 #224d6e;
}

.activeetf-anchor-links>li>a>b {
  font-weight: inherit;
  position: relative;
}

.activeetf-anchor-links .ico-square.-activeetf-down {
  width: 18px;
  height: 18px;
  margin: 0 0 0 10px;
  background: #29596f;

  flex: 0 0 auto;
}

.activeetf-anchor-links .ico-square.-activeetf-down:before {
  position: absolute;
  top: 0;
  top: -2px;
  bottom: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
}

.activeetf-anchor-links .balloon {
  font-size: .14rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #54819a;
}

.activeetf-anchor-links .balloon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 4px 8px 4px 0;
  border-style: solid;
  border-color: transparent #54819a transparent transparent;
}

.ttl.-secondary.-activeetf {
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  border: 0;
}

.ttl.-secondary.-activeetf>.text {
  font-size: .26rem;
  font-weight: 700;
  line-height: 1.49231;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  color: #29596f;
}

.ttl.-secondary.-activeetf>.text>strong {
  font-size: .32rem;
  line-height: 1.4;
}

.ttl.-secondary.-activeetf:after {
  display: none;
}

.ttl.-tertiary.-activeetf {
  font-size: .22rem;
  font-weight: 700;
  line-height: 1.58182;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 15px;
  text-align: center;
  color: #29596f;
  border: none;
}

.ttl.-tertiary.-activeetf:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 11px;
  margin: auto;
  content: '';
  background-image: radial-gradient(#62768e 30%,transparent 30%);
  background-size: 11px 11px;
}

.ttl.-quaternary.-activeetf-products {
  padding: 0;
  text-align: center;
  border: none;
  background: radial-gradient(#54819a 30%,transparent 30%) center center/8px 4px repeat-x;
}

.ttl.-quaternary.-activeetf-products>picture>img {
  background: #fff;
  box-shadow: 0 0 0 10px #fff;
}

.ttl.-quaternary.-activeetf-products>.-activeetf-quaternary-point {
  font-weight: 700;
  padding: 0 25px;
  background-color: #fff;
}

.box.-activeetf {
  padding: 15px 20px;
  background: #fff;
}

.box.-activeetf-general {
  padding: 15px 20px;
  border: 2px solid #ededed;
  background: #fff;
}

.box.-activeetf-attention {
  font-size: .18rem;
  line-height: 1.71111;
  padding: 15px 20px;
  color: #fff;
  background: linear-gradient(#54819a 0,#1b648e 100%);
}

.box.-activeetf-supplement {
  padding: 15px 10px;
  background: #f0f5f7;
}

.box.-activeetf-contents {
  padding: 30px 10px;
  border-top: 2px solid #73a0b5;
  background: #fff;
  box-shadow: 0 0 40px rgba(60,104,137,.07);
}

.box.-activeetf-contents.-activeetf-products {
  background: url(/assets/wm/img/solution/financial-assets/fstock/fetf/activeetf/bg_avantisetf_sp.jpg) center top/contain no-repeat #fff;
}

.box.-activeetf-point {
  padding: 60px 10px 30px;
  background: url(/assets/wm/img/solution/financial-assets/fstock/fetf/activeetf/ico_arrow_down_l.png) center -15px no-repeat #fff;
  background-size: 50px auto;
}

.dlist.-activeetf {
  text-align: center;
  border: 1px solid #54819a;
  background: right bottom no-repeat #fff;
}

.dlist.-activeetf>.title {
  font-size: .17rem;
  line-height: 1.75294;
  padding: 20px 10px 10px;
  text-align: center;
  color: #29596f;
}

.dlist.-activeetf>.title.-emphasis {
  position: relative;
  display: inline-block;
  width: calc(100% - 40px);
  max-width: 380px;
  margin: 0 20px;
  padding: 5px 10px 7px;
  color: #fff;
  background: linear-gradient(#54819a 0,#1b648e 100%);
}

.dlist.-activeetf>.contents {
  padding: 20px 10px 30px;
  text-align: left;
}

.dlist.-activeetf.-activeetf-index-active {
  display: flex;
  flex-direction: column;
}

.dlist.-activeetf.-activeetf-index-active>.contents {
  display: flex;
  flex-direction: column;

  flex: 1 1 100%;
}

.dlist.-activeetf.-activeetf-index-active .box.-activeetf-attention {
  display: flex;
  margin: 20px -10px -30px;

  align-items: center;
  flex: 1 1 100%;
}

.dlist.-activeetf.-activeetf-index-active .box.-activeetf-attention>.row.-indent {
  align-items: center;
}

.dlist.-activeetfmerit>dt {
  font-size: .2rem;
  line-height: 1.64;
  text-align: center;
  color: #42425a;
}

.dlist.-activeetfmerit>dt:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: -.1em 5px 0 0;
  content: '';
  vertical-align: middle;
  border: 2px solid #42425a;
  border-radius: 999px;
}

.dlist.-activeetfmerit>dd {
  margin-top: 10px;
}

.btn.-primary.-activeetf {
  font-size: .16rem;
  padding: 10px 0;
  color: #fff;
  border-color: #54819a;
  background: #54819a;
  box-shadow: none;
}

.btn.-primary.-activeetf:hover {
  color: #54819a;
  background: #fff;
}

.btn.-primary.-activeetf>.ico-font,.btn.-primary.-activeetf:hover>.ico-font {
  color: inherit;
}

.avantis-point {
  font-size: .18rem;
  font-weight: 700;
  line-height: 1.71111;
}

.avantis-point .ico-square {
  background: #54819a;
}

.activeetf-color-low {
  color: #782d2b;
}

.activeetf-color-high {
  color: #3e6727;
}

.txt.-activeetf-attention {
  color: #54819a;
}

.txt.-activeetf-attention.-primary {
  color: #782d2b;
}

.txt.-activeetf-emphasis {
  color: #29596f;
}

.ico-font.-activeetf-xxl {
  font-size: .64rem;
  color: #697279;
}

hr.-activeetf-dotted {
  height: 4px;
  margin: 30px 0;
  border: none;
  background: radial-gradient(#54819a 30%,transparent 30%) center center/8px 4px repeat-x;
}

@media print,screen and (min-width:768px) {
  .main-container {
    max-width: none;
    padding: 0;
  }

  .activeetf-container {
    max-width: 900px;
    padding: 0 10px;
  }

  .block.-activeetf-main {
    max-height: 270px;
  }

  .block.-activeetf-main>.inner {
    padding-top: calc(270/1440*100%);
  }

  .block.-activeetf-main>.inner>.bg {
    left: calc((100vw - 100%)/-2);
    width: 100vw;
  }

  .block.-activeetf-main>.inner>.bg>img {
    width: 100%;
    height: auto;
  }

  .block.-activeetf-products {
    height: 144px;
  }

  .block.-activeetf-products>.title {
    font-size: .3rem;
    line-height: 1.42667;
  }

  .block.-activeetf-products>.title>.text {
    position: absolute;
    right: 0;
    left: 0;
  }

  .block.-activeetf-products>.bg {
    left: calc((100vw - 100%)/-2);
    overflow: hidden;
    width: 100vw;
  }

  .block.-activeetf-products>.bg>img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 1440px;
    transform: translateX(-50%);
  }

  .activeetf-contents {
    padding: 50px 0 70px;
  }

  .activeetf-anchor-links {
    display: flex;
    width: 100%;
    padding: 20px;

    justify-content: space-between;
  }

  .activeetf-anchor-links>li {
    text-align: center;

    flex: 1 1 auto;
  }

  .activeetf-anchor-links>li:not(:first-child):before {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -2px;
    display: block;
    width: 4px;
    content: '';
    background: radial-gradient(#747474 30%,transparent 30%) left center/4px 8px repeat-y;
  }

  .activeetf-anchor-links>li>a {
    height: 100%;

    justify-content: center;
  }

  .activeetf-anchor-links .balloon {
    font-size: .13rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 5px 15px;
    transform: translate(-50%,-135%);
    white-space: nowrap;
  }

  .activeetf-anchor-links .balloon:after {
    top: auto;
    right: 0;
    bottom: -5px;
    left: 0;
    border-width: 10px 4px 0;
    border-color: #54819a transparent transparent;
  }

  .box.-activeetf-supplement {
    padding: 15px 20px;
  }

  .box.-activeetf-contents {
    padding: 30px 50px 50px;
  }

  .box.-activeetf-contents.-activeetf-products {
    background-image: url(/assets/wm/img/solution/financial-assets/fstock/fetf/activeetf/bg_avantisetf.jpg);
  }

  .box.-activeetf-point {
    padding: 60px 30px 30px;
  }

  .dlist.-activeetf>.contents {
    padding: 20px 35px 30px;
  }

  .dlist.-activeetf.-activeetf-index-active .box.-activeetf-attention {
    margin: 20px -35px -30px;
  }

  .btn.-primary.-activeetf {
    width: 350px;
  }

  .txt.-activeetf-products-lead {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print,screen and (min-width:1300px) {
  .main-container {
    padding: 0;
  }

  .activeetf-contents {
    margin: 0;
  }
}

@media screen and (max-width:767px) {
  .block.-activeetf-main {
    height: 150px;
    margin-top: -30px;
  }

  .block.-activeetf-main>.inner>.bg>img {
    width: auto;
    height: 100%;
  }

  .block.-activeetf-products {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: calc(120/375*100%);
  }

  .activeetf-anchor-links {
    margin-right: -10px;
    margin-left: -10px;
  }

  .activeetf-anchor-links>li:not(:first-child) {
    background: radial-gradient(#747474 30%,transparent 30%) center top/8px 4px repeat-x;
  }

  .activeetf-anchor-links>li>a {
    font-size: .18rem;
    min-height: 64px;
    padding: 10px 50px 10px 10px;
  }

  .activeetf-anchor-links>li>a>b {
    display: flex;

    align-items: center;
    justify-content: flex-start;
  }

  .activeetf-anchor-links .ico-square.-activeetf-down {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }

  .activeetf-anchor-links .balloon {
    margin-left: 15px;

    flex: 0 0 auto;
  }

  .ttl.-quaternary.-activeetf-products>.-activeetf-quaternary-point {
    display: block;
    padding: 0;
  }

  .dlist.-activeetf.-activeetf-index-active>.title {
    align-self: center;
  }
}
