.pg-note {
  margin: 25px 0 0;
  padding: 20px;
  border: 1px dashed #c9c9c9;
  border-radius: 10px;
  background-color: #fafafa;
}

.pg-note__title-wrapper {
  margin: 0 0 20px;
  text-align: center;
}

.pg-note__title {
  display: inline-block;
  margin: 0;
  padding: 2px 20px;
  border-radius: 9999px;
  background-color: #7d7d7d;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.pg-note__inner {
  font-size: 1.4rem;
}

.pg-note__text--strong {
  color: #ff0000;
  font-size: 1.8rem;
  text-align: center;
}

.pg-note__list {
  list-style: none;
  padding: 0;
}

.pg-note__link {
  position: relative;
  padding-left: 15px;
  color: #00a0e9;
}

.pg-note__link .fa-file-pdf {
  color: #ea4c3a;
}

.pg-note__link::before {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #00a0e9;
  border-right: 2px solid #00a0e9;
  transform: rotate(45deg);
  content: '';
}

@media (max-width: 768px) {
  .pg-note {
    margin: 15px 0 0;
    padding: 15px;
    border-radius: 5px;
  }
  .pg-note__title-wrapper {
    margin: 0 0 15px;
  }
  .pg-note__title {
    padding: 2px 10px;
    font-size: 1.2rem;
  }
  .pg-note__inner {
    font-size: 1.2rem;
  }
  .pg-note__text--strong {
    font-size: 1.5rem;
  }
  .pg-note__link::before {
    top: 4px;
  }
}

.pg-section-2 {
  margin: 0 0 60px;
}

.pg-section-2__title {
  margin: 0 0 25px;
}

.pg-section-2__subjects {
  padding: 0;
  list-style: none;
}

.pg-section-2__subject, .pg-section-2__dt {
  position: relative;
  padding-left: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.pg-section-2__subject::before, .pg-section-2__dt::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ec6941;
  content: '';
}

.pg-section-2__dd {
  margin: 0 0 25px 18px;
}

.pg-section-2__dd:last-child {
  margin: 0 0 0 18px;
}

@media (max-width: 768px) {
  .pg-section-2 {
    margin: 0 0 30px;
  }
  .pg-section-2__title {
    margin: 0 0 15px;
  }
  .pg-section-2__subject, .pg-section-2__dt {
    padding-left: 15px;
    font-size: 1.5rem;
  }
  .pg-section-2__subject::before, .pg-section-2__dt::before {
    top: 5px;
  }
  .pg-section-2__dd {
    margin: 0 0 15px 15px;
  }
  .pg-section-2__dd:last-child {
    margin: 0 0 0 15px;
  }
}

.pg-section {
  margin: -100px 0 70px;
  padding: 100px 0 0;
}

.pg-section:last-of-type {
  margin: -100px 0 0;
}

.pg-section__title {
  margin: 0 0 40px;
}

.pg-section__lead {
  margin: 0 0 40px;
}

.pg-section__btn {
  max-width: 260px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pg-section {
    margin: -75px 0 35px;
    padding: 75px 0 0;
  }
  .pg-section:last-of-type {
    margin: -75px 0 0;
  }
  .pg-section__title {
    margin: 0 0 25px;
  }
  .pg-section__lead {
    margin: 0 0 25px;
  }
  .pg-section__btn {
    max-width: 236px;
  }
}

.pg-step-wrapper__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pg-step-wrapper__item {
  margin: 0 0 60px;
}

.pg-step-wrapper__item:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  .pg-step-wrapper__item {
    margin: 0 0 30px;
  }
}

.pg-step__title-wrapper {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
}

.pg-step__step {
  flex-shrink: 0;
  flex-basis: 120px;
  margin: 0 20px 0 0;
  border-radius: 10px;
  background-color: #0a6396;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.pg-step__step--green {
  background-color: #2fa471;
}

.pg-step__step--brown {
  background-color: #b09d60;
}

.pg-step__step--lightblue {
  background-color: #0082b0;
}

.pg-step__number {
  font-size: 2.4rem;
}

.pg-step__title {
  margin: 0;
  font-size: 2.6rem;
  font-weight: bold;
}

.pg-step__inner {
  margin: 0 0 0 140px;
}

@media (max-width: 768px) {
  .pg-step__title-wrapper {
    margin: 0 0 15px;
  }
  .pg-step__step {
    flex-basis: 100px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  .pg-step__number {
    font-size: 2rem;
  }
  .pg-step__title {
    padding-top: 2px;
    font-size: 1.8rem;
  }
  .pg-step__inner {
    margin: 0;
  }
  .pg-step__btn-wrapper {
    display: flex;
    justify-content: center;
  }
}
