.p-oralhistory__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.p-oralhistory_headline {
	display: inline-block;
	padding: 0 10px;
	color: black;
	font-size: 2.4rem;
	font-weight: 700;
	background-color: #e9f4ff;
	margin-bottom: 40px;
}

.p-oralhistory_headline_mt40 {
	display: inline-block;
	padding: 0 10px;
	color: black;
	font-size: 2.4rem;
	font-weight: 700;
	background-color: #e9f4ff;
	margin: 60px 0px 40px 0px;
}

@media screen and (max-width: 1079px) {
  .p-oralhistory__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 763px) {
  .p-oralhistory__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-oralhistory__link {
  display: block;
}
.p-oralhistory__item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3019607843);
}
.p-oralhistory__image {
  text-align: center;
  background-color: #f4f4f4;
}
.p-oralhistory__content {
  padding: 20px;
}
.p-oralhistory__name {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0F57A3;
}
.p-oralhistory__description {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-oralhistory__text {
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 1079px) {
  .p-oralhistory__text {
    text-align: left;
  }
}
.p-oralhistory__text a {
  display: inline;
  text-decoration: underline;
  color: #0F57A3;
}