.newpass-guide_area{
  padding: 0 20px;
}

.newpass-guide_header {
  text-align: center;
  padding: 30px 20px;
}

.fe-logo img {
  padding: 1rem;
  width: 100%;
  max-width: 210px !important;
  margin: 0 auto;
  display: block;
}

.newpass-guide_update-period {
  font-size: 18px;
  font-weight: 700;
}

hr.newpass-guide {
  width: 100%;
  max-width: 980px;
  margin: 3rem auto;
  border: none;
  border-bottom: 3px solid #000;
}

.newpass-guide_header p {
  font-size: 18px;
}

.newpass-guide_compare-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 980px;
  margin: 1.5rem auto 3rem;
}

.newpass-guide_box {
  width: 100%;
  max-width: 440px;
  height: 480px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  box-shadow: 4px 4px 7px 0px rgba(133, 133, 133, 0.4);
}

.newpass-guide_box h2 {
  background: #003f7f;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 1.5rem;
  font-size: 20px;
  font-weight: 600;
}

.newpass-guide_box.before {
  border: 1px solid #003f7f;
}

.newpass-guide_box.before h2 {
  background: #003f7f;
}

.newpass-guide_box.after {
  border: 1px solid #aa0000;
}

.newpass-guide_box.after h2 {
  background: #aa0000;
}

.newpass-guide_box p.infotext {
  font-size: 22px;
  line-height: 2.3;
  padding: 1.5rem 2rem;
}

.redline {
  padding-bottom: 6px;
  border-bottom: 3px solid #FF0F0F;
}

.newpass-guide_note {
  margin: 1rem 2rem;
  border: 1px solid #666;
  line-height: 2.2;
}

.newpass-guide_note p {
  padding: 1.5rem 2rem;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.newpass-guide_arrow {
  padding: 1rem;
}

.newpass-guide_method {
  width: 100%;
  max-width: 980px;
  display: block;
  margin: 4rem auto;
}

.newpass-guide_method-title {
  background: #e5e5e5;
  padding: 1.5rem;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.newpass-guide_list {
  margin: 1rem auto;
}

.newpass-guide_step {
  margin: 3rem;
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
}

.newpass-guide_step--num {
  font-weight: 700;
  background-color: #fff;
}

.newpass-guide_step--text {
  font-weight: 400;
}

.newpass-guide_step-img {
  display: block;
  margin: 1rem 0;
  width: 100%;
  max-width: 680px;
}

.newpass-guide_step-areatext {
  font-size: 14px;
  margin: 1.5rem 0;
  line-height: 2;
}

.newpass-guide_step-areatext span {
  color: #FF0F0F;
}

@media (max-width: 768px) {

  .newpass-guide_header h1 {
    font-size: 1.4333em;
    margin: 1rem 0;
  }

  .newpass-guide_header p {
    font-size: 1.1em;
  }

  .fe-logo img {
    padding: .5rem;
    max-width: 160px !important;
  }

  .newpass-guide_header,
  .newpass-guide_compare-box,
  .newpass-guide_method {
    padding: 1rem 0;
    margin: 1rem auto;
    max-width: 100%;
  }

  .newpass-guide_box {
    margin: 1rem auto;
    max-width: 100%;
    height: auto;
  }

  .newpass-guide_note {
    margin: 0 1.5rem 2rem;
    max-width: 100%;
  }

  .newpass-guide_note p {
    padding: 1.5rem .5rem;
  }

  .newpass-guide_box p.infotext {
    font-size: 18px;
    line-height: 2.3;
    padding: 1.5rem .5rem;
  }

  .newpass-guide_compare-box {
    flex-direction: column;
  }

  .newpass-guide_arrow {
    transform: rotate(90deg);
    max-width: 80px;
  }

  .newpass-guide_step {
    display: inline;
    gap: 20px;
    margin: 1rem auto;
  }

  .newpass-guide_step--num {
    background-color: #fafafa;
    margin: 2.5rem 0 1rem;
    padding: 1rem .5rem .1rem;
  }

  .newpass-guide_step-img {
    max-width: 100%;
  }

  .sp_br{
    display: inline-block;
  }
}