.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;
}
.p-about .p-about__map {
  aspect-ratio: 100/54;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-about .p-about__map {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about .p-about__map {
    margin-top: 54px;
  }
}
.p-about .p-about__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .p-history .p-history__item {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .p-history .p-history__item:not(:last-child) {
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history .p-history__item:not(:last-child) {
    margin-bottom: 22px;
  }
}
.p-history .p-history__item dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  flex-shrink: 0;
}
@media print, screen and (min-width: 769px) {
  .p-history .p-history__item dt {
    width: 180px;
  }
}
.p-history .p-history__item dd {
  font-size: 16px;
  font-size: 1.6rem;
}

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