/* .p-machine__head */

.p-machine__head {
  margin-bottom: 30px;
}
.p-machine__title {
  color: #D57979;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.p-machine__title span {
  background: radial-gradient(#ECA7A7, #D57D7D);
  color: #fff;
  display: inline-block;
  margin-block: 20px;
  margin-left: .25em;
  padding: .05em .25em .2em;
}
@media screen and (max-width: 560px) {
  .p-machine__title {
    font-size: 22px;
  }
}

/* p-home__machine__sub__body__illust */

ul.p-home__machine__sub__body__illust {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-home__machine__sub__body__illust .illust__item {
  background: #f7f2f1;
  color: #333;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 38px;
  width: 32.25%;
}
.p-home__machine__sub__body__illust .illust__title {
  font-size: 34px;
  letter-spacing: .1em;
  margin-bottom: 10px;
  line-height: 1;
}
.p-home__machine__sub__body__illust .illust__cat {
  margin-bottom: 20px;
}
.p-home__machine__sub__body__illust .illust__cat span {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 2.5px;
  min-width: 60px;
  padding: .25em 1em;
  text-align: center;
}
.p-home__machine__sub__body__illust .illust__item p {
  font-size: 15px;
  color: #333;
  letter-spacing: .05em;
  margin-bottom: 25px;
  flex-grow: 1;
}
@media (min-width: 561px) and (max-width: 1024px) {
  .p-home__machine__sub__body__illust .illust__item {
    padding: 20px;
  }
  .p-home__machine__sub__body__illust .illust__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 560px) {
  .p-home__machine__sub__body__illust .illust__item {
    margin-bottom: 5px;
    padding: 12px 8px;
  }
  .p-home__machine__sub__body__illust .illust__title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .p-home__machine__sub__body__illust .illust__cat {
    margin-bottom: 8px;
  }
  .p-home__machine__sub__body__illust .illust__cat span {
    font-size: 10px;
    padding: .25em .5em;
    margin: 0 5px 0 0;
    min-width: initial;
  }
  .p-home__machine__sub__body__illust .illust__item p {
    font-size: 11px;
    margin-bottom: 15px;
  }
}
