/* -------------------- #intro-info -------------------- */

section#intro-info {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  section#intro-info {
    padding: 15px;
  }
}

section#intro-info .register-info-inner {
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  section#intro-info .register-info-inner {
    margin-bottom: 50px;
  }
}

section#intro-info .kv {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  section#intro-info .kv {
    display: block;
    margin-bottom: 35px;
  }
}

section#intro-info .kv img {
  width: auto;
}

section#intro-info .info-header h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#intro-info .info-header h1 > strong,
section#intro-info .info-header h1 > span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #004098;
}

@media screen and (max-width: 768px) {
  section#intro-info .info-header h1 > strong,
  section#intro-info .info-header h1 > span {
    font-size: 1.6rem;
  }
}

section#intro-info .info-header h1 strong .title {
  margin-top: 0;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section#intro-info .info-header h1 strong .title {
    font-size: 2.3rem;
  }
}

section#intro-info .info-header h1 .description {
  max-width: 959px;
  color: #000;
}

section#intro-info .newt-get-btn-link a {
  font-size: 16px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  section#intro-info .newt-get-btn-link a {
    font-size: 14px;
  }
}

section#intro-info .newt-get-btn-link a:hover {
  text-decoration: none;
}

section#intro-info .newt-get-btn-link p {
  margin-bottom: 10px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  section#intro-info .newt-get-btn-link p {
    font-size: 1.4rem;
  }
}

/* -------------------- #step-info -------------------- */

section#step-info h2.lead > strong {
  display: block;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: bold;
  color: #003f98;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#step-info h2.lead > strong {
    margin-top: 40px;
    font-size: 2.3rem;
  }
}

section#step-info .step-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #003f98;
  text-align: center;
}

section#step-info .step-title > i {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  section#step-info .step-title > i {
    font-size: 1.6rem;
  }
}

section#step-info .step-item a {
  text-decoration: underline;
  transition: opacity 300ms ease;
}

section#step-info .step-item a:hover {
  opacity: 0.8;
}

/* -------------------- #app-info -------------------- */

section#app-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
}

section#app-info .app-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 30px;
  background-color: #fff;
}

@media screen and (min-width: 1040px) {
  section#app-info .app-inner {
    max-width: 1040px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  section#app-info .app-inner {
    max-width: 1039px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  section#app-info .app-inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  section#app-info .app-inner {
    padding: 0 15px;
  }
}

section#app-info a {
  text-decoration: underline;
  transition: opacity 300ms ease;
}

section#app-info a:hover {
  opacity: 0.8;
}

section#app-info .newt-get-btn-link a,
section#app-info .app-item__download a {
  text-decoration: none;
}

section#app-info .newt-get-btn-link a {
  font-size: 16px;
}

section#app-info .newt-get-btn-link a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  section#app-info .newt-get-btn-link a {
    font-size: 14px;
  }
}

section#app-info .newt-get-btn-link p {
  margin-bottom: 10px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  section#app-info .newt-get-btn-link p {
    font-size: 1.4rem;
  }
}

section#app-info .help-link {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#app-info .help-link {
    font-size: 1.4rem;
    vertical-align: middle;
  }
}

section#app-info .app-list .lead {
  width: 100%;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#app-info .app-list .lead {
    font-size: 14px;
  }
}
