.p-welfare__header {
  margin-bottom: 30px;
}

.p-welfare__title {
  margin-bottom: 0!important;
}

.p-welfare__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}

.p-welfare__item {
  width: 30%;
  padding-bottom: 40px;
}

.p-welfareItem__title {
  font-family: "Noto Serif JP", serif;
  color: #0b57a7;
  font-size: 2.4rem;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
}

/* .p-welfareItem__title span {
  font-weight: bold;
} */

.p-welfareItem:first-of-type .p-welfareItem__title::before {
  content: "01";
  font-size: 2.4rem;
  color: #0b57a7;
  font-weight: bold;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
}

.p-welfareItem:nth-of-type(2) .p-welfareItem__title::before {
  content: "02";
  font-size: 2.4rem;
  color: #0b57a7;
  font-weight: bold;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
}

.p-welfareItem:nth-of-type(3) .p-welfareItem__title::before {
  content: "03";
  font-size: 2.4rem;
  color: #0b57a7;
  font-weight: bold;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
}

.p-welfareItem__title::after {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #BBD5FF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.welfareItem__text {
  padding-top: 10px;
}

.p-welfare__links2 {
  justify-content: space-around!important;
  padding-top: 30px;
}

.p-welfareItem__img {
  padding-bottom: 10px;
  opacity: 0.7;
}

.p-welfareLinks {
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-welfare__item {
    width: 100%;
  }
}
