.c-profile {
  border-bottom: 1px solid #e5e5e5;
}
.c-profile .title:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.c-profile .title {
  padding-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: .8rem;
}
.c-profile .title.no_line {
  padding-top: 0;
  border-top: none;
}
.c-profile .element {
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2.4rem;
}
.c-profile a.c-link_text,
.c-profile a.c-link_text2 {
  display: unset;
}
@media only screen and (min-width: 883px) {
  .c-profile {
    margin-left: 20rem;
  }
  .c-profile .element {
    margin-top: -3.3rem;
    margin-left: 27rem;
  }
  .c-profile .title.no_line {
    margin-top: 2.4rem;
  }
}

.c-profile ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.4em;
}
.c-profile li {
  font-size: 1.6rem;
  line-height: 2;
}
