.p-info {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-info {
    padding: 2.8rem 0;
  }
}
.p-info__header {
  display: block;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-info__header {
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.p-info__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-brown-line);
}
.p-info__date {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: var(--color-blue);
}
@media screen and (max-width: 960px) {
  .p-info__date {
    font-size: 1.3rem;
  }
}
.p-info__title {
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-info__title {
    font-size: 1.6rem;
  }
}
.p-info__inner {
  display: block;
  position: relative;
}
.p-info__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-info__text {
    font-size: 1.3rem;
  }
}
.p-info__text img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 2.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-info__text img {
    margin: 1rem auto;
  }
}
.p-info__text img:first-child {
  margin-top: 0;
}
.p-info__text img:last-child {
  margin-bottom: 0;
}
.p-info__text a {
  color: var(--color-blue);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-info__text a:hover, .p-info__text a:focus-visible {
    text-decoration: none;
  }
}
.p-info__text small {
  font-size: 0.75em;
}
.p-info__text img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0.5em auto;
}
.p-info__text img:first-child {
  margin-top: 0;
}
.p-info__text img:last-child {
  margin-bottom: 0;
}
.p-info__text a {
  color: var(--color-blue);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-info__text a:hover, .p-info__text a:focus-visible {
    text-decoration: none;
  }
}