.detail__header {
  border: 1px solid #C9C9C9;
}
.detail__header .cmn-h2 {
  margin-bottom: 1em;
}
.detail__name p {
  margin-bottom: 0.5em;
}
.detail__name p:last-child {
  margin-bottom: 0;
}
.detail__name em {
  vertical-align: top;
  font-style: normal;
  font-size: 0.8125rem;
  margin-left: 1em;
}
.detail__inner .cmn-h2 {
  margin-bottom: 1em;
}
.detail__inner p:not(:last-child) {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .detail {
    padding-top: 6.25rem;
  }
  .detail__header {
    padding: 3.75rem 2.5rem;
    margin-bottom: 6.25rem;
  }
  .detail__inner {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .detail {
    padding-top: 3.75rem;
  }
  .detail__header {
    padding: 1.875rem 1.25rem;
    margin-bottom: 3.75rem;
  }
  .detail__inner {
    padding-bottom: 3.75rem;
  }
}

/* profile ------------------------ */
.detail-profile {
  background: #F7F7F7;
}
.detail-profile .cmn-h2 {
  margin-bottom: 1.875rem;
}
.detail-profile__name {
  margin-bottom: 1.875rem;
}
.detail-profile__name p {
  margin-bottom: 0.5em;
}
.detail-profile__name em {
  vertical-align: top;
  font-style: normal;
  font-size: 0.8125rem;
  margin-left: 1em;
}
.detail-profile__content .cmn-h3 {
  margin-bottom: 1em;
}
.detail-profile__content ul {
  list-style: none;
  padding: 0;
}
.detail-profile__content dl {
  display: flex;
}
.detail-profile__content dt {
  width: 5em;
  font-weight: normal;
}
.detail-profile__content dd {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .detail-profile {
    padding: 6.25rem 0;
  }
  .detail-profile__image {
    width: 20.625rem;
  }
  .detail-profile__content + .detail-profile__content {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 992px) {
  .detail-profile__wrap {
    display: flex;
    justify-content: space-between;
  }
  .detail-profile__header {
    width: 20.625rem;
  }
  .detail-profile__inner {
    max-width: 34.375rem;
    margin-left: 3.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .detail-profile__header {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .detail-profile {
    padding: 3.75rem 0;
  }
  .detail-profile__header {
    margin-bottom: 2.5rem;
  }
  .detail-profile__content + .detail-profile__content {
    margin-top: 2.5rem;
  }
}

.orgdev01 {
  margin-top: 4rem;
}

.orgdev01 .org-name {
  display: block;
  border: 1px solid #CCC;
  padding: 30px;
  margin-bottom: 15px;
}

.orgdev01 a.org-name {
  display: block;
  text-decoration: none;
  color: #000;
}

.orgdev01 a.org-name strong {
  font-size: 1.5rem;
  padding-right: 5px;
}

.orgdev01 .ml-auto {
  padding-right: 15px;
}

.orgdev01 .org-name span {
  display: block;
}

.orgdev02 {
  margin-top: 4rem;
}
