.pre_e-auto__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .pre_e-auto__list {
    display: block;
  }
}
.pre_e-auto__list li {
  width: calc(33.3% - (20px * 2 / 3));
}
@media only screen and (max-width: 767px) {
  .pre_e-auto__list li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pre_e-auto__list li:first-of-type a picture + span {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .pre_e-auto__list li:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.pre_e-auto__list a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  background: #fff;
  color: #000;
  font-weight: 700;
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  border-radius: 2px;
  overflow: hidden;
  min-height: 90px;
}
@media only screen and (max-width: 767px) {
  .pre_e-auto__list a {
    padding: 12px 16px 12px 26px;
  }
}
.pre_e-auto__list a::after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 8px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .pre_e-auto__list a::after {
    bottom: 12px;
  }
}
.pre_e-auto__list__item__title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pre_e-auto__list__item__title > img,
.pre_e-auto__list__item__title > picture {
  flex: 0 0 auto;
}
.pre_e-auto__list__item__title span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pre_e-auto__list__item__title > span {
    font-size: 2rem;
  }
}
.pre_e-auto__list__item__title > picture + span {
  padding: 0 4px 0 24px;
}
