.p-about .p-about__item {
  border-bottom: 2px dotted #A7A7A7;
}
@media only screen and (max-width: 768px) {
  .p-about .p-about__item {
    padding-block: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about .p-about__item {
    display: flex;
    padding-block: 38px;
  }
}
.p-about .p-about__item dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  flex-shrink: 0;
}
@media print, screen and (min-width: 769px) {
  .p-about .p-about__item dt {
    width: 180px;
  }
}
.p-about .p-about__item dd {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-about .p-about__item dd img {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about .p-about__item dd img {
    margin-left: 10px;
  }
}
.p-about .p-about__item dd a {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .p-about .p-about__item dd a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 768px) {
  .p-organization figure img {
    height: auto;
    width: 100%;
  }
}