.p-list-merit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 900px) {
  .p-list-merit {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-list-merit-item {
  position: relative;
}
.p-list-merit-item p {
  margin-bottom: unset;
}
@media screen and (min-width: 900px) {
  .p-list-merit-item {
    border-left: 1px solid #D9D9D9;
  }
  .p-list-merit-item:last-child {
    border-right: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 899px) {
  .p-list-merit-item:nth-of-type(2n)::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #D9D9D9;
  }
  .p-list-merit-item:nth-of-type(2)::after {
    height: 100%;
    top: 0;
    left: 0;
  }
  .p-list-merit-item:nth-of-type(4)::after {
    height: 100%;
    top: 0px;
    left: 0;
  }
  .p-list-merit-item:nth-of-type(n + 3)::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.p-list-merit-item-inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-rows: 80px 1fr;
  grid-template-rows: 80px 1fr;
  height: 100%;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 20px 10px;
}
@media screen and (min-width: 900px) {
  .p-list-merit-item-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
}
.p-list-merit-img {
  width: 100px;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .p-list-merit-img img {
    width: 150px;
  }
}
.p-list-merit-text {
  line-height: unset;
}
.p-list-merit-text .--lead {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .p-list-merit-text .--lead {
    font-size: 1.8rem;
  }
}
.p-list-merit-text .--lead.--line-height {
  line-height: 3 !important;
}
.p-list-merit-text .--text {
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .p-list-merit-text .--text {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 900px) {
  .p-mv-inner {
    width: 100%;
    max-width: none;
    height: 393px;
    position: relative;
  }
  .p-mv-inner picture {
    height: 100%;
    display: block;
  }
  .p-mv-inner source, .p-mv-inner img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}