.lead {
  margin-bottom: 2rem;
}

.about {
  margin-bottom: 2rem;
}

.about__info_list dt {
  font-size: 1.1em;
}

.about__info_list dd {
  padding: 0 0 2rem 1.5rem;
}

.about__price_table {
  text-align: left;
}

.about__price_table th, .about__price_table td {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .about {
    margin-bottom: 4rem;
  }
  .about .p__section_ttl {
    border-bottom: none;
  }
  .about__content {
    padding: 3rem 4.5rem;
    border: 3px solid #ffa5aa;
    border-radius: 1rem;
  }
  .about__info_list .p__section_ttl_b {
    margin-bottom: .5em;
  }
  .about__info_list dd {
    padding-bottom: 1.5rem;
  }
  .about__price_table {
    max-width: 40em;
  }
  .about__price_table th, .about__price_table td {
    width: 8em;
  }
}

.area {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .area {
    margin-bottom: 4rem;
  }
  .area .p__section_ttl {
    border-bottom: none;
  }
  .area__content {
    padding: 3rem;
    border: 3px solid #ffa5aa;
    border-radius: 1rem;
  }
  .area__fee .p__box_a__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
  }
}

.download:before {
  content: "";
  display: block;
  width: 100%;
  height: .5rem;
  margin-bottom: 1.5rem;
  background-image: url(../img/dot_line.png);
  background-repeat: repeat-x;
}

.download__ttl {
  margin-bottom: 1em;
  color: #ff7fc3;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.2em;
}

.download__document_list {
  margin-top: 1.5rem;
}

.download__document_list li {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .download__ttl {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=guidance.css.map */