:root {
  --red: #e73828;
  --white: white;
  --low-green: #528694;
  --firebrick: #bc1b21;
  --sea-green: #008060;
  --orange: #e39300;
  --navajo-white: #facd7e;
  --sienna: #b74f29;
  --crimson: #d33339;
  --white-smoke: #f5f3ef;
  --black: black;
  --tomato: #f34c3d;
  --cornflower-blue: #5b98d2;
  --dark-slate-blue: #004397;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.container {
  z-index: 1;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.container.thx {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kv-link-item {
  width: 33%;
  color: #222;
  border-bottom: 4px solid #eb5846;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  text-decoration: none;
  transition: color .2s;
}

.kv-link-item:hover {
  color: #fc7700;
}

.note {
  max-width: 1110px;
  text-align: justify;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.note.nice {
  margin-top: 40px;
}

.note.mt-0 {
  margin-top: 0;
}

.body {
  color: #1a1a1a;
  font-family: Noto Sans TC;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.section-thx {
  height: 100vh;
  min-height: 720px;
  background-image: url('../images/sec-bg-04.svg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  display: flex;
}

.thankyou-img {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thankyou-text {
  margin-top: 20px;
}

.thankyou-text.bold {
  letter-spacing: 2px;
  font-weight: 700;
}

.thankyou-link-block {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.thx-link {
  min-width: 220px;
  border: 1px solid var(--red);
  background-color: var(--white);
  color: var(--red);
  text-align: center;
  border-radius: 99px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
}

.thx-link.red-btn {
  background-color: var(--red);
  color: var(--white);
}

.thx-img {
  width: 300px;
  height: 225px;
}

.thx-h2 {
  letter-spacing: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.bold {
  font-weight: 700;
}

.contact-info {
  width: 90%;
  height: 90px;
  background-image: linear-gradient(to right, #c30d23, #e95513);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-info.none {
  display: none;
}

.h3 {
  font-size: 24px;
  font-weight: 700;
}

.h3.w {
  color: var(--white);
  color: #fff;
}

.contact-hr {
  width: 24px;
  height: 63px;
  margin-left: 1em;
  margin-right: 1em;
}

.font-24 {
  font-size: 1.5em;
}

.font-24.y, .yellow {
  color: #ff0;
}

.kv-content {
  width: 100%;
  max-width: 1350px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fund-info-block {
  max-width: 48%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.checkbox-field {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fund-info {
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.fund-info-img-01-mb {
  object-fit: cover;
  display: none;
}

.nice-tabs {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.radio-button-field {
  margin-right: 20px;
}

.field-label {
  width: 60px;
  align-self: center;
}

.field-label._02 {
  width: 120px;
  text-align: left;
}

.contact-col-04 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.fund-info-img {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fund-info-img._03, .fund-info-img._01 {
  margin-top: 20px;
}

.name-block {
  height: 40px;
  text-align: left;
  margin-bottom: 15px;
  display: flex;
}

.contact-col-03 {
  width: 100%;
  margin-top: 20px;
}

.group-fund {
  position: relative;
}

.section-fund {
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.form {
  text-align: center;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.kv-name-block {
  z-index: 1;
  max-width: 1300px;
  perspective-origin: 50%;
  transform-origin: 50%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.contact-col-01 {
  width: 49%;
  flex-direction: column;
  flex: none;
  display: inline-block;
}

.fund-block {
  width: 1110px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.kv-text {
  width: 55%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.client-block {
  margin-bottom: 15px;
  display: flex;
}

.section-kv {
  width: 100%;
  height: 100vh;
  max-height: 780px;
  text-align: center;
  background-color: #e6f2ef;
  background-image: url('../images/net-pat.svg');
  background-position: 50%;
  flex-direction: column;
  align-items: center;
  margin-top: 78px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-next {
  z-index: 2;
  width: 30px;
  height: 80px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f6c14b;
  border-radius: 10px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 250px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.tab-next._02 {
  top: 280px;
}

.tab-next._03 {
  top: 370px;
}

.legal-paragraph {
  text-align: justify;
  margin-bottom: 0;
  padding: 10px;
}

.time_block-2 {
  display: flex;
}

.contact-col-02 {
  width: 49%;
  flex: none;
  display: inline-block;
}

.tel-block {
  height: 40px;
  text-align: left;
  display: flex;
}

.slide-img-mb {
  border-radius: 30px;
  display: none;
}

.section-nice-01 {
  height: 820px;
  background-color: #e6f2ef;
  background-image: url('../images/slider-bg-pc2x.png'), url('../images/net-pat.svg');
  background-position: 50% 57%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1400px, cover;
  padding-top: 3em;
  position: relative;
}

.legal-ok {
  color: #de4045;
  text-decoration: underline;
}

.kv-slogan-block {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.tab-prev {
  z-index: 2;
  width: 30px;
  height: 80px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f6c14b;
  border-radius: 10px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 250px;
  bottom: auto;
  left: 40px;
  right: auto;
}

.tab-prev._02 {
  top: 280px;
}

.tab-prev._03 {
  top: 370px;
}

.kv-img-bg-pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kv-img-bg {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-block {
  background-color: #efefef;
  border-radius: 20px;
  margin-top: 3em;
  padding: 60px 60px 40px;
}

.legal-content-2 {
  height: auto;
  color: #555;
  background-color: #fff6f6;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
}

.nice-tab-menu {
  z-index: 2;
  max-width: 440px;
  background-color: #fff;
  border: 2px solid #68638a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 60px;
  font-size: 1.1em;
  display: flex;
  top: -75px;
  overflow: hidden;
}

.nice-tab-menu._02 {
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
}

.nice-tab-menu._03 {
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
}

.nice-tablink {
  width: 50%;
  height: 60px;
  color: #68638a;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.nice-tablink.w--current {
  color: #fff;
  background-color: #68638a;
  border-bottom-width: 0;
}

.text-field {
  width: 100%;
}

.note-3 {
  max-width: 920px;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.4;
}

.note-3.form-note {
  margin-top: 5px;
}

.nice-slide {
  border-radius: 30px;
}

.tablink-icon {
  width: 40px;
  height: 40px;
  margin-right: .5em;
}

.kv-pd-name {
  text-align: left;
  object-fit: contain;
}

.gender-block {
  height: 40px;
  text-align: left;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.kv-pd-fundname-sub {
  color: #717071;
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1;
}

.fund-btns {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.tabs-content {
  width: 100%;
  max-width: 1120px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide-img {
  border-radius: 30px;
}

.fund-img-01 {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.btn-send {
  width: 200px;
  max-width: 250px;
  background-color: #e73828;
  border-radius: 99px;
  flex: 1;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  position: relative;
}

.btn-send:hover {
  background-color: #fa4838;
}

.h1 {
  color: #68638a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.h1._02 {
  color: #d7581b;
}

.h1.green {
  color: var(--low-green);
}

.h1.green.center {
  text-align: center;
}

.h1.green.center.pt-40 {
  margin-top: 60px;
}

.fund-info-h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.fund-info-h2.fund {
  height: 60px;
  color: #fff;
  text-align: center;
  background-image: url('../images/fund-chart-title-bg2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  display: flex;
}

.fund-info-img-02-pc {
  max-width: 450px;
  object-fit: cover;
}

.kv-date-btn {
  z-index: 1;
  max-width: 280px;
  margin-top: 1em;
  position: relative;
}

.tab-arrow-img {
  width: 100%;
  height: 1.2em;
}

.tab-arrow-img._02 {
  transform: rotate(180deg);
}

.h2 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
}

.h2.contact {
  width: 100%;
  height: 50px;
  background-image: url('../images/bar-purple-big-22x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fund-img-mb, .fund-info-img-02-mb {
  object-fit: cover;
  display: none;
}

.mail-block {
  height: 40px;
  text-align: left;
  display: flex;
}

.fund-info-img-01-pc {
  max-width: 604px;
  object-fit: cover;
}

.section-video {
  padding-top: 4em;
  padding-bottom: 4em;
  display: block;
  position: relative;
}

.section-video.hide {
  display: none;
}

.kv-img-bg-mb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-info-text-2 {
  color: #fff;
  text-align: left;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.section-contact {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 6em;
  display: none;
  position: relative;
}

.kv-slogan {
  color: #528694;
  margin-top: 0;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
}

.tabpane {
  margin-left: auto;
  margin-right: auto;
}

.checkbox {
  margin-right: 7px;
}

.kv-pd-fundname {
  color: #528694;
  margin-top: 10px;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1;
}

.slider-container {
  z-index: 1;
  height: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
  top: -20px;
}

.fund-btn-link {
  width: 12em;
  color: #fff;
  text-align: center;
  background-color: #e73828;
  border-radius: 99px;
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
}

.fund-btn-link:hover {
  background-color: #fa4838;
}

.note-4 {
  max-width: 1110px;
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.4;
  position: relative;
}

.note-4.fund {
  text-align: justify;
}

.note-4.fund.short {
  padding-right: 30px;
}

.kv-flex-block {
  width: 100%;
  align-items: center;
}

.nav-block {
  height: 78px;
  background-color: var(--white);
}

.navbar {
  width: 100%;
  background-color: #fff;
  position: fixed;
}

.navbar.header {
  z-index: 8;
  height: 78px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -78px;
  padding: 0;
  position: fixed;
  top: 78px;
}

.nav-menu {
  width: 800px;
  height: 100%;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-item {
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 2.4;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.nav-item:hover {
  color: var(--red);
}

.nav-item.w--current {
  color: #e60012;
  border-bottom-color: #eece48;
}

.nav-item.nav-ask {
  color: #fff;
  background-color: #e60012;
  border-bottom-style: none;
  border-radius: 99px;
  padding: 4px 30px;
  font-weight: 700;
  line-height: 1.9rem;
  display: none;
}

.nav-item.nav-ask:hover {
  color: #fff;
  border-bottom-width: 0;
}

.nav-item.hide {
  display: none;
}

.nav-container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  align-items: center;
  display: flex;
}

.sec-title {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.sec-title.align-left {
  text-align: left;
  background-image: url('../images/bar-purple2x.png');
  background-position: 30px 80%;
  background-repeat: no-repeat;
  background-size: 460px;
  flex-direction: row;
  display: flex;
}

.sec-title.align-left._02 {
  background-image: url('../images/bar-orange2x.png');
  background-position: 0 85%;
  background-size: 600px;
}

.sec-title.center {
  background-image: url('../images/bar-green2x.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 680px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  display: flex;
}

.video-tab-item {
  max-width: 350px;
  background-color: #d8edeb;
  border: 1px solid #528694;
  border-radius: 10px;
  padding: .9em;
  overflow: hidden;
}

.video-tab-item.w--current {
  background-color: #d8edeb;
}

.video-tab-ep-text {
  color: #fff;
  background-color: #528694;
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.import-video {
  height: 508px;
  border-radius: 10px;
  overflow: hidden;
}

.video-tab-img {
  width: 100%;
  height: 80%;
  border: 2px solid #528694;
  border-radius: 10px;
  overflow: hidden;
}

.video-block {
  max-width: 900px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.video-tab-text {
  margin-top: .7em;
  font-weight: 700;
}

.video-content {
  margin-bottom: 20px;
  overflow: visible;
}

.video-tabs {
  max-width: 750px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-tab-item-img {
  width: 100%;
  border-radius: 5px;
}

.brand {
  width: 210px;
  height: 78px;
  background-image: url('../images/Group-37487.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 156px;
  justify-content: flex-start;
  display: block;
  position: relative;
  overflow: hidden;
}

.sec-icon {
  align-items: flex-end;
  display: flex;
}

.sec-icon._03 {
  margin-bottom: 10px;
}

.sec-h1.expert {
  text-align: center;
  margin-bottom: 40px;
}

.sec-icon-img.contact-col-03 {
  max-width: 170px;
}

.section-nice-02and03 {
  background-image: url('../images/net-pat.svg'), linear-gradient(#e6f2ef 60%, #feffff 85%, #fff);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  padding-top: 3em;
  position: relative;
}

.nice-02-chart {
  text-align: center;
  margin-top: 60px;
}

.section-nice-02 {
  z-index: 1;
  background-image: url('../images/nice-02-bg2x.png');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 1920px;
  padding-bottom: 100px;
  position: relative;
}

.section-nice-03 {
  z-index: 1;
  height: 950px;
  background-image: url('../images/nice-03-bg2x.png');
  background-position: 50% 32%;
  background-repeat: no-repeat;
  background-size: 1430px;
  padding-top: 3em;
  position: relative;
}

.low-green-bg {
  width: 100%;
  height: 900px;
  background-image: linear-gradient(270deg, #4b8192, #8cc2bd);
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  background-color: #ededed;
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer-text {
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.section-expert {
  height: 850px;
  background-image: url('../images/slider-bg-pc2x.png');
  background-position: 50% 87%;
  background-repeat: no-repeat;
  background-size: 1400px;
  margin-bottom: 40px;
  padding-top: 3em;
  position: relative;
}

.expert-sub-title {
  height: 90px;
  color: #fff;
  text-align: center;
  background-image: url('../images/bar-purple-big2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 820px;
  margin-bottom: 45px;
  padding-top: 13px;
  font-size: 21px;
}

.br {
  display: block;
}

.fund-info-group {
  justify-content: space-around;
  display: flex;
  position: relative;
}

.fund-info-group._02 {
  margin-top: 40px;
}

.nice-02-chart-img-mb {
  display: none;
}

.co-name {
  font-size: 24px;
  font-weight: 700;
}

.co-name.subslogan {
  color: #474747;
  letter-spacing: .3em;
  font-size: 18px;
  font-weight: 400;
}

.footer-right-col {
  padding-left: 0;
  padding-right: 0;
}

.footer-boldred {
  color: #e83828;
  font-weight: 700;
}

.co-social-link {
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 10px;
  display: flex;
}

.co-tel {
  color: #cc0d29;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.co-add {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.co-link {
  margin-bottom: 9px;
  margin-left: 9px;
  margin-right: 9px;
  display: block;
}

.footer-co-block.bt-1px {
  border-top: 1px solid #b2b2b2;
  margin-top: 40px;
  padding-top: 10px;
}

.footer-left-col {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-left-col.verti-center {
  height: 50px;
  align-items: center;
}

.co-block {
  text-align: left;
}

.footer-link {
  color: #e73828;
}

.sec-icon-mb {
  display: none;
}

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

  .note {
    margin-top: .5em;
  }

  .note.nice {
    width: 100%;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-info {
    width: 98%;
  }

  .h3 {
    font-size: 1.2em;
  }

  .contact-hr {
    margin-left: .25em;
    margin-right: .25em;
  }

  .kv-content {
    margin-top: 10vw;
  }

  .fund-info {
    width: 100%;
    margin-top: 20px;
  }

  .nice-tabs {
    width: 100%;
  }

  .radio-button-field {
    align-items: center;
    display: flex;
  }

  .field-label {
    width: 9vw;
  }

  .fund-info-img {
    width: 44vw;
  }

  .section-fund {
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .kv-name-block {
    margin-left: 20px;
    margin-right: auto;
  }

  .contact-col-01 {
    width: 48%;
    text-align: left;
    margin-right: 4%;
  }

  .fund-block {
    width: 100%;
    margin-top: 2em;
  }

  .kv-text {
    width: 70%;
  }

  .section-kv {
    max-height: 480px;
  }

  .tab-next {
    width: 20px;
    height: 60px;
    right: -.5vw;
  }

  .contact-col-02 {
    width: 48%;
  }

  .section-nice-01 {
    height: 700px;
    background-position: 50% 214px, 0 0;
    background-size: 1380px, cover;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .kv-slogan-block {
    margin: 1em auto 0 20px;
  }

  .wrapper {
    width: 100%;
    margin-top: 1em;
  }

  .tab-prev {
    width: 20px;
    height: 60px;
    left: -.5vw;
  }

  .kv-img-bg-pc {
    object-position: 33% 100%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .kv-img-bg {
    max-height: 480px;
  }

  .contact-block {
    margin-left: 2vw;
    margin-right: 2vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nice-tab-menu {
    max-width: 52vw;
    background-image: none;
    margin-right: auto;
    top: -13px;
    bottom: -1px;
  }

  .nice-tablink {
    height: 78px;
    flex-direction: column;
    padding-left: .25em;
    padding-right: .25em;
    font-size: .9em;
  }

  .tablink-icon {
    margin-right: 0;
  }

  .kv-pd-name {
    max-width: 100%;
    text-align: center;
  }

  .kv-pd-fundname-sub {
    text-align: left;
    font-size: 4vw;
  }

  .fund-btns {
    width: 90%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content {
    width: 95%;
  }

  .btn-send {
    width: 150px;
  }

  .h1 {
    margin-top: 10px;
    font-size: 2.3em;
  }

  .fund-info-img-02-pc {
    width: 100%;
  }

  .kv-date-btn {
    width: 23vw;
    height: auto;
  }

  .tab-arrow-img {
    height: 5em;
    padding: 1em .3em;
  }

  .h2 {
    margin-top: 20px;
    font-size: 1.2em;
  }

  .fund-info-img-01-pc {
    width: 100%;
  }

  .section-video {
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .contact-info-text-2 {
    font-size: 1em;
  }

  .section-contact {
    padding-top: 4em;
  }

  .kv-slogan {
    font-size: 3.5vw;
  }

  .kv-pd-fundname {
    font-size: 4vw;
  }

  .slider-container {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .fund-btn-link {
    font-size: 1em;
  }

  .note-4 {
    width: 90%;
    margin-top: .5em;
  }

  .note-4.fund {
    width: 100%;
    margin-top: 1.5em;
  }

  .navbar.header {
    width: 100vw;
    height: 78px;
  }

  .nav-btn {
    width: 78px;
    height: 78px;
    background-color: var(--firebrick);
    overflow: hidden;
  }

  .nav-btn.w--open {
    background-color: var(--firebrick);
  }

  .ham-icon {
    width: 40px;
    height: 40px;
    opacity: 1;
    background-image: url('../images/bars-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-menu {
    width: 50vw;
    background-color: var(--firebrick);
    margin-top: 79px;
    padding: 5vh 0 0;
    position: absolute;
  }

  .nav-item {
    color: #f5f3ef;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    display: block;
  }

  .nav-item:hover {
    color: #f5f3ef;
  }

  .nav-item.w--current {
    color: #ffc800;
  }

  .nav-item.nav-ask {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ham-close-icon {
    width: 40px;
    height: 40px;
    opacity: 0;
    background-image: url('../images/times-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 2px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .video-tab-item {
    padding: .2em;
  }

  .import-video {
    height: 56vw;
  }

  .video-tab-img {
    width: 30vw;
    height: 17vw;
    max-height: 144px;
    max-width: 256px;
  }

  .video-block {
    padding-top: 0;
  }

  .video-tabs {
    width: 100%;
    max-width: 520px;
  }

  .brand {
    background-position: 0 0;
    flex: 1;
    order: 0;
    margin-left: 10px;
  }

  .section-nice-02and03 {
    padding-top: 0;
    padding-bottom: 8em;
  }

  .nice-02-chart {
    margin-top: 20px;
  }

  .section-nice-02 {
    height: 700px;
    background-size: 1630px;
    padding-top: 2em;
    padding-bottom: 8em;
  }

  .section-nice-03 {
    height: 700px;
    background-position: 50% -20%;
    padding-top: 2em;
    padding-bottom: 8em;
  }

  .footer-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-expert {
    height: auto;
    background-position: 50% 300px;
    background-size: 1160px;
    padding-top: 2em;
    padding-bottom: 20px;
  }

  .expert-sub-title {
    height: 77px;
    background-position: 50% 0;
    background-size: contain;
    font-size: 1em;
  }

  .footer-co-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    text-align: center;
    padding-left: .125em;
    padding-right: .125em;
  }

  .kv-link-item {
    width: 50%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .note {
    text-align: justify;
    font-size: .7em;
  }

  .thx-link {
    min-width: 150px;
  }

  .contact-info {
    width: 90%;
    height: 100%;
    flex-direction: column;
    margin-top: 2em;
    padding: 1em 20px;
  }

  .contact-hr {
    display: none;
  }

  .kv-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fund-info-block {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .checkbox-field {
    width: 100%;
  }

  .fund-info {
    flex-direction: column;
    margin-top: 20px;
  }

  .fund-info-img-01-mb {
    display: block;
  }

  .nice-tabs {
    height: 100%;
    margin-top: 40px;
  }

  .nice-tabs._02 {
    top: 0;
  }

  .field-label {
    width: 17vw;
    flex: none;
  }

  .field-label._02 {
    align-self: flex-start;
  }

  .fund-info-img {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .fund-img-pc {
    display: none;
  }

  .section-fund {
    background-image: none;
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .kv-name-block {
    width: 100vw;
    margin-left: auto;
  }

  .contact-col-01 {
    width: 100%;
    display: block;
  }

  .fund-block {
    margin-top: 20px;
  }

  .kv-text {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .section-kv {
    height: 160vw;
    justify-content: flex-start;
    padding-top: 40px;
  }

  .tab-next {
    padding-left: 3px;
    padding-right: 3px;
  }

  .time_block-2 {
    text-align: left;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .contact-col-02 {
    width: 100%;
    display: block;
  }

  .tel-block {
    margin-bottom: 15px;
  }

  .slide-img-mb {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 0 0 0 2px #f9db92;
  }

  .section-nice-01 {
    height: auto;
    background-image: url('../images/net-pat.svg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .kv-slogan-block {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper {
    top: 0;
  }

  .tab-prev {
    width: 20px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .kv-img-bg-pc {
    display: none;
  }

  .contact-block {
    margin-top: 1em;
    padding: 20px 15px;
  }

  .nice-tab-menu {
    max-width: 100%;
    background-image: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }

  .nice-tab-menu._02 {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }

  .nice-tab-menu._03 {
    top: 90px;
  }

  .nice-tablink {
    height: 68px;
    padding-left: .125em;
    padding-right: .125em;
    font-size: .9em;
  }

  .nice-slide {
    border-radius: 15px;
    overflow: visible;
  }

  .tablink-icon {
    margin-right: .125em;
  }

  .kv-pd-name {
    width: 100%;
  }

  .kv-pd-fundname-sub {
    text-align: center;
    margin-top: 0;
    font-size: 6vw;
  }

  .fund-btns {
    margin-top: 20px;
  }

  .tabs-content {
    width: 94vw;
    margin-top: 20px;
  }

  .slide-img {
    display: none;
  }

  .fund-img-01 {
    width: 100%;
    display: block;
  }

  .btn-send {
    width: 100%;
    font-size: 1em;
  }

  .h1 {
    margin-top: 30px;
    font-size: 8vw;
  }

  .h1.green {
    margin-top: 25px;
  }

  .fund-info-h2.fund {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
  }

  .fund-info-img-02-pc {
    display: none;
  }

  .kv-date-btn {
    width: 60vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-arrow-img {
    width: 14px;
    height: 4em;
    padding: .25em 0;
  }

  .tab-arrow-img._02 {
    border-radius: 0 99px 99px 0;
  }

  .h2 {
    flex: none;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 4.5vw;
  }

  .h2.contact {
    background-image: url('../images/bar-purple-big-2-mb2x.png');
    background-size: cover;
  }

  .fund-img-mb {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fund-info-img-02-mb {
    display: block;
  }

  .fund-info-img-01-pc {
    display: none;
  }

  .section-video {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .kv-img-bg-mb {
    object-position: 50% 100%;
    display: block;
  }

  .contact-info-text-2 {
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: .5em;
    padding-top: .5em;
  }

  .section-contact {
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .kv-slogan {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 5vw;
    font-weight: 400;
  }

  .kv-pd-fundname {
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 6vw;
  }

  .slider-container {
    height: auto;
    padding-left: .125em;
    padding-right: .125em;
    top: 0;
  }

  .slider-container.fund {
    padding-left: 0;
    padding-right: 0;
  }

  .fund-btn-link {
    margin-left: .25em;
    margin-right: .25em;
    font-size: .8em;
    font-weight: 700;
  }

  .note-4 {
    text-align: justify;
    font-size: .7em;
  }

  .note-4.fund {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar.header {
    z-index: 20;
  }

  .nav-btn {
    padding: 21px;
  }

  .ham-icon {
    width: 35px;
    height: 35px;
    background-image: url('../images/bars-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .nav-menu {
    width: 100vw;
    overflow: hidden;
  }

  .nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item.nav-ask {
    margin-left: auto;
    margin-right: auto;
  }

  .ham-close-icon {
    width: 35px;
    height: 35px;
    background-image: url('../images/times-solid.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .sec-title.align-left {
    text-align: center;
    background-image: url('../images/bar-purple-big-2-mb2x.png');
    background-position: 50% 97%;
    background-size: auto 50px;
    justify-content: center;
  }

  .sec-title.align-left._02 {
    text-align: center;
    background-image: url('../images/bar-orange-mb2x.png');
    background-position: 50% 97%;
    background-size: auto 50px;
    justify-content: center;
  }

  .sec-title.center {
    background-image: url('../images/bar-green-mb2x.png');
    background-position: 50% 90%;
    background-size: 100% 50px;
  }

  .video-tab-item {
    width: 49%;
    margin-bottom: .5em;
    margin-right: 0;
    padding: .4em .25em .5em;
  }

  .import-video {
    height: 52vw;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-tab-img {
    width: 100%;
    height: 24vw;
  }

  .video-tab-text {
    font-size: .9em;
  }

  .video-tabs {
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible;
  }

  .tab-pane {
    width: 100%;
    height: 52vw;
  }

  .brand {
    margin-left: 0;
  }

  .sec-icon {
    align-items: center;
  }

  .sec-icon.none {
    display: none;
  }

  .sec-h1 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .sec-icon-img {
    max-width: 80px;
  }

  .sec-icon-img.none {
    display: none;
  }

  .sec-icon-img.contact-col-03 {
    max-width: 100px;
  }

  .section-nice-02and03 {
    height: auto;
    padding-bottom: 0;
  }

  .nice-02-chart {
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section-nice-02 {
    height: auto;
    background-image: linear-gradient(#e6f2ef, #fff);
    padding-bottom: 2em;
  }

  .section-nice-03 {
    height: auto;
    background-color: var(--white);
    background-image: none;
    padding-bottom: 2em;
  }

  .footer {
    padding-bottom: 60px;
  }

  .section-expert {
    height: auto;
    background-image: none;
    margin-bottom: 0;
  }

  .expert-sub-title {
    background-image: linear-gradient(#68638a, #9f9cb5);
    border-radius: 20px;
    margin-bottom: 0;
    padding-top: 8px;
    line-height: 1.2;
  }

  .fund-info-group {
    flex-direction: column;
  }

  .nice-02-chart-img {
    display: none;
  }

  .nice-02-chart-img-mb {
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 0 0 0 2px #f9db92;
  }

  .mb-br {
    display: block;
  }

  .co-name {
    font-size: 1.1em;
  }

  .co-name.subslogan {
    font-size: 1em;
  }

  .co-social-link {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .co-tel {
    font-size: 2.5em;
  }

  .co-add {
    font-size: .7em;
  }

  .co-link {
    margin-left: 0;
    margin-right: 15px;
  }

  .sec-icon-mb {
    max-width: 80px;
    display: block;
  }
}


