@font-face {
  font-family: Allianzneo;
  src: url("../fonts/AllianzNeo-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Allianzneo;
  src: url("../fonts/AllianzNeo-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Allianzneo;
  src: url("../fonts/AllianzNeo-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ci-yellow: #fab600;
  --ci-cyan: #007396;
  --ci-deepblue: #003781;
  --ci-light-cyan: #dfeff2;
  --ci-syan: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.top-nav {
  background-image: url("../images/top-nav-img.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  width: 100%;
  height: 178px;
  position: relative;
  overflow: hidden;
}

.top-nav-img {
  width: 1920px;
  height: 178px;
}

.kv {
  justify-content: flex-start;
  align-items: center;
  height: 414px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1110px;
  position: relative;
}

.body {
  font-family: Allianzneo, Arial, sans-serif;
  line-height: 1.2;
}

.h1 {
  color: #fff;
  font-size: 42px;
}

.yellow {
  color: var(--ci-yellow);
}

.h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.kv-btns {
  max-width: 450px;
  margin-top: 100px;
  display: flex;
}

.kv-btn-item {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  text-decoration: none;
  display: flex;
}

.kv-btn-icon {
  width: 20px;
  display: block;
}

.kv-btn-icon-block {
  border: 1px solid var(--ci-cyan);
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 5px;
  display: flex;
}

.fund-link {
  margin-top: 40px;
  margin-bottom: 40px;
}

.fund-link-block {
  justify-content: space-between;
  display: flex;
}

.fund-link-item {
  max-width: 526px;
  max-height: 220px;
}

.qa {
  padding-top: 40px;
}

.h1-b {
  color: var(--ci-deepblue);
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.h1-b._44 {
  font-size: 44px;
  font-weight: 700;
}

.qa-slide {
  background-color: #fff0;
  height: 100%;
  margin-top: 40px;
}

.qa-slide-item {
  display: flex;
}

.qa-slide-text-block {
  background-color: var(--ci-light-cyan);
  padding: 32px;
}

.qa-title {
  font-size: 26px;
  line-height: 1.5;
}

.qa-text {
  text-align: justify;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}

.footer {
  background-image: url("../images/footer-img.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 2872px;
}

.qa-img {
  width: 100%;
  max-width: 544px;
  height: 100%;
}

.slide-dots {
  font-size: 10px;
  bottom: -50px;
}

.slide-left-arrow {
  color: #000;
  width: 45px;
  height: 30px;
  font-size: 20px;
  inset: auto 220px -41px 0;
}

.slide-right-arrow {
  color: #000;
  width: 45px;
  height: 30px;
  font-size: 20px;
  top: auto;
  bottom: -41px;
  left: 220px;
}

.slide-arrow-icon {
  font-size: 24px;
}

.cinematic {
  margin-top: 60px;
  padding-top: 40px;
}

.cinematic-block {
  text-align: center;
}

.slide-tab {
  margin-bottom: 100px;
  padding-top: 40px;
}

.tab-block {
  text-align: center;
  max-width: 1110px;
  padding-top: 100px;
  position: relative;
}

.tabs {
  flex-flow: column;
  margin-top: -120px;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  width: 360px;
  height: 120px;
  margin-left: auto;
  margin-right: 40px;
  display: flex;
}

.tab-link-btn {
  color: #fff;
  background-image: linear-gradient(#003781, #00214d 40%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: stretch;
  width: 180px;
  height: 120px;
  padding-top: 35px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.tab-link-btn.w--current {
  background-image: url("../images/down-arrow-w.svg"),
    linear-gradient(#cceaf8, #13a0d3 40%);
  background-position: 50% 75%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 23px 13px, auto;
}

.tab-title-banner {
  background-image: url("../images/tab-menu-bg.png");
  background-position: 160px 100%;
  background-repeat: no-repeat;
  background-size: 600px;
  justify-content: flex-start;
  align-items: center;
  height: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-title-h1 {
  color: #fff;
  padding-top: 20px;
  font-size: 44px;
  line-height: 1;
}

.tab-title-h1.b {
  padding-top: 0;
}

.tab-note {
  text-align: justify;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.blue {
  color: var(--ci-deepblue);
}

.tab-title-typeb {
  margin-top: 10px;
}

.tab-title-note {
  color: #fff;
  text-align: left;
}

.fund-in {
  margin-top: 60px;
  padding-top: 40px;
}

.fund-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fund-name {
  font-size: 40px;
}

.fund-content-block {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.fund-percent {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.fund-item-title {
  height: 45px;
  font-size: 30px;
}

.fund-note {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.fund-out,
.channel {
  margin-top: 60px;
  padding-top: 40px;
}

.channel-block {
  text-align: center;
}

.table {
  background-color: var(--ci-deepblue);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
  font-size: 24px;
  display: flex;
}

.tr {
  justify-content: space-between;
  padding-top: 1px;
  padding-left: 1px;
  display: flex;
  overflow: hidden;
}

.td {
  color: #326295;
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin-right: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em;
  text-decoration: none;
}

.channel-tabs {
  margin-top: 40px;
}

.channel-menu {
  margin-bottom: 20px;
  font-size: 33px;
}

.channel-tab-link {
  background-color: #ddd0;
}

.channel-tab-link.w--current {
  border-bottom: 3px solid var(--ci-deepblue);
  background-color: #fff0;
}

.channel-tab-pane {
  margin-top: 20px;
}

.th {
  background-color: var(--ci-deepblue);
  color: #fff;
  text-align: center;
  width: 100%;
  margin-right: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em;
  text-decoration: none;
}

.channel-link {
  color: #34679c;
  text-decoration: none;
}

.channel-link:hover {
  color: #008ed6;
}

.channel-more {
  color: #f62459;
  font-size: 30px;
  height: auto;
  font-weight: 700;
}

.warning {
  padding-top: 60px;
  padding-bottom: 20px;
}

.warning-content {
  text-align: justify;
  font-size: 15px;
  line-height: 1.4;
}

.warning-s-size {
  font-size: 13px;
}

.kv-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  max-height: 414px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.kv-bn-img {
  width: 100%;
}

.qa-block {
  display: flex;
}

.fixed-btn {
  background-color: var(--ci-deepblue);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.fixed {
  z-index: 9;
  border: 1px solid var(--ci-deepblue);
  background-color: #fff;
  position: fixed;
  inset: auto 10px 20% auto;
}

.fixed-popup-block {
  flex-flow: column;
  width: 90px;
  padding: 10px;
  display: flex;
}

.fixed-popup-link {
  color: var(--ci-deepblue);
  text-align: center;
  border-bottom: 1px solid #53a9e4;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}

.fixed-popup-link:hover {
  color: #326295;
}

.fixed-popup-link.last {
  border-bottom-width: 0;
}

.fixed-btn-title {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 6vw;
  }

  .h2 {
    font-size: 3vw;
  }

  .h1-b {
    font-size: 4vw;
    line-height: 1.4;
  }

  .h1-b._44 {
    font-size: 4vw;
  }

  .qa-slide-item {
    flex-flow: column;
  }

  .qa-slide-text-block {
    padding: 20px;
  }

  .qa-title {
    font-size: 3.5vw;
    line-height: 1.4;
  }

  .qa-text {
    margin-top: 20px;
    font-size: 2.2vw;
    line-height: 1.5;
  }

  .qa-img {
    object-fit: cover;
    max-width: 100%;
    height: 250px;
  }

  .tabs-menu {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .tab-link-btn {
    width: 100px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.5vw;
  }

  .tab-link-btn.w--current {
    background-position: 50% 70%, 0 0;
  }

  .tab-title-banner {
    background-position: 90px 100%;
  }

  .tab-title-img {
    max-width: 20%;
    margin-top: 60px;
  }

  .tab-title-h1 {
    font-size: 4.5vw;
  }

  .tab-note {
    font-size: 1.8vw;
  }

  .fund-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fund-name {
    text-align: justify;
    font-size: 4vw;
    line-height: 1.2;
  }

  .fund-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .fund-item-title {
    height: 3.5vw;
    font-size: 3.5vw;
    line-height: 1;
  }

  .fund-note {
    font-size: 1.8vw;
  }

  .td {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .channel-tab-link {
    font-size: 3vw;
  }

  .channel-link {
    font-size: 2.4vw;
  }

  .channel-more {
    font-size: 4vw;
  }

  .th-text {
    font-size: 3vw;
  }

  .fixed-btn {
    width: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fixed {
    display: flex;
    inset: auto 0% 0%;
  }

  .fixed-popup-block {
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-popup-link {
    border-bottom-width: 0;
    border-right: 1px solid #53a9e4;
    justify-content: center;
    align-items: center;
    width: 33%;
    padding: 0 10px;
    display: flex;
  }

  .fixed-popup-link.last {
    border-right-width: 0;
  }
}

@media screen and (max-width: 479px) {
  .kv {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h1 {
    color: #3c3c3c;
    font-size: 10vw;
    line-height: 1;
  }

  .h2 {
    color: #3c3c3c;
    margin-top: 0;
    font-size: 5vw;
  }

  .kv-h {
    margin-top: 40px;
  }

  .kv-btns {
    align-items: flex-start;
    margin-top: 40px;
  }

  .kv-btn-item {
    color: #3c3c3c;
  }

  .fund-link-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .h1-b,
  .h1-b._44 {
    font-size: 7vw;
  }

  .qa-slide-text-block {
    height: auto;
    min-height: 280px;
  }

  .qa-title {
    margin-top: 0;
    font-size: 5.5vw;
  }

  .qa-text {
    margin-top: 10px;
    font-size: 4vw;
  }

  .slide-tab {
    margin-bottom: 0;
  }

  .tab-block {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .tab-block.last {
    margin-bottom: 0;
  }

  .tabs {
    margin-top: 0;
  }

  .tabs-menu {
    width: 100%;
    height: 50px;
  }

  .tab-link-btn {
    background-image: linear-gradient(0deg, #003781 20%, #00214d 75%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 60px;
    padding-top: 12px;
    font-size: 4.5vw;
  }

  .tab-link-btn.w--current {
    background-position: 50% 70%, 0 0;
    background-size: 3vw, auto;
  }

  .tab-title-banner {
    background-position: 30px 0;
    background-size: 600px;
    height: 70px;
    overflow: visible;
  }

  .tab-title-img {
    max-width: 32%;
    margin-top: 3%;
    position: absolute;
    left: -20px;
  }

  .tab-title-h1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 90px;
    padding-top: 0;
    font-size: 6vw;
  }

  .tab-note {
    font-size: 3vw;
  }

  .tab-title-note {
    margin-top: 5px;
    margin-left: 100px;
    font-size: 3vw;
  }

  .fund-in {
    margin-top: 0;
  }

  .fund-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fund-name {
    margin-top: 0;
    font-size: 6vw;
  }

  .fund-content-block {
    flex-flow: column;
    margin-top: 0;
  }

  .fund-item-block {
    padding-top: 10px;
  }

  .fund-item-title {
    height: auto;
    font-size: 5vw;
    line-height: 1;
  }

  .fund-note {
    font-size: 3vw;
  }

  .channel {
    margin-top: 0;
  }

  .td {
    width: 100%;
  }

  .channel-tabs {
    margin-top: 20px;
  }

  .channel-menu {
    display: flex;
  }

  .channel-tab-link {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 5vw;
  }

  .th {
    width: 100%;
    font-size: 5vw;
  }

  .channel-link {
    font-size: 4vw;
    display: block;
  }

  .fund-title-img {
    max-width: 120px;
  }

  .th-text {
    font-size: 5vw;
  }

  .text-block-2 {
    text-align: center;
  }

  .kv-banner {
    position: static;
  }

  .kv-bn-img {
    width: 100%;
    height: 100%;
  }
}

@font-face {
  font-family: "Allianzneo";
  src: url("../fonts/AllianzNeo-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Allianzneo";
  src: url("../fonts/AllianzNeo-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Allianzneo";
  src: url("../fonts/AllianzNeo-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
