@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: 0;
  font-weight: 400;
}
.page-container {
  font-family: Arial, Helvetica, sans-serif;
  color: #7d7d7d;
  font-size: 62.5%;
}
.clearfix:after {
  content: '.';
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clear {
  float: none;
  clear: both;
}
p {
  font-size: 1rem;
  line-height: 1.4;
}
h1,
h2,
h3 {
  color: #333;
  font-weight: 300;
  line-height: 1.5em;
}
h1 {
  border: 5px solid #02d1fe;
  padding: 5px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}
h1 span {
  font-weight: 600;
  color: #fc7625;
}
h3 {
  padding: 30px 0 10px 0;
  font-size: 1.7rem;
}
.btn {
  border-radius: 0;
  background-color: #fc7625;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #fc7625;
  padding: 10px 0;
  font-weight: 700;
}
section {
  display: block;
}
.text-center {
  text-align: center !important;
}
header {
  width: 100%;
  display: block;
  text-align: right;
}
.main {
  max-width: 1140px;
  width: 95%;
  margin: 0 auto;
}
section#banner {
  background: url(banner.webp) no-repeat 50% 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  padding: 2rem 0;
  position: relative;
}
section#banner .main:before {
  display: inline-block;
  content: '';
  background: url(../open-mf-account/girl.webp) no-repeat bottom left;
  width: 439px;
  height: 486px;
  position: absolute;
  left: -25px;
  bottom: 0;
}
.bannerWrap {
  display: flex;
}
.bannerContaint {
  max-width: 60%;
  padding: 120px 0 75px 215px;
}
.bannerContaint ul {
  padding: 30px 0 0 40px;
}
.bannerContaint ul li {
  color: #fff;
  padding: 10px 0 10px 45px;
  font-weight: 300;
  font-size: 1.4rem;
  position: relative;
}
.bannerContaint ul li::before {
  background: url(../open-mf-account/css_sprites.png);
  width: 35px;
  height: 35px;
  content: '';
  top: 6px;
  position: absolute;
  background-position: -10px -215px;
  left: 0;
}
.bannerContaint ul li:nth-child(2)::before {
  background-position: -68px -213px;
}
.bannerContaint ul li:nth-child(3)::before {
  background-position: -127px -216px;
}
.formWrap {
  position: relative;
  padding-left: 50px;
}
.formWrap .form_fixed {
  position: fixed;
  top: 22%;
  z-index: 99999999;
  max-width: 300px;
  margin-left: 128px;
}
.formWrap .form_fixed h2 {
  background: #34b2e4;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-weight: 300;
}
.formWrap form {
  background: #fff;
  padding: 10px;
  color: #000;
  font-weight: 200;
  border-radius: 0;
  border: 0 solid #e2e6ea;
  overflow: hidden;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}
:focus {
  outline: 0;
}
.error .attentionIcon {
  background: url(../open-mf-account/css_sprites.png) -253px -68px;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 0;
}
.error .attentionIcon ul {
  background-color: #000;
  border-radius: 5px;
  bottom: -15px;
  color: #fff;
  font-size: 0.8rem;
  right: 24px;
  padding: 5px 10px;
  position: absolute;
  width: 220px;
  z-index: 9;
}
.col-3.input-effect.error .effect-16 ~ label {
  color: #f44336;
}
div#loader {
  text-align: center;
  margin-bottom: 10px;
}
.col-3.input-effect.error .effect-16 {
  border-bottom: 1px solid #f44336;
}
.col-3 input {
  color: #2f2f2f;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 1rem;
}
.attentionIcon ul:after {
  content: '\25ba';
  padding-left: 0.5em;
  right: -9px;
  position: absolute;
  top: 8px;
  color: #000;
}
.col-3 {
  float: left;
  width: 100%;
  margin: 10px 0;
  position: relative;
  display: flex;
}
input[type='text'] {
  color: #2f2f2f;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 1rem;
}
.effect-16 {
  border: 0;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  z-index: 9;
  position: relative;
}
.effect-16 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fc7625;
  transition: 0.4s;
}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}
.effect-16 ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  color: #2f2f2f;
  transition: 0.3s;
  z-index: 1;
  letter-spacing: 0.5px;
  font-size: 1rem;
}
.effect-16:focus ~ label,
.has-content.effect-16 ~ label {
  top: -16px;
  color: #171717;
  transition: 0.3s;
}
input[type='checkbox'] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 8px 2px 0 2px;
  font-size: 0.9rem;
}
input[type='checkbox'] {
  display: none;
}
input[type='checkbox'] + label:before {
  content: '\2714';
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.4em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}
input[type='checkbox'] + label:active:before {
  transform: scale(0);
}
input[type='checkbox']:checked + label:before {
  background-color: #fc7625;
  border-color: #fc7625;
  color: #fff;
}
input[type='checkbox']:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}
a.terms_text.terms_content {
  padding: 18px 2px 0 2px;
  font-size: 0.8rem;
  color: #000;
}
input[type='checkbox']:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
section.containt {
  padding-bottom: 200px;
}
.containt article {
  max-width: 700px;
  width: 100%;
}
.containt .service ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 30px;
}
span#tNc_error {
  font-size: 0.7rem;
  width: 100%;
  color: red;
  display: block;
  padding: 0 0 20px 6px;
  clear: both;
}
.containt .service ul li span {
  background: url(../open-mf-account/css_sprites.png) 6px -79px;
  width: 84px;
  height: 60px;
  padding: 0 0 10px 0;
}
.containt .service ul li:nth-child(2) span {
  background-position: 4px -142px;
}
.containt .service ul li:nth-child(3) span {
  background-position: -162px -1px;
}
.containt .service ul li:nth-child(4) span {
  background-position: -85px 0;
}
.containt .service ul li:nth-child(5) span {
  background-position: -69px -74px;
}
.containt .service ul li:nth-child(6) span {
  background-position: -136px -130px;
}
.containt .service ul li:nth-child(7) span {
  background-position: -67px -131px;
}
.containt .service ul li:nth-child(8) span {
  background-position: -162px -68px;
}
.containt .service ul li {
  width: 33.33%;
  padding: 25px 5px;
  font-size: 1.2rem;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.containt .service ul li label {
  color: #333;
  font-size: 1rem;
  width: 100%;
  word-wrap: break-word;
  margin-top: 10px;
}
section.industry {
  background: linear-gradient(to bottom, #d8ecfe 0, #fff 100%);
  position: relative;
  min-height: 515px;
}
article.research-box {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0 12px 0 #ccc;
  width: 100%;
  position: relative;
}
.industryWrap {
  width: 100%;
  position: absolute;
  top: -13rem;
  max-width: 700px;
}
.research-box h3 {
  padding-top: 0;
}
article.research-box:before {
  content: '';
  border-top: 1px solid #e86b1f;
  border-left: 1px solid #e86b1f;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 2%;
  top: 3%;
}
article.research-box:after {
  content: '';
  border-bottom: 1px solid #e86b1f;
  border-right: 1px solid #e86b1f;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 2%;
  bottom: 3%;
}
article.research-box .award {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
article.research-box .award figure {
  padding-right: 25px;
}
article.research-box .award ul li {
  font-size: 16px;
  color: #175c99;
  font-weight: 200;
  border-bottom: 1px solid #ccc;
  line-height: 25px;
  padding: 15px 0;
}
article.research-box .award ul li:last-child {
  border-bottom: 0;
}
article.offer h4 {
  font-size: 18px;
  color: #333;
  line-height: normal;
  width: 100%;
  padding: 15px;
}
article.offer ul {
  display: flex;
  padding: 20px 0;
}
article.offer ul li {
  padding-right: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article.offer h3 {
  padding: 45px 0 5px 0;
}
article.offer ul li span {
  background: url(../open-mf-account/css_sprites.png) -228px -6px;
  width: 75px;
  height: 58px;
}
article.offer ul li:nth-child(2) span {
  background-position: -9px -3px;
}
article.offer h4:after {
  content: '';
  border-bottom: 1px solid #ccc;
  width: 100px;
  height: 1px;
  position: relative;
  display: block;
  bottom: 0;
  margin: 0 auto;
  padding: 10px;
}
.mfaccountWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mfaccountWrap ul li {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.mfaccountWrap ul li span {
  background: url(../open-mf-account/css_sprites.png) -8px -253px;
  width: 73px;
  height: 64px;
}
.mfaccountWrap ul li:nth-child(2) span {
  background: url(../open-mf-account/css_sprites.png) -8px -325px;
}
.mfaccountWrap ul li:nth-child(3) span {
  background: url(../open-mf-account/css_sprites.png) -8px -387px;
}
.mfaccountWrap ul li:nth-child(4) span {
  background: url(../open-mf-account/css_sprites.png) -69px -256px;
}
h3.text-center {
  padding-bottom: 28px;
  font-weight: 600;
}
h3.text-center span {
  color: #fc7625;
}
.mfinfo {
  width: 75%;
}
.mfinfo h4 {
  padding: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0a3474;
}
.tabList ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #ff9352;
}
.tabList ul li {
  margin: 0 2px 0 0;
}
.tabList ul li.active a {
  background-color: #ff9352;
  color: #fff;
  border-radius: 7px 7px 0 0;
}
.tabList ul li a {
  color: #000;
  font-size: 17px;
  padding: 10px 12px;
  display: block;
  font-weight: 600;
}
.choseContaint {
  background: #fff6f1;
  min-height: 185px;
  padding: 10px;
  font-size: 15px;
  color: #333;
}
.choseTabWrap {
  margin-bottom: 45px;
  margin-top: 15px;
}
.choseContaint ul li {
  position: relative;
  width: 100%;
  padding: 8px 0 7px 16px;
}
.choseContaint ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  background-color: #f60;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
footer {
  background: #393939;
  padding: 20px 0;
}
footer .disclaimer {
  border-bottom: 1px solid #4c4c4c;
}
footer .copyright p,
footer .disclaimer p {
  color: #757575;
  max-width: 700px;
  width: 100%;
  font-size: 0.9rem;
  padding: 0 0 20px 0;
}
footer .disclaimer p a {
  color: #e86b1f;
}
footer .copyright {
  padding: 15px 0;
  display: flex;
}
footer .copyright figure {
  padding-right: 25px;
}
footer .copyright p {
  padding-left: 25px;
  border-left: 1px solid #4c4c4c;
  padding-bottom: 5px;
}
section#banner .main-mf:before {
  display: inline-block;
  content: '';
  background: url(/new_hp/include/_mod/site/images/girl1.webp) no-repeat bottom
    left;
  width: 439px;
  height: 486px;
  position: absolute;
  left: -25px;
  bottom: 0;
}
.bannerContaint-mf ul li {
  font-size: 18px;
  text-shadow: none;
}
.bannerContaint-mf ul li strong {
  font-weight: 600;
}
.bannerContaint-mf {
  max-width: 60%;
  padding: 70px 0 75px 215px;
}
.error .attentionIcon {
  cursor: pointer;
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  .containt article {
    max-width: 650px;
  }
  .mfinfo h4 {
    font-size: 1rem;
  }
  p {
    font-size: 0.9rem;
  }
  article.research-box .award ul li {
    font-size: 15px;
  }
  .tabList ul li a {
    font-size: 14px;
  }
  .formWrap .form_fixed {
    right: 35px;
    top: 13%;
  }
  .bannerContaint ul li {
    font-size: 1.1rem;
  }
  section#banner .main:before {
    background-size: 70%;
  }
  .industryWrap {
    max-width: 650px;
  }
}
@media only screen and (max-width: 868px) {
  section#banner .main:before {
    display: none;
  }
  .bannerWrap {
    justify-content: space-between;
  }
  .bannerContaint {
    padding: 0;
  }
  .formWrap {
    width: 100%;
    padding-left: 0;
    max-width: 355px;
  }
  .formWrap .form_fixed {
    position: static;
    width: 100%;
    right: 0;
    margin-left: 26px;
    margin-top: 10px;
  }
  .containt article,
  .industryWrap {
    max-width: 100%;
  }
  .industryWrap {
    position: static;
    padding-top: 35px;
  }
  section.containt {
    padding-bottom: 0;
    padding-top: 30px;
  }
  article.offer ul li {
    padding: 0 20px;
  }
  section.industry {
    min-height: 670px;
    height: auto;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 667px) {
  header {
    text-align: center;
    padding-bottom: 25px;
  }
  .bannerWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bannerContaint,
  .bannerContaint-mf {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .mfinfo {
    width: 100%;
  }
  .mfaccountWrap ul li span {
    margin-bottom: 12px;
  }
  article.research-box .award {
    flex-wrap: wrap;
  }
  article.research-box .award figure {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .award ul {
    width: 100%;
  }
  footer .disclaimer p {
    width: 100%;
  }
  h1,
  h2,
  h3 {
    font-size: 1.6rem;
    text-align: center;
  }
  .containt article h3.text-center {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .tabList ul li a {
    font-size: 13px;
    padding: 10px 8px;
  }
  h1,
  h2,
  h3 {
    font-size: 1.4rem;
  }
  .tabList ul li {
    width: 30%;
  }
  .bannerContaint ul li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 414px) {
  article.offer ul {
    flex-wrap: wrap;
  }
  article.offer ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .copyright {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .copyright p {
    padding-left: 0;
    border-left: 0;
    padding-top: 15px;
  }
  .formWrap .form_fixed {
    margin-left: 0;
    max-width: 100%;
  }
  .bannerContaint ul {
    padding: 30px 0 0 25px;
  }
  .bannerContaint-mf ul {
    padding: 30px 0 0 0;
  }
  .mfaccountWrap ul li {
    margin-bottom: 24px;
    width: 100%;
  }
  .mfinfo {
    width: 75%;
  }
  article.research-box:before {
    top: 1%;
  }
  article.research-box:after {
    bottom: 1%;
  }
}
.error .attentionIcon {
  cursor: pointer;
  z-index: 9999;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}

.mf-form-wrap {
  position: relative;
  padding-left: 50px;
}
.mf-form-wrap .mf-form-fixed {
  position: fixed;
  top: 22%;
  z-index: 99999999;
  max-width: 300px;
  margin-left: 128px;
}

@media only screen and (max-width: 1024px) {
  .mf-form-wrap .mf-form-fixed {
    right: 35px;
    top: 13%;
  }
}

@media only screen and (max-width: 1024px) {
  .mf-form-wrap .mf-form-fixed {
    right: 35px;
    top: 13%;
  }
}

@media only screen and (max-width: 868px) {
  .mf-form-wrap {
    width: 100%;
    padding-left: 0;
    max-width: 355px;
  }
  .mf-form-wrap .mf-form-fixed {
    position: static;
    width: 100%;
    right: 0;
    margin-left: 26px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 414px) {
  .mf-form-wrap .mf-form-fixed {
    margin-left: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
