.p-list__container {
  margin-top: 100px;
}
@media (max-width: 47.9375em) {
  .p-list__container {
    margin-top: 40px;
  }
}
.p-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 47.9375em) {
  .p-list__items {
    gap: 15px 0;
  }
}
.p-list__item {
  width: 380px;
}
@media (max-width: 47.9375em) {
  .p-list__item {
    width: 100%;
  }
}
.p-list__item-body {
  display: flex;
  flex-wrap: wrap;
  transition: border-color 0.3s;
  border: 1px solid #c9d4e6;
  padding: 35px 30px;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (max-width: 47.9375em) {
  .p-list__item-body {
    padding: 20px;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-list__item-body:hover {
    border-color: #0c3388;
  }
  .p-list__item-body:hover .p-list__item-heading span::after {
    right: -5px;
  }
  .p-list__item-body:hover .p-list__item-heading--icon-blank span::after {
    right: 0;
  }
}
.p-list__item-group {
  width: 100%;
}
@media (max-width: 47.9375em) {
  .p-list__item-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.p-list__item-heading {
  width: 100%;
  color: #000;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
@media (max-width: 47.9375em) {
  .p-list__item-heading {
    order: 2;
    width: calc(100% - 75px);
    font-size: 1.7rem;
    text-align: left;
  }
}
.p-list__item-heading span {
  position: relative;
  padding-right: 30px;
}
@media (max-width: 47.9375em) {
  .p-list__item-heading span {
    display: inline-block;
  }
}
.p-list__item-heading span::after {
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  transform: translateY(-50%);
  transition: right 0.3s;
  background-image: url("/assets/images/components/icon_square_big_arrow_blue.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}
@media (max-width: 47.9375em) {
  .p-list__item-heading span::after {
    top: 4px;
    transform: none;
  }
}
.p-list__item-heading--icon-blank span {
  padding-right: 25px;
}
.p-list__item-heading--icon-blank span::after {
  background-image: url("/assets/images/components/icon_blank_blue.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
}
@media (max-width: 47.9375em) {
  .p-list__item-heading--icon-blank span::after {
    top: 8px;
  }
}
.p-list__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px auto;
  height: 72px;
}
@media (max-width: 47.9375em) {
  .p-list__item-icon {
    order: 1;
    margin: 0;
    width: 65px;
    height: 75px;
  }
}
.p-list__item-text {
  width: 100%;
  letter-spacing: 0.06em;
  text-align: left;
}
@media (max-width: 47.9375em) {
  .p-list__item-text {
    order: 3;
    margin-top: 10px;
    line-height: 1.5333333333;
  }
}

@media (max-width: 47.9375em) {
  .p-list__item-icon--01 img {
    width: 44px;
  }
}

@media (max-width: 47.9375em) {
  .p-list__item-icon--02 img {
    width: 49px;
  }
}

@media (max-width: 47.9375em) {
  .p-list__item-icon--03 img {
    width: 38px;
  }
}