.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.container {
  position: relative;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.container.nav-container {
  display: flex;
  overflow: hidden;
  width: 1140px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.sop {
  top: 0px;
  text-align: left;
}

.brand {
  position: relative;
  display: block;
  width: 208px;
  height: 78px;
  justify-content: flex-start;
  background-image: url('../images/logo-red.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 93.7%, 0);
  background-color: #fff;
}

.navbar.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  height: 78px;
  padding: 0px;
  background-color: transparent;
}

.nav-block {
  background-color: #dd4a48;
}

.nav-menu {
  display: flex;
  width: 600px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.nav-item {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 10px;
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  line-height: 2.4rem;
}

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

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

.nav-item.nav-ask {
  padding: 4px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 99px;
  background-color: #fff;
  color: #cc0009;
  line-height: 1.9rem;
  font-weight: 700;
}

.nav-item.nav-ask:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #cf3541;
  color: #fff;
}

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

.body {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.co-social-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

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

.container-3 {
  position: relative;
  top: 0px;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.container-3.footer-container {
  flex-direction: column;
}

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

.footer-text-2 {
  margin-top: 40px;
  color: #707070;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}

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

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

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

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #efefef;
}

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

.co-name {
  font-weight: 700;
}

.footer-link {
  color: #0578ff;
}

.footer-mark {
  color: #dd4a48;
}

.section-kv {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 620px;
  margin-top: 0px;
  padding-top: 77px;
  background-image: url('../images/Group-46104.png');
  background-position: 50% 0%;
  background-size: 1920px;
  background-repeat: no-repeat;
  text-align: center;
}

.kv-text {
  position: relative;
  right: 296px;
  width: 733px;
  height: 100%;
  max-height: 480px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/kv-text2x.png');
  background-position: 50% 50%;
  background-size: 733px;
  background-repeat: no-repeat;
}

.section-4advantage {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-h1 {
  color: #fe1543;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
}

.section-h1.thx {
  text-align: center;
}

.adv-img {
  height: 560px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url('../images/Group-44295.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-yellow {
  position: absolute;
  left: auto;
  top: -170px;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 1155px;
  height: 900px;
  background-image: url('../images/Mask-Group-1.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.note {
  margin-top: 40px;
  font-size: 15px;
  text-align: left;
}

.section-doc {
  padding-top: 100px;
  padding-bottom: 60px;
}

.doc-set-block {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}

.doc-img {
  width: 320px;
  height: 250px;
}

.doc-text {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
}

.open-link {
  display: block;
  max-width: 300px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #dd4a48;
  border-radius: 99px;
  background-color: #dd4a48;
  transition: all 200ms ease;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.open-link:hover {
  background-color: #fff;
  color: #dd4a48;
}

.section-form {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

.btn-send {
  position: relative;
  top: 0px;
  width: 200px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 99px;
  background-color: #dd4a48;
  transition: top 200ms ease;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.btn-send:hover {
  top: 5px;
}

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

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

.checkbox {
  margin-right: 7px;
}

.text-field {
  width: 100%;
}

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

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

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

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

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

.contact-block {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 60px 40px;
  background-color: #e4e4e4;
}

.btn-golink {
  position: relative;
  top: 0px;
  display: none;
  width: 200px;
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #e83131;
  border-radius: 10px;
  background-color: #fff;
  transition: top 200ms ease;
  font-family: 'Noto Sans TC', sans-serif;
  color: #e83131;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.btn-golink:hover {
  top: 5px;
  color: #e83131;
}

.btn-golink.last {
  margin-right: auto;
  color: #e83131;
}

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

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

.time_block-2 {
  display: flex;
}

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

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

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

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

.heading-2 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
}

.section-sop {
  position: relative;
  padding-top: 100px;
}

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

.note-3.tab-note {
  position: relative;
  color: #574a43;
  font-size: 15px;
  text-align: center;
}

.fund-info-btns {
  display: none;
  margin-top: 40px;
  text-align: center;
}

.tab-tag-block {
  position: -webkit-sticky;
  position: sticky;
  top: 78px;
  z-index: 6;
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.tab-tag-block.bg {
  display: inline-block;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #ff982e;
  border-radius: 99px;
  background-color: #fff;
}

.tab-content-block {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  justify-content: center;
  align-items: flex-start;
  background-color: #fee;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tab-link-item {
  padding: 10px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 99px;
  color: #333;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.tab-link-item:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.tab-img-item {
  width: 1110px;
  height: 400px;
  background-image: url('../images/Group-44312.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-img-item._03 {
  background-image: url('../images/Group-44321.svg');
  background-position: 50% 0%;
}

.tab-img-item._02 {
  background-image: url('../images/Group-44319.svg');
  background-position: 50% 0%;
  background-size: cover;
}

.fund-info-btn-item {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 60px;
  border: 1px solid #dd4a48;
  border-radius: 99px;
  background-color: #dd4a48;
  transition: all 200ms ease;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.fund-info-btn-item:hover {
  background-color: #fff;
  color: #dd4a48;
}

.fund-info-btn-item.blue {
  border-color: #34776b;
  background-color: #34776b;
  color: #fff;
}

.fund-info-btn-item.blue:hover {
  background-color: #fff;
  color: #34776b;
}

.fund-info-btn-item.y {
  border-color: #f3af3d;
  background-color: #f3af3d;
  color: #fff;
}

.fund-info-btn-item.y:hover {
  background-color: #fff;
  color: #f3af3d;
}

.tab-item-block {
  position: relative;
  width: 1110px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  background-color: transparent;
}

.tab-item-block._02 {
  display: none;
}

.tab-item-block._03 {
  display: none;
}

.tab-item-block._01 {
  background-color: transparent;
}

.sop-h2 {
  font-size: 30px;
  text-align: center;
}

.bank-pop-link {
  color: #0578ff;
}

.sop-deco-block {
  position: absolute;
  left: auto;
  top: -104px;
  right: 0%;
  bottom: auto;
  z-index: 5;
  width: 538px;
  height: 476px;
}

.sop-dog-01 {
  position: absolute;
}

.sop-dog-02 {
  position: absolute;
  opacity: 0;
}

.sop-dog-03 {
  position: absolute;
  opacity: 0;
}

.thx-img {
  height: 560px;
  margin-top: 60px;
  background-image: url('../images/thx-img.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-thx {
  padding-top: 100px;
  padding-bottom: 100px;
}

.goto-official-link {
  padding: 10px 30px;
  border-radius: 99px;
  background-color: #dd4a48;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.popup-block-web {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(232, 49, 49, 0.9);
}

.popup-content {
  position: relative;
  flex-direction: column;
  align-items: center;
}

.close-btn {
  position: absolute;
  left: auto;
  top: -20px;
  right: -20px;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/43083.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: top 200ms ease;
  cursor: pointer;
}

.bank-table {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.tr {
  display: flex;
}

.td {
  display: flex;
  width: 8em;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #dd4a48;
  border-left: 1px solid #dd4a48;
  text-align: center;
}

.bank-item {
  padding: 15px;
}

.popup-block-card {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(232, 49, 49, 0.9);
}

.popup-block-paper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(221, 74, 72, 0.98);
}

.fixed-link-item {
  position: relative;
  bottom: 0px;
  display: flex;
  width: 90px;
  height: 100px;
  margin-top: 1em;
  margin-right: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dd4a48;
  border-radius: 5px;
  background-color: #fff;
  transition: all 200ms ease;
  color: #dd4a48;
  font-size: 1em;
  line-height: 1.2;
  text-decoration: none;
}

.fixed-link-item:hover {
  bottom: 5px;
}

.fixed-link-item.contact {
  height: 153px;
  padding-top: 50px;
  border-width: 0px;
  background-color: transparent;
  background-image: url('../images/Group-46121.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
}

.fixed-link-item.none.hide {
  display: none;
}

.icon-img {
  width: 32px;
  height: 32px;
  background-image: url('../images/alert-w.svg');
  background-position: 0% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-img._05 {
  width: 53px;
  height: 37px;
  background-image: url('../images/Group-46073.svg');
  background-size: contain;
}

.icon-img._06 {
  background-image: url('../images/Group-46114.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.icon-text {
  margin-top: 5px;
  text-align: center;
}

.fixed-link-block {
  position: fixed;
  left: auto;
  top: 14%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  height: 240px;
  opacity: 1;
}

.sop-link-block {
  position: relative;
  display: flex;
  height: 55px;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  border-radius: 99px;
  background-color: #fff;
}

.sop-link-sound {
  position: relative;
  top: -20px;
  width: 104px;
  height: 78px;
  background-image: url('../images/Group-44696.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sop-link-text {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 24px;
}

.sop-link-btn {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #dd4a48;
  border-radius: 99px;
  background-color: #dd4a48;
  transition: all 200ms ease;
  color: #fff;
  font-size: 24px;
  line-height: 55px;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.sop-link-btn:hover {
  background-color: #fff;
  color: #dd4a48;
}

.br {
  display: inline-block;
}

.section-may {
  display: none;
  padding-top: 100px;
  padding-bottom: 0px;
}

.may-img {
  height: 380px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url('../images/chart.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.red {
  color: #dd4a48;
}

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

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

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

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

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

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

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

.section-vip {
  display: none;
  padding-top: 100px;
  padding-bottom: 0px;
}

.vip-img {
  height: 433px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('../images/vip.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sop-h1 {
  color: #dd4a48;
  text-align: center;
}

.section-video {
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: url('../images/video-bg-pc.png');
  background-position: 50% 100%;
  background-size: 1920px;
  background-repeat: no-repeat;
}

.import-video {
  width: 100%;
  height: 540px;
  max-width: 960px;
}

.video-block {
  display: flex;
  margin-top: 60px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
  }

  .container.nav-container {
    display: flex;
    width: 100vw;
    max-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: space-between;
  }

  .brand {
    order: 0;
    flex: 1;
    background-position: 0% 0%;
  }

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

  .nav-btn {
    overflow: hidden;
    width: 78px;
    height: 78px;
    background-color: #d3222f;
  }

  .nav-btn.w--open {
    background-color: #cf3541;
  }

  .nav-menu {
    position: absolute;
    width: 50vw;
    margin-top: 79px;
    padding: 5vh 0px 0px;
    background-color: rgba(207, 53, 65, 0.95);
  }

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

  .nav-item {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }

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

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

  .nav-item.nav-ask {
    width: 250px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-item.nav-ask:hover {
    color: #cf3541;
  }

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

  .section-kv {
    height: 380px;
    padding-top: 20px;
    background-size: 150%;
  }

  .kv-text {
    right: 18vw;
    width: 50vw;
    height: 39vw;
    background-size: contain;
  }

  .section-4advantage {
    padding-top: 6vw;
  }

  .section-h1 {
    font-size: 3em;
  }

  .adv-img {
    height: 49vw;
    margin-top: 2em;
    background-size: contain;
  }

  .section-doc {
    padding-top: 6vw;
  }

  .doc-img {
    width: 30vw;
    height: 23vw;
  }

  .doc-text {
    font-size: 1.2em;
  }

  .open-link {
    margin-top: 6vw;
    font-size: 1.2em;
  }

  .section-form {
    padding-top: 6vw;
  }

  .btn-send {
    width: 150px;
  }

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

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

  .btn-golink {
    width: 150px;
  }

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

  .field-label {
    width: 9vw;
  }

  .heading-2 {
    font-size: 1.3em;
  }

  .section-sop {
    padding-top: 6vw;
  }

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

  .fund-info-btns {
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-tag-block {
    display: flex;
    justify-content: center;
  }

  .tab-content-block {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .tab-link-item {
    padding: 9px 30px 9px 2vw;
  }

  .tab-link-item:focus {
    background-color: #f49c00;
    color: #fff;
  }

  .tab-link-item.w--current {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .tab-img-item {
    position: relative;
    width: 100%;
    height: 35vw;
    margin-right: auto;
    margin-left: auto;
  }

  .tab-img-item._03 {
    background-size: cover;
  }

  .tab-img-item._02 {
    background-size: cover;
  }

  .fund-info-btn-item {
    margin-right: 30px;
    margin-left: 30px;
    font-size: 1.2em;
  }

  .tab-item-block {
    width: 100%;
  }

  .tab-item-block._02 {
    display: none;
  }

  .sop-deco-block {
    top: 37px;
    width: 40vw;
    height: 40vw;
  }

  .popup-content {
    padding: 20px;
  }

  .close-btn {
    top: 0px;
    right: 0px;
  }

  .fixed-link-block {
    top: 25%;
  }

  .sop-link-block {
    height: 3em;
  }

  .sop-link-text {
    font-size: 1.2em;
  }

  .sop-link-btn {
    font-size: 1.2em;
    line-height: 2.3em;
  }

  .section-may {
    padding-top: 6vw;
  }

  .may-img {
    height: 33vw;
    margin-top: 2em;
    background-size: contain;
  }

  .section-vip {
    padding-top: 6vw;
  }

  .vip-img {
    height: 38vw;
    margin-top: 2em;
    background-size: contain;
  }

  .section-video {
    padding-top: 6vw;
  }

  .import-video {
    height: 53vw;
  }
}

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

  .container.sop {
    text-align: center;
  }

  .nav-btn {
    padding: 21px;
  }

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

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

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

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

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

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

  .container-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding: 60px 15px;
  }

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

  .section-kv {
    height: 130vw;
    background-image: url('../images/Group-47242.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .kv-text {
    right: auto;
    width: 95vw;
    height: 60vw;
  }

  .section-4advantage {
    margin-top: -45px;
    padding-top: 85px;
  }

  .section-h1 {
    font-size: 2.2em;
  }

  .adv-img {
    height: 240vw;
    background-image: url('../images/Group-44661.png');
  }

  .bg-yellow {
    top: -60px;
  }

  .note.may {
    margin-top: 20px;
  }

  .section-doc {
    margin-top: -45px;
    padding-top: 85px;
  }

  .doc-set-block {
    margin-top: 6vw;
    flex-direction: column;
  }

  .doc-block {
    margin-bottom: 6vw;
  }

  .doc-img {
    width: 100%;
    height: 60vw;
  }

  .section-form {
    margin-top: 0px;
    margin-bottom: 0vw;
    padding-top: 80px;
    padding-bottom: 40px;
  }

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

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

  .text-field {
    width: 65vw;
  }

  .contact-block {
    padding: 20px 15px;
  }

  .btn-golink {
    width: 100%;
    margin-left: 0px;
    font-size: 1em;
  }

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

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

  .checkbox-field {
    width: 100%;
  }

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

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

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

  .section-sop {
    margin-top: -45px;
    padding-top: 85px;
  }

  .note-3 {
    text-align: left;
  }

  .note-3.tab-note {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 17px;
    text-align: justify;
  }

  .fund-info-btns {
    margin-top: 6vw;
  }

  .tab-content-block {
    overflow: hidden;
    height: auto;
    margin-top: 50vw;
    padding-top: 13vw;
    padding-bottom: 20px;
  }

  .tab-link-item {
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 16px;
  }

  .tab-link-item.w--current {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .tab-img-item {
    height: 103vw;
    background-image: url('../images/Group-44665.svg');
  }

  .tab-img-item._03 {
    position: relative;
    height: 160vw;
    background-image: url('../images/Group-44675.svg');
    background-size: contain;
  }

  .tab-img-item._02 {
    position: relative;
    height: 103vw;
    background-image: url('../images/Group-44673.svg');
    background-size: contain;
  }

  .fund-info-btn-item {
    min-width: 127px;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.2em;
    line-height: 1.2;
  }

  .tab-item-block {
    display: flex;
    width: 100%;
    height: auto;
    padding-right: 10vw;
    padding-bottom: 6vw;
    padding-left: 10vw;
    flex-direction: column;
    justify-content: flex-start;
  }

  .tab-item-block._02 {
    display: none;
  }

  .tab-item-block._03 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
  }

  .tab-item-block._01 {
    display: none;
  }

  .sop-h2 {
    font-size: 1.4em;
    line-height: 1.4;
  }

  .sop-deco-block {
    top: 165px;
    right: 50vw;
    width: 70vw;
    height: 70vw;
  }

  .sop-dog-01 {
    width: 100%;
  }

  .sop-dog-02 {
    width: 100%;
  }

  .sop-dog-03 {
    width: 100%;
  }

  .popup-block-web {
    display: none;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 0.9em;
  }

  .popup-content {
    overflow: auto;
  }

  .close-btn {
    margin-right: 10px;
  }

  .bank-item {
    padding: 1em 0.5em;
  }

  .popup-block-card {
    display: none;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .popup-block-paper {
    display: none;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 0.9em;
  }

  .text-span {
    display: inline-block;
  }

  .text-span-2 {
    display: inline-block;
  }

  .fixed-link-item {
    width: 50%;
    height: 40px;
    margin-top: 0em;
    margin-right: 0em;
    flex-direction: row;
    align-items: center;
    border-width: 0px;
    border-radius: 0px;
  }

  .fixed-link-item.contact {
    width: 100%;
    height: 40px;
    padding-top: 0px;
    flex: 1;
    background-color: #dd4a48;
    background-image: none;
  }

  .icon-img._05 {
    width: 2.2em;
    height: 1.5em;
    background-position: 50% 0%;
  }

  .icon-img._06 {
    width: 2em;
    height: 1.5em;
    background-position: 50% 0%;
  }

  .icon-text {
    margin-top: 0px;
    margin-left: 5px;
  }

  .fixed-link-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: flex;
    width: 100vw;
    height: 40px;
    background-color: #fff;
    opacity: 1;
  }

  .sop-link-block {
    height: 4em;
    margin-top: 40px;
    border-radius: 20px;
  }

  .sop-link-sound {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 55px;
    height: 50px;
  }

  .sop-link-text {
    margin-top: 13px;
    margin-right: 10px;
    margin-left: 53px;
    font-size: 0.9em;
  }

  .sop-link-btn {
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    border-radius: 20px;
    font-size: 1em;
    line-height: 1.4em;
    text-align: center;
  }

  .section-may {
    margin-top: -45px;
    padding-top: 85px;
  }

  .may-img {
    height: 92vw;
    margin-bottom: 0px;
    background-image: url('../images/chart-m.svg');
  }

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

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

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

  .co-add-2 {
    font-size: 0.7em;
  }

  .section-vip {
    margin-top: -45px;
    padding-top: 85px;
  }

  .vip-img {
    height: 127vw;
    background-image: url('../images/vip-m.svg');
  }

  .section-video {
    margin-top: -45px;
    padding-top: 85px;
    background-image: url('../images/video-bg-mb.png');
    background-size: contain;
  }

  .import-video {
    display: flex;
    height: 49vw;
    justify-content: center;
    align-items: center;
  }

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

