.p-article__main p.large {
  font-size: 1.2em;
  letter-spacing: .08em;
}
.p-flexblock__item>p {
  font: normal 14px / 2 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-flexblock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.p-flexblock + .p-flexblock { margin-top: 30px; }
.p-flexblock.rev {
  flex-flow: row-reverse;
}
.p-flexblock .p-flexblock__item {
  width: 48%;
}
.p-flexblock .p-flexblock__item>img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .p-flexblock .p-flexblock__item {
    width: 100%;
  }
  .p-flexblock.rev {
    flex-flow: column;
  }
  .p-flexblock .p-flexblock__item {
    width: 100%;
  }
  .p-flexblock__item .p-article__title02 {
    margin-top: 20px;
  }
}
.p-service {
  background: #f5f5f5;
  padding: 100px 0;
}
@media screen and (max-width: 959px) {
  .p-service {
    background: #f5f5f5;
    padding: 50px 0;
  }
}

.p-article__title03 {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.u-w600 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.u-w600 img {
  width: 100%;
}

.p-list-parts {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 959px) {
  .p-list-parts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-list-parts__img {
  border: 1px solid #ddd;
}
.p-list-parts__img img {
  width: 100%;
  max-width: 100%;
}
.p-list-parts__item h3 {
  margin: 10px 0;
  font: bold 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.p-list-parts__item p {
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-list-parts__item p {
    font-size: 12px;
  }
}
.p-list-parts__text {
  padding: 2px 10px;
}
.p-list-parts__text h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}