.p-pro_list {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}

.p-pro_list__item {
  align-items: center;
  border: 3px solid #E4E4E4;
  padding: 2rem;
  /*width: 360px;*/
  margin-bottom: 2rem;
  position: relative;
}
/*
.p-pro_list__item:not(:nth-child(2n)) {
  margin-right: 2rem;
}
*/
.p-pro_list__item_flex {
  display: flex;
  flex-direction: row-reverse;
  /*align-items: center;*/
  color: #000;
}
.p-pro_list__item_flex .u-block {
  width: 480px;
}

.p-pro_list__item__image {
  width: 200px;
  height: 200px;
  margin-right: 2rem;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.p-pro_list__item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.p-pro_list__item__text {
  flex: 1;
}

.p-pro_list__item__text__name {
  font-weight: bold;
  line-height: 1.4;
}

.p-pro_list__item__summary {
  color: #666;
  line-height: 1.6;
  margin-top: 1.6rem;
  margin-bottom: 4.6rem;
}

.p-pro_list__item .c-btn_primary {
  position: absolute;
  width: 480px;
  bottom: 2rem;
}
