@charset "utf-8";
/* CSS Document */
.section_area {
  padding: 25px 0;
  border-bottom: 1px solid #E8E8E8;
}
.section_info .section_area:first-of-type {
  padding-top: 0;
}
.section_area .info_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  COLOR:#444444;
}
.section_area p {
  margin-bottom: 1em;
}
.section_area p:last-of-type {
  margin-bottom: 0;
}
